html,
body * {
    font-family: "PT sans";
    color: #343a40;
    outline: none !important;
}
a {
    text-decoration: none !important;
}
a:hover {
    color: initial;
}
.font-size-1 {
    font-size: 0.75rem;
}
.font-size-2 {
    font-size: 1rem;
}
.font-size-3 {
    font-size: 1.25rem;
}
.font-size-4 {
    font-size: 1.5rem;
}
.font-size-5 {
    font-size: 2rem;
}
.font-size-6 {
    font-size: 3rem;
}
.line-h-1 {
    line-height: 1;
}
.container {
    max-width: 1400px;
}
.rounded {
    border-radius: 0.5rem !important;
}
.badge-primary {
    background: #f00;
    border-color: #f00;
}
.btn-primary {
    background: #f00;
    border-color: #f00;
}
.btn-primary:hover {
    background: #c00 !important;
    border-color: #c00 !important;
}
.bg-primary {
    background: #f00 !important;
}
.text-primary {
    color: #f00 !important;
}
a.text-primary:hover {
    color: #f00 !important;
    text-decoration: underline !important;
}
.btn-outline-primary {
    color: #f00;
    border-color: #f00 !important;
}
.btn-outline-primary:hover {
    background: #f00 !important;
}
.cursor-pointer {
    cursor: pointer;
}
.card {
    border: 0;
    overflow: hidden;
    text-decoration: none;
}
.card:hover {
    transition: all 0.5s;
    box-shadow: 0 0 30px -5px #323232;
}
.card .text-white,
.card .text-light {
    text-shadow: 0 0 2px #000;
}
.card .text-black,
.card .text-dark {
    text-shadow: 0 0 2px #fff;
}
.card-body,
.card-img-overlay {
    padding: 1rem;
}
.fas.fa-mars {
    color: #67a5f9;
}
.fas.fa-venus {
    color: #fb878d;
}
.text-black {
    color: #232323;
}
.header .top-nav a {
    line-height: 1.5rem;
}
.header .border-left {
    border-left-style: dotted !important;
    border-left-width: 2px !important;
}
.header .border-right {
    border-right-style: dotted !important;
    border-right-width: 2px !important;
}
.header .main-header .logo-block {
    width: 200px;
}
.header .main-header .logo-block .logo {
    height: 50px;
}
.header .main-header .logo-block .slogan {
    margin-top: -15px;
    text-align: right;
    font-size: 0.85rem;
}
.header .main-header .input-group .form-control {
    border-right: none;
    border-top-right-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}
.header .main-header .input-group .btn-outline-light {
    border: 1px solid #ced4da;
    border-left: none;
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
}
.header .main-header .form-control {
    padding: 0.75rem;
}
.header .main-header .navbar-toggler {
    border: 1px solid #ced4da;
    box-shadow: none;
}
.header .main-nav {
    padding-left: 0;
    padding-right: 0;
}
.header .main-nav .navbar-nav > .nav-item .dropdown-menu {
    padding: 0;
    width: 100%;
    margin: 0;
    border-radius: 0;
    top: 100%;
    border: 0;
    overflow: hidden;
    box-shadow: 0 0.5rem 15px -0.35rem #ccc;
}
.header .main-nav .navbar-nav > .nav-item .dropdown-menu .dropdown-menu__header {
    font-size: 1.1rem;
}
.header .main-nav .navbar-nav > .nav-item > a {
    font-size: 1.1rem;
    padding: 0;
    padding-bottom: .75rem;
}
.header .main-nav .navbar-nav > .nav-item > a:after {
    display: none;
}
.header .main-nav .navbar-nav > .nav-item li a {
    padding: 0 0 0.5rem 0;
    text-transform: none;
    font-size: 1rem;
}
@media screen and (min-width: 768px) {
    .header .main-nav .navbar-nav > .nav-item:after {
        content: "";
        display: block;
        height: 4px;
        background: #f00;
        width: 0;
        margin: auto;
    }
    .header .main-nav .navbar-nav > .nav-item:hover:after {
        width: 100%;
        transition: width 0.5s ease;
    }
    .dropdown-menu:before {
        content: "";
        display: block;
        width: 100%;
        height: 1px;
        margin-top: -1px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: -1;
        box-shadow: 0 0 15px #000;
    }
}



.main-carousel{
    max-width: 1920px;
    margin: auto;
    position: relative;
}
.main-carousel .owl-carousel .item{
    width: 100%;
    background-position: center;
    background-size: cover;
}
.main-carousel .owl-carousel .main-carousel_description{
    position: absolute;
    bottom: 2rem;
    padding: 0 6rem;
}
@media screen and (max-width: 767px) {
    .main-carousel .owl-carousel .main-carousel_description{
        bottom: 2.5rem;
    }
}

.main-carousel .owl-carousel .item{
    height: 0;
    padding-bottom: 25%;
}
@media screen and (max-width: 767px) {
    .main-carousel .owl-carousel .item{
        padding-bottom: 100%;
    }
}
.main-carousel .owl-carousel .item .owl-carousel_main-text.text-white {
    text-shadow: 0 0 2px #000;
}


.main-carousel .owl-carousel .owl-nav {
    display: none;
    position: relative;
    z-index: 10;
}

.main-carousel .owl-prev,
.main-carousel .owl-next
{
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 10;
    width: 6rem;

    margin: 0;
    padding: 0;
    border: 0;
    background: transparent;
    cursor: pointer;
}

@media screen and (max-width: 767px) {
    .main-carousel .owl-prev,
    .main-carousel .owl-next
    {
        width: 3rem;
    }
}

.main-carousel .owl-prev{
    left: 0;
}
.main-carousel .owl-next{
    right: 0;
}
.main-carousel .owl-prev i,
.main-carousel .owl-next i
{
    color: #fff;
    text-shadow: 0 0 2px #000;
    transition: .3s;
}


.main-carousel .owl-carousel .owl-dots {
    position: absolute;
    z-index: 10;
    display: flex;
    justify-content: center;
    left: 50%;
    margin: auto;
    right: 50%;
    bottom: .5rem;
    height: 26px;
}
.main-carousel .owl-carousel .owl-dots .owl-dot span
{
    box-shadow: 0 0 2px #000;
    background: #fff;
    transition: .3s;
}
.main-carousel .owl-carousel .owl-dots .owl-dot.active span{
    width: 1rem;
    height: 1rem;
    background: #fff;
}


@media screen and (max-width: 767px) {
    .main-carousel .owl-prev:active i,
    .main-carousel .owl-next:active i {
        color: #f00;
    }

    .main-carousel .owl-carousel .owl-dots .owl-dot:active span {
        background: #f00;
    }
}
@media screen and (min-width: 768px) {
    .main-carousel .owl-prev:hover i,
    .main-carousel .owl-next:hover i {
        color: #f00;
    }

    .main-carousel .owl-carousel .owl-dots .owl-dot:hover span {
        background: #f00;
    }
}


.main-carousel .owl-prev i:before,
.main-carousel .owl-next i:before
{
    font-size: 5rem;
}
@media screen and (max-width: 767px) {
    .main-carousel .owl-prev i:before,
    .main-carousel .owl-next i:before
    {
        font-size: 3rem;
    }
}





.articles .articles__item {
    height: 18rem;
}
.articles .articles__item.articles__item_vertical {
    height: 30rem;
}
@media screen and (max-width: 767px) {
    .articles .articles__item,
    .articles .articles__item.articles__item_vertical
    {
        height: 13rem;
    }
}
.articles .articles__item .article__brand {
    font-size: 1rem;
    font-weight: 400;
    z-index: 1;
    position: relative;
}
.articles .articles__item .badge + .badge {
    padding-left: calc(0.4rem * 2);
    margin-left: -0.4rem;
    z-index: 0;
    position: relative;
}
.products .products__bg {
    background-color: #f8f8f8;
}
.products .products__dark-bg {
    background: url("img/bg/back_mirr.png") left top repeat-x;
    background-size: 70%;
    padding-bottom: 8rem;
    margin-bottom: -5rem;
}
.products .products__light-bg {
    background: url("img/bg/front_mirr.png") left top repeat-x;
    background-size: 70%;
    padding-bottom: 3rem;
}
.products .products__item .products__item__icons {
    position: absolute;
    top: 1rem;
    left: 1rem;
    right: 1rem;
    height: 0;
}
.products .products__item .products__item__icons .far {
    opacity: 0;
}
.products .products__item .products__item__icons .fa-heart {
    cursor: pointer;
}
.products .products__item:hover .far.fa-heart {
    opacity: 1;
    transition: all 0.5s;
}
.products .products__colors-sizes .products__colors span {
    display: inline-block;
    width: 0.5rem;
    height: 0.5rem;
    border-radius: 100%;
}
.products .products__colors-sizes .products__colors span[data-product-color="черный"] {
    background-color: #000;
}
.products .products__colors-sizes .products__colors span[data-product-color="белый"] {
    background-color: #fff;
    border: 1px solid #888;
}
.products .products__colors-sizes .products__colors span[data-product-color="серый"] {
    background-color: #888;
}
.products .products__colors-sizes .products__colors span[data-product-color="красный"] {
    background-color: #f00;
}
.products .products__colors-sizes .products__colors span[data-product-color="зеленый"] {
    background-color: #0f0;
}
.products .products__colors-sizes .products__colors span[data-product-color="синий"] {
    background-color: #00f;
}
.products .products__colors-sizes .products__colors span[data-product-color="коричневый"] {
    background-color: #964b00;
}
.products .products__colors-sizes .products__colors span[data-product-color="оранжевый"] {
    background-color: #ffa500;
}
.products .products__colors-sizes .products__colors span[data-product-color="желтый"] {
    background-color: #ff0;
}
.products .products__colors-sizes .products__colors span[data-product-color="хаки"] {
    background-color: #806b2a;
}
.products .products__colors-sizes .products__colors span[data-product-color="разноцветный"] {
    background: linear-gradient(to right, #f00, #0af);
}
.products .products__colors-sizes .products__colors span[data-product-color="фиолетовый"] {
    background: #824280;
}
.products .products__colors-sizes .products__colors span[data-product-color="розовый"] {
    background: #ff8fa2;
}
.products .products__colors-sizes .products__colors span[data-product-color="голубой"] {
    background: #42aaff;
}

.products .products__colors-sizes,
.products .products__price{
    height: 1.5rem;
    margin-top: .25rem;
}


.journal {
    background: #000 url("img/sunset_mountains_landscape-640711.jpg") center -300px repeat-x;
    background-size: 100%;
}
.journal .card-body {
    height: 15rem;
}
.journal .journal__mini-picture {
    width: 6rem;
    height: 6rem;
}
@media screen and (min-width: 768px) {
    .journal .col-xl-6 .row .card-body {
        height: 10rem;
    }
}
@media screen and (max-width: 767px) {
    .container-fluid,
    .header nav {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
#climbingcenter {
    background-position: left top;
}
@media screen and (max-width: 767px) {
    #climbingcenter {
        background-position: center top;
    }
}
@media screen and (min-width: 1200px) {
    #filter-block {
        margin-left: -1rem;
        margin-right: 1rem;
        padding-left: 2rem;
        padding-right: 1rem;
    }
}
.content {
    position: relative;
    overflow: hidden;
    border-bottom: 2px solid #ccc;
}
.content:before {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    margin-top: -1px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    box-shadow: 0 0 15px #000;
}
.breadcrumb {
    background: none;
    padding: 0;
}
.pagination-block {
    line-height: 2rem;
}
.pagination-block .page-btn {
    width: 2rem;
    height: 2rem;
    margin: 0 0.25rem;
    background: #fff;
    border-radius: 100%;
    text-align: center;
    display: block;
    transition: 0.5s;
}
.pagination-block .page-btn:hover {
    background: #eee;
}
.pagination-block .page-btn.active {
    background: #f00;
    color: #fff;
}
.custom-select {
    padding: 0 2rem 0 1rem;
    height: 2rem;
    border: none;
    border: 1px solid #ced4da;
}
label.checkbox-group {
    display: block;
    cursor: pointer;
}
label.checkbox-group:hover span {
    color: #000 !important;
}
label.checkbox-group [type="checkbox"] {
    display: none;
}
label.checkbox-group .checkbox-label {
    padding-left: 1.75rem;
    position: relative;
}
label.checkbox-group .checkbox-label:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.25rem;
    height: 1.25rem;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
}
label.checkbox-group [type="checkbox"]:checked+.checkbox-label:after {
    content: "";
    display: block;
    position: absolute;
    left: 4px;
    top: 25%;
    transform: translateY(-50%) rotate(-45deg);
    width: 1.25rem;
    height: 0.5rem;
    border-bottom: 3px solid #f00;
    border-left: 3px solid #f00;
}
.slider-line {
    margin: 1.5rem 0.6rem;
    height: 3px;
    background: #ced4da;
}
.slider-line .slider-line-range {
    height: 3px;
    display: flex;
    align-items: center;
    position: relative;
    background: #f00;
    max-width: 100%;
}
.slider-line .slider-line-range .slider-btn-min,
.slider-line .slider-line-range .slider-btn-max {
    border: 1px solid #ced4da;
    border-radius: 100%;
    position: absolute;
    overflow: hidden;
    margin-left: -0.6rem;
    box-shadow: 0 1px 2px 0 #ced4da;
}
.slider-line .slider-line-range .slider-btn-min:before,
.slider-line .slider-line-range .slider-btn-max:before {
    content: "";
    display: block;
    width: 1.2rem;
    height: 1.2rem;
    background: #f00;
    border: 4px solid #fff;
    border-radius: 100%;
}
.slider-line .slider-line-range .slider-btn-min:hover,
.slider-line .slider-line-range .slider-btn-max:hover {
    cursor: pointer;
}
.slider-line .slider-line-range .slider-btn-min {
    left: 0;
}
.slider-line .slider-line-range .slider-btn-max {
    left: 100%;
}
.products__item .card-body .main-bagde {
    position: absolute;
    right: 0;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
}
.footer .logo {
    width: 200px;
}
.footer .logo img {
    filter: grayscale(100%) brightness(300%);
}
.footer .nav-link {
    padding: 0 0 0.5rem 0;
}



#personal-icons a{
    position: relative;
}

@media screen and (min-width: 1200px) {
    #personal-icons a{
        min-width: 6rem;
    }
    #personal-icons a:last-child{
        margin-right: -1rem;
    }
}
@media screen and (max-width: 1199px) {
    #personal-icons a{
        min-width: 5rem;
    }
}
#personal-icons a:hover {
    opacity: 1;
}
#personal-icons .personal-icons-count {
    position: absolute;
    right: calc(50% - 2rem);
    background: #eee;
    border-radius: 50%;
    width: 1.5rem;
    height: 1.5rem;
    text-align: center;
    line-height: 1.5rem;
    top: -.5rem;
}





.floater .border-left {
    border-left-style: dotted !important;
    border-left-width: 2px !important;
}
.floater .border-right {
    border-right-style: dotted !important;
    border-right-width: 2px !important;
}
.floater {
    background: #f8f9fa;
    box-shadow: 0 0 15px 0 #ccc;
}




div#carrotquest-messenger-collapsed-container.carrotquest-messenger-right_bottom {
    margin-bottom: 55px !important;
}


div.edost_balloon_payment { display: none; }
div.edost_balloon { color: #000; }




.col-xs-five,
.col-sm-five,
.col-md-five,
.col-lg-five {
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}

.col-xs-five {
    flex: 0 0 20%;
    max-width: 20%;
}

@media (min-width: 768px) {
    .col-sm-five {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 992px) {
    .col-md-five {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

@media (min-width: 1200px) {
    .col-lg-five {
        flex: 0 0 20%;
        max-width: 20%;
    }
}