
.finantare_content.calculator {
  padding: 32px 0px 40px 0px;
  background-color: #E8ECF3;
  width: 100%;

  box-shadow: 0 0 0 100vmax #E8ECF3;
  clip-path: inset(-1px -100vmax);
}

.finantare_content_container {
  max-width: 1170px;
  width: 100%;
  display: flex;
  flex-direction: column;
  margin: 0px auto;
  padding: 0px 15px;
}

.finantare_content_title_1 {
  font-size: 21px;
  font-weight: 700;
  line-height: 21px;
  color: #000;
}

#finantare_leasing_form {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  padding-top: 40px;
}

#finantare_leasing_form .form-group-wrapper {
  display: flex;
  flex-direction: row;
  gap: 24px;
}

#finantare_leasing_form .form-group {
  margin-bottom: 0px;
  max-width: 265px;
  width: 100%;
}

#finantare_leasing_form .form-group label {
  font-size: 16px;
  line-height: 12px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 15px;
}

#finantare_leasing_form .form-group input {
  height: 30px;
  margin: 0px;
  border-radius: 2px;
  border: none;
  width: 100%;
  padding: 0px 8px;
  font-size: 16px;
  font-family: Inter, Sans-serif;
}

.finantate_leasing_form_error_container {
  padding-top: 4px;
}
#finantare_leasing_form button {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #E8A724;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  height: 48px;
  width: 260px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  outline: none;
}

#finantare_leasing_rezultat_body, #finantare_leasing_rezultat_total {
  display: grid;
  grid-template-columns: repeat(4,minmax(0,1fr));
  row-gap: 20px;
}

#finantare_leasing_rezultat_body {
  margin-top: 40px;
  padding-bottom: 20px;
}

#finantare_leasing_rezultat_total {
  padding: 20px 15px;
  border-top: 2px solid rgba(0,0,0,0.2);
  gap: 12px;
}

#finantare_leasing_rezultat_container > label {
  font-size: 16px;
  font-family: Inter, Sans-serif;
  font-weight: 400;
  margin: 0px;
  color: #000000;
}

#finantare_leasing_rezultat_container > p {
  font-size: 16px;
  font-family: Inter, Sans-serif;
  font-weight: 700;
  margin: 0px;
  color: #000000;
  padding-top: 30px;
  padding-bottom: 18px;
}

#leasing_form_rezultat_email {
  height: 30px;
  margin: 0px;
  border-radius: 2px;
  border: none;
  width: 100%;
  padding: 0px 8px;
  font-size: 16px;
  font-family: Inter, Sans-serif;
  max-width: 500px;
}

#finantare_leasing_form_error_email {
  display: none;
}

#finantate_leasing_rezultat_submit{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  background-color: #E8A724;
  font-size: 16px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  margin-top: 24px;
  height: 48px;
  width: 260px;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  outline: none;
}


.col_wrapper{
  display: grid;
  grid-template-columns: repeat(1,minmax(0,1fr));
  gap: 30px;
}

.col_wrapper .bold{
	font-weight: 700 !important;
	margin-right: 5px;
}

.col_wrapper .hidden-web{
	display: none;
}

.col1_wrapper{
  grid-column-start: 1;
  grid-column-end: 2;
  grid-row-start: 2;
  grid-row-end: 3;
  padding-left: 15px;
}

.col2_wrapper{
  grid-column-start: 2;
  grid-column-end: 3;
  grid-row-start: 2;
  grid-row-end: 3;
}

.col3_wrapper{
  grid-column-start: 3;
  grid-column-end: 4;
  grid-row-start: 2;
  grid-row-end: 3;
}

.col4_wrapper{
  grid-column-start: 4;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 3;
}

#finantare_leasing_form .form-group .select2-selection--single {
  height: 30px !important;
  border: none !important;
  border-radius: 2px;
  margin-bottom: 0px !important;
}

#finantare_leasing_form .form-group .select2-selection--single .select2-selection__rendered {
  line-height: 30px !important;
  font-size: 16px !important;
  padding: 0px 8px !important;
}

#finantare_leasing_form .select2-container--default .select2-selection--single .select2-selection__arrow {
  background-color: #F2AB26;
  height: 30px !important;
  width: 30px !important;
  top: 0px !important;
  right: 0px !important;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
}


#finantare_leasing_form .select2-selection__arrow b {
  border-color: #010101 transparent transparent transparent !important;
  border-width: 8px 8px 0 8px !important;
  margin-left: -8px !important;
  margin-top: -3px !important;
}

#finantare_leasing_form .form-control[readonly] {
  background-color: #FFF !important;
  cursor: not-allowed;
}

#finantare_leasing_rezultat_body .header {
  background-color: #FFFFFF;
  padding-top: 20px;
  padding-bottom: 20px;
}

#finantare_leasing_rezultat_total label, #finantare_leasing_rezultat_body label, #finantare_leasing_rezultat_header label {
  font-size: 16px;
  font-family: Inter, Sans-serif;
  font-weight: 700;
  margin: 0px;
  color: #000000;
}

#finantare_leasing_rezultat_body span, #finantare_leasing_rezultat_total span {
  font-size: 16px;
  font-family: Inter, Sans-serif;
  font-weight: 300;
  color: #000000;
}

.col1.header {
  padding-left: 15px;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.col4.header {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#finantare_leasing_rezultat_container {
  display: none;
}

@media only screen and (max-width: 900px) {
  .finantare_content_title_1 {
    font-size: 18px;
    line-height: 24px;
  }
}

@media only screen and (max-width: 767px) {

  #finantare_leasing_rezultat_body{
	grid-template-columns: repeat(1,minmax(0,1fr));
  }

  #finantare_leasing_form {
    padding-top: 25px;
  }

  #finantare_leasing_form .form-group-wrapper {
    flex-direction: column;
  }

  #finantare_leasing_rezultat_body .header{
		border-radius: 4px;
		padding: 20px 15px;
	}

	.col1_wrapper{
	  grid-column-start: 1;
	  grid-column-end: 2;
	  grid-row-start: 2;
	  grid-row-end: 3;
	}

	.col2_wrapper{
	  grid-column-start: 1;
	  grid-column-end: 2;
	  grid-row-start: 4;
	  grid-row-end: 5;

	}

	.col3_wrapper{
	  grid-column-start: 1;
	  grid-column-end: 2;
	  grid-row-start: 6;
	  grid-row-end: 7;
	}

	.col4_wrapper{
	  grid-column-start: 1;
	  grid-column-end: 2;
	  grid-row-start: 8;
	  grid-row-end: 9;
	}

	.col_wrapper{
		padding-left: 15px;
	}

	.col_wrapper .hidden-web{
		display: inline-block;
	}

	#finantare_leasing_rezultat_total{
		grid-template-columns: repeat(2,minmax(0,1fr));
	}

	#finantare_leasing_rezultat_total .col2{
		text-align: right;
	}

	#finantare_leasing_form .form-group-wrapper{
		flex-direction: column;
	}

	#finantare_leasing_form .form-group{
		max-width: 100%;
	}

	#finantare_leasing_form{
		padding-top: 25px;
	}

	#finantate_leasing_rezultat_submit, #finantare_leasing_form button{
		width: 100%;
	}

	.finantare_content.calculator {
		padding-bottom: 150px;
	 }
}


#m3-o .success-checkmark {
    width: 80px;
    height: 115px;
    margin: 0 auto;

    .check-icon {
        width: 80px;
        height: 80px;
        position: relative;
        border-radius: 50%;
        box-sizing: content-box;
        border: 4px solid #E8A724;

        &::before {
            top: 3px;
            left: -2px;
            width: 30px;
            transform-origin: 100% 50%;
            border-radius: 100px 0 0 100px;
        }

        &::after {
            top: 0;
            left: 30px;
            width: 60px;
            transform-origin: 0 50%;
            border-radius: 0 100px 100px 0;
            animation: rotate-circle 4.25s ease-in;
        }

        &::before, &::after {
            content: '';
            height: 100px;
            position: absolute;
            background: #010101;
            transform: rotate(-45deg);
        }

        .icon-line {
            height: 5px;
            background-color: #E8A724;
            display: block;
            border-radius: 2px;
            position: absolute;
            z-index: 10;

            &.line-tip {
                top: 46px;
                left: 14px;
                width: 25px;
                transform: rotate(45deg);
                animation: icon-line-tip 0.75s;
            }

            &.line-long {
                top: 38px;
                right: 8px;
                width: 47px;
                transform: rotate(-45deg);
                animation: icon-line-long 0.75s;
            }
        }

        .icon-circle {
            top: -4px;
            left: -4px;
            z-index: 10;
            width: 80px;
            height: 80px;
            border-radius: 50%;
            position: absolute;
            box-sizing: content-box;
            border: 4px solid #E8A724;
        }

        .icon-fix {
            top: 8px;
            width: 5px;
            left: 26px;
            z-index: 1;
            height: 85px;
            position: absolute;
            transform: rotate(-45deg);
            background-color: #010101;
        }
    }
}

@keyframes rotate-circle {
    0% {
        transform: rotate(-45deg);
    }
    5% {
        transform: rotate(-45deg);
    }
    12% {
        transform: rotate(-405deg);
    }
    100% {
        transform: rotate(-405deg);
    }
}

@keyframes icon-line-tip {
    0% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    54% {
        width: 0;
        left: 1px;
        top: 19px;
    }
    70% {
        width: 50px;
        left: -8px;
        top: 37px;
    }
    84% {
        width: 17px;
        left: 21px;
        top: 48px;
    }
    100% {
        width: 25px;
        left: 14px;
        top: 45px;
    }
}

@keyframes icon-line-long {
    0% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    65% {
        width: 0;
        right: 46px;
        top: 54px;
    }
    84% {
        width: 55px;
        right: 0px;
        top: 35px;
    }
    100% {
        width: 47px;
        right: 8px;
        top: 38px;
    }
}

#m3-o{
	position: fixed;
	top: 0;
	left: 0;
	z-index: 501;

	display: none;
	justify-content: center;
	align-items: center;

	width: 100%;
	height: 100%;

	font-family: 'Inter', sans-serif;
	text-align: center;
	background-color: rgba(232,167,36,0.3);
	padding: 0px 10px;
}


#m3-o:target {
  display: flex;
}

#m3-o .modal {
  max-width: 820px;
  width: 100%;
  padding: 30px 50px;
  border-radius: 10px;
  background: #010101;
  position: relative;
  overflow: hidden;
  box-sizing: border-box;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

#m3-o .modal__title {
  font-size: 30px;
  font-weight: 700;
  font-family: 'Inter', sans-serif;
  margin: 0px;
  color: #FFF;
}

#m3-o .modal__text {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Inter', sans-serif;
  margin-top: 20px;
  margin-bottom: 0px;
}

/* link-... */
#m3-o .link-2 {
  width: 20px;
  height: 20px;

  color: inherit;
  font-size: 40px;

  position: absolute;
  top: 15px;
  right: 25px;

  display: flex;
  justify-content: center;
  align-items: center;

  transition: .2s;
  text-decoration: none;
}

#m3-o .link-2::before {
  content: '×';

  transform: translateY(-.1rem);
}

#m3-o .link-2:hover,
#m3-o .link-2:focus {
  transform: translateY(-.2rem);
}
