

/* Start:/assets/build/css/psw.css?17488640973838*/
.accordion {
    background-color: #fff;
    color: #2f444e;
    cursor: pointer;
    padding: 18px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 15px;
    border-radius: 25px;
  }

.green-accordion .active, .green-accordion .accordion:hover {
    background: linear-gradient(189.06deg, #2F444E 0.11%, #4D4D4D 100.36%);
    color: #fff;
    border-radius: 25px;
  }

  .accordion:after {
    content: '\002B';
    color: #f1f1f1;
    font-weight: bold;
    float: right;
    margin-left: 5px;
    opacity: 0;
  }
  
  .active:after {
    content: "\2212";
  }
  
  .panel {
    padding: 0 18px;
    background-color: #f1f1f1;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
    margin-top: -25px;
    padding-top: 25px;
  }

.videowrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
  }

.videowrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
  }

.section-buttons {
    margin-bottom: 60px;
}

.row-buttons {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}

.row-buttons a{
	box-shadow: 6px 6px 12px rgba(47, 68, 78, 0.2);
    line-height: 0;
	transition: all .3s;
	border-radius: 30px;
}

.row-buttons a:hover {
    box-shadow: 6px 6px 12px rgb(47 68 78 / 15%);
}

.psw-button {
    position: relative;
}

.img-scheme-hov {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity .3s ease-out;
  max-width: 100%;
}
.img-scheme-hov:hover {
  opacity: 1;
}



.project-section {
    margin: 20px 0 80px;
}

.project-row {
    display: flex;
	margin: 40px 0;
}

.project-descr {
    display: flex;
    align-items: center;
    padding: 0 40px;
}

.project-title {
    padding: 30px 0;
	font-size: 24px;
    font-weight: 700;
}

.project-completed {
    background: #1fb3aa;
    color: #fff;
    padding: 5px 20px;
    border-radius: 30px;
}

.project-button {
	display: inline-block;
    text-decoration: none;
    color: #fff;
    background-color: #2F444E;
    padding: 15px 40px;
	transition: all .3s;
	cursor: pointer;
}

.project-button.rounded {
    border-radius: 30px;
}

.project-button:hover {
    background-color: #1fb3aa;
    color: #fff;
}

.img-scheme{
    max-width: 100%;
}

.answer{
	display: none;
}

.question-btn {
    margin: 30px 0 60px;
}

.section-form {
	display: none;
	margin: 40px 0 40px;
}

.block-form__tab--column {
    padding-bottom: 20px;
}

.question {
    display: none;
}

.question-block-01{
    display: block;
}

.wrap-question{
	padding: 10px 0;
}

.wrap-submit{
    display: none;
}

.section-answers {
    margin-top: 40px;
	font-size: 18px;
}

.form label[for=file] {
    color: #fff;
}

.after-form{
	display: none;
}


#myProgress {
    width: 100%;
    background-color: #CEEEEC;
    border-radius: 10px;
  }
  
#myBar {
    width: 1%;
    height: 30px;
    background-color: #1fb3aa;
    border-radius: 10px;
  }

.title-uchastniki{
	margin-bottom: 50px;
}

.scheme-03 {
    margin-bottom: 40px;
}

@media (min-width: 480px) and (max-width: 1328px) {
.row-buttons a {
    max-width: 45%;
}
}

@media (min-width: 481px) {
	.wrap-scheme img {
	max-width: 100%;
}

}

@media (max-width: 480px) {
.project-completed{
        margin-top: 5px;
        padding: 0px 12px;
        display: inline-block;
}    

.row-buttons {
    flex-direction: column;
    margin-bottom: 0;
}

.row-buttons a {
    margin: 5px 0;
}

.wrap-scheme {
    overflow-x: scroll;
	margin-bottom: 20px;
}

.project-img img{
	width: 150px;
}

.project-title {
    padding: 5px 0 10px;
    font-size: 14px;
}

.project-button{
	padding: 10px 20px;
}

.project-descr{
	padding: 0 15px;
}

.project-descr hr {
    margin: 0;
}

.section-answers {
	margin-top: 0px;
	font-size: 16px;
}

.title-uchastniki{
	margin-bottom: 20px;
}


}



/* End */


/* Start:/local/templates/.default/components/bitrix/form.result.new/veb-psw/style.css?1684527385666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/.default/components/bitrix/form.result.new/veb-psw/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/.default/components/bitrix/form.result.new/veb-psw/images/icon_warn.gif);
}
/* End */
/* /assets/build/css/psw.css?17488640973838 */
/* /local/templates/.default/components/bitrix/form.result.new/veb-psw/style.css?1684527385666 */
