

/* Start:/include/2021/course/course.css?163152927313084*/
.course-title {
	font-weight: 500;
	margin-bottom: 35px;
	font-size: 42px;
	line-height: 133.3%;
}
.course__gray-container {
	padding-top: 110px;
	padding-bottom: 120px;
	background-color: #F5F5F5;
}
.course__black-container {
	padding-top: 110px;
	padding-bottom: 120px;
	background-color: #000;
	color: #fff;
}
@media (max-width: 1024px) {
	.portfolio-course .course-title,
	.course-title {
		font-size: 26px !important;
		margin-bottom: 16px !important;
	}
	.course__gray-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.course__black-container {
		padding-top: 40px;
		padding-bottom: 40px;
	}
}
/**
*
*/
.course-banner {
	display: flex;
    align-items: center;
    justify-content: flex-start;
	background-color: #242424;
	color: #fff;
	min-height: 840px;
    color: #fff;
    background-image: url(/upload/2020/pattern-white.png);
    background-repeat: repeat;
}
.course-banner__container {
	position: relative;
	width: 100%;
}
.courser-banner__wrapper {
	text-align: center;
}
.courser-banner__online {
	display: inline-block;
	margin: 0 auto;
	text-align: center;
	font-weight: 500;
	font-size: 12px;
	line-height: 127%;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	border: 1px solid #fff;
	padding: 8px 20px;
	border-radius: 11px;
}
.courser-banner__title {
	margin-top: 25px;
	margin-bottom: 14px;
	padding: 0;
	text-align: center;
	color:#fff;
	font-weight: bold;
	font-size: 68px;
	line-height: 111.8%;
	text-align: center;
}
.courser-banner__title span {
	color: #FF3584;
}
.courser-banner__description {
	margin-bottom: 41px;
	font-size: 20px;
	line-height: 172%;	
	text-align: center;
}
.course-banner__price {
	font-weight: 600;
	font-size: 30px;
	line-height: 138.3%;
	margin-right: 43px;
}
.course-banner__button {
	font-size: 14px;
	line-height: 141.8%;
	color: #000;
	background: #fff;
	padding: 15px 43px;
	border-radius: 25px;
	border: 0;
}
.course-banner__button:hover,
.course-banner__button:active,
.course-banner__button:focus {
	background: #D9D9D9;
	color: #000;
	text-decoration: none;
}
.courser-banner__buttons {
	display: flex;
	align-items: center;
	justify-content:center;
}
.course-banner__symbol {
	position: absolute!important;
	color: #fff;
	background: #242424;
	box-shadow: 0px 2.22222px 40.5556px rgba(0, 0, 0, 0.38);
	border-radius: 50%;
	font-weight: 500;
	font-size: 27px;
	line-height: 172%;
	text-align: center;
}
.course-banner__symbol--0 {
	width: 108px;
	height: 108px;
	line-height: 108px;
	right:auto!important;
	bottom: auto!important;
	left: 20%!important;
	top: -2%!important;
}
.course-banner__symbol--1 {
	width: 90px;
	height: 90px;
	line-height: 90px;
	right: auto!important;
	bottom: auto!important;
	left: 0!important;
	top: 70%!important;
}
.course-banner__symbol--2 {
	width: 110px;
	height: 110px;
	line-height: 110px;
	top: auto!important;
	right: auto!important;
	left: 15%!important;
	bottom:-40%!important;
}
.course-banner__symbol--3 {
	width: 97px;
	height: 97px;
	line-height: 97px;
	bottom: auto!important;
	left: auto!important;
	right: 15%!important;
	top: 0!important;
}
.course-banner__symbol--4 {
	width: 90px;
	height: 90px;
	line-height: 90px;
	left: auto!important;
	right: 0!important;
	top: 30%!important;
}
.course-banner__symbol--5 {
	width: 130px;
	height: 130px;
	line-height: 130px;
	left: auto!important;
	right: 10%!important;
	top: auto!important;
	bottom:-30%!important;
}
#scene {
	position: absolute;
    top: 0!important;
    bottom: 0!important;
    z-index: 2;
    left: 0!important;
    right: 0!important;
}
@media (max-width:800px) {
	
	.course-banner__symbol,#scene  {
		display: none;
	}
	.course-banner {
		min-height: 583px;
	}
	.courser-banner__title {
		font-size: 38px;
		padding: 0;
		margin-top: 24px;
		margin-bottom: 8px;
	}
	.courser-banner__description {
		font-size: 14px;
		line-height: 172%;
		margin-bottom: 16px;
	}
	.courser-banner__buttons  {
		flex-direction: column;
	}
	.course-banner__price {
		margin-right: 0;
		margin-bottom: 20px;
	}
}
@media (max-width:550px) {
	.courser-banner__description br {
		display: none;
	}
}
/**
* description-course
*/
.description-course__item-wrapper {
    padding: 37px 47px;
    background: #FFFFFF;
    border-radius: 10px;
    height: 100%;
}
.description-course__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 62px;
	height: 62px;	
	margin-bottom: 24px;
	border: 1px solid rgba(0, 0, 0, 0.19);
	background: #fff;
	border-radius: 50%;
}
.description-course__item-title {
	margin-bottom: 16px;
	font-weight: 500;
	font-size: 22px;
	line-height: 133.3%;
}
.description-course__item-description {
	font-size: 18px;
	line-height: 148.3%;
}

@media (max-width: 1024px) {
	.description-course__item-wrapper {
		padding: 24px 20px;
	}
	.description-course__item-title {
		font-size: 16px;   
		margin-bottom: 10px;
	}
	.description-course__item-description {
		font-size: 14px;
	}
	.description-course__item {
		margin-bottom: -10px;
	}
	.description-course__icon{
	    width: 45px;
		height: 45px;
		margin-bottom: 10px;	
	}
	.description-course__icon svg {
		max-width: 26px;
		max-height: 25px;
	}
}
/*
* course-skills
*/
.course-skills {
	background: #242424;
}
.course-skill__container {
	display: flex;
}
.course-skill__list {
	padding-top: 15px;
}
.course-skill__item-wrapper {
	padding-right: 15px;
	padding-bottom: 15px;
}
.course-skill__body {
	max-width: 700px;
	flex-grow: 1;
}
.course-skill__banner {
	text-align: right;
	margin-left: auto;
}
.course-skill__icon {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 76px;
	height: 76px;
	flex-shrink: 0;
}
.course-skill__icon--bordered {
	width: 52px;
	height: 52px;
	border: 1px solid rgba(255, 255, 255, 0.19);
	border-radius: 50%;
}
.course-skill__item-title {
	margin-top: 25px;
	font-size: 22px;
	line-height: 140%;
	color: #F3F3F3;
}
.course-skill__item-text {
	margin-top: 10px;
	font-size: 18px;
	line-height: 148.3%;
}
@media (max-width: 1024px) {
	.course-skill__banner {
		display: none;
	}
	.course-skill__item-wrapper {
		display: flex;
		align-items: center;
	}
	.course-skill__item-title {
		margin-top: 0;
		margin-left: 26px;
		font-size: 16px;
		line-height: 140%;
	}
	.course-skill__item-text {
		margin-left: 26px;
		font-size: 16px;
	}
}
@media (max-width: 600px) {
	.course-skill__item-wrapper {
		padding-right: 0;
		padding-bottom: 0;
	}
}
/*
* programm-course
*/
.course-programm {
	padding-top: 0;
}
.course-programm__title {
	margin-right: 86px;
}
.course-programm__item:first-child .course-programm__item-wrapper {
	margin-top: -15px;
}
.course-programm__item-wrapper {
	display: flex;
	align-items: center;
	padding: 22px 0;
	border-bottom: 1px solid rgba(73, 73, 73, 0.13);
}
.course-programm__counter {
	margin-right: 23px;
	font-size: 24px;
	line-height: 157.8%;
	color: #272727;
	width: 29px;
	flex-shrink: 0;
}
.course-programm__text {
	font-size: 18px;
	line-height: 157.8%;
	color: #272727;
}
@media (max-width: 1024px) {
	.course-programm__text {
		font-size: 16px;
	}
}
/**
* course-formula
*/
.course-formula {
	position: relative;
	margin-bottom: 60px;
}
.course-formula::after {
	content: "";
	position: absolute;
	height: 16px;
	width: 1611px;
	right: 0;
	background-image:url(/upload/2021/course/line.svg);
	background-repeat: no-repeat;
	background-position: right;
}
.course-formula__list {
	display: flex;
	flex-wrap: wrap;
}
.course-formula__item {
	padding-top: 30px;
	padding-bottom: 30px;
	margin-left:30px;
	margin-right: 30px;
	font-weight: 500;
	font-size: 34px;
	line-height: 133.3%;
	flex-grow:1;
}
.course-formula__item:first-child {
	margin-left: 0;
}
.course-formula__item:last-child {
	margin-right: 0;
}
.course-process {
	padding-bottom: 100px;
}
@media (max-width: 1024px) {
	.course-formula__item  {
		font-size: 24px;
		margin-left: 0;
		padding-bottom: 7px;
		padding-top: 7px;
	}
}
.course-mentors__item {
	position: relative;
	cursor: pointer;
}
.course-mentors__description-block {
	position: absolute;
	color: #fff;
	bottom: 0;
	padding-left: 22px;
	padding-right:22px;
}
.course-mentors__image {
	width: 100%;
	height: 387px;
	background-repeat: no-repeat;
	background-size: cover;
}
.course-mentors__name {
	margin-bottom: 4px;
	font-weight: 500;
	font-size: 21px;
	line-height: 133.3%;
	color: #FFFFFF;
}
.course-mentors__description-block {
	height: 100px;
}
.course-mentors__position {
	margin-bottom: 15px;
	font-size: 15px;
	line-height: 148.3%;
}
.course-mentors__description {
	height:0;
	overflow:hidden;
	font-size: 16px;
	line-height: 148.3%;
	margin-bottom: 34px;	
}
.course-mentors__description p {
	padding-bottom: 9px;
}
.course-mentors__item:hover .course-mentors__description {
	height:auto;
}
.course-mentors__item:hover .course-mentors__description-block {
	height: auto;
}

@media (max-width:1024px) {
	.course-mentors .owl-dots {
		display: flex;
		justify-content: center;
		height: 8px;
		margin-top: 24px;
	}
	.course-mentors .owl-dot {
		display: block;
		opacity: 1;
		width: 8px;
		height: 8px;
		border-radius: 50%;
		background: #C4C4C4!important;
		margin-left: 6px;
		margin-right: 6px;
	}
	.course-mentors .owl-dot.active {
		background: #363636!important;
	}
	.course-mentors__name {
		font-size: 18px;
		margin-bottom: 4px;
	}
	.course-mentors__position  {
		font-size: 15px;
		margin-bottom: 15px;
	}
	/*.course-mentors__description {
		height:auto;
		font-size: 16px;
		line-height: 148.3%;
	}
	.course-mentors__description-block {
		height: auto;
	}*/
}
/**
* course-sertificate
*/
.course-sertificate {
	padding-top: 0;
}
.course-sertificate__text-block {
	display: flex;
	align-items: center;
}
.course-sertificate__text-wrapper {
	max-width: 400px;
	margin: 0 auto;
}
.course-sertificate__text {
	font-size: 18px;
	line-height: 157.8%;	
	color: #0B0B0B;
}
.course-sertificate__title {
	font-size: 34px;
}
.course-sertificate__sert img {
	max-width:100%;
	box-shadow: 0px 1.93079px 18.3425px rgba(0, 0, 0, 0.05);
}
@media (max-width: 1024px) {
	.course-sertificate__title {
		margin-top: 20px;
		font-size: 24px;
	}
	.course-sertificate__text {
		font-size: 16px;
		line-height: 157.8%;
	}
}
/**
*course-faq
*/
.faq-course {
	padding-top: 0;
}
.faq-course__item {
	border-bottom: 1px solid rgba(73, 73, 73, 0.13);
}
.faq-course__question {
	position: relative;
	padding: 0 40px;
	font-weight: 600;
	font-size: 18px;
	cursor: pointer;
	margin-bottom: 32px;
	margin-top: 32px;
	transition: transform 0.2s;
}
.faq-course__question:active {
	transform: translateY(4px);
}	
.faq-course__question::before,
.faq-course__question::after {
	content: "";
	position: absolute;
	width: 12px;
	height: 2px;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;	
	background: #AB3362;
	transition: transform 0.4s;
}
.faq-course__question::before {
	transform: rotate(90deg);	
}
.faq-course__question.active::before {
	transform: rotate(0);
}
.faq-course__question.active::after {
	transform: rotate(180deg);
} 
.faq-course__answer {
	display: none;
	padding: 0 40px;
	margin-bottom: 32px;
	font-size: 16px;
	line-height: 157.8%;
}
.faq-course__title {
	padding-right:100px;
}
.faq-course__item:first-child .faq-course__question {
	margin-top: 20px;
}
@media (max-width:1024px) {
	.faq-course__title {
		padding-right: 20px;
	}
	.faq-course__item:first-child .faq-course__question {
		margin-top: 10px;
	}
}
@media (max-width:600px) {
	.faq-course__question{
		padding: 0 25px;
		font-size: 16px;     
		font-weight: 500;
		margin-bottom: 15px;
		margin-top: 15px;
	}
	.faq-course__answer{
		padding: 0 25px;
		font-size: 14px;
	}
}
/**
* portfolio
*/
.portfolio-course {
	padding-top: 0;
}
.portfolio-course__gradient {
	background-image: linear-gradient(to right, transparent 30%, #fff 30%);
}
.portfolio-course .adaptive-container-2 {
	padding-top: 120px;
	padding-bottom: 120px;
}
.portfolio-course .course-title {
	font-weight: 600;
	font-size: 34px;
	line-height: 133.3%;
	margin-bottom: 0;
}
/**course-form*/
.course-form {
	padding-bottom: 40px;
}
.course-form__title {
	max-width: 656px;
	font-weight: 500;
	font-size: 42px;
	line-height: 121.3%;
}
.course-form__title span {
	color: #FF0064;
}
.course-form__description {
	max-width: 546px;
	margin-top: 24px;
	font-size: 24px;
	line-height: 140%;
	color: #181818;
}
@media (max-width: 1024px) {
	.course-form__title {
		font-size: 24px;
	}
	.course-form__title img {
		max-width: 21px;
	}
	.course-form__description {
		margin-top: 20px;
		font-size: 16px;
	}
}

/* End */


/* Start:/bitrix/templates/newintec/components/bitrix/form.result.new/inline-form2/style.css?16391359429458*/
.adaptive-container-2 {
	max-width: 1463px;	
	padding: 0 15px;
    margin: 0 auto;
    min-width: 300px;
}
.form-feedback-inline {
	color: #000;
	font-weight: normal;
	background-color: #F5F5F5;
}
.form-feedback-inline .form-feedback-order-col-1 {
	background: #AB3362;
	color: #fff;
	display: flex;
}
.form-feedback-order-col-1-wrapper {
	padding:95px 105px 113px 131px;
	text-align: left;
	max-width: 393px;
	box-sizing: content-box;
}
.form-feedback-inline .decription_form {
	font-weight: normal;
	font-size: 22px;
	line-height: 133.3%;
}
	
	
.form-feedback-inline .form-feedback-order-wrapper {		
	color: #000;
}
.form-feedback-inline .form-feedback-order-wrapper {
	padding-bottom: 60px;
}
.form-feedback-inline .form-feedback-inline {
	padding: 39px 27px 30px;
	font-size: 14px;
}
.form-feedback-inline .header_grey {
	padding: 0px;
    padding-top: 0px;
    padding-bottom: 10px;
    color: #fff;
    font-weight: 600;
	font-size: 48px;
	line-height: 133.3%;
}

.form-feedback-inline .form-feedback-order-wrapper .close_button {
	height: 36px;
	border-radius: 3px;
	float:left;
	line-height:36px;
	width: 45%;
	text-align:center;
}


.form-feedback-inline .form-feedback-questions {
    margin-left: -20px;
    margin-right: -20px;
}

.form-feedback-inline .form-feedback-radio {
	font-size: 16px;
	line-height: 30px;
    color: #888889;
    font-weight: 100;
    display: inline-block;
    margin: 10px;
	cursor: pointer;
	position: relative;
}
.form-feedback-inline .form-feedback-radio input {
    display: none;
}
.form-feedback-inline .form-feedback-radio input:checked + label {
    color: #c6366f;
	font-size: 20px;
}
.form-feedback-inline .form-feedback-radio label {
	-webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
	cursor: pointer;
	font-weight: normal;
	vertical-align: top;
	line-height: 30px;
}
.form-feedback-inline .form-feedback-radio label:hover { 
	color: #000;
}
.form-feedback-inline .form-feedback-radio-wrap {
    margin: 20px;
}

.form-feedback-inline .form-feedback-field-wrap {
	padding: 30px 20px;
    width: 50%;
}
.form-feedback-inline .form-feedback-field {
    position: relative;
	font-size: 16px;
}
.form-feedback-inline .form-feedback-field input {
    border: 0;
    border-bottom: 1px solid #989494;
    padding: 0;
	height: 50px;
	width: 100%;
	font-size: 14px;
    background: transparent;
}
.form-feedback-inline .form-feedback-field input:focus {
	border-bottom: 2px solid #000;
}
.form-feedback-inline .form-feedback-field textarea {
    border: 0;
    border-bottom: 1px solid #989494;
    padding: 15px;
    height: 60px;
    line-height: 29px;
    width: 100%;
    max-height: 180px;
    max-width: 100%;
	font-size: 14px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
	overflow: hidden;
	background: transparent;
}
.form-feedback-inline .form-feedback-field textarea:focus {
	 border-bottom: 2px solid #000;
}
.form-feedback-inline .form-feedback-field label {
    position: absolute;
    top: 20px;
    left: 0;
	color: #989494;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;	
	font-weight: 500;
	font-size: 14px;
}
.form-feedback-inline .form-feedback-field-textarea {
    position: relative;
	font-size: 16px;
}

.form-feedback-inline [data-float="left"] {
	float: left;
}
.form-feedback-inline [data-float="right"] {
	float: right;
}
.form-feedback-order-col-2 {
	flex-grow: 1;
	background: #fff;
}
.form-feedback-inline .form-feedback-button-wrap {
	max-width: auto;
	font-size: 0;
	font-weight: normal;
	margin-left: 50px;
}
.form-feedback-inline .form-feedback-body {
	display: flex;
}
.form-feedback-inline .form-feedback-button {
    display: inline-block;
    vertical-align: middle;
}
.form-feedback-inline .form-feedback-fields {
	flex-grow:1;
	
}
.form-feedback-inline .form-feedback-button .solid_button {
    display: inline-block;
    height: 54px;
	font-weight: normal;
    font-size: 16px;
    color: #000;
    border: 1px solid #000;
    line-height: 50px;
    border-radius: 50px;
    text-align: center;
    background: transparent;
    margin: 0 auto;
    transition-property: background-color, border-color;
    transition: 0.4s;
	padding: 0 50px;
}
.form-feedback-inline .form-feedback-button .solid_button:hover,
.form-feedback-inline .form-feedback-button .solid_button:focus,
.form-feedback-inline .form-feedback-button .solid_button:active {
	color: #fff;
	background:#000;
}
.form-feedback-inline .form-feedback-consent {
    font-size: 12px;
	line-height: 16px;
}
.form-feedback-inline .form-feedback-consent a {
    color: #000;
}

.form-feedback-inline .error {
    position: absolute;
    bottom: -20px;
    color: #e7e7e7;
    left: 15px;
	opacity: 0;
	font-size: 12px;
	-webkit-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.form-feedback-inline [data-error="true"] .error {
    opacity: 1;
}
.form-feedback-inline [data-error="true"] input,
.form-feedback-inline [data-error="true"] textarea {
	border-color: #e7e7e7;
}

.form-feedback-inline [data-active="true"] label {
    position: absolute;
    top: -10px;
    left: 0;
    font-size: 12px;
}

.form-feedback-inline .form-feedback-order-note {
    font-size: 25px;
    line-height: 30px;
    text-align: center;
	/*padding: 50px;*/
	color: #000;
}
.form-feedback-inline .email_form {
	padding-right: 15px;
}

.form-feedback-inline .form-feedback-tooltip {
    position: absolute;
    opacity: 0;
    top: 100%;
    left: 50%;
	margin-top: 10px;
    margin-left: -110px;
    width: 220px;
    z-index: 1;
}
.form-feedback-inline .form-feedback-radio .form-feedback-tooltip {
	opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    pointer-events: none;
    position: absolute;
    -webkit-perspective: 2000px;
    perspective: 2000px;
}
.form-feedback-inline .form-feedback-radio:hover .form-feedback-tooltip {
	opacity: 1;
    pointer-events: all;
    -webkit-transition: none;
    transition: none;
}
.form-feedback-inline .form-feedback-tooltip-wrapper {
	display: block;
	padding: 9px;
	background: #fff;
    border-radius: 7px;
    text-align: center;
    box-shadow: 0px 4px 14px #dcdcdc;
	font-weight: normal;
    color: #000;
	
	-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
    will-change: transform;
    -webkit-transform-origin: 50% -50px;
    transform-origin: 50% -50px;
    -webkit-transform: rotateX(-15deg);
    transform: rotateX(-15deg);
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
}
.form-feedback-inline .form-feedback-radio:hover .form-feedback-tooltip-wrapper {
	-webkit-transform: none;
    transform: none;
}
.form-feedback-order-contacts {	
	display: flex;
	color:#fff;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 90px;
}
.form-feedback-order-contacts a {
	text-decoration: none;
	color: inherit;
	font-family: Gilroy;
	font-style: normal;
	font-weight: 600;
	font-size: 20px;
	line-height: 133.3%;
}
.form-feedback-order-contacts a:hover,
.form-feedback-order-contacts a:focus,
.form-feedback-order-contacts a:active {
	color: #fff;
}
.form-feedback-inline .form-feedback-tooltip-text {
    font-size: 12px;
}
.form-feedback-inline .form-feedback-tooltip-price {
    font-size: 16px;
	margin-left: 10px;
}
@media all and (max-width: 1300px) {	
	.form-feedback-inline .header_grey {
		font-size: 24px;
		line-height: 133.3%;
	}
	.form-feedback-inline .decription_form {
		font-weight: 500;
		font-size: 16px;
	}
		
	.form-feedback-inline .form-feedback-order-col-1-wrapper {
		padding: 50px;
	}
	.form-feedback-inline .form-feedback-body {
		padding: 50px;
	}
}
@media all and (max-width: 800px) {
	.form-feedback-order-contacts {	
		margin-top: 20px;
	}
	.form-feedback-order-contacts a {	
		font-size: 16px;
	}
	.form-feedback-order-wrapper {
		flex-wrap: wrap;
	}
	.form-feedback-inline .form-feedback-order-col-1 {
		width: 100%;
	}
	.form-feedback-inline .form-feedback-order-col-2{
		width: 100%;
		
	}
	.form-feedback-consent {
		margin-top: 10px;
	}
	.form-feedback-inline .form-feedback-body {
		padding: 25px;
	}
	.form-feedback-inline .form-feedback-order-wrapper {
		padding-bottom: 40px;
	}
}
@media all and (max-width: 800px) {
	.form-feedback-inline .form-feedback-body {
		flex-direction: column;
		padding: 0;
	}
	.form-feedback-inline .form-feedback-button-wrap {
		margin-left:0;
		margin-top: 32px;
	}
}
@media all and (max-width: 450px) {		
	.form-feedback-inline .form-feedback-order-col-1-wrapper {
		padding: 25px;
	}
	.form-feedback-inline .email_form:first-child {
		margin-bottom: 15px;
	}
	.form-feedback-order-contacts {
		margin-top: 40px;
	}
	.form-feedback-inline .decription_form {
		font-weight: 300;
	}
	.form-feedback-inline .form-feedback-field-wrap {
		padding: 10px 20px !important;
	}
	.form-feedback-inline .form-feedback-button-wrap {
		padding-top: 30px;
	}
	.form-feedback-body table {
		margin-top: 40px;
	}
}
/* End */
/* /include/2021/course/course.css?163152927313084 */
/* /bitrix/templates/newintec/components/bitrix/form.result.new/inline-form2/style.css?16391359429458 */
