@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600|Roboto:400,500,700');

/*
@font-face {
    font-family: Roboto, sans-serif;
    src: url("../fonts/font-asirom/FSAlbertPro.otf") format("opentype");
    font-weight: 400;
	font-display: swap;
}
@font-face {
    font-family: Roboto, sans-serif;
    src: url("../fonts/font-asirom/FSAlbertPro-Bold.otf") format("opentype");
    font-weight: bold;
	font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url("../fonts/font-asirom-co/AsiromCo.otf") format("opentype");
    font-weight: 400;
	font-display: swap;
}
@font-face {
    font-family: Roboto;
    src: url("../fonts/font-asirom-co/AsiromCo-Bold.otf") format("opentype");
    font-weight: bold;
	font-display: swap;
}

*/


body {
    color: #000;
    /*font-family: Roboto, sans-serif !important;*/
	font-family: 'Roboto', sans-serif;!important;
	font-size: 14px;
}
p {
    font-size: 14px;
    text-align: justify;
}


.tx_dsp_none {
    display: none;
}
/*
 *Black smock over working area
 */
.sco-block-smoke-wrap-white,
.sco-block-smoke-wrap,
.sco-block-smoke-wrap2 {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top:0;
    bottom:0;
    text-align: center;
}

.sco-block-smoke-wrap-white .sco-block-smoke-wrap {
    position: absolute;
    z-index:98;
    background-color: #fff;
    /* These three lines are for transparency in all browsers. */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=60);
    opacity: .6;
}


.sco-block-smoke-wrap .sco-block-smoke-wrap,
.sco-block-smoke-wrap2 .sco-block-smoke-wrap {
    position: absolute;
    z-index:98;
    background-color: #000;
    /* These three lines are for transparency in all browsers. */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
    filter: alpha(opacity=30);
    opacity: .3;
}

.sco-block-smoke-wrap-white img,
.sco-block-smoke-wrap img,
.sco-block-smoke-wrap2 img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index:99999;
}
.mb-100 {
    margin-bottom: 100px !important;
}
.mt-20 {
    margin-top: 20px !important;
}
.mt-50 {
    margin-top: 50px !important;
}
.mt-10 {
    margin-top: 10px !important;
}
.f-11 {
    font-size: 11px !important;
}
.asi-gray-1 {
    color: #ccc;
}
.asi-gray-2 {
    color: #969696;
}
.f-13 {
    font-size: 13px !important;
}
.serco_error_txt {
    color: #ff0000;
}
/* Arrows */
.slick-prev,
.slick-next
{
    font-size: 0;
    line-height: 0;

    position: absolute;
    top: 50%;

    display: block;

    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);

    cursor: pointer;

    color: transparent;
    border: none;
    outline: none;
    background: transparent;
}
.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus
{
    color: transparent;
    outline: none;
    background: transparent;
}
.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before
{
    opacity: 1;
}
.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before
{
    opacity: .25;
}

.slick-prev:before,
.slick-next:before
{
    font-family: 'slick';
    font-size: 20px;
    line-height: 1;

    opacity: .75;
    color: white;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.slick-prev
{
    left: -25px;
}
[dir='rtl'] .slick-prev
{
    right: -25px;
    left: auto;
}
.slick-prev:before
{
    content: 'â';
}
[dir='rtl'] .slick-prev:before
{
    content: 'â';
}

.slick-next
{
    right: -25px;
}
[dir='rtl'] .slick-next
{
    right: auto;
    left: -25px;
}
.slick-next:before
{
    content: 'â';
}
[dir='rtl'] .slick-next:before
{
    content: 'â';
}

/* Dots */
.slick-dots
{
    display: block;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: left;
    margin-left: 10px;
}
.slick-dots li {
    display: inline-block;

    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;

    cursor: pointer;
}
.slick-dots li button
{
    font-size: 0;
    line-height: 0;

    display: block;

    width: 10px;
    height: 10px;
    padding: 5px;

    cursor: pointer;

    color: transparent;
    border: 0;
    outline: none;
    background: #e7e7e7;
    border-radius: 50px;
}
.slick-dots li.slick-active button {
    background-color: #FFCB08;
}
.slick-dots li button:hover,
.slick-dots li button:focus
{
    outline: none;
}
.slick-dots li button:hover:before,
.slick-dots li button:focus:before
{
    opacity: 1;
}

.content-1200 {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
.navbar-brand {
    padding-bottom: 20px;
}
.top-bar {
    background: #f1f1f1;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 13px;
    line-height: 15px;
}
.top-bar .navbar {
    padding: 0;
}
.top-bar .nav-item .disabled {
    background-color: #fff;
}
.top-bar .nav-item .nav-link,
.top-bar .nav-item .nav-link.disabled {
    color: #000;
}
.nav-pfpj .nav-item .nav-link {
    padding-right: 50px;
    padding-left: 50px;
}
.top-bar .dropdown-menu {
    min-width: auto;
    padding: 0;
    border: 0;
    background-color: #f1f1f1;
    border-radius: 0;
    margin: 0;
}
.top-bar .dropdown-item {
    padding: 10px;
    text-align: center;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
}
.top-bar .dropdown-item.active,
.top-bar .dropdown-item:active {
    background-color: #f8f9fa;
}
.top-bar .dropdown-toggle::after,
.main-menu .dropdown-toggle::after {
    border-top: 3px solid;
    border-right: 2px solid transparent;
    border-left: 2px solid transparent;
    color: #9a9a9a;
}
.top-bar,
.main-menu {
    position: relative;
    z-index: 9;
}
.top-bar {
    z-index: 9;
}
.main-menu {
    z-index: 8;
}
.main-menu {
    background-color: #fff;
}
.main-menu .nav-link {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 15px;
}
.main-menu .first-level > .nav-item:hover {
    background-color: #3c8aaa;
}
.main-menu .first-level > .nav-item:hover > .nav-link {
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.05em;
    font-size: 14px;
}
.main-menu .first-level .nav-item:hover .dropdown-toggle::after {
    color: #37a0d7;
    border-bottom: 3px solid;
    border-top: 0;
}
.main-menu .nav-item .link-col,
a.hs1 {
    display: block;
}
.hs1,
.main-menu .nav-item .link-col p.hs1 {
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    color: #000;
    font-size: 15px;
    padding: 10px 0 0;
    margin-bottom: 0;
}
.bg-light-grey {
    background-color: #f1f1f1;
}
.bg-light-grey p {

    color: #666;
}
.link-grey {
    color: #666;
    font-weight: 400;
    font-size: 15px;
    font-family: Roboto, sans-serif;
    letter-spacing: 0.001em;
    margin-bottom: 50px;
    margin-top: 30px;
    display: block;
}
a.hs1:hover {
    color: #000;
}
.link-grey:hover {
    color: #666;
}
a.hs1:hover,
.link-grey:hover {
    text-decoration: none;
}
.main-menu .nav-item .link-col {
    padding-right: 30px;
    position: relative;
}
.main-menu .nav-item .link-col::after {
    content: "\f105";
    font-family: FontAwesome;
    font-size: 20px;
    color: #bfbfbf;
    position: absolute;
    right: 10px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 15px;
    line-height: 15px;
}
.main-menu .nav-item .link-col,
.main-menu .nav-item .link-col:hover {
    text-decoration: none;
}
.main-menu .nav-item .link-col p {
    line-height: 22px;
    color: #888;
    font-size: 15px;
    text-decoration: none;
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.menu-tabs {
    height: 100%;
    background: #3c8aaa;
}
.main-menu .menu-tabs .nav-link {
    color: #fff;
}
.menu-tabs .nav-link.active,
.menu-tabs .show>.nav-link {
    background-color: #fff;
    color: #3c8aaa;
    border-radius: 0;
}
.btn-wrap {
    margin-top: 26px;
    margin-right: 10px;
    margin-left: 30px;
}
.btn-round {
    border-radius: 50px;
}
.btn-yellow {
    background-color: #FFCB08;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 13px;
    white-space: nowrap;
    min-width: 130px;
    height: 28px;
}
.btn-search {
    padding: 6px;
    border-radius: 50px;
    background-color: #f1f1f1;
    border: 0;
    z-index: 2;
    position: relative;
}
.btn-search img {
    display: block;
}
.btn-search:hover,
.btn-search:focus {
    background-color: #f1f1f1;
}
.serco_pos_relative,
.form-search {
    position: relative;
}
.form-search input {
    position: absolute;
    right: 0;
    margin-right: 0;
    z-index: 1;
    border-radius: 50px;
    font-size: 14px;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: #000;
    padding: 6px 20px;
    border: 0;
    background: #f1f1f1;
    height: 28px;
}
.main-menu .form-search input {
    display: none;
}
.form-search:hover input,
.form-search input:focus {
    display: block;
}
.main-menu .navbar-nav {
    width: 100%;
}
.main-menu .nav-item.btn-wrap:hover {
    background-color: #fff;
}
.form-search input::-webkit-input-placeholder { /* Edge */
    color: #000;
}
.form-search input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #000;
}
.form-search input::placeholder {
    color: #000;
}
.l-menu-item a {
    font-weight: bold;
    color: #000;
    font-size: 12px;
    line-height: 14px;
    font-family: Roboto, sans-serif;
    text-decoration: none;
    padding: 20px 0;
    display: block;
}
.l-menu-item a span {
    font-size: 20px;
    color: #e7e7e7;
}
.height-100 {
    height: 100%;
}
.slider-wrap {
    width: 100%;
    position: relative;
    z-index: 0;
    max-width: 1060px;
}
.slider-wrap .carousel-caption {
    right: auto;
    bottom: auto;
    top: 0;
    left: 0;
    text-align: left;
    padding: 5% 5% 8% 10%;
    width: 100%;
    height: 100%;
}
.slider-wrap .carousel-caption h5 {
    font-size: 3.1em;
    line-height: 1em;
    font-family: Roboto, sans-serif;
    font-weight: bold;
}
.slider-wrap .carousel-caption p {
    margin: 5% 0;
    font-size: 18px;
}
.slider-wrap .carousel-indicators {
    margin-left: 10%;
    right: auto;
    left: 0;
}
.slider-wrap .carousel-indicators li {
    width: 10px;
    height: 10px;
    border-radius: 50px;
    border: 1px solid #fff;
    background-color: transparent;
    margin-right: 20px;
}
.slider-wrap .carousel-indicators li.active {
    background-color: #fff;
}
.slider-menu {
    min-width: 184px;
}
.btn-white-lg {
    background-color: #fff;
    color: #3c8aaa;
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    padding: 10px 60px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
}
.btn-white-lg:hover {
    color: #3c8aaa;
    text-decoration: none;
}
.container-side {
    margin-left: calc((100% - 1200px) / 2);
    max-width: calc(100% - (100% - 1200px) / 2);
    width: 100%;
}
.section-as {
    max-width: calc(100% - 184px);
    width: 100%;
    margin-right: 0;
    margin-left: auto;
}
.s-as-padding-1 {
    padding: 50px;
}
.s-as-padding-2 {
    padding: 50px 100px;
}
.no-big {
    font-size: 4.81em;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    color: #e7e7e7;
    line-height: 1em;
    margin-bottom: 0;
}
.section-as h2 {
    font-size: 1.60em;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    color: #000;
    margin-bottom: 16px;
}




.section-as .txt-grey {
    font-family: Roboto, sans-serif;
    color: #666;
    font-size: 18px;
    margin-bottom: 60px;
}
.btn-yellow-lg {
    background-color: #FFCB08;
    color: #000;
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    padding: 10px 60px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 260px;
}
.btn-yellow-md {
    background-color: #FFCB08;
    color: #000;
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    padding: 6px 60px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border: 0;
}
.btn-yellow-lg:hover,
.btn-yellow-md:hover {
    text-decoration: none;
    color: #000;
}
.btn-white-md {
    background-color: transparent;
    color: #fff;
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    padding: 6px 60px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #fff;
}
.btn-default-md {
    background-color: transparent;
    color: #000;
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    padding: 6px 60px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    border: 1px solid #f1f1f1;
}
.btn-white-lg:hover {
    text-decoration: none;
}
.btn-white-md:hover {
    text-decoration: none;
    color: #fff;
}
.btn-default-md:hover,
.btn-default-md:focus {
    text-decoration: none;
    color: #000;
}
.btn-has-icon {
    position: relative;
}
.btn-has-icon i {
    position: absolute;
    left: 5%;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    height: 14px;
}
.bg-grey {
    background-color: #f1f1f1;
}
.list-plus {
    margin: 0;
    padding-left: 18px;
}
.list-plus li {
    list-style: none;
    font-family: Roboto, sans-serif;
    margin-bottom: 30px;
}
.list-plus li::before {
    content: "+";
    color: #FFCB08;
    font-weight: bold;
    display: inline-block;
    width: 1em;
    margin-left: -1em;
}
.list-plus li a {
    text-decoration: none;
    color: #666;
}
.list-plus li a span {
    font-weight: bold;
}
.txt-yellow {
    color: #FFCB08;
}
.bg-half-grey {
    background-image:
            linear-gradient(#f1f1f1,#f1f1f1),
            linear-gradient(#fff,#fff);
    background-size: 48%, 52%;
    background-repeat: no-repeat;
}
.bg-half-white {
    background-image:
            linear-gradient(#fff,#fff),
            linear-gradient(transparent, transparent);
    background-size: 48%, 52%;
    background-repeat: no-repeat;
}
.slick-slider {
    margin: 0 -10px;
}
.slick-slide {
    padding: 10px;
}
.slick-slide:focus {
    outline: none;
}
.article-box {
    padding: 20px;
    background-color: #fff;
}
.article-box h4 {
    margin-bottom: 30px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 1.1em;
}
.article-box .categ-date {
    margin-bottom: 0;
}
.article-box .excerpt,
.article-box .categ-date {
    color: #666;
}
.article-box h4,
.article-box .categ-date {
    font-family: Roboto, sans-serif;
}
.article-box a,
.article-box .excerpt {
    font-family: Roboto, sans-serif;
}
.article-box .excerpt {
    margin-bottom: 30px;
}
.as-map {
    text-align: right;
    position: absolute;
    width: 52%;
    right: 0;
    top: 0;
    height:400px;
}
.retea-wrap {
    max-width: 40%;
    padding: 20px;
    background-color: #fff;
    margin-right: 8%;
    margin-left: auto;
    z-index: 1;
    position: relative;
}
.as-retea,
.as-orase {
    display: block;
    width: 100%;
}
.s-retea {
    position: relative;
}
.s-retea .s-title {
    z-index: 1;
    position: relative;
}
.select2-container {
    margin-bottom: 20px;
}
.select2-container--default .select2-selection--single {
    border-radius: 0;
    color: #000;
    padding: 10px;
    height: 50px;
    position: relative;
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: bold;
    color: #000;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
    bottom: 1px;
    margin-top: auto;
    margin-bottom: auto;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #000 transparent transparent transparent;
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
    border-color: transparent transparent #000 transparent;
}
.list-results {
    padding: 0;
    margin: 0;
}
.list-results li {
    list-style: none;
    padding: 10px;
    cursor: pointer;
    margin-bottom: 10px;
}
.list-results li.active {
    background-color: #f1f1f1;
}
.list-results li p {
    margin-bottom: 0;
    color: #666;
    font-size: 14px;
}
.list-results li i {
    color: #FFCB08;
    padding-right: 5px;
    min-width: 16px;
    text-align: center;
}
footer {
    margin-top: 30px;
}
footer a,
footer li,
footer p {
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 12px;
}
footer a:hover {
    text-decoration: none;
    color: #000;
}
footer h4 {
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}
footer p {
    margin: 0;
}
footer ul {
    padding: 0;
    margin: 0;
}
footer ul li {
    list-style: none;
    padding: 0;
    margin-bottom: 8px;
}
.link-black {
    color: #000;
    font-weight: 500;
}
.bottom-bar {
    font-family: Roboto, sans-serif;
}
.f-premii {
    height: 100%;
}
.social-links {
    margin-right: 10vw;
}
.social-links li {
    margin-right: 20px;
    padding: 7px;
    border-radius: 50px;
    background-color: #f1f1f1;
    text-align: center;
}
.social-links li i {
    color: #000;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
}
.bottom-bar {
    text-align: center;
    margin: 25px auto;
    max-width: 1200px;
}
.footer-social-tc{
    background-color: white;
    width: 100%;
    margin: auto;
    max-width: 100%;
    text-align: center;
	margin-top: 2px;
}
.footer-social-tc.fixed{
	position: fixed;
    bottom: -2px;
    left: 0;
    right: 0;
}

.menu-footer li {
    padding-left: 12px;
    position: relative;
}
.menu-footer li::before {
    content: "|";
    position: absolute;
    left: 4px;
}
.menu-footer li:first-child::before {
    display: none;
}
.imSticky {
    position: fixed;
    top: 0;
    z-index: 9;
	margin-top: 110px;
}
.imSticky.sticky-end {
    top: auto;
    /*position: absolute;*/
}
.main-menu .navbar-toggle {
    position: relative;

    padding: 9px 10px;
    margin-top: 8px;
    margin-right: 15px;
    margin-bottom: 8px;
    background-color: transparent;
    background-image: none;
    border: 0;
    border-radius: 4px;
}

.main-menu .up-bar {
    transform: rotate(45deg);
    transform-origin: 0 50%;
}
.main-menu .middle-bar {
    opacity: 0;
    margin-top: 4px;
    margin-bottom: 4px;
}
.main-menu .down-bar {
    transform: rotate(-45deg);
    transform-origin: 0 50%;
}
.main-menu .navbar-toggler.collapsed .up-bar {
    transform: rotate(0);
}
.main-menu .navbar-toggler.collapsed .middle-bar {
    opacity: 1;
}
.main-menu .navbar-toggler.collapsed .down-bar {
    transform: rotate(0);
}
.main-menu .navbar-toggler .icon-bar {
    display: block;
    width: 22px;
    transition: all 0.2s;
    height: 4px;
    border-radius: 50px;
    background-color: #3c8aaa;
}
.navbar-toggler:focus {
    outline: none;
}
.m-menu-list {
    margin: 10px;
}
.m-menu-list .l-menu-item {
    border: 1px solid #f1f1f1;
    border-bottom: 0;
    padding-left: 10px;
}
.m-menu-list .l-menu-item:last-child {
    border-bottom: 1px solid #f1f1f1;
}
.l-has-caret .l-menu-item {
    position: relative;
}
.l-has-caret .l-menu-item::after {
    content: '';
    position: absolute;
    right: 15px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    border-radius: 1px;
    -ms-transform: rotate(45deg); /* IE 9 */
    -webkit-transform: rotate(45deg); /* Safari prior 9.0 */
    transform: rotate(45deg);
}
.l-item-highlight {
    background-color: #FFCB08;
}
.l-item-highlight .no-item {
    color: #ffe994;
}
.m-social-links li {
    margin-right: 10px;
    margin-left: 10px;
}
.m-social-links .social-links {
    margin-right: 0;
    margin-bottom: 20px;
}
.m-accordion h4 button {
    display: block;
    width: 100%;
    color: #999;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: bold;
}
.m-accordion h4 button:hover,
.m-accordion h4 button:focus {
    text-decoration: none;
    color: #999;
}
.m-accordion .card-header {
    background-color: #fff;
}
.m-accordion.accordion>.card:first-of-type {
    border-radius: 0;
}
.a-has-carret .card .card-header {
    position: relative;
    padding: 5px;
}
.a-has-carret .card .card-header::before {
    content: '\f0d7';
    font-family: FontAwesome;
    color: #3c8aaa;
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    height: 10px;
    margin-bottom: auto;
    margin-top: auto;
    line-height: 10px;
}
.a-has-carret .card .card-header.c-header-op::before {
    content: '\f0d8';
    font-family: FontAwesome;
}
.a-has-carret-2 .card .card-header {
    position: relative;
}
.a-has-carret-2 .card .card-header::after {
    content: '';
    position: absolute;
    right: 30px;
    top: 0;
    bottom: 0;
    margin-top: auto;
    margin-bottom: auto;
    width: 10px;
    height: 10px;
    border-right: 2px solid #000;
    border-top: 2px solid #000;
    border-radius: 1px;
    -ms-transform: rotate(135deg); /* IE 9 */
    -webkit-transform: rotate(135deg); /* Safari prior 9.0 */
    transform: rotate(135deg);
}
.m-accordion .card-body {
    text-align: center;
}
.page-header {
    background: #3c8aaa url('../images/header-image.png') no-repeat 0 0;
    background-size: contain;
    height: 100%;
}
.page-header h1 {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    padding: 5% 5% 5% 10%;
    font-size: 2.54em;
    margin: 0;
}
.breadcrumbs p {
    font-size: 12px;
    text-transform: uppercase;
    color: #999;
    font-family: Roboto, sans-serif;
    font-weight: 500;
    margin-bottom: 0;
}
.breadcrumbs a {
    color: #000;
    text-decoration: none;
}
.breadcrumbs a .current-page {
    color: #999;
}
.breadcrumbs p .txt-black {
    color: #000;
}
.s-as-padding-3 {
    padding: 20px 20px 20px 10%;
}
.s-as-padding-4 {
    padding: 50px 0;
}
.s-as-padding-5 {
    padding: 50px 100px 50px calc(10% - 20px);
}
.s-as-padding-6-full {
    padding: 50px 0 50px calc(10% - 20px);
}
.s-as-padding-7 {
    padding: 50px 0 50px calc(10% - 40px);
}
.s-as-padding-8 {
    padding: 25px 10px 0px calc(10% - 40px);
}
.s-as-padding-9 {
    padding: 0;
}
#retea .s-title {
    padding-left: 5px;
}
.grey-box {
    background: #f1f1f1;
    text-align: center;
    padding: 10%;
    border-radius: 5px;
    min-height: 200px;
}
.grey-box h3 {
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: bold;
}
.grey-box .btn-yellow-lg {
    margin-bottom: 0;
    display: block;
    padding: 6px 60px;
    max-width: 70%;
    margin-right: auto;
    margin-left: auto;
    margin-top: 40px;
}
.jobs-box {
    border: 1px solid #f1f1f1;
    padding: 20px;
    height: 100%;
}
.jobs-box h3 {
    font-family: Roboto, sans-serif;
    font-weight: bold;
}
.jobs-box .as-btn {
    max-width: 80%;
    width: 100%;

    margin-left: auto;
    margin-right: auto;
}
.jobs-box .j-location {
    font-weight: bold;
    color: #FFCB08;
    font-family: Roboto, sans-serif;
    margin-bottom: 30px;
}
.jobs-box .p-date {
    margin-bottom: 40px;
}
.jobs-box .p-date,
.jobs-box .j-description {
    color: #999;
}
a.txt-yellow {
    text-decoration: none;
    margin-top: 40px;
}
a.txt-yellow:hover,
a.txt-yellow:focus {
    color: #FFCB08;
}
.grey-box .txt-yellow {
    font-weight: bold;
    font-size: 32px;
}
.grey-box p {
    margin-bottom: 0;
}
.round-accordion .card,
.round-accordion .card-header {
    background-color: #f1f1f1;
}
.round-accordion .card {
    border: 0;
    margin-bottom: 20px;
    border-radius: 30px !important;
}
.round-accordion .card-header .btn {
    color: #000;
    text-decoration: none;
    font-weight: bold;
    display: block;
    padding: 0;
    width: 100%;
    text-align: left;
}
.round-accordion .card-header {
    border-bottom: 0;
    padding: .75rem 2.7rem .75rem 2rem;
}
.round-accordion .card-body {
    font-size: 14px;
    padding: .75rem 2rem 2rem;
}


.form-round input,
.form-round select,
.form-round textarea,
.form-round label{
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
}

.form-round label{
    padding-left: 15px;
    padding-right: 15px;
}
.form-round input,
.form-round select,
.form-round .select2-container--default .select2-selection--single {
    border-radius: 50px;
    margin-bottom: 20px;
    border-color: #f1f1f1;
}
.form-round .select2-container {
    height: 32px;
}
.form-round .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    color: #000;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
}
.form-round .select2-container--default .select2-selection--single {
    height: 32px;
    padding: .375rem .75rem;
}
.form-round textarea {
    border-radius: 20px;
    border-color: #f1f1f1;
}
.form-round select {
    width: 100%;
    height: 32px;
    padding: .375rem .75rem;
}
.form-round input::placeholder,
.form-round textarea::placeholder {
    color: #000;
}
.form-round .form-check-label,
.form-round .form-check-label a {
    font-size: 10px;
    color: #999;
}
.form-round .form-check-label a {
    text-decoration: underline;
}
.form-round .custom-file-label {
    border-radius: 30px;
}
/* Customize the label (the container) */
.form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-round .at-cv {
    background-color: #f1f1f1;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 70px;
    cursor: pointer;
}
.form-round .custom-file {
    margin-bottom: 15px;
}
.form-round .custom-file-input {
    z-index: 0;
}
/* Hide the browser's default checkbox */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 15px;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-round .btn-yellow-md {
    min-width: 218px;
}
.s-retea-2 {
    min-height: 500px;
}
.s-retea-2 .as-map {
    width: 74%;
}
.s-retea-2 .content-1200 {
    padding-top: 300px;
}
/*.s-retea-2.as-s-retea-2-reparatoare .content-1200 {
    padding-top: 200px;
}*/
.s-retea-2 .retea-wrap {
    margin-right: auto;
    margin-left: 21%;
}
.table-as.table-striped tbody tr:nth-of-type(odd) {
    background-color: #fff;
}
.table-as thead tr,
.table-as.table-striped tbody tr:nth-of-type(even) {
    background-color: #f1f1f1;
}
.table-as {
    font-family: Roboto, sans-serif;
}
.table-as .txt-description {
    display: block;
}
.table-as.table thead th,
.table-as .txt-description,
.table-as td {
    font-size: 12px;
    font-weight: normal;
}
.table-as td {
    font-weight: 500;
}
.table-as.table thead th,
.txt-description {
    color: #999;
}
.table-as thead th {
    white-space: nowrap;
}
.table-as thead th:first-child {
    width: 50%;
}
.p-small p {
    font-size: 14px;
}
.bg-blue {
    background-color: #3c8aaa;
}
.bg-blue h2,
.bg-blue p {
    color: #fff;
}
.bg-blue p {
    font-size: 14px;
}
.cta-section .row {
    max-width: 916px;
}
.list-names {
    padding: 0;
    margin: 0;
}
.list-names li {
    position: relative;
    list-style: none;
    padding-left: 20px;
    margin-bottom: 20px;
}
.list-names li::before {
    content: '\f105';
    position: absolute;
    left: 0;
    top: 0;
    color: #3c8aaa;
    font-family: FontAwesome;
}
.name {
    color: #3c8aaa;
    font-weight: bold;
    margin-bottom: 0;
    font-family: Roboto, sans-serif;
}
.function {
    color: #999;
    font-family: Roboto, sans-serif;
}
.s-directoriat .name {
    margin-top: 20px;
}
.s-directoriat .function {
    margin-bottom: 30px;
}
.img-300-240 {
    max-width: 300px;
    max-height: 240px;
    overflow: hidden;
}
.img-300-240 img {
    width: 100%;
    height: auto;
}
.box-img {
    margin-bottom: 30px;
}
.box-img img {
    margin-bottom: 30px;
}
.testimonials {
    margin-top: 50px;
}
.testimonial-txt {
    padding: 30px 30px 0 30px;
    position: relative;
}
.testimonial-txt::before {
    content: "";
    background: url('../images/quotes.png') no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 0;
    left: 0;
}
.testimonial-txt::after {
    content: "";
    background: url('../images/quotes.png') no-repeat;
    background-size: contain;
    width: 30px;
    height: 30px;
    position: absolute;
    bottom: -30px;
    right: 30px;
}
.t-img {
    border-radius: 50px;
    overflow: hidden;
    display: inline-block;
    width: 70px;
    height: 70px;
    margin-right: 10px;
}
.testimonial-person {
    display: flex;
    align-items: center;
    padding: 0 30px;
}
.t-name {
    font-weight: bold;
}
.t-name,
.t-function {
    margin-bottom: 0;

}
.simple-list {
    padding: 0;
    margin: 0;
}
.simple-list p {
    margin-bottom: 0;
}
.simple-list li {
    list-style: none;
}
.select-variation .select2-container,
.asi-select-judet-wrap .select2.select2-container {
    width: 100% !important;
}
.modal-cookies {
    text-align: center;
    padding-right: 0 !important;
    max-width: 400px;
    height: auto;
    right: 0;
    top: 0;
    margin-right: 0;
    margin-left: auto;
    box-shadow: -5px 5px 5px #0000002b;
}
.modal-cookies .modal-body {
    padding: 50px 20px;
    background: url('../images/cookies-icon.png') no-repeat;
    background-position: -6px center;
}
.modal-cookies a {
    color: #000;
    text-decoration: underline;
}
.modal-cookies .modal-content {
    border-radius: 0;
    border: 0;
}
.modal-cookies .modal-dialog {
    margin-right: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.modal-cookies .close {
    position: absolute;
    right: 5px;
    z-index: 9;
    opacity: 1;
}
.modal-cookies .modal-title {
    margin-bottom: 20px;
}
.modal-petitii {
    padding-right: 0 !important;
}
.modal-petitii .modal-dialog {
    max-width: 100%;
    position: fixed;
    margin: 0;
    width: 100%;
    bottom: 0;
}
.modal-petitii .count-down {
    background-color: #3c8aaa;
    color: #fff;
}
.modal-petitii .count-down {
    position: relative;
    width: 20%;
    text-align: center;
}
.modal-petitii .count-down .as-spiner {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    height: 84px;
}
.modal-petitii .count-down .as-spiner img {
    animation: spinner-border 3.5s linear infinite;
    animation-direction: reverse;
}
.modal-petitii .content-modal {
    padding: 50px 20px;
}
.modal-petitii .modal-content {
    border: 0;
}
.modal-petitii .modal-content div.align-items-stretch {
    min-height: 33vh;
}
.modal-petitii .modal-content .align-items-stretch .content-modal p{
    font-size: calc(14px + 0.4vw);
}
#countdown-txt {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    text-align: center;
    width: 24px;
    height: 24px;
    font-weight: bold;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    line-height: 24px
}
.modal-petitii .modal-body {
    padding: 0;
}
@media (min-width: 576px) {
    .modal-cookies .modal-dialog {
        max-width: 400px;
    }
}
@media all and (min-width: 1399px) {
    /*.section-slider {
        max-width: 1200px;
    }*/
    .modal-petitii .modal-dialog {
        max-width: 100%;
        right: 0;
        left: 0;
        margin: auto;
    }
}
@media all and (min-width: 992px) {
    .main-menu .navbar {
        padding: 0;
    }
    .main-menu .first-level > .nav-item {
        padding: 0 .5rem 1.4rem;
        margin: 0 .25rem;
        margin-top: 20px;
    }
    .main-menu .navbar .dropdown {
        position: static;
        width: 100%;
        text-align: center;
    }
    .main-menu .navbar .dropdown-menu {
        width:100%;
        left:0;
        right:0;
        top: 86px;
        margin: 0;
        border-radius: 0;
        border: 0;
        border-top: 3px solid #3c8aaa;
        box-shadow: 0 20px 50px #00000040;
        padding: 0;
    }
    .main-menu .navbar .dropdown:hover .dropdown-menu,
    .main-menu .navbar .dropdown .dropdown-menu:hover {
        display: block!important;
    }
    .main-menu .navbar {
        position: initial;
    }
}
@media all and (max-width: 1200px) {
    .container-side {
        margin-left: 0;
        max-width: 100%;
        width: 100%;
        padding-left: 10px;
    }
    .content-1200 {
        padding: 0 15px;
    }
    .cta-wrap.content-1200 {
        padding-left: 10%;
    }
}
@media all and (max-width: 1024px) and (min-width: 992px) {
    .btn-wrap {
        margin-left: 0;
    }
}
.chat-overflow-mobile{
    overflow-y: auto;
}
@media all and (max-width: 991px) {
    .chat-overflow-mobile{
        overflow-y: hidden !important;
    }
    .top-bar .content-1200 {
        padding: 0;
    }
    .nav-pfpj .nav-item .nav-link {
        padding-right: 15px;
        padding-left: 15px;
    }
    .main-menu .first-level > .nav-item:hover {
        background-color: #f1f1f1;
    }
    .main-menu .first-level > .nav-item:hover > .nav-link {
        color: #000;
        font-weight: bold;
        letter-spacing: 0;
    }
    .main-menu .first-level .nav-item:hover .dropdown-toggle::after {
        color: #999;
    }
    .main-menu .dropdown-toggle::after {
        border-top: 5px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        color: #9a9a9a;
        float: right;
        margin-right: 20px;
        margin-top: 10px;
    }
    .main-menu .dropdown.show .dropdown-toggle::after {
        border-bottom: 5px solid;
        border-right: 4px solid transparent;
        border-left: 4px solid transparent;
        border-top: 0;
        color: #9a9a9a;
    }
    .main-menu .navbar {
        padding: 0;
    }
    header.menu-open::after {
        content: '';
        position: fixed;
        width: 100%;
        background: #0000009e;
        top: 0;
        height: 100vh;
        z-index: 2;
        left: 0;
    }
    .main-menu .mobile-menu {
        position: absolute;
        width: 100%;
        top: 92px;
        z-index: 999;
    }
    .main-menu .mobile-menu .navbar-collapse {
        background: #fff;
        padding: 0;
    }
    .main-menu .content-1200 {
        padding: 0;
    }
    .main-menu .dropdown-menu {
        border: 0;
        padding: 0;
    }
    .main-menu .dropdown-menu .dropdown-item {
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding-left: 0;
        background-color: #f1f1f1;
        padding: .5rem 15px;
    }
    .main-menu .navbar-nav .nav-link {
        padding-left: 15px;
    }
    .navbar-brand {
        padding-left: 5px;
    }
    .mobile-menu .nav-item {
        border-top: 1px solid #f1f1f1;
    }
    .top-bar .form-search {
        position: absolute;
        top: 0;
        right: 80px;
        display: none;
    }
    .top-bar .search-visible .form-search {
        display: block;
    }
    .top-bar .search-visible .form-search button {
        background-color: #fff;
        border: 0;
    }
    .top-bar .form-search input {
        background-color: #fff;
        padding: 2px 20px;
        height: 24px;
        top: 3px;
        min-width: 191px;
    }
    .top-bar form .btn-search {
        padding: 4px;
        top: 3px;
    }
    .search-visible .show-search img {
        visibility: hidden;
    }
    .search-visible .show-search::before {
        content: 'x';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
    }
    .top-bar .navbar-expand-sm .navbar-nav {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .top-bar .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute;
    }
    .top-bar .navbar-nav .nav-link {
        padding-right: 15px;
    }
    .section-as {
        max-width: 100%;
    }
    .container-side {
        padding-left: 0;
    }
    .retea-wrap {
        max-width: 100%;
        margin-right: auto;
    }
    .slider-wrap {
        position: relative;
        z-index: 0;
    }
    .page-header {
        background: #3c8aaa;
    }
    .page-header h1 {
        font-size: 2.3em;
    }
    .section-as h2 {
        font-size: 1.8em;
    }
    .section-as p {
        font-size: 14px
    }
    .s-as-padding-6 {
        padding-right: 0;
        padding-left: 0;
    }
    .grey-box {
        margin-bottom: 15px;
    }
    .grey-box .txt-yellow {
        font-size: 24px;
    }
    .s-retea-2 .as-map {
        width: 100%;
    }
    .s-retea-2 .retea-wrap {
        margin-right: auto;
        margin-left: 0;
    }
    .cta-wrap.content-1200 {
        padding-left: 0;
    }
}
@media all and (max-width: 768px) {
    .slider-wrap .carousel-caption h5 {
        font-size: 2em;
    }
    .slider-wrap .carousel-caption p {
        display: none;
    }
    .slider-wrap .btn-white-lg {
        margin-top: 30px;
        display: inline-block;
        padding: 5px 20px;
    }
    .jobs-box .as-btn {
        max-width: 100%;
    }
    .chat-overflow-mobile{
        overflow-y: hidden !important;
    }
}
@media all and (max-width: 576px) {
    .top-bar .form-search {
        right: 42px;
    }
    .top-bar .form-search input {
        background-color: #f1f1f1;
        top: 34px;
    }
    .top-bar .search-visible .form-search button {
        background-color: #f1f1f1;
        top: 34px;
    }
    .top-bar .show-search {
        margin-right: 10px;
    }
    .slider-wrap .carousel-caption h5 {
        font-size: 1.2em;
    }
    .slider-wrap .btn-white-lg {
        margin-top: 0;
    }
    .form-round .select2-container {
        width: 100% !important;
    }
    .modal-petitii .count-down {
        width: 100px;
        min-width: 100px;
    }
    .modal-petitii .btn-yellow-md {
        padding: 6px 40px;
    }
    .modal-cookies .modal-dialog {
        margin: 0;
    }
    .chat-overflow-mobile{
        overflow-y: hidden !important;
    }
}

/*.mCS-my-theme.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{ background-color: red!important; }
.mCS-my-theme.mCSB_scrollTools .mCSB_draggerRail{ background-color: blue!important; }*/


.mCSB_scrollTools .mCSB_draggerContainer {
    background-color: #ededed !important;
    width: 4px!important;
}
.mCSB_scrollTools .mCSB_dragger_bar {
    background-color: #FFCB08!important;
}

.form-checkbox{
    position: absolute;
    margin-top: unset;
    margin-left: unset;
    left: 0;
}


.a-color {
    color: #3c8aaa;
}

.slider-description {
    color: #ffffff;
    text-shadow: 2px 2px #262626;
    font-weight: 700;
}

.slider-menu.d-none.d-lg-block.d-xl-block div.d-lg-flex.height-100 {
    align-items: center!important;
}

.s-as-padding-6 {
    padding: 0 0 0 calc(10% - 20px);
}

.as-txt-spn {
    font-size: 14px;
    text-align: justify;
}


.slider-wrap-static {
    width: 100%;
    position: relative;
    z-index: 0;
}


.box-img {
    font-size: 14px;
    text-align: justify;
}


.menu-ch-2 {
    padding-left: 25px !important;
}

a.menu-ch-2::after {
    border-top: 5px solid;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    color: #000;
    float: right;
    margin-right: 20px;
    margin-top: 10px;
    content: " ";
}

.menu-ch-3 {
    padding-left: 45px !important;
    background-color: #ffffff !important;
}


.form-search.form-inline.my-2.my-lg-0 {
    display: none;
}

@media (max-width: 991px){
    .main-menu .dropdown-menu .dropdown-item {
        font-family: Roboto, sans-serif;
        font-size: 14px;
        font-weight: bold;
        padding-left: 0;
        background-color: #f1f1f1;
        padding: .5rem 15px;
    }
}


table th[scope=col], table tbody td {
    text-align: center;
}

.row {
    margin-right: 0 !important;
    margin-left: 0 !important;
}

#polite .row.plt  {
    float: right;
}

#polite ::placeholder {
    color: rgba(153,153,153,0.6);
}

.asi-msg-err-wrap {
    text-align: center;
    font-weight: bold;
    color: #ff0000;
    font-size: 20px;
    margin-bottom: 60px;
}

.chat-icon img {
    position: fixed;
    right: 10px;
    bottom: 35%;
    cursor: pointer;
	z-index: 2;
}

.form-round input,
.form-round select,
.form-round textarea {
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-weight: 500;
}
.form-round input,
.form-round select,
.form-round .select2-container--default .select2-selection--single {
    border-radius: 50px;
    margin-bottom: 20px;
    border-color: #f1f1f1;
}
.form-round .select2-container {
    height: 32px;
    width: 100% !important;
}
.form-round .select2-container--default .select2-selection--single .select2-selection__rendered {
    font-weight: 500;
    color: #000;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
}
.form-round .select2-container--default .select2-selection--single {
    height: 32px;
    padding: .375rem .75rem;
}
.form-round textarea {
    border-radius: 20px;
    border-color: #f1f1f1;
}
.form-round select {
    width: 100%;
    height: 32px;
    padding: .375rem .75rem;
}
.form-round input::placeholder,
.form-round textarea::placeholder {
    color: #000;
}
.form-round .form-check-label,
.form-round .form-check-label a {
    font-size: 10px;
    color: #999;
}
.form-round .form-check-label a {
    text-decoration: underline;
}
.form-round .custom-file-label {
    border-radius: 30px;
}
/* Customize the label (the container) */
.form-check {
    display: block;
    position: relative;
    padding-left: 35px;
    margin-bottom: 12px;
    cursor: pointer;
    font-size: 22px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.form-round .at-cv {
    background-color: #f1f1f1;
    border-radius: 30px;
    text-align: center;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    position: absolute;
    left: 0;
    top: 0;
    padding: 5px 70px;
    cursor: pointer;
}
.form-round .custom-file {
    margin-bottom: 15px;
}
.form-round .custom-file-input {
    z-index: 0;
}
/* Hide the browser's default checkbox */
.form-check input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}

/* Create a custom checkbox */
.checkmark {
    position: absolute;
    top: 0;
    left: 15px;
    height: 15px;
    width: 15px;
    background-color: #eee;
}

/* On mouse-over, add a grey background color */
.form-check:hover input ~ .checkmark {
    background-color: #ccc;
}

/* When the checkbox is checked, add a blue background */
.form-check input:checked ~ .checkmark {
    background-color: #2196F3;
}

/* Create the checkmark/indicator (hidden when not checked) */
.checkmark:after {
    content: "";
    position: absolute;
    display: none;
}

/* Show the checkmark when checked */
.form-check input:checked ~ .checkmark:after {
    display: block;
}

/* Style the checkmark/indicator */
.form-check .checkmark:after {
    left: 5px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 3px 3px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.form-round .btn-yellow-md {
    min-width: 218px;
}

.modal-content {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    outline: 0;
}

.modal-contact-form .modal-dialog {
    max-width: 900px;
}

.p-40 {
    padding: 40px;
}

.w-100 {
    width: 100%;
}

.CookieDeclarationType {
    display: block;
    margin: 12px 0 12px 0;
    padding: 8px 8px 0 8px;
    border: 1px solid #333333;
    vertical-align: top;
}

.CookieDeclarationTableCell {
    text-overflow: ellipsis;
    word-wrap: break-word;
    border-bottom: 1px solid #777777;
    vertical-align: top;
    padding: 4px 4px 5px 4px;
    text-align: left;
}

.CookieDeclarationTableHeader {
    font-weight: bold;
    border-bottom: 1px solid #777777;
    text-align: left !important;
    padding: 4px;
    overflow: hidden;
}

.CookieDeclarationTypeHeader {
    font-weight: bold;
}

.retea-wrap .as-map-results {
    max-height: 200px!important;
}

p.hs1 span{
    color: #3c8aaa;
}

p.hs1 sup, a.hs1 sup{
    background-color: #ffcb08;
    border-radius: 10px;
    color: black;
    padding: 3px 5px;
}
.mobile-menu a.dropdown-item.menu-ch-3 span{
    color: #3c8aaa;
}

.mobile-menu a.dropdown-item.menu-ch-3 sup{
    background-color: #ffcb08;
    border-radius: 10px;
    color: black;
    padding: 3px 5px;
}

.big-nr {
    font-size: 90px !important;
    font-weight: bold;
}

.medium-nr {
    font-size: 75px !important;
    font-weight: bold;
}

.ghid-flex {
    display: flex;
    align-items: center;
}

.ghid-btn {
    background-color: #3c8aaa;
    color: #fff;
    border-radius: 5px;
    font-size: 15px;
}

.ghid-btn:hover {
    background-color: #FFCB08;
    color: #000;
}

.mrg-btm-negative {
    margin-bottom: -30px;
}

.sl-min {
    margin-left: 10%;
    margin-top: -50px;
}

.hidden-desktop {
    display: none;
}

.hidden-mobile {
    display: inherit;
}

@media (max-width: 991px) {
    .mrg-btm-negative {
        margin-bottom: 0;
    }

    .width-side .col-lg-2 {
        width: 40%;
    }
    .width-side .col-lg-2:last-child {
        margin: 0 auto !important;
    }

    .sl-min {
        margin-left: auto;
    }

    .mob-w .ghid-flex .col-sm-4, .mob-w .ghid-flex .col-sm-8, .mob-w .ghid-flex .col-sm-2, .mob-w .ghid-flex .col-sm-6 {
        width: 40%;
        padding: 0 !important;
    }

    .mob-w .ghid-flex .col-sm-2 {
        text-align: center;
    }

    .mob-w .ghid-flex .col-sm-2 img {
        width: 60%;
    }

    .hidden-desktop {
        display: inherit;
    }

    .hidden-mobile {
        display: none;
    }
}
.as-search-in-result {
    border-radius: 0;
    color: #000;
    padding: 10px;
    height: 50px;
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa;
    margin-bottom: 20px;
}

.btn-blue {
    background-color: #0077cf;
    color: #fff;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    font-size: 12px;
    line-height: 12px;
    white-space: nowrap;
    min-width: 80px;
    height: 25px;
}

.btn-blue.second {
    display: none;
}

.top-bar .btn-yellow {
    height: 25px;
}

.btn-blue-lg {
    background-color: #3c8aaa;
    color: #FFF;
    border-radius: 50px;
    font-family: Roboto, sans-serif;
    padding: 10px 55px;
    text-align: center;
    font-size: 14px;
    text-decoration: none;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 20px;
    min-width: 260px;
}

.btn-blue-lg:hover {
    color: #fff;
    text-decoration: none;
}

.phone-nr {
    display: initial;
}

@media (max-width: 600px) {
    .phone-nr {
        display: none;
    }

    .btn-blue {
        min-width: 100px;
        margin: 0 auto;
    }
}

@media (max-width: 991px) {

    .btn-blue.second {
        display: initial;
    }

    .btn-blue.first {
        display: none;
    }
}

.btn-yellow-lg.max-wdt {
        padding: 10px 56px;
}

/* Hotline Medical */

.row.hotline h2.a-color {
    color: #3c8aaa;
    font-size: calc(14px + 2vw);
    margin-bottom: 10px;
}

.row.hotline h3.txt-yellow {
    font-size: calc(14px + 1.3vw);
}

.row.hotline p {
    text-align: initial;
    margin: 2vw 0;
}

img.banner-img {
    text-align: end;
}

a.hot-blue-yellow {
    background-color: #3c8aaa;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    border: 1px solid #3c8aaa;
    cursor: pointer;
    box-shadow: inset 0 0 0 0 #FFCB08;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    width: 180px;
    display: inline-block;
    text-align: center;
    margin-right: 15px;
    margin-bottom: 15px;
}

a.hot-blue-yellow:hover span {
  display:none
}

a.hot-blue-yellow:hover:before {
  content:"Incepe Acum!";
  font-family: Roboto, sans-serif;
  font-weight: bold;
}

a.hot-blue-yellow:hover {
  background-color: #FFCB08;
  color: #000;
  box-shadow: inset 400px 0 0 0 #FFCB08;
  text-decoration: none;
  border: 1px solid #FFCB08;
}

a.hot-blue-white {
    background-color: #fff;
    color: #3c84aa;
    border: 1px solid #3c84aa;
    padding: 7px 20px;
    border-radius: 20px;
    cursor: pointer;
    width: 180px;
    display: inline-block;
    text-align: center;
}

a.hot-blue-white:hover {
    background-color: #3c84aa;
    color: #fff;
    text-decoration: none;
}

.row.hotline.second h4 {
    font-weight: 400;
}

@media (min-width: 992px){
    .row.hotline.second div.col-lg-3 {
        -ms-flex: 0 0 25%;
        flex: 0 0 23%;
        max-width: 23%;
    }
    .row.hotline.second {
        margin-top: -295px;
    }
}

@media (max-width: 992px){
    img.banner-img {
        display: none;
    }
}

.row.hotline.second div.card {
    margin: 15px;
    padding: 0;
    -webkit-box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, 0.4); 
    -moz-box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, 0.4);
    box-shadow: 6px 6px 12px -4px rgba(0, 0, 0, 0.4);
}

.row.hotline img {
    width: 100%;
}

.row.hotline.second div.card p.card-text {
  font-family: Roboto, sans-serif;
  font-weight: bold;
  color: #3c8aaa;
  font-size: 18px;
  margin: 0;
  padding: 15px;
}

.row.hotline.second div.card p.card-text span {
    opacity: 0.4;
}

.row.hotline.third p {
    margin: 10px 0;
}

.row.hotline.third h4 {
    text-align: initial;
}

/* Harta Responsive */
@media (max-width: 992px){
	.as-map {
    	position: relative;
    	width: 100%;
	}
	.s-retea .section-as.s-as-padding-7 {
		padding: 0;
	}
	.s-retea .retea-wrap span.select2 {
		width: 100% !important;
	}
}

.select2-results__group{
	display:none !important;
}


.mgr-10{
	margin-right: 10px;
}
.mgr-40{
	margin-right: 40px;
}

/* Inceput clase pagini full width */

.asi-pagina-full-width .content-1200.asi-breadcrumbs-section {
    display:none;
}
.asi-pagina-full-width div .content-1200{
    max-width:100%;
}
.asi-pagina-full-width div .content-1200 .section-as{
    max-width:100%;
    text-align: center;
}

/* Gesturi with full width */ 

.gesturi .section-slider{
    display:none;
}
/*
.gesturi div .content-1200 .s-as-padding-7{
    padding:0;
}
.gesturi div .content-1200 .s-as-padding-7 img{
    max-height:250px;
}
.gesturi div .content-1200 .s-as-padding-7 .mb-4{
    margin-bottom:0 !important;
} */

.gesturi div .content-1200 .s-as-padding-6{
    padding:0;
}

.gesturi div .content-1200 .s-as-padding-6 div span .full-image-container{
    max-height: 300px;
    overflow: hidden;
}

.gesturi div .content-1200 .s-as-padding-6 .mt-4{
    margin-top:0 !important;
}

.w100{
    width: 100%;
}

.gesturi.asi-pagina-full-width div .content-1200.asirom-30-gesturi_11{
    max-width:950px;
}
.gesturi.asi-pagina-full-width div .content-1200.asirom-30-gesturi_11 .section-as{
    text-align: left;
}
.gesturi.asi-pagina-full-width div .content-1200.asirom-30-gesturi_11 .section-as .w-100 h2{
    color: #3c8aaa;
}
.gesturi.asi-pagina-full-width div .content-1200.asirom-30-gesturi_11 .section-as .w-100 h2 span{
    font-size:60px;
}
.gesturi .txt-align-center{
    text-align: center;
    margin: auto;
}
.gesturi .gesturi-descarca-fisier .text-descarca{
    width: 100%;
    text-align: right;
    font-size: 24px;
}
.gesturi .gesturi-descarca-fisier .txt-align-left{
    text-align: left;
}

@media (max-width: 991px){
    .gesturi .gesturi-descarca-fisier .txt-align-left{
        text-align: center;
    }
    .gesturi .gesturi-descarca-fisier .text-descarca{
        text-align: center;
        margin-top: 10px !important;
    }
    .gesturi.asi-pagina-full-width div .content-1200.asirom-30-gesturi_11 .section-as .w-100 h2{
        padding: 0 20px;
    }
    .gesturi.asi-pagina-full-width div .content-1200.asirom-30-gesturi_11 .section-as .as-txt-spn{
        padding: 0 20px;
    }
}



/* RUR full map */
@media (min-width: 991px){
	div .rur-full-map{
		max-width: 100%;
	}
	div .rur-full-map .section-as .row h2{
		display: none;
	}
	div .rur-full-map .s-retea-2 .container-side {
		margin-left: 0;
		max-width: 100%;
	}
	div .rur-full-map .s-retea-2 .as-map {
		width: 100%;
		height: 500px;
		top: auto;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200{
		padding-top: 0px;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap{
		margin: 3%;
		max-width: 100%;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap ul.list-results{
		-webkit-column-count: 2;
		-moz-column-count: 2;
		column-count: 2;
		padding: 30px;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap .as-map-results{
		max-height: 800px!important;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap .as-map-results>div{
		max-height: 800px!important;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap ul.list-results li{
		display: inline-block;
		border: 1px solid #a2a2a2;
		width: 100%;
	}
	
}
@media (max-width: 990px){

	div .rur-full-map .s-retea-2 .container-side>.content-1200{
		padding-top: 0px;
	}
	
	div .rur-full-map .section-as .row h2{
		display: none;
	}

	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap .as-map-results{
		max-height: 300px!important;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap .as-map-results>div{
		max-height: 300px!important;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap ul.list-results{
		padding: 20px;
		background-color: #fbfbfb;
	}
	div .rur-full-map .s-retea-2 .container-side>.content-1200>.retea-wrap ul.list-results li{
		display: inline-block;
		border: 1px solid #a2a2a2;
		width: 100%;
	}
	
}



.asi-pagina-full-width .asirom-30_1 .section-as{
    margin: 0;
    padding: 0;
}
.asi-pagina-full-width .asirom-30_1 .section-as .mt-4{
    margin-top: 0!important;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn{
    width: 100%;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img{
    width: 100%;
    display: flex;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img .right-image{
    padding-right: 0;
    text-align: right;
    padding-left: 90px;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img h1{
    font-size: 4vw;
    line-height: 1em;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    padding-bottom: 50px;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img .left-text{
    padding: 160px 30px 50px 7%;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img .left-text p{
    font-size:calc(14px + 0.6vw);
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-img-txt{
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-img-txt .text-box p{
    font-size:calc(14px + 0.4vw);
    padding: calc(10vw - 100px) 15% 10vw 15%;
    text-align: left;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-img-txt .left-imgs{
    padding-left: 0 !important;
    padding-right: 0;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-img-txt .text-box{
    padding-left: 0 !important;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-img-txt .left-imgs .img-bg-left{
    position: absolute;
    z-index: 1;
    padding-top: 14vh;
    width: 20vw;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-img-txt .left-imgs .img-box{
    position: relative;
    z-index: 10;
    padding: 0 15%;
}

.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img{
    width: 100%;
    padding-bottom: 100px;
    overflow: hidden;
	margin-top: -150px;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img .text-box p{
    font-size:calc(14px + 0.4vw);
    padding: calc(10vw + 100px) 15% calc(10vw - 100px) 15%;
    text-align: right;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img .text-box{
    z-index: 5;
    padding-left: 0;
    padding-right: 0;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img .right-imgs{
    padding-left: 0;
    padding-right: 0;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img .right-imgs .img-bg-right{
    position: absolute;
    z-index: 1;
    padding-top: 8vh;
    right:0;
    width: 25vw;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img .right-imgs .img-box{
    position: relative;
    z-index: 10;
    padding: 0 15%;
}

.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-paralax{
    width: 100%;
    background-image: url('../images/bg-paralax-as-30.png');
    background-size: cover;
    background-repeat: no-repeat;
    min-height: 400px;
    background-position-x: right;
}
.asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-paralax .paralax-box p{
    padding: 130px 42% 130px 10%;
    font-size:calc(14px + 0.9vw);
    color: #fff;
    /*text-shadow: 2px 2px #262626; */
}

.asi-pagina-full-width div div.content-1200.asirom-30_11{
    max-width:950px;
}
.asi-pagina-full-width .asirom-30_11 .section-as{
    text-align: left;
    padding:0;
}
.asi-pagina-full-width .asirom-30_11 .section-as .as-txt-spn{
    width: 100%;
}
.asi-pagina-full-width .asirom-30_11 .txt-align-center{
    text-align: center;
    margin: auto;
}
.asi-pagina-full-width .asirom-30_11 .video-30 {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}
.asi-pagina-full-width .asirom-30_11 .video-30 iframe, .video-container object, .video-container embed { 
    position: absolute; 
    top: 0; 
    left: 0; 
    width: 100%; 
    height: 100%; 
}
.asi-pagina-full-width .asirom-30_11 .txt-video-section{
    font-size: calc(14px + 0.2vw);
}
.asi-pagina-full-width .asirom-30_11 .text-asi-30 h2{
    color: #3c8aaa;
    font-size: calc(14px + 1.1vw);
}
.asi-pagina-full-width .asirom-30_11 a.btn-yellow{
    min-width: auto;
    font-size: 20px;
    padding: 10px 30px;
    line-height: 20px;
    height: auto;
    border-radius: 0;
}


.asi-pagina-full-width .asirom-30_21 .section-as .as-txt-spn{
    width: 100%;
}


.asi-pagina-full-width .asirom-30_21 .section-as{
    margin: 0;
    padding: 0;
}

.asi-pagina-full-width .asirom-30_21 .section-as div h2{
    font-size: calc(14px + 1.5vw);
}

.asi-pagina-full-width .asirom-30_21 .section-as .mb-5{
    margin-bottom: 0!important;

}


#asi-hist {
  display: flex;
  flex: 1;
}
#asi-hist aside {
  width: 50%;
  position: relative;
  flex: 0 0 50%;
  background: linear-gradient(to bottom, #ffffff, #3c8aaa, #ffffff, #3c8aaa);
}
#asi-hist aside .item {
  width: 100%;
  margin: 0 auto;
  background: #ccc;
  text-align: center;
  color: #fff;
  font-size: 3em;
  position: sticky;
  top: 0;
  left: 20px;
  opacity: 0;
}
#asi-hist article {
  flex: 1;
  background: #fff;
  color: #fff;
  padding: 0 15px;
}
#asi-hist article section {
  min-height: 100vh;
  padding: 15px 0 30px;
  color:#000;
  display: flex;
  align-items: center;
  position: relative;
}
#asi-hist article section>div {
    width: 100%;
    padding: 5vw 8vw;
}
#asi-hist article section>div p {
    text-align:center;
    font-size: calc(14px + 0.2vw);
}
#asi-hist article h2 {
    position: absolute;
    transform-origin: 0 0;
    transform: rotate(90deg);
    margin: 0;
    letter-spacing: 5px;
    text-transform: uppercase;
    font-size: calc(36px + 0.1vw);
    line-height: 42px;
    top: 0;
    background-color: #ffcb08;
    margin-left: calc(26px + 0.1vw);
    width: 100vh;
    padding-left: 10vw;
    color: #fff;
}



.asi-pagina-full-width div div.content-1200.asirom-30_31{
    background-image: url('../images/wave-left.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align:center;
    padding: 0 15%;
    
}
.asi-pagina-full-width .asirom-30_31 .section-as{
    text-align: left;
    padding: 0;
    max-width: 900px !important;
    display: inline-block;
}
.asi-pagina-full-width .asirom-30_31 .section-as .mt-4{
    margin-top:0!important;
}
.asi-pagina-full-width .asirom-30_31 .section-as .as-txt-spn{
    width: 100%;
    min-height: 300px;
}
.asi-pagina-full-width .asirom-30_31 .section-as .as-txt-spn .img-bg-left{
    position: absolute;
    left: 0;
    width: 10vw;
}
.asi-pagina-full-width .asirom-30_31 .txt-align-center{
    text-align: center;
    margin: auto;
}
.asi-pagina-full-width .asirom-30_31 .text-asi-30 h2{
    color: #3c8aaa;
    font-size: calc(14px + 1.1vw);
    text-transform: uppercase;
    text-align: center;
    width: 100%;
}
.asi-pagina-full-width .asirom-30_31 .text-asi-30 h2:after{
    content: "";
    display: inline-block;
    width: 100%;
}
.asi-pagina-full-width .asirom-30_31 .txt-paralax-small{
    text-align: justify;
    font-size: calc(14px + 0.2vw);
}

.asi-pagina-full-width .asirom-30_41{
    background-color: #3c8aaa;
    padding: 50px;
}
.asi-pagina-full-width .asirom-30_41 .section-as .as-txt-spn{
    width: 100%;
}

.asi-pagina-full-width .asirom-30_41 .section-as{
    margin: 0;
    padding: 0;
}

.asi-pagina-full-width .asirom-30_41 .section-as .lista-gesturi .col-lg-4{
    padding: 20px;
}
.asi-pagina-full-width .asirom-30_41 .section-as .lista-gesturi .gest-box{
    padding: 10px;
    width:100%;
    text-align: left;
    position: relative;
    border: 1px solid grey;
}
.asi-pagina-full-width .asirom-30_41 .section-as .lista-gesturi .gest-box a{
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    position: absolute;
    bottom: 0;
    display: inline-block;
}
.asi-pagina-full-width .asirom-30_41 .section-as .lista-gesturi .gest-box a span.gest-no{
    font-size: 95px;
}
.asi-pagina-full-width .asirom-30_41 .section-as .lista-gesturi .gest-box a span{
    display: inline-block;
    line-height: 1;
    text-shadow: 2px 2px #262626;
}
.asi-pagina-full-width .asirom-30_41 .section-as .lista-gesturi .gest-box:before {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.asi-pagina-full-width .asirom-30_41 .section-as h2{
    color:#fff;
    font-size: calc(14px + 1.5vw);
}

.asi-pagina-full-width .asirom-30_41 .txt-align-center{
    text-align: center;
    margin: auto;
}

.asi-pagina-full-width .asirom-30_41 a.btn-yellow{
    min-width: auto;
    font-size: 20px;
    padding: 10px 30px;
    line-height: 20px;
    height: auto;
    border-radius: 0;
}
.asi-pagina-full-width .asirom-30_41 a img.arr-down{
    max-width:30px;
    margin:10px;
}

.asi-pagina-full-width div div.content-1200.asirom-30_41{
    background-image: url('../images/gesturi-bg.png');
    background-size: contain;
    background-repeat: no-repeat;
    text-align:center;
    background-position-x: right;
    
}

@media (max-width: 1200px)
{
    .asi-pagina-full-width .asirom-30_1.content-1200,  .asi-pagina-full-width .asirom-30_11.content-1200, .asi-pagina-full-width .asirom-30_21.content-1200, .asi-pagina-full-width .asirom-30_31.content-1200, .asi-pagina-full-width .asirom-30_41.content-1200 {
        padding: 0px;
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img{
        margin-top:0; /* new-for-prod */
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-img-txt .text-box p{
        padding: calc(10vw - 70px) 15% 10vw 15%;  /* new-for-prod */
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img .text-box p{
        padding: calc(10vw + 10px) 15% calc(10vw - 90px) 15%; /* new-for-prod */
    }
    
}

@media only screen and (max-width: 991px) {
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img {
        flex-direction: column;
      }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img .left-text{
        order: 2;
      }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img .right-image {
        order: 1;
      }
  
    #asi-hist aside {
      width: 100%;
      flex: 0 0 100%;
    }
    #asi-hist article {
      flex: 1;
      background: #ffffff94;
      position:absolute;
    }
    #asi-hist article section {    
        position: relative;
    }
    #asi-hist article section h2{    
        top: 0;
        text-align: center;
        padding-left: 0;
        padding-right: 30px;
    }
    #asi-hist article section>div p {
        font-weight: 600;
    }
    
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img .right-image {
        padding-left: 40px;
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img .left-text {
        padding: 50px 30px;
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img .left-text .hide-on-mobile{
        display: none;
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-full-txt-img h1 {
    font-size: 7vw;
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img{
        flex-direction: column;
        padding-bottom: 0px;
        margin-top:0; /* new-for-prod */
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img .text-box{
        order: 2;
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-txt-img .text-box p{
        text-align: left;
        padding: 10vw 15%; /* new-for-prod */
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-img-txt .text-box p{
        padding: 10vw 15%; /* new-for-prod */
    }
    .asi-pagina-full-width .asirom-30_1 .section-as .as-txt-spn .as-30-paralax .paralax-box p {
        padding: 130px 5%;
    }
    
    .asi-pagina-full-width .asirom-30_11 .txt-video-section {
        padding: 0 30px;
    }
    
    .asi-pagina-full-width .asirom-30_11 .text-asi-30 h2 {
        padding: 0 30px;
    }
    .asi-pagina-full-width .asirom-30_21 .section-as div h2 {
        font-size: calc(14px + 3.5vw);
    }
    .asi-pagina-full-width .asirom-30_41 .section-as h2 {
        font-size: calc(14px + 3.5vw);
        padding-top: 50px;
    }
    .asi-pagina-full-width .asirom-30_41 .section-as .mt-4{
        margin-top: 0 !important;
        
    }
    .asi-pagina-full-width .asirom-30_31 .section-as .as-txt-spn {
        padding-left: 70px;
    }
    .asi-pagina-full-width .asirom-30_31 .text-asi-30 h2 {
        text-align: center;
    }
	.asi-pagina-full-width div div.content-1200.asirom-30_31 {
		background-position-x: -45px;
	}
    .asi-pagina-full-width .asirom-30_41 .section-as .as-txt-spn {
        padding-bottom: 50px;
    }

}

.w-100percent{
	color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: bold;
    padding: 5% 5% 5% 10%;
    font-size: 2.54em;
}

.page-header h1.header-title {
    padding: initial;
    font-size: inherit;
}
.page-header h2 {
    font-size: inherit;
    font-weight: inherit;
}


header{
	position: sticky;
    top: 0;
    background-color: white;
    z-index: 20;
}










.dsg-n2022 .container-side{
    margin: 0;
    max-width: 100%;
    width: 100%;
}
.dsg-n2022 .slider-menu{
    display:none !important;
}
.dsg-n2022 .page-header{
    background: #E5F7F7 url(../images/locuinte-header-bg.png) no-repeat 80% 0;
    background-color: #E5F7F7;
    color:#00ADB1;
    height:400px;
}
.dsg-n2022 .page-header h1{
    color:#00ADB1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 5% 0;
    font-size: 3.75em;
    font-family: Roboto, sans-serif;
	/* text-shadow: 2px 2px #343434; */
}
.dsg-n2022 .w-100percent {
    padding: inherit;
    font-size: inherit;
}
.dsg-n2022 .content-1200-t2{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
}
.dsg-n2022 .section-as-t2 h2{
    font-size: 2.55rem;
    color: #00adb1;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}
.dsg-n2022 .section-as-t2 .blue-downloads{
    background-color: #E5F7F7;
    color: #00adb1;
    margin-top: 50px;
    padding: 25px;
    border-radius: 40px;
}
.dsg-n2022 .section-as-t2 .blue-downloads a{
    color: #00adb1;
    padding: 0 10px;
    font-family: Roboto, sans-serif;
}
.dsg-n2022 .section-as-t2 .right-boxes-top{
    margin-top: -110px;
}

.dsg-n2022 .section-as-t2 .blue-box-top{
    background-color: #00adb1;
    color: #fff;
    border-radius: 40px;
    padding: 25px 20px;
}
.dsg-n2022 .section-as-t2 .blue-box-top .btn-white-t2{
    width: 100%;
    color: #fff;
    border: 2px solid #fff;
}
.dsg-n2022 .section-as-t2 .blue-box-top .btn-white-t2:hover{
    width: 100%;
    color: #fff;
    border: 2px solid #FFCB08;
    background-color: #FFCB08;
}
.dsg-n2022 .section-as-t2 .blue-box-top .btn-white-full-t2{
    width: 100%;
    color: #00adb1;
    background-color: #fff;
    border: 2px solid #fff;
}
.dsg-n2022 .section-as-t2 .blue-box-top .btn-white-full-t2:hover{
    width: 100%;
    color: #fff;
    border: 2px solid #FFCB08;
    background-color: #FFCB08;
}
.m-top-15{
	margin-top:15px;
}
.p-left-0{
	padding-left:0 !important;
}
.p-right-0{
	padding-right:0 !important;
}
.dsg-n2022 .section-as-t2 .blue-box-top p{
    color: #fff;
    font-size: 29px;
    padding-top: 15px;
    font-family: Roboto, sans-serif;
}

.dsg-n2022 .section-as-t2 .yellow-box-bottom{
    background-color: #FFF6D2;
    color: #fff;
    border-radius: 40px;
    padding: 25px 20px;
    margin-top:20px;
}
.dsg-n2022 .section-as-t2 .yellow-box-bottom .btn-blue-t2, .dsg-n2022 .section-as-t2 .yellow-box-bottom .btn-blue-t2.no-bg:hover, .dsg-n2022 .section-as-t2 .btn-blue-t2{
    width: 100%;
    color: #fff;
    border: 2px solid #00ADB1;
    background-color: #00ADB1;
}
.dsg-n2022 .section-as-t2 .yellow-box-bottom .btn-blue-t2:hover, .dsg-n2022 .section-as-t2 .yellow-box-bottom .btn-blue-t2.no-bg, .dsg-n2022 .section-as-t2 .btn-blue-t2:hover{
    width: 100%;
    color: #00ADB1;
    border: 2px solid #00ADB1;
    background-color: #FFF6D2;
}
.dsg-n2022 .section-as-t2 .yellow-box-bottom p{
    color: #00ADB1;
    font-size: 29px;
    padding-top: 15px;
    font-family: Roboto, sans-serif;
}
.dsg-n2022 .section-as-t2 .yellow-box-bottom img{
    margin-left: 30px;
    margin-bottom: -40px;
    padding-top: 15px;
}

.t2-avantaje-section {
    background-color: #E5F7F7;
    padding: 30px 0;
}
.t2-avantaje-section .avantaje-elemente .connect-dots{
    position: absolute;
    bottom: 50%;
}
.t2-avantaje-section .avantaje-elemente>div{
    padding:20px;
    position:relative;
    min-height:250px;
}
.t2-avantaje-section .avantaje-elemente .col-lg-8{
    order:1;
    padding: 0 40px;
}
.t2-avantaje-section .avantaje-elemente .col-lg-4{
    order:2;
    padding: 0 40px;
    text-align: center;
}

.t2-avantaje-section .avantaje-elemente .row:nth-child(even) .col-lg-8{
    order:3;
}
.t2-avantaje-section .avantaje-elemente .row:nth-child(even) .connect-dots{
    right:0;
}
.t2-avantaje-section .avantaje-elemente .row:nth-child(odd) .connect-dots{
    left:0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.t2-avantaje-section .avantaje-elemente .col-lg-7{
    order:1;
    padding: 0 40px;
}
.t2-avantaje-section .avantaje-elemente .col-lg-5{
    order:2;
    padding: 0 40px;
    text-align: center;
}

.t2-avantaje-section .avantaje-elemente .row:nth-child(even) .col-lg-7{
    order:3;
}
.t2-avantaje-section .avantaje-elemente .row:nth-child(even) .image-over{
    position: absolute;
	top: 35%;
    left: -5%;
    background-color: #fff;
    height: 0;
    width: 30%;
    padding-bottom: 30%;
    text-align: center;
    vertical-align: middle;
	border-radius: 20px;
}
.t2-avantaje-section .avantaje-elemente .row:nth-child(odd) .image-over{
    position: absolute;
    top: 35%;
    left: 75%;
    background-color: #fff;
    height: 0;
    width: 30%;
    padding-bottom: 30%;
    text-align: center;
    vertical-align: middle;
	border-radius: 20px;
}
.t2-avantaje-section .avantaje-elemente .row .image-over img{
	padding: 26% 15%;
    max-width: 100%;
}
.t2-avantaje-section .avantaje-elemente>div h3{
    color:#00ADB1;
    font-size:24px;
    font-weight:600;
}

.t2-pachete-section {
    background-color: #fff;
    padding: 30px 0;
}

.t2-pachete-section table .titlu-pachet-head {
    background-color: #fff;
    width:50%;
}
.t2-pachete-section table .pachet-standard-head {
    width:15%;
}
.t2-pachete-section table .pachet-complet-head {
    width:15%;
}
.t2-pachete-section table .pachet-extins-head {
    width:15%;
}
.t2-pachete-section table thead th>div>div {
    padding: 10px 0;
    font-weight:500;
	font-size: 29px;
    line-height: 29px;
}

.t2-pachete-section table .pachet-standard-head>div {
    background-color: #9AE4E6;
    color:#fff;
    font-size:29px;
    font-weight:600;
    width:15%;
    text-align: center;
    width: 100%;
    height:140px;
    margin-top:80px;
    padding: 10px 5px 10px 5px;
    border-radius: 20px 20px 0 0;
}
.t2-pachete-section table .pachet-complet-head>div {
    background-color: #66CED0;
    color:#fff;
    font-size:29px;
    font-weight:600;
    width:15%;
    text-align: center;
    width: 100%;
    height:180px;
    margin-top:40px;
    padding: 50px 5px 10px 5px;
    border-radius: 20px 20px 0 0;
}
.t2-pachete-section table .pachet-extins-head>div {
    background-color: #00ADB1;
    color:#fff;
    font-size:29px;
    font-weight:600;
    width:15%;
    height:220px;
    text-align: center;
    width: 100%;
    padding: 90px 5px 10px 5px;
    border-radius: 20px 20px 0 0;
}

.dsg-n2022 .section-as-t2 table .btn-white-t2{
    width: 100%;
    color: #fff;
    border: 2px solid #fff;
}
.dsg-n2022 .section-as-t2 table .btn-white-t2:hover{
    width: 100%;
    color: #fff;
    border: 2px solid #FFCB08;
    background-color: #FFCB08;
}

.t2-pachete-section table tbody tr>td:first-child {
    text-align: left;
    padding: 20px 0;
    background-color: #fff;
    border-bottom: 2px solid #EFEFEF;
}
.t2-pachete-section table tbody tr:last-child td:first-child {
    border-bottom: none;
}

.t2-pachete-section table tbody tr td {
    text-align: center;
    padding: 20px 0;
    background-color: #E5F7F7;
    border: 2px solid white;
}
.t2-pachete-section table tbody tr td i.da {
    font-size:30px;
    color: #00ADB1;
}
.t2-pachete-section table tbody tr td i.nu {
    font-size:30px;
    color: #B2E6E8;
}

.dsg-n2022 .accordion {
    background-color: #e5f7f7;
    cursor: pointer;
    padding: 12px 20px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    transition: 0.1s;
    border-radius: 25px;
    margin-top: 20px;
    position: relative;
}

.dsg-n2022 .accordion:after {
  content: '\002B';
  color: #777;
  font-weight: bold;
  float: right;
  margin-left: 5px;
  position: absolute;
  right: 12px;
  top: calc(50% - 12px);
  font-size: 22px;
  line-height: initial;
}

.dsg-n2022 .accordion.active:after {
  content: "\2212";
}
.dsg-n2022 .accordion.active {
  font-weight: 600;
  border-radius: 25px 25px 0 0;
}

.dsg-n2022 .accordion-panel {
    padding: 0 20px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    background-color: #e5f7f7;
    border-radius: 0 0 25px 25px;
}

.t2-intrebari-section .blue-box-contact{
    background-color: #e5f7f7;
    margin-top: 72px;
    border-radius: 25px;
    padding: 20px 20px;
    color: #00adb1;
}
.t2-intrebari-section .blue-box-contact p{
    font-size:29px;
    color: #00adb1;
    font-weight:600;
    line-height: initial;
}
.t2-intrebari-section .blue-box-contact span{
    font-size:14px;
    line-height: normal;
}
.t2-intrebari-section .blue-box-contact a{
    font-size:29px;
    font-weight:600;
    text-decoration:none;
    color: #00adb1;
    line-height: normal;
}
.t2-intrebari-section .blue-box-contact .row>div{
    display: grid;
}
.t2-intrebari-section .blue-box-contact .row{
    margin-bottom:13px;
}

.dsg-n2022 .t2-form-section {
    background-color: #E5F7F7;
    padding: 30px 0;
}
.dsg-n2022 .t2-form-section .s-as-padding-6{
    padding:0;
}
.dsg-n2022 div.t2-form-section div.section-as{
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    font-family: Roboto, sans-serif;
    text-align: left;
}
.dsg-n2022 .t2-form-section h2{
    font-size: 2.55rem;
    color: #00adb1;
    font-family: Roboto, sans-serif;
    font-weight: 600;
}
.dsg-n2022 .t2-form-section form .row>div{
    padding-bottom: 5px;
    padding-top: 15px;
}

.dsg-n2022 .t2-form-section form .btn-yellow-md{
    color: #00ADB1;
    border: 2px solid #00ADB1;
    background-color: transparent;
}
.dsg-n2022 .t2-form-section form .btn-yellow-md:hover{
    color: #fff;
    border: 2px solid #00ADB1;
    background-color: #00ADB1;
}
.dsg-n2022 .t2-last-news-section .articles  .single-article{
    padding-left: 0;
    
}
.dsg-n2022 .t2-last-news-section .articles  .single-article .article-box{
    padding: 0 0 30px 0;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
    border-radius: 25px;
}
.dsg-n2022 .t2-last-news-section .articles  .single-article .article-box .article-img{
    width:100%;
    height:150px;
    background-color: #E5F7F7;
    border-radius: 25px 25px 0 0;
}
.dsg-n2022 .t2-last-news-section .articles  .single-article .article-box h4{
    font-size:18px;
    font-weight:600;
    padding: 10px 10px 0 10px;
    margin-bottom: 0px;
    margin-top: 0px;
    min-height:54px;
}
.dsg-n2022 .t2-last-news-section .articles  .single-article .article-box p{
    padding:10px;
}
.dsg-n2022 .t2-last-news-section .articles  .single-article .article-box p.excerpt{
    min-height:150px;
    text-align: left;
}
.dsg-n2022 .t2-last-news-section .articles  .single-article .article-box a{
    padding:10px;
    margin-bottom:20px;
}
.mobile-nav-pachete,
.mobile-nav-avantaje, 
.mobile-nav-blog {
    display:none;
}


@media (min-width: 992px){
    .t2-last-news-section .articles .single-article{
        display: block !important;
    }
    .t2-avantaje-section .avantaje-elemente>div{
        display: flex !important;
    }
    .t2-pachete-section .tabel-pachete-container table td, .t2-pachete-section .tabel-pachete-container table th {
        display: table-cell !important;
    }
}

/* under 991px width */

@media (max-width: 991px){
    .t2-pachete-section .tabel-pachete-container table td, .t2-pachete-section .tabel-pachete-container table th {
       display: none;
    }
    .t2-pachete-section .tabel-pachete-container table td:nth-child(1), .t2-pachete-section .tabel-pachete-container table th:nth-child(1) {
       display: block;
    }
    .t2-pachete-section .tabel-pachete-container .mobile-nav-pachete {
       display: block;
       position: absolute;
        right: 20px;
    }
    .t2-pachete-section .tabel-pachete-container .mobile-nav-pachete i.nu {
        font-size:30px;
        color: #B2E6E8;
        padding: 0 5px;
        cursor:pointer;
    }
    .t2-pachete-section .tabel-pachete-container .mobile-nav-pachete i.nu:before {
        background-color: #fff;
        border-radius: 25px;
        border: 1px solid #fff;
    }
    .t2-pachete-section .tabel-pachete-container .mobile-nav-pachete i.nu:hover {
        color: #00adb1;
    }
    .dsg-n2022 .section-as-t2 .right-boxes-top {
        /* margin-top: 40px; */
    }
    .dsg-n2022 .section-as-t2 .blue-downloads>div {
        padding: 15px 0;
    }
    .dsg-n2022 .section-slider .m-menu-list {
        display: none;
    }
    .dsg-n2022 .content-1200-t2 .section-as-t2 .col-lg-9{
        order:3;
    }
    
    .dsg-n2022 .section-as-t2 .yellow-box-bottom p, .dsg-n2022 .section-as-t2 .yellow-box-bottom img{
        /* display: none; */
    }
    
    .t2-avantaje-section .mobile-nav-avantaje {
       display: block;
       position: absolute;
        right: 20px;
    }
    .t2-avantaje-section .mobile-nav-avantaje i.nu {
        font-size:30px;
        color: #B2E6E8;
        padding: 0 5px;
        cursor:pointer;
    }
    .t2-avantaje-section .mobile-nav-avantaje i.nu:hover {
        color: #00adb1;
    }
    .t2-avantaje-section .mobile-nav-avantaje i.nu:before {
        background-color: #fff;

        border-radius: 25px;
        border: 1px solid #fff;
    }
    .dsg-n2022 .section-as-t2 h2 {
        width: 50%;
    }
    .t2-avantaje-section .avantaje-elemente>div{
        display: none;
    }
    .t2-avantaje-section .avantaje-elemente>div:nth-child(1){
        display: block;
    }
    .t2-avantaje-section .avantaje-elemente .connect-dots{
        display: none;
    }
    .t2-last-news-section .mobile-nav-blog {
       display: block;
       position: absolute;
        right: 20px;
    }
    .t2-last-news-section .mobile-nav-blog i.nu {
        font-size:30px;
        color: #B2E6E8;
        padding: 0 5px;
        cursor:pointer;
    }
    .t2-last-news-section .mobile-nav-blog i.nu:before {
        background-color: #fff;
        border-radius: 25px;
        border: 1px solid #fff;
    }
    .t2-last-news-section .mobile-nav-blog i.nu:hover {
        color: #00adb1;
    }
    .t2-last-news-section .articles .single-article{
        display: none;
    }
    .t2-last-news-section .articles .single-article:nth-child(1){
        display: block;
    }
    .dsg-n2022 .t2-last-news-section .articles .single-article {
       padding-left: 15px; 
    }
    .dsg-n2022 .t2-last-news-section .articles .single-article .article-box p.excerpt {
        min-height: 100px;
    }
    .dsg-n2022 .page-header h1 {
        padding: 5% 15px;
        font-size: 2.1em;
    }
    .dsg-n2022 .page-header {
        background: #E5F7F7 url(../images/locuinte-header-bg.png) no-repeat center 80%;
        height: 400px;
        background-size: contain;
    }
	.dsg-n2022 .section-as-t2 h2 {
		width: 100%;
		font-size: 2.3rem;
		padding-top: 30px;
	}
}


.as-cere-oferta-modal .modal-dialog{
	margin-top: 100px;
}
.as-cere-oferta-modal .modal-content{
	background-color: #00ADB1;
	border-radius: 20px;
}
.as-cere-oferta-modal .modal-content .modal-header .image-top{
	margin-top: -90px;
    max-width: 266px;
    margin-bottom: -40px;
}
.as-cere-oferta-modal .modal-content .modal-header button{
	margin-top: 30px;
    color: #fff;
	opacity:1;
}
.as-cere-oferta-modal .modal-content .modal-header{
	border: none;
}
.as-cere-oferta-modal .modal-content .modal-header .modal-title{
	color: #fff;
	white-space: nowrap;
	padding-top: 40px;
}
.as-cere-oferta-modal .modal-content .modal-header .img-top-container{
	text-align: center;
	width: 100%;
}
.as-cere-oferta-modal .modal-content .modal-body{
	background-color: #fff;
    border-radius: 20px;
}

.as-cere-oferta-modal .form-round input, .as-cere-oferta-modal .form-round select, 
.as-cere-oferta-modal .form-round .select2-container--default .select2-selection--single, 
.as-cere-oferta-modal .form-round textarea {
    background-color: #E5F7F7;
	color: #379eee;
}
.as-cere-oferta-modal .form-round input::placeholder,
.as-cere-oferta-modal .form-round textarea::placeholder,
.as-cere-oferta-modal .form-round .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #379eee;
}
.as-cere-oferta-modal .select2-container--default .select2-selection--single .select2-selection__arrow b {
    border-color: #379eee transparent transparent transparent;
}

.as-cere-oferta-modal .btn-blue-white-bg{
    background-color: #fff;
    color: #3c82aa;
    border: 2px solid #3c82aa;
    padding: 2px 20px;
    border-radius: 20px;
    cursor: pointer;
    min-width: 180px;
    display: inline-block;
    text-align: center;
}
.as-cere-oferta-modal .btn-blue-white-bg:hover{
    background-color: #3c82aa;
    color: #fff;
    text-decoration: none;
}

.t2-under-header-section .right-boxes-top .blue-box-top span{
    font-size:14px;
    line-height: normal;
}


.t2-under-header-section .right-boxes-top .blue-box-top .row>div{
    display: grid;
}
.t2-under-header-section .right-boxes-top .blue-box-top .row>div a{
    color: #fff;
    font-size: 20px;
    font-weight: 600;
	text-decoration: none;
	line-height:20px;
}

.t2-under-header-section .right-boxes-top .blue-box-contact p {
    font-size: 29px;
    font-family: Roboto, sans-serif;
	font-weight: 600;
}

.t2-under-header-section .right-boxes-top .blue-box-contact {
    background-color: #e5f7f7;
    margin-top: 20px;
    border-radius: 40px;
    padding: 20px 20px;
    color: #0064b1;
}
.t2-under-header-section .right-boxes-top .blue-box-contact a {
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    color: #0064b1;
    line-height: normal;
	line-height:20px;
}
.t2-under-header-section .right-boxes-top .blue-box-contact .row>div{
    display: grid;
}
.t2-under-header-section .right-boxes-top .blue-box-contact .row{
    padding-bottom:20px;
}
.t2-under-header-section .right-boxes-top .blue-box-contact span{
    font-size:14px;
    line-height: normal;
}

.content-1200-t2 .section-as-t2 .row.call-center-steps{
	    min-height: auto;
}
.call-center-steps .box-white>.row{
	background-color: #fff;
	padding: 16px 5px;
	border-radius: 20px;
	margin: 10px !important;
}
.content-1200-t2 .call-center-steps div.box-white{
	padding: 0;  
	text-align: left;
}
.call-center-steps .box-white .step-number{
	text-align: center;
    background-color: #006cb1;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    padding-top: 12px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    line-height: 16px;
	display: grid
}
.call-center-steps .box-white .step-number span{
	font-size: 10px;
    line-height: 10px;
}
.call-center-steps .box-white .step-details{
	padding-top: 9px;
	padding-left:0;
}
.call-center-steps .box-white .step-details a{
	text-align: left;
    color: #006cb1;
    border-radius: 20px;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px;
	text-decoration: none;
}
@media (max-width: 991px){
	.as-cere-oferta-modal .modal-content .modal-header .image-top {
		margin-top: -60px;
		max-width: 190px;
		margin-bottom: -20px;
	}
	.as-cere-oferta-modal .modal-content .modal-header .modal-title {
		position: absolute;
		top: 60px;
	}
	.as-cere-oferta-modal .modal-dialog {
		margin-top: 50px;
	}
	.modal-contact-form.as-cere-oferta-modal  {
		padding-right: 0 !important;
	}
	.call-center-steps .box-white .step-details {
		padding-top: 9px;
		padding-left: 16px;
	}
	.call-center-steps .box-white .row .col-2 {
		vertical-align: middle;
		margin: auto;
	}
}

h1{
	font-size: 22px;!important;
font-family: 'Roboto', sans-serif;	
color:#0b315e !important;
text-decoration: none;
	margin:0px 0px 8px;
}

h2{
	font-size: 16px;!important;
	font-weight: 300;
font-family: 'Roboto', sans-serif;	
color:#073357 !important;
text-decoration: none;
	margin:0px 0px 2px;line-height: 1.3;
	padding-bottom:0px;
}



h2 a{
	font-family: 'Roboto', sans-serif;
	font-size: 20px;!important;
	color:#0049A8;
	line-height: 1.3; 
}

h2 a:hover{
	color:#0B63C8; 
}

h2 a:visited{
	color:#0049A8;
    text-decoration:dotted underline;
}

