

/* 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:/assets/build/css/tooltip.css?16845190232313*/
.tooltip {
    position: absolute;
    z-index: 1070;
    display: block;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    text-shadow: none;
    text-transform: none;
    letter-spacing: normal;
    word-break: normal;
    word-spacing: normal;
    word-wrap: normal;
    white-space: normal;
    filter: alpha(opacity=0);
    opacity: 0;
    line-break: auto
}

.tooltip.in {
    filter: alpha(opacity=90);
    opacity: .9
}

.tooltip.top {
    padding: 5px 0;
    margin-top: -3px
}

.tooltip.right {
    padding: 0 5px;
    margin-left: 3px
}

.tooltip.bottom {
    padding: 5px 0;
    margin-top: 3px
}

.tooltip.left {
    padding: 0 5px;
    margin-left: -3px
}

.tooltip-inner {
    max-width: 400px;
    padding: 10px;
    color: #fff;
    background-color: #000;
    border-radius: 5px
}

.tooltip-arrow {
    position: absolute;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid
}

.tooltip.top .tooltip-arrow {
    bottom: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
    right: 5px;
    bottom: 0;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
    bottom: 0;
    left: 5px;
    margin-bottom: -5px;
    border-width: 5px 5px 0;
    border-top-color: #000
}

.tooltip.right .tooltip-arrow {
    top: 50%;
    left: 0;
    margin-top: -5px;
    border-width: 5px 5px 5px 0;
    border-right-color: #000
}

.tooltip.left .tooltip-arrow {
    top: 50%;
    right: 0;
    margin-top: -5px;
    border-width: 5px 0 5px 5px;
    border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
    top: 0;
    right: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
    top: 0;
    left: 5px;
    margin-top: -5px;
    border-width: 0 5px 5px;
    border-bottom-color: #000
}

.tooltip a {
    color: #fff;
}

[data-toggle="tooltip"] {
    cursor: pointer;
    text-decoration: underline;
    color: #fff;
    background-color: #1fb3aa;
    padding: 1px 5px;
}
/* End */
/* /assets/build/css/psw.css?17488640973838 */
/* /assets/build/css/tooltip.css?16845190232313 */
