@import "bootstrap.min.css";
@import "magnific-popup.css";
@import "slick.css";
@import "slick-theme.css";
@import "slider-mobile.css";


*{
	outline: none!important;
}
.btn-outline-success:not(:disabled):not(.disabled).active:focus, .btn-outline-success:not(:disabled):not(.disabled):active:focus, .show>.btn-outline-success.dropdown-toggle:focus {
	outline: none!important;
	box-shadow: none!important;
}
.form-control:focus,
button:focus,
.btn:focus{
	outline: none!important;
	box-shadow: none!important;
	border-color: #1F733C;
}
b,
strong {
	font-weight: 500;
}
img{
	max-width: 100%;
}

a img,
svg, svg path{
	display: inline-block;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a:hover img{
	opacity: 0.8;
}
a b,
a{
	display: inline-block;
	color: #1F733C;
	text-decoration: none;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
a b:hover,
a:hover,
a:focus{
	color: #000;
	text-decoration: none;
}


a:hover svg path{
	fill: #000
}

b{
	color: #000
}

::selection{
	color: #fff;
	background: #000;
}

html{
	overflow-x: hidden;
}
body{
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	text-rendering: optimizeLegibility;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.004);
	font-family: 'Avenir Next Cyr';


	font-style: normal;
	font-weight: normal;
 	overflow-x: hidden;
	background: #fff;
	font-size: 18px;
	line-height: 150%;
	/* or 27px */


	color: #202231;
	letter-spacing: normal;

}
p {

	letter-spacing: normal;
	font-size: 18px;
	line-height: 150%;
	/* or 27px */


	color: #202231
}

h1,h2,h3,h4,h5,h6{
	font-family: 'Avenir Next Cyr';


	font-style: normal;
	font-weight: bold;
	line-height: 1.33;
	color: #2c2c2c;
}

h1{
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	/* or 67px */


}
h2{
	font-size: 36px;
	line-height: 44px;

	font-weight: 500;
	color: #202231;
}
h3{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
}
h4{
	font-size: 24px;
	margin-bottom: 20px;
	font-weight: 500;
}
h5{
	margin-bottom: 20px;
	font-size: 20px;
}
h6{
	font-weight: 600;
	font-size: 18px;
	line-height: 130%;


	color: #202231;
}

.tap{
	display: inline-block;
	padding: 0 10px;
  	font-style: normal;
	font-weight: normal;

	border: 0;
	outline: none;
	cursor: pointer;

	box-sizing: border-box;


 	min-width: 160px;

	border-radius: 6px;

	font-size: 14px;

	text-align: center;
	letter-spacing: 0.1em;

	font-weight: 600;
	/* Green Dark */


	color: #1F733C;
	background-color: transparent;
	background-image: none;
	border-color: #1F733C;
	border: solid 1px;
	text-transform: uppercase;
	letter-spacing: 0.1em;

	height: 50px;
	line-height: 50px;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}


.tap.active,
.tap:hover{
	background: #1F733C;
	color: #fff;
}

.tap:hover {
	color: #fff;
	text-decoration: none;
}





#header{
	z-index: 99;

	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
	background: #fff;
	box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
	position: relative;
}



/* ============ desktop view ============ */
@media all and (min-width: 992px) {
	.navbar .nav-item .dropdown-menu{ display: none; }
	.navbar .nav-item:hover .nav-link{ color: #fff;  }
	.navbar .nav-item:hover .dropdown-menu{ display: block; }
	.navbar .nav-item .dropdown-menu{ margin-top:0; }
}
/* ============ desktop view .end// ============ */

.btn {
	padding: 0px!important;
	height: 50px;
	line-height: 50px;
	min-width: 160px;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
}
.btn-outline-primary {
	color: #2B77C0!important;
	background-color: transparent;
	background-image: none;
	border-color: #2B77C0!important;
}
.btn-outline-primary:hover {
	color: #fff!important;
	background-color: #101b81;
	background-image: none;
	border-color: #101b81!important;
}
.btn-outline-success {
	color: #1F733C!important;
	background-color: transparent;
	background-image: none;
	border-color: #1F733C!important;
	text-transform: uppercase;
	letter-spacing: 0.1em;

}
#header .btn-outline-success {
	text-transform: none;
	letter-spacing: 0em;
}
.btn-outline-success:hover {
	color: #fff!important;
	background-color: #1F733C;
	background-image: none;
	border-color: #1F733C!important;
}
.bottom_header .btn-outline-success svg {
	margin: 0px 5px -2px 0;
}
.bottom_header .btn-outline-success:hover svg path {
	fill: #fff;
}

.logo_box{
	position: relative;
	text-align: center;
	padding: 10px 0;
	margin-left: -30px;
}
.logo_box a img{
	max-width:inherit;
}
.logo_box a:hover{
	opacity: 0.6;
}
.logo_box a{
	display: inline-block;

	position: relative;
	overflow: hidden;
}



.menu_switcher{
	position: relative;
	z-index: 1;
	display: none;
	float: left;
	width: 35px;
	height: 25px;
	margin-left: 30px;
	cursor: pointer;
	animation: fade .3s ease-in;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.menu_switcher > span{
	display: block;
	position: absolute;
	width: 100%;
	height: 2px;
	background: #414f7c;
	transition: all .3s;
	border-radius: 5px;
}
.menu_switcher > span:nth-child(1){
	top: 0
}
.menu_switcher > span:nth-child(2){
	top: 50%
}
.menu_switcher > span:nth-child(3){
	bottom: 0
}
.menu_switcher.active > span,
.menu_switcher:hover > span{
	background: #BF935B;
}

#header .menu{
	display: flex;

	align-items: flex-start;
	justify-content:flex-end;
}

.header_nav {
	margin-right: 45px;
}
#header .header_nav .menu > ul{
	display: flex;
	position: static;
	justify-content: space-between;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
}


#header .header_nav .menu > ul > li > div,
#header .header_nav .menu > ul > li > a{
	display: flex;
	margin: 0;
	padding: 10px 0px 30px;
	align-items: center;
	text-decoration: none;
	position: relative;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	color: #202231;
	margin-top: 24px;
	cursor: pointer;
}

#header .header_nav .menu > ul > li > div span svg,
#header .header_nav .menu > ul > li > a span svg{
	margin-left: 5px;
	margin-bottom: 3px;
}

#header .header_nav .menu > ul > li.active > div span svg path,
#header .header_nav .menu > ul > li.active > a span svg path,
#header .header_nav .menu > ul > li:hover > div span svg path,
#header .header_nav .menu > ul > li:hover > a span svg path{
	fill: #1F733C;
}
#header .header_nav .menu > ul > li.active > div,
#header .header_nav .menu > ul > li:hover > div,
#header .header_nav .menu > ul > li.active > a,
#header .header_nav .menu > ul > li:hover > a {
	color: #1F733C;

}
#header .header_nav .menu > ul > li div:before,
#header .header_nav .menu > ul > li a:before {
	position: absolute;
	content: ' ';
	top: 42px;
	left: 0;
	height: 1px;
	width: 100%;
	background:#1F733C;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#header .header_nav .menu > ul > li.active > div:before,
#header .header_nav .menu > ul > li:hover > div:before,
#header .header_nav .menu > ul > li.active > a:before,
#header .header_nav .menu > ul > li:hover > a:before {
	opacity:1;
}
.with_submenu {
	position: relative;
}
.submenu {

}
.submenu.without_a li,
.submenu li a{
	font-size: 14px;
	color: #202231;
	border-radius: 4px;
	height: 37px;
	line-height: 37px;
	padding: 0 10px;
}
.submenu li a:hover{
	color: #fff;
	background: #0FA644;

}

.submenu {
	left: -30px;
	top: 86px;
	list-style: none;
	position: absolute;
	width: 330px;
	background: #FFFFFF;
	border: 1px solid #F0F2F5;
	box-sizing: border-box;
	box-shadow: 0px 10px 45px rgba(0, 0, 0, 0.07), 0px 4px 6px rgba(0, 0, 0, 0.07);
	border-radius:0 0 6px 6px;
	padding:20px 30px 20px;
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.with_submenu:hover .submenu{

	z-index: 9;
	opacity: 1;
	visibility: visible;
}

#header .header_nav .menu > ul > li.important > a {
	color: #F21D2F;
}
#header .header_nav .menu > ul > li.important.active > a:before,
#header .header_nav .menu > ul > li.important:hover > a:before {
	background: #F21D2F;
}

.top_line a{
	color: #202231;
	position: relative;
}
.top_line a.active,
.top_line a:hover{
	color: #1F733C;
}
.top_line {
	background: #F8F9FB;
	padding: 15px 0;
	text-transform: uppercase;
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #202231;
}
.sep {
	margin: 0 5px -3px;
	width: 1px;
	height: 15px;
	background:  #EAECF0;
	display: inline-block;
}
.top_links a:not(:last-of-type) {
	margin-right: 40px;
}
.rmr{
	position: relative;
}
.rmr:before,
.top_line a:before {
	position: absolute;
	content: ' ';
	bottom:-5px;
	left: 0;
	height: 1px;
	width: 100%;
	background:#1F733C;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.rmr:hover:before,
.top_line a:hover:before  {
	opacity:1;
}
.top_line a svg  {
	margin-bottom: -3px;
	margin-right: 4px;
}
.rmr svg {
	margin: 0 0 2px 5px;
}
.rmr {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	display: inline-flex;
	align-items: center;

	letter-spacing: 0.1em;
	text-transform: uppercase;

	/* Green Dark */

	color: #1F733C;
}









.slick-slide {
	margin: 0 15px;
}
/* the parent */
.slick-list {
	margin: 0 -12px;
}
.slick-next {
	right: -55px;
}
.slick-prev {
	left: -55px;
}
.slick-next:hover, .slick-prev:hover {
	opacity: 0.6;
}
.slick-next, .slick-prev {
	width: 30px;
	height: 52px;
	z-index: 999999;
	cursor: pointer;
}
.slick-prev:before {
	width: 30px;
	height: 52px;
	background: url("../images/left.svg") no-repeat;
	font-size: 0;
	display: inline-block;
}

.slick-next:before {
	width: 30px;
	height: 52px;
	background: url("../images/right.svg") no-repeat;


}
.slick-dots, .slick-next, .slick-prev {
	position: relative;
}
.slick-dots {
	bottom: 10px;

}
.top_home {
	position: relative;
}
.slider-controls {
	position: absolute;
	bottom: 10px;
	width: 100%;
	display: flex;
	justify-content: center;
	z-index: 3;
}
.slide-mob-prev,
.slide-m-prev{
	margin-right: 10px;
}
.slide-mob-next,
.slide-m-next {
	margin-left: 4px;
}
.slide-mob-next,
.slide-mob-prev,
.slide-m-prev,
.slide-m-next {
	background: none;
	border: 0;
	cursor: pointer;
	padding: 0;
	line-height: 10px;
	height: 10px;
}
.slide-mob-prev:hover,
.slide-mob-next:hover,
.slide-m-prev:hover,
.slide-m-next:hover {
	opacity: 0.6;
}
.slick-dots li button {
	height: 16px;
}
.slick-dots li {
	margin: 0 1px 0 5px;
}

.slick-dots li.slick-active button:before {
	background: #fff;
}
.slick-dots li button:before {
	width: 10px;
	height: 10px;
	border-radius: 2px;
	display: inline-block;
	content: ' ';
	font-size: 0px;
	border: solid 1px #fff;
}

.button_round {
	font-weight: 500;
	font-size: 18px;

	/* identical to box height */
 	min-width: 150px;
	text-align: center;

	/* Blue */
	margin-right: 40px;
	color: #0E99DA;
	border: 1px solid #0E99DA;
	box-sizing: border-box;
	border-radius: 90px;
	height: 44px;
	line-height: 42px;
}

.button_round.active,
.button_round:hover {
	background: #0E99DA;
	color: #fff;
	border: 1px solid #0E99DA;

}
.button_round.credit {
	background: #fff;
	color: #0FA644;
	border: 1px solid #0FA644;
}
.button_round.credit.active,
.button_round.credit:hover {
	background: #0FA644;
	color: #fff;
	border: 1px solid #0FA644;
}


.calculator_all {
	margin-top: 80px;
	border: 1px solid #E4E7EF;
	box-sizing: border-box;
	border-radius: 4px;
}
.calculator_all h4 {
	margin-bottom: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 600;

	/* Green Dark */

	color: #1F733C;
}
.calc_top {
	display: flex;
	align-items: center;
	background: #F8F9FB;
	padding: 40px;
}
.calc_top_left {
	width: 30%;
}
.calc_top_right{
	width: calc(100% - 30%);
}

.calc_bot {
	display: flex;
	align-items: center;
	border-top: 1px dashed #E4E7EF;

	padding: 40px;
}
.tap.light:hover {
	background: #0FA644;
	color: #fff;
	border: 1px solid #0FA644;
}
.tap.light {
	background: #F8F9FB;
	border: 1px solid #E4E7EF;
	font-size: 14px;


	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #A3A5B2;
	box-sizing: border-box;
	border-radius: 6px;
}
.calc_bot .calc_top_right > div:not(:last-of-type) {
	margin-right: 50px;
}

.calc_bot p b{
	margin-bottom: 10px;
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;


	/* Green Dark */

	color: #1F733C;
}

.calc_bot.depozitului p b{

	/*color: #0E99DA;*/
}

.calc_bot p + p {
	margin-bottom: 0;
}
.calc_bot p {
	font-size: 14px;
	line-height: 17px;
	color: #202231;
}

.calc_mid {
	border-top: 1px dashed #E4E7EF;
	display: flex;
	align-items: center;
	background: #F8F9FB;
	padding: 40px;
}


.custom-control-input:checked~.custom-control-label {
	color: #1F733C;
}
.custom-control-input:checked~.custom-control-label.green::before {
	background-color: #0FA644;
	outline: none!important;
	box-shadow: none!important;
}
.custom-control.custom-radio{
	margin-bottom: 20px!important;
}
.custom-radio .custom-control-label {
	font-size: 18px;
	line-height: 24px;

	cursor: pointer;
	color: #A3A5B2;
}
.custom-radio .custom-control-label::before {
	background: #fff;
	border: solid 1px #A3A5B2;
}

.plus_icon,
.minus_icon {
	font-weight: 600;
	font-size: 24px;
	line-height: 26px;
	display: flex;

 	width: 26px;
	height: 26px;
	background: #FFFFFF;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
	border-radius: 100px;
	justify-content: center;
	color: #A3A5B2;
}
.plus_icon:hover,
.minus_icon:hover {

	background: #0FA644;

	color: #fff;
}
.depozitar .plus_icon:hover,
.depozitar .minus_icon:hover {

	background: #0E99DA;

	color: #fff;
}




.leftp {
}
.rightp {

}
.alege_tipul.depozitului {
	display: none;
}
.depozitar .alege_tipul.creditui  {
	display: none;
}
.depozitar .alege_tipul.depozitului  {
	display: block;
}

.calc_bot.depozitului {
	display: none;
}
.calc_bot.creditui.depozitar  {
	display: none;
}
.calc_bot.depozitului.depozitar {
	display: flex;
}


.visible {
	opacity: 1;
	visibility: visible;
	display: block;
}


.ui-widget.ui-widget-content {
	border: 0;
	border-radius: 4px;
	background: #E4E7EF;
	height: 4px;
}
.ui-state-default, .ui-widget-content .ui-state-default {
	background: url("../images/slid.svg") no-repeat;
	width: 26px;
	height: 26px;
	border:0 ;
	padding: 0;
	cursor: pointer;
	margin-top: -5px;
	margin-left: -13px;
}

#suma_depozitului, #durata_depozitului {
    cursor: pointer;
}
#durata_depozitului.ui-widget-content .ui-state-default{
    margin-left: -22px !important;
}

.ui-widget-header {
	background: #0FA644;
}
.right-b .ui-widget-header {
	background: #0E99DA;
}

.right-b .ui-state-default,
.right-b .ui-widget-content .ui-state-default {
	background: url(../images/slid2.svg) no-repeat;

}
.right-b .suma-pina h5,
.right-b .suma-pina h6 {
	color: #0E99DA;
}
.depozitar .custom-control-input:checked~.custom-control-label {
	color: #0E99DA;
}
.depozitar .custom-control-input:checked~.custom-control-label.green::before {
	background-color: #0E99DA;
	outline: none!important;
	box-shadow: none!important;
}


.suma-pina h5 {
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	font-weight: 500;
	color: #202231
}

.suma-pina input[type=number] {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 0;
	text-align: center;
	border: 0;
	background: 0;
	margin: 0;
	padding:0;
	width: 100px;
	color: #0FA644;
}
.right-b .suma-pina input[type=number] {
	color: #0E99DA;
}
.plus-minus > .d-flex.align-items-center {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;

	text-align: center;
	border: 0;
	background: 0;
	margin: 0;
	padding:0;

	color: #0FA644;
}

.right-b .plus-minus > .d-flex.align-items-center {
	color: #0E99DA;
}
.suma-pina input[type=number]::-webkit-outer-spin-button,
.suma-pina input[type=number]::-webkit-inner-spin-button {
	/* display: none; <- Crashes Chrome on hover */
	-webkit-appearance: none;
	margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

.suma-pina input[type=number]{
	-moz-appearance:textfield; /* Firefox */
}
 .suma-pina h6 {
	font-weight: 600;
	font-size: 24px;
	line-height: 29px;
	margin-bottom: 0;
	text-align: right;

	/* Green Medium */

	color: #0FA644;
}



.plus-minus {
	min-width: 230px;
}


.sume_grid > div:before {
	content: ' ';
	display: inline-block;
	width: 1px;
	height: 10px;
	background: #A3A5B2;
	position: absolute;
	left: 45%;
	top:7px;
}
.sume_grid > div {
	position: relative;
	font-size: 12px;
	line-height: 15px;
	padding-top: 20px;
	color: #A3A5B2;
}
/***************/
/****Single****/
/***************/
.p50 {
	padding: 50px 0;
}
.related_articles {
	background: #F8F9FB;
	border-bottom: 1px dashed #E4E7EF;

}
.breadcrumb {
	background: none;
	padding: 0;
	font-size: 12px;
	line-height: 150%;
 	margin: 25px 0 25px;
	color: #A3A5B2;
}
.breadcrumb-item+.breadcrumb-item::before {
	font-family: monospace;
	content: ">>>";
}
.single_cont p{
	margin-bottom: 25px;
}
.single_cont h1 {
	font-size: 36px;
	line-height: 44px;
	font-weight: 500;
	margin-bottom: 30px;
	border-bottom: 1px dashed #E4E7EF;
	padding-bottom: 20px;
}
.post_meta {

	font-size: 14px;
	line-height: 150%;
	margin-bottom: 40px;
	color: #A3A5B2;
}
.slick-dots li button:before {
	opacity: 1;
}
.post_slider_cont {
	position: relative;
}
.post_slider_cont .slider-controls {
	bottom: 0px;
}
.card {
	background: #FFFFFF;
	border: 1px dashed #E4E7EF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	border-radius: 6px;

}
.card-body {
	padding: 30px;
}
.intrebari_populare p:last-of-type {
	margin-bottom: 0;
}
.intrebari_populare p {
	font-size: 14px;
	line-height: 150%;

	color: #202231
}
.intrebari_populare h5:before {
	content: ' ' ;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 80px;
	height: 1px;
	background: #E4E7EF;
}
.intrebari_populare h5 {
	padding-bottom: 15px;
	font-weight: 500;
	position: relative;
	font-size: 18px;
	line-height: 150%;
	color: #1F733C;
}
@media (min-width: 576px) {
	.card-columns {
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		-webkit-column-gap: 1.25rem;
		-moz-column-gap: 1.25rem;
		column-gap: 1.25rem;
		orphans: 1;
		widows: 1;
	}
}

/***************/
/****News****/
/***************/
.news_cont_feat {
	background: #F8F9FB;
}
.pagination a {
	color: #A3A5B2;
}
.pagination a:hover svg path {
	fill: #1F733C;
}
.pagination a:hover,
.pagination li.current a {
	color: #1F733C;
}
.pagination a svg {
	margin-bottom: -1px;
}
.pagination {
	font-weight: 500;
	font-size: 14px;
	line-height: 17px;
	margin-top: 20px;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #A3A5B2;
}
.pagination ul li {
	margin: 0 5px;
}
.pagination ul {
	display: flex;
	flex-direction: row;
	margin: 0;
	padding: 0;
	list-style:none;

}
.img_full {
	text-align: center;
	margin-bottom: 30px;
}
.img_full img {

}
.post_slider_vertical img {
	width: 100%;
	height: 500px;
	object-fit: cover;
}

.post_slider_thumbs  .slick-slide {
	padding-bottom: 10px!important;
}
.post_slider_thumbs img {
	width: 100%;
	height: 90px;
	object-fit: cover;
}

.feat_title {
	background: #F8F9FB;
	padding-bottom: 0px;
}
.menu_top li a:before{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1px;
	background: transparent;

	content: ' ';
}
.menu_top li a{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;

	letter-spacing: 0.1em;
	text-transform: uppercase;
	padding-bottom: 20px;
	position: relative;
	color: #A3A5B2;
}
.menu_top li.active a:before{
	background: #1F733C;
}
.menu_top li a:hover,
.menu_top li.active a{
	color: #1F733C;
}
.menu_top li {
	margin: 0 50px;
}
.menu_top {
	display: flex;
	align-items: center;
	margin: 60px 0 0;
	padding: 0;
	list-style:none;
	justify-content: center;
}
.tombola h2 {
	color: #F21D2F!important;
}
.visul h2 {
	color: #0E99DA!important;
}

.bg_grey{
	background: #F8F9FB;
}
.reviews_slider {
	padding-bottom: 20px;
}
.reviews .slider-controls {
	bottom:0px;
}
.reviews .slick-arrow svg path{
	fill: #A3A5B2;
}
.reviews .slick-dots li button:before {
	border-color: #A3A5B2;
}
.reviews .slick-dots li.slick-active button:before {
	border-color: #1F733C;
	background-color: #1F733C;
}
.reviews_slide b {
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;


	color: #1F733C;
}
.reviews_slide > p {
	padding-left: 30px;
	font-size: 14px;
	text-align: left;
}
.reviews_slide_top {
	display: flex;
	justify-content: space-between;
	align-items: center;
	text-align: left;
	padding-bottom: 15px;
	border-bottom:1px dashed #E4E7EF;
	margin-bottom: 15px;
	padding-left: 30px;
}
.reviews_slide_top p {
	font-style: italic;
	font-weight: normal;
	font-size: 14px;
	line-height: 17px;
	margin-bottom: 0;
	color: #A3A5B2;
}
.reviews_slide_top h6 {
	font-weight: 500;
	color: #202231;
	margin-bottom: 5px;
}

.reviews_slide_top img {
	width: 45px;
	object-fit: cover;
	height: 45px;
	border-radius: 45px;
}
















/*Clearfix*/
.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {

}
.navigation {
	margin-top: 30px;
}
.navigation ul {
	display: flex;
	justify-content: center;
	align-items: flex-end;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navigation ul li {
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */
	margin: 0 3px;
	text-transform: uppercase;

	color: #000000;
}

.navigation ul li.current a {
	font-weight: 900;
}
.navigation ul li a {
	padding: 3px 2px;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */

	text-transform: uppercase;

	color: #000000;
}
.social_share h6 {
	margin-bottom: 0;
	margin-right: 10px;
}
.social_share {
	display: flex;
	align-items: center;
	margin-right: -40px;
}
.social_share a {
	margin: 0 5px;
}
.social_share a img{
	height: 33px;
	width: auto;
}
.main_image_feat {
	margin-bottom: 30px;
}
.main_image_feat img{
	margin-left: -70px;
	width: calc(100% + 140px);
	max-width: calc(100% + 140px);
	display: block;
}
.car_detail_page .related_articles {
	margin-top: -58px;
}
.disqus {
	text-align: center;
	margin: 30px 0;
}
.bottom_related .related_article:not(:last-child) {
	margin-right: 35px;
}
.bottom_related {

	display: flex;
	align-items: center;
	justify-content: space-between;
}
.related_articles .single_title {
	padding-left: 0px;
}


.custom-checkbox .custom-control-input:checked~.custom-control-label::before{
	background-color:#1F733C;
	box-shadow: none!important;
}



.subscribe .form-check {
	font-size: 14px;
	line-height: 24px;
	color: #202231;
}
.subscribe .btn-outline-success{
	background: #1F733C;
	color: #fff!important;
	font-weight: 500;
	border-color: #1F733C!important;
}
.subscribe .btn-outline-success:hover{
	background: #fff;
	color:  #1F733C!important;
	border-color: #1F733C!important;
}
.subscribe {
	background: #F8F9FB;
	padding: 40px 0 40px;
}
.subscribe h2 {
	color: #1F733C;
	padding-right: 140px;
}
.form-control {
	border-radius: 0;
	border: 0;
	border-bottom: solid 2px #E1E3E5;
	background: transparent!important;
	padding: 0 0 10px 0;

	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.1em;
	font-weight: 500;
	color: #202231;
}

.p100 {
	padding: 100px 0;
}
.p60 {
	padding:60px 0;
}
.title_small {
	font-size: 14px;
	line-height: 17px;
	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 10px;
	/* Red */
	color: #F21D2F;
}
.feat_img {
	margin-bottom: 30px;
	position: relative;
}
.feat_img a img{
	width: 100%;
	height: 300px;
	object-fit: cover;
}
.feat_img a {
	display: block;
}
.feat_item_content h3 {
	font-weight: 600;
	color: #1F733C;
}
.feat_item p {
	font-size: 14px;
	line-height: 150%;
}
.status {
	position: absolute;
	left: 0;
	top: 20px;
	font-size: 14px;
	text-align: center;
	letter-spacing: 0.1em;
	min-width: 100px;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background: url("../images/active.svg") no-repeat left;
	color: #FFFFFF;
}
.feat_item_meta {
	padding-top: 15px;
	border-top: 1px dashed #E4E7EF;
	font-size: 14px;
	line-height: 150%;


	color: #A3A5B2;
}
.feat_item {
	margin-bottom: 50px;
}
.small_item .feat_img {
	margin-bottom: 10px;

}

.small_item h5{

}
.small_item .feat_img img {
	border-radius: 4px;
	height: 145px;
	width: 100%;
	object-fit: cover;
	box-sizing: border-box;
}
.aplica {
	background: url("../images/alege.jpg") no-repeat center;
	background-size: cover;
}
.aplica p {
	color: #fff;
}
.aplica h2 {
	color: #fff;
	margin-bottom: 30px;
}
.but_big:hover svg rect {
	stroke: #000;
}
.but_big svg {
	margin-left: 50px;
	margin-right: 30px;
}
.but_big {
	display: flex;
	align-items: center;
	width: 350px;
	height: 100px;
	background: url("../images/big1.png") no-repeat right #fff;
	border-radius: 4px;
	font-size: 18px;
	line-height: 150%;
 	font-weight: 500;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	margin: 0 15px;
	/* Green Dark */

	color: #1F733C;
}

.but_big2 {

	background: url("../images/big2.png") no-repeat right #fff;

}

.dece_item_icon {
	width: 65px;
	text-align: center;
	padding-top: 35px;
}

.dece_item_content h4 {
	color: #1F733C;
	font-weight: 600;
	margin-bottom: 10px;
}
.dece_item_content {
	width: calc(100% - 65px);
	position: relative;
	padding: 30px 30px 30px 0px;
}
.dece_item p{
	padding-right: 100px;
	margin-bottom: 0;
	font-size: 14px;
	line-height: 150%;
	/* or 21px */


	color: #202231;
}
.dece_item {
	background: #F8F9FB;
	border-radius: 2px;
	margin-top: 30px;
}
.dece_item_content svg {
	position: absolute;
	right:15px;
	bottom: 15px;

}
.despre_info {
	margin-top: 50px;
	/*background: url("../images/despre2.jpg") no-repeat left #F8F9FB;*/
}
.despre_info img{
	filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));
}
.despre_info h5{
	font-weight: 600;
	font-size: 24px;
	line-height: 130%;
	/* or 36px */

	letter-spacing: 0.04em;
	margin-bottom: 10px;
	color: #1F733C;
}

.despre_info h6{
	font-weight: 600;
	font-size: 18px;
	line-height: 150%;
	/* or 36px */
	margin-bottom: 20px;
	letter-spacing: 0.04em;

	color: #F21D2F;
}
.popular {
	margin-top: 80px;
}
.popular_item img {
	margin-top: -50px ;
	mix-blend-mode: darken;
	/*transform: matrix(-1, 0, 0, 1, 0, 0);*/
}
.popular_item {
	text-align: center;
	background: #FFFFFF;
	border: 1px solid #E4E7EF;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 0 30px 25px;
	height: 370px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-direction: column;
}
.popular_item h2 {
	margin-bottom: 5px;
	color: #0FA644;
}
.popular_item p {
	font-size: 14px;
	line-height: 150%;
	/* identical to box height, or 21px */

	text-align: center;

	color: #A3A5B2;
}
.popular_item h6 {
	font-weight: normal;
	font-size: 18px;
	line-height: 22px;
	margin-bottom: 0;
	color: #202231;

}
.recenzii {
	margin-bottom: 15px;
}
.recenzii b{
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	margin: 0 5px 0px;
	color: #1F733C;
}
.main_slider {
	background: rgba(28, 127, 62, 1);

}
.main_slider {opacity: 0}
.main_slider.slick-initialized {opacity: 1;}

.main_slider a.tap {
	background: #0FA644;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.05);
	border-radius: 6px;
	color: #fff;
	border-color: #0FA644;
	margin-top: 30px;
}
.main_slider a.tap:hover {
	background: #000;
	border-color: #000;
}
.slider_item {
	position: relative;
	background-repeat: no-repeat;
	background-position: right;
	padding: 40px 0;
	background-size: contain;
}
.slider_item:before{
	background: linear-gradient(90deg, rgba(28, 127, 62, 1) 0%, rgba(28, 127, 62, 0) 37.08%);
	content: ' ';
	position: absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	z-index: 2;
}
.slide_bg img{

}
.slide_bg {
	position:absolute;
	right: 0;
	top: 0;
	width: 50%;
	height: 100%;
	object-fit: cover;
}
.slider_item h2{
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	/* or 67px */


	color: #FFFFFF;
}
.slider_item h1{
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 140%;
	/* or 67px */
	text-transform: uppercase;
	letter-spacing: 0.02em;
	color: #F21D2F;
}
.slider_item p svg{
	margin: 0 3px -2px 0;
}
.slider_item p{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
	/* identical to box height */

	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #FFFFFF;
}

.feat_title.prod_page p {
	opacity: 0.7;
}
.feat_title h2 span {
	color: 	#0FA644;
}
.feat_title img {
 	mix-blend-mode: darken;
 }
.produs_menu {
	border-bottom: 1px dashed #E4E7EF;
}
 .produs_menu .menu_top li {
	margin: 0;
}
.produs_menu .menu_top li:not(:last-of-type) {
	margin: 0 0px 0 0;
}
.produs_menu .menu_top {
	margin-top: 40px;
	margin-bottom: -1px;
	justify-content: space-between;
}
.information_b > div {
	width: 50%;
}

.information_b {

}
.sheet_line ul,
.information_b ul {
	list-style: none; /* Remove default bullets */
	padding-left:60px;
	line-height: 32px;
}

.sheet_line ul  {
	list-style: none; /* Remove default bullets */
	padding-left:20px;
	line-height: 32px;
}

.sheet_line ul li::before,
.information_b ul li::before {
	content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
	color: #1F733C; /* Change the color */
	font-weight: bold; /* If you want it to be bold */
	display: inline-block; /* Needed to add space between the bullet and the text */
	width: 1em; /* Also needed for space (tweak if needed) */
	 padding-right: 5px;
}
.information_b {
	border: 1px solid #E4E7EF;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 30px 30px 10px;
	display: flex;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 30px;
}
.prod_info_top h6,
.prod_info_top h4 {
	color: #1F733C;
	font-weight: 500;
}
video {
	margin-bottom: 30px;
	filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.15));

}
.prod_info_top {
	padding-bottom: 60px;
}
.sheet h4{
	color: #1F733C;
	padding: 0 30px;
}
.sheet {
	margin-top: 30px;
	border: 1px solid #E4E7EF;
	box-sizing: border-box;
	border-radius: 6px;
	padding: 20px 0;
}
.sheet_line {
	display: flex;
	justify-content: space-between;
	padding: 20px 30px;
}
.produs_sheet table tr:nth-child(2n + 1),
.sheet_line:nth-child(2n + 1) {
	background: #F8F9FB;
}
.sheet_line > div:nth-child(1) {
	padding-right: 30px;
	width: 40%;
}
.sheet_line > div:nth-child(2) {
	font-weight: 500;
	width: 60%;
}

.produs_sheet table {
	width: 100% !important;
	border: none !important;
}
.produs_sheet table tr {
	padding: 20px 30px;
	display: flex;
	justify-content: space-between;
}
.produs_sheet table tr td:nth-child(1) {
	padding-right: 30px;
	width: 40%;
}
.produs_sheet table tr td:nth-child(2) {
	font-weight: 500;
	width: 60%;
}
.produs_sheet table tr td {
	border: none !important;
}


.produs_sheet table i,
.sheet_line i {
	font-weight: 400;
}
.calculator_page .calculator_all h4 {

	letter-spacing: 0.02em;
}
.calculator_page .calc_mid .calc_top_right {
	width: 100%;
}
.elimina_but {
	align-items: center;
	display: flex;
	font-weight: 600;
	font-size: 14px;
	line-height: 17px;
	display: flex;
	align-items: center;
	text-align: center;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #E1E3E5;
}
.recenzii_page h4 {
	color: #1F733C;
}
.incarca_poza > div:nth-child(1) {
	font-size: 14px;
	line-height: 150%;

	color: #A3A5B2;
}
.incarca_poza > div:nth-child(1) img {
	float: left;
	margin-right: 20px;
	width: 45px;
	height: 45px;
	border-radius: 45px;
}
.incarca_poza > div:nth-child(2) {
	text-align: right;
}
.incarca_poza > div {
	width: 50%;
}
.incarca_poza {
	display: flex;
	align-items: center;
}
.recenzii_page .form-group:not(:last-of-type) {
	margin:0 0 40px 0;
}
.recenzii_left {
	background: #F8F9FB;
	border-radius: 6px;
	padding: 30px;
}
.recenzii_page {
	font-size: 14px;
	line-height: 150%;
	color: #202231;
}
.alege_nota h6{
	font-weight: 500;
	font-size: 18px;
	line-height: 22px;
 	color: #202231;

}
.alege_nota {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.alege_stars  a{
	margin: 0 7px;
}
.alege_stars  a:hover svg path{
	fill: #FFC107;
}
.alege_stars {
	background: #FFFFFF;
	border: 1px solid #E1E3E6;
	box-sizing: border-box;
	border-radius: 29px;
	height: 42px;
	line-height: 45px;
	padding: 0 10px;
}
.recenzii_page .btn {
	max-width: 100%;
	width: 100%;
	background: #0FA644;
	color: #fff!important;
	margin-top: 20px;
}

.recenzii_page .btn:hover {
	background: #fff;
	color:#0FA644!important;
}
.recenzii_page .slick-dots {
	padding-top: 4px;
}
.recenzii_page .reviews_slide {
	margin-bottom: 40px;
	margin-top: 10px;
}

.subscribe .form-group textarea {
	height: 96px;
}
.large_btn .btn {
	max-width: 100%;
	width: 100%;
	background: #0FA644;
	color: #fff!important;
	margin-top: 20px;
}

.large_btn .btn:hover {
	background: #fff;
	color:#0FA644!important;
}


.sucursale h4 {
	color: #1F733C;
}
.sucursale label {
	font-size: 14px;
	line-height: 17px;
	letter-spacing: 0.1em;

	color: #A3A5B2;
}
#map iframe {
	border:0;
	margin-top: -46px;

}
#map {
	overflow:hidden;
	position: relative;
	width: 100%;
	margin-top: -270px;
	filter: drop-shadow(0px 15px 30px rgba(0, 0, 0, 0.05));
	border-radius: 6px;
}
.sucursale_detail h6 {
	font-size: 18px;
	line-height: 22px;
 	font-weight: 500;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	margin-bottom: 30px;
	/* Green Dark */

	color: #1F733C;
}
.sucursale_detail p svg{
	margin-right: 8px;
	width: 25px;
	text-align: center;
}
.sucursale_detail p{
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}
.sucursale_detail {
	margin-top: 30px;
	padding:40px 0 0;
}
.sucursale_info h6 {
	font-weight: 500;
}
.sucursale_info p i {
	font-size: 14px;
	line-height: 17px;
  	margin-bottom: 20px;
	color: #A3A5B2;
}
.sucursale_info p svg {
	margin-right: 8px;
}
.sucursale_info .col-md-4 {
	position: relative;
}

.sucursale_info .col-md-4:nth-of-type(2):before {
	position: absolute;
	left: -50px;
	top: 0;
	height: 100%;
	width: 1px;
	border: dashed 1px #E4E7EF;
	content: ' ';
}

.sucursale_info .col-md-4:nth-of-type(2):after {
	position: absolute;
	right:30px;
	top: 0;
	height: 100%;
	width: 1px;
	border: dashed 1px #E4E7EF;
	content: ' ';
}

.credit_onlie p{
	font-size: 14px;
	line-height: 1.5;
}
.credit_onlie {
	padding: 40px 0;
	font-size: 14px;
	line-height: 1.5;
}
.credit_onlie .row:nth-child(1) {
	border-radius: 8px 8px 0 0;
	padding-top: 40px;
}
.credit_onlie .row:last-of-type {
	border-radius:0 0 8px 8px;
	padding-bottom: 40px;
}

.credit_onlie .row {
	background: #F8F9FB;
	padding: 0px 90px 0;
}
.credit_onlie .row:not(:first-of-type) .col-12:before {
	position: absolute;
	left: -90px;
	top: 30px;
	width: calc(100% + 180px) ;
	height: 1px;
	border: dashed 1px #E4E7EF;
	content: ' ';
}
.credit_onlie h6 {
	background: #F8F9FB;
	position: relative;
	display: inline-block;
	padding-right: 10px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	font-weight: 500;
	color: #202231;
	margin-top: 20px;
	margin-bottom: 20px;
    margin-left: -8px;
	padding-left: 8px;
}
.credit_onlie  .incarca_poza > div:nth-child(1) {
	color: #202231;
}
.credit_onlie .tap {
	font-weight: 500;
}
.credit_onlie .incarca_poza > div:nth-child(2) {
	width: 45%;
}
.credit_onlie .incarca_poza > div:nth-child(1) > div:nth-child(2) {
	width: calc(100% - 75px);
}
.credit_onlie .incarca_poza > div:nth-child(1) > div:nth-child(1) {
	width: 75px;
}
.credit_onlie .incarca_poza > div:nth-child(1) {
	width: 55%;
	display: flex;
	align-items: center;
}

.incarca_poza .file_input svg circle,
.incarca_poza  .file_input svg path {
	fill: #1F733C;
}
.incarca_poza  .file_input svg {
	width: 20px;
	height: auto;
	margin-bottom: -5px;
	margin-left: 5px;
}
.incarca_poza  .file_input:hover  svg circle,
.incarca_poza  .file_input:hover  svg path{
	fill: #fff;
}


.file_input input {
	display: block;
	z-index: 9999;
	position: absolute;
	width: 200%;
	height: 100%;
	left: -100px;
	top: 0;
	opacity: 0;
	cursor: pointer;
}

.file_input .files_count {
	position: relative;
	padding: 0 0 0 50px;
	margin: 0;
	display: block;
	font-style: normal;
	font-weight: 300;
	line-height: 52px;
	white-space: nowrap;
	overflow: hidden;
	font-size: 14px;
	color: #8E8C8D;
}


.file_input .info_top {
	cursor: pointer;
	position: relative;
}
.file_input {
	position: relative;
	padding: 0;

	cursor: pointer;
	height: 50px;
	overflow: hidden;
	font-weight: 500;
	/* max-width: 240px; */
	min-width: 190px;
	display: inline-block;
	margin: 0;
 }



.remove_poza {
	position: relative;
	display: initial;
}
.remove_poza:after {
	position: absolute;
	right: 5px;
	top: 0px;
	content: ' x ';
	font-size: 14px;
	font-weight: 600;
}
.credit_onlie .incarca_poza > div:nth-child(1) img {
	width: 65px;
	height: 65px;
	border-radius: 65px;
	margin-right: 10px;
}


.credit_onlie .btn {
	max-width: 100%;
	width: 100%;
	background: #0FA644;
	color: #fff!important;
	margin-top: 20px;
}


.credit_onlie .btn:hover {
	background: #fff;
	color:#0FA644!important;
}
.calculator_credit_page .calc_mid .radio-box > div:nth-child(1),
.calculator_credit_page .calc_mid .radio-box > div:nth-child(2) {
	padding-right: 40px;
}

.calculator_credit_page .calc_mid {
	align-items: flex-start;
	padding-bottom: 0;
	padding-right: 0;
}
.calculator_credit_page .suma-pina h6 {
	font-weight: 500;
}
.calculator_credit_page .button_round {
	margin: 0 20px;
}

.calculator_credit_page .calculator_all h4 {
	margin-bottom: 0;
	letter-spacing: 0.05em;
}
.calculator_credit_page .calc_bot {
	background: #fff;
	margin-top: 50px;
	justify-content: space-between;
}
.calculator_credit_page .custom-control.custom-radio {
	margin-bottom: 15px!important;
}
.calculator_credit_page .calc_bot .calc_top_right > div:not(:last-of-type) {
	margin-right: 70px;
}
.calculator_credit_page .tap  {
	background: #1F733C;
	color: #fff;
	font-weight: 500;
}
.calculator_credit_page .tap:hover {
	background: #fff;
	color: #1F733C;
}
.calculator_rezultate {
	margin-top: 40px;
	padding-bottom: 100px;
}
.calculator_rezultate .title_row a.tap  {
	width: 100%;
}
.calculator_rezultate .title_row {
	margin-bottom: 30px;
}
.calculator_rezultate .title_row p {
	margin-bottom: 0;
}

.calculator_rezultate .table thead th {
	vertical-align: bottom;
	border-bottom: 0;
	font-size: 18px;
	line-height: 22px;
	font-weight: 500;
	color: #A3A5B2;
	padding: 10px 15px;
}

.calculator_rezultate .table thead   {
	background: #F8F9FB;
	border: 1px solid #E4E7EF;
	box-sizing: border-box;
	border-radius: 4px;

}
.calculator_rezultate .table th {
	font-weight: 500;
}
.calculator_rezultate .table th,
.calculator_rezultate .table td {
	padding:10px 15px;
	vertical-align: top;
	border-top: 1px dashed #E4E7EF;
}
.calculator_rezultate .table tfoot td {
	border: 0;
}
.calculator_rezultate .table tfoot {
	background: #0FA644;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.07);
	border-radius: 4px;
	color: #fff;
	font-weight: 500;
}
.table-responsive .table {
	min-width: 550px;
}

#credit-online.credit_onlie .row:nth-child(1) {
	position: relative;
}
.mfp-close {
	top:0;
}
















#footer {
	padding: 50px 0 0;
	background: #000;
}

.footer_menu ul,
.footer_menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}

.footer_menu ul li {
	margin-bottom: 30px;
	line-height: 1;
}
.footer_menu ul {
	display: flex;
	flex-direction: column;
}



#footer ul li a {
	position: relative;
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */
	padding: 0;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #FFFFFF;
}
#footer ul li a:hover {
	color: #1F733C;
}
#footer {
	padding-bottom: 0px;
}

.footer_menu a svg {
	margin-bottom: -4px;
	margin-right: 5px;
}
.footer_menu a:hover svg path{
	fill:#1F733C ;
}
.footer_menu a:before {
	position: absolute;
	content: ' ';
	top: 25px;
	left: 0;
	height: 1px;
	width: 100%;
	background:#1F733C;
	opacity: 0;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
.footer_menu a:hover {
	opacity: 1;
}
.footer_menu a:hover:before {
	opacity:1;
}
#footer h6 {
	font-size: 12px;
	line-height: 15px;
	/* identical to box height */
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
}

.f_copy p {
	font-size: 10px;
	line-height: 12px;
	letter-spacing: 0.1em;
	text-transform: uppercase;

	color: #A3A5B2;

	opacity: 0.4;
}

.bank svg {
	margin-top: 3px;
}

.bank svg:not(:last-of-type),
.social a:not(:last-of-type){
	margin-right: 10px;
}
.social a:before {
	display: none;
}


.top_adress {
	display: flex;
	justify-content: flex-end;
}
.top_adress a:not(:last-of-type) {
	margin-right: 50px;
}


.custom-select{
	background: #fff url("../images/down.svg") no-repeat calc(100% - 15px) 25px;
	height: 52px;
	line-height: 40px;
}

.text-wrapper {
	position: relative;

}
.form-control-wrap  {
	position: relative;

}
.text-wrapper > label {
	position: absolute;
	left: 0px;
	top: 0px;

	transition: 0.2s ease all;


	font-size: 14px;

	letter-spacing: 0.1em;

	color: #202231;

	opacity: 0.7;

}
.text-wrapper > label.move {
	top: -25px;
	left: 0px;


}


@media (max-width: 1800px){

}

@media (max-width: 1750px){

}

@media (max-width: 1600px){

}
@media (max-width: 1700px){

}

@media (max-width: 1550px){



}

@media (max-width: 1500px){



}

@media (max-width: 1400px){


}

@media (max-width: 1200px){
	.incarca_poza a {
		font-size: 12px;
	}
	.post_video video {
		width: 100%;
	}
	.calc_bot .calc_top_right > div:not(:last-of-type) {
		margin-right: 25px;
	}
	.top_line {
		font-size: 11px;
	}
	h6,
	.calc_bot p b,
	.popular_item h6,
	.slider_item p,
	body,
	p,
	#header .header_nav .menu > ul > li > div,
	#header .header_nav .menu > ul > li > a{
		font-size: 16px;
	}
	h3,
	.dece_item_content h4 {
		font-size: 20px;
	}
	h2 {
		font-size: 28px;
		line-height: 1.5;
	}
	h1,
	.slider_item h1,
	.slider_item h2 {
		font-size: 36px;
	}

}



@media (max-width: 1100px){

}

.on_mobile {
	display: none!important;
}
.form-group.text-wrapper {
	margin-bottom: 30px;
}
@media (max-width: 991px){
	.file_input input {
		left: 0;
	}
	.feat_img a img{
		width: 100%;
		height: auto;
		object-fit: cover;
	}
	.menu_mobile .social_menu .social {
		justify-content: center!important;
	}
	.recenzii_left {
		margin-bottom: 30px;
	}
	.calculator_page .calc_top_left,
	.calculator_page .calc_top_right {
		width:100%;
		text-align: center;
	}
	.produs_menu .menu_top li:not(:last-of-type),
	.produs_menu .menu_top li  {
		margin-right: 15px;
		margin-bottom: 20px;
	}
	.produs_menu .menu_top {
		flex-wrap: wrap;
		justify-content: flex-start;
	}

	.produs_menu .menu_top {
	 	display: block;
		overflow: auto;
		white-space: nowrap;
	}

	.produs_menu .menu_top li {
		display: inline-block;

	}

	div.scrollmenu a:hover {
		background-color: #777;
	}



	.menu_top li a {
		font-weight: 400;
		font-size: 14px;
		line-height: 18px;
	}
	.reviews_slide_top {
		flex-direction: column;
	}
	.reviews_slide > p,
	.reviews_slide_top {
		padding-left: 0;
	}
	.calculator_rezultate {
		padding-bottom: 40px;
	}

	.calculator_credit_page .calc_bot .calc_top_link {
		order: 3;
		width: 100%;
		text-align: center;
	}
	.calculator_credit_page .calc_mid {
		padding-right: 40px;
	}
	.calculator_credit_page .calc_mid .radio-box > div:nth-child(1),
	.calculator_credit_page .calc_mid .radio-box > div:nth-child(2) {
		padding-right: 0px;
	}
	.calculator_credit_page .calc_top_left {
		margin-bottom: 15px;
	}

	.calculator_credit_page .calc_top_left,
	.calculator_credit_page .calc_top_right {
		width: 100%;
		text-align: center;
	}
	.sucursale_info .col-md-4:nth-of-type(2):before,
	.sucursale_info .col-md-4:nth-of-type(2):after {
		display: none;
	}
	.feat_item_meta .sep,
	.feat_item_meta .autor{
		display: none;
	}
	body {
		padding-top: 94px;
	}
	#header {
		position: fixed;
		left: 0;
		top: 0;
		width: 100%;
	}
	.subscribe h2{
		padding-right: 0;
	}
	.feat_item_meta

	.feat_img {
		margin-bottom: 10px;
	}
	h3, .dece_item_content h4 {
		font-size: 16px;
	}
	.but_big svg  {
		height: 40px;
	}
	.but_big {
		height: 60px;
		font-size: 14px;
	}
	.dece_item p {
		padding-right: 40px;
	}
	.calc_bot {
		flex-wrap: wrap;
	}
	.calc_bot .calc_top_link{
		order: 3;
		width: 50%;
		text-align: right;
	}
	.calc_bot .calc_top_left {
		order: 2;
		width: 50%;
	}
	.calc_bot .calc_top_right{
		order: 1;
		width: 100%;
		margin-bottom: 15px;
		justify-content: space-between;
	}

	.plus-minus {
		min-width: 200px;
	}
	.suma-pina h6 {
		font-size: 16px;
	}
	.plus-minus > .d-flex.align-items-center,
	.suma-pina input[type=number] {
		font-size: 16px;
	}


	select.form-control {
		padding: 0 15px;
		height: 50px!important;
		background: #FFFFFF!important;
		border: 1px solid #E4E7EF;
		box-sizing: border-box;
		border-radius: 6px;
	}
	.calc_mid .calc_top_left,
	.calc_mid .calc_top_right {
		width: 100%;
	}
	.calc_mid {
		flex-direction: column;
	}
	.button_round {
		margin: 30px 25px 0;
	}
	.calc_top {
		flex-direction: column;
	}
	.calculator_all {
		margin-top: 40px;
	}
	.p100 {
		padding: 60px 0;
	}
	.social_menu h6 {
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		font-weight: 500;
		color: #A3A5B2;
		margin-bottom: 15px;
	}

	.social_menu  {
		padding:45px 25px 25px;
	}
	.nav-link[data-toggle].collapsed:after,
	.nav-link[data-toggle].collapsed:after {
		content: " ▾";
	}
	.nav-link[data-toggle]:not(.collapsed):after {
		content: " ▴";
	}
	.nav-link:hover svg path {
		fill: #0FA644;
	}
	.nav-link[data-toggle]:not(.collapsed) {
		color:#0FA644 ;
	}
	.withou_a_sub li {
		text-align: left;
	}
	.withou_a_sub li > span,
	.sublevel .nav-link{
		position: relative;
		padding-left: 25px;
		text-transform: unset;
		text-align: left;
	}
	.withou_a_sub li > span:before,
	.sublevel .nav-link:before{
		position: absolute;
		content: ' ' ;
		background:#E4E7EF;
		width: 16px;
		height: 1px;
		left: 0;
		top: 16px;
	}

	.nav-link > span {
		width: 30px;
		text-align: center;
		margin-right: 10px;
	}

	.nav-link {
		font-weight: 500;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.08em;
		text-transform: uppercase;
		display: flex;
		align-items: center;
		color: #202231;
	}
	.m_mid_but .btn-outline-success svg {
		margin: 0 4px -2px 0;
	}
	.m_mid_but .btn-outline-success {
		background: #fff;
		margin: 15px 0;
		width: 100%;
		height: 38px;
		line-height: 38px;
		font-weight: 500;
	}
	.m_mid_but .btn-danger {
 		width: 100%;
		height: 38px;
		line-height: 38px;
		font-weight: 500;
	}
	.m_mid {
		background: #1F733C;
		padding: 20px 15px;

	}
	.m_top a {
		font-weight: 500;
		font-size: 10px;
		line-height: 12px;
		text-transform: uppercase;
		color: #202231;
	}
	.m_top a svg {
		margin-bottom: -3px;
		margin-right: 4px;
	}
	.m_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
		background: #fff;
		padding: 6px 15px;
	}
	.mob_line > div > a {
		color: #fff;
		font-size: 14px;
	}
	.header_mobile {
		background: #1F733C;
		box-shadow: 0px 15px 25px rgba(0, 0, 0, 0.05);

	}
	.mob_line > div {
		text-align: center;
	}
	.logo_mob {
		overflow-y: hidden;
		height: 58px;
		width: 116px;
	}
	.logo_mob a img {
		width: 75px;
		height: auto;
	}
	.logo_mob a {
		background: #fff;
		width: 100px;
		height: 100px;
		border-radius: 100px;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: -22px;
		margin-left: auto;
		margin-right: auto;
	}
	.mob_line {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.top_line {
		padding: 10px 0;
		font-size: 10px;
		line-height: 12px;
		font-weight: 500;
		color: #202231;
	}
	.no_mobile {
		display: none!important;
	}
	.on_mobile {
		display: block!important;
	}

	.navTrigger {
		cursor: pointer;

	}
	#header .header_nav {
		position: absolute;
	}
	.navTrigger  svg  {
		margin-right: 10px;
	}
	.navTrigger   {
		display: flex;
		align-items: center;
		font-size: 14px;
		line-height: 17px;
		letter-spacing: 0.05em;
		text-transform: uppercase;

		color: #FFFFFF;
	}

	.menu_switcher{
		display: block;
	}




	.menu_mobile{
		display: block;
		position: fixed;
		overflow-y: auto;
		z-index: 999;
		top: 0;
		left: -280px;
		width: 280px;
		height: 100%;
		background: #fcfcfc;
		box-shadow: 0 0 20px rgba(88, 88, 88, .1);
		-webkit-transition: all .15s ease-in;
		-moz-transition: all .15s ease-in;
		-ms-transition: all .15 ease-in;
		-o-transition: all .15s ease-in;
		transition: all .15s ease-in;
	}
	.menu_mobile.active{
		left: 0;
	}


	h6 br,
	h5 br,
	h4 br,
	h3 br,
	h2 br,
	h1 br {
		display: none;
	}

}
.main_slider .col-12.col-md-5 {
	position: relative;
	z-index: 9;
}
@media (max-width: 767px){
	.suma-pina input[type=number] {
		width: 70px;
	}
	.calc_bot .calc_top_right > div:nth-child(1) {
		display: none;
	}
	.calculator_page .calc_top .calc_top_right {
		display: none;
	}
	.feat_title.prod_page h2 {
		text-align: center;
	}
	.feat_title.prod_page p br {
		display: none;
	}
	.produs_sheet table i ul,
	.sheet_line ul, .information_b ul {
		padding-left: 0px;
	}
	.information_b > div {
		width: 100%;
		margin-bottom: 15px;
	}
	.information_b {
		flex-direction: column;
	}
	.but_big {
		justify-content: center;
	}
	.calc_top > .calc_top_right {
		justify-content: space-around;
		display: flex;
	}
	.card-body {
		padding: 15px;
	}
	.calculator_credit_page .calc_bot p b,
	.calculator_credit_page .calc_bot p {
		font-size: 10px;
		margin: 0;
	}
	.calculator_credit_page .calc_bot .calc_top_right > div:not(:last-of-type) {
		margin-right: 25px;
	}
	.calculator_rezultate .title_row .col-md-8 {
		margin-bottom: 15px;
	}
	.credit_onlie .row:not(:first-of-type) .col-12:before {
		left: -30px;
		width: calc(100% + 60px);

	}
	.credit_onlie .row:nth-child(1) {
		border-radius: 8px 8px 0 0;
		padding-top: 20px;
	}
	.credit_onlie .row:last-of-type {
		border-radius:0 0 8px 8px;
		padding-bottom: 20px;
	}
	.credit_onlie .row {
		padding: 0 30px;
	}
	.sucursale_info .col-md-4 {
		margin: 15px 0;
	}
	.sucursale_info .col-md-4:nth-of-type(2):before,
	.sucursale_info .col-md-4:nth-of-type(2):after {
		display: none;
	}
	#map {
		margin-top: 20px;
	}
	.dece .slick-dots li button:before {
		border-color: #1F733C;
	}
	.dece .slider-controls {
		display: flex!important;
	}
	.dece .slick-arrow svg path {
		fill: #1F733C;
	}
	.dece {
		position: relative;
	}
	.slider_de_ce_mob .slick-initialized .slick-slide {
		/*display: flex!important;*/
	}
	.footer_menu .col-md-2 {
		width: 33.3%;
	}
	.footer_menu .col-md-3 {
		width: 50%;
	}
	.footer_menu .col-md-3:last-of-type {
		width: 98% !important;
		margin-bottom: 15px;
	}
	.feat_img a {
		display: block;
	}
	.but_big {
		text-align: left;
	}
	.but_big svg {
		margin-left: 10px;
		margin-right: 10px;
	}
	.despre_info h5{
		margin-top: 15px;
	}
	.popular_item {
		height: auto;
	}
	.popular > div:not(:last-of-type) {
		margin-bottom: 80px;
	}
	.button_round {
		margin: 20px 15px 0;
	}

	.calc_mid,
	.calc_top {
		padding: 20px;
	}
	.calculator_all h4 {
		text-align: center;
	}
	.calc_top_left,
	.calc_top_right {
		width: 100%;

	}
	.slick-dots {
		bottom: 6px;
	}
	.single_cont h1,
	h1, .slider_item h1, .slider_item h2 {
		font-size: 26px;
		line-height: 1.4;
	}
	.calculator_rezultate .table thead th,
	h6, .calc_bot p b, .popular_item h6, .slider_item p, body, p, #header .header_nav .menu > ul > li > a {
		font-size: 14px;
	}
}

@media (max-width: 570px){
	.file_input {
		padding:0  10px;
	}
	.produs_sheet table ul,
	.sheet_line ul,
	.information_b ul {

		line-height: 1.3;
	}
	body {
		line-height: 1.3;
	}
	.produs_sheet table tr,
	.sheet_line {
		padding: 10px;
	}
	.menu_top li {
		margin: 0 10px;
	}
	.reviews_slide > p, .reviews_slide_top {
		padding-left: 0;
		text-align: center;
	}
	.menu_top li a {
		font-weight: 500;
		font-size: 12px;
		line-height: 18px;
	}
	.reviews_slide_top h6,
	.reviews_slide_top p {
		text-align: center;
	}
	.post_video video {
		height: 280px;
	}
	.calculator_credit_page .button_round {
		margin: 0 0;
	}
	.calculator_credit_page .calc_top .calc_top_right b {
		display: none;
	}
	.calculator_credit_page .calc_mid {
		padding-right: 20px;
	}
	#map iframe {
		height: 350px;
	}
	.sucursale_detail p > span:not(:last-of-type) {
		margin-bottom: 30px;
	}
	.sucursale_detail p {
		display: block;
	}
	.calc_top .calc_top_right {
		display: flex;
		justify-content: space-between;
	}
	.button_round {
		margin:20px 0 0;
		font-size: 14px;
	 	height: 34px;
		line-height: 32px;
		min-width: 144px;
	}
	.but_big svg {
		margin-right: 12px;
		height: 25px;
		margin-left: 10px;
		width: auto;
	}
	.calc_bot p b,
	.calc_bot p {
		font-size: 12px;
	}
	.calc_bot {
		padding: 20px;
	}
	.calc_top_left .tap span {
		display: none;
	}

	.tap {
		min-width: auto;
		height: 35px;
		line-height: 35px;
	}
	.tap,
	.tap.light {
		font-size: 12px;
		font-weight: 500;
	}
	.calc_top_left, .calc_top_right {
		width: 100%;
		text-align: center;
	}
	.calc_bot .calc_top_left {
		text-align: left;
	}
	.calc_bot .tap {
		height: 50px;
		line-height: 50px;
		min-width: 140px;
	}
	.credit_onlie {
		padding-top: 0;
	}
}
@media (max-width: 480px){
	.sucursale_detail p:first-of-type svg {
		float: left;
		margin-bottom: 2px;
 		margin-top: 5px;
	}
	.remove_poza {
		display: inline-block;
	}
	.credit_onlie h6 {
		text-align: center;
		display: block;
		margin-bottom: 30px;
	}
	.subscribe .form-group {
		text-align: center;
	}
	.produs_sheet table tr > td:nth-child(1),
	.produs_sheet table tr > td:nth-child(2),
	.sheet_line > div:nth-child(2),
	.sheet_line > div:nth-child(1) {
		width: 50%;
		text-align: left;
	}
	.credit_onlie .incarca_poza > div:nth-child(2) {
		margin-top:10px;
	}

	.credit_onlie .incarca_poza > div:nth-child(2),
	.credit_onlie .incarca_poza > div:nth-child(1) {
		width: 100%;
		text-align: left;
	}
	.recenzii_page .slick-dots {
		padding-top: 0;
	}
	.incarca_poza > div:nth-child(2) {
		text-align: center;
	}
	.incarca_poza > div:nth-child(1) img {
		float: none;
		margin-right: 0;
	}
	.incarca_poza > div:nth-child(1) {
		text-align: center;
	}
	.incarca_poza,
	.alege_nota {
		flex-direction: column;
	}
	.credit_onlie .row {
	padding: 15px;
	}
	.credit_onlie .row:not(:first-of-type) .col-12:before {
		left: -15px;
		width: calc(100% + 30px);

	}
	.post_meta > div {
		flex-wrap: wrap;
		width: 100% !important;
	}
	.post_meta .mr-5 {
		margin-right: 0px!important;
	}
	.post_meta {
		font-size: 12px;
		line-height: 150%;
		margin-bottom: 20px;
		flex-direction: column;
		color: #A3A5B2;
		align-items: flex-start!important;
		justify-content: flex-start!important;
	}
	.pagination a span {
		display: none;
	}
	.footer_menu .col-md-2 {
		width: 50%;
	}
	.plus-minus {
		min-width: auto;
		max-width: 160px;
	}
	.suma-pina h6 {
		margin: 0 10px;
	}
	.plus_icon, .minus_icon {
		font-weight: 500;
	}
	.suma-pina h5 {
		font-size: 12px;
	}
	.sume_grid > div {
		font-size: 8px;
	}
	.calc_bot p b, .calc_bot p {
		font-size: 10px;
	}
	.but_big {
		height: 50px;
		font-size: 12px;

	}
	.credit_onlie .incarca_poza > div:nth-child(1) {
		font-size: 10px;
	}
	.credit_onlie .incarca_poza > div:nth-child(1) img {
		margin-right: 10px;
	}
}

@media (max-width: 360px){
	.credit_onlie .row {
		padding: 0;

	}
	.credit_onlie .row:not(:first-of-type) .col-12:before {
		left: 0px;
		width: 100%;

	}
	.button_round {

		min-width: 130px;
	}
	.calc_bot .tap {

		min-width: 125px;
	}
}
@media (max-width: 330px){
	.mob_line > div > a {
		color: #fff;
		font-size: 12px;
	}
	.mob_line > div:nth-of-type(2) {

		padding: 0;
	}
	.calc_bot p b, .calc_bot p {
		font-size: 8px;
		margin-bottom: 0px;
	}
	.but_big {
		padding-right: 10px;
	}
	.but_big svg {
		margin-right: 5px;
	}
	#footer ul li a {
		font-size: 10px;
	}
}




@keyframes fade {
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}


.fixed {
	border-bottom: solid 1px #F8F9FB;
	background: #fff;
    position: fixed;
    top:0; left:0;
    width: 100%;
 }
