.newServiceText { 
    width: 60%;
}
.newServiceText.font-1 { 
    line-height: 34px;
}
.font-1{
    height: auto;
}
.font-2{
    height: auto;
}
span.more {
    position: absolute;
    bottom: 5px;
}
.orange-box-1,
.orange-box-2,
.orange-box-3,
.orange-box-4,
.orange-box-5,
.orange-box-6 {
    height: 225px;
    background-size: cover;
    margin-bottom: 15px;
}
.orange-box-5 {
    background-image: url("../images/prekladka.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.orange-box-5:hover .more{
    color: #23527c;
}
.orange-box-6 {
    background-image: url("../images/nakladna_preprava_s.jpg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}
.orange-box-6:hover .more{
    color: #23527c;
}
@media only screen and (max-width: 1200px) {
    .newServiceText { 
        width: 90%;
    }
    .orange-box-5 {
        min-height: 208px;
    }
    .orange-box-6 {
        min-height: 208px;
    }
}

.navbar-default .navbar-nav > li:nth-child(7) {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.navbar-default .navbar-nav > li:nth-child(7) {
    float: right;
}
.navbar-default .navbar-nav > li:nth-child(7) > a::before {
    display: table;
    content: " ";
    position: absolute;
    background-image: url(../images/bottom-arrow.svg);
    background-repeat: no-repeat;
    width: 8px;
    height: 10px;
    top: 13px;
    right: 4px;
}
.navbar-default .navbar-nav > li:nth-child(6) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}
.navbar-default .navbar-nav > li:nth-child(6) > a::before {
    display: none;
}
@media screen and (max-width: 767px) {
    .navbar-default .navbar-nav > li:nth-child(7) {
        float: none;
        border-radius: 0;
        border-top-left-radius: 0px;
        border-bottom-left-radius: 0px;
    }
    .navbar-default .navbar-nav > li:nth-child(7):nth-child(7) > a::before {
        top: 23px;
        right: 30px;
        width: 13px;
        height: 13px;
    }
}
@media screen and (min-width: 768px) and (max-width: 992px) {
    .navbar-nav > li > a {
        font-size: 12px;
    }
}
.art-bts p {
  font-weight: 400;
}
/*
header .navbar .navbar-brand {
    position: absolute;
    margin: 0 auto;
    width: 160px;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    display: flex;    
    justify-content: center;
    align-items: center;
    gap: 10px;
    height: auto;
}
header .navbar .navbar-brand .brand-logo {
    display: block;
    width: 60%;
}
header .navbar .navbar-brand .give-peace-a-chance {
    height: 100%;
}
@media screen and (min-width: 991px) {
    header .navbar .navbar-brand {
        flex-direction: column;
    }
}

@media screen and (min-width: 992px) {
    .top_position {
        margin-left: auto;
        margin-right: auto;
    }
    header .navbar .navbar-brand {
        flex-direction: row;
    }
}
*/

.give-peace-a-chance {
    display: none;
}

/*
.white-cont {
    top: -90px;
}
@media screen and (max-width: 700px) {
    .logo-content {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 20px;
        height: 70px;
    }
    .logo-content .navbar-brand-2 {
        height: 100%;
        width: auto;
    }
    .logo-content > * {
        height: 100%;
        width: auto;
    }
    .logo-content > * img,
    .logo-content  a img {
        height: 100%;
        width: auto;
        padding: 0;
        width: auto;
    }
}
@media screen and (min-width: 700px) {    
    .menu-block .give-peace-a-chance {
        display: none;
    }
}
@media screen and (min-width: 768px) {
    .give-peace-a-chance {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .menu-block {
        margin-bottom: 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px;
        gap: 20px;
    }
    .navbar-nav img {

    }
    .menu-block a.navbar-brand {
        position: relative;
        top: auto;
        left: auto;
        margin: 0;
        padding: 0;
    }
    .menu-block a.navbar-brand,
    .menu-block .give-peace-a-chance {
        height: 70px;
        width: auto;
        margin-top: -150px;
    }
    .menu-block > * {
        height: 100%;
        width: auto;
    }
    .menu-block > * img,
    .menu-block  a img {
        height: 100%;
        width: auto;
        padding: 0;
        width: auto;
    }
}
#}