html,body, #full-height{
    height: 100vh;
    min-height: 100vh !important;
}
body {
    position: relative;
    background: url("../../front/img/body-bg.jpg");
}
main {
    flex: 1;
}

.wrap {
    background: transparent url("../../front/img/logo-bg.png") left top no-repeat;
    min-width: 920px;
}

.header {
    position: relative;
    height: 163px;
}
.header h1 {
    position: absolute;
    left: -12px;
    top: 0px;
    width: 320px;
    height: 120px;
}

.header h1 a {
    display: block;
    width: 350px;
    height: 120px;
    background: transparent url("../../front/img/logo.png") left top no-repeat;
    overflow: hidden;
    text-indent: -3000px;
}
.header .slogan {
    position: absolute;
    bottom: 0px;
    font: normal 22px arial, sans-serif;
    color: #ffffff;
    text-shadow: #333333 2px 2px 2px;
}

.bg-header {
    background-color: rgba(58, 62, 64, 0.9) !important;
}

.dark-bg {
    background-color: rgba(58, 62, 64, 0.8) !important;
}

.bg-nav {
    background-color: #6f6f6f !important;
    border-radius: 5px;
    color: white;
}

.btn-blue {
    background-color: #2d5d9c !important;
    color: #ffffff !important;
}

.btn-back {
    background-color: #292d2f;
    color: #ffffff !important;
}

.btn-back:hover {
    color: #ffffff !important;
    background-color: #292d2f;
}

.dropdown:hover .dropdown-menu {
    display: block;
}

.nav-item ul {
    background-color: #6f6f6f !important;
    border-radius: 5px;
    border: none;
}

.nav-item a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 500;
    margin-right: 50px;
}

.nav-item a:hover {
    color: #2594fc !important;
}

.active {
    color: #2594fc !important;
}

.dropdown-item:hover {
    background-color: #6f6f6f !important;
    color: #2594fc !important;
}

.dropdown-item.active {
    background-color: #6f6f6f !important;
}

.main-block {
    background-color: rgba(149, 149, 149, 255);
    color: white;
    border-radius: 5px;
}

.login-block{
    background-color: #EBEBEB !important;
}

.login-block p{
    background-color: rgba(149, 149, 149, 255);
    color: white;
    padding: 10px;
}
.login-block div{
    border-bottom: 1px solid #D3D3D3 !important;
    padding: 0px 10px 15px 10px !important;
}
.login-block input{
    color: white !important;
}

.main-block input {
    color: white !important;
}

.main-block a {
    color: white !important;
    text-decoration: none;
    cursor: pointer !important;
}

.main-block a:hover {
    color: lightgrey !important;
}

.main-block ::placeholder {
    color: white !important;
    font-size: 13px;
}

.advantage ul {
    padding: 0px;
    list-style: none;
}

.advantage ul li:before {
    content: '✓';
    color: #235685 !important;
    margin-right: 5px;
}

.advantage {
    background: transparent url('../../front/img/contentblock-home.jpg') right bottom no-repeat;
    margin-bottom: 0;
    border-bottom: 1px solid #808080;
    padding-bottom: 50px;
}
.padding-bottom{
    padding-bottom: 110px;
}


.application-list a {
    text-decoration: underline !important;
}

.contact a {
    text-decoration: underline !important;
}

.support a {
    text-decoration: underline !important;
}

.about a {
    text-decoration: underline !important;
}

.envelope-icon {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 45px;
}

.phone-icon {
    color: rgba(0, 0, 0, 0.8) !important;
    font-size: 50px;
}

.carousel {
    border: 8px solid white;
}

.carousel-caption {
    top: 20px;
    left: 12%;
    color: white !important;
    max-width: 440px;
}

.carousel-caption a {
    font-size: 14px;
}

@media (max-width: 991px) {
    .collapse:not(.show) {
        display: block !important;
        text-align: center !important;
    }

    .login-register-section {
        padding: 0px !important;
    }

    .row-section {
        margin-right: 0 !important;
    }

    .carousel-caption {
        max-width: 300px;
        top: 0;
        margin-top: 10px !important;
    }

    .carousel-caption h2 {
        font-size: 20px;
        margin-bottom: 10px !important;
    }

    .carousel-caption p {
        font-size: 14px;
        margin-bottom: 0px !important;
    }

    .carousel-caption a {
        font-size: 10px;
        margin-top: 10px !important;
    }

    .widget .form-check {
        margin-right: 0.25rem !important;
    }

    .col-form-label {
        width: 50% !important;
    }
    .row{
        margin-right: 0px !important;
    }
}

@media (max-width: 767px) {
    .carousel-caption h2 {
        font-size: 14px;
        margin-bottom: 5px !important;
    }

    .carousel-caption p {
        font-size: 10px;
    }

    .carousel-caption a {
        font-size: 8px;
        margin-top: 5px !important;
    }
    .unsubscribe-container{
        width: 75% !important;
    }
    .unsubscribe-body label{
        font-size: 13px !important;
    }
}
.subscribe-body h4 {
    color: red;
}

.subscribe-body p {
    font-size: 14px;
}
.subscribe-body select {
    font-size: 14px;
}

.vcard {
    background: #eee;
    border: 2px solid #ccc !important;
    padding: 14px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin: 5px 0 !important;
    font-size: 14px;
}

.org {
    display: block;
    margin: 8px 0 0 0;
    padding-left: 19px;
    background: url("../../front/img/vcard.png") 0 2px no-repeat;
    font-weight: bold;
}

.hcard-download {
    background: url("../../front/img/hcard-download-or.png") no-repeat;
    padding: 2px 0 2px 32px;
}

.fancybox__container {
    --fancybox-bg: rgba(24, 24, 27, 0.7) !important;
}

.widget {
    background-color: #EBEBEB;
    border-radius: 5px;
}

.head {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.general a {
    text-decoration: none;
    color: black !important;
}

.after-reset {
    background: #d1e4f3 url('../../front/img/information.png') no-repeat 15px center;
    border: 1px solid #c1d779;
    color: #3C5A01;
}

.after-verify {
    background: #effeb9;
    border: 1px solid #99c4ea;
    color: #235685;
}

.unsubscribe {
    background-color: white;
}

.unsubscribe-head {
    background-color: #808080;
}

.asset_list {
    list-style: none;
}

.file_icon {
    font-size: 30px;
    color: #235685 !important;
}

.footer {
    background-color: rgba(58, 62, 64, 0.9) !important;
    margin-top: 50px;
    padding: 45px 0 20px 0;
    height: 150px;
   }

.bg-zit {
    float: left;
    display: block;
    width: 122px;
    height: 45px;
    background: transparent url('../../front/img/logo-zit.png') left top no-repeat;
    overflow: hidden;
    text-indent: -3000px;
    margin-right: 50px;
}

.copyright {
    float: left;
    font: normal 13px / 15px arial, sans-serif;
    color: #9b9b9b;
    padding: 10px 0 0 36px;
    background: transparent url('../../front/img/copyright.png') left 11px no-repeat
}

.footer-links {
    list-style: none;
}

.footer-links li:not(:first-child):before {
    content: '|';
    color: white !important;
}

.footer-links a {
    text-decoration: none;
    color: white;
}

.footer-links a:hover {
    color: #206ba5;
}

.footer-links li:first-child a {
    color: #206ba5;
}

.footer-links li:first-child a:hover {
    color: white;
}

@media (max-width: 1200px) {
    .footer-links li a {
        padding-left: 10px !important;
        padding-right: 10px !important;
    }
}

@media (max-width: 991px) {
    .footer {
        height: 180px;
    }

    .footer-container {
        display: block !important;
    }

    .footer-links {
        padding-left: 0px !important;
        margin-top: 15px;
    }

    .footer-links li:first-child a {
        padding-left: 0px !important;
    }

    .footer-right {
        float: right !important;
    }
}

@media (max-width: 483px) {
    .footer{
        padding-top: 23px;
    }
    .footer-right {
        float: left !important;
    }
    .footer-links {
        display: block !important;
    }
    .footer-links li:before {
        content: '' !important;
    }
    .inline-block {
        display: inline-block;
        margin-top: 8px
    }
    .footer-links li a {
        padding-left: 0px !important;
        padding-right: 25px !important;
    }
}
.line-height{
    line-height: 10px;
    font-size: 14px;
}
.auth-head a{
    text-decoration: none;
    color: white;
    font-size: 14px;
}
@media (max-width: 767px) {
    .auth-head a {
        margin-left: 1rem !important;
    }
}
.auth-footer {
    background-color: rgba(58, 62, 64, 0.9) !important;
    margin-top: 50px;
    padding: 15px;
    color: #9b9b9b;
    font-size: 13px;
    position: fixed;
    bottom: 0;
    width: 100%;
}
 .dropdown-item-lang {
    background-color: #9b9b9b !important;
}
 .dropdown-item-lang.active {
    color: #2594fc !important;
}
 .dropdown-item-lang.active:hover {
    background-color: #6f6f6f !important;
}
 .dropdown-menu-lang a:hover{
    background-color: #9b9b9b !important;
}
 .dropdown-menu-lang a{
    color: white !important;
}
@media (max-width: 991px) {
    .auth-container input{
        width: 100% !important;
    }
    .dropdown-menu{
        text-align: center;
    }
}
@media (max-width: 1200px) {
    .nav-item a{
        margin-right: 20px;
    }
}
.border-dashed{
    border: 1px dashed #6f6f6f;
}
.error-block{
    font-size: 20px;
    font-weight: normal;
}
.error-occurred{
    color: #017BC4;
}
.sad-emo{
    vertical-align: text-top;
    padding: 1px;
}






