body{
    font-family: myriad-pro, sans-serif;
}

.clear{clear:both;}

.ful-width-1{
    height: 50px;
    background-color:#104bab;
    background-repeat: no-repeat;
    color: #fff;
}

.ful-width-1 span{
    font-size: 19px;
    color: #fff;
    padding-top: 22px;
    display: inline-block;
    position: relative;
    padding-bottom: 16px;
    text-align: center;
    margin: 0 auto;
    display: table;
    position: relative;
}

.ful-width-2{
    height: 100%;
    background-color:#104bab;
    background-repeat: no-repeat;
    color: #fff;
}

.ful-width-2 span{
    font-size: 19px;
    color: #fff;
    padding-top: 20px;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
    text-align: center;
    margin: 0 auto;
    display: table;
    position: relative;
}

.phone:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 289px;
}

.email:before{
    content: "";
    height: 100%;
    width: 1px;
    position: absolute;
    top: 0;
    left: 272px;
}

.phone{color:#fff;!important}


.phone:after{
    content: '';
    background: url(../img/phone.png)no-repeat center left;
    width: 21px;
    height: 35px;
    position: absolute;
    left: -29px;
    top: 16px;
}

.email{
    margin-left: 46px!important;
}

.email:after{
    content: '';
    background: url(../img/email.png)no-repeat center left;
    width: 32px;
    height: 20px;
    position: absolute;
    left: -40px;
    top: 27px;
}

.location:after{
    content: '';
    background: url(../img/location.png)no-repeat center left;
    width: 24px;
    height: 32px;
    position: absolute;
    left: -33px;
    top: 16px;
}

.program:after{
    content: '';
    background: url(../img/clock.png)no-repeat center left;
    width: 32px;
    height: 32px;
    position: absolute;
    left: -42px;
    top: 17px;
}

.full-width-2{
    height: 90px;
    background: #fff;
}

.menu-top li a{
    color: #000;    
    font-weight: bold;
    text-transform: uppercase;
    font-size: 14px;
    text-align: right;
}

.location {
    margin-left: 0px;
    border-right: none!important;
    padding-top: 18px!important;
}

.menu-top li a:hover{
    color: #aa0f0f;
}

.menu-top li{
    float: left;
    list-style: none;
    padding: 0px 10px;
    border-right: 2px solid gray;
    line-height: 1;
}

.menu-top li:last-child{
    border-right:none;
}

.menu-top{
    float: right;
    padding-top: 7px;
}

.menu-centering{
    padding-top: 33px;
}

.logo{
    margin-top: -10px;
    display: block;
    margin-left: -33px;
}

.logo img{
    margin-left: 27px;
}

.hero-image{
    background: url(../img/hero-image-1.jpg)no-repeat center top;
    width: 100%;
    height: auto;
    background-size: cover;
}

.red-bg{
    background-color: rgba(15,75,171,0.9);
    color: #fff;
    padding: 70px 50px 40px 50px;
}

.red-bg h2{
    font-size: 30px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
}

.red-bg p{
    font-size: 30px;
    line-height: 2rem;
    padding-bottom: 31px;
}

.white-bg{
    background: #fff;
    padding: 59px 50px 20px 50px;
    padding-bottom: 47px;
}

.white-bg h2{
    font-size: 25px;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 1.9rem;
}

.white-bg p{
    font-size: 18px;
    line-height: 1.3rem;
    padding-bottom: 31px;
    color: #1f1f1f;
}

.programare{
    background: #ea0000;
    text-transform: uppercase;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    padding: 16px 16px 15px 44px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    float: left;
    margin-bottom: 57px;
}

.programare:hover{
    color: #fff;
    background: #000;
}

.fa-chevron-right{
   margin-left: 31px; 
}

.full-width-3{
    background: #2e2e2e;
}

.full-width-3 h3{
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 21px;
}

.left-box-align h3{
    margin-top: 26px;
}

.left-box-align p{
    color: #dedede;
    font-size: 18px;
    line-height: 1.4rem;
    font-weight: normal;
    margin-bottom: 35px;
}

    select {
            color: #aaa; /* default unselected color */
    }

    select:focus {
            color: #000; /* color when focused */
    }

    #budget option:checked{
            color: #000; /* color when selected but not focused */
    }

.send{
    background: #32658e;
    text-transform: uppercase;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 11px 16px 9px 33px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    float: left;
    border: none;
    border-radius: 0;
    position: relative;
    font-weight: bold;
}

.inp-send input{
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 12px;
    width: 100%;
    height: auto;
    background-position: 206px center;
    text-align: left;
}



.send:hover{
    color: #fff;
    background-color: #000;
}

.fa-2 {
    margin-left: 177px;
}

.right-box-align{
    margin-top: 30px;
    padding: 0px 30px;
    margin-bottom: 17px;
    padding-bottom: 0;
}

.right-box-align p{
    font-weight: bold;
    font-size: 30px;
    color: #2b2a2a;
    line-height: 2rem;
    padding-top: 27px;
    text-transform: uppercase;
    margin-bottom: 36px;
}

.line{
    border-bottom: 1px solid #cacaca;
    width: 100%;
    height: 1px;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 20px;
}

.no-padding{
    padding: 0;
}

.no-padding-left{
    padding-left: 0;
}
.no-padding-right{
    padding-right: 0;
}

.text-styling{
    font-size: 18px!important;
    font-weight: normal!important;
    padding: 0!important;
    margin: 0;
    line-height: 1.4rem!important;
    text-transform: none!important;
}

.text-styling span{
    font-size: 24px;
    color: #a80d0f;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 1.7rem;
}

.top-text h2{
    font-size: 30px;
    color: #282828;
    text-transform: uppercase;
    font-weight: bold;
    margin-top: 57px;
    margin-bottom: 24px;
}

.top-text p{
    font-size: 18px;
    color: #282828;
    line-height: 1.6rem;
}

.case-bg{
    background: url(../img/home-scr.jpg)no-repeat center top;
    width: 100%;
    height: 100%;
    min-height: 684px;
    padding: 40px;
    background-size: cover;
}

.case-bg h3{
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    font-size: 34px;
    line-height: 2.8rem;
    margin-bottom: 25px;
}

.case-bg p{
     font-size: 22px;
    color: #fff;
    text-transform: uppercase;
    line-height: 1.9rem;
}

.prgramare{
    background: #a80d0f;
    text-transform: uppercase;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    padding: 12px 16px 9px 33px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    float: left;
}

.prgramare:hover{
    color: #fff;
    background: #000;
}

.fa-3 {
    margin-left: 43px;
}

.box{
    border: 1px solid #000;
    padding-left: 20px;
    padding-top: 28px;
    position: relative;
    height: 100%;
    transition: all 0.4s ease-in-out;
}

.box img{
    position: absolute;
    top: 11px;
    right: 15px;
}

.box h3{
    font-weight: bold;
    font-size: 24px;
    color: #0848ad;
    line-height: 1.8rem;
}

.box span{
    font-style: italic;
    font-size: 16px;
    color: #282828;
}

.fa-user{
    margin-right: 10px;
}

.box p{
    font-size: 18px;
    color: #282828;
    line-height: 1.6rem;
    padding-right: 10px;
    margin-top: 10px;
}

.single-line{
    margin-top: 28px;
}

.box-separator{
    margin-top: 12px;
}

.boxes-separator{
    margin-top: 12px;
}

.box-bottom {
    border: 1px solid #000;
    padding-left: 20px;
    padding-top: 38px;
    position: relative;
    padding-bottom: 14px;
    margin-bottom: 41px;
    height: auto;
}

.box-bottom h3{
    display: inline;
}

.fa-user-2{
    margin-left: 7px;
}

.map-container{
    width: 100%;
    height: auto;
    background: url(../img/map.jpg)no-repeat center top;
    background-size: cover;
}

.blue-container{
    background: rgba(0,66,172, 0.8);
    padding: 27px 60px 37px 60px;
}

.blue-container h3{
    font-size: 35px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 2.7rem;
}

.line-big{
    border-bottom: 1px solid #cacaca;
    width: 100%;
    height: 1px;
    display: inline-block;
    margin-bottom: 25px;
    margin-top: 10px;
}

.no-padding-right{
    padding-right: 0;
}

.no-padding-left{
    padding-left: 0;
}


.style-contact-1{
    color: #c4dbff;
    font-size: 20px;
    margin-bottom: 29px;
    line-height: 1.6rem;
}

.style-contact-1 span{
    color: #fff;
    font-weight: bold;
}

.style-contact-1 img{
    margin-top: 2px;
}

.mesaj{
    background: #fff;
    text-transform: uppercase;
    font-size: 18px;
    text-transform: uppercase;
    color: #000;
    padding: 12px 33px 9px 33px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    float: left;
    font-weight: bold;
}

.mesaj:hover{
    color: #fff;
    background: #000;
}

.full-width-5{
    background: #242424;
}

.left-menu{
    padding-top: 67px;
    color: #fff;
}

.bottom-menu p{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 13px;
}

.bottom-links li a{
    color: #fff;
    font-size: 16px;
    font-weight: normal;
    position: relative;
}

.bottom-links{
    padding: 0;
    margin: 0;
}

.bottom-links li{
    list-style: none;
    margin-bottom: 10px;
    display: table; 
}

.bottom-links li i{
    list-style: none;
    margin-right: 7px;
}

.bottom-links li a:after {    
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 1px;
  left: 50%;
  position: absolute;
  background: #fff;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.bottom-links li a:hover:after { 
  width: 100%; 
  left: 0; 
}

textarea {
    max-width: 100%;
    height: 92px;
}

.fa-4 {
margin-left: 137px;

}

.send-bottom{
    margin-bottom: 60px;
}

.full-width-6{
    background: #5f5f5f;
}

.copyright p{
    color: #fff;
    font-size: 18px;
    margin-top: 21px;
}

.hero-image-despre-noi{
    background: url(../img/despre-noi-topi.jpg)no-repeat center top;
    width: 100%;
    height: auto;
    background-size: cover;
}

.cine-suntem{
    text-align: center;
}

.cine-suntem h3{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    color: #fff;
    margin-bottom: 0;
    margin-top: 139px;
}

.cine-suntem p{
    font-size: 18px;
    color: #fff;
    margin-bottom: 187px;
}

.hands{
    text-align: center;
}

.hands img{
    margin-top: 100px;
    margin-bottom: 60px;
}

.description h3{
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    margin-bottom: 30px;
}

.description p{
    text-align: center;
    font-size: 18px;
    width: 100%;
    max-width: 72%;
    line-height: 1.5rem;
    margin: 0 auto;
    margin-bottom: 130px;
}

.misiune{
    margin-top: 0;
    text-align: center;
    margin-bottom: 122px;
}

.misiune h3{
    font-weight: bold;
    font-size: 25px;
}

.misiune p{
    font-size: 18px;
    line-height: 1.5rem;
}

.viziune img{
    margin-top: 14px;
    margin-bottom: 42px;
}

.valori img{
    margin-bottom: 42px;
}

.active{
    color: blue;
}

.hero-image-spec-med{
    background: url(../img/spec-med-top.jpg)no-repeat center top;
    width: 100%;
    height: auto;
    background-size: cover;
}

.med-fam-top h3{
    font-size: 35px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 2.6rem;
}

.med-fam-top{
    margin-top: 63px;
}

.blue-line{
    height: 1px;
    width: 100%;
    background: #0042ac;
    margin-bottom: 30px;   
}

.programare-2{
    background: #0042ac;
    text-transform: uppercase;
    font-size: 21px;
    text-transform: uppercase;
    color: #fff;
    padding: 20px 47px 20px 47px;
    transition: all 0.2s ease-in-out;
    margin-bottom: 0;
    float: left;
    margin-top: 33px;
}

.programare-2:hover{
    color: #fff;
    background: #000;
}

.right-list-custom p{
    margin-bottom: 0px;
    margin-top: 0px;
}

.right-list-custom p:first-child{
    margin-top: 0;
    margin-bottom:0px;
}

.right-list-custom i{
    margin-right: 10px;
}

.right-list-custom p:last-child{
    margin-top: 0;
    margin-bottom:100px;
}

.hero-image-galerie{
    background: url(../img/top-gal-foto.jpg)no-repeat center top;
    width: 100%;
    height: auto;
    background-size: cover;
}

.gallery img{
    margin-left: 8px;
    margin-bottom: 10px;
}

.top-gal h3{
    margin-bottom: 40px;
}

.container{
    margin-bottom: 60px;
}

/* Important styles */
#toggle {
  display: block;
  width: 28px;
  height: 30px;
  margin: 30px auto 10px;
  position: absolute;
  right: 24px;
  top: 29px;
}

#toggle span:after,
#toggle span:before {
  content: "";
  position: absolute;
  left: 0;
  top: -9px;
}
#toggle span:after{
  top: 9px;
}
#toggle span {
  position: relative;
  display: block;
}

#toggle span,
#toggle span:after,
#toggle span:before {
  width: 100%;
  height: 5px;
  background-color: #888;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px;
}

/* on activation */
#toggle.on span {
  background-color: transparent;
}
#toggle.on span:before {
  transform: rotate(45deg) translate(5px, 5px);
}
#toggle.on span:after {
  transform: rotate(-45deg) translate(7px, -8px);
}
#toggle.on + #menu {
  opacity: 1;
  visibility: visible;
}

/* menu appearance*/
#menu {
    position: relative;
    color: #999;
    width: 100%;
    padding: 10px;
    margin: auto;
    font-family: "Segoe UI", Candara, "Bitstream Vera Sans", "DejaVu Sans", "Bitstream Vera Sans", "Trebuchet MS", Verdana, "Verdana Ref", sans-serif;
    text-align: center;
    border-radius: 0;
    background: white;
    box-shadow: 0 1px 8px rgba(0,0,0,0.05);
    opacity: 0;
    visibility: hidden;
    transition: opacity .4s;
    margin-top: 20px;
}
#menu:after {
  position: absolute;
  top: -15px;
  left: 95px;
  content: "";
  display: block;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-bottom: 20px solid white;
}
#menu ul, li, li a {
  list-style: none;
  display: block;
  margin: 0;
  padding: 0;
}
#menu li a {
  padding: 5px;
  color: #888;
  text-decoration: none;
  transition: all .2s;
}
#menu li a:hover,
#menu li a:focus {
  background: #000;
  color: #fff;
}

.full-width-top-red{
    background: #ea0000;
    padding: 0 20px;
}

.full-width-top-red h3{
    font-size: 4.3rem;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-weight: bold;
    margin-top: 0;
    margin-bottom: 0;
    line-height: 5rem;
    padding-top: 16px;
    padding-bottom: 13px;
}

.fullWidth{
   width: 100%;
   margin-left: auto;
   margin-right: auto;
   max-width: initial;
}

.midle-line{
    width: 44px;
    height: 7px;
    background: #a1c5ff;
    display: block;
    margin-bottom: 22px;
}

.full-width-red-bottom{
    background: #ea0000;
    padding: 0 20px;
}

.full-width-red-bottom h3{
    color: #fff;
    text-align: center;
    font-weight: bold;
    font-size: 3rem;
    text-transform: uppercase;
    padding-top: 27px;
    padding-bottom: 27px;
    margin: 0;
    line-height: 3.8rem;
}

.box:hover{
    border-color: #fff;
    background: #ea0000;
    color: #fff;
    -webkit-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
box-shadow: 0px 0px 11px 0px rgba(0,0,0,0.75);
}

.left-pic-bg{
    background: url(../img/left-pic.jpg)no-repeat;
    background-size: cover;
}

.box:hover p{
    color: #fff;
}



.left-pic-container img{
    float: left;
    display: block;
}

.box:hover h3{
    color: #fff;
}

.pret{float: right;}

.map-bg{
    background: url(../img/small-map.jpg)no-repeat center top;
    width: 100%;
    height: auto;
    background-size: cover;
}

.map-right{
        float: left;
}

.red-bg{float: left;}

.map-right img{
    width: 100%;
}

.lastul{margin-bottom: 50px;}

.tarife h3{
    margin-top: 20px;
}

.underline-ul{border-bottom: 1px solid gray;}

.pig-bank img{
    margin-bottom: 24px;
    margin-left: 24px;
}

.mobile-menu{display: none;}

.mobile-map{display: none;}

.telefon-1, .telefon-2{
    font-size: 34px;
    line-height: 2.8rem;
    background: #ea0000;
    padding: 5px 77px;
    margin-bottom: -7px;
    display: block;
    text-align: center;
}

.telefon-1:hover{
    color:#fff;
}

.telefon-2:hover{
    color:#fff;
}

.suna{
    font-size: 37px;
    margin-bottom: -6px;
    display: block;
}

/* do not group these rules */
*::-webkit-input-placeholder {
    color: #000!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #000!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000!important;
}
*:-ms-input-placeholder {
    /* IE 10+ */
    color: #000!important; 
}

*::-webkit-select-placeholder {
    color: #000!important;
}
*:-moz-placeholder {
    /* FF 4-18 */
    color: #000!important;
}
*::-moz-placeholder {
    /* FF 19+ */
    color: #000!important;
}
*:-ms-select-placeholder {
    /* IE 10+ */
    color: #000!important; 
}

.drop-down{
    position: relative;
}

.drop-down .drop {
position: absolute;
    background: #fff;
    width: 819px;
    height: 280px;
    top: 51px;
    left: -492px;
    display: none;
    -webkit-box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 5px -1px rgba(0,0,0,0.2);
}


.drop li{
    border-right: none;
    display: inline-block;
    width: 200px;
    height: 140px;
    border-right: 1px solid #cacaca;
    border-bottom: 1px solid #cacaca;
}

.drop li a{
    text-align: left;
    text-transform: inherit;
    font-size: 20px;
}

/*
.drop-down:hover .drop{
    display: block; 
}  
*/

.icon-1:before{
    content: '';
    background: url(../img/icons/icon-1.png)no-repeat;
    width: 62px;
    height: 132px;
    position: absolute;
    background-position: 15px -87px;
    top: 11px;
}

.icon-1:hover:before{
    content: '';
    background: url(../img/icons/icon-1.png)no-repeat;
    width: 62px;
    height: 132px;
    position: absolute;
    background-position: 15px 26px;
    top: 11px;
}

.icon-2:before{
    content: '';
    background: url(../img/icons/icon-2.png)no-repeat;
    width: 62px;
    height: 114px;
    position: absolute;
    background-position: 22px -76px;
    top: 11px;
}

.icon-2:hover:before{
    content: '';
    background: url(../img/icons/icon-2.png)no-repeat;
    width: 62px;
    height: 122px;
    position: absolute;
    background-position: 22px 26px;
    top: 11px;
}

.icon-3:before{
    content: '';
    background: url(../img/icons/icon-3.png)no-repeat;
    width: 77px;
    height: 114px;
    position: absolute;
    background-position: 4px -76px;
    top: 47px;
}

.icon-3:hover:before{
    content: '';
    background: url(../img/icons/icon-3.png)no-repeat;
    width: 74px;
    height: 103px;
    position: absolute;
    background-position: 4px 24px;
    top: 27px;
}

.icon-3 a{
    margin-left: 82px;
    margin-top: 57px;
    font-size: 17px;
    text-transform: inherit;
} 



.icon-1 a{
    margin-left: 77px;
    margin-top: 46px;
    font-size: 17px;
    text-transform: inherit;
}

.icon-2 a{
    margin-left: 96px;
    margin-top: 57px;
    font-size: 17px;
    text-transform: inherit;
}    

.drop li:hover a{
    color: #fff;
}

.drop li:hover{
    background: #0042ac;
    color: #fff;
}


.icon-3 {
    width: 225px!important;
}

.icon-4{
    width: 194px!important;
}


.icon-4:before{
    content: '';
    background: url(../img/icons/icon-4.png)no-repeat;
    width: 74px;
    height: 80px;
    position: absolute;
    background-position: 8px -62px;
    top: 27px;
}

.icon-4:hover:before{
    content: '';
    background: url(../img/icons/icon-4.png)no-repeat;
    width: 74px;
    height: 80px;
    position: absolute;
    background-position: 8px 9px;
    top: 27px;
}

.icon-4 a{
    margin-left: 75px;
    margin-top: 57px;
    font-size: 17px;
    text-transform: inherit;
} 

.icon-5:before{
content: '';
    background: url(../img/icons/icon-5.png)no-repeat;
    width: 74px;
    height: 104px;
    position: absolute;
    background-position: 8px -103px;
    top: 155px;
}
 
.icon-5:hover:before{
    content: '';
    background: url(../img/icons/icon-5.png)no-repeat;
    width: 74px;
    height: 106px;
    position: absolute;
    background-position: 12px 13px;
    top: 156px;
}

.icon-5{
    width: 200px!important;
}

.icon-8{
    width: 225px!important;
}

.icon-5 a{
    margin-left: 72px;
    margin-top: 57px;
    font-size: 17px;
    text-transform: inherit;
} 


.icon-6:before{
    content: '';
    background: url(../img/icons/icon-6.png)no-repeat;
    width: 74px;
    height: 104px;
    position: absolute;
    background-position: 11px -103px;
    bottom: 8px;
}

.icon-6:hover:before{
    content: '';
    background: url(../img/icons/icon-6.png)no-repeat;
    width: 74px;
    height: 106px;
    position: absolute;
    background-position: 12px 13px;
    bottom: 15px;
}

.icon-6 a{
    margin-left: 82px;
    margin-top: 56px;
    font-size: 17px;
    text-transform: inherit;
} 

.icon-7:before{
    content: '';
    background: url(../img/icons/icon-7.png)no-repeat;
    width: 74px;
    height: 104px;
    position: absolute;
    background-position: 11px -103px;
    bottom: 15px;
}

.icon-7:hover:before{
    content: '';
    background: url(../img/icons/icon-7.png)no-repeat;
    width: 74px;
    height: 106px;
    position: absolute;
    background-position: 12px 13px;
    bottom: 15px;
}

.icon-7 a{
    margin-left: 78px;
    margin-top: 45px;
    font-size: 17px;
    text-transform: inherit;
} 

.icon-8:before{
    content: '';
    background: url(../img/icons/icon-8.png)no-repeat;
    width: 74px;
    height: 104px;
    position: absolute;
    background-position: 11px -103px;
    bottom: 26px;
}

.icon-8:hover:before{
    content: '';
    background: url(../img/icons/icon-8.png)no-repeat;
    width: 74px;
    height: 106px;
    position: absolute;
    background-position: 12px 13px;
    bottom: 19px;
}

.icon-8 a{
    margin-left: 98px;
    margin-top: 46px;
    font-size: 17px;
    text-transform: inherit;
}

.icon-9:before{
content: '';
    background: url(../img/icons/icon-9.png)no-repeat;
    width: 68px;
    height: 62px;
    position: absolute;
    background-position: 3px -61px;
    bottom: 40px;
}

.icon-9:hover:before{
    content: '';
    background: url(../img/icons/icon-9.png)no-repeat;
    width: 74px;
    height: 57px;
    position: absolute;
    background-position: 3px 0px;
    bottom: 41px;
}

.icon-9 a{
    margin-left: 74px;
    margin-top: 59px;
    font-size: 17px;
    text-transform: inherit;
}

.icon-9{
    border-right:1px solid #cacaca!important;
    width: 219px!important;
}

.inp-send-bottom input{
    background-image: url(../img/right-arrow.png);
    background-repeat: no-repeat;
    height: 18px;
    width: 12px;
    width: 295px;
    height: 64px;
    background-position: 259px center;
    text-align: left;
}

.form-container{
    display: block;
}

.form-container p{
	color: #fff;
    font-size: 15px;
    margin-left: 76px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-bottom: 0;
}

.form-message{
background-color: #188b1d;
    background-image: url(../img/check-icon.png);
    background-repeat: no-repeat;
    background-position: 23px center;
    padding: 0;
	margin-bottom: 15px;
	}

.error_2{ 
background-color: #e50505!important;
    background-image: url(../img/error.png);
    background-repeat: no-repeat;
    background-position: 23px center;
    padding: 0;
	margin-bottom: 15px;
	}

.hero-image-med-int{
    background: url(../img/top-pag-int.jpg)no-repeat center top;
    width: 100%;
    height: auto;
    background-size: cover;
}

.text-custom-int{
    margin-bottom: 83px;
    margin-top: 77px;
}

.text-custom-int p{
    font-size: 18px;
    color: #282828;
    line-height: 1.5rem;
}

.programare-page{
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    color: #fff;
    background: #0042ac;
    padding: 10px;
    margin-top: 50px;
    display: inline-block;
}

.programare-page:hover{
    background: #000 ;
    color: #fff;
}

.box-border{
    border: 1px solid #cacaca;
    padding: 20px;
    height: 458px;
}

.box-border img{
    margin-top: 68px;
}

.bottom-space{
    margin-bottom: 60px;
}

.full-width-gray{
    background: url(../img/white_wall_hash.png) center top;
}

.border-right{
    border-right: 1px solid #a1a1a1;
}

.style-h2 h2{
    font-size: 30px;
    font-weight: bold;
    margin-top: 24px;
    margin-bottom: -12px;
}

.ul-1{
    padding: 0;
    margin: 0;
    margin-top: 30px;
    margin-bottom: 30px;
}

.ul-1 li{
    margin-bottom: 10px;
}

.box-border-2{
    border: 1px solid #000;
    padding: 12px 25px;
}

.box-list-text a{
    color: #a80d0f;
    text-decoration: underline;
}

.box-list-text p{
    font-size: 18px;
    margin-top: 12px;
    margin-left: 20px;
}

.custom-row {
    max-width: 65.5rem;
}

.new-box h2{
    font-size: 30px;
    color: #a80d0f;
    font-weight: bold;
    margin-top: 38px;
}

.new-box{
    border-bottom: 1px solid #cacaca;
}

.new-box p:last-child{
    margin-bottom: 30px;
}

.brake br{
    display: none;
}