
/************     promo    *************/
.promo{
    background-image: url(../img/bg.png);
    -webkit-background-size: cover;
    background-size: cover;
    padding-top: 50px;
    border-top:22px solid #10C8D2;
}
@media (max-width:760px)  {
    .promo {
        padding-top: 20px;
        border-top: 15px solid #10C8D2;
    }
}
/************     restyle    *************/

.product-promo-header__image-wrapper {
    padding-top: 10px;
    margin-left: auto;
    padding-bottom: 0px;
}
.form-col {
    margin-bottom: 30px;
}
.product-promo-header__image-wrapper {
    margin-right: auto;
}

/************     dinamic-rating--js    *************/

.dinamic-rating--js.disabled{
    display: none;
}

/************    rating-contanier     *************/

.rating-contanier{
    margin-bottom: 20px;
}


/************   select-card     *************/
.select-card__radio{
	display: -ms-flex;
	display: -webkit-box;
	display: flex;
	-webkit-box-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	align-items: center;
	margin-bottom: 15px;
	cursor: pointer;
}
.select-card__radio:hover .select-card__radio-visible{
	border: 1px solid #000;
}
.select-card__radio-hidden{
	display: none;
}
.select-card__radio-visible{
	width: 20px;
	height: 20px;
	min-width: 20px;
	border-radius: 100px;
	border: 1px solid #BBBDCB;
	box-sizing: border-box;
	margin-right: 10px;
	cursor: pointer;
	background: #fff;
}
.select-card__radio-hidden:checked + .select-card__radio-visible{
	background:  #10C8D2 center center;
	border: 1px solid #10C8D2;
}

.select-card__radio-value span{
	text-decoration: underline;
}
.select-card__radio-value span  a {
	color: #0a1244 !important;
}
.select-card__radio-value img{}
.select-card__radio-helper{display: none;}
.select-card__radio-value{
    font-size: 14px;
}

@media (min-width:768px)  {
	.select-card__radio .helper{
		width: 270px;
		left: 37px;
	}
}
@media (max-width:760px)  {
	.select-card__radio-value span{
		font-size: 16px;
	}
}
@media (max-width:350px)  {
	.select-card__radio-value span{
		font-size: 14px;
	}
}

/************    rating     *************/
.rating{
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    align-items: center;
}
.rating.error{
    color: #eb25c9;
    animation-name: field-error;
    animation-duration: 1s;
    animation-fill-mode: both;
}
@keyframes field-error {
  10%, 90% {
    transform: translate3d(-1px, 0, 0); }
  20%, 80% {
    transform: translate3d(2px, 0, 0); }
  30%, 50%, 70% {
    transform: translate3d(-4px, 0, 0); }
  40%, 60% {
    transform: translate3d(4px, 0, 0); } }


.rating__title{
    width: 220px;
    font-size: 14px;
    line-height: 15px;
    font-size: 14px;
    color: #0A1244;
}
.rating__stars{
    width: 190px;
    height: 29px;
}
.rating__stars  input[type="radio"]{
    display: none;
}

.rating__value{
    float: right;
    display: block;
    width: calc(100% / 5);
    height: 29px;
    background: url(../img/star.svg) no-repeat center center;
    cursor: pointer;
}

.rating__value:not(.rating__value_disabled):hover{
    background: url(../img/star-hover.svg) no-repeat center center;
}

.rating__value:not(.rating__value_disabled):hover ~ .rating__value{
    background: url(../img/star-hover.svg) no-repeat center center;
}
.rating__value_disabled{
    cursor: default;
}
.rating__stars input[type="radio"]:checked ~ .rating__value{
    background: url(../img/star-active.svg) no-repeat center center;
}
@media (max-width:1000px)  {
    .rating{
        width: 50%;
    }
}
@media (max-width:760px)  {
    .rating{
        width: 100%;
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
    .rating__title{
        width: 120px;
        font-size: 14px;
        margin-bottom: 0;
    }
}
@media (max-width:320px)  {
    .rating__stars {
        width: 160px;
    }
}

/************    rating-form     *************/

.rating-form {
    padding: 60px 115px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(11, 16, 71, 0.02), 0 10px 40px rgba(11, 16, 71, 0.05);
    border-radius: 4px;
    margin: 50px auto;
    width: 100%;
    max-width: 920px;
}
@media (max-width:760px)  {
    .rating-form {
        padding: 30px 15px;
        margin: 50px auto 50px;
    }
}


/************    form-footer    *************/
.form-footer{
    text-align: center;
    padding-bottom: 0px;
    padding-top: 50px;
}
.form-footer__items {
    justify-content: space-between;
    padding-top: 50px;
    -webkit-box-align: center;
    align-items: center;
}
.form-footer__agreements{
    padding-right: 50px;
}
.form-footer__btn .button{
    margin-top: 0;
}

.form-col.form-col_compact{
    margin-bottom: 0;
}
.form-row + .text-block__title:not(:first-child) {
    margin-top: 20px;
}

.form-item__text:not(.form-item__text_nohover) input:focus, .form-item__text:not(.form-item__text_nohover) input:hover {
    box-shadow: inset 0 0 0 1px #11c8d2;
    border-color: #11c8d2;
}
.form-footer {
    text-align: center;
    padding-top: 0;
}
.form-item__select:not(.form-item__select_open) .form-item__select__value:focus, .form-item__select:not(.form-item__select_open) .form-item__select__value:hover {
    -webkit-box-shadow: inset 0 0 0 1px #11c8d2;
    box-shadow: inset 0 0 0 1px #11c8d2;
    border-color: #11c8d2;
}



/************    form-item     *************/

.form-item + .form-item, .form-item + .form-row  {
    margin-top: 40px;
}
.text-block__title + .form-item, .text-block__title + .form-row {
    margin-top: 50px;
}


.form-row_100{
    width: 100%;
}
.form-item__text input {
    font-size: 18px;
}
.form-item__radio-name {
    padding: 23px 0;
}
.form-item__select-helper {
    color: #11c8d2;
}
.form-item__select-helper:hover {
    text-decoration: underline;
}
.form-item__select-maps {
    margin-bottom: -25px;
    display: -ms-flex;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin-top: 10px;
}
.form-item__select-map {
    font-style: normal;
    font-weight: normal;
    line-height: 15px;
    font-size: 14px;
    color: #11c8d2;
    margin-right: 15px;
    cursor: pointer;
}
.form-item__select-map:hover {
    text-decoration: underline;
}
.form-item__select-map svg{
    margin-top: 0;
}
.form-item__select-map span{
    position: relative;
    top: -2px;
}

.form-item__contanier-input {
    margin-bottom: 0px;
}

.form-item input.error {
    border: 1px solid #EF275E;
}
.error-message{
    display: none;
}
.form-item input.error + .error-message{
    font-size: 12px;
    line-height: 18px;
    color: #EF275E;
    position: absolute;
    bottom: -20px;
    left: 0;
    display: block;
}
.form-item__text:not(.form-item__text_nohover) input.error:focus, .form-item__text:not(.form-item__text_nohover) input.error:hover {
    box-shadow: inset 0 0 0 1px #EF275E;
    border-color: #EF275E;
}
.form-item__select__value.error{
    border: 1px solid #EF275E;
}

/************    ie     *************/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .form-row.form-flex{
        display: -webkit-flex;
        display: -ms-flex;
        display: flex;
    }
    .ask-icon{
        position: absolute;
        top: 0;
    }
    .select-card__radio-value{
        width: calc(100% - 30px);
    }
    .form-other-info .flex.w_100.alc .form-item__label{
        width: calc(100% - 200px);
    }
    .select-card__radio-visible{
        min-width: 30px;
    }
}

/************    adaptive     *************/
@media (min-width:900px)  {
    .page-up.button.placer__button {
        width: 60px;
        font-size: 12px;
        right: 40px;
    }
    .page-up_active.page-up.button.placer__button{
        display: block;
    }

}
@media (max-width:900px)  {
    .form-col.form-col__35 {
        width: 48%;
    }
    .form-col {
        width: 100%;
    }
    .form-col.form-col_compact:first-child {
        margin-bottom: 50px;
    }
    .form-footer__agreements {
        padding-right: 20px !important;
        margin-bottom: 0 !important;
    }
    .form-col.form-col__50 {
        width: 100%;
    }
    .form-col.form-col__35 {
        width: 100%;
    }
    .form-footer {
        padding-bottom: 0px;
        padding-top: 0;
    }
    .form-footer__items {
        flex-wrap: wrap;
    }
    .form-footer__items {
        padding-top: 50px;
    }

    .form-footer__agreements .checkbox__control-button{
        top: -3px;
        position: relative;
    }
    .product-header_compact .product-header_big {
        padding-bottom: 0;
        padding-top: 13px;
    }
    .form-col_pl-compact{

    }
}
@media (max-width:760px)  {
    .text-block__title {
        font-size: 20px;
        line-height: 1;
    }
    .flex.w_100.alc {
        display: block;
    }
    .form-other-info .form-item__label {
        margin-bottom: 11px;
        line-height: 26px;
    }
    .form-other-info h3{
        margin-top: -30px !important;
    }
    .form-other-info h3.active{
        margin-top: 0px !important;
    }
    .asside-modal__wrapper .text-block__title {
        margin-bottom: 10px;
    }
    .helper {
        position: static;
        width: 100%;
        height: auto;
        bottom: 30px;
        left: 0%;
        background: #fff;
        padding: 15px 15px 1px;
        box-shadow: 0px 4px 22px rgba(11, 16, 71, 0.14);
        z-index: 999;
        margin-top: 14px;
        margin-bottom: 13px;
    }
    .helper__content ul li + li {
        margin-top: 7px;
    }
    .helper__title {
        font-size: 16px;
        margin-bottom: 20px;
        font-weight: bold;
    }

    .type-order .select-card__radio-value {
        font-size: 16px;
        line-height: 1.2;
    }
    .form-footer {
        margin-top: -40px;
    }
    .form-footer__btn .button {
        margin-top: 30px;
    }
}

/************     adaptive    *************/

@media (max-width:760px)  {
        
    .promo-circle__image {
        width: 80%;
        margin: 0 auto;
    }
    .header__inner{
        display: block;
        text-align: center;
    }
    .main-menu {
        display: block; 
    }
    .product-promo-header__inner {
        padding-top: 0;
    }
    .product-promo-header__description {
        color: #fff;
        margin-bottom: 30px;
    }
    .product-promo-header__tag {
        font-weight: normal;
        font-size: 12px;
    }
}

/************     adaptive    *************/

div.rating-admin {
	max-width: none !important;
}

div.rating-admin div.rating-form {
	max-width: none !important;
    padding: 30px !important;
    margin: 50px 20px 20px !important;
}