.img-right{
float:right;
margin-left:10px;
}
.img-left{
float:left;
margin-right:10px;
}
.iw-modal-btn {
background:#126bda; /*цвет фона кнопки*/
color:#fff; /*цвет шрифта*/
text-align:center;
display:inline-block;
padding:10px 20px; /*внутренние отступы*/
text-decoration:none;
font-size:17px; /*размер шрифта*/
margin-top:0px;
transition: all 0.5s ease;
}
.iw-modal-btn:hover {
-webkit-transform: scale(1.1);
-moz-transform: scale(1.1);
-o-transform: scale(1.1);
background:#439DE0; /*цвет фона при наведении*/
}
/*CSS-свойства для заднего фона*/
.iw-modal {
opacity: 0; /*изначально этот блок должен быть прозрачным*/ 
background: rgba(0,0,0,0.7); /*задаём цвет фона*/
pointer-events: none; /*делаем чтобы по элементу нельзя было кликнуть когда он прозрачный*/
position: fixed; 
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 9999;
transition: all 0.5s ease;
margin: 0;
padding: 0;

}
.iw-modal:target {
opacity: 1; /*при клике блок становится видимым*/
pointer-events: auto; /*теперь по блоку можно кликать мышкой*/
overflow-y: auto; /*прокрутка по вертикли страницы*/
}
.iw-modal-wrapper {
margin:auto; /*выравниваем модальное окно по центру по горизонтали*/
margin-top:25vh; /*отступ сверху можно задавать в px, % или vh*/
margin-width: 25vh;
}
/*CSS-свойства для блока, содержащего контент модального окна */ 
.iw-CSS-modal-inner {
position: relative;
background: #fff; /*цвет фона*/
border: 1px solid #ccc; /*цвет и толщина рамки*/
border-radius: 0px; /*радиус скругления углов*/

}
/*CSS-свойства заголовка модального окна */
.iw-modal-header {
padding: 15px;/*внутренний отступ*/
background:#f1f1f1;/*цвет фона*/
position:relative;

}
.iw-modal-title {
font-size: 18px; /*размер шрифта*/
color:#555; /*цвет шрифта*/
font-weight:bold; /*жирность шрифта*/
line-height: 1.5; /*высота строки*/
margin-top: 0;
margin-bottom: 0;
}
/*CSS для кнопки закрытия*/
.iw-close {
position:absolute;
top:15px; /*отступ сверху*/
right:10px; /*отступ справа*/
font-size: 24px; /*размер шрифта*/
color: #555; /*цвет шрифта*/
text-decoration: none;
}
.iw-close:hover, .iw-close:focus {
color: #000; /*цвет шрифта при наведении*/
cursor: pointer;
}
/*CSS для блока с текстом*/
.iw-modal-text {
padding: 15px 40px; /*внутренний отступ*/

}
/**MEDIA**/
@media (min-width: 550px) {
.iw-modal-wrapper {
max-width: 700px; 
}
}

.we-abor-img img{
	max-width: 320px;
}

.onas-action {
	font-family: 'Proxima Nova Bold', sans-serif;
	font-size: 22px;
	font-weight: bold;

}

.ac-container{
    width: 100%;
    margin: 10px auto 30px auto;
}

.ac-container label{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 5px 20px;
    position: relative;
    z-index: 20;
    height: 30px;
    cursor: pointer;
    color: #fff;
    font-size: 19px;
    background: -moz-linear-gradient(top, #126bda 1%, #126bda 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,#126bda), color-stop(100%, #126bda));
    background: -webkit-linear-gradient(top, #126bda 1%,#126bda 100%);
    background: -o-linear-gradient(top, #126bda 1%,#126bda 100%);
    background: -ms-linear-gradient(top,#126bda 1%,#126bda 100%);
    background: linear-gradient(top, #126bda 1%,#126bda 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#126bda', endColorstr='#126bda',GradientType=0 );
 box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}
}

.ac-container label:hover{
    background: #fff;
}

.wt-info {
	margin-left: 36px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.wt-info:before {

    content: '';
    position: absolute;
    width: 17px;
    height: 17px;
    background: transparent url(/local/templates/a/img/dawn-arrow.png) no-repeat center center;
    background-size: cover;
    left: 20px;

}

.ac-container input:checked + label,
.ac-container input:checked + label:hover{
    background: #126bda;
    color: #fff;
    text-shadow: 0px 1px 1px rgba(255,255,255, 0.6);
    box-shadow: 
        0px 0px 0px 1px rgba(155,155,155,0.3), 
        0px 2px 2px rgba(0,0,0,0.1);
}

.ac-container {
	padding: 0px 0px;
}

.we-abor-text p{
	    font-size: 18px;
}

.o-nas-action p {

	font-size: 16px;}


/*.ac-container input:checked + label:before {

    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    top: 7px;
    background: transparent url(/local/templates/a/img/up-arrow.png) no-repeat center center;
    background-size: cover;
    left: 20px;
}*/

.ac-container input{
    display: none;
}

.ac-container article{
    background: rgba(255, 255, 255, 0.5);
    margin-top: -1px;
    overflow: hidden;
    height: 0px;
    position: relative;
    z-index: 10;
    -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
}
.ac-container input:checked ~ article {
     -webkit-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -moz-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -o-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    -ms-transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    transition: height 0.3s ease-in-out, box-shadow 0.6s linear;
    box-shadow: 0px 0px 0px 1px rgba(155,155,155,0.3);
    height: 250px;
}

.ac-container article p{
    font-style: italic;
    color: #777;
    line-height: 23px;
    font-size: 14px;
    padding: 20px;
    text-shadow: 1px 1px 1px rgba(255,255,255,0.8);
}

.shagi {
display:flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
}

.shagi-num {
    background: #126bda;
    color: #fff;
    padding: 10px 25px;
        min-width: 39%;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 15px 15px;
}

.shagi-num p {
margin: 0;
margin-bottom: 15px;
font-weight: bold;
}


.o-nas-ul li {
    list-style: none;
    background: #126bda1c;
    padding: 9px 31px;
    margin: 10px 10px;
    width: 205px;
    height: 50px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    border-radius: 41px;
}

.o-nas-ul {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
	align-items: center;
	padding-left: 0 !important;}

.we-abor-item img {
	width: 45px;
	height: 45px;
	object-fit: contain;
}

.we-abor-item p {
    padding-left: 15px;
}

.we-abor-item {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    width: 320px;
    height: 80px;
    background: #eaeaea;
    margin: 10px 10px;
}

.onas-action {
margin-top: 85px;
}

.steps-but {
    color: #fff;
    border: 1px solid #fff;
    padding: 10px;
    border-radius: 30px;
}

.shagi-num span {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

@media (max-width: 600px) {

.iw-modal-btn {
display: none;
	}

.we-abor-action {
flex-wrap: wrap;
	}
.shagi-num ul li {
	}
.shagi-num {
    padding: 25px 25px;
	}
.o-nas-ul {

    justify-content: center;
flex-wrap: wrap;

}

.shagi-num p {
text-align:center;
    margin: 0;
    margin-bottom: 7px;
    font-weight: bold;
	}

.shagi-num ul li {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
	}


.shagi-num ul li:before {
content: "\2714";
    margin-right: 9px;
	}

.form-feedback {
margin-top: 35px !important;
	}
.onas-action {
margin-top: 35px !important;
	}

.we-abor-item {
    flex-direction: row;
    justify-content: flex-start;
		padding-left: 35px;
	}

.steps-but {
    color: #fff;
    border: 1px solid #fff;
    padding: 0px;
    border-radius: 30px;
    margin-top: 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 12px;
	}

.steps-but:hover {
	background:#1058b1;
	}

.shagi-num ul li {
    margin-bottom: 7px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
	}

.shagi-num ul {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
	}

.shagi-num span {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-weight: 100;
	}
}