.nav_link:hover {
    color: #ff9030 !important;
}
.link1 {
    color: #ff9030;
}
.link1:hover {
    color: lightsalmon;
}
.link2 {
    color: lightgoldenrodyellow;
}
.link2:hover {
    color: lightsalmon;
}
.intro {
    background: url(../images/5335885.jpg) center no-repeat;
    background-size: cover;
}
.fon {
    background: url() center no-repeat;
    background-size: cover;
}
.about_mega {
    background-color: #ff9030;
}
.btn {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid black;
    transition: 0.5s;
}
.btn:hover {
    border: 1.5px solid black;
    background-color: black;
    color: white;
}
.btn2 {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid white;
    transition: 0.5s;
}
.btn2:hover {
    border: 1.5px solid #eee;
    background-color: #eee;
}
.btn3 {
    font-size: 20px;
    font-weight: bold;
    border: 1.5px solid #ff9030;
    transition: 0.5s;
    color: #ff9030;
    background-color: rgb(33, 33, 33);
}
.btn3:hover {
    border: 1.5px solid #ff9030;
    background-color: #ff9030;
    color: rgb(33, 33, 33);
}
.arrow {
	margin: 0 auto;
	position: relative;
	background: #ff9030;
	border-radius: 3px;
}
.arrow:before {
	content: ""; 
	border: solid transparent;
	position: absolute;
 	top: 100%;
	left: 50%;
	border-top-color: #ff9030;
	border-width: 40px;
	margin-left: -40px;
}

.gray_section {
    background-color: rgb(246, 247, 250);
}
.card {
    background-color: rgb(246, 247, 250);
    border: 1px solid rgb(220, 220, 220);
    border-radius: 15px;
    margin: 15px;
    padding: 20px;
    box-shadow: none;
    transition: 0.5s;
}
.card:hover {
    scale: 1.03;
    border: 1px solid white;
    background-color: white;
    -webkit-box-shadow: -5px 5px 25px 0px rgb(198, 198, 198);
    -moz-box-shadow: -5px 5px 25px 0px rgba(198, 198, 198);
    box-shadow: -5px 5px 25px 0px rgba(198, 198, 198);
}
.card1 {
    margin: 10px;
    box-shadow: none;
}
.card_orange {
    background-color: #ff9030;
    border-radius: 15px;
    margin: 15px;
    box-shadow: none;
}
.orange_text {
    color: #ff9030;
}
.white_text {
    color: white;
}
.hr {
    border: #ff9030 1px solid;
}
.cl_img {
    display: flex;
    justify-content: center;
    margin: auto;
}

.footer {
    color: white;
    background-color: rgb(33, 33, 33);
    padding-bottom: 20px;
    padding-top: 20px;
}

li {
    list-style: none;
    background: url(../images/blacksprut-logo.png) no-repeat 0 3px;
    background-size: 20px 20px;
    padding-left: 30px;
}
.text_block {
    text-align: center;
}
.hr_short {
    width: 90%;
    margin: auto;
}
.card_img {
    max-width: 60px;
    max-height: 60px;
    margin: auto;
}
.img_clmn {
    max-height: 550px;
}