﻿@charset "UTF-8";
.box-outdoor h1, h2, h3, h4, h5, h6 {
	font-family: 'Barlow', sans-serif;
	text-transform: uppercase;
}
.box-outdoor h1 {
	font-size: 45px !important;
	color: #20302C;
}
@media only screen and (max-width:600px){
.box-outdoor h1 {
	font-size: 30px !important;
    text-align: center;
}
.box-outdoor h4 {
	font-size: 20px !important;
	color: #20302C;
}
}
.box-outdoor h2 {
	font-size: 18px !important;
	padding: 5px;
    color: #416758;
}
.box-outdoor h3 {
	font-size: 18px !important;
}
.box-outdoor p{
	color: #20302C;
}
.box-outdoor {
	background: url(../outdoor/bg-outdoor.jpg) no-repeat;
	background-size: cover;
}
.box-outdoor aside{
	float: right;
    background-color: #FCFFFF;
    background-size: cover;
    border-left: solid 1px #ccc;
    margin-bottom: 15px;
}
@media only screen and (max-width:600px){
	.box-outdoor aside {
		float: none;
		border: none;
        margin-top: 15px;
	}
}
.box-outdoor aside h3::before {
	content: '';
	padding: 0px 10px 0px 10px;
	margin-right: 10px;
	background: url(../db_img/img/uploads/info-color-25012021095744.svg) no-repeat center;
}
.blogmedia h4 {
	font-size: 16px;
	margin-top: 5px;
}
.blogmedia p {
	font-size: 0.8rem;
}
.p-more {
    padding-left: 20px;
    text-transform: none;
    font-weight: bold;
    font-size: 1rem;
}
.m {
    margin-top: 50px;
}
.m-top {
    margin-top: 10px;
}
.oc {
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  transition: 0.3s;
  margin-bottom: 20px;
}

.oc:hover {
  box-shadow: 0 8px 24px 0 rgba(0,0,0,0.2);
}

.oc_content {
  padding: 10px 16px;
}
.badge_promo{
    background-color: #05F283;
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    color: #2F3640;
    display: inline-block;
    font-size: 13px;
    font-size: 0.8125rem;
    left: -15px;
    line-height: 1;
    position: absolute;
    text-align: center;
    text-transform: uppercase;
    top: 10px;
    padding: 7px 10px;
    font-weight: 600;
    min-width: 45px;
    z-index: 1;
}
.orange{
    background-color: #f6c249;
}