.content-page-header h2 {
    text-align: center;
    font-weight: bold;
}
.bottom-footer-line {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    min-height: 40px;
    background-color: #2e3131;
}
.bottom-footer-line a {
    color: #fff !important;
    margin: 0 10px;
}
.bottom-footer-line a:hover,
.bottom-footer-line a:focus,
.bottom-footer-line a:visited,
.bottom-footer-line a:active {
    color: #000;
}
.entry-content ul {
    margin-left: 0;
}
@media (max-width: 400px) {
    .bottom-footer-line {
        flex-direction: column;
        padding: 10px 0;
    }
}
.post, .page {
    margin-bottom: 0;
}
body {
    background: #fff;
    line-height: 140% !important
}
.contacts-page {
    min-height: 600px
}
.contacts-eng-page .head-contact h2 {
    font-size: 34px;
    font-weight: bold
}
.contacts-eng-page .map {
    margin-top: 25px
}
.contacts-eng-page .map.display-none {
    display: none
}
.contacts-eng-page .card-block {
    margin-top: 25px
}
.contacts-eng-page .card-block h3 {
    font-weight: bold
}
.contacts-eng-page .card-block p {
    font-size: 16px
}
.contacts-eng-page .card-block .contact-card {
    margin-bottom: 30px;
    display: flex;
    flex-direction: row
}
.contacts-eng-page .card-block .contact-card .img-card {
    margin-right: 25px
}
.row.lp-menu .menu-flex {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}
.row.lp-menu .menu-flex a {
    border: 1px solid #c4a12c;
    border-radius: 5px;
    display: block;

    padding: 11px 14px;
    color: #000;
    transition: .3s all
}
.ctu-ulimate-style-1>div:nth-child(6),
.ctu-ulimate-style-1>div:nth-child(4),
.ctu-ulimate-style-1>div:nth-child(5){
    display: none ;
}
.row.lp-menu .menu-flex a:hover {
    border-color: #c4a12c;
    background-color: #c4a12c;
    text-decoration: none;
    color: #fff
}
.row.lp-menu .menu-flex .flex-menu-item {
    margin: 5px
}
.lp-head {
    background-color: #fff
}
.lp-head .flexiby-head {
    display: flex;
    justify-content: center;
    align-items: center
}
.lp-head .flexiby-head img {
    width: auto
}
.vertical-line {
    height: 76px;
    width: 1px;
    background-color: #000;
    margin: 15px;
    float: left
}
.lp-text {
    font-size: 20px;
    padding: 4% 2%;
    float: left;
    text-align: left;
}
.lp-menu {
    padding: 20px;
    text-align: center
}
.lp-menu .col-md-3 a {
    color: #0d1118;
    text-align: center;
    font-size: 15px
}
.slider {
    width: 100%;
    height: 500px
}
.lp-footer {
    padding: 30px 0
}
.lp-footer-flex-block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap
}
.lp-footer-flex-block::after {
    content: '';
    position: absolute;
    background: transparent;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
.lp-footer-flex-block .flexiby {
    width: auto;
    margin: 10px
}
.languages-switch {
    position: absolute;
    top: 70px;
    right: 10%;
    background-color: #fff;
    z-index: 100
}
.languages-switch ul {
    padding: 0;
    margin: 0 auto
}
.languages-switch ul li {
    color: #d2d2d2;
    display: flex;
    align-items: center;
    font-size: 17px;
    float: left;
    padding: 0 5px;
    font-weight: bold
}
.languages-switch ul li a {
    font-size: 17px;
    color: #000;
    font-weight: normal;
    text-decoration: none;
}
.slotholder:after {
    content: "";
    display: block;
    position: absolute;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    border: 3px solid #c1a853
}
.contact-hide{
    display: none;
}
.contacts-tabs .tab {
    background-color: #f1f1f1
}
.contacts-tabs .tab button {
    background-color: transparent;
    border: none;
    padding: 25px;
    transition: .3s all;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0
}
.contacts-tabs .tab button.active {
    background-color: #bbaa57;
    color: #fff
}
.contacts-tabs .tab button:active, .contacts-tabs .tab button:focus {
    outline: 0
}
.contacts-tabs .tab button:hover {
    background-color: #bbaa57;
    color: #fff
}
.contacts-tabs .tabcontent .flex-tab-item {
    width: 50%
}
.contacts-tabs .tabcontent .flex-tab-item a {
    color: #337ab7
}
.contacts-tabs .tabcontent .flex-tab-item a:visited, .contacts-tabs .tabcontent .flex-tab-item a:focus, .contacts-tabs .tabcontent .flex-tab-item a:active {
    color: #337ab7
}
.map.flex-tab-item {
    margin-top: -69.5px
}
.description.flex-tab-item {
    padding: 5px
}
.tabcontent {
    animation: fadeEffect 1s
}
@keyframes fadeEffect {
    from {
        opacity: 0
    }
    to {
        opacity: 1
    }
}
@media (max-width: 1200px) {
    .map.flex-tab-item {
        margin-top: 0
    }
}
@media (max-width: 992px) {
    .contacts-eng-page .map.display-992 {
        display: none
    }
    .contacts-eng-page .map.display-none {
        display: block
    }
    .tabcontent {
        flex-direction: column
    }
    .contacts-tabs .tabcontent .flex-tab-item {
        width: 100%
    }
}
.flex-menu-item:last-child{
    display: none;
}
@media (max-width: 1000px)and (min-width: 600px) {
    .lp-menu .col-md-3 {
        width: 25%;
        float: left
    }
    /*.languages-switch{*/
    /*    display: none;*/
    /*}*/
    /*.flex-menu-item:last-child{*/
    /*    display: block;*/
    /*}*/
    .lp-head .flexiby-head {
        width: 100%
    }
    .languages-switch {
        position: static;
        padding-top: 12px;
        padding-bottom: 50px;
        height: 42px
    }
    .languages-switch ul {
        border-radius: 30px;
        width: 250px;
        display: flex;
        justify-content: center;
        height: 30px
    }
    .languages-switch ul li {
        line-height: 30px
    }
    .languages-switch ul li a {
        display: block;
        line-height: 30px;
        padding: 0 5px
    }
    .languages-switch ul li a:hover {

    }

}

@media (max-width: 768px) {
    .collapse{
        flex-wrap: wrap;
    }
}
@media (max-width: 600px) {

    .contact-hide{
        display: block;
    }
    /*.languages-switch{*/
    /*    display: none;*/
    /*}*/
    .languages-switch ul {
        border-radius: 30px;
        width: 250px;
        display: flex;
        justify-content: center;
        height: 30px
    }
    .lp-text {
        width: 100%;
        display: none;
        text-align: center;
        padding: 5px 17px 0 17px;
    }
    .lp-menu {
        padding: 11px;
    }
    .lp-head img {
        max-width: 50%;
        float: none
    }
    .lp-head .flexiby-head {
        flex-direction: row;
        width: 100%;
        flex-wrap: wrap;
    }
    .lp-head .flexiby-head img:first-child {
        margin-bottom: 15px
    }
    .lp-menu .col-md-3 {
        width: 50%;
        float: left;
        padding: 15px
    }
    .vertical-line {
        display: none
    }
    .languages-switch {
        position: static;
        padding-top: 12px;
        padding-bottom: 50px;
        height: 42px
    }
    .languages-switch ul li {
        line-height: 30px
    }
    .languages-switch ul li a {
        display: block;
        line-height: 30px;
        padding: 0 5px
    }
    .languages-switch ul li a:hover {

    }
    body.home.blog{
        display: flex;
        flex-direction: column;
    }
    body.home.blog  .languages-switch {
        position: static;
        padding-top: 12px;
        padding-bottom: 33px;
        height: 17px;
        order: 0;
    }
    body.home.blog .lp-head{
        order: 0;
    }
    body.home.blog .content-page{
        order: 3;
    }
    body.home.blog .site-footer{
        order: 5;
    }
}
@media (max-width: 480px) {
    .contacts-tabs .tab {
        background-color: #f1f1f1;
        display: flex;
        justify-content: space-around
    }
    .contacts-tabs .tab button {
        padding: 10px;
        width: 100%
    }
}
@media (max-width: 450px) {
    .contacts-eng-page .card-block .contact-card {
        flex-direction: column;
        align-items: center;
        margin-bottom: 50px
    }
    .contacts-eng-page .card-block .contact-card .img-card {
        margin-right: 0
    }
    .contacts-eng-page .card-block .contact-card .deskr-card {
        text-align: center
    }
    .contacts-eng-page .contact-text {
        text-align: center
    }
}
@media (max-width: 320px) {
    .lp-menu .col-md-3:nth-child(2) {
        height: 60px
    }
    .lp-menu .col-md-3 {
        padding: 10px
    }
    .lp-menu .col-md-3 a {
        font-size: 13px
    }
}
/*# sourceMappingURL=style.css.map */
/*Custom styles*/
.lp-footer-flex-block .flexiby {
    min-width: 124px;
    min-height: 110px;
    display: flex !important;
    justify-content: center;
    align-items: center;
}
.lp-footer-flex-block {
    width: 80%;
    margin: auto;
}
.icon-cotact {
    background: url(../img/icon-contact.png) no-repeat;
    display: inline-block;
    width: 24px;
    height: 24px;
    margin-right: 5px;
}
.languages-switch ul li:hover .icon-cotact {
}
.languages-switch ul li:hover a {
}
.contacts-icons {
    margin-top: 15px;
}
.contacts-icons a {
    text-decoration: none;
    color: #337ab7;
    transition: all 0.2s ease-out;
}
.contacts-icons a i {
    font-size: 40px;
}
.flexiby-head a:first-child {
    margin-right: 15px;
}
@media (max-width: 600px) {
    .flexiby-head a:first-child {
        margin-right: 0;
        flex-basis: 50%;
        flex-shrink: 0;
        flex-grow: 0;
    }
    .flexiby-head a:nth-child(2) {
        margin-right: 0;
        flex-basis: 50%;
        flex-shrink: 0;
        flex-grow: 0;
    }
}
@media (max-width: 575.98px) {
    .row.lp-menu .menu-flex a {
        padding: 7px;
    }
}