/* Стили шаблона */
*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    list-style-type: none;
    font-family: Source Sans Pro;
    position: relative;
    -webkit-text-size-adjust: none;
}
input:focus,
textarea:focus{
    border: 1px solid white;
}
input:active{
    border: 1px solid white;
    outline: none;
}
img{
    max-width: 100%;
}
.cases{
	padding: 0;
	height: auto;
	overflow: unset;
	position: relative;
	margin-top: 0;
	z-index: 0;
}
.tabs_item.active{
	position: unset;
}
.breadcrumbs{
    padding: 0;
	margin: 0;
}
.breadcrumbs_item{
    border: 1px solid #BBC4CD;
    border-radius: 100px;
    padding: .5rem 1rem .5rem 1.5rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 90%;
    letter-spacing: -0.5px;
    color: #BBC4CD;
    text-decoration: unset;
    background-image: url('/img/breadcrumbs.svg');
    background-repeat: no-repeat;
    background-position: 0.75rem center;
}
.cases h2{
    font-weight: 400;
    font-size: 8.75rem;
    line-height: 90%;
    letter-spacing: -6px;
    color: #1C1F23;
	padding: 1.5rem 0 0;
}
.cases_tabs{
    display: flex;
    gap: 1rem;
    overflow-x: scroll;
    /*padding: 1.8rem 0 1.25rem;*/
	padding: 1.8rem 0 0.625rem;
    -ms-overflow-style: none;  
    scrollbar-width: none; 
	margin-left: 0;
}
/* Скрываем scrollbar для Chrome, Safari и Opera */
.cases_tabs::-webkit-scrollbar{
  display: none;
}
.cases_tabs li:nth-child(1){
    margin-left: 1rem;
}
.cases_tabs_item{
    font-weight: 700;
    /*font-size: 1rem;*/
    font-size: 1.25rem;
    line-height: 100%;
    letter-spacing: .168px;
    color: #BBC4CD;
    width: max-content;
    text-transform: uppercase;
    display: flex;
    gap: 0 .3rem;
    text-decoration: none;
    border: unset;
    background: unset;
}

.cases_tabs_item.active{
    color: #1C1F23;
}
.cases_tabs_item span{
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #BBC4CD;
    border-radius: 50%;
    color: white;
    font-size: .75rem;
    transform: translateY(-50%);
    font-weight: 400;
}
.cases_tabs_item.active span{
    background-color: #FF3D00;
}
.cases_filter{
    display: flex;
    flex-wrap: wrap;
    gap: .2rem .75rem;
    padding: 0 1rem;
}
.cases_filter_item{
    font-weight: 400;
    font-size: .875rem;
    line-height: 160%;
    color: #4E4E4E;
    border: unset;
    background: unset;
}
.cases_filter_item.active{
    color: #FF3D00;
}
.tabs_item{
    display: none;
}
.tabs_item.active{
    display: block;
}
.cases_filter{
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    padding: 0 1rem;
}
.cases_filter_item{
    border: 1px solid #1C1F23;
    font-weight: 400;
    line-height: 160%;
    border-radius: 100px;
    padding: 0.4rem 1.25rem;
    font-size: 1rem;
}
.cases_filter_item.active{
    background: #FF3D00;
    border: 1px solid #FF3D00;
    color: white;
}
.cases_items{
    display: grid;
    grid-template-areas:
    'item_1 item_1 item_2 item_3'
    'item_4 item_5 item_6 item_7'
    'item_8 item_9 item_10 item_10'
    'item_11 item_12 item_13 item_14';
    gap: 1.25rem;
    margin-top: 3rem;
    text-decoration: none;
}
.cases_item{
    border-radius: 3rem;
    padding: 3rem;
    color: white;
    height: 34rem;
}
.cases_item:nth-child(1){
    grid-area: item_1;
}
.cases_item:nth-child(2){
    grid-area: item_2;
}
.cases_item:nth-child(3){
    grid-area: item_3;
}
.cases_item:nth-child(4){
    grid-area: item_4;
}
.cases_item:nth-child(5){
    grid-area: item_5;
}
.cases_item:nth-child(6){
    grid-area: item_6;
}
.cases_item:nth-child(7){
    grid-area: item_7;
}
.cases_item:nth-child(8){
    grid-area: item_8;
}
.cases_item:nth-child(9){
    grid-area: item_9;
}
.cases_item:nth-child(10){
    grid-area: item_10;
}
.cases_item:nth-child(11){
    grid-area: item_11;
}
.cases_item:nth-child(12){
    grid-area: item_12;
}
.cases_item:nth-child(13){
    grid-area: item_13;
}
.cases_item:nth-child(14){
    grid-area: item_14;
}
.cases_item .cases_item_img{
    position: absolute;
    right: 0;
    top: 0;
    max-height: 34rem;
}
.cases_item_img img{
    max-height: 34rem;
}
/* .cases_item:nth-child(1) img:nth-child(2),
.cases_item:nth-child(10) img:nth-child(2){
    display: none;
}
.cases_item:nth-child(2) img:nth-child(1),
.cases_item:nth-child(3) img:nth-child(1),
.cases_item:nth-child(4) img:nth-child(1),
.cases_item:nth-child(5) img:nth-child(1),
.cases_item:nth-child(6) img:nth-child(1),
.cases_item:nth-child(7) img:nth-child(1),
.cases_item:nth-child(8) img:nth-child(1),
.cases_item:nth-child(9) img:nth-child(1),
.cases_item:nth-child(11) img:nth-child(1),
.cases_item:nth-child(12) img:nth-child(1),
.cases_item:nth-child(13) img:nth-child(1),
.cases_item:nth-child(14) img:nth-child(1){
    display: none;
}
.cases_item img:nth-child(3){
    display: none;
} */
.cases_item_desc{
    position: absolute;
    bottom: 3rem;
}
.cases_item_departament{
    font-weight: 400;
    font-size: 1rem;
    line-height: 140%;
    margin-bottom: .75rem;
}
.cases_item_title{
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 110%;
    max-width: 22rem;
}
.cases_item:nth-child(1) .cases_item_title,
.cases_item:nth-child(10) .cases_item_title{
    font-weight: 700;
    font-size: 2.5rem;
    line-height: 110%;
    max-width: 33.5rem;
}
.cases_download{
    display: block;
    border: 1px solid #BBC4CD;
    border-radius: 50px;
    padding: 1rem 2rem;
    font-weight: 400;
    font-size: .875rem;
    line-height: 1.25rem;
    text-transform: uppercase;
    color: #1C1F23;
    margin: 5rem auto;
    background-color: unset;
    cursor: pointer;
}
@media screen and (max-width: 90.1em){
    .cases_items{
        grid-template-areas:
            'item_1 item_1 item_2'
            'item_3 item_4 item_4'
            'item_5 item_5 item_6'
            'item_7 item_8 item_8'
            'item_9 item_9 item_10'
            'item_11 item_12 item_12'
            'item_13 item_13 item_14';
        gap: 1rem;
        margin-top: 3rem;
    }
    /* .cases_item:nth-child(1) img:nth-child(1),
    .cases_item:nth-child(4) img:nth-child(1),
    .cases_item:nth-child(5) img:nth-child(1),
    .cases_item:nth-child(8) img:nth-child(1),
    .cases_item:nth-child(9) img:nth-child(1),
    .cases_item:nth-child(12) img:nth-child(1),    
    .cases_item:nth-child(13) img:nth-child(1),
    .cases_item:nth-child(2) img:nth-child(2),
    .cases_item:nth-child(3) img:nth-child(2),
    .cases_item:nth-child(6) img:nth-child(2),
    .cases_item:nth-child(7) img:nth-child(2),
    .cases_item:nth-child(10) img:nth-child(2),
    .cases_item:nth-child(11) img:nth-child(2),    
    .cases_item:nth-child(14) img:nth-child(2){
        display: block;
    }
    .cases_item:nth-child(1) img:nth-child(2),
    .cases_item:nth-child(4) img:nth-child(2),
    .cases_item:nth-child(5) img:nth-child(2),
    .cases_item:nth-child(8) img:nth-child(2),
    .cases_item:nth-child(9) img:nth-child(2),
    .cases_item:nth-child(12) img:nth-child(2),
    .cases_item:nth-child(13) img:nth-child(2),
    .cases_item:nth-child(2) img:nth-child(1),
    .cases_item:nth-child(3) img:nth-child(1),
    .cases_item:nth-child(6) img:nth-child(1),
    .cases_item:nth-child(7) img:nth-child(1),
    .cases_item:nth-child(10) img:nth-child(1),
    .cases_item:nth-child(11) img:nth-child(1),    
    .cases_item:nth-child(14) img:nth-child(1){
        display: none;
    }     */
}
@media screen and (max-width: 64.1em){
    .cases_items{
        grid-template-areas:
            'item_1 item_2'
            'item_3 item_4'
            'item_5 item_6'
            'item_7 item_8'
            'item_9 item_10'
            'item_11 item_12'
            'item_13 item_14';
        gap: 1rem;
        margin-top: 3rem;
    }
    .cases_item img:nth-child(1){
        display: block!important;
    }
    .cases_item img:nth-child(2){
        display: none!important;
    }
    .cases_item_title{
        font-size: 1.75rem!important;
    }   
	.blog-load-more {
		margin-top: 1rem;
		margin-bottom: 4rem;
	}
}
@media screen and (max-width: 48.1em){
    .cases{
        padding: 0;
    }
    .cases h2{
        font-weight: 400;
        font-size: 3.75rem;
        line-height: 90%;
        letter-spacing: -2px;
        color: #1C1F23;
        padding: 0 1rem;
    }
    .cases_tabs{
        padding: 2rem 0 1rem;
    }
    .cases_filter_item{
        border: unset;
        font-weight: 400;
        line-height: 160%;
        border-radius: unset;
        padding: 0;
        font-size: .875rem;
    }
    .cases_filter_item.active{
        background-color: unset;
        color: #FF3D00;
        border: unset;
    }
    .tabs_item{
        padding: 0 1rem;
    }
    .cases_items{
        grid-template-areas:
            'item_1'
            'item_2'
            'item_3'
            'item_4'
            'item_5'
            'item_6'
            'item_7'
            'item_8'
            'item_9'
            'item_10'
            'item_11'
            'item_12'
            'item_13'
            'item_14';        
        gap: 9rem 0;
        margin-top: 3rem;
		margin-bottom: 8rem;
    }
    .cases_item{
        color: black;
        border-radius: 1.25rem;
        max-width: 100%;
        max-height: 21.45rem;
        padding: 0;
    }
    .cases_item .cases_item_img{
        max-height: unset;
    }
    .cases_item_img img{
        max-height: 100%;
    }
    .cases_item img:nth-child(3){
        display: block;
    }
    .cases_item_desc{
        bottom: 0;
        top: calc(100% + .75rem);
    }
    .cases_item_departament{
        font-size: .75rem;
        line-height: 1.875rem;
    }
    .cases_item_title{
        font-size: 1rem!important;
        line-height: 110%;
    }
    .cases_download{
        margin: 10rem auto;
    }
}
.main_feedback_form_head {
    font-family: 'Source Sans 3';
    font-style: normal;
    font-weight: 400;
    font-size: 64px;
    line-height: 110%;
    letter-spacing: -5px;
    color: #FFFFFF;
}
.main_feedback_form_second_head {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    color: #BBC4CD;
    margin-top: 24px;
    margin-bottom: 50px;
}
.main_feedback_form_checkbocks {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.main_feedback_form_checkbocks_column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.main_feedback_form label:not(.custom_file) {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #FFFFFF;
    width: 157px;
    margin-left: 12px;
    margin-right: 32px;
    cursor: pointer;
}
.custom_file {
    cursor: pointer;
}
.main_feedback_form_check {
    position: absolute;
    z-index: -1;
    opacity: 0;
}
.main_feedback_form_check+label {
    display: inline-flex;
    align-items: center;
    user-select: none;
  }
  .main_feedback_form_check+label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #4E4E4E;
    border-radius: 4px;
    margin-right: 0.5em;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%;
  }
  .main_feedback_form_check:checked+label::before {
    border-radius: 4px; 
    border-color: #FF3D00;
    background-color: #FF3D00;
    background-image: url("/upload/images/check.svg");
  }
  .main_feedback_form_hr {
    margin-top: 50px;
    margin-bottom: 64px;
    height: 1px;
    background: #4E4E4E;
    border: none;
  }
  .main_feedback_form_h5 {
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 400;
    font-size: 48px;
    line-height: 110%;
    letter-spacing: -2px;
    color: #FFFFFF;
  }
  @media (max-width: 768px) {
    .main_feedback_form_head {
        font-size: 32px;
        line-height: 100%;
        letter-spacing: 0;
    }
    .main_feedback_form_second_head {
        font-size: 20px;
        line-height: 120%;
        margin-top: 24px;
        margin-bottom: 24px;
    }

    .main_feedback_form_checkbocks_column {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 50%;
    }
    .main_feedback_form_checkbocks_column .main_feedback_form_check, .main_feedback_form_checkbocks_column label{
        margin-bottom: 10px;
        margin-right: 0;
        font-size: 14px;
        line-height: 160%;
    }
    .main_feedback_form_hr {
        margin: 40px 0;
    }
    .main_feedback_form_h5 {
        font-size: 26px;
        line-height: 100%;
        margin-bottom: 30px;
    }
}

/*@media screen and (min-width: 119.9em) {
	footer {
		margin-top: 0;
	}
}*/

.cases h1:first-child {
	font-size: 8.75em;
 margin: 2.675rem 0;
}


@media (max-width: 1375px) {
	.cases h1:first-child {
		font-size: 4rem;
	}

}

@media (max-width: 881px) {
	.cases h1:first-child {
		font-size: 3.75rem;
		margin-bottom: 1.875rem;
    	padding: 0 1rem;
	}
}
@media screen and (max-width: 48.1em){
    .cases_items{
	display: flex;
	flex-wrap: wrap;
	list-style: none;
	padding-left: 0;
    }
    .cases_item{
	flex: 0 0 100%;
	outline: 1px solid;
    }
}
ol{
padding-left: 20px;
}