﻿strong{
    font-weight:bold;
}

.banner-title {
    text-transform: none;
}

.price.left:last-child {
    border-right: 2px solid #eaeaea;
}

.banner-block.style-3 .banner-title {
    line-height: 50px;
}

.banner-title {
    font-size: 48px;
}

.message-line .message-entry {
    margin-bottom: 20px;
}

.swiper-container {
    margin-bottom: 20px;
}

li.langlink {
    margin-left: 0px;
}

.about-text, .simple-text {
    color: #636363;
}

.service-entry {
    border: initial;
    -moz-box-shadow: initial;
}

    .service-entry:hover {
        box-shadow: initial;
    }

.service-block {
    padding: 0px;
    /*margin-left: 15px;
    margin-right: 15px;*/
    border: 1px solid #eaeaea;
}

    .service-block:hover {
        -moz-box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
        box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.15);
    }

.main-block.documents {
    background-color: #f9f9f9;
}

.documents-wrapper {
    margin-bottom: 52px;
    margin-top: 52px;
}


.speaker-block {
    padding-top: 30px;
    padding-bottom: 30px;
}

.main-nav a {
    font-weight: bold;
}

.mobile-header {
    position: fixed;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.08);
    left: 0;
    display: none;
    height: 60px;
    z-index: 10;
}

ul.mobile-langs {
    position: fixed;
    left: 15px;
    top: 10px;
    display: none;
    height: 35px;
    padding-top: 10px;
    z-index: 10;
    color: #FFF;
}

    ul.mobile-langs li {
        display: inline-block;
        color: #FFF;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
    }

    ul.mobile-langs a {
        color: #FFF;
        font-size: 15px;
        line-height: 15px;
        font-weight: bold;
    }

.cmn-toggle-switch {
    top: 10px;
}

.block-text .sponsors img{
    margin-left: 12px;
    margin-right: 12px;
    max-width: 119px;
}

@media (max-width: 990px) {
    li.langs {
        display: none;
    }

    ul.mobile-langs, .mobile-header {
        display: block;
    }
}

@media (min-width:768px) and (max-width: 991px) {
    .banner-block.style-3 .banner-title {
        font-size: 36px;
        line-height: 42px;
    }
}

@media (max-width: 767px) {
    .banner-block.style-3 .banner-title {
        font-size: 20px;
        line-height: 20px;
    }
}

