@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url('https://fonts.googleapis.com/css2?family=Montserrat&display=swap');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@600&display=swap');
}

@font-face {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 900;
    font-display: swap;
    src: url('https://fonts.googleapis.com/css2?family=Montserrat:wght@900&display=swap');
}
.radio__check-visible-t {
    margin-right: 19px;
    width: 18px;
    height: 18px;
    border: 2px solid #bababa;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio__check-visible-t svg {
    width: 14px;
    height: 11px;
    display: none;
}

.form__personal-input:checked ~ .radio__check-visible-t svg {
    display: block;
}

.form__personal-input:checked ~ .radio__check-visible-t {
    background: #ffc527;
	border: 2px solid #ffc527;
}

.hero {
	background-color: #FFC106;
	padding-bottom: 64px;
	/* background-image: url('/local/templates/restoran/img/hero-bg.png'); */
	background-repeat: no-repeat;
	background-position: 84%;
    margin-bottom: 78px;
}



.header__img {
	margin-right: 33px;
}

.header__logo { 
	font-size: 40px;
	line-height: 40px;
}

.partners{
    margin-bottom: 80px;
}

.logo__landing-img{
	height: 90px;
	width: 90px;
}
.req::after {
	color: red;
	content: '*';
	display: block;
}

.partners__title{
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    font-style: normal;
    margin-bottom: 61px;
}

.partners__form-right--bot{
    width: 50%;
    margin-left: 54px;
}

.partners__form-left--bot{
    width: 50%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.partners__form p{
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}

.partners__form-right{
    width: 50%;
    padding-left: 27px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
}

.container{
    min-width: 0;
}

.container--hero{
    position: relative;
}

.hero__change-lang{
    position: absolute;
    right: -19px;
    top: 60px;
	z-index: 15;
}
.change__lang{
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
}

.choose_lang{
	white-space: nowrap;
}

.active--lang::after{
    content: "";
    display: inline-block;
    background: url(/local/templates/restoran/img/up.png) center bottom no-repeat;
    width: 12px;
    height: 15px;
    margin-left: 5px;
}

.active--lang{
	cursor: pointer;
	padding: 10px;
}

.active .form__personal--placholder{
	background:#D9D9D9;
	border-radius: 20px;
	padding: 4px 8px;
	font-size: 14px;
	line-height: 14px;
	color: #000000;
	width: fit-content;
	position: relative;
	z-index: 20;
}


.del{
	background:url(/local/components/gootax/vacancies/templates/.default/img/del.png) center center no-repeat;
	width:6px;
	margin-left:4px;
	display: inline-block;
	height: 12px;
	cursor: pointer;
}
.hero__change-lang a {
    color: rgba(113, 113, 113, 1) !important;
}

.active .form__personal-input--visible{
	background:none;
	padding: 0px 25px 0px 8px;
}

.hero__change-lang--item{
	display: none;
}

.choose__list{
	background:#fff;
	padding: 10px;
	position: absolute;
	border-radius:3px;
}

.choose__list{
	display: none;
}

.show ~ .choose__list{
	display: block;
}



.partners__form-img{
    border-radius: 20px;
}

.partners__form{
    display: flex;
}

.partners__form-left{
    width: 50%;
}

.btn__landing{
    background: #FFC106;
    border-radius: 10px;
    display: flex;
    width: 230px;
    height: 54px;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
}

.hero__wrapper {
	display: flex;
}

.hero__right {
	position: relative;
	width: 48%;
}

.hero__right-img {
	position: absolute;
    top: -152px;
    left: 186px;
}

.hero__title {
    font-style: normal;
    font-weight: 600;
    font-size: 60px;
    line-height: 110%;
    margin-bottom: 40px;
}

.hero__title-text {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
}

.hero__title-section {
	margin-bottom: 43px;
}

.hero__links-list {
	display: flex;
	align-items: center;
}
.info{
	margin-bottom: 31px;
}

.hero__links-link--btn {
	padding: 9px 15px;
	background: #000000;
	border-radius: 10px;
	font-size: 18px;
	color: #fff;
	display: flex;
    align-items: flex-end;
}

.hero__title-info {
	line-height: 20px;
}

.logo__landing {
	padding-top: 59px;
	margin-bottom: 48px;
}

.hero__link-text {
	font-weight: 500;
	color: #fff;
}


.hero__site {
	display: inline;
	height: 28px;
	margin-right: 11px;
}


.hero__links-item {
	margin-right: 15px;
}

.hero__links-item:last-child {
	margin-right: 0px;
}

.icon-app--land {
	width: 150px;
	height: 45px;
}

.hero__qr {
	height: 45px;
}



.hero__links-item:nth-child(-n+2) {
	margin-bottom: -7px;
}





.form-section{
	margin-bottom: 10px;
}



.tg-chat{
	position: fixed;
	top: 33%;
    right: 40px;
}

.form__title{
	margin-bottom: 15px;
}

/*.req + .form__personal-input{*/
/*	border-color: red;*/
/*}*/

/*.req + .form__personal-wrapper .form__personal-input--visible {*/
/*	border-color: red;*/
/*}*/

/*.req + .form__personal-wrapper .form__personal-input {*/
/*	border-color: red;*/
/*}*/



@media(max-width:1200px){
    .partners__form p{
        margin-bottom: 20px;
    }


    .hero__change-lang{
        right: 10px;
    }

    
    .hero__right-img{
        left: 38px;
    }

	
	.icon-app--land {
		width: 120px;
	}

	.hero__right {
		width: 42%;
	}

	.hero__right-img{
		top: -12px;
	}

}


@media(max-width:990px) {
	.hero__right {
		width: 100%;
		display: flex;
		justify-content: center;
	}


	.hero__left {
		display: flex;
		align-items: center;
		flex-direction: column;
	}

	.hero__title {
		text-align: center;
	}

	.hero__title-info {
		text-align: center;
	}

	.hero__wrapper {
		flex-direction: column-reverse;
	}








    .partners__form p{
        margin-bottom: 20px;
    }
    .hero__change-lang{
        right: 13px;
    }

    .logo__landing{
        display: flex;
        justify-content: center;
        padding-top: 13px;
        margin-bottom: 42px;
    }

    .hero__wrapper{
        flex-direction: column;
    }

    .hero__title{
        font-weight: 600;
        font-size: 38px;
        line-height: 110%;
        text-align: center;
    }


    .hero__title-text{
        font-weight: 400;
        font-size: 20px;
        line-height: 120%;
    }

    .icon-app--land{
        width: 150px;
        height: 45px;
    }

    .hero__title-section{
        margin-bottom: 36px;
    }

    .hero__links-item:first-child {
        margin-right: 14px;

    }

    .hero__right-img{
        position: relative;
        max-width: 312px;
        max-height: 505px;
        left: 27px;
        top: 64px;
    
    }

    .hero__right{
        margin-bottom: 0;
    }
}

@media(max-width:768px){

	.tg-chat{
		top: 78%;
	}

	.hero__right-img{
        position: relative;
        max-width: 312px;
        max-height: 505px;
        left: 27px;
        top: 39px;
    
    }




	.hero__qr {
		display: none;
	}




	.logo__landing-img {
		height: auto;
		max-width: 201px;
	}


	.hero__title {
		font-size: 35px;
		line-height: 38px;
		margin-bottom: 20px;
	}

	.logo__landing {
		margin-bottom: 20px;
	}

	.hero__right {
		margin-bottom: 16px;
	}

	.hero__links-list {
		flex-wrap: wrap;
		justify-content: center;
		align-items:flex-start;
	}

	.hero__title-section {
		margin-bottom: 15px;
	}

	.hero__links-item {
		margin-right: 0;
	}

	.hero__links-item:first-child {
		margin-right: 10px;
	}

	.hero__links-item:nth-child(2){
		margin-right: 10px;
	}




	.hero__links-item:nth-child(-n+2) {
		margin-bottom: -7px;
	}


	.hero {
		padding-bottom: 30px;
	}

   

    .partners__form-left{
        display: flex;
        justify-content: center;
        width: 100%;
        margin-bottom:  40px;
    }

    .hero__links-item:first-child {
        margin-right: 14px;
        margin-bottom: 13px;
    }


    .partners__form-right{
        width: 100%;
        padding-left: 0;
        text-align: center  ;
        align-items: center;

    }

    .partners__title{
        margin-bottom: 29px;
    }

    .partners__form-img{
        max-width: 400px;
        max-height: 267px;
    }

    .partners__form p{
        font-size: 18px;
        line-height: 120%;
        margin-bottom: 38px;
        padding: 0 3px;

    }

    .partners{
        margin-bottom: 59px;
    }

    .hero{
        padding-bottom: 0;
        margin-bottom: 57px;
    }

    .partners__form{
        flex-direction: column;
    }

    .partners__title{
        font-size: 32px;
        line-height: 110%;

        padding: 0 6px;
    }

    .partners__form--bot{
        flex-direction: column-reverse;


    }

    .partners__form-left--bot{
        width: 100%;
        text-align: center;
        align-items:center;
    }

    .partners__form-right--bot{
        margin-left: 0;
        margin-bottom: 40px;
    }

    .partners__form-right--bot{
        display: flex;
        justify-content: center;
        width: 100%;
    }
}

@media(max-width:420px){
    .partners__form-img{
        max-width: 400px;
        max-height: 267px;
        width: 100%;
    }

}












.logo__landing-img{
	filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.15));
}

.logo__landing{
	width: fit-content;
	margin: 0 57px 0 0;
	padding: 0;
}

.haeader{
	display: flex;
	align-items:center;
	padding-top: 37px;
	margin-bottom: 30px;
	position: relative;
}

.footer__rows{
    display: none !important;
}

/*footer{*/
/*    background:var(--bg-main) !important;*/
/*}*/

.header__title{
	font-weight: 600;
	font-size: 40px;
	line-height: 40px;
}

.header__link{
	display: flex;
    flex-direction: row-reverse;
    align-items: center;
	padding-top: 7px;
}

.header__link::after{
	content: "";
	width: 13px;
    height: 13px;
    border: 2px solid #000;
    border-width: 2px 0 0 2px;
    transform: rotate(312deg);
    display: inline-block;
    margin-right: 8px;
    transition: 0.3s;
    margin-left: 2.5px;
}

.hero__change-lang{
	right: 0;
	top: 60px;
}

.form__id {
	display: none;
}

.radio__visible {
    margin-right: 15px;
    border: 1px solid var(--content_stroke);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.radio {
    display: none;
}

.radio:checked ~ .radio__visible::before {
    display: block;
}

.radio__visible::before {
    content: "";
    height: 10px;
    width: 10px;
    background: var(--accent_2);
    border-radius: 50%;
    display: none;
}

.radio__check {
    cursor: pointer;
    user-select: none;
    display: none;
}

.radio__check-visible {
    margin-right: 19px;
    width: 18px;
    height: 18px;
    border: 2px solid #bababa;
    border-radius: 0px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.icon-checked {
    stroke: var(--accent_2);
}

.radio__check-visible svg {
    width: 14px;
    height: 11px;
    display: none;
}

.radio__check:checked~.radio__check-visible svg {
    display: block;
}

.radio__check:checked ~ .radio__check-visible{
    background: #ffc527;
	border: 2px solid #ffc527;
}

.back__btn {
    color: var(--content_stroke);
    transition: 0.3s;
    display: flex;
    align-items: center;
    margin: 22px 0 10px;
    width: fit-content;
}

.back__btn:hover {
    color: var(--content_stroke2);
}

.back__btn::before {
    content: "";
    width: 7px;
    height: 7px;
    border: 1px solid var(--content_stroke);
    border-width: 1px 0 0 1px;
    transform: rotate(312deg);
    display: inline-block;
    margin-right: 8px;
    transition: 0.3s;
    margin-left: 2.5px;
}

.back__btn::before:hover {
    border-color: var(--content_stroke2);
}



.form__label-input{
	display: none;
}

.form__label-visible{
	margin-right: 15px;
    border: 2px solid #bababa;
    min-height: 18px;
    min-width: 18px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.form__label-input:checked + .form__label-visible::before{
	content: "";
    height: 10px;
    width: 10px;
    background: #ffc527;
    border-radius: 50%;
    display: block;
}

.form__label-radio{
	display: flex;
	align-items: center;
	cursor: pointer;
}
.form__inputs {
	display: flex;
	flex-wrap: wrap;
}


.form__category-img{
	border-radius: 20px;
}

.form__input{
	display: flex;
	align-items:center;
	margin: 0 40px 20px 0;
}


.form__input:last-child{
	margin-right: 0;
}

.form__input-title{
	font-size: 20px;
	line-height: 20px;
}


.haeder{
	display: flex;
	justify-content: center;
	align-items: center;
	padding-top: 60px;
	margin-bottom: 60px;
}

.photo {
    display: flex;
    flex-direction: column;
}

.form__personal-itemOne {
    display: flex;
    flex-wrap: wrap;
}

.wrapp {
    display: flex;
    flex-wrap: wrap;
}


.form__personal-itemTwo {
    display: flex;
    flex-direction: column;
}

.form__personal-itemTwo .form__personal-item {
    width: 100%;
}

.form__personal-itemThree .form__personal-item {
    width: 100%;
}


.form__personal-title{
	color: rgba(0, 0, 0, 1) ;
	font-size: 16px;
	line-height: 20px;
	display: flex;
	margin-bottom: 5px;
}
/*
.form__personal-input{
	border: 1px solid #BABABA;
	border-radius: 5px;
	padding: 10px;
	max-height: 40px;
	width: 100%;
}
*/
.form__personal-list{
	display: flex;
	flex-wrap: wrap;
}

.form__personal-item{
    /*width: 33%;*/
	width: calc(33% - 23px);
	margin-bottom: 15px;
	margin-right: 25px;
}

.btn-wrap__link{
	color: #8C8C8C;
	text-decoration: underline;
}

.form__personal--isActive .form__personal-title {
	color: #D0D0D0 ;
}
.form__personal--isActive  .form__personal--placholder{
	color: #D0D0D0 ;
}

.form__personal--isActive .form__label-visible::before {
	background: #D0D0D0 ;
}

.active-checkbox .form__label-visible::before{
	background: #000 ;
}


input[type="file"]{
	display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    opacity: 0;
	cursor: pointer;
}

.form__personal-input--visible{
	/*border: 1px solid #BABABA;
	border-radius: 5px;
	padding:9px 10px;
	height: 40px;
	width: 100%;
	background:url(/local/components/gootax/vacancies/templates/.default/img/download.png) center right 10px no-repeat;
	*/
}

.form__personal-wrapper{
	position: relative;
}


.form__personal--placholder{
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	color: #717171;
}
.form__personal--placholder span{
	max-width: calc(100% - 12px);
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.form__wrapper{
	display: flex;
	justify-content: space-between;
}

.form__btn{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	margin-top: 80px;
}

.form__btn-wrap{
	display: flex;
	margin-bottom: 20px;
}

.incorrect__check{
	padding-top: 20px;
	color: red;
}

.check{
	width: 20px;
	height: 20px;
	margin-right: 10px;
}


.link__bold{
	cursor: pointer;
}

.info__item{
	color:#2A454E;
	display: flex;
	align-items:center;
	font-size: 18px;
	line-height: 24px;
}

.form__category-img{
	margin-bottom: 37px;
}

.info__title{
	margin-bottom: 19px;
}


.info__list-title{
	font-size: 18px;
	line-height: 24px;
}


.info__item::before{
	content: "";
	margin: 0 11px;
	height: 3px;
	width: 3px;
	display: inline-block;
	background:#2A454E;
	border-radius:50%;
}



.form__title--change{
	margin-bottom: 17px;
}

.form__personal{
	margin-bottom: 11px;
}

.btn__form{
	background: #ffbe0b;
	border-radius: 9px;
	font-weight: 700;
	color: rgba(0, 0, 0, 1);
	font-size: 16px;
	line-height: 22px;
	padding: 7px 10px;
}

select {
	/*height: 40px;*/
	background: #fff;
	color: #000;
}

.radio__text {
	font-weight: 400;
font-size: 20px;
line-height: 22px;
}

.license__list{
	display: flex;
	margin-bottom: 21px;
}

#checked{
	stroke:#fff;
	stroke-width: 2px;
}

.modal__radio{
	display: flex;
	margin-bottom: 25px;
}

.license__title{
	font-weight: 600;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 12px;
	color: rgb(208, 208, 208);
	padding-top: 5px;

}

.active-checkbox .license__title{
	color: #2A454E;
}

.form__personal--isActive .form__label-visible{
	border-color: rgb(208, 208, 208);
}

.active-checkbox .form__label-visible{
	border-color: #000;
}

.form__personal--isActive .form__input-title{
	color: rgb(208, 208, 208);
}

.active-checkbox .form__input-title{
	color: #2A454E;
}

.form__personal--isActive .form__personal-input{
	border-color: rgb(208, 208, 208);
}

.active-checkbox  .form__personal-input{
	border-color: #BABABA;
}


.license__item{
	margin-right: 27px;
}

.license__item:last-child{
	margin-right: 0;
}

.header{
    display: none !important;
}

.container--nav{
    display: none;
}


.form__img-mob{
	display: none;
}

.form__personal p{
	font-size: 20px;
	line-height: 25px;
}


.btn__back{
	border: 1px solid #717171;
	border-radius: 6px;
	font-size: 20px;
	line-height: 110%;
	color: #717171;
	padding: 17px 45px;
}

.form__title--confirm{
	margin-bottom: 24px;
}

.form__wrapper--confirm{
	display: flex;
	/* justify-content: center; */

}

.form__wrapper--confirm .form__personal{
	display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.form__wrapper--confirm h2{
	text-align: center;
}

.form__wrapper--confirm p{
	text-align: center;
}


.form__wrapper--confirm .form__btn{
	text-align: center;
	margin: 50px auto;
}

.btn-wrap__text{
	font-weight: 400;
	font-size: 20px;
	line-height: 22px;
}

#license-input{
    border: 1px solid rgb(208, 208, 208) ;
    border-radius: 5px;
    padding: 10px;
    max-height: 40px;
    width: 100%;
}

.form__personal-title--license{
	color: rgb(208, 208, 208) ;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 5px;
}



@media(max-width:1200px){
	.form__wrapper-right{
		width: 30%;
	}

	.form__personal--placholder{
		font-size: 12px;
	}

	.form__personal-item{
		width: calc(40% - 70px);
		/*width: 40%;*/
	}
    .wrapp {
        flex-direction: column;
    }

	
}

@media (max-width:990px){
	.form__personal-item{
		width: calc(50% - 70px);
	}

	

}



@media(max-width:768px){
	.form__img-mob{
		display: block;
		width: 100%;
		min-height: 117px;
		margin-bottom: 32px;
	}


	.header__logo {
		font-size: 28px;
		line-height: 28px;
	}

	.header__img {
		height: 90px;
		width: 234px;
	}



	.form__personal-item{
		margin-right: 0;
	}
	
	.del{
		scale: 1.3;
		margin-left: 10px;
		height: 10px;
	}


	
	.form__personal--placholder{
		font-size: 16px;
	}
	.form__wrapper-right{
		display: none;
	}

	.form__wrapper-left{
		width: 100%;
	}

	.form__btn{
		margin-top: 0;
		align-items: center;
	}

	.logo__landing-img{
		width: 60px;
		height: 60px;
	}

	.header__title{
		font-size: 28px;
		line-height: 28px;
	}

	.form__input-title{
		font-size: 18px;
		line-height: 20px;
	}


	
	.form__input{
		margin: 0 30px 24px 0;
	}

	.form__title{
		font-size: 24px;
		line-height: 40px;
	}

	.form__personal-item{
		width: 100%;
	}

	.btn__form{
		display: flex;
   		width: fit-content;
		   font-size: 20px;
		   line-height: 22px;
		   padding: 12px 46px;
	}

	.info__title{
		font-size: 24px;
		margin-bottom: 14px;
		line-height: 40px;
	}

	.info {
		margin-bottom: 0;
	}

	.info__list-title{
		font-size: 16px;
	}

	.info__item{
		font-size: 16px;
	}

	.haeder{
		padding-top: 30px;
		margin-bottom: 30px;
	}

	.form__category-img{
		margin-bottom: 29px;
	}

	.form__title{
		margin-bottom: 14px;
	}

	.radio__text {
		font-size: 16px;
line-height: 22px;
	}

	.radio__check-visible{
		min-width: 22px;
		min-height: 22px;
	}


	.license__title{
		font-size: 16px;
line-height: 22px;
	}


	.logo__landing{
		margin: 0 19px 0 0;
	}

	.header__link{
		padding-top: 0;
	}

	.header__link::after{
		margin-right: 13px;
	}

	.hero__change-lang{
		right: 11px;
    	top: 16px;
	}

	.haeader {
		margin-bottom: 29px;
	}

	.form__title--change{
		margin-bottom: 13px;
	}

	.form__category{
		margin-bottom: 3px;
	}
}
.error{
	border-color: red!important;
    border-width: 2px !important;
}

.not-req {
	border-color: #bababa !important;
	border-width: 1px !important;
}
.form__personal-title {
	font-weight: 700;
}

section .form__personal-item input[type="text"],
section .form__personal-item input[type="email"],
section .form__personal-item input[type="tel"],
section .form__personal-item input[type="password"],
section .form__personal-item textarea, 
section .form__personal-item select {
	background: #fff;
	font-family: "PT Sans", sans-serif;
	font-size: 16px;
	padding: 9px 15px;
	box-sizing: border-box;
	width: 100%;
	border: 1px solid #bababa;
	border-radius: 2px;
}
section .form__personal-item .file-input input[type="file"] {
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 5;
	opacity: 0; 
}

section .form__personal-item .file-input {
    width: 100%;
    height: 40px;
    position: relative;
    border: 1px dashed #bababa;
    border-radius: 2px;
    cursor: pointer;
    padding: 9px 15px;
    box-sizing: border-box;
}
section .form__personal-item .file-input.active .form__personal--placholder, 
section .form__personal-item .file-input.active input[type="file"] {
    display: none;
}
section .form__personal-item .file-input .form__personal--placholder {
	position: relative;
	padding-right: 35px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-right: -15px;
	color: #a4a4a4; 
}
section .form__personal-item .file-input .form__personal--placholder::after {
	content: '';
	display: block;
	width: 14px;
	height: 15px;
	background: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNCIgaGVpZ2h0PSIxNSIgdmlld0JveD0iMCAwIDE0IDE1Ij4gIDxkZWZzPiAgICA8c3R5bGU+ICAgICAgLmNscy0xIHsgICAgICAgIGZpbGwtcnVsZTogZXZlbm9kZDsgICAgICB9ICAgIDwvc3R5bGU+ICA8L2RlZnM+ICA8cGF0aCBpZD0i0KTQuNCz0YPRgNCwXzlf0LrQvtC/0LjRj180IiBkYXRhLW5hbWU9ItCk0LjQs9GD0YDQsCA5INC60L7Qv9C40Y8gNCIgY2xhc3M9ImNscy0xIiBkPSJNMCwxMEgxNEw3LDBaIi8+ICA8cmVjdCBpZD0i0J/RgNGP0LzQvtGD0LPQvtC70YzQvdC40LpfMTVf0LrQvtC/0LjRj180IiBkYXRhLW5hbWU9ItCf0YDRj9C80L7Rg9Cz0L7Qu9GM0L3QuNC6IDE1INC60L7Qv9C40Y8gNCIgeD0iNCIgeT0iMTAiIHdpZHRoPSI2IiBoZWlnaHQ9IjUiLz48L3N2Zz4=");
	background-size: 100% 100%;
	opacity: .25;
	position: absolute;
	right: 12px;
	top: 50%;
	margin-top: -8px; 
}
section .form__personal-item .file-input.active .file-name {
	display: inline-block;
}
section .form__personal-item .file-input .file-name {
	display: none;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	height: 20px;
	line-height: 20px;
	font-size: 15px;
	padding-left: 8px;
	padding-right: 25px;
	max-width: 100%;
	background: #e9e9e9;
	border-radius: 11px;
	box-sizing: border-box;
	position: relative;
}

section .form__personal-item .file-input .file-name a {
	display: block;
	position: absolute;
	width: 14px;
	height: 14px;
	right: 10px;
	top: 50%;
	margin-top: -7px;
	border-bottom: 0; 
}

section .form__personal-item .file-input .file-name a::before, 
section .form__personal-item .file-input .file-name a::after {
	content: '';
	display: block;
	width: 2px;
	height: 13px;
	background: red;
	left: 6px;
	top: 0;
	position: absolute; 
}
section .form__personal-item .file-input .file-name a::before {
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg); 
}
section .form__personal-item .file-input .file-name a::after {
	-moz-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg); 
}
.button.yellow {
    background: #ffcd43;
    *
    zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFDF88', endColorstr='#FFFFBE0B');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffdf88), color-stop(100%, #ffbe0b));
    background: -webkit-linear-gradient(top, #ffdf88 0%, #ffbe0b 100%);
    background: -moz-linear-gradient(top, #ffdf88 0%, #ffbe0b 100%);
    background: -o-linear-gradient(top, #ffdf88 0%, #ffbe0b 100%);
    background: linear-gradient(top, #ffdf88 0%, #ffbe0b 100%);
    -webkit-border-radius: 9px;
    -moz-border-radius: 9px;
    -ms-border-radius: 9px;
    -o-border-radius: 9px;
    border-radius: 9px;
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.5);
    font-family: 'PT Sans';
    font-size: 16px;
    font-weight: bold;
    padding: 7px 10px;
    white-space: nowrap;
}

.button.yellow:hover {
    background: #ffd665;
    *zoom: 1;
    filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFE294', endColorstr='#FFFFC524');
    background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffe294), color-stop(100%, #ffc524));
    background: -webkit-linear-gradient(top, #ffe294 0%, #ffc524 100%);
    background: -moz-linear-gradient(top, #ffe294 0%, #ffc524 100%);
    background: -o-linear-gradient(top, #ffe294 0%, #ffc524 100%);
    background: linear-gradient(top, #ffe294 0%, #ffc524 100%);
}

section .form__personal-item .file-input .progress-bar {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
}
section .form__personal-item .file-input.loading .progress-bar {
	display: block; 
}

section .form__personal-item .file-input .progress-bar span {
	display: inline-block;
	height: 100%;
	width: 100%;
	background-color: #ffcf27;
	-webkit-transition: width .4s ease-in-out;
	-moz-transition: width .4s ease-in-out;
	-ms-transition: width .4s ease-in-out;
	-o-transition: width .4s ease-in-out;
	transition: width .4s ease-in-out;
	-webkit-background-size: 30px 30px;
	-moz-background-size: 30px 30px;
	background-size: 30px 30px;
	background-image: -webkit-gradient(linear, left top, right bottom, color-stop(0.25, rgba(255, 255, 255, 0.15)), color-stop(0.25, transparent), color-stop(0.5, transparent), color-stop(0.5, rgba(255, 255, 255, 0.15)), color-stop(0.75, rgba(255, 255, 255, 0.15)), color-stop(0.75, transparent), to(transparent));
	background-image: -webkit-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -moz-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -ms-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(135deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	-webkit-animation: animate-stripes 3s linear infinite;
	-moz-animation: animate-stripes 3s linear infinite;
}
@-webkit-keyframes animate-stripes {
  0% {
    background-position: 0 0; 
    }
  100% {
    background-position: 60px 0; 
    } 
}
@-moz-keyframes animate-stripes {
  0% {
    background-position: 0 0; 
    }
  100% {
    background-position: 60px 0; 
    } 
}