@charset "utf-8";
body {
	font-family: 'Sofia Pro', sans-serif;
	font-size: 18px;
	overflow-x: hidden;
}
/*  ---------------------------------*/

.grey-bg {
	background-color: #f5f5f5;
}
.align-center {
	text-align: center;
}
.title--with-line:before {
	content: "";
	position: absolute;
	height: 5px;
	width: 100px;
	background-color: #004A8F;
	bottom: -30px;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.title--with-line-left:before {
	margin: 0;
}
/* FONTS ---------------------------------*/

a {
	text-decoration: none;
}
h1 {
	font-size: 45px;
	font-family: 'Sofia Pro', sans-serif;
	font-weight: 700;
	position: relative;
}
h2 {
	font-size: 40px;
	font-family: 'Sofia Pro', sans-serif;
	font-weight: 600;
}
h3 {
	font-size: 35px;
	color: #004A8F;
	font-weight: 600;
}
h4 {
	font-size: 20px;
	color: #004A8F;
	font-weight: 600;
}

h5 {
    font-size: 25px;
    color: #010000;
    font-weight: 600;
}

p {
	font-size: 18px;
	line-height: 1.7;
	color: #707070;
}
strong {
	font-weight: 700;
}
@media screen and (max-width:1024px) {
	h1 {
		font-size: 40px;
	}
}

@media screen and (max-width: 580px) {
    h1 {
        font-size: 35px;
    }
}

.text-link {color:#004A8F;}

/*FORMS _______________________________________________________________________*/

input, textarea, select {
	font-family: 'Sofia Pro', sans-serif;
	color: gray;
	height: 55px;
	border: none;
	padding: 10px;
	width: 100%;
}
input[type=checkbox], input[type=radio] {
	width: auto;
	height: auto;
}
@media screen and (max-width:860px) {
	input, textarea, select {
		height: 55px;
	}
}
/*BUTTONS _______________________________________________________________________*/

button, .button {
	padding: 15px 30px;
	font-weight: 600;
	display: inline-block;
	cursor: pointer;
	transition: all .3s ease;
	border: none;
	font-family: 'Sofia Pro', sans-serif;
	font-size: 18px;
	transition: all .3s ease;
}
button:hover, .button:hover {
	border-radius: 10px;
}
.button--light {
	background-color: #fff;
	color: #333135;
}
.button--dark {
	background-color: #333135;
	color: #fff;
}
.button--color {
	background-color: #2a2a2a;
	color: #fff;
}
.button--with-line {
	color: #333135;
	font-size: 20px;
	font-family: 'Sofia Pro', sans-serif;
	position: relative;
	padding: 20px 0px;
	text-align: center;
}
.button--with-line:before {
	content: "";
	position: absolute;
	bottom: 10px;
	left: 0;
	height: 5px;
	width: 100%;
	background-color: #2a2a2a;
	transition: all .3s ease;
}
.button--with-line:hover:before {
	background-color: #004A8F;
}
.button--border-light {
	background-color: transparent;
	border: 1px solid #fff;
	color: #fff;
}
.button--border-light:hover {
	background-color: rgba(255, 255, 255, 0.1)
}
/* HEADER ---------------------------------*/

.header {
	background-color: #004A8F;
	padding: 20px 0;
}
.header .container {
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: visible;
}
.header-logo a {
	width: 250px;
	display: block;

}
.header-nav {
	justify-content: space-between;
	display: flex;
	align-items: center;
	align-items: flex-end;
}
.header-site-nav {
	display: flex;
	padding-top: 15px;
}
.header-site-nav__link {
	color: #fff;
	font-size: 17px;
	font-weight: 600;
	margin-right: 5px;
	transition:all .3s ease;
	padding: 10px 15px;
}

.header-site-nav__link:hover, .header-site-nav__link--active {background-color: #fff; color: #004A8F;}

.header-contact-content {
	margin-left: 15px;
}
.header-contact {
	display: flex;
	align-items: flex-end;
	text-align: center;
}
.header-contact-num {
	display: block;
	font-size: 28px;
	font-weight: 700;
}
.header-contact-num, .header-contact-mail {
	color: #fff;
	font-family: 'Sofia Pro', sans-serif;
	transition:all .3s ease;
}

.header-contact-num:hover, .header-contact-mail:hover {
	opacity:0.8;
}

.header-contact-mail {
	font-size: 21px;
}
.header-contact-icon {
	background-color: #2a2a2a;
	width: 40px;
	height: 80px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	padding-bottom: 7px;
}
.header-contact-icon svg {
	fill: #fff;
	width: 30px;
	height: 30px;
}
.hero {
	background-color: #004A8F;
	padding-top: 30px;
}
.hero .container {
	max-width: none;
	overflow: visible;
	padding: 0;
}
.hero-text {
	font-family: 'Sofia Pro', sans-serif;
	font-weight: 600;
	text-align: center;
	margin-bottom: 50px;
}
.hero-text-big {
	font-size: 50px;
	color: #fff;
	display: block;
	letter-spacing: 1.4px;
}
.hero-text-small {
	color: #38E1FB;
	font-size: 30px;
	font-weight: 500;
	letter-spacing: 1.4px;
}
.hero-img {
	text-align: center;
}
.hero-img img {
	/*margin-bottom: -110px;*/
}

.hero-nav svg {fill:#fff; height:30px; width:30px;}
.hero-nav-left {position:absolute; left:10px; top:50%; transform:translateY(-50%); z-index:1000; transition:all .3s ease;}
.hero-nav-left svg {transform:rotate(180deg);}
.hero-nav-right {position:absolute; right:10px; top:50%; transform:translateY(-50%); z-index:1000;}

.hero-nav-left:hover, .hero-nav-right:hover {opacity:0.7;}

.hero-nav-banner-small { display:none; }

@media screen and (max-width:860px) {
	.hero-nav-banner { display:none; }
	.hero-nav-banner-small { display:block; }
}

/*header-mob-nav*/

.header-mob-nav {
	display: none;
}
.header-mob-nav-pasive {
	width: 40px;
	height: 30px;
	position: relative;
	display: block;
}
.header-mob-nav-pasive span {
	width: 100%;
	height: 5px;
	display: block;
	background-color: #fff;
	border-radius: 10px;
}
.header-mob-nav-pasive span:first-child {
	position: absolute;
	top: 0px;
	left: 0;
	display: block;
}
.header-mob-nav-pasive span:nth-child(2) {
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
}
.header-mob-nav-pasive span:nth-child(3) {
	position: absolute;
	top: 24px;
	left: 0;
	display: block;
}
.header-mob-active {
	position: absolute;
	right: 0;
	top: 70px;
	width: 100%;
	background-color: #fff;
	z-index: 2000;
	padding: 20px 0 0 0;
	border-bottom: 10px solid #38E1FB;
	display: none;
}
.header-mob-active__link {
	display: block;
	font-size: 20px;
	margin-bottom: 20px;
	padding: 0 20px 20px 0;
	color: #004A8F;
	font-weight: 600;
	text-align: right;
	border-bottom: 1px dashed #004A8F;
}
.header-mob-active__link:last-child {
	border-bottom: none;
	margin-bottom: 0;
}
/*media queries*/

@media screen and (max-width:1230px) {
	.header-logo a {
		width: 190px;
		margin-bottom: -10px;
	}
	.header-contact-num {
		font-size: 25px;
	}
	.header-contact-mail {
		font-size: 20px;
	}
}
@media screen and (max-width:1130px) {
	.header {
		padding: 20px 0;
	}
	.header-contact {
		display: none;
	}
	.header-site-nav__item:last-child .header-site-nav__link {
		margin-right: 0;
	}
}
@media screen and (max-width:915px) {
	.header .container {
		align-items: center;
	}
	.header-logo a {
		margin-bottom: 0;
	}
	.header-nav {
		display: none;
	}
	.header-mob-nav {
		display: block;
	}
	.hero {
		padding-top: 10px;
	}
	.hero-text {
		margin-bottom: 20px;
	}
	.hero-text-big {
		font-size: 40px;
	}
	.hero-text-small {
		font-size: 25px;
	}
	.hero-img {
		/*width: 80%;*/
		margin: 0 auto;
	}
}
@media screen and (max-width:585px) {
	.hero {
		margin-bottom: -85px;
	}
	.hero-text-big {
		font-size: 25px;
	}
	.hero-text-small {
		font-size: 20px;
	}
}
@media screen and (max-width:485px) {
	.hero {
		/*display: none;*/
	}
}
/* CONTENT  ---------------------------------*/

.content-with-padding {
	padding: 80px 0 50px 0;
}
.brands {
	background-color: #f8f8f8;
	padding: 70px 0 60px 0;
	text-align: center;
}
.brands-text {
	font-family: 'Sofia Pro', sans-serif;
	font-size: 21px;
	color: #827f7f;
}
.brands-list {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	align-items:center;
}
.brands-list__item {
	margin: 0 20px;
	transition:all .3s ease;
}

.brands-list__item img {max-height:25px;}

.brands-list__item:hover  {opacity:0.7; }

/*media queries*/

@media screen and (max-width:930px) {

.brands-list {
	white-space: nowrap;
	overflow-x: auto;
	padding-bottom:20px;
	justify-content:flex-start;
}

.brands-list__item {
	flex:0 0 auto;
}

}

@media screen and (max-width:585px) {
	.brands {
		padding: 100px 0 60px 0;
	}
}
@media screen and (max-width:485px) {
	.brands {
		/*padding: 35px 0 60px 0;*/
	}
	.brands-text {
		font-size: 22px;
		line-height: 32px;
	}
}
/*ABOUT*/

.about-info {
	background-image: url(../images/about_bg.jpg);
	background-size: cover;
}
.about-info .container {
	display: flex;
	justify-content: flex-end;
	padding: 0;
}
.about-info-content {
	background: rgba(0, 0, 0, 0.6);
	width: 40%;
	padding: 50px;
	color: #fff;
}
.about-info-title {
	margin-bottom: 30px;
}
.about-info-text {
	margin-bottom: 40px;
	color: #fff;
}
.about-icons .container {
	background-color:#004A8F;
	position: relative;
	overflow: visible;
	padding: 50px 0px 50px 20px;
}
.about-icons .container:before {
	content: "";
	position: absolute;
	right: 100%;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: #004A8F;
}
.about-icons-list {
	display: flex;
	flex-wrap: wrap;
}
.about-icons-list__item {
	display: flex;
	align-items: center;
	width: 47%;
	margin-right: 3%;
	
}
.about-icons-list__item:nth-child(-n+2) {margin-bottom: 30px;}

.about-icons-list__icon {
	margin-right: 50px;
	width:25%; text-align:right;
}
.about-icons-list__icon img {width:60%; height:100%;}
/*.about-icons-list__icon-1 img {max-width:115px; max-height:115px;}
.about-icons-list__icon-2 img {max-width:165px; max-height:110px;}
.about-icons-list__icon-3 img {max-width:125px; max-height:100px;}
.about-icons-list__icon-4 img {max-width:130px; max-height:105px;}*/

.about-icons-list__text {
	color: #fff;
	line-height: 1.4;
	text-align:left;
	width:50%;
}
.about-icons-list__text strong {
	display: block;
	font-weight:600;
	font-size:23px;
}
/*media queries*/

@media screen and (max-width:1024px) {
	.about-info-content {
		width: 60%;
	}
}
@media screen and (max-width:768px) {
	.about-info-content {
		width: 100%;
	}
	.about-icons-list__item {
		flex-direction: column;
		text-align: center;
	}
	.about-icons-list__icon {
		margin-bottom: -15px;
		width:100%;
		margin-right:0;
		text-align:center;
		max-height:110px;
	}
	.about-icons-list__text {width:100%;}
	
	.about-icons-list__item:nth-child(-n+2) {margin-bottom:40px;}
	
	.about-icons-list__text {text-align: center; margin-top: 30px;}
}
@media screen and (max-width:585px) {
	.about-info-content {
		padding: 50px 20px;
	}
	.about-info-title {
		margin-bottom: 20px;
	}
	.about-icons-list {
		flex-direction: column;
	}
	.about-icons-list__item {
		width: 100%;
	}
	.about-icons .container {padding:40px 20px;}
	.about-icons-list__item {margin-right:0; }
	.about-icons-list__item:nth-child(-n+3) {margin-bottom: 30px;}
	/*.about-icons-list__icon {min-height:auto;}*/
	.about-icons-list__icon-1 img {max-width:97px; height:auto;}
	.about-icons-list__icon-2 img {max-width:97px; height:auto;}
	.about-icons-list__icon-3 img {max-width:97px; height:auto;}
	.about-icons-list__icon-4 img {max-width:97px; height:auto;}
	.about-icons-list__text strong {margin-bottom:5px;}
}

/*PRODUCT LIST*/

.products {
	padding: 100px 0;
}
.products .container {
	padding: 0;
}
.products-title {
	text-align: center;
	margin-bottom: 90px;
}
/*product tabs */

.product-tabs {
	display: flex;
	margin-bottom: 40px;
	background-color:#fff;
}
.product-tabs__item {
	background-color: #fff;
	margin-right: 2px;
	width: 50%;
	text-align: center;
}
.product-tabs__link {
	font-size: 25px;
	font-weight: 600;
	color: #010000;
	position: relative;
	padding: 40px 20px;
	display: block;
	text-align: center;
	border-bottom: 10px solid #2a2a2a;
	transition: all .3s ease;
	height: 100%;
	align-items: center;
	justify-content: center;
}
.product-tabs__link:hover, .product-tabs__link--active {
	border-bottom: 10px solid #004A8F;
}
.product-tabs__icon {
	display: inline-block;
	vertical-align: middle;
}
.product-tabs__icon svg {
	width: 22px;
	height: auto;
	fill: #38E1FB;
}
/*MEDIA QUERIES*/

@media screen and (max-width:1024px) {
	.product-tabs__link {
		padding: 30px 20px;
		font-size: 20px;
	}
}
@media screen and (max-width:768px) {
	.product-tabs__link {
		padding: 20px 20px;
		font-size: 20px;
	}
}
@media screen and (max-width:650px) {
	.product-tabs {
		overflow-x: scroll;
		white-space: nowrap;
	}
	.product-tabs__item {
		flex: 0 0 auto;
		width: auto;
		min-width: 200px;
	}
}
/*product list */

.bx-viewport {
    height: auto !important;
}

.products-container {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.product-list {
	display: flex;
	flex-wrap: wrap;
	/*justify-content: center;*/
    overflow: hidden;
}
.product-list-container {
	display: flex;
}
.product-list__item {
	width: 30%;
	margin: 0 2.5% 35px 0;
	background-color: #fff;
	text-align: center;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.product-list__item a {
	padding: 40px;
}
.product-list__item:last-child {
	/*margin: 0 0 35px 0;*/
}
.product-list__item_empty {
	width: 30%;
	margin: 0 2.5% 35px 0;
	text-align: center;
	padding: 40px;
	position: relative;
	overflow: hidden;
}
.product-list__item .product-list__img {
    background-size: contain;
    background-position: center;
    padding-bottom: 66.66%;
    background-repeat: no-repeat;
	position:relative;
}
.product-list-icons {
	display: flex;
	justify-content: flex-end;
	position: absolute;
	right: -10px;
	top: 5px;
	width: 100%;
	text-align: right;
}
.product-list-icons img {width:35%; margin-left:-14%; max-width:100%;}
.product-list__text {
	color: #707070;
	margin: 30px 0 15px 0;
	line-height: 1.4;
}
.product-list__price {
	color:#707070;
	font-size: 22px;
	font-weight: 600;
}
.product-list__price--sale {
	color: #004A8F;
	font-weight:700;
}
.product-list__price--prev {
	font-size: 16px;
	text-decoration: line-through;
	display: block;
	color: #707070;
}
.product-list__button {
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	padding: 50px 0;
	width: 100%;
	left: 0;
	bottom: -200px;
	transition: all .4s ease;
}
.product-list__item:hover {
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}
.product-list__item:hover .product-list__button {
	bottom: 0px;
}
.product-list-title small {
	display: block;
	color: #9a9a99;
	font-size: 20px;
	font-weight: 400;
}



.products-nav {
	width: 50px;
}
.products-nav svg {
	width: 50px;
	height: 50px;
	transition: all .3s ease;
	cursor: pointer;
}
.products-nav-left {margin-left:20px;}
.products-nav-right {margin-right:20px;}
.products-nav-left svg {
	transform: rotate(180deg);
}
.products-nav:hover svg {
	fill: #7d7c7c;
}
@media screen and (max-width:1024px) {
	.products-nav {
		display: none;
	}
	.product-list {
		overflow-x: scroll;
		white-space: nowrap;
		flex-wrap: nowrap;
		justify-content: flex-start;
		margin-bottom: 30px;
	}
	.product-list__item {
		flex: 0 0 auto;
		width: 250px;
		margin-right: 30px;
	}
	.product-list__item a {
		padding: 20px;
	}
	.product-list__text {
		max-width: 100%;
		white-space: normal;
	}
}
@media screen and (max-width:485px) {
	.product-list__img img {
		max-width: 100px;
	}
	.product-list__text {
		/*max-width: 100%;*/
	}
}
/*TEAM*/

.team {
	padding: 100px 0;
}
.team-title {
	text-align: center;
	margin-bottom: 90px;
}
.team-members {
	display: flex;
}
.team-members__item {
	margin-right: 2.5%;
}
.team-members__item:last-child {
	margin-right: 0;
}
.team-members-info {
	font-size: 25px;
	margin-top: 15px;
}
.team-members-info__social-media {
	margin-top: 10px;
}
.team-members-info__social-media svg {
	width: 35px;
	height: 35px;
	fill: #38E1FB;
	transition: all .3s ease;
}
.team-members-info__social-media a:hover svg {
	fill: #004A8F;
}
@media screen and (max-width:800px) {
	.team {
		padding: 50px 0 10px 0;
	}
	.team-members {
		flex-direction: column;
		align-items: center;
	}
	.team-members__item {
		margin: 0 0 40px 0;
	}
}
/*NEWS*/

.news {
	padding: 100px 0;
}
.news-title {
	text-align: center;
	margin-bottom: 110px;
}
.news-list-item {
	display: flex;
	align-items: center;
	margin-bottom: 50px;
}
.news-list-date {
	background-color: #2a2a2a;
	color: #fff;
	font-family: 'Sofia Pro', sans-serif;
	font-size: 23px;
	font-weight: 600;
	padding: 20px;
	width: 17%;
	min-width: 245px;
}
.news-list-button {
	width: 10%;
	min-width: 115px;
}
.arrow-box {
	position: relative;
	background: #004A8F;
}
.arrow-box:after, .arrow-box:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.arrow-box:after {
	border-color: rgba(254, 162, 2, 0);
	border-left-color: #004A8F;
	border-width: 34px;
	margin-top: -34px;
}
.news-list-content {
	width: 78%;
	padding: 0 50px 0 80px;
}
.news-list-content__title {
	font-family: 'Sofia Pro', sans-serif;
	font-size: 30px;
	font-weight: 600;
	color: #333135;
	margin-bottom: 20px;
}
.news-list-content p {
	color: #707070;
	font-weight: 300;
	font-size: 18px;
}
.news-button {
	margin-top: 70px;
}
@media screen and (max-width:850px) {
	.news {
		padding: 50px 0;
	}
	.news-list-item {
		flex-direction: column;
		align-items: flex-start;
	}
	.news-list-content {
		padding: 20px 0 0px 0;
		width: 100%;
	}
	.news-list-date {
		font-size: 20px;
		padding: 10px 20px;
		width: auto;
		min-width: auto;
	}
	.arrow-box:after {
		border-width: 21px;
		margin-top: -21px;
	}
}
/*FAQ*/

.faq {
	padding: 100px 0;
}
.faq-title {
	text-align: center;
	margin-bottom: 90px;
}

/*REVIEWS*/

.reviews {text-align:center; padding:100px 0;}

.reviews-title {position:relative; overflow:visible;}

.reviews-title svg {position: absolute;
top: -30px;
left: 50%;
transform: translatex(-50%);
width: 150px;
opacity: 0.05;}

.reviews-text {padding:0 200px; text-align:center;}

.reviews-name {font-size:20px; margin-top:50px; display:block; color:#004A8F; font-family:'Dosis', sans-serif;}

.reviews-nav-left svg, .reviews-nav-right svg  {width: 50px;
height: 50px;
transition: all .3s ease;
cursor: pointer;}

.reviews-nav-left {position:absolute; top:60%; transform:translateY(-50%); left:20px; transition:all .3s ease;}
.reviews-nav-left svg {transform:rotate(180deg);}
.reviews-nav-right {position:absolute; top:60%; transform:translateY(-50%); right:20px; transition:all .3s ease;}

.reviews-nav-left:hover svg, .reviews-nav-right:hover svg {fill:#7d7c7c;}

/*MEDIA QUERIES*/

@media screen and (max-width:1024px) {
.reviews {padding:100px 0;}
.reviews-text {padding:0 100px;}
}

@media screen and (max-width:850px) {
.reviews {padding:50px 0;}

}

@media screen and (max-width:768px) {
.reviews-nav-left svg, .reviews-nav-right svg {width:30px; height:30px;}
.reviews-text {padding:0 60px;}
}

@media screen and (max-width:485px) {
.reviews-nav-left, .reviews-nav-right {display:none;}
.reviews-text {padding:0;}

}



/*FOOTER _______________________________________________________________________*/

/*footer-top*/

.footer-no-mar {
	margin-top: -4px;
}
.footer p {
	color: #fff;
}
.footer a {
	color: #fff;
}

.footer a:hover {opacity:0.7;}

.footer-top {
	background-color: #ffae02;
}
/*footer-middle*/

.footer-middle-about-title {
	color: #fff;
}
.footer-middle {
	background-color: #00295a;
	padding: 70px 0;
}
.footer-middle-container {
	display: flex;
	justify-content: space-between;
}
/*footer-middle-about*/

.footer-middle-about {
	width: 30%;
	color: #fff;
	margin-right: 10%;
}
.footer-middle-about-title {
	margin-bottom: 20px;
}
.footer-middle-about-sm-icon {
	margin-right: 10px;
}
/*footer-middle-newsletter*/

.footer-middle-newsletter {
	width: 40%;
	text-align: center;
	color: #fff;
}
.footer-middle-newletter-logo {
	width: 180px;
	margin: 0 auto;
	margin-bottom: 15px;
}
.footer-middle-newsletter-title {
	margin-bottom: 5px;
	color: #fff;
}
.footer-middle-newsletter p {
	color: #c3d2e3;
	line-height: 1.5;
}
.footer-middle-newsletter-field {
	margin-top: 25px;
}
.footer-middle-newsletter-button {
	margin-top: 35px;
}
/*footer-middle-contact*/

.footer-middle-sm {
	width: 30%;
	margin-left: 10%;
	color: #fff;
}
.footer-middle-about-sm-icon svg {
	width: 35px;
	height: auto;
	fill: #fff;
	transition: all .3s ease;
}
.footer-middle-about-sm-icon:hover svg {
	fill: #38E1FB;
}
.footer-middle-sm h5 {
	color: #fff;
}
.footer-middle-sm a {
	color: #fff;
	transition: all .3s ease;
}
.footer-middle-sm a:hover {
	opacity: 1;
}
.footer-middle-sm-title {
	margin-bottom: 25px;
}
/*footer-bottom*/

.footer-bottom {
	background-color: #00295a;
	text-align: center;
	font-size: 15px;
}
.footer-bottom {
	color: rgba(255, 255, 255, 0.7);
}
.footer-bottom a {
	color: rgba(255, 255, 255, 0.7);
	transition: all .3s ease;
}
.footer-bottom a:hover {
	opacity: 0.7;
}
.footer-bottom-container {
	border-top: 1px solid #80a0c5;
	padding: 20px 0;
}

.eu-logo {
	display:flex; 
	align-items:center;
	justify-content:center; 
	padding:20px 20px 40px 20px;
	
}
.eu-logo ul {
	display:flex; 
	align-items:center;
}
.eu-logo li {
	padding:0;
	margin-right:15px; 
	margin-top:0;
}

.eu-logo  img {
	min-width:110px;
}

.eu-logo p {color:#707070;}

/*MEDIA QUERIES*/

@media screen and (max-width:1200px) {
	.footer-middle {
		margin-top: -1px;
		position: relative;
		z-index: 1000;
	}
	.footer-middle-about {
		margin-right: 5%;
		width: 25%;
	}
	.footer-middle-sm {
		margin-left: 5%;
		width: 25%;
	}
	.footer-middle-newsletter {
		width: 50%;
	}
}
@media screen and (max-width:1024px) {
	.footer-middle-container {
		flex-direction: column;
	}
	.footer-middle-about, .footer-middle-newsletter, .footer-middle-sm {
		width: 100%;
		margin: 0;
	}
	.footer-middle-newsletter {
		text-align: left;
		margin: 50px 0;
	}
	.footer-middle-newletter-logo {
		margin: 0 0 20px 0;
	}
	
	.eu-logo {
		flex-direction:column;
		align-items:flex-start;
	}
	
	.eu-logo ul {
		margin-bottom:15px;
	}
	.eu-logo li img {
		max-width:200px; 
		width:100%;
	}
}

@media screen and (max-width:480px) {
.eu-logo ul {
		flex-direction:column;
		width:100%;
	}
	
	.eu-logo li {
		margin-bottom:15px;
	}
	
	.eu-logo li img {
		max-width:auto; 
		min-width:auto; 
	}
	
	.eu-logo p {
		text-align:center;
	}
}

/*privole*/

.c-box {
	clear: both;
}
.c-box div {
	display: flex;
	align-items: center;
	margin-top: 10px;
}
.c-box__label {
	float: none;
	width: auto;
	min-height: auto;
	margin-left: 10px;
	font-size: 14px;
	line-height: 1.3;
	text-align: left;
}
.c-box a {transition:all .3s ease;}
.c-box a:hover {opacity:0.7;}
.c-box__label input[type=checkbox] {
	width: auto;
	height: auto;
	margin: 0 0 5px 0;
}
.header-bottom-nav__item {
	position: relative;
}
/* Cookies
–––––––––––––––––––––––––––––––––––––––––––––––––– */

.cookies {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #333135;
	z-index: 99999999;
	display: none;
}
.cookies-wrap {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px;
}
.cookies p {
	font-size: 14px;
	text-align: left;
	color: #ffffff;
	padding-bottom: 0;
}
.cookies p a {
	text-decoration: underline;
	color: #ffffff;
}
.cookies p a:hover {
	opacity: 0.8;
}
.cookies a.button {
	padding: 10px 8px;
	font-size: 12px;
	font-weight: 700;
	margin: 0 0 0 40px;
	background-color: rgba(255, 255, 255, 1);
	color: #333135;
	text-transform: uppercase;
	transition: all .3s ease;
}
.cookies a.button:hover {
	background-color: rgba(255, 255, 255, 0.9);
	text-decoration: none;
}
@media screen and (max-width:700px) {
	.cookies-wrap {
		flex-direction: column;
	}
	.cookies p {
		text-align: center;
	}
	.cookies a.button {
		margin: 20px 0 0 0;
	}
}

.content-cols {
	display: flex;
	overflow: visible;
}
.content-left-col {
	width: 60%;
	padding:50px 60px 100px 0;
}
.content-right-col {
	width: 40%;
	background-color: #f5f5f5;
	position: relative;
	padding: 50px 0 100px 50px;
}
.content-right-col:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #f5f5f5;
	z-index: -1;
}
.content-right-col-title, .content-left-col-title {
	margin-bottom: 40px;
}
.subtitle {
	margin-bottom: 20px;
}
.news-list-item__sidecol {
	flex-direction: column;
	align-items: flex-start;
}
.news-list-item__sidecol .news-list-date {
	width: auto;
	margin-left: -50px;
	font-size: 20px;
	margin-bottom: 40px;
	padding: 15px 20px;
}
.news-list-item__sidecol .news-list-content {
	width: 100%;
	padding: 0;
}
.news-list-item__sidecol .news-list-button {
	width: auto;
}
.news-list-item__sidecol .news-list-content__title {
	font-size: 25px;
}
.news-list-item__sidecol .arrow-box::after {
	border-width: 27px;
	margin-top: -27px;
}
@media screen and (max-width:960px) {
	.content-cols {
		flex-direction: column;
		padding: 0;
	}
	.content-left-col, .content-right-col {
		width: 100%;
	}
	.content-left-col {
		padding: 50px 20px 0 20px;
	}
	.content-right-col {
		padding: 30px 20px 30px 20px;
		margin: 40px 0 0 0px;
	}
	.news-list-item__sidecol .news-list-date {
		margin-left: -20px;
	}
}
.contact-form__item--empty {
	text-indent: -9999px;
}
.contact-form {
	text-align: left;
	overflow: hidden;
}
.contact-form__label {
	display: block;
	margin-bottom: 10px;
}
.contact-form__input {
	border: 1px solid #dad5d5;
	margin-bottom: 35px;
}
.contact-form__textarea {
	border: 1px solid #dad5d5;
	height: 200px;
	margin-bottom: 15px;
}
.contact-form__item {
	overflow: hidden;
}
.contact-form__item--last {
	clear: both;
	text-align: right;
	margin-top:30px;
}
.contact-title small {
	font-size: 19px;
	color: #9a9a99;
}
.contact-info {
	display: flex;
	padding: 60px 0 50px 0;
}
.contact-info__item {
	width: 33.33%;
	padding: 0 40px;
	display: flex;
}
.contact-info-icon {
	margin-right: 15px;
}
.contact-info-container {
	background-color: #313131;
	margin-top: 50px;
}
.contact-info-title {
	color: #fff;
	margin-bottom: 20px;
	font-size: 23px;
	font-weight: 600;
}
.contact-info-icon svg {
	fill: #fff;
	width: 40px;
}
.contact-info-text {
	color: #929090;
}

.google-map {
	margin-bottom: -5px;
}

/*MEDIA QUERIES*/

@media screen and (max-width:960px) {
	.contact-info {
		flex-direction: column;
		padding: 40px 0 0px 0;
	}
	.contact-info__item {
		width: 100%;
		margin-bottom: 50px;
		padding: 0;
	}
}
@media screen and (max-width:580px) {
	.contact-form__item {
		width: 100%;
		float: none;
	}
}
/*o nama*/

.our-offer {
	display: flex;
	align-items: flex-start;
	margin-bottom: 100px;
	padding-top: 50px;
}
.our-offer-title {
	width: 30%;
}
.our-offer-content {
	width: 70%;
	padding-left: 50px;
}
.references .container {
	display: flex;
	overflow: visible;
}
.references-title {
	margin-bottom: 80px;
}
.references-left-col {
	width: 60%;
	background-color: #f5f5f5;
	position: relative;
	padding: 50px 50px 50px 0;
}
.references-left-col:before {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #f5f5f5;
	z-index: -1;
}
.references-right-col {
	width: 40%;
	background-color: #004A8F;
	padding: 50px 0 50px 30px;
	border-left: 7px solid #38E1FB;
}
.references-right-col:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #004A8F;
	z-index: -2;
}
.references-list {
	color: #fff;
	padding-left: 20px;
}
.references-list__item {
	margin-bottom: 20px;
	font-size: 18px;
}
.references-list__item {
	list-style-type: disc;
}
.our-mission {
	display: flex;
	align-items: flex-start;
	margin-bottom: 100px;
	margin-top: 100px;
}
.our-mission-title {
	width: 30%;
}
.our-mission-content {
	width: 70%;
}
.about-icons--left .container:before {
	left: 100%;
	right: 0;
}
.about-icons--left .container {
	padding-left: 80px;
}
.extra-info .container {
	display: flex;
	overflow: visible;
}
.extra-info-title {
	margin-bottom: 80px;
}
.extra-info-left-col {
	width: 60%;
	padding: 50px 50px 50px 0;
}
.extra-info-right-col {
	width: 40%;
	background-color: #f5f5f5;
	position: relative;
	padding: 50px 50px 50px 50px;
}
.extra-info-right-col:before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100vw;
	height: 100%;
	background-color: #f5f5f5;
	z-index: -1;
}
.employment {
	display: flex;
	align-items: flex-start;
	margin-bottom: 100px;
	margin-top: 100px;
}
.employment-title {
	width: 30%;
}
.employment-content {
	width: 70%;
}
.about-contact .content-left-col-title {
	margin-bottom: 80px;
}
@media screen and (max-width:1024px) {
	.our-offer, .our-mission, .employment {
		flex-direction: column;
	}
	.our-offer-title, .our-offer-content, .our-mission-title, .our-mission-content, .employment-title, .employment-content {
		width: 100%;
	}
	.our-offer-title, .our-mission-title, .employment-title {
		margin-bottom: 60px;
	}
	.our-offer-content {
		padding: 0;
	}
	.references .container {
		flex-direction: column;
		padding: 0;
	}
	.references-left-col, .references-right-col {
		width: 100%;
		padding: 50px 20px;
	}
	.references-right-col {
		border-left: none;
	}
	.references-right-col:before {
		content: none;
	}
	.about-contact-grey-bg {
		background-color: #fff;
	}
	.about-contact {
		padding: 0;
	}
	.about-contact {
		flex-direction: column;
	}
	.about-contact .content-left-col {
		background-color: #f5f5f5;
		padding: 50px 20px;
		margin-bottom: 50px;
	}
	.about-contact .content-right-col, .about-contact .content-left-col {
		width: 100%
	}
	.about-contact .content-right-col {
		padding: 0 20px;
		background-color: #fff;
	}
}
/*faq*/

.faq-wrapper {
	display: flex;
}
.faq-middle {
	width: 1px;
	background-color: #38E1FB;
	margin: 18px 0 95px 0;
}
.faq-left-col, .faq-right-col {
	width: 49%;
}
.faq-left-col {
	text-align: right;
	padding-right: 40px;
}
.faq-right-col {
	padding-top: 70px;
	text-align: left;
	padding-left: 40px;
}
.faq-question {
	display: block;
}
.faq-2 {
	margin-top: 100px;
}
.faq-3 {
	margin-top: 200px;
}
.faq-4 {
	margin-top: 200px;
}
.faq-question-title {
	font-family: 'Sofia Pro', sans-serif;
	color: #333135;
	font-size: 30px;
	margin-bottom: 20px;
	font-weight: 600;
	position: relative;
}
.faq-question-title--left:before {
	content: "";
	background-image: url(../images/faq-circle.png);
	width: 25px;
	height: 23px;
	position: absolute;
	right: -55px;
	top: 11px;
	background-repeat: no-repeat
}
.faq-question-title--right:before {
	content: "";
	background-image: url(../images/faq-circle.png);
	width: 25px;
	height: 23px;
	position: absolute;
	left: -51px;
	top: 11px;
	background-repeat: no-repeat
}
.faq-button {
	margin-top: 70px;
}
@media screen and (max-width:768px) {
	.faq-wrapper {
		flex-direction: column;
	}
	.faq-middle {
		display: none;
	}
	.faq-left-col, .faq-right-col {
		width: 100%;
		padding: 0 0 0 30px;
	}
	.faq-left-col {
		text-align: left;
	}
	.faq-1, .faq-2, .faq-3, .faq-4 {
		margin-bottom: 40px;
		margin-top: 0;
	}
	.faq-question-title--left:before, .faq-question-title--right:before {
		left: -30px;
	}
	.faq-button {
		margin-top: 20px;
	}
}


/*POPUP*/
.popup_div {
	display: none;
}
.overlay {
	width:100%; 
	background:rgb(0,0,0,0.8);
	height:100vh; 
	width:100vw; 
	position:absolute;
	top:0; 
	left:0; 
	z-index:10000; 
	display:flex;
	align-items:center; 
	justify-content:center;
}
.popup {
	background-color:#fff;
	overflow-y:auto;
	max-height:90vh;
	color:#707070;
}
.popup .b-header {
	position: relative;
}
.popup .close {
	float:right;
	font-size:20px; 
	margin:10px 10px 0 0;
	font-weight:700;
	width: 32px;
	height: 32px;
	text-align: center;
	background-color: #fff;
	line-height: 32px;	
	position: absolute;
	right: 0;
	top: 0;
	border-radius: 16px;
	z-index: 50;
}
.popup .close a {
	color:#333135;
}
.popup .close a:hover {
	opacity:0.7;
}
.popup-content {
	/*padding:40px 40px 20px 40px;*/
	width:625px;
}
.popup-content p {
	font-size:18px; 
	/*margin-bottom:15px;*/
	color:#707070;
}
.popup-content a:hover {
	opacity:1;
}

@media screen and (max-width: 680px) {
	.popup {
		width:90%
	}
	.popup-content {
		width:100%;
		/*padding:40px 20px 20px 20px;*/
	}
}


/*POSTAVLJANJE UREĐAJA*/

#tablet-wide {
    display: none;
}
#tablet {
    display: none;
}
#smartphone {
    display: none;
}
/******MEDIA QUERIES******/

@media screen and (max-width: 1024px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: block;
    }
    #tablet {
        display: none;
    }
    #smartphone {
        display: none;
    }
}
@media screen and (max-width: 860px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: none;
    }
    #tablet {
        display: block;
    }
    #smartphone {
        display: none;
    }
}
@media screen and (max-width: 600px) {
    #desktop {
        display: none;
    }
    #tablet-wide {
        display: none;
    }
    #tablet {
        display: none;
    }
    #smartphone {
        display: block;
    }
}