/* GENERAL START */
a {
  text-decoration: none;
  color: #D2232A;
}
a:hover {
  text-decoration: none;
  color: #000000;
}
p {
  font-family: Lato;
  font-size: 14px;
  color: #191919;
  font-weight: 400;
}
h1 {
  font-family: Lato;
  font-size: 25px;
  font-weight: 700;
  color: #000;
  text-transform: uppercase;
  line-height: 75px;
}
h3 {
  font-family: Lato;
  font-size: 24px;
  color: #191919;
  font-weight: 600;
  display: inline-block;
}
/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.form-control:focus {
   border-color: #d2232a;
   box-shadow: 0 0 0 .15rem rgba(210, 35, 42, 0.6);
}
input:focus-visible {
   outline: 0;
}

input[type="checkbox"]:checked {
 filter: invert(100%) hue-rotate(320deg) brightness(1.7);
}
/* GENERAL END */

/* HEADER START */
.header-bg {
  background: #ffffff;
  height: 150px;
  padding: 44px 0;
  border-bottom: 1px solid #f5f5f5;
}
.header-icon {
  display: inline;
  float: left;
  padding-right: 0;
}

/* HEADER END */

/* FORM START */
.group {
  display: block;
  margin-top: 35px;
}
.form-label {
  font-family: Lato;
  font-size: 14px;
  color: #191919;
  margin-bottom: 15px;
}
.form-control {
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 0;
  font-family: 'Lato';
  line-height: 56px;
  color: #707070;
  padding-left: 15px;
}
.form-select {
  border: 1px solid #707070;
  border-radius: 8px;
  padding: 0;
  font-family: 'Lato';
  line-height: 56px;
  color: #707070;
  padding-left: 15px;
}
::placeholder {
  font-family: Lato;
  font-size: 16px;
  color: #707070;
}
.teritorial {
  font-family: Lato;
  font-size: 24px;
  color: #191919;
  font-weight: 400;
  margin-top: 35px;
}
.teritorial .red {
  font-weight: 700;
  color: #D2232A;
}
.info {
  position: relative;
  top: -2px;
}
.btn-date-recom {
  width: 100%;
  background: #D2232A;
  border: 1px solid #D2232A;
  border-radius: 8px;
  padding: 0;
  padding-left: 0px;
  font-family: 'Lato';
  line-height: 56px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 74px;
}
.btn-date-recom.loading {
    background-color: #D2232A;
    padding-right: 40px;
}
.btn-date-recom.loading:after {
    content: "";
    position: relative;
    border-radius: 100%;
    left: -60px;
    top: 30px;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 2px solid rgba(255,255,255,0.8);
    border-left-color: #fff;
    border-top-color: #fff;
    animation: spin .6s infinite linear, grow .3s forwards ease-out;
    float: right;
}
@keyframes spin { 
    to {
        transform: rotate(359deg);
    }
}
@keyframes grow { 
    to {
        width: 14px;
        height: 14px;
        margin-top: -8px;
        right: 13px;
    }
}
.btn-send.loading {
    background-color: #D2232A;
    padding-right: 40px;
}
.btn-send.loading:after {
    content: "";
    position: relative;
    border-radius: 100%;
    left: -30px;
    top: 30px;
    width: 0px;
    height: 0px;
    margin-top: -2px;
    border: 2px solid rgba(255,255,255,0.8);
    border-left-color: #fff;
    border-top-color: #fff;
    animation: spin .6s infinite linear, grow .3s forwards ease-out;
    float: right;
}
.bg-input {
  background: #F6F6F6;
  border: 1px solid #707070;
  border-radius: 8px;
  margin-top: 25px;
  padding: 25px;
}
.bg-input .group:first-child {
  margin-top: 0;
}
.bg-input .group {
  margin-top: 25px;
}
hr {
  margin: 45px 0;
}
.suma {
  margin-bottom: 35px;
}
.preturi {
  margin: 0;
  padding: 0;
  display: flex;
}
.preturi li {
  list-style: none;
  width: 180px;
  font-size: 16px;
}
input[type="range"] {
  -webkit-appearance: none;
  margin-right: 15px;
  width: 100%;
  height: 5px;
  background: #F5F5F5;
  border-radius: 5px;
  background-image: linear-gradient(#D2232A, #D2232A);
  background-size: 15% 100%;
  background-repeat: no-repeat;
  position: relative;
  z-index: 2;
}

/* Input Thumb */
input[type="range"]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #D2232A;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}

input[type="range"]::-moz-range-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #D2232A;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}

input[type="range"]::-ms-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 50%;
  background: #D2232A;
  cursor: ew-resize;
  transition: background .3s ease-in-out;
}

/* Input Track */
input[type=range]::-webkit-slider-runnable-track  {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type=range]::-moz-range-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}

input[type="range"]::-ms-track {
  -webkit-appearance: none;
  box-shadow: none;
  border: none;
  background: transparent;
}
.line-symbol:after {
content: '';
  width: 100%;
  border-right: solid 2px #F5F5F5;
  position: relative;
  left: -55px;
  top: 42px;
  z-index: 1;
}
.limit-cost {
  display: flex;
  padding: 10px 0;
}
.limit-cost div {
  font-size: 14px;
  font-family: 'Lato';
  line-height: 17px;
  width: 170px;
  padding: 20px 0;
}
.limit-cost input {
  width: 170px;
  border: 2px solid #191919;
  border-radius: 8px;
  padding: 0;
  font-family: 'Lato';
  line-height: 56px;
  color: #191919;
  text-align: center;
}
.limita-raspunder input::placeholder {
  color: #191919;
  opacity: 1;
}
.gdpr {
  font-family: 'Lato';
  line-height: 17px;
  font-size: 14px;
}
.gdpr .div-checkbox {
  padding: 5px 0;
}
.form-separator {
  margin: 5px 0 15px 0;
}
.gdpr .div-checkbox a {
  text-decoration: underline;
}
.div-checkbox .col-md-1 {
  width: 15px !important;
vertical-align: top;
position: relative;
left: 0px;
top: 3px;
margin-right: 25px;
}
.div-checkbox .check1 {
  margin-left: -20px;
}
.btn-send {
  width: 270px;
  background: #D2232A;
  border: 1px solid #D2232A;
  border-radius: 8px;
  padding: 0;
  padding-left: 0px;
  font-family: 'Lato';
  line-height: 56px;
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 100px;
}


.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
    visibility: hidden;
    width: 700px;
    background-color: #F1F4F6;
    color: #191919;
    text-align: left;
    border-radius: 0;
    padding: 25px;
    font-size: 14px;
    line-height: 20px;
    font-family: 'Lato';

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    left: -235px;
    top: 50px;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
}
.tooltip {
  opacity: 1;
  cursor: pointer;
}
.grafic {
  width: 645px;
  margin-top: 20px;
}
.tooltiptext::before {
  content: '';
  position: absolute;
  display: block;    
  width: 0px;        
  left: 35%;
  top: 5px;
  border: 15px solid transparent;
  border-top: 0;
  border-bottom: 15px solid #F1F4F6;
  transform: translate(-50%, calc(-100% - 5px));
  display: none;
}

.tooltip2 .tooltiptext {
   left: -470px;
}

.tooltip2 .tooltiptext::before {
left: 70%;
}

.visible-mobil {
  display: none;
}
/*Buton Vezi detalii*/
button.accordion {
  width: 100%;
  background-color: #fff;
  border: none;
  outline: none;
  text-align: left;
  padding: 0;
  font-size: 14px;
  color: #707070;
  cursor: pointer;
  transition: background-color 0.2s linear;
}

.accordion-content {
  background-color: #F1F4F6;
  border: none;
  padding: 0 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-in-out;
  color: #191919;
  font-family: 'Lato';
  line-height: 24px;
  font-size: 14;
}
/*Buton Vezi detalii*/


/*TY Page*/
.ty-page {
  text-align: center;
padding: 100px 0;
}
.ty-page h3 {
  font-family: Lato;
  font-size: 24px;
  font-weight: 400;
  color: #191919;
  text-transform: none;
  line-height: 29px;
}
.ty-page h2 {
  font-size: 40px;
  line-height: 48px;
  color: #191919;
  text-transform: none;
  margin-top: 60px;
}
.ty-page p {
  font-size: 14px;
   margin-bottom: 0;
margin-top: 140px;
}
/*TY Page*/


/*Responsive*/
@media only screen and (max-width: 1366px) {
  .preturi li {
  width: 160px;
}
.btn-date-recom.loading::after {
  left: -180px;
}
}
@media only screen and (max-width: 1024px) {
.preturi li {
  width: 125px;
}
.btn-date-recom.loading::after {
  left: -130px;
}
.line-symbol::after {
  left: -53px;
}
.site-title {
   clear: both !important;
   line-height: 32px !important;
}
.header-bg {
  padding: 20px 0 44px 0;
}
}
@media only screen and (max-width: 991px) {
.preturi li {
  width: 95px;
  transform: rotate(-45deg);
  margin-bottom: 20px;
}
.btn-date-recom.loading::after {
  left: -70px;
}
.line-symbol::after {
  display: none;
}
.header-bg {
  padding: 10px 0 44px 0;
}
}
@media only screen and (max-width: 960px) {
  .visible-desktop {
    display: none;
}
   .visible-mobil {
    display: block;
    margin-bottom: 40px;
}
.suma {
  margin-bottom: 5px;
}
.grafic {
 width: 100%;
}
}
@media only screen and (max-width: 767px) {
   .preturi li {
  width: 71px;
  font-size: 14px;
}
.btn-send {
  width: 100%;
}
.div-checkbox .check1 {
  margin-left: 10px;
}
.div-checkbox .col-md-1 {
  left: 0;
  margin-right: 0;
}
.preturi li:last-child {
  display: none;
}
.btn-date-recom.loading::after {
  left: -120px;
}
.btn-date-recom {
  margin-top: 24px;
}
.btn-send.loading::after {
  left: -120px;
}
}
@media only screen and (max-width: 480px) {
.preturi li {
  margin-left: -10px;
}
.preturi li:first-child {
  margin-left: 0;
  transform: rotate(0deg);
  margin-bottom: 0;
margin-top: 25px;
}
h1 {
  font-size: 25px;
}
.ty-page h2 {
  font-size: 32px;
  line-height: 39px;
}
.ty-page h3 {
  font-size: 20px;
  line-height: 28px;
}
.header-bg h1 {
  line-height: 28px !important;
  font-size: 20px;
}
}
@media only screen and (max-width: 414px) {
   .preturi li {
  margin-left: -20px;
}
.ty-page p {
  padding: 0 78px;
}
.btn-date-recom.loading::after {
  left: -90px;
}
}
@media only screen and (max-width: 375px) {
h1 {
  font-size: 20px;
}
.preturi li {
  margin-left: -25px;
}
}

/*Responsive*/

/* FORM END */