@import url('../fonts/din_pro.css');

body {
	overflow-x: hidden;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	font-weight: normal;
	line-height: 18px;
	color: #4b4b4b;
}

h1 {
	font-size: 42px;
	line-height: normal;
	text-transform: uppercase;
	color: var(--Dolphi-REd);
	margin: 37px 0 35px;
}
.red {color:#E6131F;}
.feedback-form h2 {padding-bottom: 15px; }
.feedback-form p {padding-bottom: 5px; margin: 0;}
.pb-15 {padding-bottom: 15px;}
.mb-15 {margin-bottom: 15px;}
.pb-25 {padding-bottom: 25px;}
.bold {font-weight: 900;}
.chapter {}
.subtitle-form {margin: 5px 0; padding-top: 10px;}
input.form-control {
	margin-bottom: 15px;
}

#all_brendy .page-brands {
	display: flex;
	flex-flow: column wrap;
	margin-bottom: 50px;
}
#all_brendy .flex_wrap {
	display: flex;
	flex-flow: row wrap;
}
.wr_single_brand .left_content_part .page-brands p {
	margin: 0;
}
 .wr_single_brand .left_content_part img {
	width: 100%;
	}
	.wr_single_brand .right_content_part img {
	width: 50%;
	text-align: left;
	margin: 0;
	}
	.wr_single_brand .right_content_part {
	padding-left: 0;
	}
	.wr_single_brand .right_content_part .go_to_site {
		color: #fff;
		background-color: #dd0000;
	}
	.brand_li {
		 width: 221px;
	}
	.brands_descr {
	padding: 10px 0 10px 0;
	}
	.brands_descr p {
	font-size: 16px;
	}


	.wr_single_brand {
		 margin-bottom: 15px;
		 display: block;
		 position: relative;
	}
	.wr_single_brand a.go_to_site {
		 position: initial;
		 display: block;
		 float: left;
	}
	.wr_single_brand .row {
		 display: table-row;
	}
	.wr_single_brand .row .col-md-6 {
		 display: table-cell;
		 position: initial;
	}
	.dropdown.brand_li {
	width: 100%;
	}
	.dropdown.brand_li ul {
	width: 100%;
	padding: 0;
	}
	.dropdown.brand_li ul li {
	display: block;
	 width: 100%;
	list-style-type: none;
	}
	.dropdown.brand_li ul li a {
	 white-space: normal;
	}
p {
	margin-bottom: 25px;
	line-height: 25px;
}

a {
	display: inline-block;
}
.deftrans{-o-transition:.5s;-ms-transition:.5s;-moz-transition:.5s;-webkit-transition:.5s;}
a > img {
	vertical-align: bottom;
}

a.button {
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	color: white;
	background-color: #e3000f;
	padding: 9px 20px 10px 27px;
}

a.button:hover {
	color: #e3001b;
	background-color: #e9e9e9;
	text-decoration: none;
}

a.button:active {
	color: white;
	background-color: #bc010e;
}

a.light-button .arrow,
a.button .arrow {
	display: inline-block;
	width: 8px;
	height: 12px;
	background: url('/files/images/button-arrow.png') no-repeat 0 0;
	margin: 0 !important;
}

a.button:hover .arrow {
	/* background-position-y: -12px;	 28.01.2015 */
}

a.button:active .arrow {
	/* background-position-y: 0;	 28.01.2015 */
}

a.light-button {
	border: 1px solid #cecece !important;
	font-size: 15px;
	line-height: 15px;
	color: #4b4b4b;
	text-transform: uppercase;
	padding: 8px 15px !important;
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
}

a.light-button .arrow.left.jump {
	width: 16px;
	height: 16px;
	background: url('/files/images/arrow-jump-left.png') no-repeat 0 0;
	margin-top: -1px;
}

a.light-button:hover .arrow.left.jump {
	/* background-position-y: -16px;		28.01.2015 */
}

.breadcrumb {
	background-color: white;
	padding: 0;
	margin: 25px 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}

.breadcrumb > li+li:before {
	content: '→';
	color: #4b4b4b;
	padding: 0 10px;
}

.breadcrumb > li > a {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #4b4b4b;
	text-decoration: underline;
}

.breadcrumb > .active {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #a7a7a7;
}

.pager a.light-button {
	padding: 8px !important;
}

a.light-button:hover {
	border-color: #e3000f !important;
	background-color: #e3000f !important;
	color: white;
	text-decoration: none;
}

.pager a.light-button.active,
a.light-button:active {
	border-color: #bc010e !important;
	background-color: #bc010e !important;
	color: white;
}

a.light-button .arrow {
	/* background-position-y: -12px;		28.01.2015 */
}

a.button .arrow.pull-left,
a.light-button .arrow.pull-left {
	margin-right: 15px !important;
}

a.button .arrow.pull-right,
a.light-button .arrow.pull-right {
	margin-left: 15px !important;
}

a.light-button .arrow.big {
	background-image: url('/files/images/button-arrow-big.png');
	/* background-position-y: 0;		28.01.2015 */
	height: 13px;
	margin-top: 1px !important;
}

a.light-button:hover .arrow.big {
	/* background-position-y: -13px;		28.01.2015 */
}
/*
a.light-button .arrow.left {
	 background-position-x: -8px;
} 28.01.2015 */

label:after {
	/* content: ':'; */
}

label {
	font-weight: normal;
	text-transform: uppercase;
}

.navbar-toggle {
	margin-top: 25px;
}

.form-control.dropdown {
	margin: -5px 15px 0 15px;
}

.form-control.dropdown .dropdown-toggle:focus,
.form-control.dropdown .dropdown-toggle {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 14px;
	color: #4b4b4b;
	border-color: #cecece;
	padding: 11px 15px;
}

.form-control.dropdown .dropdown-menu:before {
	content: '';
	display: block;
	position: absolute;
	top: -12px;
	left: 50%;
	z-index: 99;
	width: 0;
	height: 0;
	border-left: 12px solid transparent;
	border-right: 12px solid transparent;
	border-bottom: 12px solid white;
	margin-left: -12px;
}

.form-control.dropdown .dropdown-menu {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	border: 0;
	-webkit-box-shadow: 0 0 25px #bdbfba;
	-moz-box-shadow: 0 0 25px #bdbfba;
	box-shadow: 0 0 25px #bdbfba;
	margin: 10px 0 0;
	min-width: 100%;
	padding: 15px 0;
}

.form-control.dropdown .dropdown-menu li {
	display: block;
	padding: 0 4px;
	margin-top: -1px;
}

.form-control.dropdown .dropdown-menu li:hover {
	position: relative;
	background-color: #e3000f;
	z-index: 20;
}

.form-control.dropdown .dropdown-menu li:hover a {
	color: white;
	border-top-color: #e3000f;
}

.form-control.dropdown .dropdown-menu li:active {
	background-color: #bc010e;
}

.form-control.dropdown .dropdown-menu li:active a {
	color: white;
	border-top-color: #bc010e;
	outline: 0;
}

.form-control.dropdown .dropdown-menu li+li a {
	border-top: 1px dashed #a7a7a7;
}

.form-control.dropdown .dropdown-menu a {
	padding: 11px 28px;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 14px;
}

.form-control.dropdown .dropdown-menu a:focus,
.form-control.dropdown .dropdown-menu a:hover {
	background-color: transparent !important;
}

.form-control.dropdown .dropdown-toggle:hover {
	background-color: white;
	border-color: #e3000f;
}

.form-control.dropdown:active .dropdown-toggle,
.form-control.dropdown .dropdown-toggle:focus,
.form-control.dropdown .dropdown-toggle:active {
	background-color: white;
	border-color: #bc010e;
	outline: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.form-control.dropdown .dropdown-toggle .caret {
	border: 0;
	width: 10px;
	height: 7px;
	background: url('/files/images/drop-down-caret.png') no-repeat 0 0;
	margin-left: 24px;
}

.form-control.dropdown .dropdown-toggle:hover .caret {
/* 	background-position-y: -7px; 28.01.2015 */
}

.form-control.dropdown.open .dropdown-toggle .caret,
.form-control.dropdown .dropdown-toggle:active .caret {
	/* background-position-y: -14px; 28.01.2015 */
}

.form-control.dropdown .dropdown-menu.calendar {
	padding: 18px 10px;
	width: 244px;
	left: 50%;
	margin-left: -132px;
}

.form-control.dropdown .dropdown-menu.calendar .month-n-year {
	font-size: 16px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #4b4b4b;
	padding-bottom: 15px;
}

.form-control.dropdown .dropdown-menu.calendar button {
	display: inline-block;
	width: 23px;
	height: 23px;
	border: 0;
	background-color: white;
	text-align: center;
	padding: 0;
}

.form-control.dropdown .dropdown-menu.calendar .controls button {
	background: url('/files/images/calendar-arrows.png') no-repeat 0 0;
}

.form-control.dropdown .dropdown-menu.calendar button:hover {
	background-color: #e3000f;
	color: white;
}

.form-control.dropdown .dropdown-menu.calendar .controls button:hover {
	/* background-position-y: -23px; 28.01.2015 */
}

.form-control.dropdown .dropdown-menu.calendar button.active,
.form-control.dropdown .dropdown-menu.calendar button:active {
	background-color: #bc010e;
	color: white;
	outline: 0;
}

.form-control.dropdown .dropdown-menu.calendar .controls button:active {
	/* background-position-y: -23px; 28.01.2015 */
}

.form-control.dropdown .dropdown-menu.calendar .controls button.first {
	float: left;
}

.form-control.dropdown .dropdown-menu.calendar .controls button.prev {
	float: left;
	/* background-position-x: -23px; 28.01.2015 */
}

.form-control.dropdown .dropdown-menu.calendar .controls button.next {
	float: right;
	/* background-position-x: -46px; 28.01.2015 */
}

.form-control.dropdown .dropdown-menu.calendar .controls button.last {
	float: right;
	/* background-position-x: -69px; 28.01.2015 */
}

.form-control.dropdown .dropdown-menu.calendar .controls {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 23px;
	color: #606060;
	text-align: center;
	overflow: hidden;
	margin-bottom: 10px;
}

.form-control.dropdown .dropdown-menu.calendar table {
	width: 100%;
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #606060;
}

.form-control.dropdown .dropdown-menu.calendar table button {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	color: #606060;
	margin-top: 3px;
}

.form-control.dropdown .dropdown-menu.calendar table tbody tr:first-child button {
	margin-top: 10px;
}

.form-control.dropdown .dropdown-menu.calendar thead {
	background-color: #ececec;
}

.form-control.dropdown .dropdown-menu.calendar th {
	font-weight: normal;
	text-align: center;
	height: 29px;
}

.form-control.dropdown .dropdown-menu.calendar td {
	text-align: center;
}

.pager-wrapper {
	padding-top: 35px !important;
}

.pager {
	margin: 0;
	font-size: 0;
}

.pager li+li {
	font-size: 15px;
	margin-left: 5px;
}

.pager .dots {
	padding: 0 10px;
}

.front #header {
	height: 582px;
	background: url('/files/images/slider-shadow-bottom.png') no-repeat center bottom;
	margin-bottom: -94px;
	position: relative;
}

/*#apex {
	background: #e1e1e1;
}*/
#apex {
	background: #ffffff;
}
.front #apex {
	position: absolute;
	z-index: 50;
	left: 0;
	right: 0;
	background: url('/files/images/background.png');
}

#apex nav {
	background: none;
	border: none;
	margin-bottom: 0;
}

#apex .navbar-brand {
	display: inline-block;
	background: url('/files/images/logo/Logo_UP.png') no-repeat 0 0;
	width: 205px;
	height: 80px;
}

#apex .navbar-brand:hover {
	/* background-position-y: -87px; 28.01.2015 */
}

#apex .navbar-brand:active {
	/* background-position-y: -174px; 28.01.2015 */
}

.main-menu-part {
	padding: 0;
	overflow: hidden;
}

.main-menu-part li {
	list-style: none;
	float: left;
}

.main-menu-part a {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 13px;
	line-height: 14px !important;
	text-transform: uppercase;
	color: #4b4b4b;
	border-bottom: 2px solid transparent;
}

#apex .main-menu-part a {
	padding: 35px 0 36px !important;
	margin-left: 15px;
}

.main-menu-part a.active,
.main-menu-part a:hover {
	text-decoration: none;
	border-bottom-color: #e3101e;
	color: #e3000f !important;
}

.nav .open > a,
.nav .open > a:hover,
.nav .open > a:focus {
	border-bottom-color: #e3101e;
	background-color: #e1e1e1;
}

.main-menu-part a:active {
	border-bottom-color: #bf111d;
	color: #bc010e;
}

#apex .description {
	margin-bottom: -35px;
}

#header .shop {
	z-index: 10;
	position: absolute;
	bottom: 94px;
	left: 0;
	right: 0 !important;
}

.shop .button {
	width: 100%;
	padding-top: 17px;
	padding-bottom: 18px;
	position: relative !important;
}
.w-button {
	margin-right: 10px;
}
.website {
	margin: 0;
	padding: 0;
}
.shop .button .basket {
	background: url('/files/images/basket.png') no-repeat 0 0;
	display: inline-block;
	width: 32px;
	height: 22px;
	margin: -5px 0;
}

.shop .button:hover .basket {
	/* background-position-y: -22px; 28.01.2015 */
}

.shop .button:active .basket {
	/* background-position-y: 0; 28.01.2015 */
}

#slider {
	position: absolute;
	top: 0;
	left: 50%;
}

#slider .carousel-caption {
	padding-bottom: 45px;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: left;
	-webkit-text-shadow: none;
	-moz-text-shadow: none;
	text-shadow: none;
}

#slider .carousel-caption,
#slider .carousel-caption a {
	color: white;
}

#slider .carousel-caption ul.links {
	text-align: right;
	padding: 0;
	margin-bottom: 30px;
	text-shadow: 2px 2px 3px rgb(0, 0, 0);
}

#slider .carousel-caption ul.links li {
	list-style: none;
}

#slider .carousel-caption ul.links a {
	text-transform: uppercase;
}

#slider .carousel-caption ul.links a:hover {
	text-decoration: none;
}

#slider .carousel-caption ul.links a .count {
	font-size: 55px;
	line-height: 55px;
	margin-right: 15px;
}

#slider .carousel-caption ul.links a .title {
	display: inline-block;
	position: relative;
	width: 175px;
	text-align: left;
	padding-right: 35px;
	font-size: 16px;
	line-height: 16px;
}

#slider .carousel-caption ul.links .arrow {
	display: inline-block;
	position: absolute;
	width: 16px;
	height: 16px;
	border: 1px solid white;
	background: url('/files/images/slide-arrow.png') no-repeat center center;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}

#slider .carousel-caption ul.links a:hover .arrow {
	border-color: #e3000f;
	background-color: #e3000f;
}

#slider .carousel-caption ul.links a:active .arrow {
	border-color: #bc010e;
	background-color: #bc010e;
}

#slider .carousel-caption .dark {
	width: 240px;
	background-color: rgba(0, 0, 0, .6);
	text-align: right;
	text-transform: uppercase;
	padding: 30px 20px;
}

#slider .carousel-caption .dark .title {
	font-weight: bold;
	font-size: 22px;
	line-height: 22px;
	margin-bottom: 10px;
}
#slider .carousel-caption ul.links a:focus{
	text-decoration: none;
}
#blocks-shadow {
	height: 8px;
	background: url('/files/images/slider-shadow-top.png') no-repeat center top;
	margin-bottom: -8px;
}

.front #blocks-shadow {
	position: relative;
	z-index: 10;
}

#blocks {
	padding: 30px 0;
	background: url('/files/images/blocks-shadow.png') no-repeat center bottom;
	margin: 0;
}

#blocks .block {
	padding: 5px;
	text-align: center;
}

.block {
	display: block;
	border: 1px solid #BDBDBD;
    padding: 5px;
    margin-bottom: 10px;
}

#blocks a>img{
	width: 100%;
}
#blocks a {
	display: inline-block;
	position: relative;
}

#blocks a > div {
	position: absolute;
	right: 0;
}

#blocks a .light {
	display: none;
	top: 0;
	left: 0;
	bottom: 0;
	background: white;
	opacity: .4;
}

#blocks a:hover .light {
	display: block;
}

#blocks a .title {
	top: 0;
	left: 0;
	bottom: 0;
	padding-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	text-align: center;
	color: #FFF;
	/*-webkit-box-shadow: inset -8px 0px 10px -7px #777;
	-moz-box-shadow: inset -8px 0px 10px -7px #777;
	box-shadow: inset -8px 0px 10px -7px #777;*/
}

#blocks > div:last-child a .title {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

#blocks a .arrow {
	bottom: 0;
	width: 34px;
	height: 34px;
	background: url('/files/images/block-arrow.png') no-repeat 0 0;
}

#blocks a:hover .arrow {
	/* background-position-y: -34px; 28.01.2015 */
}

#news .block-title {
	font-size: 26px;
	font-weight: normal;
	line-height: 10px;
	text-transform: uppercase;
	color: #e3000f;
}

.front #news .block-title {
	margin: 20px 0 25px;
	background: url('/files/images/news.png') no-repeat 0 0;
	text-align: left;
}

#news a.new {
	display: block;
	color: #4b4b4b;
}

#news a.new:hover {
	text-decoration: none;
}

#news a.new img {
	float: left;
	vertical-align: top;
}

#news a.new:hover img {
	opacity: .6;
}

#news .new div {
	margin-left: 0px;
}
#news .title p{
	color:#777777;
	font-size:
}
#news .new .date {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 16px;
	line-height: 12px;
	color: #4b4b4b;
	margin-left: 34px;
	margin-bottom: 12px;
	display: inline-block;
}

#news .new .title {
	padding-top: 10px;
	font-size: 16px;
	line-height: 17px;
	text-transform: uppercase;
	color: #4b4b4b;
	display: inline-block;
}

#news a.new:hover .title {
	color: #e3000f;
}

#news a.new:active .title {
	color: #bc010e;
}

#news .button {
	margin: 35px 0 0;
}

.main-menu-part.main-sub-menu a {
	margin-right: 20px;
	padding: 24px 0;
}

.page-header {
	margin: 0;
	padding: 0;
	border: 0;
}

.grid {
	color: #4b4b4b;
}

.page-about-wrapper .page-header h1 {
	margin-top: 13px;
}

.page-about .content {
	margin-top: -5px;
}

.page-about .content > div {
	padding-bottom: 20px;
}

.grid .row:last-child .title.bottom {
	padding-bottom: 0;
}

.page-new .content img {
	max-width: 100%;
}

.grid .title.top {
	color: #e3000f;

}

.page-about .grid .title.top {
	font-size: 28px;
	font-weight: bold;
	line-height: 28px;
}

.history-img {
	padding-bottom: 50px;
}

.history-img IMG {
	width: 120px;
	height: 100%;
}

.grid .title.bottom p {
	font-size: 18px;
	line-height: 20px;
	padding-bottom: 0;
	text-transform: uppercase;
	margin-bottom: 0;
}

.grid .description {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 18px;
	padding-bottom: 20px;
	text-align: justify;
}

.grid .row:last-child .description {
	padding-bottom: 0;
}

.page-history .date {
	display: inline-block;
	color: #e3000f;
	/* background-position-y: -16px; 28.01.2015 */
}

.gallery img {
	border: 0 !important;
}
#main .shop {
	margin-top: 70px;
}
.page-team {
	margin-bottom: 20px;
}
.page-team .row+.row {
	margin-top: 65px;
}

.page-team .name {
	font-size: 22px;
	line-height: 22px;
	text-transform: uppercase;
	padding: 25px 0 15px;
}

.page-team .rang {
	font-size: 16px;
	line-height: 16px;
	text-transform: uppercase;
	padding-bottom: 15px;
}

.page-team .description p {
	margin-bottom: 20px;
}

.page-news form {
	margin-bottom: 20px;
}

.page-news .row {
	padding: 15px 0;
	overflow: hidden;
	margin: 0;
}

.page-news .row+.row {
	background: url('/files/images/dashed-horiz.png') repeat-x 0 0;
}

.page-news .row > div:last-child {
	padding-right: 0;
}

.page-news .row:last-child {
	padding-bottom: 0;
}

.form-control {
	/*padding: 0;*/
	/*border: 0;*/
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.page-news .title {
	font-size: 28px;
	line-height: 28px;
	text-transform: uppercase;
	padding-bottom: 10px;
}


.page-new .content {
	margin-top: 40px;
}

.page-new .content,
.page-new .content p,
.page-new .content div {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 19px;
	color: #1e1e1e;
}

.page-new .content p,
.page-new .content div {
	margin-bottom: 15px;
}

.page-new .content a {
	color: #e3000f;
	text-decoration: underline;
}

.page-new .content a:hover {
	text-decoration: none;
}

.page-new .content h1,
.page-new .content h2,
.page-new .content h3,
.page-new .content h4,
.page-new .content h5,
.page-new .content h6 {
	font-family: Arial, Sans-Serif, Tahoma;
	font-weight: normal;
	color: #1e1e1e;
	margin: 0 0 15px;
}

.page-new .content h1 {
	font-size: 21px;
	line-height: 23px;
}

.page-new .content h2 {
	font-size: 20px;
	line-height: 22px;
}

.page-new .content h3 {
	font-size: 19px;
	line-height: 21px;
}

.page-new .content h4 {
	font-size: 19px;
	line-height: 21px;
}

.page-new .content h5 {
	font-size: 18px;
	line-height: 20px;
}

.page-new .content h6 {
	font-size: 16px;
	line-height: 18px;
}

.page-new .content img.pull-left {
	margin-right: 25px;
}

.page-new .content img.pull-right {
	margin-left: 25px;
}

.page-new .controls {
	margin-top: 40px;
}

.page-brands .logo {
	margin-top: 20px;
}

.page-brands .title,
.page-brands .country {
	font-family: Arial, Sans-Serif, Tahoma;
	font-weight: bold;
	font-size: 14px;
	line-height: 14px;
	color: black;
}

.page-brands .country {
	padding: 2px 0 3px;
	margin-top: 30px;
}

.page-brands .title {
	margin-top: 15px;
}

/*.page-brands ul {*/
/*	padding-left: 15px;*/
/*	margin-bottom: 63px;*/
/*}*/

.page-brands ul li {
	list-style-type: square;
	font-size: 10px;
	line-height: 14px;
}

.page-brands ul a {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 14px;
	line-height: 14px;
	color: black;
	text-decoration: underline;
	margin-top: 10px;
}

.page-brands .light-button {
	position: absolute;
	bottom: 0;
}

.page-brands .country.switzerland {
	padding-left: 28px;
	background: url('/files/images/flags.png') no-repeat 0 0;
}

.page-brands .country.uk {
	padding-left: 28px;
	background: url('/files/images/flags.png') no-repeat 0 -19px;
}

.page-brands .country.denmark {
	padding-left: 28px;
	background: url('/files/images/flags.png') no-repeat 0 -38px;
}

.page-partners {
	padding-top: 13px;
}

.page-partners .row {
	margin: 0;
}

.page-partners .row > div {
	padding: 0;
		 margin-bottom:30px;
}

.page-partners .row+.row {
	/*margin-top: 35px;*/
}

.page-partners .row > .partner+.partner {
	/*margin-left: -1px;*/
}

.page-partners .row > .partner+.partner > a {
	border-left: 1px dashed #a7a7a7;
}

.page-partners a {
	display: block;
	height: 250px;
	border: 1px solid white;
	padding: 0 18px;
	color: #4b4b4b;
}

.page-partners a:hover {
	position: relative;
	z-index: 10;
	border: 1px solid #e3000f !important;
	text-decoration: none;
}

.page-partners a:active {
	position: relative;
	z-index: 10;
	border: 1px solid #bc010e !important;
}

.page-partners a.fb-link {
	height: auto;
	border: none;
	float: right;
}

.page-partners a.fb-link:hover {
	border: none !important;
	text-decoration: underline;
}

.page-partners a.fb-link:active {
	border: none !important;
}
.public-organizations {
	height: 100% !important;
}
IMG.img-oo {
	float: left;
	margin: 0px 10px 5px 0px;
}

h3.partner-header-o {
	margin: 0;

}

p.partner-o {
	text-align: justify;

}

.page-partners .photo {
	position: relative;
	height: 122px;
	overflow: hidden;
}

.page-partners .photo img {
	margin: 0 auto;
    display: block;
    height: auto;
    max-height: 77px;
    max-width: 100%;
}

.page-partners .name {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	padding-top: 20px;
	border-top: 1px dashed #a7a7a7;
	margin-top: 17px;
}

.page-partners .link {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
	text-decoration: underline;
	margin-top: 15px;
}

.help-with-tel {
	border-top: 1px dashed #a7a7a7;
	border-bottom: 1px dashed #a7a7a7;
	text-transform: uppercase;
	padding: 19px 20px 17px 83px;
	background: url('/files/images/pages/manager.png') no-repeat 5px bottom;
	line-height: 19px;
}

.help-with-tel span {
	font-size: 22px;
	color: #e3000f;
}

.page-services .dropdown {
	margin: 0;
}

.page-services .dropdown-toggle {
	width: 100%;
}

.page-services .description {
	visibility: hidden;
}

.page-services .description .city {
	font-size: 24px;
	line-height: 28px;
	text-transform: uppercase;
	margin-bottom: 22px;
}

.page-services .description .service .type .icon {
	float: left;
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url('/files/images/service-n-office.png') no-repeat 0 0;
}

.page-services .description .service.regional-office .type .iconn {
	/* background-position-x: -21px; 28.01.2015 */
}

.page-services .description .service .type {
	line-height: 18px;
	text-transform: uppercase;
	margin: 2px 0 14px;
}

.page-services .description .service .type .title:after {
	content: ':';
}

.page-services .description .service .type .title {
	margin-left: 32px;
}

.page-services .description .service.regional-office {
	margin-top: 52px;
}

.page-services .description .service.regional-office .type {
	/* background-position-y: -20px; 28.01.2015 */
}

.page-services .description .contacts .contact:before {
	content: '';
	display: block;
	width: 12px;
	background: url('/files/images/contacts-dark.png') no-repeat 0 0;
}

.page-services .description .contacts .contact {
	margin-top: 10px;
	padding-left: 0 !important;
	background: none !important;
}

.page-services .description .contacts .contact .icon {
	float: left;
	width: 12px;
	height: 17px;
	background: url('/files/images/contacts-dark.png') no-repeat 0 0;
	margin-left: 4px;
}

.page-services .description .contacts .contact.tel .icon {
	/* background-position-y: -17px; 28.01.2015 */
	margin-top: 1px;
}

.page-services .description .contacts .contact.map .icon {
	/* background-position-y: -34px; 28.01.2015 */
	margin-top: 3px;
}

.page-services .description .contacts .contact .title {
	margin-left: 33px;
	line-height: 18px;
}

.page-services .description .contacts .contact.map {
	color: #4b4b4b;
}

.page-services .map {
	margin-top: 35px;
}

.page-services .map-wrapper {
	position: relative;
	margin-top: -30px;
	margin-right: -75px;
}

.page-services .map-wrapper path {
	stroke: none;
}

.page-services .map-wrapper .region path {
	fill: #dfe0e0;
}

.page-services .map-wrapper .city circle {
	fill: #e3000f;
}

.page-services .map-wrapper .city {
	cursor: pointer;
}

.page-services .map-wrapper .city text {
	fill: black;
}

.page-services .map-wrapper .city:hover text {
	fill: #e3000f;
}

.page-services .map-wrapper .services {
	position: absolute;
	width: 41px;
	height: 26px;
	background: url('/files/images/service-n-office.png') no-repeat 0 0;
	margin-top: -32px;
	margin-left: -20px;
	cursor: pointer;
}

.page-services .map-wrapper .services.no-office {
	width: 20px;
	/* background-position-x: -82px; 28.01.2015 */
	margin-left: -10px;
}

.page-services .map-wrapper .services.left {
	/* background-position-x: -41px; 28.01.2015 */
	margin-left: -32px;
}

.page-services .map-wrapper .services.right {
	/* background-position-x: -82px; 28.01.2015 */
	margin-left: -9px;
}

.page-services .help {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 15px;
	line-height: 20px;
	margin-top: 22px;
}

.page-services .help span {
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	text-transform: uppercase;
	color: white;
	background-color: #b4b4b4;
	padding: 0 7px;
}

.page-contacts .help-with-tel {
	margin-top: 30px;
}

.page-contacts .map {
	margin-top: 40px;
}

#footer {
	background: url(../img/bg/footer-shadow.png) no-repeat center top #FFF;
	padding: 35px 0 30px;
	position: relative;
	color: #95979c;
}
#footer:before {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 279px;
	height: 146px;
	background-image: url(../img/footer.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	z-index: 1;
}
#footer:after {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 371px;
	height: 156px;
	background-image: url(../img/footer_flag.png);
	background-position: top left;
	background-size: contain;
	background-repeat: no-repeat;
	content: '';
	z-index: 1;
}

.front #footer {
	margin-top: 50px;
}

/*#footer a {
	color: white;
}*/
#footer a {
	color: #95979c;
}
#footer a.download {
	border: 1px solid white;
	font-size: 15px;
	line-height: 15px;
	text-transform: uppercase;
	padding: 9px 14px 9px 49px;
	background: url('/files/images/download.png') no-repeat 17px center;
	min-height: 50px;
	margin: 5px -2px 0 6px;
}

#footer a.download:hover {
	border-color: #e3000f;
	background-color: #e3000f;
}

#footer a.download:active {
	border-color: #bc010e;
	background-color: #bc010e;
}

#footer a.download:hover {
	text-decoration: none;
}

#footer ul {
	padding: 0;
}

#footer ul li {
	list-style: none;
	display: inline-block;
	margin: 0 10px 0 15px;
}

#footer ul li a {
	font-size: 14px;
	line-height: 14px;
	text-transform: uppercase;
}

.contacts {
	font-family: Arial, Sans-Serif, Tahoma;
	font-size: 12px;
	line-height: 12px;
}

#main .contacts {
	font-size: 15px;
	line-height: 15px;
}

#footer .contacts {
	margin-top: 13px;
}

.contacts .contact {
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-bottom: 4px;
}

#main .contacts .contact {
	display: block;
	padding: 1px 0 1px 33px;
	background: url('/files/images/contacts.png') no-repeat 0 0;
}

#main .contacts .contact+.contact {
	margin-top: 8px;
}

#footer .contacts .address {
	padding-left: 28px;
	background-image: url('/files/images/marker.png');
	margin-right: 18px;
}

#main .contacts .tel {
	/* background-position-y: -17px; 28.01.2015 */
}

#footer .contacts .tel {
	padding-left: 24px;
	background-image: url('/files/images/phone.png');
	margin-right: 32px;
}

#main .contacts .mail {
	/* background-position-y: -34px; 28.01.2015 */
}

#main .contacts .mail a {
	color: #4b4b4b;
}

.contacts a {
	text-decoration: underline;
}

.contacts a:hover {
	text-decoration: none;
}

.contacts > a {
	padding-left: 30px;
	background-image: url('/files/images/letter.png');
}
IMG.responsive-img, .brands-about {
	width: 100%;
}
.gallery img {
	margin-bottom: 10px;
}

.heart {
	position: absolute;
	left: 38vw;
	top: 11%;
	z-index: 10;
}
.heart img {
	width: 80%;
	-webkit-animation-name: 'heart';
	-o-animation-name: 'heart';
	animation-name: 'heart';
	-webkit-animation-duration: 500ms;
	-o-animation-duration: 500ms;
	animation-duration: 500ms;
	-webkit-animation-iteration-count: infinite;
	-o-animation-iteration-count: infinite;
	animation-iteration-count: infinite;
	-webkit-animation-direction: alternate;
	-o-animation-direction: alternate;
	animation-direction: alternate;
	-webkit-animation-timing-function: ease-in;
	-o-animation-timing-function: ease-in;
	animation-timing-function: ease-in;
}

@keyframes 'heart' {
	from {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-o-keyframes 'heart' {
	from {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-webkit-keyframes 'heart' {
	from {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
@-ms-keyframes 'heart' {
	from {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
	to {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
	}
}
.slider-m img {
	width: 100%;
}
#mob-lang {
	position: absolute;
	right: 72px;
	top: 24px;
}

/*home social*/
.social svg {
	width: 100%;
	fill: #fff;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
#footer .social svg {
	fill: #95979c;
}
.social svg:hover{
	animation: spinHorizontal .5s linear;
}
@-webkit-keyframes spinHorizontal { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-360deg); } }
@-mox-keyframes spinHorizontal { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-360deg); } }
@-o-keyframes spinHorizontal { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-360deg); } }
@keyframes spinHorizontal { 0% { transform: rotateY(0deg); } 100% { transform: rotateY(-360deg); } }
.social li {
 width: 30px;
}
.social .fb {
	width: 15px;
}
.social .fb:hover svg {
	fill: #395798;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.social .tw:hover svg {
	fill: #1DA1F2;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.social .tub:hover svg {
	fill: #FF0000;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.social .ins:hover svg {
	fill: #D62E78;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.social .lin:hover svg {
	fill: #D62E78;
	-webkit-transition: all 500ms;
	-o-transition: all 500ms;
	transition: all 500ms;
}
.social .ins {
	width: 26px;
}
.social .you {
	width: 35px;
}
.social .lin {
	width: 35px;
}

/*end home social*/

#news{
	 /* display: none; */
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
	background-color: #e3000f;
	border-color: #e3000f;
}
.pagination > li > a,
.pagination > li > span {
	color: #e3000f;
}
.pagination > li > a:hover,
.pagination > li > span:hover,
.pagination > li > a:focus,
.pagination > li > span:focus {
	color: #e3000f;
}
.transition {
	-webkit-transition: all 250ms ease;
	-moz-transition: all 250ms ease;
	-o-transition: all 250ms ease;
	-ms-transition: all 250ms ease;
	transition: all 250ms ease;
}
.main-loader {
	opacity: 0.3;
}
.loader {
	width: 50px;
	-webkit-animation: preloader 1.5s infinite linear;
	-moz-animation: preloader 1.5s infinite linear;
	-ms-animation: preloader 1.5s infinite linear;
	-o-animation: preloader 1.5s infinite linear;
	animation: preloader 1.5s infinite linear;
	position: absolute;
	margin: auto;
	left: 0;
	right: 0;
	top: 115px;
	display: none;
}
@-webkit-keyframes preloader {
	to { -webkit-transform: rotate(360deg); }
}
@-moz-keyframes preloader {
	to { -moz-transform: rotate(360deg); }
}
@-ms-keyframes preloader {
	to { -ms-transform: rotate(360deg); }
}
@-o-keyframes preloader {
	to { -o-transform: rotate(360deg); }
}
@keyframes preloader {
	to { transform: rotate(360deg); }
}
.map-wrapper .region path {
	fill: #dfe0e0;
}
.map-wrapper g circle, .map-wrapper g text {
	cursor: pointer;
}
.map-wrapper .region path:hover,
.map-wrapper .region path.selected {
	fill: #cacacb !important;
	cursor: pointer;
}
.br-cat-descr {
	text-align: justify;
	max-height: 50px;
	overflow: hidden;
}
.br-cat-descr:before {
	content: '';
	display: block;
	position: absolute;
	bottom: 30px;
	right: 0;
	left: 0;
	height: 4em;
	background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #fff));
	background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
	background: linear-gradient(top, rgba(255, 255, 255, 0) 0%, #fff 100%);
}
.br-cat-descr p {
	margin: 0;
}
.br-cat-descr ul, .br-cat-descr ol {
	margin-bottom: 15px;
}
.br-cat-link h2 {
	margin: 0;
}
.br-cat-link:hover {
	opacity: 0.5;
}
.people a.light-button {
	position: relative;
	top: 15px;
}
.people {
	margin-bottom: 30px;
	text-align: center;
}
.contacts-vak a {
	display: block;
		text-decoration: underline;
	margin-bottom: 10px;
}
}

/* farmakonaglyad forms validation */
.form-group input.form-control {
	margin-bottom: 0;
}
.form-group {
	margin-bottom: 15px;
}


/* new DU */
body {
	/*font-family: 'Helvetica Neue', sans-serif;*/
	line-height: normal;
}

* {
	--Gray-4: #BDBDBD;
	--Dolphi-REd: #F3050E;
	--Dolphi-Black: #415161;
	--Dolphi-white: #fff;
	--Dolphi-menubg: #ffffffc9;
	--ffakro: 'Akrobat', sans-serif;
	--ffdin:	'DIN Pro', sans-serif;
	--ffneue: Arial, Sans-Serif, Tahoma;
	--ffmenubg: #415161e0;
}
.du_social a, .opHover {
	opacity: 1;
	transition: all .5s ease;
}
.du_social a:hover, .opHover:hover {
	opacity: .6;
	transition: all .5s ease;
}
#main {
	padding-top: 50px;
}
/* header */
.du_header_box {
	display: flex;
	align-items: flex-end;
	margin-top: 20px;
	position: relative;
	z-index: 100;
}
.du_header_r {
	display: flex;
	width: 100%;
	flex-direction: column;
}
.du_header_main_menu {
	width: 100%;
	margin-top: 10px;
}
.s_l {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-right: 20px;
}
.du_header_lang {
	margin-left: 20px;
}
.du_header_social .du_social {
	display: flex;
	list-style: none;
	gap: 15px;
	margin: 0;
}
.du_header_lang .du_lang,
.wpm-language-switcher {
	display: flex;
	list-style: none;
	gap: 5px;
	font-size: 14px;
	margin: 0;
}
.du_header_lang .du_lang li:first-child::after,
.wpm-language-switcher li:first-child::after,
.wpm-language-switcher li:nth-child(2)::after {
	content: "/";
	color: var(--Gray-4);
}
li.menu-item-has-children ul {
	display: none;
}
.du_lang a,
.wpm-language-switcher a {
	color: var(--Gray-4);
}
.du_lang li.active a  {
	color: var(--Dolphi-REd);
	text-decoration: underline;
}
.du_header_logo_box {
	position: relative;
	margin-right: 20px;
	margin-bottom: 10px;
}
.du_header_logo_box img {
	display: block;
	height: 50px;
}
.du_header_logo_box a:nth-child(2) {
    display: none;
    position: absolute;
    left: 0;
    bottom: -50px;
    background: #fff;
    border-radius: 0 0 5px 5px;
    min-width: 240px;
    padding: 0 20px;
}
.du_header_logo_box:hover a:nth-child(2) {
	display: block;
}
ul.du_main_menu {
	display: flex;
	list-style: none;
	justify-content: space-between;
	align-items: flex-end;
	margin: 0;
	padding: 0;
}
ul.du_main_menu > li > a {
	padding: 10px 20px;
	color: var(--Dolphi-Black);
	text-transform: uppercase;
	font-size: 14px;
}
ul.du_main_menu > li > a:hover, ul.du_main_menu > li.activeLi > a {
	color: var(--Dolphi-white);
	background: var(--ffmenubg);
	text-decoration: none;
	-webkit-border-radius: 8px 8px 0 0;
	-moz-border-radius: 8px 8px 0 0;
	border-radius: 8px 8px 0 0;
}
ul.du_menu_second_level > li a, ul.du_menu_second_level > li a	{
	background: none;
}
.page-content li {font-size: 16px; margin-top: 10px}
.page-content li a {font-size: 16px}
.page-content li b {font-size: 16px}
.page-content ul {
	padding: 0 0 0 20px;
	margin-bottom: 40px;
	color: var(--Dolphi-Black);
	font-size: 15px;
}
.page-content ul li {
	margin-bottom: 8px;
}
.page-content ul li:last-child {
	margin-bottom: 0;
}
.page-content h4 {
	font-size: 28px;
	margin: 0 0 20px 0;}
.du_main_menu li > .du_bg_submenu ul > li > a {
	color: var(--Dolphi-white);
}
.youtube {
	margin-bottom: 50px;
}
.du_menu_second_level {
	position: absolute;
	/*background: var(--ffmenubg);*/
	list-style: none;
	padding: 7px 0 10px 19px;
	flex-direction: column;
	gap: 5px;
	/*margin-top: -10px;*/
	z-index: 10;
}
ul.du_main_menu .active_menu_item > a {
	color: var(--Dolphi-REd);
}

.menu-item-has-children:hover .du_bg_submenu .du_menu_second_level, .du_bg_submenu:hover .du_menu_second_level {
	display: flex;
}
ul.du_main_menu > li:hover .du_bg_submenu {
	width: calc(100% - 15px);
}
ul.du_main_menu > li:hover .du_bg_submenu:before {
	background: var(--ffmenubg);
	content: "";
	position: absolute;
	left: 0;
	width: 100%;
}
ul.du_main_menu .du_menu_second_level a:hover {
	text-decoration: underline;
}
.du_menu_second_level .menu-item-has-children .du_menu_second_level {
	display: none !important;
}
.du_menu_second_level .menu-item-has-children .du_menu_second_level {
	position: absolute;
	left: 100%;
	width: max-content;
	top: 0;
}
.du_menu_second_level .menu-item-has-children:hover .du_menu_second_level {
	display: block !important;
	height: 100%;
}
#du-header {
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 500;
	background: var(--Dolphi-menubg);
}
#du-apex {
	position: relative;
	display: block;
	margin: 0 auto;
}
/* end header */

/* home banner */
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--Dolphi-REd);
	border-color: var(--Dolphi-REd);
}
.owl-theme .owl-dots .owl-dot span {
	background: none;
	border: 1px solid var(--Dolphi-Black);
}
.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
	display: none;
}
.slider_bg {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	position: relative;
	z-index: 1;
}
.slider_bg_text {
	background-repeat: no-repeat;
}
.slider_text_box {
	padding-bottom: 140px;
}
.sl_title_wr {
	font-family: var(--ffdin);
	font-weight: 700;
	text-transform: uppercase;
	padding: 60px 0 10px;
}
.sl_title_red {
	color: var(--Dolphi-REd);
	font-size: 80px;
}
.sl_title_gray {
	font-size: 32px;
}
.slider_description {
	font-family: var(--ffdin);
	font-size: 32px;
	font-weight: 700;
	color: var(--Dolphi-REd);
	text-transform: uppercase;
}
.owl-carousel .owl-item .slider_bg_text {
	width: max-content;
	position: absolute;
	right: 23%;
	z-index: 1;
}
.headline {
	font-family: var(--ffdin);
	font-size: 32px;
	font-weight: 700;
	text-transform: uppercase;
}
/* end home banner */

/* home blocks */
.home_block {
	margin: 70px 0;
}
.block_wr {
	display: flex;
	align-items: stretch;
}
.block_wr > div {
	width: 50%;
}
.block_img img {
	width: 100%;
}
.block_text_title {
	font-size: 60px;
	font-family: var(--ffdin);
	text-align: right;
	display: flex;
	flex-direction: column;
}
.block_text_descr {
	text-align: justify;
	line-height: 25px
}
.block_text_wr {
	display: flex;
	justify-content: space-between;
	flex-direction: column;
	align-items: flex-end;
}
.du_button_red {
	border-radius: 6px;
	background: var(--Dolphi-REd, #F3050E);
	color: var(--Dolphi-white);
	font-size: 16px;
	font-family: var(--ffdin);
	padding: 7px 20px;
}
.switch_block_and_title section:nth-child(even) .block_text_title span:first-child, .switch_block_and_title section:nth-child(odd) .block_text_title span:last-child {
	color: var(--Dolphi-REd);
}
.switch_block_and_title section:nth-child(even) .block_img {
	order: 2
}
.switch_block_and_title section:nth-child(even) .block_text_wr {
	align-items: flex-start;
}
.switch_block_and_title section:nth-child(even) .block_text_title {
	text-align: left;
}
/* end home blocks */

/* footer */
.footer-wr {
	display: flex;
	justify-content: center;
	gap: 7%;
	color: var(--Dolphi-Black);
}
.footer-wr span {
	display: flex;
}
.footer_logo {
	display: flex;
	align-items: center;
}
.footer_logo img {
	height: 50px;
}
.f_title {
	font-weight: bold;
}

/* end footer */

/* page */
.du_page_bg {
	background-repeat: no-repeat;
	background-position: right;
	background-size: contain;
	position: relative;
	z-index: 1;
}
.du_page_bg_text {
	background-repeat: no-repeat;
}
.du_page_text_box {
	padding-bottom: 100px;
	margin-bottom: 40px;
	max-height: 450px;
}
.du_page_title_wr {
	padding: 140px 0 40px;
}
.du_page_title_red h1 {
	color: var(--Dolphi-REd);
	font-size: 70px;
	font-family: var(--ffdin);
	font-weight: 700;
	text-transform: uppercase;
}
.sldu_page_title_gray {
	font-size: 40px;
}
.du_page_description {
	font-family: var(--ffakro);
	font-size: 20px;
	font-weight: 700;
}
.du_page_bg_text {
	width: max-content;
	position: absolute;
	left: 15%;
	z-index: 1;
}
.du_page_title {
	font-family: var(--ffdin);
	font-size: 32px;
	margin-bottom: 20px;
	font-weight: 700;
	text-transform: uppercase;
}
.page-addresses {
	margin-bottom: 50px;
}
.page-addresses .widget p {
	padding: 0 0 0 15px;
	position: relative;
	margin-bottom: 0;
	color: var(--Dolphi-Black);
	font-size: 15px;
}
.page-addresses .widget p:before {
	width: 6px;
	height: 6px;
	position: absolute;
	top: 9px;
	left: 0;
	background-color: var(--Dolphi-Black);
	border-radius: 50%;
	content: '';
}
.page-addresses .widget p:last-child {
	margin-bottom: 0;
}
.mb-10 {
	margin-bottom: 10px;
}

.du_count_item {
	text-align: center;
}

.du_counters_advantages {
	display: flex;
	justify-content: space-between;
	font-family: var(--ffdin);
}

.du_count_val {
	font-size: 60px;
	margin-bottom: 10px;
}

.du_count_text {
	text-transform: uppercase;
	font-size: 12px;
}

/* links block*/
.links_block_wr {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.link_item {
	width: 50%;
	padding: 20px;
}

span.link_title {
	position: absolute;
	top: 5px;
	left: 15px;
	font-family: var(--ffdin);
	font-size: 54px;
	color: var(--Dolphi-Black);
	transition: .5s all ease
}
.du_button_black {
	border-radius: 6.217px;
	background: var(--Dolphi-Black);
	color: var(--Dolphi-white);
	font-size: 16px;
	font-family: var(--ffdin);
	padding: 7px 20px;
	transition: .5s all ease;
}

.link_item .du_button_black {
	position: absolute;
	bottom: 13px;
	left: 20px;
}

.link_item a {
	position: relative;
	border-bottom: 4px solid var(--Dolphi-Black);
	transition: .5s all ease
}
.link_item a:hover .link_title {
	color: var(--Dolphi-REd);
	transition: .5s all ease
}
.link_item a:hover {
	border-bottom: 4px solid var(--Dolphi-REd);
	transition: .5s all ease
}
.link_item a:hover .du_button_black {
	background: var(--Dolphi-REd);
	transition: .5s all ease
}
.links_block {
	margin-top: 55px;
}
.link_item {
	transition: transform .3s ease;
}
.link_item:hover {
	transform: scale(1.1);
	transition: transform .3s ease;
}
.history {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.h_text {
	display: flex;
	align-items: center;
	gap: 20px;
	margin-top: 70px;
}

.breadcrumbs {
	margin-bottom: 25px;
}
.breadcrumbs a {
	font-size: 12px;
	line-height: 12px;
	color: #4b4b4b;
	text-decoration: none;
	text-transform: uppercase;
}
.breadcrumbs .breadcrumbs__current {
	color: var(--Dolphi-REd);
	font-size: 12px;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.brends {
	margin-bottom: 50px;
}
/* end links block*/

/* end page */

/* brands */
ul.du_main-menu-part {
	display: flex;
	list-style: none;
	padding: 0;
	gap: 30px;
}
ul.du_main-menu-part a {
	background: var(--Dolphi-Black);
	color: var(--Dolphi-white);
	width: 200px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
}
a.tablink.active, ul.du_main-menu-part a:hover {
	background: var(--Dolphi-REd);
	text-decoration: none;
}
.du_brand_description::-webkit-scrollbar {
	width: 4px;
}

.du_brand_description::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 2px;
}

.du_brand_description::-webkit-scrollbar-track {
	background-color: #fff;
}
.du_brand_description {
	scrollbar-width: thin;
	scrollbar-color: #888 #fff;
}
/*
.du_all_brands {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 80px;
	margin-top: 50px;
}
.du_all_brands_category {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 80px;
}
.du_brands_item_top_img {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	margin-bottom: 20px;
}
.du_brands_item ul {
	padding: 0;
	list-style-position: inside;
	margin: 30px 0 20px;
}

.du_brands_item ul li a {
	text-transform: uppercase;
	font-family: var(--ffakro);
	color: var(--Dolphi-Black);
}
*/
.du_all_brands .du_brands_item_top_img {
	display: none;
}
.du_all_brands .du_brands_item_img {
	flex: 40%;
}
.du_all_brands .du_brands_item {
	display: flex;
}
.du_all_brands .du_brands_item_text_box {
	flex: 60%;
	display: flex;
	align-items: stretch;
	flex-direction: column;
	justify-content: space-between;
	padding: 0 0 0 20px;
}
.du_all_brands .du_brands_item {
	margin-top: 50px;
}
.du_all_brands .soc_box {
	height: 30px;
}
.du_all_brands .du_brands_item_two_img {
	margin-bottom: 15px;
}
.du_all_brands .du_brands_item_two_img img {
	max-height: 70px;
}
.brand-cover {
	width: 100%;
	height: 320px;
	display: flex;
	align-items: flex-end;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.du_all_brands .du_brands_item_bottom {
	margin-top: 20px;
}
.du_brands_item ul li::marker {
	margin-right: 0 !important;
	font-size: 20px;
}
.du_brands_item_img a {
	border-bottom: 4px solid var(--Dolphi-Black);
	transition: .5s all ease;
}
.du_all_brands .du_brands_item:hover .du_brands_item_img a {
	border-color: var(--Dolphi-REd);
	transition: .5s all ease;
}
ul.du_main-menu-part a {
	background: var(--Dolphi-Black);
	color: var(--Dolphi-white);
	width: 200px;
	padding: 10px;
	border-radius: 5px;
	text-align: center;
	text-transform: uppercase;
}
.brand_btn_du {
	text-transform: uppercase;
	font-size: 11px;
}
.soc_box a svg {width: 30px;height: 30px;}

a.du_brands_item_link {
	width: 100%;
}

.du_brands_item_bottom {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.brand_btn_du:hover {
	background: red;
}
.soc_box a:hover svg path {
	fill: red;
	transition: all .5s ease;
}
.soc_box a:hover svg circle {
	stroke: red;
	transition: all .5s ease;
}
.soc_box a svg {
	transition: all .5s ease;
}
.soc_box a svg path {
	fill: #415161;
	transition: all .5s ease;
}
.soc_box a svg circle {
	stroke: #415161;
	transition: all .5s ease;
}
/*.du_brands_item:hover {transform: scale(1.1);}*/

.du_brands_item {
	transition: transform .3s ease;
}
#cat_brendy {
	margin-top: 70px;
}
.cat_brands_box {
	display: flex;
	gap: 50px;
}

.cat_brands_box nav {
	padding: 0;
}
.du_brands_item_desc {
	margin: 20px 0;
}
#main .du_brands_item_desc p span, #main .du_brands_item_desc p {
	font-size: 18px;
	color: var(--Dolphi-Black);
	font-family: var(--ffakro);
}
.nav-pills>li.brand_li>a {
	color: var(--Dolphi-Black, #415161);
	font-size: 30px;
	padding: 5px 0;
	line-height: normal;
	text-decoration: none;
	border-radius: 0;
	font-family: var(--ffakro);
	font-weight: 600;
}
.nav-pills>li.brand_li.active>a {
	color: var(--Dolphi-REd);
	border-bottom: 6px solid var(--Dolphi-REd);
	background: none;
}

/* end brands */
/* news */
.page-news .description {
	margin: 20px 0;
	overflow-y: auto;
	height: 233px;
	padding-right: 10px;
}
.news_descr .title {
	font-size: 25px;
	/*border-bottom: 4px solid var(--Dolphi-REd);*/
	padding-bottom: 5px;
	font-weight: 800;
}

.page-news .news {
	display: flex;
	gap: 55px;
	margin-bottom: 60px;
}
.news_btn_box {
	text-align: right;
}
.news_btn_box a:hover {
	background: var(--Dolphi-REd);
}
.news_img {
	max-width: 140px;
}
.du_pagination_box {
	text-align: center;
}
.news_descr:hover .title {
	color: var(--Dolphi-REd);
}
.news_descr:hover .title {
	/*border-bottom-color: var(--Dolphi-Black);*/
}
.du_news {
	display: flex;
	gap: 20px;
	margin-bottom: 50px;
}
.page-news {
	width: 100%;
	position: relative;
}
.news_img_owl_box {
	flex: 30%;
	width: 30%;
}
.new_short_text {
	flex: 70%;
	width: 70%;
}
.du_news .owl-theme .owl-nav {
	display: none;
}

.page-news .description::-webkit-scrollbar {
	width: 4px;
}

.page-news .description::-webkit-scrollbar-thumb {
	background-color: #888;
	border-radius: 2px;
}

.page-news .description::-webkit-scrollbar-track {
	background-color: #fff;
}
.page-news .description {
	scrollbar-width: thin;
	scrollbar-color: #888 #fff;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
	background: var(--Dolphi-Black);
	border-color: var(--Dolphi-Black);
}
.du_news .news_img_owl_box img {
	width: 100%;
}
.page-news .du_news:nth-child(even) .news_img_owl_box {
	order: 1;
}
.page-news .du_news:nth-child(even) .news_btn_box {
	text-align: left;
}
/* end news */
/* team */
.team_text {
	text-align: justify;
	font-family: var(--ffakro);
	font-size: 20px;
	margin-bottom: 55px
}
.people {
	font-family: var(--ffdin);
}
.people img {
	border-bottom: 5px solid var(--Dolphi-Black);
}
.people:hover img	{
	border-bottom: 5px solid var(--Dolphi-REd);
}
.people:hover .name, .people:hover .rang {
	color: var(--Dolphi-REd);
}
/* end team */
/* contacts */
.du_contacts_note {
	width: 40%;
	font-family: var(--ffakro);
	font-size: 18px;
}
.contact_box {
	display: flex;
	margin-bottom: 70px;
	font-family: var(--ffakro);
}

.contacts_local {
	flex: 1 30%;
}

.contacts_address {
	flex: 1 70%;
	display: flex;
	flex-wrap: wrap;
}
.local .local_title strong {
	font-weight: 800;
}
.local .local_title {
	font-size: 50px;
	color: var(--Dolphi-REd);
	border-bottom: 5px solid var(--Dolphi-REd);
	display: inline-block;
}
.contacts_address_item {
	flex: 1 50%;
	padding: 5px 30px 38px;
}
.contacts_address_item_title {
	font-weight: 800;
	margin-bottom: 10px;
	font-size: 20px;
}
.contacts_address_item_descr {
	color: var(--Dolphi-Black);
}
.local {
	padding-right: 40px;
}
/* end contacts */

/* manufacture */
ul.du_menu_tab {
	padding: 0;
	list-style: none;
	display: flex;
	gap: 20px;
	flex-wrap: wrap;
}

ul.du_menu_tab li a {
	background: var(--Dolphi-Black);
	color: var(--Dolphi-white);
	padding: 10px 40px;
	border-radius: 5px;
	font-family: var(--ffakro);
}
ul.du_menu_tab li a:hover, ul.du_menu_tab li .active	{
	background: var(--Dolphi-REd);
}
.page-header, .page-contacts {
	font-family: var(--ffdin);
}
.carousel-manufacture {
	margin-top: 30px;
}
.carousel-manufacture .owl-nav {
	display: none;
}
.carousel-manufacture.owl-theme .owl-dots .owl-dot.active span, .carousel-manufacture.owl-theme .owl-dots .owl-dot:hover span {
	background: var(--Gray-4);
	border-color: var(--Gray-4);
}
.carousel-manufacture.owl-theme .owl-dots .owl-dot span {
	background: none;
	border: 1px solid var(--Gray-4);
}
/* end manufacture */
.page-contacts ul li {
	font-size: 20px;
}

.year_item {
	font-family: var(--ffdin);
	font-weight: 600;
	cursor: pointer;
}
.year_item.active_year {
	color: var(--Dolphi-REd);
	border-bottom: 6px solid var(--Dolphi-REd);
}
.years {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.tab_year.active_tab {
	display: block;
}
.tab_year {
	display: none;
}
.main-menu-part.main-sub-menu li:first-child a {
	color: red;
}
.page-contacts .arrow-a {
	margin-bottom: 20px;
}
.du_counters_advantages.du_mission {
	gap: 40px;
}
.du_counters_advantages.du_mission .du_count_text {
	font-size: 14px;
}
.du_mission .du_count_val img {
	width: 70px;
}
.du_counters_advantages.du_logistics {
	gap: 15px;
	flex-wrap: wrap;
	align-items: center;
}
.du_counters_advantages.du_logistics .du_count_item {
	width: 30%;
}
.du_logistics .du_count_val {
	font-size: 31px;
	font-weight: 800;
}
.du_logistics .du_count_val img, .du_logistics img {
	width: 100%;
	max-width: 390px;
}
/* end new DU */

/* mob menu */
.mobile_menu_wr {
	display: none;
}
.mobile_menu_btn {
	cursor: pointer;
}
.mobile_menu {
	position: fixed;
	width: 100vw;
	background: #fff;
	z-index: 1000;
	height: 100vh;
	padding: 20px 15px;
	display: none;
	flex-direction: column;
	animation: mobile_menu_zoom .2s;
	top: 0;
}
.mobile_menu.active {
	animation: mobile_menu_zoom .2s;
	display: flex;
}
@keyframes mobile_menu_zoom {
	0% {
		opacity: 0;
		transform: scale3d(.3,.3,.3);
	}
	50% {
		opacity: 1;
	}
}

.mobile_menu_head {
	display: flex;
	justify-content: space-between;
}
.mobile_menu_content {
	height: 100%;
	overflow-y: auto;
}
.mobile_menu_content ul li {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin: 15px 0;
}
.mobile_menu_list, .mobile_menu_list_category_two_lvl {
	display: none;
}
.mobile_menu_logo {
	max-width: 78px;
}
.mobile_menu_list.main_manu {
	display: block;
}
.mobile_menu_logo {
	max-width: 78px;
}

.lang_selector ul {
	display: flex;
}

.lang_selector ul li+li {
	border-left: 1px solid transparent;
	position: relative;
	padding-left: 10px;
	padding-right: 10px;
}
.lang_selector ul li+li:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	width: 2px;
	height: 15px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMSIgIGhlaWdodD0iMTUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTAgMTQuOTg4VjAuMDEyOTYzSDEgMTRDOTg4SDBaIiBmaWxsPSIjMzgzNzM1Ii8+PC9zdmc+DQ==");
}

.mobile_menu_content .lang_selector ul li:first-child {
	padding-right: 10px;
}
a.mobile_menu_back_link svg {
	transform: rotate(181deg);
}
a.mobile_menu_back_link {
	display: flex;
	align-items: center;
	gap: 10px;
}
span.goToMenu {
	cursor: pointer;
}
.lang_selector .active a {
	color: var(--Dolphi-REd);
}
.mobile_menu_list_category_two_lvl {
	position: absolute;
	/*top: 0;*/
	background: #fff;
	width: 100%;
	left: 0;
	padding: 20px;
	height: 100vh;
}

.control_box {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 20px;
	gap: 10px;
}

a.mobile_menu_close {
	display: flex;
}
.menu_category_mobile_items_third_level {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
	padding-left: 20px;
}
.accordion_wr_third_level {
	display: flex;
	justify-content: space-between;
	/*font-weight: 700;*/
}
.menu_category_mobile_items_two_level, .menu_mobile_two .menu_custom_btn a {
	border-top: 1px solid #CDD2D3;
	padding: 12px 0;
}
.menu_custom_btn a:first-child {
	border-top: none;
}
.rotate-icon {
	transform: rotate(-180deg);
}
span.accordion_btn_third_level {
	display: flex;
}
.mobile_two_lvl {
	height: 100%;
	overflow-y: auto;
	padding-bottom: 30px;
}
.mobile_menu_list.main_manu ul {
	padding: 0 10px;
}
.mobile_menu_content ul li a, .control_box span, .mobile_two_lvl a {
	font-size: 24px;
	font-family: var(--ffakro);
	color: var(--Dolphi-Black);
}
.mobile_two_lvl a {
	font-size: 20px;
}
.mobile_menu_content ul li {
	border-bottom: 1px dotted #41517a;
}
ul.menu_category_mobile_items_third_level {
	margin: 0;
}
ul.menu_category_mobile_items_third_level li a {
	font-size: 20px;
}
ul.menu_category_mobile_items_third_level li {
	border-bottom: unset;
}
/* end mob menu */
.du_brand_description {
	height: 180px;
	overflow-y: auto;
	padding-right: 10px;
}
/* video on home */
.slider_video_bg {
	position: absolute;
	width: 57%;
	height: 100%;
	overflow: hidden;
	right: 0;
}
.slider_video_bg video {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: translate(-50%, -50%);
	z-index: -1;
}
.home_block video {
	width: 100%;
	border-bottom: 4px solid var(--Dolphi-Black);
	transition: .5s all ease;
}
.block_img:hover video {
	border-color: var(--Dolphi-REd);
	transition: .5s all ease;
}
.img-fit {
	width: fit-content;
}
/*
.slider_video_bg::before {
		content: '';
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(to right, rgba(255, 255, 255, 1), rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0) 80%, rgba(255, 255, 255, 1));
		pointer-events: none;
}
*/
.home_block video::-webkit-media-controls {
	display: none !important;
}

.home_block video::-webkit-media-controls-play-button {
	display: none !important;
}

.home_block video::-webkit-media-controls-start-playback-button {
	display: none !important;
}
/* end video on home */



.news-title {
	position: absolute;
	top: 10px;
	left: -9px;
	right: 0;
	color: #fff;
	font-size: 7vw;
	font-weight: 700;
	text-align: center;
	text-shadow: -1px -1px 4px rgba(0, 0, 0, 0.1);
	z-index: 3;
}
.office .news-title {
	font-size: 170px;
}
/*.office .block-cover {
	-webkit-clip-path: ellipse(90% 100% at center top);
	clip-path: ellipse(90% 100% at center top);
}*/
.company .news-title {
	top: -25px;
	left: -5px;
	font-size: 130px;
}
.brands .news-title {
	transform: rotate(-90deg);
	top: 195px;
	left: -390px;
	font-size: 160px;
}
.switch_block_and_title .home_block:nth-child(2) .news-title {
	transform: rotate(-90deg);
	top: 195px;
	left: -390px;
}
.block-img {
	width: 100%;
	position: relative;
	z-index: 5;
	transition: .5s all ease;
}
.block-img img {
	width: auto;
	height: 480px;
	margin: 0 auto;
}
.pl-50 {
	padding-left: 50px;
}
.pr-50 {
	padding-right: 50px;
}

.block_image {
	position: relative;
	border-bottom: 4px solid var(--Dolphi-REd);
	transition: .5s all ease;
}
.block-cover {
	width: 570px;
	height: 570px;
	display: flex;
	align-items: flex-end;
	position: relative;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
	overflow: hidden;
}
.news-cover {
	width: 100%;
	height: 270px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.office .block-cover {
	width: 570px;
	height: 415px;
}
.block-cover:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(264.22deg, rgba(0, 0, 0, 0) 4.59%, rgba(255, 255, 255, 0.7) 71.6%);
	z-index: 1;
}
.block-cover:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: linear-gradient(90deg, rgba(0, 0, 0, 0) 4.59%, rgba(255, 255, 255, 0.9) 71.6%);
}

.block-cover .pulse-image {
	width: 1000px;
	height: 1000px;
	transform: scale(.85);
	animation: pulse 15s ease-in-out infinite;
	position: absolute;
	top: -100px;
	left: -100px;
}

.block-img img {
    width: 570px;
    height: 570px;
    transform: scale(.85);
    animation: pulse 20s ease-in-out infinite;
    position: absolute;
    bottom: -50px;
    left: 0;
    object-fit: contain;
}
.office .block-img img {
	width: 409px !important;
    height: 335px !important;
    left: 50px !important;
}

@keyframes pulse {
	from {
		transform: scale(.85);
	}
	50% {
		transform: scale(1);
	}
	to {
		transform: scale(.85);
	}
}
.page-team .row  {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.flex {
	display: flex;
	margin-top: 50px;
	gap: 30px;
	align-items: flex-start;
    text-align: justify;
    font-style: normal;
    line-height: 25px;
}
.home .flex {
	margin-top: 0;
}
.flex-logo {
	display: flex;
	gap: 30px;
	align-items: flex-start;
    text-align: justify;
    font-style: normal;
}
.flex-logo img {
	max-height: 60px;
}
/**
* @section animation images
*/
.animation-images {
	position: relative;
}
.flag-1 {
	display: table;
	position: absolute;
	top: -180px;
	left: 0;
	z-index: 15;
	visibility: visible;
	box-sizing: border-box;
}
.flag-2 {
	display: table;
	position: absolute;
	top: -120px;
	right: 0;
	z-index: 15;
	visibility: visible;
	box-sizing: border-box;
}
.flag-4 {
	display: table;
	position: absolute;
	top: -180px;
	right: 0px;
	z-index: 15;
	visibility: visible;
	box-sizing: border-box;
}
.flag-1 img {
	display: block;
	height: auto;
	max-height: 200px;
	max-width: 100%;
}
.flag-2 img {
	display: block;
	height: auto;
	max-height: 150px;
	max-width: 100%;
}
.flag-4 img {
	display: block;
	height: auto;
	max-height: 200px;
	max-width: 100%;
}
.animation-1 {
	animation: sbs-628128160-1692195128558 6s infinite linear;
	backface-visibility: hidden;
}
@keyframes sbs-628128160-1692195128558 {
	0% {transform:translateY(0px)rotate(0deg);animation-timing-function:linear;}
	50% {transform:translateY(-10px)rotate(-2deg);animation-timing-function:linear;}
	100% {transform:translateY(0px)rotate(0deg);}
}
.animation-2 {
	animation: sbs-628128160-1692195027137 4.4s infinite linear;
	backface-visibility: hidden;
}
@keyframes sbs-628128160-1692195027137 {
	0% {transform:translateY(0px)rotate(0deg);animation-timing-function:linear;}
	47% {transform:translateY(-10px)rotate(2deg);animation-timing-function:linear;}
	100% {transform:translateY(0px)rotate(0deg);}
}
.animation-3 {
	animation: sbs-628128160-1692195044589 6s infinite linear;
	backface-visibility: hidden;
}
@keyframes sbs-628128160-1692195044589 {
	0% {transform:translateY(0px)rotate(0deg);animation-timing-function:linear;}
	47% {transform:translateY(-10px)rotate(3deg);animation-timing-function:linear;}
	100% {transform:translateY(0px)rotate(0deg);}
}
.animation-4 {
	animation: sbs-628128160-16921950445891 6s infinite linear;
	backface-visibility: hidden;
}
@keyframes sbs-628128160-16921950445891 {
	0% {transform:translateY(0px)rotate(0deg);animation-timing-function:linear;}
	47% {transform:translateY(-10px)rotate(3deg);animation-timing-function:linear;}
	100% {transform:translateY(0px)rotate(0deg);}
}
.animation-5 {
	animation: sbs-628128160-16921950271371 10.4s infinite linear;
	backface-visibility: hidden;
}
@keyframes sbs-628128160-16921950271371 {
	0% {transform:translateY(0px)rotate(0deg);animation-timing-function:linear;}
	47% {transform:translateY(-10px)rotate(2deg);animation-timing-function:linear;}
	100% {transform:translateY(0px)rotate(0deg);}
}
.flex-content p:last-child,
.block_text_descr p:last-child {
	margin-bottom: 0;
}
.switch_block_and_title .home_block:nth-child(1) .block_text_descr,
.switch_block_and_title .home_block:nth-child(3) .block_text_descr,
.switch_block_and_title .home_block:nth-child(5) .block_text_descr {
	padding-left: 50px;
}
.switch_block_and_title .home_block:nth-child(2) .block_text_descr,
.switch_block_and_title .home_block:nth-child(4) .block_text_descr,
.switch_block_and_title .home_block:nth-child(6) .block_text_descr {
	padding-right: 50px;
}
/**
* @section slick
*/
.slider,
.slider .item {
	position: relative;
}
.slick-prev,
.slick-next {
	display: flex;
	align-content: center;
    justify-content: center;
    align-items: center;
	position: absolute;
	top: 50%;
	width: 50px;
	height: 50px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: none;
	outline: none;
	background: #F3050E;
	border-radius: 3px;
	z-index: 9;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
	outline: none;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
	opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
	opacity: .25;
}
.slick-prev {
	left: -60px;
}
.slick-next {
	right: -60px;
}
/* Dots */
.slick-dotted.slick-slider {
	margin-bottom: 70px;
}
.slick-dots {
	position: absolute;
	bottom: -20px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
}
.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0;
	padding: 0;
	cursor: pointer;
}
.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: none;
	background: transparent;
}
.slick-dots li button:hover,
.slick-dots li button:focus {
	outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
	opacity: 1;
}
.slick-dots li button:before {
	font-size: 40px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: #F3050E;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button:before {
	opacity: 1;
	color: #F3050E;
}
.home #main {
    padding-top: 125px;
}
.hero {
	width: 100%;
	height: 300px;
	margin-top: 96px;
	background-position: center;
	background-size: cover;
	background-repeat: no-repeat;
}
.mb-50 {
	margin-bottom: 50px;
}
/**
* @section archive navigation
*/
#navi {
	margin: 50px auto;
	text-align: center;
}
#navi a {
	background: #F3050E;
	border-radius: 3px;
	color: #fff;
	margin: 0 6px;
	padding: 5px 7px;
	text-decoration: none;
}
#navi a:hover {
	background: #70c9ed;
	border-radius: 3px;
	margin: 0 6px;
	padding: 5px 7px;
	text-decoration: none;
}
#navi .current {
	background: #fff;
	border-radius: 3px;
	color: #000 !important;
	margin: 0 6px;
	padding: 5px 7px;
}
.pop-social {
	margin-top: 30px;
}
.pop-social .du_social {
    padding: 0;
    margin: 0;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
}
/**
* @section feedback
*/
.cta-form input,
.cta-form textarea {
	display: block;
	width: 100%;
	padding: 15px 15px;
	margin-bottom: 15px;
	background-color: #f8f8f8;
	border: 1px solid #ececec;
}
#contact-us .button {
	padding: 24px 30px;
	display: inline-block;
	background-color: #ff0000;
	border: 1px solid #ff0000;
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	letter-spacing: 0.2px;
	text-transform: uppercase;
	color: #fff;
}
#contact-us .button:hover {
	background-color: #ff000050;
	border: 1px solid #ff0000;
	color: #fff;
	text-decoration: none;
}
#contact-us .button:active {
	background-color: #ff000050;
	border: 2px solid #ff000050;
	color: #fff;
}
#contact-us .cta-form textarea {
	height: 100px;
}
.wpcf7-response-output {
    margin: 0 !important;
    padding: 1em !important;
    border: 1px solid !important;
}
.wpcf7-form.invalid .wpcf7-response-output,
.wpcf7-form.invalid .wpcf7-not-valid-tip {
	display: none !important;
}
.wpcf7-not-valid {
	border-color: red !important;
}
.feedback {
    font-size: .7333em;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0;
    background-color: #ff0000;
    border: 1px solid #ff0000;
    color: #fff;
    letter-spacing: .8px;
    border-radius: 3px;
    padding: 12px 21px 11px;
    overflow: hidden;
    transition: background-color .3sease;
    -moz-transition: background-color .3s ease;
    -ms-transition: background-color .3s ease;
    -o-transition: background-color .3s ease;
    -webkit-transition: background-color .3sease;
}
.feedback:hover {
	background-color: #ff0000;
	color: #fff;
}
.fancybox-content {
	padding: 30px 45px 0px 45px !important;
}
/**
* @section media queries
*/
@media (max-width: 1199.98px) {
	.hero {
	    margin-top: 116px;
	}
	#footer:before {
	    height: 120px;
	}
	#footer:after {
	    width: 280px;
	    height: 115px;
	}
}

@media (max-width: 991.98px) {
	.hidden-mob,
	#footer:before,
	#footer:after {
		display: none !important;
	}
}

@media (min-width: 991.99px) {
	.hidden-desc {
		display: none !important;
	}
}

@media (min-width: 767.98px) {
	.hero-xs {
		display: none !important;
	}
}

@media (max-width: 767.98px) {
	.du_header_logo_box img {
	    height: auto;
	    max-width: 100%;
	}
	.hero {
	    height: 200px;
	    margin-top: 78px;
	}
	.du_header_lang .du_lang li:first-child::after,
	.wpm-language-switcher li:first-child::after,
	.wpm-language-switcher li:nth-child(2)::after,
	.animation-images,
	.slider {
		display: none !important;
	}
	.hero-xs {
		margin-bottom: 70px;
	}
	.hero-xs img {
		margin-bottom: 20px;
	}
	.pl-50 {
	    padding-left: 0;
	}
	.switch_block_and_title .home_block:nth-child(1) .block_text_descr,
	.switch_block_and_title .home_block:nth-child(3) .block_text_descr,
	.switch_block_and_title .home_block:nth-child(5) .block_text_descr {
		padding-left: 0;
	}
	.switch_block_and_title .home_block:nth-child(2) .block_text_descr,
	.switch_block_and_title .home_block:nth-child(4) .block_text_descr,
	.switch_block_and_title .home_block:nth-child(6) .block_text_descr {
		padding-right: 0;
	}
	.flex.mb-50 {
		flex-direction: column;
		gap: 30px;
	}
	.flex {
		flex-wrap: wrap;
	}
	.block-cover {
	    width: 100%;
	    height: 250px;
	}
	.block_wr {
	    flex-wrap: wrap;
	}
	.news-title {
	    top: 10px;
	    font-size: 70px;
	}
	.switch_block_and_title .home_block:nth-child(2) .news-title {
	    transform: rotate(0deg);
	    top: 0;
	    left: 0;
	    font-size: 70px;
	}
	.company .news-title {
	    top: 0;
	    left: 0;
	    font-size: 70px;
	}
	.block-img img {
	    width: 300px;
	    height: 250px;
	}
	.home_block {
        margin: 0 0 50px 0 !important;
    }
    .home .slider {
    	margin-bottom: 100px !important;
    }
    .home #main {
	    padding-top: 100px !important;
	}
	.sl_title_red {
        font-size: 30px !important;
    }
	.sl_title_gray,
	.slider_description {
        font-size: 18px !important;
    }
    .home .slider .block-img {
    	margin: 0 !important;
    }
    .office .news-title {
	    font-size: 90px;
	    top: 0;
	    left: 0;
	}
}

@media (max-width: 575.98px) {
	.du_header_logo_box {
	    margin-bottom: 0;
	}
	.du_header_logo_box img {
        max-width: 74%;
    }
	.mobile_menu_btn {
	    height: 32px;
	}
	.mobile_menu_logo img {
		height: 50px;
	}
	.flex-logo {
	    align-items: flex-start;
	    flex-direction: row;
	}
	.flex-logo img {
		max-height: 37px;
	}
	.xs-mb-50 {
		margin-bottom: 50px;
	}
	.gallery-item {
	    width: 33% !important;
	}
	.year_item {
	    font-size: 18px !important;
	}
}