/* c-carousel
------------------------------------------------------------------- */
.c-carousel {
    position: relative;
    z-index: 1;
    width: 100%;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
}
.owl-dots{
  position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    margin: auto;
      display: flex;
    justify-content: center;
}
.owl-dots .owl-dot{
  width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.c-carousel .owl-next:hover{
	background:#377B71;
}
.c-carousel .owl-prev:hover{
	background:#377B71;
}
.owl-next:hover{
	background:#377B71;
}
.owl-prev:hover{
	background:#377B71;
}
.owl-dots .active{
background:#377B71;
}
.c-carousel--index {
    visibility: hidden;
    opacity: 0;
}
.c-carousel--index {
   visibility: visible;
    opacity: 1;
}
.c-carousel--active {
    visibility: visible;
    opacity: 1;
}

.c-carousel__title {
    font-size: 22px;
    position: relative;
    width: 100%;
    margin-bottom: 16px;
   /* text-align: center;*/
    text-transform: uppercase;
}
.owl-nav{
    position: absolute;
    top: 0;
    right: 0;
    width: 95px;
    height: 30px;
    display: flex;
    justify-content: space-between;
    margin-top: -78px;
    margin-right: 5px;
}
@media (max-width: 767px) {
    .c-carousel__title {
        font-size: 18px;
    }
}

.c-carousel__title--span {
    font-size: 40px;
    font-weight: 900;
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    flex-direction: column;
    padding: 52px 0 18px 0px;
	color:#fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
	    text-transform: initial;
}
.c-carousel--index .c-carousel__title--span {
    padding: 46px 0 18px 0px;
}

@media (max-width: 767px) {
    .c-carousel__title--span {
        padding: 32px 0 16px;
        font-family: Inter;
        font-size: 28px;
        font-weight: 900;
        line-height: 28px;
        letter-spacing: 0em;
        text-align: center;
        display: flex;
        justify-content: center;
    }
}

.c-carousel__title--span:hover .c-carousel__title--more {
    text-decoration: underline;
}

.c-carousel__title--more {
    font-size: 16px;
    text-transform: lowercase;
    color: #999;
	display:none;
}

@media (max-width: 767px) {
    .c-carousel__title--more {
        font-size: 11px;
    }
}

/*.c-carousel__title:before {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    margin: auto;
    content: '';
    background: #dadada;
}*/

@media (max-width: 767px) {
    .c-carousel--first {
        margin-top: 0;
    }
}

.c-carousel__content {
    position: relative;
	    margin-top: 12px;
}

.c-carousel .owl-prev,
.c-carousel .owl-next {
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    flex-direction: row;
    background: #fff;
    border-radius: 30px;
    height: fit-content;
}

.c-carousel .owl-prev.disabled,
.c-carousel .owl-next.disabled {
  /*  display: none;*/
}
.disabled{
opacity: 1!important;
}
.c-carousel .owl-prev {
    left: 0;
}

.c-carousel .owl-next {
    right: 0;
}

.c-carousel__arrow {
    font-size: 16px;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -moz-user-select: none;
    -ms-user-select: none;
    color: #000;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    margin: 9px;
}
.c-carousel__arrow .icon{
	width: 15px;
    height: 15px;
}
@media (max-width: 767px) {
 /*   .c-carousel__arrow {
        font-size: 18px;
        width: 30px;
        height: 50px;
        background: rgba(255, 255, 255, .5);
    }*/
}

.c-carousel__arrow--left {
    left: -20px;
}

@media (max-width: 1024px) {
    .c-carousel__arrow--left {
        left: 0;
    }
}

.c-carousel__arrow--right {
    right: -20px;
}

@media (max-width: 1024px) {
    .c-carousel__arrow--right {
        right: 0;
    }
}

.c-carousel__arrow:hover {
    color: #000;
}

.c-carousel .owl-dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-top: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.c-carousel .owl-dots.disabled {
    display: none;
}

.c-carousel .owl-dot {
      width: 7px;
    height: 7px;
    margin: 5px 7px;
    background: #D6D6D6;
    display: block;
    -webkit-backface-visibility: visible;
    transition: opacity .2s ease;
    border-radius: 30px;
}
.c-product .c-carousel .owl-dot {
    width: 7px;
    height: 7px;
    margin: 0 4px;
    cursor: pointer;
    border: 1px solid #9f9f9f;
    border-radius: 100%;
    background: #9f9f9f;
}
.c-carousel .owl-dot.active {
    border-color: #377B71;
    background: #377B71;
}
.c-product  .c-carousel .owl-dot.active {
    border-color: #252525;
    background: #252525;
}
.c-carousel .owl-dot:hover {
    border-color: #fff;
}

.c-carousel .owl-stage {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
	    min-height: 370px;
}

.c-carousel .owl-stage:after:before,
.c-carousel .owl-stage:after:after {
    display: table;
    clear: both;
    content: ' ';
}

.c-carousel .owl-nav.disabled {
    display: none;
}

.c-carousel.owl-loaded {
    display: block;
}

.c-carousel.owl-loading {
    display: block;
    opacity: 0;
}

.c-carousel.owl-hidden {
    opacity: 0;
}

.c-carousel.owl-refresh .owl-item {
    visibility: hidden;
}

.c-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.c-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab;
}

.c-carousel.owl-rtl {
    direction: rtl;
}

.c-carousel.owl-rtl .owl-item {
    float: right;
}

.c-carousel .owl-height {
    -webkit-transition: height 500ms ease-in-out;
    -o-transition: height 500ms ease-in-out;
    transition: height 500ms ease-in-out;
}

.c-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
    transform: translate3d(0px, 0px, 0px);
}

.c-carousel .owl-item,
.c-carousel .owl-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	margin: 0px;
}
@media (min-width: 768px) {
.owl-dots{
	display:none!important;
}
}
.c-carousel .owl-item {
    position: relative;
    float: left;
    min-height: 1px;
    touch-callout: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
	padding: 0!important;
}

.c-carousel .owl-item img {
    display: block;
}

.c-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.c-carousel .owl-item .owl-lazy {
    -webkit-transition: opacity 400ms ease;
    -o-transition: opacity 400ms ease;
    transition: opacity 400ms ease;
    opacity: 0;
}

.c-carousel .owl-animated-in {
    z-index: 0;
}

.c-carousel .owl-animated-out {
    z-index: 1;
}

.c-images .c-carousel {
    margin-top: 10px;
}

@media (max-width: 767px) {
    .c-carousel .rating {
        display: none;
    }
	.c-carousel__arrow {
		font-size: 14px;
        margin: 5px 5px;
	}
	.c-carousel .owl-prev, .c-carousel .owl-next {
    height: auto;
}
.owl-nav {
    width: 80px;
    height: 25px;
    margin-top: -45px;
    margin-right: 10px;
}
.news-block .owl-prev {
    height: 26px;
}
.news-block .owl-next {
    height: 26px;
}
}

.c-carousel--index .owl-stage-outer {
}

.c-carousel--index .c-carousel__title {
    margin-bottom: 0;
}

/* slider
------------------------------------------------------------------- */
@media screen and (max-width: 430px) {
.c-carousel__title--span {
  font-size: 28px;
    padding: 0 15px;
    text-align: center;
     padding-left: 40px;
    padding-top: 10px;
    display: flex;
}

.c-carousel__pop {
    padding-top: 15px;
}

}