.case_all_wrap{
    position: relative;
}

.navigation {
    display: flex;
    position: absolute;
    bottom: 4%;
    right: 20%;
}

.case_all_wrap .navigation a{
    display: block;
    width: 10px;
    height: 19px;
}

.case_all_wrap .navigation a.next{
    background: url('../images/case/next_arrow.png') no-repeat;
    margin-left: 20px;
}
.case_all_wrap .navigation a.prev{
    background: url('../images/case/prev_arrow.png') no-repeat;
}

.case_all_item{
	height: 883px!important;
	padding: 85px 0;
	font-family: "Roboto";
    background-position: 50%!important;
    background-size: cover!important;
}

.case_all_item .col-md-12{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}

.case_all_item__top {
    width: 44%;
    margin-left: auto;
    margin-bottom: 150px;
}

.case_all_item__top .title {
    font-size: 60px;
    font-weight: bold;
    color: #282828;
    line-height: 0;
    margin-bottom: 90px;
}

.case_all_item__top ul {
    list-style: none;
    padding: 0;
}

.case_all_item__top ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 10px;
}

.case_all_item__top ul li p {
    margin-left: 27px;
    margin-bottom: 0;
    font-family: "Roboto Light";
    font-size: 24px;
    color: #282828;
}

.case_all_item__top ul li p span {
    font-family: "Roboto";
    font-weight: bold;
}

.case_all_item__top ul li img {
    /* width: 60px; */
}

.case_all_item__bottom .desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 40px;
    border-bottom: 1px solid #cbced2;
}

.case_all_item__bottom .img {
    -ms-flex-item-align: end;
        align-self: flex-end;
}

.case_all_item__bottom .img img{
	vertical-align: baseline;
    max-width: 140px;
}

.desc__text {
    margin-left: 28px;
}

.desc__text .title {
    font-size: 25px;
    font-weight: bold;
    line-height: 0;
    margin-bottom: 30px;
}

.desc__text .text {
    font-size: 16px;
    margin-bottom: 0;
    line-height: 1.625em;
    color: #585757;
}

.desc__button {
    -ms-flex-item-align: center;
        align-self: center;
}

.desc__button a {
    display: block;
    width: 335px;
    text-align: center;
    color: #FFF;
    height: 55px;
    line-height: 55px;
    text-transform: uppercase;
    letter-spacing: 0.075em;
    font-size: 16px;
    border-radius: 27px;
    background-image: -webkit-linear-gradient( 90deg, rgb(18,127,194) 0%, rgb(43,142,201) 100%);
    background-image: -ms-linear-gradient( 90deg, rgb(18,127,194) 0%, rgb(43,142,201) 100%);
}

.desc__button a:hover{
	background-image: -webkit-linear-gradient(left, rgb(43,142,201) 0%, rgb(18,127,194) 100%);
	background-image: linear-gradient(to right, rgb(43,142,201) 0%, rgb(18,127,194) 100%);
}

.achievement {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 24px;
}

.achievement>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-family: "Arial";
    color: #585757;
    font-size: 24px;
    width: 25%;
}

.achievement>div p {
    margin: 0 0 0 20px;
}

.achievement>div p span {
    display: block;
    font-weight: bold;
    line-height: 1;
    color: #282828;
}

.case_all_item.zhbi247 {
    background: url("/bitrix/templates/stkpromo/images/case/zhbi247/bg.jpg") no-repeat;
}
.case_all_item.dostavka {
    background: url("/bitrix/templates/stkpromo/images/case/dostavka/bg.jpg") no-repeat;
}
.case_all_item.dostavka .case_all_item__top{
    margin-bottom:  115px;
}
.case_all_item.kremlinstore {
    background: url("/bitrix/templates/stkpromo/images/case/kremlistore/bg.jpg") no-repeat;
}
.case_all_item.kremlinstore * {
    color: #FFF;
}
.case_all_item.kremlinstore .case_all_item__top{
    margin-bottom:  145px;
}
.case_all_item.obedsmile {
    background: url("/bitrix/templates/stkpromo/images/case/obedsmile/bg.jpg") no-repeat;
}
.case_all_item.obedsmile .case_all_item__top{
    margin-bottom:  65px;
}
.case_all_item.blackfriday {
    background: url("/bitrix/templates/stkpromo/images/case/blackfriday/bg.jpg") no-repeat;
}
.case_all_item.blackfriday * {
    color: #FFF;
}
.case_all_item.blackfriday .case_all_item__top .title, .case_all_item.blackfriday .achievement>div p span{
    color: #ffcd00;
}
.case_all_item.blackfriday .case_all_item__top{
    margin-bottom:  50px;
}

/* Case end; */

.question_wrap{
    margin: 50px 0;
}

.question {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}

.question>.left {
    width: 29%;
    font-size: 30px;
    color: #254c64;
    -ms-flex-item-align: center;
        align-self: center;
}

.question>.left p {
    width: 80%;
}

.question>.left span {
    font-weight: bold;
    color: #258bc9;
}

.question>.right {
    width: 71%;
}

.slider_question__item {
    background: #f8fafd;
    padding: 35px;
    position: relative;
    border-radius: 5px;
    border-bottom: 1px solid #eff2f6;
}

.slider_question__item:before {
    content: "";
    display: block;
    border: 10px solid transparent;
    border-top: 10px solid #f8fafd;
    border-right: 10px solid #f8fafd;
    width: 0px;
    position: absolute;
    left: -20px;
    top: 35px;
}

.slider_question__item .title {
    font-size: 20px;
    color: #1a84c4;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;
}

.slider_question__item .text {
    font-size: 16px;
    font-style: italic;
    color: #282828;
    margin: 0;
}

.arrow_wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    margin-top: 28px;
}

.arrow_wrap>div {
    width: 40px;
    height: 40px;
    border-radius: 5px;
    margin-left: 1px;
    cursor: pointer;
}

.arrow_wrap>div:hover{
	background-color: #258bc9;
}

.arrow_wrap .back {
    background: #81c65d url(../images/arrow-left.png) center center no-repeat;
}
.arrow_wrap .next {
    background: #81c65d url(../images/arrow-right.png) center center no-repeat;
}

.case_all_form_footer {
    background: url("/bitrix/templates/stkpromo/images/case/case_all_form_bg.jpg") no-repeat;
    background-position: 50%!important;
    background-size: cover!important;
    height: 432px;
    padding: 35px 0;
}

.case_all_form_footer .title {
    font-weight: bold;
    font-size: 30px;
    text-align: center;
    margin-bottom: 30px;
}

form#case_all_form .row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

form#case_all_form .row .section {
    width: 50%;
}

form#case_all_form input[type="text"], form#case_all_form input[type="tel"] {
    height: 40px;
    width: calc(100% - 15px);
    color: #959595;
    padding: 0 0 0 15px;
    border: none;
    box-shadow: inset 0px 3px 5px 0px rgba(126, 139, 154, 0.13);
}

form#case_all_form textarea {
    padding: 15px 0 0 15px;
    width: calc(100% - 15px);
    max-width: calc(100% - 15px);
    border: none;
    box-shadow: inset 0px 3px 5px 0px rgba(126, 139, 154, 0.13);
    height: 100px;
    max-height: 100px;
}

form#case_all_form .row {
    margin: 0;
    margin-bottom: 30px;
}

form#case_all_form .politic {
    font-family: "Roboto";
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

form#case_all_form .politic a {
    text-decoration: underline;
}

form#case_all_form .politic label {
    margin-left: 35px;
    position: relative;
}

#case_all_form .politic input {
    display: none;
}

#case_all_form .politic input + label:before {
    content: "";
    width: 22px;
    height: 22px;
    background: #fff;
    display: block;
    border-radius: 3px;
    position: absolute;
    left: -35px;
    top: 0;
}
#case_all_form .politic input:checked + label:after {
    content: "";
    background: url(../images/case/checked.png) no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 6px;
    left: -30px;
}

.politic.no_check label {
    color: red;
}

.you_can {
    margin: 40px 0;
}

.you_can .title {
    text-align: center;
    font-size: 25px;
    color: #1a84c4;
}

.manager {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.manager .img {
    border: 1px solid #e4e4e4;
    border-radius: 100%;
    margin-right: 30px;
}

.manager .desc .name {
    font-size: 21px;
    font-weight: bold;
}

.manager .desc .position {
    font-size: 16px;
}

.manager .desc {
    color: #282828;
    margin-right: 90px;
    position: relative;
}

.manager .desc:after {
    content: "";
    display: block;
    background: url("/bitrix/templates/stkpromo/images/case/arrow.png") no-repeat;
    position: absolute;
    width: 80px;
    height: 25px;
    right: -80px;
}

.manager .tel {
    font-size: 24px;
    font-weight: bold;
    color: #254c64;
}


@media screen and (max-width: 1500px) {
	.case_all_item{
		    background-position: 100% 0%!important;
	}
}


@media screen and (max-width: 800px) {
	.case_all_item__bottom .desc {
    	flex-direction: column;
	}

	.desc__button {
	    margin-top: 10px;
	}

	.case_all_item__top {
	    width: 100%;
	    margin-bottom: 20px!important;
	}

	.case_all_item__bottom .img {
	    display: none;
	}

	.desc__text {
	    margin-left: 0;
	}

	.case_all_item {
	    height: 100%!important;
	    background-repeat: repeat;
	}
	.question {
	    flex-direction: column;
	}

	.question>div {
	    width: 100%!important;
	}

	.question>.left p {
	    width: 100%;
	    text-align: center;
	    margin-bottom: 30px;
	}

	.slider_question__item:before {
	    display: none;
	}

	.arrow_wrap {
	    justify-content: center;
	}

	.arrow_wrap>div {
	    margin-left: 20px;
	}
    .navigation{
        display: none;
    }
    .case_all_item.zhbi247 {
        background: #EFEDEC;
    }
    .case_all_item.dostavka {
        background: #F9ECEA;
    }
    .case_all_item.kremlinstore {
        background: #1A1A1A;
    }
    .case_all_item.obedsmile {
        background: #F0E9E9;
    }
    .case_all_item.blackfriday {
        background: #000;
    }
    .achievement>div {
        width: 100%;
    }
}

@media screen and (max-width: 500px){
	.case_all_item{
		background-size: cover!important;
	}
	.case_all_item__top .title {
	    font-size: 15vw;
	    line-height: 1;
	    margin-bottom: 30px;
	}

	.desc__button a {
	    width: 90vw;
	    font-size: 4vw;
	}

	.achievement {
	    flex-direction: column;
	}

	.achievement>div {
	    margin-bottom: 50px;
	}

	.achievement>div img {
	    width: 50px;
	}

	.case_all_item {
	    padding: 20px 0;
	}

	form#case_all_form .row {
	    flex-direction: column;
	    margin-bottom: 0;
	}

	form#case_all_form .row .section {
	    width: 100%;
	    margin-bottom: 25px;
	}

	form#case_all_form input[type="text"], form#case_all_form input[type="tel"] {
	    height: 65px;
	}

	.case_all_form_footer {
	    height: auto;
	    background-size: cover;
	}

	form#case_all_form .row_textarea {
	    margin-bottom: 30px;
	}

	form#case_all_form .politic label {
	    color: #FFF;
	    margin-left: 30px;
	}

	form#case_all_form .politic {
	    margin-bottom: 30px;
	}

	.case_all_form_footer .title {
	    color: #FFF;
	}

	.manager {
	    flex-direction: column;
	    text-align: center;
	}

	.manager .img {
	    margin: 0 0 10px 0;
	}

	.manager .desc {
	    margin: 0;
	}

	.manager .desc:after {
	    display: none;
	}
	.footer_form__button input {
	    width: 100%;
	    height: 50px;
	    font-size: 5vw;
	    letter-spacing: 0.075em;
	    font-weight: bold;
	}
}