main-menu, html, body {
    height: 100%;
    background-color: #fff;
    font-family: Tahoma, sans-serif;

}

.container-wrapper {
    max-width: 980px;
    margin: 0 auto;


}

header .container-wrapper {
    display: flex;
    height: 87px;
    padding-left: 19px;
    padding-right: 19px;
    padding-top: 4px;
    padding-bottom: 4px;
    flex: 0 0 auto;
}

.top {
    display: flex;
}

.logo {
    margin: auto;
    width: 220px;
    text-align: center;

}

.seo-vstup {
    text-align: center;
    margin: auto;
}
.yamap{
    margin-right: 48px;
}
.header-buttons {
    text-align: center;
    margin-top: 15px;
    margin-left: 10px;
    margin-right: 10px;

}
.header-buttons .btn {
    background:#0062ca;

}
.header-buttons a {
    color: white;
    padding-top: 7px;
    font-size: 1.3em;
}

#image-menu{

}

.site-info {
    margin: auto;
    width: 170px;
    height: 87px;
}

.site-info img{
    width: 30px;
    margin-top: 10px;
}

.info-text {
    right: 0;
}

.site-info-img {
    padding-top: 5px;
}

.dropdown .btn{
    text-align: left;
    width: 100%;
    height: 42px;




}



footer {
    padding-top: 20px;
    margin-top: 20px;
    background-color: #f5f7fa;
    height: 382px;
    width: 100%;
    display: flex;
    flex-direction: column;

}

footer .container-wrapper {
    flex: 0 0 auto;
    width: 100%;
    display: flex;
}

.content {

}

.page-wrapper {
    background-color: white;
    min-height: 100%;


}

.nav-wraper{
    display: flex;
    padding-left: 19px;
    padding-right: 19px;
    flex-direction: row;
    justify-content: space-between;
}

.intro-text {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
}

.site-phone {
    text-align: right;
    color: #ffb800;
    font-weight: 600;
}

.site-email {

    text-align: right;
}

.nopadding {

    margin: 0 !important;
}

.main-menu {
    height: 42px;
    background-color: #ffb800;

}

.btn {
    border-radius: 0;
}

.btn-danger:hover, .btn-danger.hover, .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #fb0024;
    border-color: #fb0024;
    box-shadow: none;

}

.btn-danger:hover, .btn-danger.hover, .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #fb0024;
    border-color: #fb0024;
    box-shadow: none;
    border-radius: 0;
}

.dropdown {
    width: 220px;
    border-radius: 0;
}

.dropdown-menu {
    width: 220px;
    border-radius: 0;
    padding: 0;
    margin: 0;
}

.dropdown-item-wrapper {

    border-bottom: 1px solid;
    border-color: #d3d3d3;
}

.dropdown-item {
    font-size: .9em;
    margin: auto;
    white-space: inherit;
}

.search {
    width: 460px;
    margin-right: 48px;
    margin-left: 19px;
}

.lk {
    width: 195px;
    text-align: center;
    margin-top: 7px;
}

.lk a {

    font-size: 18px;
    text-decoration: none;
    color: black;

}

.yamap {

}

.news-block {

    height: 369px;

}

.card-text {

}


.block-left{
    border-left: 78px solid;
    border-top: 4px solid;
}

.block-right{
    border-right: 78px solid;
    border-top: 4px solid;
}


.block-yellow {
    border-color: #ffb800;
}

.block-blue {
    border-color: #0062ca;
}


.block-red {
    border-color: #fb0024;
}

.news-img {

    width: 223px;
    height: 365px;
    background-size: cover;

}

.news-img img {

    width: 100%;
    height: 100%;

}

.btn-yellow {
    color: #000;
    background-color: #ffb800;
    padding-right: 10px;
    box-shadow: none;
}

.btn-gray {
    color: #000;
    background-color: #d3d3d3;
    box-shadow: none;
}

.carousel-caption-trion {
    position: absolute;
    right: 15%;
    top: 20px;
    left: 19px;
    z-index: 10;
    padding-top: 20px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption-trion-btn {
    position: absolute;
    right: 15%;
    bottom: 20px;
    left: 19px;
    z-index: 10;
    width: 200px;
    padding-bottom: 20px;
    color: #fff;
    text-align: left;
}

.carousel-caption-trion h3 {

    color: #ffb800;
    text-transform: uppercase;

}

.carousel-caption-trion p {

    color: #000;
    text-transform: uppercase;

}

.carousel-caption-trion-btn a {

    color: #000;
    font-size: 18px;
    font-weight: bolder;

}

.action {
    width: 940px;
    height: 177px;
}



.btn-slide {

    min-width: 178px;
    height: 44px;
    vertical-align: middle;

}

.slide-link {
    display: flex;
    height: 44px;
    text-align: center;

}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: 1;
    z-index: 100000;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}

.slick-slide a {

    background-color: #0062ca;
    border: 0px;
    height: 44px;

}

.news-block .btn {
    width: 178px;
}

#on-top {
    display: inline-block;
    background-color: #FF9800;
    width: 45px;
    height: 45px;
    text-align: center;
    border-radius: 50px;
    padding-top: -1em;
    margin: 30px;
    position: fixed;
    bottom: 30px;
    right: 30px;
    z-index: 1000;
    transition: background-color .3s,
    opacity .5s, visibility .5s;
    visibility: hidden;
    font-size: 3em;
    color: #fff;
    line-height: 45px;
    letter-spacing: 1px;
}

#on-top:hover {
    cursor: pointer;
    background-color: #333;

}

#on-top:active {
    background-color: #555;
}
@media (orientation: portrait) {

  }
.tips {
    margin-left:5px;
    display: inline-block;
    background-color: #0062ca;
    width: 20px;
    height: 20px;
    text-align: center;
    border-radius: 50px;
    z-index: 1000;
    color: #fff;
    letter-spacing: 1px;
}

.tips:hover {
    cursor: pointer;
    background-color: #333;

}

.tips:active {
    background-color: #555;
}


.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 45px;
    height: 28px;
    font-size: 24px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {

    font-size: 50px;
    color: #0062ca;
}

.carousel-indicators-fillin li {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1.0), 0px 3px 4px rgba(0, 0, 0, 0.22);
    height: 14px;
    right: 0px;
    overflow: hidden;

    width: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.carousel-indicators-fillin .active {
    background-color: #ffb800;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1.0), 0px 3px 4px rgba(0, 0, 0, 0.22);
    height: 14px;
    right: 0px;
    overflow: hidden;

    width: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.breadcrumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 1rem;
    list-style: none;
    border-radius: 0.25rem;
    margin-top: -10px;
    font-size: 12px;

}
@media (max-width: 600px) {
    header .container-wrapper {
        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 19px;
        padding-right: 19px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .container-wrapper {
        max-width: 600;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 45px;
        height: 28px;
        font-size: 24px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {

        font-size: 50px;
        color: #0062ca;
    }

    .carousel-indicators-fillin li {
        background-color: rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1.0), 0px 3px 4px rgba(0, 0, 0, 0.22);
        height: 14px;
        right: 0px;
        overflow: hidden;

        width: 14px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;

    }

    .carousel-indicators-fillin .active {
        background-color: #ffb800;
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1.0), 0px 3px 4px rgba(0, 0, 0, 0.22);
        height: 14px;
        right: 0px;
        overflow: hidden;

        width: 14px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;

    }

    #on-top {
        display: inline-block;
        background-color: #FF9800;
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 50px;
        padding-top: -1em;
        margin: 30px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
        transition: background-color .3s,
        opacity .5s, visibility .5s;
        visibility: hidden;
        font-size: 3em;
        color: #fff;
        line-height: 45px;
        letter-spacing: 1px;
    }

    #on-top:hover {
        cursor: pointer;
        background-color: #333;

    }

    #on-top:active {
        background-color: #555;
    }

}


.btn-slide {

    min-width: 178px;
    height: 44px;
    vertical-align: middle;

}

.slide-link {
    display: flex;
    height: 44px;
    text-align: center;

}

.carousel-control-prev, .carousel-control-next {
    position: absolute;
    top: 0;
    bottom: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 5%;
    color: #fff;
    text-align: center;
    opacity: 1;
    z-index: 100000;
}

.slick-prev, .slick-next {
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    margin-top: -10px;
    font-size: 0;
    line-height: 0;
    color: transparent;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}

.slick-slide a {

    background-color: #0062ca;
    border: 0px;
    height: 44px;

}

.news-block .btn {
    width: 178px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {
    width: 45px;
    height: 28px;
    font-size: 24px;
}

.carousel-control-next-icon, .carousel-control-prev-icon {

    font-size: 50px;
    color: #0062ca;
}

.carousel-indicators-fillin li {
    background-color: rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1.0), 0px 3px 4px rgba(0, 0, 0, 0.22);
    height: 14px;
    right: 0px;
    overflow: hidden;

    width: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.carousel-indicators-fillin .active {
    background-color: #ffb800;
    box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1.0), 0px 3px 4px rgba(0, 0, 0, 0.22);
    height: 14px;
    right: 0px;
    overflow: hidden;

    width: 14px;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;

}

.bread{
    max-width: 967px;
    height: 30px;
    border-bottom: 1px solid #ffb800;
}

@media (max-width: 979px) {
    header .container-wrapper {

        display: flex;
        flex-direction: column;
        height: auto;
        padding-left: 19px;
        padding-right: 19px;
        padding-top: 4px;
        padding-bottom: 4px;
    }

    footer .site-info-footer{
        display: none;
    }
    footer .yamap{
       
    }
    footer .container-wrapper  {
        display: flex;
       flex-direction: column;

    }
    .container-wrapper {
        width: 100%;

    }
    .news-block {
        height: 450px;
    }
    .news-img{
        display:none;
    }
    .dropdown {
        width: 75px;
        border-radius: 0;
    }
    .header-buttons {
        width: 100%;
        text-align: center;
        margin-top: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

}



@media (max-width: 768px) {

    .carousel-control-next-icon, .carousel-control-prev-icon {
        width: 45px;
        height: 28px;
        font-size: 24px;
    }

    .carousel-control-next-icon, .carousel-control-prev-icon {

        font-size: 50px;
        color: #0062ca;
    }

    .carousel-indicators-fillin li {
        background-color: rgba(0, 0, 0, 0.3);
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1.0), 0px 3px 4px rgba(0, 0, 0, 0.22);
        height: 14px;
        right: 0px;
        overflow: hidden;

        width: 14px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;

    }

    .carousel-indicators-fillin .active {
        background-color: #ffb800;
        box-shadow: 0px 0px 0px 2px rgba(255, 255, 255, 1.0), 0px 3px 4px rgba(0, 0, 0, 0.22);
        height: 14px;
        right: 0px;
        overflow: hidden;

        width: 14px;
        -webkit-border-radius: 100%;
        -moz-border-radius: 100%;
        border-radius: 100%;

    }

    #on-top {
        display: inline-block;
        background-color: #FF9800;
        width: 45px;
        height: 45px;
        text-align: center;
        border-radius: 50px;
        padding-top: -1em;
        margin: 30px;
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
        transition: background-color .3s,
        opacity .5s, visibility .5s;
        visibility: hidden;
        font-size: 3em;
        color: #fff;
        line-height: 45px;
        letter-spacing: 1px;
    }

    #on-top:hover {
        cursor: pointer;
        background-color: #333;

    }

    #on-top:active {
        background-color: #555;
    }

}





