/************************************************************************************************/
/*                                           START                                              */
/************************************************************************************************/

.dg-catalog-content-wrap {
    position: relative;
    width: calc( 100vw - ( 100vw - 100% ) );
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    padding: 10vh 40px 10vh 40px;
}

.dg-catalog-header {
    width: calc( 100vw - ( 100vw - 100% - 80px ) );
    height: auto;
    display: flex;
    flex-direction: row;
	justify-content: center;
    font-family: 'Circe-BB';
    font-size: 50px;
    line-height: 50px;
    letter-spacing: 2.5px;
    text-transform: uppercase;
	text-align: center;
    color: #373F43;
	padding: 50px 0px 36px 0px;
}

.dg-catalog-slogan {
    width: calc( 80vw - ( 100vw - 100% ) );
    height: auto;
    display: block;
    flex-direction: row;
    font-family: 'Circe-L';
    font-size: 20px;
    line-height: 20px;
	text-align: center;
    color: #353535;
    padding: 0px 0px 36px 0px;
}

.dg-catalog-sub-menu {
    width: calc( 100vw - ( 100vw - 100% - 80px ) );
    height: auto;
    display: flex;
    flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	padding: 0px 20px 36px 20px;
}


.dg-catalog-sub-menu-item {
	position: relative;
	width: auto;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	font-family: 'Circe-R';
	font-size: 18px;
	line-height: 18px;
	color: #353535;
	text-decoration: none;
	padding: 24px 40px 18px 40px;
	margin: 0px 20px 0px 20px;
	background-position: top 0px right 10px, top 0px right 0px, top 10px right 0px, left 10px bottom 0px, left 0px bottom 0px, left 0px bottom 10px;
	background-repeat: no-repeat, no-repeat, no-repeat, no-repeat, no-repeat, no-repeat;
	background-size: 300px 1px, 10px 10px, 1px 80px, 300px 1px, 10px 10px, 1px 80px;
	background-image: url(../images/catalog_start_botton_hr.svg), url(../images/catalog_start_botton_left_rt.svg), url(../images/catalog_start_botton_vg.svg), url(../images/catalog_start_botton_hg.svg), url(../images/catalog_start_botton_left_lb.svg), url(../images/catalog_start_botton_vr.svg);
}

.hover,
.owl-catalog .item .owl-text-blok:hover,
.dg-catalog-sub-menu .dg-catalog-sub-menu-item:hover,
.dg-catalog-sub-menu .active {
	opacity: 1;
	  -webkit-transition-duration: 0.5s;
	  -moz-transition-duration: 0.5s;
	  -ms-transition-duration: 0.5s;
	  -o-transition-duration: 0.5s;
	  transition-duration: 0.5s;
}

.dg-catalog-sub-menu .active,
.dg-catalog-sub-menu .dg-catalog-sub-menu-item:hover {
	color: #ffffff;
	background-color: #F41630;
	background-image: none;
}


@media screen and (max-width: 1600px), screen and (max-height: 768px) {

.dg-catalog-header {
    font-size: 40px;
    line-height: 40px;
	padding: 50px 0px 20px 0px;
}

.dg-catalog-slogan {
    font-size: 18px;
    line-height: 18px;
    padding: 0px 0px 30px 0px;
}

.dg-catalog-sub-menu {
	padding: 0px 20px 21px 20px;
}

.dg-catalog-sub-menu-item {
	font-size: 17px;
	line-height: 17px;
	padding: 21px 36px 16px 36px;
	margin: 0px 20px 15px 20px;
}	
	
	
}

@media screen and (max-width: 1280px), screen and (max-height: 660px) {

.dg-catalog-header {
    font-size: 36px;
    line-height: 36px;
	padding: 50px 0px 18px 0px;
}

.dg-catalog-slogan {
    font-size: 16px;
    line-height: 16px;
    padding: 0px 0px 26px 0px;
}
	
.dg-catalog-sub-menu {
	padding: 0px 20px 18px 20px;
}

.dg-catalog-sub-menu-item {
	font-size: 16px;
	line-height: 16px;
	padding: 19px 30px 14px 30px;
	margin: 0px 15px 15px 15px;
}	
	
	
}

@media screen and (max-width: 1180px), screen and (max-height: 620px) {
	

	
}

@media screen and (max-width: 980px), screen and (max-height: 580px) {

.dg-catalog-header {
    font-size: 28px;
    line-height: 28px;
	padding: 40px 0px 18px 0px;
}

}


/************************************************************************************************/
/*                                          owl-catalog                                         */
/************************************************************************************************/

.owl-catalog {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
}

.owl-catalog .item {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
}

.owl-catalog .item .owl-image {
	position: relative;
	width: 100%;
	height: 70vh;
	display: block;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.owl-catalog .item .owl-text-blok-wrap {
	position: relative;
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.owl-catalog .item .owl-text-blok-new {
	top: 0px;
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	background-color: #fff;
}

.owl-catalog .item .owl-text-blok-new .owl-text-header {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	font-family: 'Circe-BB';
	font-size : 36px;
	line-height : 46px;
	letter-spacing : 2px;
	color: #353535;
	text-transform: uppercase;
	padding: 20px 0px 0px 0px;
	z-index: 10;
}

.owl-catalog .item .owl-text-blok-new .owl-text {
	position: relative;
	width: 100%;
	height: auto;
	display: block;
	font-family: 'Circe-L';
	font-size: 18px;
	line-height: 24px;
	color: #353535;
	padding: 20px 0px 20px 0px;
	z-index: 10;
}

.owl-catalog .item .owl-text-blok-new .owl-text p {
	margin: 0px 0px 0px 0px;
}

.owl-catalog .owl-nav {
	left: 0px;
	top: calc( 70vh/2 - 30px );
	width: 100%;
	z-index: 60;
}

.owl-catalog .owl-prev {
	background-color: #F4F4F4;
}

.owl-catalog .owl-next {
	background-color: #F4F4F4;
}

.owl-catalog .owl-prev:hover {
	background-color: #F41630;
}

.owl-catalog .owl-next:hover {
	background-color: #F41630;
}

.owl-catalog .owl-dots {
	top: calc( 70vh + 10px );
	left: 0px;
	padding: 0px 0px 0px 0px;
}

.owl-catalog .owl-dots .owl-dot span {
    background: #E6E6E6;
}

.owl-catalog .owl-dots .active span {
    background: #F41630;
}

@media screen and (max-width: 1600px), screen and (max-height: 768px) {

.owl-catalog .item .owl-text-blok-new {
	padding: 20px 40px 0px 40px;
}

.owl-catalog .item .owl-text-blok-new .owl-text-header {
	font-size : 26px;
	line-height : 30px;
}

.owl-catalog .item .owl-text-blok-new .owl-text {
	font-size: 16px;
	line-height: 20px;
	padding: 12px 0px 12px 0px;
}

.owl-catalog .owl-dots {
	padding: 0px 0px 0px 0px;
}
	
}

@media screen and (max-width: 1280px), screen and (max-height: 660px) {

.owl-catalog .item .owl-text-blok-new {
	padding: 20px 40px 0px 40px;
}
	
.owl-catalog .item .owl-text-blok-new .owl-text-header {
	font-size : 24px;
	line-height : 28px;
}

.owl-catalog .item .owl-text-blok-new .owl-text {
	font-size: 16px;
	line-height: 20px;
	padding: 12px 0px 12px 0px;
}
	
}

@media screen and (max-width: 1180px), screen and (max-height: 620px) {
	
.owl-catalog .item .owl-text-blok-new {
	padding: 20px 40px 0px 40px;
}
	
.owl-catalog .item .owl-text-blok-new .owl-text-header {
	font-size : 24px;
	line-height : 28px;
}

.owl-catalog .item .owl-text-blok-new .owl-text {
	font-size: 16px;
	line-height: 20px;
	padding: 12px 0px 12px 0px;
}
	
}

@media screen and (max-width: 980px), screen and (max-height: 580px) {


}

/************************************************************************************************/
/*                                          owl-catalog                                         */
/************************************************************************************************/

.dg-catalogs-wrap {
	position: relative;
	width: 100%;
	max-width: 1280px;
	height: auto;
	display: flex;
	flex-direction: column;
	padding: 40px 40px 40px 40px;
}

.dg-catalogs-header {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	font-family: 'Circe-BB';
	font-size: 36px;
	line-height: 36px;
	color: #353535;
	text-transform: uppercase;
	padding: 40px 0px 30px 0px;
}

.dg-catalogs-item {
	width: 100%;
	height: auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	padding: 0px 0px 20px 0px;	
}

.dg-catalog-single-item {
	width: 50%;
	height: auto;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	font-family: 'Circe-L';
	font-size: 20px;
	line-height: 26px;
	color: #353535;
	text-decoration: none;
    background-image: url(../images/catalog_PDF.svg);
    background-size: 28px auto;
    background-repeat: no-repeat;
    background-position: left 0px top 10px; 
	padding: 15px 40px 15px 44px;	
}

.dg-catalog-single-item:hover {
	color: #F1584A;
	text-decoration: underline;
	background-image: url(../images/catalog_PDF_hover.svg);
}

@media screen and (max-width: 1280px), screen and (max-height: 660px) {

.dg-catalogs-header {
	font-size: 24px;
	line-height: 28px;
	padding: 40px 0px 30px 0px;
}

.dg-catalog-single-item {
	font-size: 18px;
	line-height: 22px;
    background-size: 28px auto;
    background-position: left 0px top 5px; 
	padding: 15px 40px 15px 44px;	
}	
	
}