html,body {
	margin:0;
	padding: 0;
	font-family: 'Open Sans', sans-serif;
	color:#1b1f53;
}
* {
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
*:focus {
    /*outline: none;*/
}
img {
	max-width: 100%;
}
header {
	position: absolute;
	top:10px;
	left:0;
	right:0;
	width:100%;
	z-index: 2;
}
p {
	margin-bottom:10px;
	font-size:14px;
}
h1 {
	font-weight: bold;
}
table {
	border:transparent!important;
}
input,textarea,select {
	width:100%;
	background-color: transparent;
	padding:5px 10px;
	font-size:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	border:1px solid #24356F;
	margin-bottom:20px;
}
input::placeholder {
    color:#24356F;
    opacity: 1;
}
input.input-alb {
	color:#fff;
	border:1px solid #fff;
	background-color:#3990ce;
}
select.input-alb {
	color:#fff;
	border:1px solid #fff;
	background-color:#3990ce;
}
textarea {
	min-height: 150px;
}
input[type="checkbox"] {
	display:inline-block;
	width:auto;
	margin-bottom:5px;
}
label {
	font-size:14px;
	margin-bottom:15px;
}
.text-alb {
	color:#fff!important;
}
.newsletter-widget {
	background-color:#1b1f53;
	color:#fff;
	max-width: 950px;
	margin:0 auto;
}
.formular-cere-oferta p > span {
	font-size:13px;
	display: block;
}

.formular-cere-oferta #loader {
    width: 48px;
    height: 48px;
    border: 5px solid #1B1F54;
    border-bottom-color: transparent;
    border-radius: 50%;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
    }

    @keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
    } 

.three-column-container {
    display: flex;
    flex-direction: row;
}
.three-column-container .column {
    display: flex;
    flex-direction: column;
    padding: 24px 42px;
    margin: 0 6px;
    border-radius: 10px;
}

.column.primary {
    background-color: #1B1F54;
    color: #FFFFFF;
}
.column.secondary {
    background-color: #E9EDF0;
    color: #24356F;
}
.column.tertiary {
    color: #FFFFFF;
    display:flex;
    flex-direction: column;
    padding: 0;
    overflow: hidden;
}

.column.tertiary .row-tertiary {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 24px 13px;
}
.column.tertiary .row-tertiary:nth-child(odd) {
    background-color: #2283C1;
}

.column.tertiary .row-tertiary:nth-child(even) {
    background-color: #0C6DAB;
}
.column .column-image {
    width: 70px;
    height: 70px;
    margin: 30px auto;
    object-fit: contain;
}
.column .paragraf-principal {
    font-size: 10px;
    height: 60px;
}


.column .paragraf-secundar {
    font-size: 12px;
    margin-bottom: 20px;
}
.column .buton-column {
    position: relative;
    margin: 0 auto ;
    font-weight: 400;
    background-color: transparent;
    width: 75%;
    text-align: center;
}

.column .buton-column.afla-mai-multe {
    margin-bottom: 20px;
}

.column .buton-column.afla-mai-multe::after{
     content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: translateY(-50%) rotate(-45deg);
}

.column .buton-column.buton-secundar.afla-mai-multe::after{
    border-right: 2px solid #24356F;
    border-bottom: 2px solid #24356F;
 
}


.column .buton-secundar {
    border: 1px solid #24356F;
    color: #24356F;
    
}
.column .buton-secundar:hover {
    color: #24356F;
}
.main-container {
    min-height:100vh;
    height:500px;
    width:100%
}
.video-container {
    width: 80%;
    border-radius: 25px;
    margin-top: 15px;
    overflow: hidden;
}
.video-container video { 
    width: 100%;
}

.buton-cere-oferta.blue-button {
    background-color: #24356F;
}

.separator {
    width: 33.3333%;
    height: 1px;
    background-color: #FFFFFF;
    margin: 25px auto;
}
.separator.secundar {
    background-color: #24356F;
}

.modal-asigurare-internationala,
.modal-asigurare-locala {
    display: none;
    position: fixed;
    justify-content: center;
    align-items: center;
    top: 0;
    left:0;
    width: 100%;
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
    background-color: rgba(27, 31, 84, 0.5);
    z-index: 7;
}
.container-asigurare-internationala,
.container-asigurare-locala {
    position: relative;
    display:  block;
    
    background-color: #FFFFFF;
    border-radius: 21px;
    padding: 40px 40px 80px;
    
}

.container-asigurare-internationala{
    position: absolute;
    top: 0;
}

.container-asigurare-internationala .button-row {
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
}

@media(min-width: 576px) {
    .container-asigurare-internationala {
        padding: 40px 40px 30px;
        position:relative;
    }
    .container-asigurare-internationala .button-row{
        position: relative;
        
    }
}
.tabel .rand{
    border-bottom: 1px solid #EDF1F4;
}
.tabel .rand:last-child {
    border-bottom: none;
}

.tabel .copy-tabel {
    font-size: 12px;
    color: #1B1F54;
    font-weight: 700;
    margin: 10px 0;
}
.tabel .copy-tabel span{
    font-size: 9px;
}

.tabel .check::before{
    content: '';
    display: block;
    width: 16px;
    height: 8px;
    border-bottom: 2px solid #2283C1;
    border-left: 2px solid #2283C1;
    transform: rotate(-45deg);
    margin: 0 auto;
    
}

.tabel .tabel-titlu,
.tabel .pret-tabel{
    color: #2283C1;
    font-weight: 700;
    text-align: center;
    margin: 10px 0;
    font-size: 12px;
}

.group-titlu {
    color: #FFFFFF;
    margin: 8px 0;
    font-size: 12px;
}

.container-mobile {
    background-color: #2283C1;
    display: none;
    margin-bottom: 20px;
}

@media only screen and (max-width:850px) {
    
    .container-stanga.container-stanga-video {
        display: none;
    }
    .container-mobile {
        display: block;
    }
   
    .tabel .tabel-titlu,
    .tabel .pret-tabel {
        font-size: 10px;
    }
    .group-titlu {
        margin: 8px 5px;
        font-size: 8px;
    }
}

.buton-modal {
    margin-top: 40px;
    padding: 10px 0;
    font-weight: 400;
    font-size: 14px;
    max-width: 123px;
    border: 2px solid #1B1F54;
    border-radius: 19px;
    background-color: #fff;
    text-align: center;
}

.col-primary {
    width: 37.5%;
}

.col-secondary {
    width: 12.5%;
}

.group-primary {
    width: 25%;
    margin-right: 10px;
    display:flex;
    justify-content: center;
    align-items: center;
    background-color: #2283C1;
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    
}
.group-secondary {
    width: 37.5%;
    background-color: #1B1F54;
    display:flex;
    justify-content: center;
    align-items: center;
    border-top-right-radius: 20px;
    border-bottom-right-radius:20px;
}
.container-asigurare-internationala .tabel .rand:first-child {
    border: none;
}
.tabel .primary-color {
    color: #45BCE5;
}

.tabel .secondary-color {
    color: #2283C1;
}

.tabel .tertiary-color {
    color: #1B1F54;
}

.check.primary-color::before {
    border-bottom: 2px solid #45BCE5;
    border-left: 2px solid #45BCE5;
}

.check.secondary-color::before {
    border-bottom: 2px solid #2283C1;
    border-left: 2px solid #2283C1;
}
.check.tertiary-color::before {
    border-bottom: 2px solid #1B1F54;
    border-left: 2px solid #1B1F54;
}


.h-bleu {
	color:#3990ce;
}
.h-dark-blue {
    color: #1B1F54;
}
.bold {
	font-weight:bold;
}

.scroll-arrow {
    position: fixed;
    bottom: 20px;
    left: 250px;
    width: 50px;
    height:50px;
    transform: translateX(-50%);
    border-radius: 50%;
    background-color: #3990ce;
    padding: 20px;
    
}
.scroll-arrow::before {
    content: '';
    display: block;
    position: absolute;
    left: 21px;
    top: 25px;
    background-color: white;
    width: 20px;
    height: 2px;
    transform: rotate(125deg);
}
.scroll-arrow::after{
    content: '';
    display: block;
    position: absolute;
    left: 10px;
    top: 25px;
    background-color: white;
    width: 20px;
    height: 2px;
    padding-left: 17px;
    transform: rotate(-125deg);
}


.nav-meniu-principal:nth-of-type(6) {
    display: none !important;
}
.nav-meniu-principal {
	color:#3990ce;
	margin-top:25px;
	font-weight: bold;
	width: 100%;
}
.nav-meniu-submeniu {
	color:#3990ce;
	margin-top:10px;
	padding-left:45px;
	position: relative;
	width: 100%;
}
.nav-meniu-submeniu::before {
	content:" ";
	width:35px;
	border-bottom:1px solid #3990ce;
	position: absolute;
	left:0px;
	top:11px;
}
.nav-meniu-submeniu a, .nav-meniu-principal a,.nav-meniu-submeniu a:visited, .nav-meniu-principal a:visited {
	color:#3990ce;
	text-decoration: none;
}
.d-flex {
	display:flex;
}
.h2-verde {
	color:#98c650;
}
.text-center {
	text-align:center;
}
.container {
	width:90%;
	margin:0 auto;
	padding:40px 0;
}
.container-no-padding {
	width:90%;
	margin:0 auto;
	padding:10px 0;
}
.hp-col {
	float:left;
	width:33.33%;
	background-size: cover;
	background-position: center center;
	height: 100%;
	display: flex;
	align-items: center;
    text-decoration: none;
}
.hp-container-text {
	width:90%;
	max-width: 300px;
	text-align: center;
	color:#fff;
	margin: 0 auto;
	padding:100px 0 70px 0;
}
.hp-container-text > p {
	font-style: italic;
}
.hp-buton {
	color:#fff;
	text-decoration: none;
	margin-top:30px;
	display: inline-block;
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	border:1px solid #fff;
	padding:5px 35px;
}
.hp-buton:visited,.hp-buton:hover {
	color:#fff;
	text-decoration: none;
}
.buton-verde {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color:#98c650;
	border:1px solid #98c650;
	padding:5px 20px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-top:30px;
}
.buton-verde-plin {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color:#fff;
	background-color:#98c650;
	border:1px solid #98c650;
	padding:5px 20px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-top:30px;
}
.buton-verde-plin:hover {
	color:#fff;
}
.buton-albastru-inchis-alb {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color:#1b1f53;
	background-color:#fff;
	border:1px solid #fff;
	padding:5px 30px;
	text-decoration: none;
	font-weight: 600;
	font-size:15px;
	display: inline-block;
	margin-top:30px;
}
.buton-albastru-inchis-alb:hover {
	color:#1b1f53;
}
.buton-alb {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color:#fff;
	border:1px solid #fff;
	padding:5px 20px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-top:30px;
	margin-left:10px;
	margin-right:10px;
}
.buton-alb:hover,.buton-alb:visited {
	color:#fff;
}
.buton-alb-selectat {
	background-color:#fff;
	color:#1c1f54;
}
.buton-alb-selectat:hover,.buton-alb-selectat:visited {
	color:#1c1f54;
}
.buton-albastru {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color:#fff;
	background-color:#3990ce;
	border:1px solid #3990ce;
	padding:5px 20px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	min-width: 170px;
	text-align: center;
}


.buton-albastru:visited,.buton-albastru:hover {
	color:#fff;
}

.buton-albastru-inchis {
   
    -webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color:#fff;
	background-color: #1B1F54;
	border:1px solid  #1B1F54;
	padding:5px 20px;
	text-decoration: none;
	font-weight: 600;
	display: inline-block;
	margin-top:10px;
	margin-left:10px;
	margin-right:10px;
	min-width: 170px;
	text-align: center;
}
.titlu-job {
	color:#1b1f53;
	font-weight: bold;
	margin-bottom:15px;
}

.hbspt-form {
    width: 90% !important;
    margin: 20px auto;
}

.container-stanga {
	width:40%;
	float:left;
	background-image:url('/images/bgmedihelp.png');
	background-size: cover;
	background-position: center center;
	height: 100%;
	display: flex;
	align-items: center;
	position: fixed;
}
.container-dreapta {
	width:60%;
	float:right;
	background-size: cover;
	background-position: center center;
	min-height: 100%;
}
.stanga-container-text {
	width:90%;
	max-width: 500px;
	text-align: center;
	color:#fff;
	margin: 0 auto;
	padding:70px 0 70px 0;
}

.container-stanga.container-stanga-video {
    background-image: none;
    background-color: #2283C1;
}


.container-stanga.container-stanga-video .stanga-container-text {
    max-width: 100%;
}

.stanga-container-text > h2 {
	font-style: italic;
	font-weight: normal;
}
.container-albastru-deschis-top {
	background-color:#3990ce;
	min-height: 50vh;
	display: flex;
	align-items: center;
}
.container-gri-top {
	background-color:#f5f4f4;
	min-height: 50vh;
	display: flex;
	align-items: center;
}
.container-gri-full-top {
	background-color:#f5f4f4;
	min-height: 100vh;
	display: flex;
	align-items: center;
}
.container-albastru-deschis-top p {
	color:#fff;
	font-weight: 600;
	max-width: 650px;
	margin:0 auto;
	text-align: left;
	font-size:18px;
	line-height: 26px;
	letter-spacing: 0.5px;
}
.bg-albastru-inchis {
	background-color:#1c1f54;
}
.container-top-padding {
	padding-top:100px;
	max-width: 90%;
	margin:0 auto;
	padding-bottom:50px;
}
.container-dreapta-split {
	min-height:50vh;
	display: flex;
	width:100%;
}
.container-half {
	float:left;
	width:50%;
}
.container-half-alb {
	background-color:#fff;
}
.container-half-gri {
	background-color:#f5f4f4;
}
.container-half-bleu {
	background-color:#609dc9;
	color:#fff;
}
.container-half-bleu-inchis {
	background-color:#3990ce;
	color:#fff;
}
.buton-plan-full { display:flex; margin-bottom:50px; }
.buton-plan-icon { float:left; width:30%; padding: 5px; display:flex; align-items: center; justify-content: center;}
.buton-plan-titlu { float:left; width:30%; padding: 5px; display:flex; align-items: center; font-weight:bold; color:#1b1f53; text-transform: uppercase; }
.buton-plan-actiune { float:left; width:40%; padding: 5px; display:flex; align-items: center; font-weight:bold; color:#1b1f53; font-size:14px; }
.buton-plan-actiune > a,.buton-plan-actiune > a:visited,.buton-plan-actiune > a:hover { font-weight:bold; color:#1b1f53; text-decoration:none; }
.info-icon-text { display:flex; align-items: center; margin-top:25px; }
.info-verde-icon { width:30%; float:left; }
.info-verde-text { width:70%; float:left; font-size:16px; font-weight:bold; color:#1b1f53; text-align:left; }
.info-verde-text > span { font-style: italic; font-weight:normal; font-size:14px; display:block; }
.buton-tel-header {
	color:#fff;
	font-weight: bold;
	font-size:13px;
	margin:0 15px;
	text-align: left;
	text-decoration: none;
}
.buton-limba {
	color:#fff;
	text-decoration: none;
}
.buton-limba-selectat {
	color:#fff;
	font-weight: bold;
	text-decoration: underline;
}
.text-albastru-inchis {
	color:#1b1f53;
}
.an-articol {
	font-weight: bold;
	position: relative;
	padding-left:45px
}
.an-articol::before {
  	background-image: url('../images/icons/iconalbcalendar.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px; 
    height: 30px;
    left:0;
    top:-5px;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    position: absolute;
}
.vizualizari-articol {
	font-weight: bold;
	position: relative;
	padding-left:45px
}
.vizualizari-articol::before {
  	background-image: url('../images/icons/iconalbochi.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 30px; 
    height: 30px;
    left:0;
    top:2px;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    position: absolute;
}
.printeaza-articol {
	font-weight: bold;
	position: relative;
	padding-right:45px
	text-decoration:underline;
}
.printeaza-articol::after {
  	background-image: url('../images/icons/iconalbprint.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px; 
    height: 20px;
    right:-30px;
    top:2px;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    position: absolute;
}
.buton-tel-header > span::before {
  	background-image: url('../images/icons/telmeniu.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px; 
    height: 17px;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
}
.text-sursa-articol > p {
	font-size:12px;
}
.text-albastru-inchis > span::before {
  	background-image: url('../images/icons/telmeniublue.png');
}	
.buton-tel-header > span {
	font-size:15px;
	display: block;
	margin-top:0px;
}
.buton-cere-oferta {
	-webkit-border-radius: 60px;
	-moz-border-radius: 60px;
	border-radius: 60px;
	color:#fff;
	border:1px solid #98c650;
	background-color:#98c650;
	padding:5px 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: center;
	font-size:13px;
}

.buton-cere-oferta.blue-button {
    border: 1px solid #24356F;
    
}
.buton-cere-oferta:hover,.buton-cere-oferta:visited {
	color:#fff;
}
.nav-control-desktop {
	position: fixed;
	left:50px;
	top:10px;
	z-index: 5;
	display: flex;
	/*align-items: end;*/
	align-items: flex-end;
}
hr {
	border: 1px solid #3990ce;
}
.social-icons-meniu {
	margin-bottom:10px;
	color:#3990ce;
	font-size:26px;
}
.footer-links-meniu {
	font-size:12px;
	text-align: left;
	max-width: 80%;
	margin:0 auto;
	opacity: 0.7;
}
.footer-links-meniu a,.footer-links-meniu a:visited {
	text-decoration: none;
	color:#1b1f53;
}
.social-icons-meniu a,.social-icons-meniu a:visited {
	color:#3990ce;
	text-decoration: none;	
	margin:5px 15px;
}
nav {
	background-color:#f5f4f4;
	width:100%;
	max-width: 500px;
	max-height: 100%;
	overflow:scroll;
	position: fixed;
	left:-90%;
	top:0;
	z-index: 2;
	transition:0.5s all;
	opacity: 0;
	padding-bottom:20px;
}
nav.open {
	left:0;
	opacity: 1;
}
.icon-beneficii-poza-text {
	/*float:left;*/
	padding:20px;
	font-size:13px;
	color:#1b1f53;
	font-weight: 600;
	max-width: 25%;
	min-height: 100px;
	margin:0 auto;
	display: inline-block;
}
.bullet-vazut-alb {
	padding-left:25px;
	margin:25px 0;
	position: relative;
}
.bullet-vazut-alb::before {
	background-image: url('../images/icons/bulletalbvazut.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px; 
    height: 20px;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    position: absolute;
    left:0;
}
.faq-intrebare {
	color:#3990ce;
	font-weight:bold;
	margin-top:30px;
	font-size:18px;
	cursor: pointer;
}
.faq-raspuns {
	display: none;
	font-size:13px;
	color:#1b1f53;
	margin-top:10px;
}
.descriere-avantaje-icons {
	color:#fff;
	font-size:14px;
	font-weight: bold;
}
.descriere-avantaje-icons > span {
	font-size:12px;
	font-weight: normal;
	display: block;
	font-style: italic;
}
.sageata-stanga {
	position: absolute;
    left: -25px;
    max-width: 10%;
    text-align: left;
    top: 40%;
    font-size:50px;
    transform: translateY(-50%);
    cursor: pointer;
    color:#3990ce;
    z-index: 99;
}
.sageata-dreapta {
	position: absolute;
    right: -25px;
    max-width: 10%;
    text-align: right;
    top: 40%;
    transform: translateY(-50%);
    cursor: pointer;
    font-size:50px;
    color:#3990ce;
    z-index: 99;
}
.testimoniale {
	padding:0 50px;
}
.select-albastru {
	font-weight: bold;
	color:#3990ce;
	border:2px solid #3990ce;
	padding:5px 10px;
	min-width: 250px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	background-color: transparent;
}
.subtitlu-contact {
	font-size:16px;
	font-weight: bold;
	text-align: left;
	margin-top:15px;
}
.contact-icon-text {
	font-size:14px;
	text-align: left;
	margin-top:10px;
	display: block;
	margin-top:15px;
	position:relative;
}
.contact-icon-pin {
	padding-left:40px;
}
.contact-icon-pin::before {
  	background-image: url('../images/icons/iconalbastrupin.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 26px; 
    height: 26px;
    left:0;
    top:10px;
    position: absolute;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    margin-right:10px;
}
.contact-icon-tel {
	padding-left:35px;
}
.contact-icon-tel::before {
  	background-image: url('../images/icons/iconalbastrutel.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px; 
    height: 20px;
    left:0;
    top:0px;
    position: absolute;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    margin-right:10px;
}
.contact-icon-fax {
	padding-left:35px;
}
.contact-icon-fax::before {
  	background-image: url('../images/icons/iconalbastrufax.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px; 
    height: 20px;
    left:0;
    top:0px;
    position: absolute;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    margin-right:10px;
}
.contact-icon-plic {
	padding-left:35px;
}
.contact-icon-plic::before {
  	background-image: url('../images/icons/iconalbastruplic.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 20px; 
    height: 20px;
    left:0;
    top:5px;
    position: absolute;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    margin-right:10px;
}
.header-mobile {
	display:none;
	position: relative;
	z-index: 6;
}
.despre-an {
	color:#3990ce;
	font-weight: bold;
	min-height: 50px;
    display: inline-block;
}
.despre-bull {
	font-size:50px;
	color:#3990ce;
	line-height: 32px;
}
.despre-text {
	font-size:13px;
	line-height: 17px;
	display: block;
	padding-left:5px;
	padding-right:5px;
}
.pachet-asigurare {
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	overflow: hidden;
	border:1px solid red;
	margin-bottom:25px;
}
.pachet-asigurare-titlu {
	min-height:70px;
	background-color:red;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	color:#fff;
}
.pachet-asigurare-continut {
	min-height:80px;
	margin-top:10px;
	font-size:14px;
}
.pachet-asigurare-continut > span {
	font-weight: bold;
}
.pachet-asigurare-pret {
	font-weight:bold;
	margin-bottom:10px;
}
.pachet-asigurare-1 { border:1px solid #3990ce; }
.pachet-asigurare-1 > .pachet-asigurare-titlu { background-color:#3990ce; }
.pachet-asigurare-1 > .pachet-asigurare-pret { color:#3990ce; }
.pachet-asigurare-2 { border:1px solid #2983bd; }
.pachet-asigurare-2 > .pachet-asigurare-titlu { background-color:#2983bd; }
.pachet-asigurare-2 > .pachet-asigurare-pret { color:#2983bd; }
.pachet-asigurare-3 { border:1px solid #1b60a3; }
.pachet-asigurare-3 > .pachet-asigurare-titlu { background-color:#1b60a3; }
.pachet-asigurare-3 > .pachet-asigurare-pret { color:#1b60a3; }
.pachet-asigurare-4 { border:1px solid #214390; }
.pachet-asigurare-4 > .pachet-asigurare-titlu { background-color:#214390; }
.pachet-asigurare-4 > .pachet-asigurare-pret { color:#214390; }
.pachet-asigurare-5 { border:1px solid #252e77; }
.pachet-asigurare-5 > .pachet-asigurare-titlu { background-color:#252e77; }
.pachet-asigurare-5 > .pachet-asigurare-pret { color:#252e77; }
.link-pdf {
	font-size:14px;
	color:#1b1f53;
	display: inline-block;
}
.link-pdf::before {
	font-family: "Font Awesome 5 Free";
	content:"\f1c1";
	color:red;
}
.container-linkuri-pdf a[href*=".pdf"] {
	font-size:14px;
	color:#1b1f53;
	display: inline-block;
}
.container-linkuri-pdf a[href*=".pdf"]::before {
	font-family: "Font Awesome 5 Free";
	content:"\f1c1";
	color:red;
}
.container-linkuri-pdf-subtil a[href*=".pdf"] {
		display:inline-block;
		margin:3px;
		padding:4px;
		background-color:#f5f4f4;
		color:#333333;
		text-decoration: none;
		font-weight: bold;
		margin-top:10px;
		border:1px solid #e8e8e8;
}
.container-linkuri-pdf-subtil a[href*=".pdf"]::before {
	font-family: "Font Awesome 5 Free";
		content:"\f1c1";
		color:red;
		margin-right:5px;
		display: inline-block;
}
.buton-pdf-alb {
	display:inline-block;
	margin:3px;
	padding:4px;
	background-color:#ecf7ff;
	color:#1970ae;
	text-decoration: none;
}
.buton-pdf-alb::before {
	font-family: "Font Awesome 5 Free";
	content:"\f1c1";
	color:#1970ae;
	margin-right:5px;
	display: inline-block;
}
.lista-documente h6 {
	color:#1b1f53;
	font-weight: bold;
	text-align:center;
}
.lista-documente {
	font-weight: bold; text-align: left; margin-top:10px; margin-bottom:5px; font-size:14px;
}
.lista-documente a {
	font-size:13px;
	color:#1b1f53;
	display: inline-block;
	font-weight:normal;
}
.lista-documente a[href*=".pdf"]::before {
	font-family: "Font Awesome 5 Free";
	content:"\f1c1";
	color:red;
	margin-right:5px;
}
.beneficii-incluse h6 {
	color:#fff;
	font-weight: bold;
	text-align:center;
}	
.beneficii-excluse h6 {
	color:#1b1f53;
	font-weight: bold;
	text-align:center;
}
.beneficii-incluse p {
	padding-left:25px;
	margin:25px 0;
	position: relative;
}
.beneficii-incluse p::before {
	background-image: url('/images/icons/bulletalbvazut.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px; 
    height: 18px;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    position: absolute;
    left:0;
}
.beneficii-incluse-mari p {
	padding-left:25px;
	margin:25px 0;
	position: relative;
	font-size:16px;
}
.beneficii-incluse-mari p::before {
	background-image: url('/images/icons/bulletalbvazut.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px; 
    height: 18px;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    position: absolute;
    left:0;
}
.beneficii-excluse p {
	padding-left:25px;
	margin:25px 0;
	position: relative;
}
.beneficii-excluse p::before {
	background-image: url('/images/icons/bulletxrosu.png');
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 18px; 
    height: 18px;
    content:"";
    margin-bottom:-1px;
    text-decoration: none;
    position: absolute;
    left:0;
}
.container-limbi {
	padding: 10px;
	background-color:#f5f4f4;
	border:1px solid #fff;
	color:black;
}
.container-limbi > a {
	display:block;
	margin-bottom:5px;
}
@media only screen and (max-width:1350px) {
	.buton-plan-full { display:block; margin-bottom:50px; }
	.buton-plan-icon { float:left; width:100%; padding: 5px; display:flex; align-items: center; justify-content: center;}
	.buton-plan-titlu { float:left; width:100%; text-align:center; padding: 5px; display:flex; align-items: center; justify-content: center; align-items: center; font-weight:bold; color:#1b1f53; text-transform: uppercase; }
	.buton-plan-actiune { float:left; width:100%; text-align:center; padding: 5px; display:flex; align-items: center; justify-content: center; font-weight:bold; color:#1b1f53; font-size:14px; margin-bottom:35px; }
	.buton-plan-actiune > a,.buton-plan-actiune > a:visited,.buton-plan-actiune > a:hover { font-weight:bold; color:#1b1f53; text-decoration:none; }
}	
@media only screen and (max-width:1100px) {
	
}	
@media only screen and (max-width:850px) {
    .despre-an { min-height: 0; }
	.despre-bull { margin-top:-30px; display:block; }
	.despre-an { margin-left:30px; }
	.despre-text { margin-bottom:30px; margin-left:30px; margin-top:-20px; }
	.icon-beneficii-poza-text { max-width:40%; }
	header.desktop { display:none; }
	.nav-control-desktop { display:none; }
	.hp-col { width:100%; height:auto; }
	.container-stanga { width:100%; height:auto; position: relative; min-height:55vh; }
	.container-dreapta { width:100%; min-height:auto; }
	.container-half { width:100%; }
	.container-dreapta-split { display:block; min-height:auto; }
	.container-top-padding { padding-top:50px; padding-bottom:50px; }
	.container-albastru-deschis-top,.container-gri-full-top,.container-gri-top { min-height:auto; }
	.container-albastru-deschis-top p { font-size:14px; line-height:20px; }
	.header-mobile { display:block; background-color:#fff; }
	nav { position:absolute; top:50px; background-color:#fff; width:100%; max-width:100%; border-bottom:1px solid #eee; -webkit-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3); box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.3); }
	.buton-tel-header { font-size:10px; margin-right:8px; }
	.buton-tel-header > span { font-size:12px; }
	.buton-tel-header > span::before { height:13px; }
	.buton-cere-oferta { font-size:11px; padding:5px 10px; margin-top:5px; }
	.scroll-arrow { left: 50%; }
}		
/** Homepage Ukraine CTA **/
.home_ukraine_cta {
	display: flex;
	max-width: 20%;
}
.home_ukraine_cta a, .home_ukraine_cta a:visited {
	display: flex;
	align-items:flex-start;
	align-content:flex-start;  
    color: #fff;
    font-weight: bold;
    font-size: 13px;
    margin: 0 30px 0 0;
    text-align: left;
    text-decoration: none;	
}
.home_ukraine_cta a img {
	margin-right: 10px;
	align-self: center;
}
.home_ukraine_cta a:hover {
	color:#0a58ca;
}
@media only screen and (max-width:1850px) {
	.container-no-padding {
		width:96%;
	}
	.home_ukraine_cta a, .home_ukraine_cta a:visited {
    	font-size: 12px;
	}
}