	.program {
    padding-top: 80px;
    height: 686px;
    position: relative;
    background-image: url("../../img/best-bg.jpg");
    background-repeat: no-repeat;
    background-position: top center;
}
.program__title {
    margin-left: 70px;
    color: #3b4753;
    letter-spacing: 0.52px;
    font-size: 26px;
    font-weight: 600;
}
.program__title_color {
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.26);
    color: #ffb500;
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.6px;
}
.program__list {
    margin-top: 60px;
    margin-left: 135px;
    margin-bottom: 65px;
}
.program__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 0.36px;
    position: relative;
}
.program__item::before {
    content: "";
    position: absolute;
    width: 22px;
    height: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: -35px;
    background-image: url("../../img/icons/parallelogram.png");
    background-repeat: no-repeat;
    background-position: center center;
}
.program__form-wrapper {
    margin-left: 95px;
    width: 690px;
    padding: 30px;
    -webkit-box-shadow: 2px 2px 29px rgba(0, 0, 0, 0.08);
    box-shadow: 2px 2px 29px rgba(0, 0, 0, 0.08);
    border-radius: 3px;
    background-color: #e7e8ee;
}
.program__form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}
.progbot__shadow{
	height: 68px;
    padding-bottom: 68px;
    background: transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(126, 126, 126, 0.282353)));
    background: -o-linear-gradient(top, transparent 0%, rgba(126, 126, 126, 0.282353) 100%);
    background: linear-gradient(to bottom, #f5f5f5 10%, rgba(0, 0, 0, 0.282353) 100%);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.form__wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}
.program-form__label {
    margin-bottom: 25px;
    text-align: left;
    color: #3b4753;
    font-size: 18px;
    letter-spacing: 0.36px;
}
.program-form__input {
    width: 444px;
    height: 50px;
    margin-right: 25px;
    border: 2px solid #3c4754;
    padding: 0 20px;
    border-radius: 3px;
    background-color: #ffffff;
    color: #ababab;
    font-size: 18px;
    letter-spacing: 0.36px;
}
.program-form__button {
    padding: 14px 50px;
    font-size: 18px;
    letter-spacing: 0.36px;
    border-radius: 3px;
    background-color: #c7cada;
    background-image: -webkit-gradient(linear,  left top,  right top,  from(#d7b257),  color-stop(50%,  #ead091),  to(#d8b559));
    background-image: -o-linear-gradient(left,  #d7b257 0%,  #ead091 50%,  #d8b559 100%);
    background-image: linear-gradient(to right,  #d7b257 0%,  #ead091 50%,  #d8b559 100%);
}
.main-nominations{
	overflow-x:hidden;
}
.program-right__wrapper {
    float: right;
    margin-top: -73px;
    z-index: 1;
    position: relative;
}
.program__main{
	    display: inline-block;
}
.girlfon {
    position: absolute;
    margin-top: -80px;
    right: 0px;
    z-index: 0;
    height: 686px;
    margin-right: -250px;
    overflow: hidden;
    background-image: url(/img/fon.png);
    width: 873px;
    background-size: cover;
}
.program-right__img {
vertical-align: bottom;
    width: 363px;
    height: 638px;
    background-image: url(/img/girl_with_LPO.png);
}
@media (max-width: 1560px){
	.program{
		height:unset;
		    background-size: cover;
	}
	.program__title{
		margin-left:10px;
	}
	.program__list {
    margin-left: 45px;
	}
	.program__main {
    width: 800px;
}
.girlfon{
	    margin-top: -80px;
	height: 711px;
}
.program__form-wrapper{
    margin-left: 0;
	z-index: 109;
	position: relative;
}
.program-right__wrapper {
    margin-top: -48px;
}
}
@media (max-width: 1200px){
		.program{
		height:unset;
		padding-bottom:60px;
		    background-size: cover;
	}
	.program__title{
		    z-index: 11;
    position: relative;
		margin-left:10px;
	}
	.program__list {
    margin-left: 45px;
	}
	.program__main {
    width: 640px;
}
.girlfon{
margin-top: -80px;
    height: 695px;
	    margin-right: -300px;
}
.program__item{
	    font-size: 16px;
			        line-height: 20px;
							margin-bottom:10px;
}
.program__item:last-child{
	margin-bottom:0px;
}
.program__form-wrapper{
	       z-index: 109;
			position: relative;
}
.program-right__wrapper {
  margin-top: 24px;
}
.program-right__img {
  width: 300px;
    height: 550px;
		    background-size: cover;
}
}
@media (max-width: 970px){
	.program__title_color{
		    font-size: 26px;
	}
	.program__title{
		font-size: 24px;
	}
	.program__main {
    width: 468px;
}
.program__form-wrapper{
	margin-left: 10px;
}
.girlfon{
	    width: 710px;
			    margin-top: -80px;
    height: 763px;
}
.program-right__wrapper {
    margin-top: 64px;
}
}
@media (max-width: 770px){
	.program__main {
       width: 100%;
}
.girlfon{
	   /* width: 550px;
    margin-top: 562px;
    height: 613px;*/
		display:none;
}
	.program {
    padding-top: 50px;
		    height: unset;
				    background-size: cover;
						    padding-bottom: 0px;
	}
	.program__title{
		    font-size: 17px;
				    letter-spacing: 0;
						margin-left:0px;
						padding: 0px 10px;
	}
	.program__title_color{
		font-size: 18px;
		    letter-spacing: 0;
	}
	.program__list {
    margin-top: 20px;
    margin-left: 35px;
    margin-bottom: 41px;
}
.program__item::before {
    left: -30px;
}
.program__item{
	    font-size: 16px;
    padding-right: 10px;
    line-height: 24px;
    margin-bottom: 15px;
}
.program__item:last-child{
    margin-bottom: 0px;
}
.program__form-wrapper{
	       width: calc(100% - 20px);
    margin-left: 10px;
    padding: 10px;
}
.program-form__label{
	text-align:center;
	margin-bottom:20px;
}
.form__wrapper{
	flex-flow: column wrap;
}
.program-form__input{
	width:100%;
	margin:auto;
	padding: 0 10px;
	font-size: 16px;
	margin-bottom:10px;
}
.form__wrapper:last-child{
	margin-bottom:0px;
}
.program-form__button{
	    font-size: 16px;
}
.program-right__wrapper{
	    display: block;
			float:unset;
			    margin-top: 20px;
}
.program-right__img{
	    width: 196px;
    height: 321px;
    background-size: cover;
    margin: auto;
}
}