.menu-list-items{
	border-bottom-color: #000;
}

.buyback_content *,
#buyback_header_banner *,
#buyback_content *,
#beneficii_tabbar *,
#beneficii_bottom_section *{
	font-family: Inter, Sans-serif;
}

strong{
	font-weight: 800;
}

#buyback_header_banner{
	width: 100%;
	position: relative;
	background-color: #000;
}

#buyback_header_banner img{
	display: block;
	margin: 0px auto;
}

#buyback_header_text_container{
	max-width: 1170px;
	width: 100%;
	padding: 0px 15px;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 50px;
	bottom: 0;
}

#buyback_header_text_container label:nth-child(1){
	color: #FFF;
	font-size: 40px;
	line-height: 55px;
	font-weight: 800;
	margin: 0px;
	margin-bottom: 30px;
	max-width: 770px;
}

#buyback_header_text_container label:nth-child(1) span{
	color: #C5581F;
}

#buyback_header_text_container label:nth-child(2){
	color: #FFF;
	font-size: 32px;
	line-height: 40px;
	font-weight: 400;
	margin: 0px;
	max-width: 700px;
}

#buyback_header_text_container label:nth-child(2) span{
	color: #E8A724;
}

.buyback_content{
	width: 100%;
	padding: 40px 0px;
}

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

.buyback_content_title_1{
	font-size: 28px !important;
	font-weight: 800 !important;
	line-height: 21px;
	color: #000;
}

.buyback_content_title_1.third{
  margin-top: 15px !important;
}

.buyback_content_title_1.notice{
  margin-top: 15px !important;
  margin-bottom: -10px !important;
}

.buyback_content_title_wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
}

.buyback_content_title_1.multiple-lines{
	line-height: 34px;
}

.buyback_content.steps .buyback_content_title_1.multiple-lines{
	margin-bottom: 19px;
}

.buyback_content.steps .buyback_content_title_wrapper {
  margin-bottom: 19px;
}

.buyback_content_title_wrapper svg {
  margin-right: 15px;
  width: 30px;
  min-width: 30px;
}

.buyback_content.steps{
  padding-bottom: 0px !important;
}

.buyback_content.steps label{
  color: #010101;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 0px;
}

#buyback_req{
	max-width: 830px;
	width: 100%;
	justify-content: space-between;
	display: flex;
	flex-direction: row;
	margin: 28px 0px;
}

#buyback_req li{
	font-weight: 800;
	color: #010101;
	font-size: 16px;
	line-height: 28px;
}

.buyback_content.formular_part1{
	padding-bottom: 0px;
}

#buyback_contact_form{
  background-color: #010101;
  position: relative;
}

#buyback_contact_form_2{
  background-color: #E8A724;
}

#buyback_contact_form_2,
#buyback_contact_form{
	display: flex;
	flex-direction: column;
	row-gap: 24px;
  padding: 40px 37px;
}

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

#buyback_contact_form_2 .form-group.text-area,
#buyback_contact_form .form-group.text-area {
	margin-bottom: 0px;
	max-width: 555px;
	width: 100%;
}

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

#buyback_contact_form_2 .form-group label,
#buyback_contact_form .form-group label {
  font-size: 16px;
  line-height: 12px;
  color: #FFF;
  font-weight: 600;
  margin-bottom: 15px;
}

#buyback_contact_form_2 .form-group .select2-container,
#buyback_contact_form .form-group .select2-container{
	margin: 0px;
	width: 100%;
}

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

#buyback_contact_form_2 .form-group .select2-selection--single .select2-selection__rendered,
#buyback_contact_form .form-group .select2-selection--single .select2-selection__rendered{
	line-height: 30px !important;
  	font-size: 16px !important;

}

#buyback_contact_form .select2-container--default .select2-selection--single .select2-selection__placeholder,
#buyback_contact_form_2 .select2-container--default .select2-selection--single .select2-selection__placeholder{
	color: #444;
}


#buyback_contact_form_2 .select2-container--default .select2-selection--single .select2-selection__arrow,
#buyback_contact_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;
}

#buyback_contact_form_2 .select2-selection__arrow b,
#buyback_contact_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;
}

#buyback_contact_form_2 .select2-container--default .select2-selection--single .select2-selection__clear,
#buyback_contact_form .select2-container--default .select2-selection--single .select2-selection__clear{
	display: none !important;
}


#buyback_contact_form_2 .form-group input,
#buyback_contact_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;
}

#buyback_contact_form_2 .form-group textarea,
#buyback_contact_form .form-group textarea {
  height: 150px;
  margin: 0px;
  border-radius: 2px;
  border: none;
  width: 100%;
  padding: 8px;
  resize: none;
  font-size: 16px;
  font-family: Inter, Sans-serif;
}

#buyback_contact_form_2 > label,
#buyback_contact_form > label{
	color: #FFF;
	font-size: 16px;
	font-weight: 500;
}

#select2-buyback_contact_marca_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_model_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_caroserie_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_cv_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_tractiune_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_cc_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_km_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_an_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_pret_2-results .select2-results__option--highlighted[aria-selected],
#select2-buyback_contact_combustibil_2-results .select2-results__option--highlighted[aria-selected]{
	background-color: #010101 !important;
	color: #FFF !important;
}

#buyback_contact_form_section_2{
	display: flex;
	flex-direction: column;
	row-gap: 24px;
}

#buyback_contact_form_section_2 .form-group label {
  color: #010101;
}

.page-template-clinet-buyback #buyback_contact_form_section_2 .select2-container--default .select2-selection--single .select2-selection__arrow{
	background-color: #010101 !important;
}

.page-template-clinet-buyback #buyback_contact_form_section_2 .select2-selection__arrow b {
  border-color: #E8A724 transparent transparent transparent !important;
}

#buyback_contact_user_info{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
}

#buyback_contact_user_info .form-group{
	max-width: 553px;
}

#buyback_contact_user_info .form-group.text-area{
	max-width: 555px;
    margin-right: 7px;
}

#buyback_contact_user_info .form-group.text-area textarea{
	height: calc(100% - 30px);
}

#buyback_contact_user_info_col1{
	max-width: 555px;
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
}

#buyback_contact_submit_button_wrapper{
	width: 100%;
	display: flex;
	flex-direction: column;
	gap: 24px;
	margin-top: 20px;
}

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

#buyback_contact_submit_button_wrapper button:hover{
	color: #E8A724;
}

#buyback_contact_submit_button_wrapper label{
	color: #010101;
	font-size: 16px;
	font-weight: 500;
	margin: 0;
}

.buyback_form_error_container{
	padding-top: 4px;
}

#beneficii_bottom_section{
  background-color: transparent !important;
}

#beneficii_bottom_container > label{
  font-size: 28px !important;
  font-weight: 700 !important;
  line-height: 41px;
  color: #000;
  padding-bottom: 30px;
  margin-bottom: 0px !important;
}

#beneficii_reviews_widget{
  background-color: #363A44;
  border-radius: 10px;
  padding-bottom: 25px;
}


#buyback_contact_form_section_1_logo_container{
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  min-width: 500px;
  overflow: hidden;
}

#buyback_contact_form_section_1_logo_container img{
  width: 100%;
  height: auto;
  max-width: 160px;
  margin: 0px 70px 0px auto;
  display: block;
  z-index: 2;
  position: relative;
}

#buyback_contact_form_section_1_logo_vector_container{
  display: flex;
  gap: 20px;
  position: absolute;
  top: -89px;
  bottom: 0;
  right: 113px;
  z-index: 1;
}

#buyback_contact_form_section_1_logo_container .vector{
  background: linear-gradient(180deg, #DABE4C 0%, #976023 100%);
  transform: rotate(45deg);
  width: 8px;
  height: 500px;
}

#buyback_contact_form{
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

#buyback_contact_form_2{
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

@media only screen and (max-width:1350px) {
	#buyback_header_text_container label:nth-child(1){
		font-size: 35px;
		line-height: 50px;
		max-width: 680px;
	}

	#buyback_header_text_container label:nth-child(2){
		font-size: 26px;
   	 	line-height: 34px;
		max-width: 560px;
	}
}

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

  .buyback_content.formular_part1 .buyback_content_container{
    margin: 0px 15px;
    width: calc(100% - 30px);
  }

	#buyback_header_text_container label:nth-child(1){
		font-size: 20px;
		line-height: 26px;
		margin-bottom: 15px;
		max-width: 380px;
	}

	#buyback_header_text_container label:nth-child(2){
		font-size: 20px;
		line-height: 26px;
		max-width: 450px;
	}

	#buyback_contact_form_2 .form-group-wrapper,
	#buyback_contact_form .form-group-wrapper{
		flex-wrap: wrap;
	}

	#buyback_contact_form_2 .form-group,
	#buyback_contact_form .form-group{
		width: 48%;
		max-width: 100%;
	}

	#buyback_contact_form_2 .form-group.text-area,
	#buyback_contact_form .form-group.text-area{
		max-width: 100%;
	}

	#photo_ref_wrapper div{
		max-width: 248px;
		width: 100%;
	}

	#buyback_contact_user_info_col1{
		max-width: 100%;
	}

	#buyback_contact_form_2 #buyback_contact_user_info_col1 .form-group,
	#buyback_contact_form #buyback_contact_user_info_col1 .form-group{
		width: 100%;
	}

  #beneficii_bottom_container{
    padding-top: 30px !important;
  }

	#buyback_contact_user_info .form-group.text-area textarea{
		height: 150px;
	}

	.buyback_content_container .checkboxContainer label{
		line-height: normal !important;
	}

  .formular_part1 .buyback_content_container{
    padding: 0px !important;
  }

  #buyback_contact_form_2, #buyback_contact_form{
    padding: 40px 15px !important;
  }

  #buyback_contact_form_section_1_logo_vector_container{
    display: none;
  }

  #buyback_contact_form{
      padding-top: 85px !important;
  }

  #buyback_contact_form_section_1_logo_container img{
    margin: 0px auto !important;
    max-width: 90px !important;
  }

  #buyback_contact_form_section_1_logo_container{
    min-width: unset;
    left: 50%;
    transform: translateX(-50%);
    right: auto;
    bottom: auto;
    top: -55px;
  }

  .buyback_content.steps{
    padding-bottom: 30px !important;
  }
}

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


	#buyback_req{
		flex-direction: column;
    margin: 15px 0px !important;
	}

  #beneficii_bottom_container > label,
	.buyback_content_title_1{
		font-size: 20px !important;
		line-height: 24px !important;

	}

	.buyback_content_title_1.multiple-lines {
    font-size: 20px;
		line-height: 30px;
    font-weight: 700 !important;
    margin-bottom: 15px !important;
	}

  #buyback_req li{
    font-weight: 700 !important;
  }

	#buyback_header_text_container{
		top: auto;
		bottom: 3%;
	}

	#buyback_header_text_container label:nth-child(1){
		font-size: 20px;
		line-height: 26px;
		text-align: center;
		margin-left: auto;
		margin-right: auto;
	}

	#buyback_header_text_container label:nth-child(2){
		font-size: 20px;
   	 	line-height: 32px;
		text-align: center;
		max-width: 400px;
    	margin: 0px auto;
	}

	#buyback_contact_form_2 .form-group,
	#buyback_contact_form .form-group{
		width: 100%;
	}

	#buyback_contact_submit_button_wrapper button{
		width: 100%;
	}

	.finantare_content_title_wrapper{
		align-items: flex-start;
	}

  #buyback_contact_submit_button_wrapper label{
    font-size: 14px;
  }

  .buyback_content_container .checkmark{
    top: 50% !important;
    transform: translateY(-50%);
  }
}

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

	#buyback_header_text_container label:nth-child(1){
		font-size: 18px;
		line-height: 24px;
	}

	#buyback_header_text_container label:nth-child(2){
		font-size: 18px;
   	 	line-height: 28px;
	}
}

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

	#buyback_header_text_container label:nth-child(1){
		font-size: 17px;
		line-height: 24px;
	}

	#buyback_header_text_container label:nth-child(2){
		font-size: 16px;
   	 	line-height: 24px;
	}
}
/* chck termeni conditii */
.buyback_content_container .checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.buyback_content_container .checkboxContainer{
  display: block;
  position: relative;
  margin-top: 15px;
  cursor: default;
  user-select: none;
  float: left;
}

.buyback_content_container .checkboxContainer label {
  padding-left: 35px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px !important;
  position: relative;
  z-index: 1;
  line-height: 25px;
}

.buyback_content_container .checkboxContainer a {
	color: #010101;
	font-weight: 600;
}

.buyback_content_container .checkmark {
  left: 0px;
  right: auto;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 0px;
  background-color: white;
  border: 2px solid #E8ECF3;
  border-radius: 4px;
}

.checkboxContainer input:checked ~ .checkmark:after {
  display: block;
}

.checkboxContainer .checkmark:after {
	right: 6px;
	top: 1px;
	width: 8px;
	height: 15px;
	border: solid #000;
	border-width: 0px 2px 2px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	content: "";
	position: absolute;
	display: none;
}


/* popups succes*/
.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;
    }
}

.modal-container {
	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.8);
}


.modal-container:target {
  display: flex;
}

.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;
}

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

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

/* link-... */
.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;
}

.link-2::before {
  content: '×';

  transform: translateY(-.1rem);
}

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