html{
    height: 100%;
}

.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}

.wrap > .container {
    padding: 70px 15px 20px;
}

.footer {
    height: 60px;
    background-color: #f5f5f5;
    border-top: 1px solid #ddd;
    padding-top: 20px;
}

.jumbotron {
    text-align: center;
    background-color: transparent;
}

.jumbotron .btn {
    font-size: 21px;
    padding: 14px 24px;
}

.not-set {
    color: #c55;
    font-style: italic;
}
.seo-text-go{
    margin-top:30px;
    background:url('/img/background_to_low_gr.png') repeat;
    box-shadow:inset 0px 0px 40px 20px #ffffff;
}
.seo-text-go h3{
    font: bold 25px/30px "Exo2";
    text-transform: uppercase;
    text-align: center;
    color: #0099d6;
    margin-bottom: 30px;
    margin-top: 30px;
}
.seo-text-go h1{
    font: bold 35px/40px "Exo2";
    text-transform: uppercase;
    text-align: center;
    color: #0099d6;
    margin-bottom: 30px;
    margin-top: 30px;
}
.seo-text-go h2{
    font: bold 30px/35px "Exo2";
    text-transform: uppercase;
    text-align: center;
    color: #0099d6;
    margin-bottom: 30px;
    margin-top: 30px;
}
.seo-text-go p, .seo-text-go li, .seo-text-go ul{
    font-weight: 300;
    color:#5a656c;
}
.seo-text-go ul {
    list-style: none;
}
.seo-text-go ul li {
    position: relative;
}

.seo-text-go ul li::before {
    content: "";
    display: block;
    position: absolute;
    width: 7px;
    height: 7px;
    left: -25px;
    top: 10px;
    border-radius: 50%;
    background: #0099d6;
}

/* add sorting icons to gridview sort links */
a.asc:after, a.desc:after {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    padding-left: 5px;
}

a.asc:after {
    content: /*"\e113"*/ "\e151";
}

a.desc:after {
    content: /*"\e114"*/ "\e152";
}

.sort-numerical a.asc:after {
    content: "\e153";
}

.sort-numerical a.desc:after {
    content: "\e154";
}

.sort-ordinal a.asc:after {
    content: "\e155";
}

.sort-ordinal a.desc:after {
    content: "\e156";
}

.grid-view th {
    white-space: nowrap;
}

.hint-block {
    display: block;
    margin-top: 5px;
    color: #999;
}

.error-summary {
    color: #a94442;
    background: #fdf7f7;
    border-left: 3px solid #eed3d7;
    padding: 10px 20px;
    margin: 0 0 15px 0;
}

/* align the logout "link" (button in form) of the navbar */
.nav li > form > button.logout {
    padding: 15px;
    border: none;
}

@media(max-width:767px) {
    .nav li > form > button.logout {
        display:block;
        text-align: left;
        width: 100%;
        padding: 10px 15px;
    }
}

.nav > li > form > button.logout:focus,
.nav > li > form > button.logout:hover {
    text-decoration: none;
}

.nav > li > form > button.logout:focus {
    outline: none;
}

.cities .loader{
    background:url('/img/search.svg') no-repeat rgb(255,255,255) center center;
    background-size:200px;
    position: absolute;
}

#search_result_contacts{
    min-height:200px;
}
.not_found_city{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding-top: 20px;
}
.not_found_city img{
    max-width:20%;
}
.map-word-svg{
    max-width: 90px;
}
.text_not_found{
    font: 18px "Exo2";
    color: #66add6;
}

#mapcenter{
    width:100%;
    height:300px;
}
.flex-line-images{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top:10px;
    border-top:1px solid #0099d614;
    border-bottom: 1px solid #0099d614;
}
.flex-line-images a{
    max-width:20%;
    position: relative;
}
.flex-line-images a img{
    max-width:100%;
    padding:5px;
    width:auto;
    height:100px;
}
.mask-image-center{
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    display: flex !important;
    color: white;
    align-items: center;
    justify-content: center;
    font-size: 2em !important;
    transition: all .27s ease-in-out;
}
.mask-image-center:hover{
    transition: all .27s ease-in-out;
    opacity: 1;
    background: rgba(0, 153, 214, 0.7);
    padding:10px;
}
.description-from-center img{
    max-width:100%;
    height:auto;
}
.description-from-center p{
    margin:5px 0;
    padding: 2px;
    text-align:justify;
}
.header-main-nav.nav>li>a{
    padding: 0;
}
.wrap .breadcrumb{
    background:transparent;
}
.main-item img{
    max-height:70px;
}
.touch_seo{
    width:50px;
    height:50px;
    position:fixed;
    top:0;
    right:0;
    opacity: 0.3;
    z-index: 9999;
}
.touch_seo img{
    max-width:100%;
}
.touch_seo:hover{
    opacity: 1;
    cursor: pointer;
}
.popup_seo{
    width: 33%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    margin: 50px auto;
    left: 0;
    z-index: 999999;
    background: #07465fcf;
    display: flex;
    border-radius: 11px;
    flex-direction: column;
    box-shadow: inset 0px 0px 32px white, 1px 1px 40px white;
}
.popup_seo h3{
    color:white;
    text-align: center;
}
.find-on-map img{
    right: 88px;
    position: relative;
    opacity: 0.4;
    transition: all .5s ease-in-out;
}
.find-on-map:hover img{
    right: 0;
    opacity: 1;
    position: relative;
}
.find-on-map{
    cursor:pointer;
    display:inline-block;
}
.find-on-map span{
    background: #0099d6;
    padding: 7px 8px;
    right: -15px;
    border-radius: 2px;
    font-weight: 800;
    font-size: 14px;
    visibility: hidden;
    opacity:0;
    position: relative;
    z-index:30;
    transition: all .5s ease-in-out;
}
.find-on-map:hover span{
    display:inline;
    opacity:1;
    visibility: visible;
}
#addseoforthis{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
}
#addseoforthis input{
    margin:0 10px 10px 10px;
    border-radius: 5px;
    width:80%;
}
#addseoforthis textarea{
    margin:0 10px 10px 10px;
    border-radius: 5px;
    width:80%;
}
#sendformseo{
    background: white;
    padding: 10px;
    border-radius: 2px;
    cursor: pointer;
}
#sendformseo:hover{
    box-shadow: 0px 0px 5px #ffffff;
}
#delseo{
    text-shadow: 1px 1px 1px #9b9b9b;
    color:white;
    background: #ff9191;
    padding: 2px 5px;
    border-radius: 2px;
    cursor: pointer;
    margin-top:15px;
}
#delseo:hover{
    box-shadow: 0px 0px 5px #ffffff;
}
#addseoforthis p{
    color:white;
    margin-bottom:0;
    font-weight:600;
}
.was_saved{
    display: none;
    width: 150px;
    height: 150px;
    background: white;
    position: fixed;
    right: 30px;
    top: 50%;
    padding: 15px;
    border: 1px solid #0ccd0c;
    border-radius: 14px;
    z-index: 999;
    box-shadow: 0px 0px 22px #17c917;
}
.was_saved img{
    max-width:100%;
}
#formdelseo{
    text-align:center;
    margin-top:10px;
}
.prev.disabled{
    display:none;
}
.next.disabled{
    display:none;
}

.choose-city-container .cities{
    padding-bottom:0;
}

#search_result::-webkit-scrollbar-button {
    background-repeat:no-repeat;
    width:5px;
    height:0px
}

#search_result::-webkit-scrollbar-track {
    background-color: #e1f3fb;
    border-radius: 10px;
}

#search_result::-webkit-scrollbar-thumb {
    -webkit-border-radius: 0px;
    border-radius: 10px;
    background-color: #029ad6;
}
.banner-text4 b{
    font-size:1em;
}
#search_result::-webkit-scrollbar-thumb:hover{
    background-color: #028cc6;
}

#search_result::-webkit-scrollbar{
    width: 14px;
}
.image-review-franch{
    width:121px;
    height:121px;
}
.socials_onmain{
    max-width:100%;
}
.breadcrumb > li + li:before{
    color:#0099d6;
}
.breadcrumb *{
    font-size: 14px;
}
.breadcrumb{
    background: transparent;
    padding:15px;
    margin:0px auto;
}
#search_result{
    max-height: 45vh;
    overflow: auto;
    margin-bottom:0;
}
.block-map-marker{
    max-width:200px;
}
.block-map-marker a{
    padding: 3px 10px;
    margin:10px 0 0 0;
    display: block;
    color:white;
    cursor:pointer;
    background:#0099d6;
    border-radius: 3px;
    text-align:center;
}
#google_seach{
    padding: 10px;
    font-size: 1em;
    line-height: 1.5;
    border-radius: 0;
    color: #0099d6;
    text-align: center;
}
.block-map-marker a:hover{
    color:white;
    text-decoration:none;
    background:#e3048a;
}
.popup-custom-wrapper.partner-wrapper{
    width:50%;
}

.gallery_certificates a img {
    max-width:100%;
    border:1px solid #0099d6;
    border-radius:2px;
    box-shadow:3px 3px 3px #00021
}

.gallery_certificates a {
    max-width:25%
}

.gallery_certificates {
    display:flex;
    margin:10px;
    align-items:center;
    justify-content:space-around
}
.speed-learning{
    overflow: hidden;
}
.header-main-nav.list-inline a{
    display:block;
}
.content_of_article {
    background: linear-gradient(to right,#f79d1e12,#ffffff);
    padding: 15px;

    display: inline-block;
    border-radius: 4px;
    border-left: 5px solid #f79d1eab;
}
.content_of_article span{
    font-weight: 800;
    display: inline-block;
    width: 100%;
    color:#f79d1e;
}
.content_of_article a{
    display: inline-block;
    color:#0099d6;
    text-decoration: none;
    transition-duration: 0.5s;
}
.content_of_article a:hover{
    color:#f79d1e;
}


.anchor_h2{
    margin-left:20px;
}
.anchor_h3{
    margin-left:40px;
}
.anchor_h4{
    margin-left:60px;
}


.list_of_content_ul {
    padding:0;
    list-style: none;
    display: inline-block;
}
.list_of_content_ul li{
    padding:6px;
}
.list_of_content_ul li:before {
    font-weight: bold;
    color: #0099d6;
    content: "\2714";
    transition-duration: 0.5s;
    position: absolute;
    margin-left: -20px;
}
.list_of_content_ul li:hover:before {
    color: #f79d1e;
    content: "\2714";
}
.header-center li.training_online{
    background: #00B6FF url("/img/menu/enter.svg") no-repeat left;
    background-position-x: 30px;
    transition: all .2s ease;
    padding-right: 30px;
    padding-left: 70px;
}

li.training_online a{
    color: white;
    text-decoration: none;
}

.advance-menu li.get_demo{
    background:#FFE8E8;
    border: 2px solid #F50882;
    transition: all .2s ease;
    padding-right: 15px;
    padding-left: 15px;
    margin-left: auto;
    margin-right: 0;
}
.advance-menu li.get_demo a{
    color: #F50882 !important;
}
li.get_demo:hover{
    background: #ffffff;
}
li.training_online:hover{
    background-color: #32C5FF;
}

li.training_online:hover a{
    text-decoration: underline;
}

.aside-top{
    position: fixed;
    bottom: 20%;
    left: 5px;
    overflow: hidden;
    width: 40px;
    height: 40px;
    display: none;
    background-image: url('/img/main__arrow.png');
    background-repeat: no-repeat;
    background-position: left top;
    background-size: cover;
    z-index: 9999;
}
.aside-top:hover{
    background-position: right top;
}
.find-center-on-map{
    color: #0099d6;
    padding: 30px;
    margin: 0 auto;
    font-size: 1.8em;
}
.header_for_map{
    background: white;
}
@keyframes bounceIn {
    0% {
        opacity: 0;
        transform: scale3d(.3, .3, .3);
    }
    20% {
        transform: scale3d(1.3, 1.3, 1.3);
    }
    40% {
        transform: scale3d(.9, .9, .9);
    }
    60% {
        opacity: 1;
        transform: scale3d(1.03, 1.03, 1.03);
    }
    80% {
        transform: scale3d(.97, .97, .97);
    }
    to {
        opacity: 1;
        transform: scale3d(1, 1, 1);
    }
}

.footer-container-item{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 500px;
}

@media (max-width: 600px){
    .gallery_certificates{
        flex-wrap: wrap;
    }
    .gallery_certificates a{
        max-width: 100%;
    }
    #search_result{
        max-height: 60vh;
    }
    .popup-custom-wrapper.partner-wrapper{
        width:98%;
    }
}
@media (max-width: 1199px){
    .banner-wrapper .main-h1{
        margin-top:75px;
    }
}
@media (max-width: 1100px) {

    .flex-line-images a{
        max-width:unset;
    }
}
@media (max-width: 400px) {
    body {
        overflow-x: hidden;
    }
}
@media (max-width: 991px) {
    .aside-top{
        bottom: 25px;
        left: auto;
        right: 25px;
    }
    .header-center li.training_online{
        margin:0;
    }
}
@media (max-width: 767px){
    html,
    body {
        height: auto;
    }
    .content_of_article{
        margin-left: -20px;
        font-size: 0.9em;
    }
    #google_seach {
        display: none;
    }
    .find-on-map{
        display:none;
    }
    .header_for_map{
        display:none;
    }
}

