html:has(#masina-comanda_header_banner){
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html:has(#masina-comanda_header_banner){
		scroll-behavior: auto;
	}
}

#masina-comanda_contact_form{
	scroll-margin-top: 88px;
}


.masina-comanda_content *,
.masina-comanda_content_container *,
#masina-comanda_header_banner *{
	font-family: 'Inter', Sans-serif;
}


.masina-comanda-cta-btn{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	background-color: #E8A724;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	border-radius: 8px;
	border: none;
	text-decoration: none;
	text-transform: none;
	letter-spacing: normal;
	padding: 14px 28px;
	min-height: 48px;
	cursor: pointer;
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
	box-shadow: 0 4px 14px rgba(232, 167, 36, 0.35);
	-webkit-tap-highlight-color: transparent;
}

.masina-comanda-cta-btn:hover,
.masina-comanda-cta-btn:focus{
	color: #FFF;
	background-color: #d4961a;
	text-decoration: none;
}

.masina-comanda-cta-btn:active{
	transform: scale(0.98);
}

.masina-comanda-intro-text{
	color: #000;
	font-size: 24px;
	line-height: 32px;
	font-weight: 700;
	margin-bottom: 0px;
}

.masina-comanda-cta-desktop{
	display: flex;
	margin-top: 16px;
	margin-bottom: 12px;
}

.masina-comanda-sticky-cta{
	position: fixed;
	left: 12px;
	right: 12px;
	bottom: 12px;
	z-index: 490;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 20px;
	background-color: #E8A724;
	color: #000;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
	border-radius: 12px;
	box-shadow: 0 6px 24px rgba(0, 0, 0, 0.22), 0 2px 8px rgba(232, 167, 36, 0.4);
	transition: background-color 0.2s ease, color 0.2s ease, transform 0.15s ease;
	-webkit-tap-highlight-color: transparent;
}

.masina-comanda-sticky-cta[hidden]{
	display: none !important;
}

.masina-comanda-sticky-cta:hover,
.masina-comanda-sticky-cta:focus{
	color: #FFF;
	background-color: #d4961a;
	text-decoration: none;
}

.masina-comanda-sticky-cta__icon{
	flex-shrink: 0;
}

.masina-comanda-sticky-cta__text{
	line-height: 1.2;
}

strong{
	font-weight: 800;
}

.mobile-menu-links{
	list-style: none !important;
}


#masina-comanda_header_banner{
	width: 100%;
	position: relative;
  background-image: url('/wp-content/uploads/2026/05/masina-comanda-v2.webp');
  background-size: cover;
  background-repeat: no-repeat;
}

#masina-comanda_header_banner img{
	display: block;
	margin: 0px auto;
  width: 100vw;
  object-fit: cover;
  max-height: 800px;
}

#masina-comanda_header_text_container{
	max-width: 1170px;
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
  margin: 0px auto;
  padding-top: 50px;
  padding-bottom: 50px;
}

#masina-comanda_header_text_container > label:nth-child(1){
	color: #FFFFFF;
	font-size: 48px;
	line-height: 67px;
	font-weight: 700;
	margin: 0px;
}

#masina-comanda_header_text_container > label:nth-child(2){
	color: #E8A724;
	font-size: 36px;
	line-height: 47px;
	font-weight: 700;
  margin-bottom: 0px;
}

#masina-comanda_header_text_container > label:nth-child(3){
  margin-top: 29px;
}

#masina-comanda_header_text_container > label:nth-child(3),
#masina-comanda_header_text_container > label:nth-child(4){
  color: #FFFFFF;
  font-size: 18px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 0px;
  max-width: 710px;
}

.masina-comanda-faq-section-title{
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 21px;
}

#masina-comanda_header_text_container > label:nth-child(5){
  color: #FFFFFF !important;
  margin-top: 30px;
}

#masina-comanda_header_text_container > label:nth-child(5),
#masina-comanda_header_text_container > label:nth-child(6){
  color: #E8A724;
  font-size: 24px;
  line-height: 37px;
  margin-bottom: 0px;
}

#masina-comanda_header_text_container > label:nth-child(7){
  margin-top: 50px;
}

#masina-comanda_header_text_container > label:nth-child(9){
  margin-top: 40px;
  max-width: 980px;
}

#masina-comanda_header_text_container > label:nth-child(9) span{
  color: #E8A724;
}

#masina-comanda_header_text_container > label:nth-child(7),
#masina-comanda_header_text_container > label:nth-child(9){
  color: #FFF;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 15px;
}

#masina-comanda_header_text_container > div:nth-child(10){
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}


#masina-comanda_header_text_container > div:nth-child(10) > label{
  font-size: 14px;
  color: #FFFFFF;
  font-weight: 400;
  opacity: 0.7;
  margin-bottom: 0px;
}

.hero-beneficii-wrapper{
  display: grid;
  grid-template-columns: 330px 1fr;
  column-gap: 70px;
  row-gap: 5px;
}

.hero-beneficii-wrapper > div{
  display: flex;
  align-items: center;
}

.hero-beneficii-wrapper > div svg{
  min-width: 17px;
}

.hero-beneficii-wrapper label{
  font-size: 16px;
  line-height: 21px;
  color: #FFFFFF;
  font-weight: 400;
  margin-bottom: 0px;
  padding-left: 17px;
}

.masina-comanda_content{
	width: 100%;
	padding: 30px 0px;
}

.masina-comanda_content_container{
	max-width: 1170px;
	width: 100%;
	display: flex;
	flex-direction: column;
	margin: 0px auto;
}

.masina-comanda_content.contact{
	background-color: #181A1E;
  padding-bottom: 75px;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  border-radius: 10px;
}


.masina-comanda_content.info_1 .masina-comanda_content_container > label:nth-child(2),
.masina-comanda_content.info_1 .masina-comanda_content_container > label:nth-child(3){
  color: #000;
  font-size: 16px;
  line-height: 28px;
  font-weight: 700;
  margin-bottom: 0px;
  margin-top: 21px;
}

.collapse{
	overflow: hidden;
}

.card{
	margin: 0px;
	box-shadow: none;
	border-bottom: 1px solid #d5d8dc;
}

#accordion .btn{
	width: 100%;
	text-align: left;
	padding: 15px 15px 15px 0px;
	color: #000000;
	font-size: 16px;
	font-weight: 600;
	line-height: 18px;
	text-transform: none;
	letter-spacing: normal;
}

#accordion .btn:hover{
	text-decoration: none;
	color: #E8A724;
}

#accordion ul{
	padding-bottom: 20px;
}

.masina-comanda_content.info_2 label,
.masina-comanda_content.info_2 ul li{
	color: #010101;
	font-weight: 400;
	font-size: 16px;
	line-height: 28px;
}

.masina-comanda_content.info_2 ul li span{
	font-weight: 800;
}


ul,
.masina-comanda_list{
	padding-left: 18px;
	list-style: disc;
}

.masina-comanda_content.info_2{
	padding-bottom: 30px;
	padding-top: 0px !important;
}

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

.masina-comanda-faq-title{
  font-size: 16px;
  font-weight: 700;
  color: #000;
  margin-bottom: 0px;
  line-height: 28px;
  margin-top: 20px;
}

.masina-comanda-faq-answer{
  font-size: 16px;
  font-weight: 400;
  color: #000;
  margin-bottom: 0px;
  line-height: 28px;
  max-width: 1100px;
}

.masina-comanda_content.info_2 .masina-comanda_content_title_1,
.masina-comanda_content.info_2 .masina-comanda_content_title_2{
	margin-bottom: 19px;
	margin-top: 23px;
}

.masina-comanda_content.info_2 .masina-comanda_content_title_1:nth-child(1){
	margin-top: 0px;
	line-height: 34px;
}

.masina-comanda_content.contact{
	background-image: url('/wp-content/uploads/2024/07/GA-logo-faded.png');
	background-repeat: no-repeat;
	background-position: 90% center;
	background-size: auto 500px;
}

.masina-comanda_content.contact .masina-comanda_content_title_1,
.masina-comanda_content.contact .masina-comanda_content_title_2{
	margin-bottom: 19px;
	margin-top: 23px;
}

.masina-comanda_content.contact h2{
	margin-top: 12px !important;
	line-height: 32px !important;
	margin-bottom: 0px !important;
	color: #FFF;
}

.masina-comanda_content.contact label,
.masina-comanda_content.contact ul li{
	color: #FFF;
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 10px;
}

.masina-comanda_content.contact ul li span{
	font-weight: 800;
	color: #E8A724;
}

.masina-comanda_content.contact ul{
	margin-top: 5px;
}

.masina-comanda_content.contact ul li::marker{
	color: #E8A724;
}

#masina-comanda_contact_form .checkboxContainer input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

#masina-comanda_contact_form .checkboxContainer{
  display: block;
  position: relative;
  padding-bottom: 5px;
  cursor: default;
  user-select: none;
  float: left;
}

#masina-comanda_contact_form .checkboxContainer label {
  padding-left: 40px;
  font-size: 16px;
  font-weight: 400;
  cursor: pointer;
  width: 100%;
  margin-bottom: 0px !important;
  position: relative;
  z-index: 1;
}

#masina-comanda_contact_form .checkmark {
  left: 0px;
  right: auto;
  height: 25px;
  width: 25px;
  position: absolute;
  top: 2px;
  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;
}

#masina-comanda_contact_button_container{
	margin-top: 10px;
}

#masina-comanda_contact_form  #group_wrapper_pj{
	display: none;
}

.parsley-errors-list{
	list-style: none !important;
	margin-top: 0px !important;
	padding-left: 0px !important;
	display: flex;
	flex-direction: column;
	width: 100%;
}

.parsley-errors-list li{
	margin-bottom: 0px !important;
}

.btn-link{
    position:  relative;
}
.btn-link[data-toggle].collapsed:after {
	content: ' ';
	display: inline-block;
	border-bottom: 2px solid #000000;
	border-right: 2px solid #000000;
	height: 11px;
	width: 10px;
	transform: rotate(45deg);
	position: absolute;
	right: 10px;
	top: 20px;
}
.btn-link[data-toggle]:not(.collapsed):after {
	content: ' ';
	display: inline-block;
	border-bottom: 2px solid #E8A724;
	border-right: 2px solid #E8A724;
	height: 10px;
	width: 10px;
	transform: rotate(-135deg);
	position: absolute;
	right: 10px;
	top: 20px;
}

.finantate_leasing_form_error_container{
	padding-top: 4px;
}

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

#masina-comanda_contact_form{
	display: flex;
	flex-direction: column;
	row-gap: 24px;
  padding-top: 0px 15px;

}

#masina-comanda_contact_form .form-group .select2-container{
	margin: 0px;
	width: 100%;
}

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

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

#masina-comanda_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;
}

#masina-comanda_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;
}

#masina-comanda_contact_form .select2-container--default .select2-selection--single .select2-selection__clear{
	display: none !important;
}

#masina-comanda_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;
}

#masina-comanda_contact_form > label{
	color: #000000;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 0px;
}

#masina-comanda_leasing_rezultat_container{
	display: none;
}

#finantate_leasing_rezultat_submit{
	margin-top: 24px !important;
}

#button-submit-masina-comanda_contact {
	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;
	text-transform: none;
	letter-spacing: normal;
}

#button-submit-masina-comanda_contact:hover{
  color: #FFF;
}

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

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

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

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

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

#masina-comanda_contact_form_error_email{
	display: none;
}

#masina-comanda_siguranta_container_col1 label {
  color: #181A1E;
  font-family: 'Inter', Sans-serif;
  font-size: 40px;
  font-weight: 800;
  margin-bottom: 30px;
}

#masina-comanda_siguranta_container_col1 label span{
	color: #E8A724;
}

#masina-comanda_siguranta_container_col1 ul {
  margin: 0px;
  list-style: none;
  padding: 0px;
}

#masina-comanda_siguranta_container_col1 label {
  color: #181A1E;
  font-family: 'Inter', Sans-serif;
  font-size: 40px;
  font-weight: 800;
}

#masina-comanda_siguranta_container_col1 li {
  color: #181A1E;
  font-family: 'Inter', Sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
}

#masina-comanda_siguranta_container_col1 li span {
  font-weight: 700;
}

#masina-comanda_siguranta_container {
  display: flex;
  flex-direction: row;
  background-color: #F4F6F8;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
}

#masina-comanda-proces_predare-container{
	display: flex;
	flex-direction: column;
	gap: 19px;
	margin-top: 24px;
	padding-bottom: 40px;
}

#masina-comanda-proces_predare-container .masina-comanda_content_title_1{
	margin: 0px;
}

.masina-comanda-pachet-container{
	padding-top: 24px;
	padding-bottom: 24px;
	display: flex;
	flex-direction: row;
	column-gap: 95px;
}

.masina-comanda-pachet_title{
	font-size: 24px !important;
	font-weight: 800 !important;
	color: #000 !important;
	padding-bottom: 19px !important;
	margin-bottom: 0px !important;
	line-height: 22px !important;
}

.masina-comanda-pachet-wrapper{
	display: flex;
	flex-direction: row;
	align-items: center;
	gap: 12px;
}

#comenzi-onorate_bottom_section {
  width: 100%;
}

#comenzi-onorate_bottom_container {
  max-width: 1170px;
  width: 100%;
  margin: 0px auto;
  display: flex;
  flex-direction: column;
}

.comenzi-onorate_section_title_container {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 25px;
}

.comenzi-onorate_section_title {
  display: block;
  font-size: 28px;
  font-weight: 700;
  line-height: 21px;
  color: #000000 !important;
  font-family: 'Inter', Sans-serif;
}

#comenzi-onorate-youtube_wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

.comenzi-onorate-youtube_item {
  max-width: 100%;
  padding-top: 56.25%;
  position: relative;
  width: 100%;
}

.comenzi-onorate-youtube_item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#masina-comanda-steps-wrapper{
	display: block;
}

#masina-comanda-steps-wrapper label{
	color: #181A1E;
	font-size: 16px;
	font-weight: 800;
	font-family: 'Inter', Sans-serif;
}

#masina-comanda-steps-wrapper span{
	color: #181A1E;
	font-size: 16px;
	font-weight: 400;
	font-family: 'Inter', Sans-serif;
}

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

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

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


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

.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;
  margin-top: 38px;
}

.form-group.text-area label{
	position: absolute;
}

@media only screen and (max-width:1600px){
  #masina-comanda_header_banner{
    background-position: -7vw center;
  }
}

@media only screen and (max-width:1400px){
  #masina-comanda_header_banner{
    background-position: -16vw center;
  }
}

@media only screen and (max-width:1200px) {
  .masina-comanda_content_container,
  #masina-comanda_header_text_container{
    padding-left: 15px;
    padding-right: 15px;
  }

  #masina-comanda_header_text_container > div:nth-child(10){
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
  }
}


.masina-comanda-sticky-trigger{
	width: 100%;
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
	overflow: hidden;
	visibility: hidden;
	pointer-events: none;
}

@media only screen and (min-width: 901px) {
  .masina-comanda-sticky-cta{
    display: none !important;
  }
}

@media only screen and (max-width: 900px) {
  .masina-comanda-cta-desktop{
    display: none !important;
  }

  /* Fără suprapunere cu .cd-top (scroll to top, dreapta jos) */
  body.masina-comanda-sticky-active .cd-top,
  html:has(#masina-comanda_sticky_cta:not([hidden])) .cd-top{
    visibility: hidden !important;
    opacity: 0 !important;
    pointer-events: none !important;
  }
}

@media only screen and (max-width: 900px) {
  .hero-beneficii-wrapper{
    grid-template-columns: 330px 1fr;
    column-gap: 30px;
  }

  #masina-comanda_header_banner{
    background-position: 40% center;
  }

  #masina-comanda_header_text_container > label:nth-child(1),
  #masina-comanda_header_text_container > label:nth-child(2),
  #masina-comanda_header_text_container > label:nth-child(3),
  #masina-comanda_header_text_container > label:nth-child(4),
  #masina-comanda_header_text_container > label:nth-child(5),
  #masina-comanda_header_text_container > label:nth-child(6){
    text-align: center;
  }

  .masina-comanda_content.contact{
    border-radius: 0px;
  }

  .masina-comanda_content.contact{
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 93px;
  }

  .footer-transparent{
    margin-top: 0px;
  }
}

@media only screen and (max-width: 800px) {
  .hero-beneficii-wrapper{
    grid-template-columns: 1fr;
    column-gap: unset;
  }
}

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


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

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

	#finantate_leasing_rezultat_submit, #masina-comanda_contact_form button{
		width: 100%;
	}

	.masina-comanda_content.contact{
		background-image: none;
	}

	.parsley-custom-error-message,
	#masina-comanda_contact_form .checkboxContainer label,
	.form-group label{
		line-height: 20px !important;
	}

	ul.parsley-errors-list,
	#parsley-id-multiple-masina-comanda_contact_acceptance{
		margin-top: 5px !important;
	}
}

@media only screen and (max-width:600px) {
	#masina-comanda_contact_button_container button{
		width: 100%;
	}

	.masina-comanda_content_title_wrapper{
		align-items: flex-start;
	}

	.form-group textarea{
		margin-top: 55px;
	}

  #masina-comanda_header_banner{
    background-image: url('/wp-content/uploads/2026/05/masina-comanda-mobile-v2-scaled.webp');
    background-position: center top;
  }

  .colored-header{
    position: absolute;
  }

  .mega-menu.header-transparent{
    background: transparent !important;
    border: none !important;
  }

  #masina-comanda_header_text_container{
    padding-top: 108px;
  }

  #masina-comanda_header_text_container > label:nth-child(1),
  #masina-comanda_header_text_container > label:nth-child(2){
    font-size: 24px;
    line-height: 32px;
  }

  #masina-comanda_header_text_container > label:nth-child(2){
    margin-bottom: 170px;
  }

  #masina-comanda_header_text_container > label:nth-child(3){
    margin-bottom: 10px;
  }

  #masina-comanda_header_text_container > label:nth-child(3),
  #masina-comanda_header_text_container > label:nth-child(4){
    font-size: 16px;
    line-height: 24px;
  }

  #masina-comanda_header_text_container > label:nth-child(4){
    padding: 0px 12px;
  }

  #masina-comanda_header_text_container > label:nth-child(5){
    margin-top: 30px;
  }

  #masina-comanda_header_text_container > label:nth-child(6){
    margin-bottom: 30px;
    margin-top: 9px;
  }

  #masina-comanda_header_text_container > label:nth-child(5),
  #masina-comanda_header_text_container > label:nth-child(6){
    font-size: 18px;
    line-height: 24px;
  }

  #masina-comanda_header_text_container > label:nth-child(7){
    margin-top: 0px;
  }

  #masina-comanda_header_text_container > label:nth-child(7),
  #masina-comanda_header_text_container > label:nth-child(9){
    line-height: 22px;
  }

  .masina-comanda-intro-text{
    font-size: 16px;
    line-height: 22px;
  }

  .masina-comanda-sticky-cta{
    bottom: max(12px, env(safe-area-inset-bottom));
    left: max(12px, env(safe-area-inset-left));
    right: max(12px, env(safe-area-inset-right));
    border-radius: 14px;
    min-height: 52px;
  }

  .masina-comanda_content.contact{
    padding-bottom: calc(93px + 72px);
  }

  #masina-comanda_header_text_container > div:nth-child(10) > label{
    max-width: 300px;
  }

  #masina-comanda_header_text_container{
    padding-bottom: 24px;
  }

}

@media only screen and (max-width: 345px) {
  #masina-comanda_header_text_container > label:nth-child(1),
  #masina-comanda_header_text_container > label:nth-child(2){
    font-size: 22px;
  }
}

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


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