@font-face {
    font-family:'Mont';
    src: url('../fonts/MontRegular.eot');
    src: local('MontRegular'), local('MontRegular'),
        url('../fonts/MontRegular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/MontRegular.woff') format('woff'),
        url('../fonts/MontRegular.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}


@font-face {
   font-family: "Soyuz Grotesk";
    src: local('Soyuz Grotesk'), local('Soyuz Grotesk'),
        url('../fonts/Soyuz_Grotesk_Bold.otf') format('otf'),
        url('../fonts/SoyuzGroteskBold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family:'Mont';
    src: url('../fonts/Mont-Bold.eot');
    src: local('Mont-Bold'), local('MontSemiBold'),
        url('../fonts/Mont-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Mont-Bold.woff') format('woff'),
		url('../fonts/Mont-Bold.woff2') format('woff2'),
        url('../fonts/Mont-Bold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}


:root {
  --width_container: 1400px;
  --width_container1: 1240px;
}






html,
body {
    font-family:'Mont', sans-serif;

}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    outline: none;
}

input {
    outline: none;
}

img {
    max-width: 100%;
}

a {
    color: inherit;
    text-decoration: none;
    -webkit-transition: 0.2s;
    transition: 0.2s;
}

a:hover {
    color: inherit;
    text-decoration: none;
}

a:focus {
    color: inherit;
    text-decoration: none;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}


.flex{
    display: flex;
    flex-wrap: wrap;
    
}
.flex_s{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.flex_s_a{
     display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.flex_a{
     display: flex;
    flex-wrap: wrap;
    align-items: center;
}


.container_content {
  width: var(--width_container1);
    margin-right: auto;
    margin-left: auto;
   
}
body.page-loaded{
	background-color: #f63a11;
}
.ov{
	background-color: #fff;
}


.container_content2 {
  width: var(--width_container);
    margin-right: auto;
    margin-left: auto;
   
}


.displ_f_block .f_pop_up_box{
	opacity: 0;
	transform: scale(0);
	transition: 1s ease;
	transition-delay: 0.4s;
}


.page-loaded  .displ_f_block .f_pop_up_box{
	opacity: 1;
	transform: scale(1);
}

.h_l_l{
	position: relative;
}


.an.delay4{

}

.h_l_l_w1{
	color: rgb(246, 58, 17);
font-family: Soyuz Grotesk;
font-size: 60px;
font-weight: 700;
line-height: 58px;
letter-spacing: 0%;
text-align: left;
}
.h_l_l_w2 , .h_l_l_w3{
	position: absolute;
}

body.page-loaded{
	
}

.h_l_l_w2{
	color: rgb(9, 21, 32);
font-family: Soyuz Grotesk;
font-size: 30px;
font-weight: 700;
line-height: 29px;
letter-spacing: 0%;
text-align: left;
    top: 8px;
    right: 18px;
	
}

.h_l_l_w3{
	color: rgb(9, 21, 32);
font-family: Soyuz Grotesk;
font-size: 60px;
font-weight: 700;
line-height: 58px;
letter-spacing: 0%;
text-align: left;
	
top: 0px;
    right: 52px;
	
}
.h_l_l{
	padding-right: 69px;

}
.h_l_l span{
	display: inline-block;
}
.h_l_r{
color: rgb(9, 21, 32);
    font-family: Mont;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    letter-spacing: 0%;
    text-align: left;
    padding-left: 15px;
    border-left: 1px solid rgb(9, 21, 32);
    margin-top: 6px;
}

nav a{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
	margin-right: 50px;
}
.btn{
    padding: 12px 23px 11px;
    box-sizing: border-box;

    border-radius: 100000px;
    color: rgb(255, 255, 255);
    font-family: Mont;
    font-size: 13px;
    font-weight: 600;
    line-height: 17px;
    letter-spacing: 0%;
    text-align: left;
    background: rgb(9, 21, 32);
cursor: pointer;
}
.b_more{
	    display: flex;
    justify-content: center;
    align-items: center;
	margin-right: 54px;
}
header{
padding-top: 37px;	
}

.displ_f_text{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 22px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
}
.f_pop_up_box{
	width: 210.22px;
height: 210.22px;
	
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	color: rgb(255, 255, 255);
font-family: Soyuz Grotesk;
font-size: 20px;
font-weight: 700;
line-height: 22px;
letter-spacing: 0%;
text-align: center;
}

.pop_bg{
	border-radius: 50%;
	background: rgb(246, 58, 17);
	border:1px solid rgb(246, 58, 17);
	position: absolute;
	width: 100%;
	height: 100%;    transition: transform .367s cubic-bezier(.55,0,.1,1);
	
}
.f_pop_up_box:hover .pop_bg{
	transform: scale(1.2);
}

.pop_text{
	position: relative;
}

h1{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 64px;
font-weight: 600;
line-height: 70px;
letter-spacing: 0%;
text-align: left;

}
.displ_f_block{
	margin-top: 160px;
	
}
.f__center{
	margin-bottom: 69px;
}
.section_title{
	position: relative;
	padding-left: 14px;color: rgb(112, 112, 112);
font-family: Soyuz Grotesk;
font-size: 16px;
font-weight: 700;
line-height: 15px;
letter-spacing: 0%;
text-align: left;
}
.section_title:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 4.5px;

    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: rgb(246, 58, 17);
    border: 1px solid rgb(246, 58, 17);
}
.slider__form_box{
	height: 100px;
	display: flex;

	justify-content: center;
	align-items: center;
}

.slider__form_box img{
max-height:100%;
}
.slider__form_container{
	margin-top: 66px;
}
.selected_works_block{
	margin-top: 120px;
}
h3.chnage_h{
	position: relative;
	color: rgb(9, 21, 32);
font-family: Soyuz Grotesk;
font-size: 64px;
font-weight: 700;
line-height: 70px;
letter-spacing: 0%;
text-align: left;
	padding-left: 51px;
}

h3.chnage_h:before{
    content: "";
    position: absolute;
    left: 0px;
    top: 20px;
    background: rgb(246, 58, 17);
    border-radius: 50%;
    border: 1px solid rgb(246, 58, 17);
    width: 38px;
    height: 38px;    transition: 0.7s ease;
	transform: scale(0);
}
.active_m h3.chnage_h:before{
	transform: scale(1);
	transition-delay: 0.3s;
}

.line_r{
	width: 0%;
	background: rgb(9, 21, 32);
	height: 1px;
	transition: 1.5s ease;
}
.active_m .line_r{
		width: 100%;
}
.slider_top_row{
	margin-bottom: 30px;
}
.sl_num1{
    color: rgb(9, 21, 32);
    font-family: Mont;
    font-size: 64px;
    font-weight: 800;
    line-height: 57px;
    letter-spacing: 0%;
    text-align: left;
    padding-right: 5px;
}
.sl_num2_all{
	color: rgb(112, 112, 112);
font-family: Mont;
font-size: 36px;
font-weight: 800;
line-height: 46px;
letter-spacing: 0%;
text-align: left;
}

.delay1 {
     transition-delay: 0.2s !important;
}

.delay2 {
    transition-delay: 0.4s!important;
}

.delay3 {
    transition-delay: 0.6s!important;
}

.delay4 {
    transition-delay: 0.8s!important;
}
.delay5 {
    transition-delay: 1s!important;
}
.delay6 {
    transition-delay: 1.2s!important;
}
.sl_nums{
	align-items: flex-end;
}
.selected_works_slider{
	margin-top: 63px;
}
.selected_works_inner_title{
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 48px;
font-weight: 600;
line-height: 61px;
letter-spacing: 0%;
text-align: left;
	max-width: 50%;
}
.selected_works_inner_info{
	max-width: 434px;
}
.selected_works_inner_info p{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 24px;
font-weight: 600;
line-height: 34px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 37px;
}
.selected_works_inner_info_desc{
	color: rgb(246, 58, 17);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
}
.selected_works_inner_top{
	margin-bottom: 55px;
}
.selected_works_inner_box{
	display: flex;flex-wrap: wrap;
	justify-content:flex-start;
	align-items: flex-start;
	position: relative;
	
overflow: hidden;
	

}

.selected_works_inner_box:before{
	content: "";
	position: absolute;
	left: 0px;
	top:0px;
	width: 100%;
	height: 100%;
	background: rgba(9, 21, 32, 0.15);
	z-index: 2;
}
.top__row2 h2{
	max-width: 1030px;
}
.steck_container .animate {
	overflow: visible;
}

.btn_w.animate{

}

h2{
		
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 64px;
font-weight: 600;
line-height: 70px;
letter-spacing: 0%;
text-align: left;
}
.btn_w{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 13px;
font-weight: 600;
line-height: 17px;
letter-spacing: 0%;
text-align: left;
    padding: 11px 23px 10px;
	box-sizing: border-box;
border: 1px solid rgb(217, 217, 217);
border-radius: 100000px;
cursor: pointer;
}
.top__row2{
    align-items: flex-end;
}
.we_doing_block{
	margin-top: 80px;
}
.section_title2{
	margin-bottom: 50px;
}
.top__row2 .btn_w{
	margin-bottom: 14px;
}
.top__row2 h2{
	margin-bottom: 0px;
	
}
.top__row2{
	margin-bottom: 120px;
}
.we_doing_title{
color: rgb(9, 21, 32);

font-size: 36px;
font-weight: 400;
line-height: 44px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 50px;
}
.we_doing_list p{
	
font-size: 18px;
font-weight: 400;
line-height: 34px;
letter-spacing: 0%;
text-align: left;
}

.we_doing_list p span{
	color: rgb(246, 58, 17);
}
.test_form_block{
	margin-top: 100px;
}
.test_form_left , .test_form_right{
	position: relative;
}
.test_form_conteiner{
	position: relative;
}
.test_form_bg{
    position: absolute;
       right: -85px;
    top: -100px;
	
}
.test_form_conteiner{
	border-radius: 20px;
overflow: hidden;
background: rgb(245, 245, 245);
}
.test_form_conteiner2{
    padding: 62px 0px 77px;
}
.test_form_right_img img{
	width: 346.52px;
height: 335.07px;
}
.test_form_left{
max-width: 835px;
}
.test_form_left_desc{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 48px;
font-weight: 600;
line-height: 50px;
letter-spacing: 0%;
text-align: left;
    margin-bottom: 17px;
}
.test_form_left_desc2{
	font-family: Mont;
font-size: 14px;
font-weight: 600;
line-height: 0px;
letter-spacing: 0%;
    text-align: right;color: rgb(112, 112, 112);
}

.test_form_left_desc2 span{
	color: rgb(246, 58, 17);
}
.btn{
	display: inline-block;
}
.test_form_left .btn{
	    font-size: 16px;
    padding: 18px 50px 17px;
    margin-top: 56px;
}
.test_form_left_text_row{
	    margin-top: 44px;
}
.marg_t_100{
	margin-top: 100px;
}
.segment_container{
	margin-top: 110px;
}
.segment_left{
	width: 545px;  
}

.bar_list_event{
	  max-height: 523px;
    overflow: auto;    position: relative;
}

.segment_right{

width: 620px;
}

.segment_right img{


}


.bar_list_event::-webkit-scrollbar {     width: 3px;
    height: 3px;}
.bar_list_event::-webkit-scrollbar-button {  display:none; }
.bar_list_event::-webkit-scrollbar-track {      background: transparent;}
.bar_list_event::-webkit-scrollbar-thumb {     height: 176px;
background-color: rgb(246, 58, 17);
    border-radius: 25px;
cursor: pointer;
  
 
}


.segment_left{
	position: relative;
	
}
.segment_left:before{
content: "";
	position: absolute;
right: 1px;
	top: 0px;
	height: 100%;
	background: rgb(206, 206, 208);
	width: 1px;

}




.bar_list_event .scrollbar-track {
  
    opacity: 1;

}

.bar_list_event  .scrollbar-track-y {
   
    width: 5px;
}


.bar_list_event .scrollbar-thumb {
  
    width: 5px;

     background: rgb(246, 58, 17);
}

.bar_list_title{
color: rgb(9, 21, 32);

font-size: 28px;
font-weight: 400;
line-height: 38px;
letter-spacing: 0%;
text-align: left;
	padding-bottom: 32px;
	padding-top: 31px;
		
}
.bar_list_row{
	border-bottom: 1px solid rgb(9, 21, 32);
}

.bar_list_link a{
color: rgb(246, 58, 17);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
border-bottom: 1px solid rgb(246, 58, 17);
}

.bar_list_link a:hover{
	border-bottom: 1px solid transparent;
}
.bar_list_text >p{

}
.bar_list_link{    padding-top: 29px;
	padding-bottom: 25px;
}

.bar_list_event {
   
    padding-right: 74px;
}
.bar_list_event .bar_list_row:first-child .bar_list_title{
	padding-top: 0px;
}

.bar_list_text {
 
}

.bar_list_row:hover .bar_list_text {
  
}

.bar_list_row:hover{
	   
}
.red__line{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 38px;
font-weight: 600;
line-height: 49px;
letter-spacing: 0%;
text-align: left;background: rgb(246, 58, 17);
}
.red__line p{
	text-align: center;
    padding: 45px 0px;
}

.red__line p span:first-child{
	padding-right: 30px;
	
}
.bar_list_title{
	cursor: pointer;
}

.red__line p span:last-child{
	padding-left: 30px;
	
}
.str_height_slider{
	margin: 0 -12px;
}
.segment_right_item {
	    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
	position: relative;
	border-radius: 20px;
	overflow: hidden;
}


.segment_right_item:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
      background-color: #bdbbb8;
    z-index: 2;
    transition: transform 2.5s cubic-bezier(0.16, 1, 0.3, 1);
    transform-origin: left top;
    transform: scale(1.1, 1.1);
}



.segment_right_item:nth-child(2):before{
    background-color: #d2d4d3;
}

.segment_right_item:nth-child(3):before{
     background-color: #ececec;
}
.segment_right_item:nth-child(4):before{
     background-color: #4a5a4f;
}
.segment_right_item:nth-child(5):before{
     background-color: #ae8981;
}
.segment_right_item:nth-child(6):before{
     background-color: #d9200e;
}
.segment_right_item:nth-child(7):before{
  background-color: #eeeae9;
}
.segment_right_item:nth-child(8):before{
background-color: #186825;
}
    


.segment_right_item.current::before {
    transform: scale(1, 0);
	
}

.str_height_box{
	margin: 0 12px;
	width: auto;
	padding: 38px 29px;border-radius: 20px;

background: rgb(245, 245, 245);
}

.str_height_slider{
	margin-top: 84px;
}

.str_height_slider .section_title2 {
    margin-bottom: 38px;
}

.str_height_slider .we_doing_title {

    margin-bottom: 32px;
}

.all_slider{
	position: relative;
}
.str_height_slider .we_doing_list p span {
    color: rgb(246, 58, 17);
    flex: none;
    display: inline-block;
    margin-right: 6px;
}

.str_height_slider .we_doing_list p {
  line-height: 24px;
    margin-bottom: 12px;
    display: flex;
}

.str_height_slider .we_doing_list p:last-child{
	margin-bottom: 0px;
}

.case_block{
	margin-top: 70px;
}

.case_block .top__row2{
	    margin-bottom: 80px;
    margin-top: 70px;
}

.case_block .top__row2 .btn_w {
    margin-bottom: 10px;
}

.case_box{
	width: 48.8%;
	margin-bottom: 80px;
}
.case_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: flex-start;
	border-radius: 20px;
	overflow: hidden;
	margin-bottom: 22px;
}
.case_title{
	color: rgb(112, 112, 112);
font-family: Mont;
font-size: 20px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 14px;
}
.case_text{
color: rgb(9, 21, 32);

font-size: 20px;
font-weight: 500;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
}
.more_our{
	text-align: center;
	display: flex;
	justify-content: center;
	margin-top: 30px;
	
}
.more_our .f_pop_up_box{
	width: 180px;
	height: 180px;font-size: 17.09px;
}
.company_block{
	margin-top: 80px;
}
.company_box{
	height: 180px;
	width: 180px;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.company_bg{
	position: absolute;
  opacity: 0;
    transition: 0.5s ease;
    transform: scale(0.7);
    width: 100%;
    height: 100%;
	
    border-radius: 50%;
    background: #091520;
    border: 1px solid #091520;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    font-family: Soyuz Grotesk;
    font-size: 16px;
    font-weight: 700;
 
    letter-spacing: 0%;
    text-align: center;
	
}

.steck_bg{
position: absolute;
    opacity: 0;
    transition: 0.5s ease;
    transform: scale(0.7);
    width: 180px;
    height: 180px;
    border-radius: 50%;
    background: #F5F5F5;
    border: 1px solid #F5F5F5;
    display: flex;
    justify-content: center;
    align-items: center;
    color: rgb(255, 255, 255);
    letter-spacing: 0%;
    text-align: center;
    top: -26px;
    left: -10px;
}

.steck_box:hover .steck_bg{
	   transform: scale(1);
	opacity: 1;
}
.company_box:hover .company_bg{
	    transform: scale(1);
	opacity: 1;
}
.steck_img , .steck_title{
	position: relative;
	z-index: 2;
}

.company_container{
	margin-top: 70px
}
.marg_t_50{
	margin-top: 50px;
}
.steck_block  .top__row2{
	margin-top: 74px;
}
.steck_bg{
	position: absolute;
	
}
.steck_box{
	position: relative;
    text-align: center;
	height: 180px;
	    width:12%;
	margin-bottom: 30px;
}
.steck_container{

}
.steck_img{
height: 91px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;	
}
.steck_title{
	color: rgb(98, 97, 97);

font-size: 13px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;

}

.steck_container {
    margin: 0 -3%;
}
.work_cms__box{
	height: 120px;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
}
.work_cms__slider{
	margin-top: 50px;
}
.choose_us_left .btn_w{
display: inline-block;
	margin-top: 70px;
}
.choose_us_left{
	    width: 35%;
}
.choose_us_right{
	    width: 59%;
}
.choose_us_row{align-items: flex-end;
	width: 100%;border-bottom: 1px solid rgb(9, 21, 32);
	 padding-top: 64px;
    padding-bottom: 40px;
}
.choose_us_row span:first-child{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 100px;
font-weight: 600;
    line-height: 71px;
letter-spacing: 0%;
text-align: left;
}

.choose_us_row span:last-child{
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 26px;
font-weight: 600;
line-height: 33px;
letter-spacing: 0%;
text-align: left;
}

.choose_us_row:first-child{
	padding-top: 0px;
}


.awards__container{
	border-radius: 20px;
padding-top: 70px;
overflow: hidden;
	position: relative;
	
}
.awards__block{
	margin-top: 120px;
}
.awards__container_inner .chnage_h{
	color: #fff;

}
.awards__block{
	position: relative;
}
.awards__block:after{
	
content: "";
	position: absolute;
	left: 0px;
	top:0px;
	height: 100%;
	width: 100%;
	
background: linear-gradient(180.00deg, rgba(246, 58, 17, 0) 16.703%,rgba(246, 58, 17, 0.1) 103.125%);
}
.awards__container_inner_our{
	position: relative;
}
.award_bg {
    position: absolute;
    left: 0px;
    bottom: 0px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.award_bg img{
width: 631.94px;
height: 723.04px;
}
.awards__container_inner_our{
    margin-top: 66px;
}
.a__box3{
	width: 33%
}
.a__box3 .a__place{
	
font-size: 100px;
font-weight: 600;
line-height: 128px;
}


.a__place.silv{
      background: linear-gradient(226.58deg, rgb(249, 249, 249) 40%, rgb(72 72 72) 60%);
-webkit-background-clip:
text;
-webkit-text-fill-color:
transparent;
background-clip:
text;
text-fill-color:
transparent;
font-family: Mont;
}


.a__place.gold{
background: linear-gradient(226.58deg, rgb(255 230 168) 40%, rgb(235, 169, 0) 60%);
-webkit-background-clip:
text;
-webkit-text-fill-color:
transparent;
background-clip:
text;
text-fill-color:
transparent;
font-family: Mont;
}

.a__box{
	text-align: center;
}

.a__place.br{
	    background: linear-gradient(224.50deg, rgb(216, 118, 68) 40%, rgb(249 249 249) 80%);
-webkit-background-clip:
text;
-webkit-text-fill-color:
transparent;
background-clip:
text;
text-fill-color:
transparent;
font-family: Mont;
}

.a__box4 .a__place.silv{
	background: linear-gradient(180.00deg, rgb(230, 230, 230),rgb(153, 153, 153));
	    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

.place_text{
font-family: Mont;
font-size: 13px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0%;
text-align: center;
	color: #808080;
}

.place_text span{
	color: rgb(217, 217, 217);
}
.a__box4 .a__place{
font-size: 36px;
font-weight: 600;
line-height: 46px;
letter-spacing: 0%;
}

.a__box4 .a__place span{
	color: rgb(255, 255, 255);    -webkit-text-fill-color: #fff;
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 20px;
	display: block;
}
.awards__container_inner{
	position: relative;
	z-index: 2;
}

.a__box4{
	margin-top: 110px;    width: 18%;
}

.a__box4 .place_text {
   margin-top: 18px;
    line-height: 18px;
}
.awards__container{
	padding-bottom: 99px;
}
.rew_box{
	width: 100%;
	
}
.rew_name{
	color: rgb(9, 21, 32);

font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 15px;
}
.rew_post{
	color: rgb(112, 112, 112);
font-family: Mont;
font-size: 18px;
font-weight: 600;
line-height: 32px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 36px;
}
.rew_left_part p{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 18px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0%;
text-align: left;
}
.rew_right_part{
	padding-left: 109px;
}
.rew_slider{
	margin-top: 70px;
}
.rew_left_part{
	    width: 69%;
}
.form__block{
	background: url(../image/form__bg.jpg)no-repeat center center;
	background-size: cover;
	width: 100%;
	height: 100%;
	overflow: hidden;
	
}
.form__title{
color: rgb(255, 255, 255);
font-family: Mont;
font-size: 64px;
font-weight: 600;
line-height: 70px;
letter-spacing: 0%;
text-align: left;
}
.form__container_inner{
	margin-left: auto;
	    width: 60.2%;
}
.form__block{
	margin-top: 115px;
}
.form__container_inner{
	padding-top: 77px;
}
.form__title{
	margin-bottom: 130px;
}

.form__box{
border-radius: 35px 0px 0px 0px;
padding: 37px 57px 45px 49px;
background: rgb(246, 58, 17);
	position: relative;
}
.form__box:before{
	content: "";
	position: absolute;
	right: 0px;
	margin-right: -1500px;
	width: 1500px;
	height: 100%;
	background: rgb(246, 58, 17);
	top:0px;	
}
.selected_works_inner_box{
	height: 700px
}


.form__title2{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 32px;
font-weight: 600;

letter-spacing: 0%;
text-align: left;
	margin-bottom: 42px;
}

.inp{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 14px;
font-weight: 600;
line-height: 18px;box-sizing: border-box;
border: 1px solid rgba(255, 255, 255, 0.34);
border-radius: 3px;
outline: none;
background: rgb(255, 80, 41);
}


.inp::-moz-placeholder {
 color: rgb(255, 255, 255);
}
.form__left{
	width: 285px;
}
.inp::-webkit-input-placeholder {
color: rgb(255, 255, 255);
}
.inp{
padding: 14px 14px;
height: 50px;
	width: 100%;
	margin-bottom: 16px;
	
}
.form__right{
	width: 438.55px;
}

textarea.inp{
	height: 116px;
}

.sogl{
	width: 242px;font-family: Mont;
font-size: 12px;
font-weight: 600;
line-height: 14px;
letter-spacing: 0%;
text-align: left;
	color: rgba(255, 255, 255, 0.7);
}

.sogl a{
	color: rgb(255, 255, 255);
}
.btn_w.btn_transparent{
	    padding: 10px 28px 9px;
    box-sizing: border-box;
    border: 1px solid rgb(255, 255, 255);
    color: #fff;
    background: transparent;
    outline: none;
}
.blog_block{
	margin-top: 80px;
}
.blog_block h2{
	margin-bottom: 70px;
}
.blog_box{
	    width: 32%;
	padding-top: 40px;
	border-top: 1px solid rgb(9, 21, 32);
}
.blog_box p{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 24px;
font-weight: 600;
line-height: 32px;
letter-spacing: 0%;
text-align: left;
	padding-bottom: 50px;
}
.blog_img {
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	position: relative;
}
.blog_img:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;background: linear-gradient(180.00deg, rgba(246, 58, 17, 0) 16.703%,rgba(246, 58, 17, 0.23) 103.125%);
	height: 100%;
	width: 100%;
}
.blog_container {
	padding-bottom: 120px;
	border-bottom: 1px solid rgb(9, 21, 32);
}
.navigation__box a{
	color: rgb(9, 21, 32);
font-family: Mont;
    font-size: 6.8vh;
    /* font-size: 64px; */
    font-weight: 600;
    line-height: 8.5vh;;
letter-spacing: 0%;
text-align: left;
}
.navigation__box{
	margin-top: 80px;
	margin-bottom: 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}


.f_top_row{
background: rgb(9, 21, 32);
position: relative;
	
}

.f_top_row:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180.00deg, rgba(246, 58, 17, 0) 16.703%,rgba(246, 58, 17, 0.2) 103.125%);
}
.links{
	color: rgb(255, 255, 255)!important;
font-family: Mont;
font-size: 42px;
font-weight: 600;
line-height: 54px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 15px;
}
.f_soc a{
color: rgb(255, 255, 255);
font-family: Mont;
font-size: 15px;
font-weight: 600;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
margin-right: 50px;
}
.f_top_left p{    padding-top: 4px;
color: rgba(255, 255, 255, 0.3);
font-family: Mont;
font-size: 15px;
font-weight: 600;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 30px;
}
.f_top_right{
	margin-left: 285px;
}
.f_top_right_title{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 64px;
font-weight: 600;
line-height: 70px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 50px;
}
.red__btn{
	box-sizing: border-box;
border: 1px solid rgb(246, 58, 17);
border-radius: 100000px;

background: rgb(246, 58, 17);
	color: #fff;
	padding: 13px 25px;
	display: inline-block;
}
.f_top_left{
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	align-items: flex-start;
}
.f_top_row_inner {
	padding-top: 60px;
}
.f_top_left{
	padding-top: 14px;
}

.f_top__bot_row_inner{
	margin-top: 60px;
border-top: 1px solid rgba(255, 255, 255, 0.19);
	padding: 40px 0px;
}

.f_top__bot_row_inner > *{
	color: rgba(255, 255, 255, 0.3);
font-family: Mont;
font-size: 12px;
font-weight: 600;
line-height: 15px;
letter-spacing: 0%;
text-align: left;
}

.f_top__bot_row_inner p{
	margin-right: 87px;
}
.up_btn{
color: rgb(246, 58, 17);
font-family: Mont;
font-size: 12px;
font-weight: 600;
line-height: 15px;
letter-spacing: 0%;
	text-align: left;}

.up_btn span{
	padding-right: 5px;
}

footer .h_l_l_w1{
	font-size: 355.32px;
font-weight: 700;
    line-height: 300px;
}

footer .h_l_l_w2{

font-size: 177.66px;

line-height: 171px;

}

footer .h_l_l_w3{
	font-size: 355.32px;
font-weight: 700;
    line-height: 304px;
}

footer .h_l_l_w2 {
   
    top: 31px;
}

footer .h_l_l_w3 {
   
    top: 3px;
    right: 221px;
}

footer{
	overflow: hidden;
}




body.modal1 .modal_block1{
visibility: visible;
  opacity: 1;
    z-index: 99;
    transform: translateX(0px);
    transition-delay: 0.3s;
}
.modal_block1 {
 visibility: hidden;
 opacity: 0;
    transition: 1.1s ease;
    transition-delay: 0s;
    transform: translateX(200px);
}



body.modal2 .modal_block2{
visibility: visible;
  opacity: 1;
    z-index: 99;
    transform: translateX(0px);
    transition-delay: 0.3s;
}
.modal_block2 {
 visibility: hidden;
 opacity: 0;
    transition: 1.1s ease;
    transition-delay: 0s;
    transform: translateX(200px);
}
.modal_block {
   
    position: fixed;
    top: 0px;
    right: 0px;
   background: #F63A11;
    width: 100%;
    height: 100vh;
	overflow: hidden;
	   
}
.ov{
	
}

.modal_block.modal_block2{
	background: transparent;
}


body.over .over__hidden {
    opacity: 1;
    visibility: visible;
    z-index: 99;
    transition-delay: 0s;
}
.over__hidden {
    backdrop-filter: blur(11px);
background: rgba(9, 21, 32, 0.44);
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    transition-delay: 0.3s;
    z-index: 2;
}
.modal_left{
	width: 415px;
	height: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
justify-content: space-between;    padding-bottom: 80px;
}
.modal_right{
	width: 760px;
	position: relative;
	height: 100%;
	
}

.modal_right:before{
	    content: "";
    position: absolute;
    right: -200%;
    width: 100%;
    /* width: 100%; */
    height: 100%;
    background: #fff;
    transition: 1.5s ease;
    transition-delay: 0.2s;
	
	
}

body.over .modal_right:before{
	   width: 300%;
}

body.over {
	overflow: hidden;
}
.modal_logo  *{
	color: #fff!important;
}

 .modal_logo .h_l_r {
   
    border-left: 1px solid #fff;
}
.modal_left{
	padding-top: 88px;
}
.modal_block .container_content{
	height: 100%;
	
}

.modal_left_inf_row p{
	color: rgb(253, 141, 117);
font-family: Mont;
font-size: 15px;
font-weight: 600;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 10px;
}

.modal_left_inf_row  a{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 20px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
}
.modal_left_inf_row{
	margin-bottom: 18px;
	
}
.modal_left_inf_row .f_soc a{
	font-size: 15px;
font-weight: 600;
line-height: 19px;
}

.modal_right> .modal_inner{
	position: relative;
}
.modal_inner{
	padding-left: 116px;
	padding-top: 80px;
	    z-index: 2;
	    transition: 0.9s ease;
   opacity: 0;
 visibility: hidden;
	transform: translateX(30px);
	

}



body.over .modal_inner{
	 visibility: visible;
	 opacity: 1;
		transition-delay: 1s;
		transform: translateX(0px);
}
.close_box{
	position: absolute;
    right: -48px;
	top: 96px;
	width: 40px;
	height: 40px;
	cursor: pointer;
}
.close_box span{
	width: 27.33px;
	height: 3px;background: rgb(9, 21, 32);
	display: inline-block;
	    position: absolute;
	    margin-left: -12px;
    margin-top: -1px;
	left: 50%;
    top: 50%;
	transition: 0.3s ease;
	
}

.close_box span:first-child{
	    transform: rotate(45deg);
}

.close_box span:last-child{
	    transform: rotate(-45deg);
}

.close_box:hover span{

}

.close_box:hover span:last-child {
    transform: rotate(-45deg) scaleX(1.2);
}

.close_box:hover span:first-child {
    transform: rotate(45deg) scaleX(1.2);
}

.modal__form_title{
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 40px;
font-weight: 600;
line-height: 51px;
letter-spacing: 0%;
text-align: left;padding-bottom: 30px;
}

.modal__form___title{
color: rgb(246, 58, 17);
font-family: Mont;
font-size: 20px;
font-weight: 600;
line-height: 32.33px;
letter-spacing: 0%;
text-align: left;
	padding-bottom: 34px;
}
.modal__form___row_our{
    margin-top: 55px;
}
.m__our{
	    width: 48.5%;
	margin-bottom: 18px;
	position: relative;
	
}
.inp2{
	outline: none;
	background: #fff;box-sizing: border-box;
border: 1px solid rgb(217, 217, 217);
border-radius: 3px;
width: 100%;
background: rgb(255, 255, 255);
	padding: 15px;
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0%;
text-align: left;height: 60px;
}

.inp2::-moz-placeholder {
color: rgb(9, 21, 32);
}

.inp2::-webkit-input-placeholder {
color: rgb(9, 21, 32);
}
.m__our span{
	position: absolute;
    right: 10px;
    top: 5px;
	color: rgb(255, 181, 165);
font-family: Mont;
font-size: 20px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
		pointer-events: none;
}

.cat_list_box_change {
    position: relative;
    margin-bottom: 15px;
    margin-right: 15px;
}

.cat_list_box_change input[type=checkbox] {
    position: absolute;
    cursor: pointer;
    width: 100%;
   height: 40px;
    z-index: 1;
    opacity: 0;
    display: inline-block;
}



.cat_list_name_change {
    display: inline-block;
 color: rgb(9, 21, 32);
font-family: Mont;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0%;
text-align: left;
border-radius: 1000px;

background: rgb(245, 245, 245);
    border-radius: 25px;
     padding: 0px 17px;
	height: 40px;
    transition: .3s ease;
	display: flex;
	justify-content: center;
	align-items: center;
	
	
}
.inp2{
	transition: 0.3s ease;
}
.inp2:hover{
	    background: rgb(252 252 252);
}

.inp2:focus{
 background: #fff;	
	border-color: rgb(246, 58, 17);
}
.cat_list_box_change:hover .cat_list_name_change{
    background: rgb(229 229 229);
}


.cat_list_box_change input[type=checkbox]:checked~ .cat_list_name_change {
     background:rgb(246, 58, 17);
    color: #fff;
}


.m__our.m__our_100{
	width: 100%;
	margin-top: 30px;
}

.m__our textarea{
	height: 129px;resize: none;
}
.step_left{
	    width: 70%;
	color: rgb(106, 106, 106);
font-family: Mont;
font-size: 12px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0%;
text-align: left;
}
.step_right{
    width: 152px;

}
.step__row{
	padding-top: 10px;
}

.modal_inner{
overflow: hidden;
   
    overflow-y: auto;
    height: 100%;
}





.prikr_box {
    

  

    width: 100%;
  
 
    display: flex;

    align-items: center;
    flex-wrap: nowrap;
}
.prikr_box {
}
.attach__up {
    cursor: pointer;
}
.attach__item .attach__up span{

}
.attach__up span{
	
color: rgb(106, 106, 106);
font-family: Mont;
font-size: 12px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0%;
text-align: left;
border-bottom: 1px solid;
	transition: 0.3s ease;
	display: inline-block;
	margin-right: 7.5px;
}

.attach__up:hover span{
	border-bottom: 1px solid transparent; 
}
.attach__up .circle{
	display: flex;
	justify-content: center;
	align-items: center;
	background: rgb(245, 245, 245);
	border-radius: 50%;
	width: 33.77px;
height: 33.77px;
}




.attach__item--attached .attach__name {
    margin-bottom: 0px;
    font-weight: 400;
    font-size: 12px;
    line-height: 17px;
    color: #f63a11;
}


.attach__item--attached .attach__name{
    position: relative;
    padding-left: 16px;
}

.attach__item--attached .attach__name:before{
content: "";
    position: absolute;
    left: 0px;
    top: 2px;
    background: url(../image/file.svg) no-repeat;
    width: 11px;
    height: 11px;
    background-size: contain;
}


.attach__item.attach__item--attached label{
    display: none;
}

.attach .attach__item.attach__item--attached:first-child {
    border-top: none;
}

.attach__item.attach__item--attached {
    padding: 14px 0;
border-top: 1px dashed #ABABAB;
    
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: center;
}

.attach__item:last-of-type {
  margin-bottom: 0px;
  border-bottom: none;
}

.attach__delete img{
    width: 12px;
}

.attach__up {
  cursor: pointer;
}

.attach__edit,
.attach__delete {
  display: none;
  margin-right: 0px;
  cursor: pointer;
}

.attach__edit {
    color: #fff;
    font-size: 12px;
}

.attach__delete {
    color: #fff;
    font-size: 12px;
    width: 8px;
}
.attach__name{
    margin-bottom: 5px;
    color: #fff;
}

.attach__item--attached .attach__up {
  display: none;
}


.modal__bottom__left p{
font-family: Mont;
font-size: 12px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
max-width: 440px;
	color: rgb(158, 158, 158);
}

.attach__item--attached .attach__edit,
.attach__item--attached .attach__delete {
  display: inline-block;
}

.attach__input {
  display: none;
}

.modal__bottom__left p span{
	color: rgb(246, 58, 17);
}

.modal__bottom__left p a{
text-decoration: underline;
}

.modal__bottom__left p a:hover{
	text-decoration: none;
}
.modal__bottom__right .btn{
	padding: 16px 34px 15px;
    font-size: 16px;
}
.modal__bottom__row{
	padding-top: 50px;
}
.modal_inner{
	padding-bottom: 100px;
}


    .btn:hover {
         animation: gelatine 0.8s ;
    }

@keyframes gelatine2 {
  from, to { transform: scale(1, 1); }
  25% { transform: scale(0.9, 1.1); }
  50% { transform: scale(1.1, 0.9); }
  75% { transform: scale(0.95, 1.05); }
}


.btn:hover span:first-child {
    transform: translateY(calc(-100% - 20px));
}
.btn span:first-child {
    transition: transform 0.6s cubic-bezier(.25,.74,.22,.99);
}
.btn span {
    display: inline-block;
}

.btn {
    position: relative;
    overflow: hidden;
}


.btn:hover span:last-child {
    transform: translateY(-100%) scale(1);
}
.btn span:last-child {
    position: absolute;
    left: 0px;
    top: 100%;
    height: 100%;
    width: 100%;
    border-radius: 1000000px;
    background: rgb(246, 58, 17);
    transition: transform 0.6s cubic-bezier(.25,.74,.22,.99);
	
	  
    display: flex;
    justify-content: center;
    align-items: center;
	    transform: scale(0.6);
}.btn{
	border: none;
}

.btn:hover{
	transition: 0.3s;
	transition-delay: 0.3s ;
	 background: rgb(246, 58, 17);
}
.inner___inp_modal{
	padding-right: 3px;
}

.red__btn{
	cursor: pointer;
	
}














    .red__btn:hover {
        animation: gelatine 0.8s;
    }


.red__btn:hover span:first-child {
    transform: translateY(calc(-100% - 20px));
}
.red__btn span:first-child {
    transition: transform 0.6s cubic-bezier(.25,.74,.22,.99);
}
.red__btn span {
    display: inline-block;
}

.red__btn {
    position: relative;
    overflow: hidden;
}


.red__btn:hover span:last-child {
    transform: translateY(-100%) scale(1);
}
.red__btn span:last-child {
    position: absolute;
    left: 0px;
    top: 100%;
    height: 100%;
    width: 100%;
    border-radius: 1000000px;
    background: #091520;
    transition: transform 0.6s cubic-bezier(.25,.74,.22,.99);
	
	  
    display: flex;
    justify-content: center;
    align-items: center;
	    transform: scale(0.6);
}

.red__btn{
	border: none;
}

.red__btn:hover{
	transition: 0.3s;
	transition-delay: 0.3s ;
	 background: #091520;
}





    .btn_w:hover {
        animation: gelatine 0.8s;
    }


.btn_w:hover span:first-child {
    transform: translateY(calc(-100% - 20px));
}
.btn_w span:first-child {
    transition: transform 0.6s cubic-bezier(.25,.74,.22,.99);
}
.btn_w span {
    display: inline-block;
}

.btn_w {
    position: relative;
    overflow: hidden;
}


.btn_w:hover span:last-child {
    transform: translateY(-100%) scale(1);
}
.btn_w span:last-child {
    position: absolute;
    left: 0px;
    top: 100%;
    height: 100%;
    width: 100%;
    border-radius: 1000000px;
    background: #091520;
    transition: transform 0.6s cubic-bezier(.25,.74,.22,.99);
	
	  color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
	    transform: scale(0.6);
}

.btn_w{

}

.btn_w:hover{
	transition: 0.3s;
	transition-delay: 0.3s ;
	 background: #091520;
	border-color: #091520;
}


.link_t {
    position: relative;
    overflow: hidden;
    display: inline-block;
}
.link_t span {
transition: 0.5s ease;
    transition-property: transform;
    transform: translateY(0);
    visibility: visible;
    will-change: transform;
    display: inline-block;
}

.link_t span:nth-child(2) {
    left: 0;
    position: absolute;
    top: 100%;
    color: rgb(246, 58, 17);
}
.link_t:hover span {
    transform: translateY(-100%);
}

.b_more span{
	width: 6px;height: 6px;
	background: #091520;
	border-radius: 50%;
    border: 1px solid #091520;
	        transition: transform .367s cubic-bezier(.55,0,.1,1);
        will-change: transform;
}


.b_more span:first-child{
	transform: translateX(-4px);
}

.b_more span:last-child{
	transform: translateX(4px);
}




.b_more{
	cursor: pointer;
	
    padding: 10px 5px;
}


.f_top_row .red__btn:hover{
	background: #fff;
}


.f_top_row .red__btn span:last-child {

	background: #fff;
	color: rgb(9, 21, 32);
 
}


.b_more:hover span:first-child {
    transform: translateX(6px);
}

.b_more:hover span:last-child{
	transform: translateX(-6px);
}


  .b_more:hover span:nth-last-child(2) {
        transform: scale(2);
    }
.line_r{
	
}


body.is-ready #page-preloader {
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: -1!important;
}


.animate.add_ani {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}

.animate {
    -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease, cubic-bezier(.23,1,.32,1);
    -o-transition-timing-function: ease, cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: ease, cubic-bezier(.23,1,.32,1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    opacity: 0;
    -webkit-transform: translateY(60px);
    -ms-transform: translateY(60px);
    transform: translateY(60px);
}

.an{
 -webkit-transition-duration: .8s;
    -o-transition-duration: .8s;
    transition-duration: .8s;
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s;
    -webkit-transition-timing-function: ease, cubic-bezier(.23,1,.32,1);
    -o-transition-timing-function: ease, cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: ease, cubic-bezier(.23,1,.32,1);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    -o-transition-property: opacity, transform;
    transition-property: opacity, transform;
    transition-property: opacity, transform, -webkit-transform;
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);	
	transition-delay: 0s;
}

.an.delay1{

}

.page-loaded .an{
	 opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
}








/* хром, сафари */
 html .modal_inner::-webkit-scrollbar { width: 0;
scrollbar-width: 0px;
}

/* ie 10+ */
html .modal_inner { -ms-overflow-style: none;
scrollbar-width: 0px;}

/* фф (свойство больше не работает, других способов тоже нет)*/
html .modal_inner { overflow: -moz-scrollbars-none; 
scrollbar-width: 0px;}



.cursor {
    position: absolute;
    z-index: 10;
    width: 10px;
    height: 10px;
    backface-visibility: hidden;
    border-radius: 50%;
    background: #24f1d1;
    pointer-events: none;
    left: 0;
    top: 0;
    opacity: 1;
    transition: margin 0.3s ease,width 0.3s ease,height 0.3s ease,background 0.3s ease,transform 0.1s,opacity 0.3s ease;
    mix-blend-mode: difference
}

.cursor.opacity {
    opacity: 0;
    transition: opacity 0.1s ease
}

.cursor.follow-cursor_active {
    background: #fff;
    width: 60px;
    height: 60px;
    margin-left: -24px;
    margin-top: -24px
}

.cursor.follow-cursor_active3 {
    background: #fff;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px
}

.cursor.follow-cursor_active4 {
    background: #fff;
    width: 60px;
    height: 60px;
    margin-left: -30px;
    margin-top: -30px;
    display: flex;
    justify-content: center;
    align-items: center
}

.cursor .cb-cursor-text {
    font-weight: 500
}

.cb-cursor-text span {
    visibility: hidden;
    opacity: 0;
    font-weight: 600;
    transition: 0s ease
}

.cursor.follow-cursor_active4 .cb-cursor-text span {
    visibility: visible;
    opacity: 1;
    transition: 0.3s ease
}

.cursor.follow-cursor_active2 {
    width: 320px;
    height: 320px;
    border-radius: 50%;
    margin-left: -160px;
    margin-top: -160px;
    background: transparent;
    position: absolute;
    overflow: hidden;
    mix-blend-mode: difference
}

.cb-cursor-media-box {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    opacity: 0;
    -webkit-mask-image: -webkit-radial-gradient(circle,#fff 100%,#000 100%);
    -webkit-transition: opacity .2s .2s,-webkit-transform .35s;
    transition: opacity .2s .2s,-webkit-transform .35s;
    -o-transition: opacity .2s .2s,-o-transform .35s;
    -moz-transition: transform .35s,opacity .2s .2s,-moz-transform .35s;
    transition: transform .35s,opacity .2s .2s;
    transition: transform .35s,opacity .2s .2s,-webkit-transform .35s,-moz-transform .35s,-o-transform .35s;
    background: #fff;
    mix-blend-mode: difference
}

.cursor.follow-cursor_active2 .cb-cursor-media .cb-cursor-media-box {
    opacity: 1;
    -webkit-transition-duration: .4s,.4s;
    -moz-transition-duration: .4s,.4s;
    -o-transition-duration: .4s,.4s;
    transition-duration: .4s,.4s;
    -webkit-transition-delay: 0s,0s;
    -moz-transition-delay: 0s,0s;
    -o-transition-delay: 0s,0s;
    transition-delay: 0s,0s
}

.zag {
    visibility: hidden;
    height: 0;
    width: 0
}

.cb-cursor-media img,.cb-cursor-media video {
    position: static;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    mix-blend-mode: difference
}



.mf-cursor.-pointer2:before {
    transform: scale(3) !important;
}

.mf-cursor.-opacity {
    opacity: 0;
}
body .mf-cursor-media-box{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

   body .mf-cursor-media img {
        position: static;
        width: 68px;
        height: 68px;
           transform: none;

    }
.inp{
	transition: 0.3s ease;
}
.inp:focus{
	    border-color:rgb(255 255 255);
}

.inp:hover{
	background: rgb(255 96 62);
}
.f_pop_up_box{
	cursor: pointer;
}
.selected_works_inner_box{
	position: relative;
}
.arrow__cont{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.arrow__part{
	width: 50%;
	height: 100%;
	
}
.selected_works_inner_box{
    overflow: hidden;
}

.selected_works_inner_box img{
	    -o-object-fit: cover;
    object-fit: cover;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    opacity: 0;
    -webkit-transition: opacity 1.5s cubic-bezier(.42,0,.002,1), -webkit-transform 1.5s cubic-bezier(.42,0,.002,1);
    transition: opacity 1.5s cubic-bezier(.42,0,.002,1), -webkit-transform 1.5s cubic-bezier(.42,0,.002,1);
    -o-transition: transform 1.5s cubic-bezier(.42, 0, .002, 1), opacity 1.5s cubic-bezier(.42, 0, .002, 1);
    transition: transform 1.5s cubic-bezier(.42,0,.002,1), opacity 1.5s cubic-bezier(.42,0,.002,1);
    transition: transform 1.5s cubic-bezier(.42,0,.002,1), opacity 1.5s cubic-bezier(.42,0,.002,1), -webkit-transform 1.5s cubic-bezier(.42,0,.002,1);
}


.slick-current .selected_works_inner_box img{
	opacity: 1;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


body .mf-cursor.-pointer-pointer2:before {
    transform: scale(3.5);
}

body .mf-cursor.-pointer:before {
    transform: scale(2);
}

.arrow__cont:hover{
	cursor: none!important;
}



#my-scrollbar {
	/*
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	
	*/
	
	 width: 100%;
  height: 100vh;
  overflow: auto;
}

.scrollbar-track{
    background: transparent!important;
}


.scrollbar-track{
	cursor: pointer;
}


body{


}
.our___slider{
	position: relative;
}

.work_cms__box{
	margin: 0 40px;
}
.work_cms__slider{
	margin: 0 -40px;
}

.work_cms__box {
  
  
    justify-content: center;
}

.f_bot_row___inner {
	transform: scale(0.96) translateY(20px);
    transition: 1s ease;
}
.active_m .f_bot_row___inner{
	transform: scale(1) translateY(0px);
}
.company_box , .steck_box{
	    transition-delay: calc(var(--item-index)* 0.1s);
}


.slider__form_container , header {
	    transform: none!important;
}

.modal_block2 .modal__form___row_our {
    margin-top: 140px;
}

.case_img{
	position: relative;
}
.case__info{
position: absolute;
    left: 0px;
    top: 0px;
    opacity: 0;
    transition:opacity 0.3s ease;
    width: 100%;
    height: 100%;
    backdrop-filter: blur(14px);
    background: rgba(238, 245, 255, 0.3);
    padding: 38px;
}
.case_box:hover .case__info{
	    opacity: 1;
}
.case_i_top_row ,.case_i_top_col, .case_i_link{
	opacity: 0;
	transform: translateY(20px);
	transition: 0.5s ease;
}

.case_box:hover .andd{
	opacity: 1;
	transform: translateY(0px);
}

.case_i_link > svg path{
	transition: 0.4s ease;
}

.case_i_link:hover > svg path{
	fill:#000;
} 

.a__box:nth-child(6){
    width: 22%;
}


.case_i_top_row p{
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0%;
text-align: left;
	margin-right: 30px;
	margin-bottom: 13px;
		
}
.case_i_top_row p:last-child{
	margin-right: 0px;
}
.case_i_top_row {
	position: relative;
}
.case_i_top_col p:first-child{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 52px;
font-weight: 600;
line-height: 66px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 13px;
}

.case_i_top_col p:last-child{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}
.case_i_top_col{
	width: 50%;
}

.case_i_top_row2{
    margin-top: 88px;	
}
.case_i_link{
    position: absolute;
    right: 0px;
    bottom: -9px;
}
.case_i_link a{
	
}
.case_i_link spna{
	
}
.case_i_link a{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 20px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;    position: absolute;
   left: 72px;
    top: 62px;
}

.case_i_link a span{
	padding-right: 7.5px;
}

.up_btn{
	cursor: pointer;
}

.ov{
	overflow: hidden;
}

/*
.scale {
	    transform: matrix(1.3, 0, 0, 1.3, 0, 0);
	transition: 1s ease;
}

.scale.add_s{
  transform: matrix(1, 0, 0, 1, 0, 0);	
}

*/
body{
	position: relative;
}
.scene1.container_content2{

	position: relative;
}
.scene1_sha{
	position: absolute;
	left: 0px;
	top: 0px;
	border-radius: 20px;
  
 
	    width: 100%;
    height: 100%;
	
}
.test_form_conteiner{
	background: transparent;
	    border-radius: 0px;
    overflow: visible;
}
.scene1_sha{
	overflow: hidden;
}
.test_form_block{
	overflow: hidden; background: rgb(245, 245, 245);
}
.awards__block{
	background-color: #091520;
}


.selected_works_inner_box img {

    object-fit: cover;
    min-width: 100%;
}



.selected_works_inner_box{


}


.animate {
    overflow: hidden;
	
}


.link_t:hover{
	
 
 animation: shake 0.5s ease normal;
}





@keyframes shake {
	50%{
		        transform:skewY(3deg);
	}
	
	100% {
	        transform:skewY(0deg);    
  }
}

.ovver{
	overflow: hidden;
}

.displ_f_block .f_pop_up_box{
		margin-top: 41px;
}

.f_pop_up_box:hover{
	   
}


/* case */

.case_page .selected_works_inner_title{
	font-size: 64px;
font-weight: 600;
line-height: 70px;
}

.case_page .selected_works_inner_title{
max-width:100%;
}


.case_page .selected_works_inner_box img{
	    transform: scale(1);
    opacity: 1;
}


.navigation__box a{
display: inline-block;
}
.work_cms__slider{
	    margin-top: 40px;
}

.resultat__top_title{
color: rgb(0, 0, 0);
font-family: Mont;
font-size: 24px;
font-weight: 600;
line-height: 31px;
letter-spacing: 0%;
text-align: left;
}
.resultat__top_right_part{
	    width: 64.2%;
}
.resultat__top_right_top{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 44px;
font-weight: 600;
line-height: 56px;
letter-spacing: 0%;
text-align: left;
	padding-bottom: 30px;
}







.case__unfo__row{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 20px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
	padding:40px  0; 
}

.case__unfo__row p{
	  width: 434px;
}
.case_color_bg{
	
	padding-bottom: 47px;
}
.resultat__block{
	padding-top: 60px;
}
.resultat__top_row1{
	padding-top: 90px;
	margin-bottom: 65px;
}
.resultat__top_right_bot{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
}

.resultat__top_title {
    
    padding-top: 5px;
}
.resultat__top_right2_box{
    width: 49.7%;
    border-radius: 5px;
    padding: 20px 15px;
    background: rgb(255, 246, 242);
}
.resultat__top_row2 .resultat__top_title{
	font-size: 20px;
font-weight: 600;
line-height: 26px;
}
.resultat__top_row2{
	margin-top: 70px;
}
.resultat__top_right2_title{
color: rgb(246, 58, 17);
font-family: Mont;
font-size: 18px;
font-weight: 600;
line-height: 23px;
letter-spacing: 0%;
text-align: left;color: rgb(246, 58, 17);
	    padding-bottom: 10px;
}
.resultat__top_right2_title2{
	color: rgb(0, 0, 0);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
}
.resultat__top_right2_box2 .resultat__top_right2_title{
	color: rgb(56, 143, 106);
}
.resultat__top_right2_box2{
	background: rgb(230, 251, 242);
}
.resultat__top_row2 .resultat__top_title{
	    padding-top: 17px;
}
.case_row_table_box{
	border-radius: 20px;
padding: 35px 42px;
background: rgb(245, 245, 245);
}
.case_row_table_box p{
	color: rgb(112, 112, 112);
font-family: Mont;
font-size: 14px;
font-weight: 600;
line-height: 18px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 15px;
}
.case_row_table_box{
	margin-top: 70px;
}
.t_row{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	border-bottom: 1px solid #CECED0;
	
}
.t_td{    padding: 20px 10px;
	color: rgb(106, 106, 106);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
border-right: 1px solid #CECED0;	
}


.t_row1 .t_td{
    padding: 13px 10px;
color: rgb(9, 21, 32);
}
.resultat__top_right_part_table {
    width: 100%;
    padding-top: 15px;
}
.t_td:nth-child(1){
	    width: 50%;
	padding-left: 10px;
}
.t_row1 .t_td:nth-child(1){
    display: flex;
    align-items: center;
}

.t_td:nth-child(2){
	  width: 25%;
	text-align: center;
	
}
.t_td:last-child{
	  width: 25%;text-align: center;
border-right: none;
}
.marg_t_90{
	margin-top: 90px;
}
.case__text{
	color: rgb(9, 21, 32);
	font-size: 18px;
	line-height: 32px;
}
.ress_row2{
	margin-top: 30px;
	padding-bottom: 18px;
	border-bottom: 1px solid rgb(0, 0, 0);
}
.ress_row2 > p:first-child{
color: rgb(246, 58, 17);
padding-bottom: 10px;
}
.resultat__top_row1.resultat__top_row5{
	padding-top: 10px;
}
.slide__toggle_header{
	padding-top: 40px;
	color:  rgb(246, 58, 17);
	padding-bottom: 40px;    flex-wrap: nowrap;
}
.toggle_btn{
	position: relative;
	flex: none;
	margin-left: 80px;
	cursor: pointer;
}
.slide__toggle_header{
	cursor: pointer;
}

.toggle_2{
	    position: absolute;
    left: 3px;
    transform: rotate(90deg);
    top: 3px;
	transition: 0.3s ease;
	
}

.toggle_btn.open .toggle_2{
	opacity: 0;
}
.slide__toggle_row{
	border-bottom: 1px solid #000
}
.slide__toggle_text{
	    padding-bottom: 30px;
}

.resultat__top_row1.resultat__top_row6{
	    padding-top: 30px;
}
.resultat__top_right_part__inet{

}
.resultat__top_right_part__inet .resultat__top_right_box{
	width: 50%;
	margin-top: 70px;
}

resultat__top_right_part__inet .resultat__top_right_top {

    padding-bottom: 20px;
}
.resultat__top_row7 .rew_left_part{
	width: 100%;
	
}
.resultat__top_row7 .rew_right_part{
	width: 100%;
	    padding-left: 0px;
    padding-top: 50px;
	
}

.resultat__top_row7 .rew_right_part .btn_w{
	display: inline-block;
}

.resultat__top_row1.resultat__top_row7 {
    padding-top: 30px;
}
.bottom__next__case_block{
	padding-top: 50px;
	margin-top: 90px;
}
.case_top__img_box{
	position: relative;
	border-radius: 20px;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: center;
}

.case_top__img_box:before {
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(9, 21, 32, 0.15);
}


.bottom__next__case_block .case_top__img_box {
   
    border-bottom-left-radius: 0px;
	 border-bottom-right-radius: 0px;
}

.container_content__case .navigation__box{
	    margin-top: 70px;
}

.container_content__case .line_r{
	margin-top: 90px;
}

.test_form_bg{
	  transform-style: preserve-3d;
  perspective: 1000px;
	 animation:   movement 30s ease-in-out infinite both;
}


@keyframes movement {
   
 
   20% { transform: translateY(60px)  rotateY(10deg)  scale(0.9); ; }
   70% { transform: translateY(-60px)  scale(1.2); }
	 100% { transform: none; }
}
.form__block .container_content2{
	position: relative;
}
.test_form_bg2{
	    position: absolute;
    right: -85px;
    top: -100px; animation:   movement 30s ease-in-out infinite both;
}
.form__container  {
	position: relative;
}



.page-loaded .preloader {
    left: calc(-100% - 200px)!important;
}
	
	
	



.preloader .inner .percentage{
	color: rgb(246, 58, 17);    font-size: 58px;opacity: 1;
}


.preloader:before {

    border-color: transparent rgb(246, 58, 17) transparent transparent;
}


.preloader:after {
 
    border-color: transparent transparent transparent  rgb(246, 58, 17);
}

.pre_logo{
text-align: center;
    display: inline-block;
    font-size: 50px;    margin-bottom: 50px;
}



.pre_logo .h_l_l_w1 {
    font-size: 355.32px;
    font-weight: 700;
    line-height: 300px;
}


.pre_logo .h_l_l_w2 {
    font-size: 177.66px;
    line-height: 171px;top: 31px;
}  


.pre_logo .h_l_l_w3 {
    font-size: 355.32px;
    font-weight: 700;
    line-height: 304px;  top: 3px;
    right: 221px;
}

.pre_logo .h_l_l {
    padding-right: 319px;
}
.percentage___in{
	color: rgb(246, 58, 17);
    text-align: right;
    margin-right: 60px;
}
.loader-progress{
	background: #f63a11;
	height: 100px;
	
}
.loader-progress_our{
	padding: 0 60px;
	margin-top: 30px;    overflow: hidden;
}



.test_form_block{
	position: relative;
	
}
.test_form_block:before{
	content: "";
	  clip-path: inset(round 100px);
}




/* seo  */


.marg__70{
	margin-top: 70px
}
h4{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 36px;
font-weight: 600;
line-height: 46px;
letter-spacing: 0%;
text-align: left;
}


.seo_work_left .btn {
      display: inline-block;
    margin-top: 70px;
    font-size: 16px;
    padding: 19px 38px 19px;
    background: #f63a11;
}

.seo_work_left .btn:hover {

    background: rgb(9, 21, 32);
}

.seo_work_left .btn span:last-child {
  
    background: rgb(9, 21, 32);
}

.seo_work_left{
	width: 35%;
}
.seo_work_right{
	    width: 59%;
}

.seo_work_right .resultat__top_right_part {
    width: 100%;
}
.seo_work_right .slide__toggle_header p{
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 22px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
}
.seo_work_right .slide__toggle_row:first-child .slide__toggle_header{
	padding-top: 0px;
}
.seo__selected_works .selected_works_inner_info_desc{
	padding-top: 14px;
}
.seo__selected_works .resultat__top_right_part {
    width: 60.2%;
}

.seo__selected_works  .resultat__top_right_top {

    padding-bottom: 25px;
}
	

 .seo_str_height_block .we_doing_title{
	font-size: 33px;
font-weight: 400;
line-height: 40px;
}
 .seo_str_height_block .we_doing_list{
	min-height: 180px;
}

.seo_str_height_block {
	padding-bottom: 20px;
}
.strategy__block  .top__row2{
	margin-top: 60px;
}

.strategy__block .top__row2 .btn {
    display: inline-block;
    margin-top: 70px;
    font-size: 16px;
    padding: 19px 38px 19px;
    background: #f63a11;
}

.strategy__block .top__row2 .btn span:last-child {
    background: rgb(9, 21, 32);
}
.tabs___inner_left_btn a{
	    display: inline-block;
}
.str__tabs__block{
	background: #F5F5F5;
	padding: 80px 0px;
}
.str__tabs__inner{
	background: #fff;
	overflow: hidden;
	border-radius: 20px;
}
.n_price_service_container{
	padding: 75px 0px;
}

.n_price_service_container .tabs {
    display: flex;
    flex-wrap: wrap;
	justify-content: space-between;
    margin-bottom: 79px;
}

.n_price_service_container .tabs li {
  
    border-radius: 1000px;
    padding: 14px 31px;
    font-weight: 600;
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
    list-style: none;
    transition: 0.5s ease;


    cursor: pointer;
}

.n_price_service_container .tabs li.current {
box-sizing: border-box;



background: rgb(9, 21, 32);
    color: #FFFFFF;
    cursor: default;
}


.n_price_service_container .tabs{
	border-radius: 1000px;
padding: 5px 6px;
background: rgb(245, 245, 245);
}
.tabs___inner_left{
	    width: 42.2%;
}
.tabs___inner_left h4{
	margin-bottom: 45px;
}
.tabs___inner_left_btn{
	margin-top: 50px;
}
.tabs___inner_right{
	    margin-right: -80px;
}
.tabs___inner_right_img {
    height: 407px;
    display: flex;
	border-radius: 20px 0px 0px 20px;
    /* flex-wrap: wrap; */
    justify-content: flex-end;
	overflow: hidden;
}


.tabs___inner_left_btn a {
    display: inline-block;
    font-size: 14px;
    padding: 16px 25px 15px;
}
.tabs___inner_left p{
	line-height: 26px;
}

.tabs___inner_left {

    padding-top: 23px;
}

.seo_result__header_list ul{
	padding-left: 20px;
}
.seo_result__header{
color: rgb(255, 255, 255);
font-family: Mont;
font-size: 22px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0%;
text-align: left;
	padding-bottom:22px;
	border-bottom: 1px solid rgb(255, 255, 255);
	margin-bottom: 40px;
}
.seo_result__header_list li{
	color: #fff;
	margin-bottom: 14px;
}

.seo_result__header_list li:last-child{
	margin-bottom: 0px;
}

.seo_result__box1 *{
	color: rgb(0, 0, 0)!important;
}

.seo_result__box1 .seo_result__header{
	border-color: rgb(0, 0, 0);
}



.seo_result__box{
	width: 33%;border-radius: 10px;
	overflow: hidden;
	margin: 0 2px;
	padding: 40px 29px;	transition: 0.8s ease;
}

.seo_result__container{
	flex-wrap: nowrap;
	margin: 0 -2px;margin-top: 30px;    align-items: flex-end;
}

.seo_result__box:hover{
    width: 49.5%;
}
.seo_result__header_list{
	   height: 154px;
    overflow: hidden;
    position: relative;
}
.seo_result__header_list:before{
    content: '';
    position: absolute;
    left: 0px;
    bottom: 0px;
    transition: 0.5s ease;
	opacity: 1;
    width: 100%;
    height: 146px;
}
.seo_result__box1 .seo_result__header_list:before{
    background: linear-gradient(to bottom, #ffffff00, #f5f5f5ad);
	
}
.seo_result__box2 .seo_result__header_list:before{
    background: linear-gradient(to bottom, #ffffff00, #f63a11b0);
	
}


.seo_result__box3 .seo_result__header_list:before{
       background: linear-gradient(to bottom, #ffffff00, #091520a1);
	
}
.seo_result__header_list{
	    transition: 0.3s ease;	animation-delay: 0.2s;
}

.seo_result__box:hover .seo_result__header_list{
	    height: 220px;

	 animation: shake2 1s ease ;
	
}

.seo_result__box:hover .seo_result__header_list:before{
	opacity: 0;
}
.seo_result__header{
	  transition: 0.3s ease;
}
.seo_result__box:hover .seo_result__header{
	font-size: 32px;
margin-bottom: 60px;
line-height: 41px;
}



@keyframes shake2 {
  0% {     
   opacity: 0; 
  }   
  50% {     
     opacity: 0;   
  } 
  100% {
     opacity: 1; 
   }
  }
.seo_result__container {
	min-height: 425px;
}

.slick-track {
 
    margin-left: 0px!important;
}

.str_height_box.team_box {
overflow: hidden;height: 540px;
	
	position: relative;
    padding: 0px;
}
.team_img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}

.str_height_box.team_box:before{
	content: "";
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: linear-gradient(180.00deg, rgba(246, 58, 17, 0) 16.703%,rgba(246, 58, 17, 0.23) 103.125%);
	width: 100%;
	height: 100%;
	z-index: 2;transition: 0.3s ease;
}
.team_btn_box{
		z-index: 2;
	position: absolute;
	right: 20px;
	top: 20px;
	cursor: pointer;
}

.team_btn_box span{
transition: 0.3s ease;display: inline-block;
	
}
.team_btn_box:hover span{
	transform: scale(1.2);
}
.team_btn2{
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 0;
}
.team_info{
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 2;
	padding: 20px;
	
}
.team_box.open:before{
	opacity: 0;
	visibility: hidden;
}
.team_info_title{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 24px;
font-weight: 600;
line-height: 31px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 12px;
}
.team_info_text{
	color: rgb(255, 255, 255);

font-size: 15px;
font-weight: 400;
line-height: 21px;
letter-spacing: 0%;
text-align: left;
}

.team_box.open .team_btn2{
	opacity: 1;
}
.team_box.open .team_btn1{
	opacity: 0;
}

.team_img img{
	min-width: 100%;
  
    min-height: 100%;
    object-fit: cover;
	
}
.team_img{
    transition: 0.7s ease;
	
}

.team_box.open .team_img{

    width: 150px;
    height: 150px;
    display: flex;
    justify-content: center;
    overflow: hidden;
    border-radius: 50%;
	left: 32px;
	top: 28px;    transition: 0.5s ease;
}
.team_info{
	 transition: 0.5s ease;
}
.team_info p{
		 transition: 0.5s ease;
}

.team_box.open  .team_info{
	bottom: 120px;
	
}

.team_box.open .team_info_title{
    font-size: 30px;
    color: rgb(9, 21, 32);
    line-height: 40px;margin-bottom: 20px;
}


.team_box.open .team_info_text{
	font-size: 15px;
color: rgb(9, 21, 32);
line-height: 26px;
}
.prices_block .displ_f_text{
	margin-top: 70px;
}
.prices_box{
	width: 300px;border-radius: 20px;
background: rgb(245, 245, 245);
	overflow: hidden;
	padding: 34px 30px;transition: 0.3s ease;
}
.prices_header{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 24px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 25px;
	border-bottom: 1px solid rgb(9, 21, 32);
	transition: 0.3s ease;    padding-bottom: 20px;
}
.prices_info1{
	transition: 0.3s ease;color: rgb(9, 21, 32);
font-family: Mont;
font-size: 36px;
font-weight: 600;
line-height: 30px;
letter-spacing: 0%;
text-align: left;
	padding-bottom: 18px;
}

.prices_info1 span{
font-size: 22px;transition: 0.3s ease;	
}
.prices_info2{
	color: rgb(106, 106, 106);
font-family: Mont;
font-size: 12px;
font-weight: 600;
line-height: 15px;
letter-spacing: 0%;
text-align: left;
	padding-bottom: 18px;
	border-bottom: 1px solid rgb(9, 21, 32);transition: 0.3s ease;
}
.prices_info{
	padding-bottom: 20px;
}
.prices_top .we_doing_list p {
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    letter-spacing: 0%;
    text-align: left;
    display: flex;
    margin-bottom: 15px;transition: 0.3s ease;
}

.prices_top .we_doing_list p span{
	    flex: none;
    margin-right: 5px;
}
.prices_top .we_doing_list{
	padding-top: 10px;
	padding-bottom: 30px;
}
.prices_bottom .red__btn{
	    width: 100%;
    text-align: center;
}

.prices_bottom  .red__btn:hover {
    background: #fff;
}

.prices_bottom  .red__btn span:last-child {
    background: #fff;
    color: rgb(9, 21, 32);
}
.prices_box:hover{
	background: rgb(9, 21, 32);
}

.prices_box:hover .prices_top *{
	color: #fff;
	border-color:#fff;
}
.seo_work_right.seo_work_right__faq{
	width: 100%;
		max-width: 1095px;
}
.seo_work_right__faq{
	margin-top: 90px;
}
.seo__content .displ_f_text{
	margin-top: 80px;
}
.seo__content{
	margin-top: 100px;
}

.rew_block .rew_right_part{
	padding-left: 0px;
    width: 100%;
}

.rew_block .rew_right_part .btn_w{
	    display: inline-block;
    margin-top: 30px;
}

.rew_block .arrow__cont {

    height: calc(100% - 70px);
}


::selection{
	color: #fff;
   background-color:#f63a11; 
}

.seo__new_form_inner{
	position: relative;
}
.seo__new_form_block{
	padding:95px 0;background: rgb(245, 245, 245);
	margin-top: 60px;
}
.seo__new_form_bg{
	position: absolute;
	right: -220px;
	top: -250px;
}
.seo__new_form_info{
	position: relative;
	border-radius: 20px;
background: rgb(255, 255, 255);
	padding: 55px 33px 55px 38px; 
}
.seo__new_form_block{
	overflow: hidden;
}
.seo__new_form_info_title{
color: rgb(9, 21, 32);
font-family: Soyuz Grotesk;
font-size: 42px;
font-weight: 700;
line-height: 46px;
letter-spacing: 0%;
text-align: left;
margin-bottom: 25px;
}
.seo__new_form_info_list p{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 16px;
font-weight: 600;
line-height: 26px;
letter-spacing: 0%;
text-align: left;
	position: relative;
	padding-left: 15px;
	
}

.seo__new_form_info_list p:before{
	content: "";
	position: absolute;
	left: 0px;
    top: 9px;
	background: #f63a11;
	border-radius: 50%;
	width: 7px;
	height: 7px;
	
}

.seo__new_form_info_list{
	margin-bottom: 31px;
}
.seo__new_form_info_link a{
color: rgb(246, 58, 17);
font-family: Mont;
font-size: 22px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0%;
text-align: left;
border-bottom: 1px solid #f63a11;
}

.seo__new_form_info_link a:hover{
	border-bottom: 1px solid transparent;
}
.seo__new_form_info_right{
width: 50%;
	
}

.seo__new_form_info_right .inp2{
	
border: 1px solid rgb(245, 245, 245);
background: rgb(245, 245, 245);
}

.seo__new_form_info_right .inp2:focus {
    background: #fff;
    border-color: rgb(246, 58, 17);
}

.seo__new_form_info_right .inp2:hover {
    background: rgb(252 252 252);
}

.seo__new_form_info_right .modal__bottom__left p{
	color: rgb(128, 128, 128);line-height: 14px;
	max-width: 332px;
}

.seo__new_form_info_right .modal__bottom__left p a {
    text-decoration: none;
	color: rgb(9, 21, 32);
}

.seo__new_form_info_right .modal__bottom__left p a:hover{
	 text-decoration: underline;
}
.seo__new_form_info_right .modal__bottom__right .btn{
	background: #f63a11;
	
}

.seo__new_form_info_right  .btn span:last-child {
    background: rgb(9, 21, 32);
}

.seo__new_form_info_right  .modal__bottom__row {
    padding-top: 30px;
}

.seo__new_form_info_title {
 
    margin-top: -12px;
}

.company_box {
	cursor: pointer;
}


.modal_block.modal_block3 {
    background: transparent;
}


body.modal3 .modal_block3{
visibility: visible;
  opacity: 1;
    z-index: 99;
height: 100%;
	    overflow-y: auto;
    transition-delay: 0.3s;
}
.modal_block3 {
 visibility: hidden;
 opacity: 0;
    transition: 1.1s ease;
    transition-delay: 0s;
 
}
.modal_block3{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;

}
.modal_block3{

}
.company_modal_inner{
	margin-top: 140px;
	

	position: relative;
	width: 800px;
	
}


.company_modal_inner__in{
	padding: 50px ;
	padding-top: 60px;border-radius: 30px;
background: rgb(255, 255, 255);margin-bottom: 140px;
}

.company_modal_text {
	color: rgb(9, 21, 32);

font-size: 16px;
font-weight: 600;
line-height: 24px;

}

h5{
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 26px;
font-weight: 600;
line-height: 33px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 25px;
	margin-top: 40px;
}
.company_modal_inner h4{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 40px;
font-weight: 600;
line-height: 51px;
	margin-bottom: 35px;
}
.company_modal_text .red__text{
	color: rgb(246, 58, 17);
font-family: Mont;
font-size: 18px;
font-weight: 600;
line-height: 28px;
	padding-bottom: 33px;
	border-bottom: 1px solid rgb(9, 21, 32);
	
}

.modal_block3 .close_box {
   
    right: 50px;
    top: 40px;
}
.company_modal_text ol, .company_modal_text ul{
	padding-left: 20px;
}

.company_modal_text li{
	margin-bottom: 5px;
}
.w__link{
	margin-top: 40px;
}
.w__link a{
	display: inline-block;
}
.under_instruments_contains{
	margin-top: 90px;
}

.under_instruments_box{
	border-radius: 20px;
	width: 300px;
	min-height: 230px;
	position: relative;
	margin-bottom: 14px;
background: rgb(245, 245, 245);
	padding: 27px;
}

.under_instruments_header{
color: rgb(9, 21, 32);

font-size: 22px;
font-weight: 400;
line-height: 27px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 15px;
}
.under_instruments_box >p{
	color: rgb(9, 21, 32);

font-size: 15px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
}
.under_instruments_btn {
	position: absolute;
	right: 12px;
	bottom: 15px;
	transition: 0.3s ease;cursor: pointer;
}

.under_instruments_btn:hover{
	transform: scale(1.2);
	
}
.under_instruments_block{
	margin-top: 90px;
}
.clip_s{
    transition: 1.2s cubic-bezier(0.4, 0, 0.2, 1);
	clip-path: inset(0px 0px round 0px);
}
.clip_p{
    clip-path: inset(0px calc((100% - var(--width_container)) / 2) round 20px);
	
}
.selected_works_inner_box.clip_p{
	clip-path: inset(0px calc((100% - var(--width_container1)) / 2) round 20px);
}

.new__resultat_inner{
	border-radius: 35px;
overflow: hidden;
background: rgb(41, 41, 41);
	padding-top: 55px;
	padding-bottom: 63px;
}
.new__resultat_block{
	margin-top: 20px;
}
.new__resultat_title{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 42px;
font-weight: 600;
line-height: 70px;
letter-spacing: 0%;
text-align: center;
	margin-bottom: 20px;
}
.new__resultat_text{
color: rgb(255, 255, 255);
font-family: Mont;
font-size: 20px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0%;
text-align: center;
}

.new__resultat_slider .slick-track {
    margin-left: auto!important;
}
.new__resultat_box{
	margin: 0 7.5px
}
.new__resultat_img{
	border-radius: 20px;
	overflow: hidden;
}
.new__resultat_slider{	margin: 0 -7.5px;
	margin-top: 78px;
}
.new__resultat_info{
	margin-top: 25px;
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 16px;
font-weight: 400;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
	padding: 0px 13px;

}
.slick-active .new__resultat_info{

}

.new__resultat_info span{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 40px;
font-weight: 600;
line-height: 51px;
letter-spacing: 0%;
text-align: left;
	display: block;
	margin-top: 6px;
	margin-bottom: 6px;
}
.new__resultat_info p{
	
}


.new__resultat_slider .slick-list {
   
    overflow: visible;
}
.new__resultat_box{
	
}

.new__resultat_slider{
	overflow-x: auto!important;
}


html .new__resultat_slider::-webkit-scrollbar {
   height: 0;
    scrollbar-height: 0px;
}

.new__res_row{
	margin-top: 100px;
}
.new__res_row_box{
	flex-wrap: nowrap;
}
.new__res_row_box > span{
    background: rgb(246, 58, 17);
    width: 15px;
    height: 15px;
    border-radius: 50%;
    flex: none;
    margin-right: 3px;
    position: relative;
    top: 9px;
}
.new__res_row_box p{
	color: rgb(255, 255, 255);
font-family: Mont;
font-size: 22px;
font-weight: 600;
    line-height: 33px;
letter-spacing: 0%;
text-align: left;
}

.new__res_row_box p span{
	    border-radius: 25px;
    background: rgba(255, 255, 255, 0.1);
    padding: 0px 9px;
}
.new__res_row{
	margin-bottom: 90px;
}


.new__res_btn  .btn {
    display: inline-block;
  
    font-size: 16px;
    padding: 19px 38px 19px;
    background: #f63a11;
}
.new__res_btn{
	text-align: center;
}


.new__res_btn .btn span:last-child {
	color: #000;
    background: #fff;
}
.new__resultat_box{
	width: 220px;
}

.new__resultat_img {
   
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}
.prices_block{
	margin-top: 100px;
}

.modal_block2 {
	pointer-events: none;
}

.modal_block2 .modal_right{
	    pointer-events: visible;
}

.new__res_row_box p span {
    line-height: 33px;
    display: inline;
}
.zagl {
   
    min-height: 0px !important;
}

.modal_block3 .company_modal_inner__in{
	
}


.mf-cursor.-pointer3 {
    mix-blend-mode: exclusion;
}


.mf-cursor.-pointer3:before {
	    background: white;
    transform: scale(1.5) !important;
}
.selected_works_inner_box img {
    
    min-height: 100%;
}

.zagl{
	height: 0px!important;
	visibility: hidden;
padding: 0px!important;
}


.menu__v2__block.open {
    opacity: 1;
    visibility: visible;    z-index: 10;
}
.menu__v2__block {
    opacity: 0;
    visibility: hidden;
    transition: 0.5s ease;
    transition-delay: 0s;
    z-index:-1;
    height: 100vh;
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    background: #0000008a;
  
}


.menu__v2__block.open .menu__v2__container {
    transform: scale(1) translateY(0px);
}
.menu__v2__container {
 background: #fff;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    transform: scale(0.9) translateY(20px);
    transition: 0.5s ease;
}

.menu__v2__container {
	position: relative;
}


.menu__v2__block .close_box span {
    width: 32.33px;
}

.menu__v2__block .close_box {
    position: absolute;
    right: 15px;
    top: 15px;
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.d__col{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	flex-direction: column;
	
}

.menu__v2__block .navigation__box {
    margin-top: 0px;
    margin-bottom: 0px;
}
.menu__v2__inner_top{
	padding-top: 130px;
}


.menu__v2__block .navigation__box a{
    margin-bottom: 20px;
}

.menu__v2__inner_top , .menu__v2__inner_bot{
	padding-left: 230px;
}

.d__col a{
color: rgb(9, 21, 32);
font-family: Mont;
font-size: 18px;
font-weight: 600;
line-height: 42px;
letter-spacing: 0%;
text-align: left;
}
.menu__v2__inner .links{
	color: rgb(9, 21, 32)!important;
font-family: Mont;
font-size: 24px;
font-weight: 600;
line-height: 31px;
letter-spacing: 0%;
text-align: left;
	margin: 0px;
}
.menu__v2__inner_bot_right{
	color: rgb(9, 21, 32);
font-family: Mont;
font-size: 15px;
font-weight: 600;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
}

.menu__v2__inner_bot{
	    margin-top: 0px;
}
.menu__v2__inner_bot_left{
	    width: 47%;
}
.menu__v2__inner_bot_right a:first-child{
	margin-right: 50px;
}

.d__col {

    margin-right: 200px;
}


.menu__v2__container {
    position: relative;
    overflow: auto;
	padding-bottom: 0px;
}
.menu__v2__inner {
        height: calc(100vh - 95px);
}


.menu__v2__container::-webkit-scrollbar { width: 0; }


.menu__v2__container { -ms-overflow-style: none; }

.menu__v2__container{ overflow: -moz-scrollbars-none; }

.case_block .case_img img{
    min-height: 447px;
    object-fit: cover;
}



.grecaptcha-badge{
   visibility: hidden; 
}

.selected_works_slider .chart___left{
    max-width:390px;
}

.red__line  a{
    border-bottom: 2px solid transparent;
    transition: 0.3s ease;
}

.red__line  a:hover{
    border-color: #fff
}

.f_soc a{
   border-bottom: 1px solid transparent;
    transition: 0.3s ease; 
}


.f_soc a:hover{
    border-color: #fff
}

.resultat__top_row  ul , .resultat__top_row  ol{
    padding-left:20px;
}

.hidden_link{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;    z-index: 2;
}
.case_i_link{
    z-index: 2;
}

.content___content{
    margin-top:70px; color: #091520;
    font-size: 14px;
    line-height: 22px;
   
}

.menu__v2__inner > .container_content{
    height: 100%;
    display: flex
;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
}


.content___content p{
     margin-bottom:25px;
}
.content___content ul , .content___content  ol{
       margin-bottom:25px;
       padding-left:20px;
}


.content___content h3{
           margin-bottom:25px;
margin-top:35px;
    font-size: 28px;
    font-weight: 600;
    line-height: 36px;

}
.ovver__t{
    width:60%;
}

.slider__form_box{
    margin:0px 40px;
}

.text_err.none {
    display: block;
}
.text_err {
    display: none;
    font-size: 12px;
    padding-top: 5px;
    color: red;
    text-align: left;
}
.none {
    display: none;
}


.btn__ci.err {
    border: 1px solid #ff3e3e;
}
.btn__ci {
    border: 1px solid;
    transition: 0.3s ease;
}
.btn__ci {
    flex: none;
    cursor: pointer;
}
.btn__ci {
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background: #fff;
    width: 32px;
    height: 32px;
    margin-right: 11px;
}

.btn__ci.add span {
    transform: scale(1);
}
.btn__ci span {
    position: relative;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.btn__ci span {
    transition: 0.3s ease;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    transform: scale(0);
    background: rgb(9, 21, 32);
}

.btn__ci span:before {
    content: "";
    position: absolute;
    background: url(../image/checkbox.svg) no-repeat center center;
    width: 10px;
    height: 10px;
    background-size: contain;
}

.dess {
    pointer-events: none;
}

.check__get {
    cursor: pointer;
}

.form_sogl {
    flex-wrap:nowrap!important;
}

.case__text_r{
    font-size: 22px;
font-weight: 600;
line-height: 34px;
}
.resultat__top_row_r1{
    margin-bottom:70px;
}
.case__row__video_block{
    position:relative;
}

.case_row_table_img{
     position:relative; 
     z-index:2;
}
.case__row__video_block{
       
}

.case__row__video_block__bg1{
    padding:80px 0px;
}

.case_row_table_img img{
    border-radius:30px;
}


.case__text ol li{
    color:#F63A11;
    margin-bottom:50px;
}

.case__text ol li span{
    color:rgb(9, 21, 32);
}
.sh_b{box-shadow: 0px 0px 45px 20px rgb(236, 238, 241);
        border-radius: 30px;
}
.case__row__video_block__bg2 img{
    z-index:2;
    position:relative;
}
.case__row__video_part{
    width:50%;
}
.case__row__video_part1{
    padding-right:22px;
}
.case_row_table_img2 img{
        border-radius:20px;
}

.case__row__video_part2 img{
    max-height:560px;
}
.case__row__video_part2{
    display: flex
;
       justify-content: flex-end;
    align-items: center;
}


.case__row__video_block__bg1.case__row__video_block__bg2:after {
 
    background: rgb(51, 90, 255);
}


.case__row__video_block__bg1.case__row__video_block__bg2 {
    padding: 18px 0px;
}
.case_row_table_img2{
    margin-top:5px;
}
.case_row_table_img2{
    margin-bottom:5px;
}

.color__big{
         width: 22.8%;
    padding: 15px 20px;
    display: flex
;height: 186.96px;
    justify-content: flex-end;
    align-items: flex-end;
}
.color__small{
     width: 8.3%;
    padding: 15px 20px;
    display: flex
;height: 186.96px;
    justify-content: flex-end;
    align-items: flex-end;
}
.gra__desc_top{
    margin-bottom:18px;
}
.gra__desc_bot_img1{
        width: 47%;
}
.gra__desc_bot_img2{
        width: 51.7%;
}

.case_row_table_img44{
    position: relative;
    z-index: 2;
}

.case_row_table_img44 img{
max-width: 268.5px;
}
.case__row__video_inner44 {
    justify-content: space-around;    align-items: flex-start;
}

.shhs{      display: flex
;
    border-radius: 20px 20px 15.56px 15.56px;
    flex-wrap: wrap;
    box-shadow: 22px 44px 200px 20px rgb(167, 171, 178);
    justify-content: center;
    align-items: flex-start;
}
.case_row_table_img44:nth-child(2){
      margin-top: 50px;
}




.case__row__video_block__bg1.case__row__video_block__bg4:after {
 
    background: rgb(51, 90, 255);
}


.case__row__video_block__bg1.case__row__video_block__bg4:before {
 
    background: rgb(51, 90, 255);
}

.case_row_table_img55 img{
max-width: 851.74px;
position:relative;z-index:2;border-radius: 19.05px;

}
.case_row_table_img66 img{position:relative;z-index:2;
max-width: 608.77px;border-radius: 20px;
box-shadow: 0px 22px 44px 22px rgba(0, 0, 0, 0.13);

}
.case__row__video_inner55{
    position:relative;
}
.case_row_table_img66 {
        position: absolute;
        right:0px;bottom:0px;
}

.case__row__video_inner55 {
    position: relative;
    padding-bottom: 114px;
}
.ourr__bottom{
       width: 64.2%;
       display:block;position:relative;
}
.next___case_block{
         background-size: cover;
    width: 100%;
    display: flex
;
      justify-content: flex-end;
    align-items: center;
    flex-wrap: wrap;

    border-radius: 30px;
position:relative;
margin-bottom:70px;
height: 438.29px;
}


.next___case_block:before{
    content:"";
    position:absolute;
    left:0px;
    top:0px;    border-radius: 30px;
    width:100%;
    height:100%;
    background: linear-gradient(180.00deg, rgba(9, 21, 32, 0.6) 41.346%,rgba(9, 21, 32, 0) 100%);
}
.next___case_row_top {
color: rgb(255, 255, 255);
font-family: Soyuz Grotesk;
font-size: 24px;
font-weight: 700;
line-height: 23px;
letter-spacing: 0%;
text-align: left;
}

.next___case_row_top  span{
    margin-right:12px;
}
.next___case_title{
color: rgb(255, 255, 255);
font-family: Mont;
font-size: 42px;
font-weight: 600;
line-height: 54px;
letter-spacing: 0%;
text-align: left;
margin-bottom:30px;
margin-top:30px;
}

.next___case_desc{
box-sizing: border-box;
border: 1px solid rgb(106, 106, 106);
border-radius: 20px;
padding:24px;
   color: rgb(255, 255, 255);
font-family: Mont;
font-size: 18px;
font-weight: 600;
line-height: 28px;
letter-spacing: 0%;
text-align: left; max-width: 480px;
}
