.navbar {
    font-weight: bold;
}
.navbar-item {
    color: white !important;
    transition: 0.5s;
}
.navbar-item:hover {
    color: white !important;
}
.navbar-burger {
    color: white;
}

.is-active {
    background-color: #222222;
}

.intro {
    background: url(../images/intro.png) center no-repeat;
    background-size: cover;
}
.last_block {
    background: url(../images/intro.jpg) center no-repeat;
    background-size: cover;
}
.image {
    border-radius: 5px;
}

.whitetxt {
    color: white;
}
.blacktext {
    color: black;
}
.gradienttxt {
    color: #4e59ef;
}

.btn_nav {
    background: rgba(0, 0, 0, 0);
    color: white;
    border: 2px white solid !important;
    transition: 0.5s;
}
.btn_nav:hover {
    border: 2px solid #4e59ef !important;
    color: white;
}
.btn {
    font-size: 18px;
    border: 2px white solid !important;
    background: rgba(0, 0, 0, 0);
    color: white;
    transition: 0.5s;
}
.btn:hover {
    color: white;
    border: 2px solid #4e59ef !important;
}

.btn1 {
    font-size: 18px;
    border: 2px black solid !important;
    background: rgba(0, 0, 0, 0);
    color: black;
    transition: 0.5s;
}
.btn1:hover {
    color: black;
}

.arrow {
    width: 40px;
    height: 40px;
    padding-left: 5px;
}


.second_block {
    background: url(../images/karta.jpg) center no-repeat;
    background-size: cover;
}

.third_block {
    background: url(../images/black_fon.jpg) center no-repeat;
    background-size: cover;
}

.clmn {
    margin: 10px;
    padding: 20px;
    border-radius: 15px;
    transition: 0.5s;
}

.card {
    margin: 10px;
    padding: 30px;
    transition: 0.5s;
    background: linear-gradient(#1c1aae, #404eeb);
    color: white;
}
.icons {
    max-width: 100px;
    padding: 5px;
}

.icon1 {
    width: 80px;
    height: 80px;
    margin: auto;
    padding: 10px 10px;
}

.line_title {
    display: inline-block;
    position: relative;
}
.line_title:before,
.line_title:after {
    content: '';
    position: absolute;
    top: 50%;
    height: 3px;
    background: linear-gradient(#1c1aae, #404eeb);
}
.line_title:before {
    right: 105%;
    left: -1000%;
}

.image1 {
    max-width: 1000px;
    border-radius: 10px;
}

.footer {
    color: white;
    background-color: #222222;
    padding-bottom: 40px !important;
}
.footer a {
    color: #4e59ef;
}
.footer a:hover {
    color: #404eeb;
}