html,
body {
 font-family: "Ubuntu Sans", sans-serif;
background: rgba(249, 249, 249, 1);
}

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 {

    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: 1320px;
    margin-right: auto;
    margin-left: auto;
   
}

.main_f_slider_block{
	width: 100%;
	height: calc(100vh + 35px);
	position: relative;
	padding-bottom: 35px;
}
.slider-for{
	width: 100%;
	height: 100%;
	
}

.sl_f_box{
	    position: relative;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
	height: calc(100vh + 35px);
}

.sl_f_box img{
    min-width: 100%;
    max-height: 100%;
    object-fit: cover;
}

.sl_f_title{
    position: absolute;
 left: 0px;   bottom: 26vh;
width: 100%;
	margin-bottom: 35px;
	
}

.sl_f_title h2{
color: rgba(255, 255, 255, 1);
    margin-bottom: 35px;
font-family: Ubuntu Sans;
font-size: 52px;
font-weight: 500;
line-height: 62px;
letter-spacing: 0%;
text-align: left;    max-width: 800px;
}

.sl_f_title p{
color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 22px;
font-weight: 220;
line-height: 32px;
letter-spacing: 0%;
text-align: left;    max-width: 800px;
}


.inner_top_row_block , .ship_main_img , .ship_info_block , .slider__2 ,.top__tab___row{
   
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
}

.slider-nav{
    border-radius: 1000px;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.2);
       padding: 11.5px 36px;
    /* position: absolute; */
    margin: 0 auto;
    width: 540px;

bottom: 10.5vh;
}
.slider-nav2{
    border-radius: 1000px;
    backdrop-filter: blur(15px);
    background: rgba(0, 0, 0, 0.2);
      padding: 11.5px 36px;
    /* position: absolute; */
    margin: 0 auto;
        width: 768px;
   
bottom: 10.5vh;
}
.main_f_slider_block{
	overflow: hidden;
}

.sl_n_box p{
color: rgba(255, 255, 255, 0.5);
transition: 0.3s ease;
font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 0%;
text-align: left;
}

.slick-current .sl_n_box p{
	color: rgba(255, 255, 255, 1);
}
.sl_n_box{
margin-right: 30px;	
	cursor: pointer;
}

.sl_n_box.sl_n_box_last{
	margin-right: 0px;	
}
.sl_f_box:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: linear-gradient(180.00deg, rgba(0, 0, 0, 0.6) 20%,rgba(0, 0, 0, 0.2) 100%);
	
}
header{
width: 100%;
	position: absolute;
	top: 54px;
	left: 0px;
}
nav a{
	color: rgba(255, 255, 255, 1)!important;

font-family: Ubuntu Sans;
font-size: 15px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0%;
text-align: left;
	margin-right: 22px;
}

nav a:last-child{
	margin-right: 0px;
}
.h_tel{
	color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 15px;
font-weight: 400;
line-height: 18px;
letter-spacing: 0%;
text-align: left;
	margin-right: 32px;
}
.btn1{
	border: 1px solid rgba(255, 255, 255, 0.35);
border-radius: 1000px;
	cursor: pointer;
	color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0%;
text-align: left;
	padding: 11px 24px;
	outline: none;
	background: transparent;
	
}
.burg{
margin-left: 32px;
	margin-right: 32px;    margin-top: 4px;
}
.logo{
	    margin-top: -7px;
}
h2{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 48px;
font-weight: 500;
line-height: 58px;
letter-spacing: 0%;
text-align: left;
}

.t_block{
border-radius: 35px 35px 0px 0px;

}
.w_block{
	background: rgba(255, 255, 255, 1);
    margin-top: -35px;
    position: relative;

}
.t_block{
	padding-top: 100px;
}


.btn_bl.btn1{
border-color:  rgba(39, 40, 41, 1);
color: #fff!important;
background: rgba(39, 40, 41, 1);


}
.btn_bl svg{
	margin-left: 10px;
}
.top_row_right .btn_bl{
	margin-right: 40px;
} 

.arrow__cont2 .arrow__left {
    margin-right: 10px;
}
.top_row{
	margin-bottom: 75px;
}

.sl_f_box img {
  
    min-height: 100%;
}

.project_box{
	width: 604px;
	margin: 0 5px;
}
.project_slider{
	margin: 0 -5px;
}
.project_img{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
align-items: center;
	border-radius: 10px;
	overflow: hidden;
	margin-bottom: 25px;
}
.project_box p{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 20px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}

.project_box p span{
	color: rgba(177, 177, 177, 1);

font-family: Ubuntu Sans;
font-size: 20px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
	padding-right: 5px;
}

.project_slider .slick-list {

    overflow: visible;
}
.project__block{
overflow: hidden;
}
.arrow__part{
	cursor: pointer;
}
.t_block{
padding-bottom: 130px;    position: relative;	
}
.about__part_l{
	    width: 45.3%;
}
.g_block{
background: rgba(249, 249, 249, 1);
}

.padd_bottom{
	padding-bottom: 40px;
}
.marg__top_up{
	margin-top: -40px;
}

.about__title{
color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 64px;
font-weight: 500;
line-height: 77px;
letter-spacing: 0%;
text-align: left;
}
.about__title_post{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 32px;
font-weight: 500;
line-height: 46px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 35px;
}
.about__in_box{
	width: 268px;
	margin-bottom: 42px;
}
.about__in_g_text{
color: rgba(134, 134, 134, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 13px;
}
.about__in_num{
	color: rgba(39, 40, 41, 1);
    margin-bottom: 10px;
font-family: Ubuntu Sans;
font-size: 64px;
font-weight: 500;
line-height: 77px;
letter-spacing: 0%;
text-align: left;
}
.about__in_box_l{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
	
}
.about__in_num sup{
	color: rgba(71, 136, 130, 1);

font-family: Ubuntu Sans;
font-size: 32px;
font-weight: 500;
line-height: 38px;
letter-spacing: 0%;
text-align: left;
	padding-left: 4px;
    /* margin-top: -10px; */
    position: relative;
    /* display: inline-block; */
    top: -6px;
}
.about__in_all__text{
color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}
.about__in_box:nth-child(3),.about__in_box:nth-child(4){
	margin-bottom: 0px;
}
.about__part_r {
    width: 53.5%;
	border-radius: 10px;
background: rgba(240, 240, 240, 1);
	
	padding: 28px 33px;
}


.about__part_r , .service_main_inner_right , .grey_form_right ,.footer__from_right{
	  width: 53.5%;
}

.about__part_r_text{
color: rgba(39, 40, 41, 1);
    margin-top: 75px;
    font-family: Ubuntu Sans;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    letter-spacing: 0%;
    text-align: left;
    padding-bottom: 20px;
    min-height: 274px;
}
.about__part_r_name{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 18px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 10px;
}
.about__part_r_dolj{
	color: rgba(134, 134, 134, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
}


.sl_f_box2{
	    position: relative;
    top: 0px;
    left: 0px;
  border-radius: 30px;
	overflow: hidden;
    width: 100%;
height: 700px;
}


.sl_f_title2{
    position: absolute;
 left: 0px;  top: 0px;
	padding-top: 100px;
width: 100%;
	
	
}
.sl_f_box2:before{
	content: "";position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	
background: linear-gradient(152.08deg, rgba(0, 0, 0, 0.5),rgba(0, 0, 0, 0) 100%);
}

.slider__2{
margin-top: 99px;
}
.sl_f_box2 > img{
object-fit: cover;
    max-height: 100%;
    min-width: 100%;
	min-height: 100%;
}
.slider__2 h2{
	color: #fff;
	margin-bottom: 50px;
}
.sl_f_title2 p{
	max-width: 800px;color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 24px;
font-weight: 200;
line-height: 34px;
letter-spacing: 0%;
text-align: left;
}
.service_main_inner_left{
	    width: 45.3%;
}

.seo_work_right__faq{
	margin-top: 50px;
}


.slide__toggle_row {
    transition: 0.3s 
ease;
}
.slide__toggle_row {
    margin-bottom: 6px;
}
.slide__toggle_row {
 border-bottom: 1px solid rgba(217, 217, 217, 1);
  

    padding-right: 18px;
}


.slide__toggle_header {
    cursor: pointer;
}
.slide__toggle_header {
    padding-top: 29px;
 color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 24px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0%;
text-align: left;
    padding-bottom: 29px;
    flex-wrap: nowrap;
}



.toggle_btn {
	position: relative;
	flex: none;
	margin-left: 20px;
	cursor: pointer;
}

.toggle_btn>span {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: centerl;
}


.toggle_btn.open .toggle_1 {
	opacity: 0;

}

.toggle_btn.open .toggle_2 {
	opacity: 1;

}

.toggle_2 {
    opacity: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    transition: 0.3s 
ease;
}


.slide__toggle_text {
    padding-bottom: 36px;
  width: 490px;
}

.slide__toggle_text > p{
color: rgba(39, 40, 41, 1);
margin-bottom: 36px;
font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}
.service_main_inner_right img{
	border-radius: 10px;
}

.service_main_inner_block{
	padding-top: 70px;
}
.b_block{
	background: rgba(39, 40, 41, 1);
}
.firm_product__block .btn_bl{
border: 1px solid rgba(255, 255, 255, 0.5);
}
.b_block h2{
	color: rgba(255, 255, 255, 1);
}
.service_in_box{
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
	width: 33%;
	
}
.service_tabs{
	flex-wrap: nowrap;
}

.service_tabs {
    overflow: auto;
}



.btn_li:first-child {
    margin-left: 0px;
}
.btn_li.current {
   background: rgba(111, 111, 111, 1);

}
.btn_li {
  color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0%;

    transition: 0.3s 
ease;
 
    letter-spacing: 0%;
 
    width: auto;
    cursor: pointer;
    white-space: nowrap;
    margin: 0 5px;
    text-align: center;
    padding: 13px 30px;
 box-sizing: border-box;
background: rgba(63, 63, 63, 1);
border-radius: 1000px;
}
.service_content{
	margin-top: 69px;
}
.grey_form_container{
	border-radius: 10px;
background: rgba(63, 63, 63, 1);
	padding: 32px;
	margin-top: 30px;
}
.grey_form_left_title{
	color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 32px;
font-weight: 500;
line-height: 38px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 32px;
}


.grey_form_left_text{
	color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}

.grey_form_left{
width: 33.5%;
}
.from_box{
	width: 312px;
	margin-bottom: 39px;
}
.from_r_title{
	color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 500;
line-height: 17px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 4px;
}


.sogl2 svg path{
	fill:#45877e;
}


.grey_form_right .inp{
color: rgb(216 216 216);
}

 

 .grey_form_right  .inp::-moz-placeholder {
color: rgb(216 216 216);
}

 .grey_form_right .inp::-webkit-input-placeholder {
color: rgb(216 216 216);
}


 .inp:hover::-webkit-input-placeholder {
color: transparent;
transition: 0.2s ease;
}

 .inp:hover::-moz-placeholder {
color: transparent;
transition: 0.2s ease;
}


 .inp:focus::-webkit-input-placeholder {
color: transparent;
transition: 0.2s ease;
}

 .inp:focus::-moz-placeholder {
color: transparent;
transition: 0.2s ease;
}









.inp{
	
  color: rgba(39, 40, 41, 1);
width: 100%;
	height: 40px;
font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0%;
text-align: left;
	border: none;
	background: none;
	outline: none;
	border-bottom: 1px solid rgba(217, 217, 217, 1);
		
}

 .inp::-moz-placeholder {
    color: rgba(39, 40, 41, 1);
}

.inp::-webkit-input-placeholder {
    color: rgba(39, 40, 41, 1);
}
.grey_form_right{
	    padding-top: 17px;
}


.sogl2 .svg {
    flex: none;
    margin-right: 14px;
}
.svg {
    justify-content: center;
 width: 32px;
height: 32px;
    border-radius: 50%;
 background: rgba(240, 240, 240, 1);
	cursor: pointer;
}

.svg.add svg {
    opacity: 1;
}

.svg svg {
    opacity: 0;
    transition: 0.3s 
ease;
}


.sogl2 span {
  color: rgba(134, 134, 134, 1);

max-width: 252px;
font-size: 12px;
font-weight: 400;
line-height: 14px;
letter-spacing: 0%;
text-align: left;
}

.btn1.btn1_grey{min-width: 160px;
    text-align: center;
	background: rgba(255, 255, 255, 1);
	color: rgba(39, 40, 41, 1);
	
}
.client__box{
	height: 95px;
	display: flex;
	justify-content: center;
	align-items: center;
	
}
.press__box{
    border-radius: 10px;
    background: rgba(255, 255, 255, 1);
    width: 33%;
    flex-direction: column;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
	
}
.press__img{
display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    border-radius: 10px;
    overflow: hidden;
    height: 320px;
}
.press__img img{
	min-height: 100%;
    object-fit: cover;
    min-width: 100%;
}
.press__title{
    color: rgba(39, 40, 41, 1);
    font-family: Ubuntu Sans;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    letter-spacing: 0%;
    text-align: left;
    min-height: 124px;
    display: block;
    padding-bottom: 20px;
}
.press__top{
padding: 40px 33px 26px;
	
}
.press__img{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	border-radius: 10px;
	overflow: hidden;
}

.word__left > svg{
	    margin-left: -60px;
}
.word__cont{
	margin-top: 65px;
}

.word__right_title{
color: rgba(0, 0, 0, 1);

font-family: Ubuntu Sans;
font-size: 24px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 32px;
}
.word__right{
	padding-top: 30px;    width: 32.3%;
}
.word__right_row{
border-radius: 10px;
background: rgba(249, 249, 249, 1);
cursor: pointer;height: 50px;
	width: 100%;
	padding: 0 19px;
	margin-bottom: 12px;
	transition: 0.3s ease;
}
.word__right_row:hover{
	    background: rgb(223 223 223);
}

.word__right_row  p{
	position: relative;
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 18px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
	padding-left: 16px;
}

.word__right_row  p:before{
	content: "";
	position: absolute;
	left: 0px;
	top: 8px;

width: 7px;
height: 7px;border-radius: 50%;
	background: rgba(69, 135, 126, 1);
}

.word__left path{
  transition: 0.3s ease;
	
}
.word__left path.ad{
 fill: #45877e;
    fill-opacity: 1 !important;
}
.rew_box{
	border-radius: 10px;
background: rgba(255, 255, 255, 1);
	padding: 25px 33px 31px 32px;
}
.rew_top_icon{
	flex: none;
	margin-right: 32px;
	justify-content: center;
}
.rew_top{
	flex-wrap: nowrap;
}
.rew_top{
	margin-bottom: 44px;
}

.btn_bl_bord.btn1.btn_bl{
	display: inline-flex;
	min-width: 170px;
	justify-content: center;
	border: 1px solid rgba(39, 40, 41, 1);
	background: #fff;color: rgba(39, 40, 41, 1)!important;
}

.rew_box .rew_text{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
	min-height: 237px;
	padding-bottom: 20px;
}
.rew_box .rew_top_title{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 18px;
font-weight: 500;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}
.rew_top_icon{
	width: 105px;
	height: 61px;
}
.rew__block {
	overflow: hidden;
}
.footer__from_soc_box{
	flex-direction: column;
	align-items: center;
	align-content: center;
	justify-content: center;
	
}
.footer__from_left{
	
}

.footer__from_conteiner{
border-radius: 15px;
	padding: 48px 33px 40px 33px; 
background: rgba(255, 255, 255, 1);
}
.footer__from_left_socs{
	margin-top: 232px;
}
.footer__from_soc_box{
width: 120px;
height: 120px;
	border-radius: 50%;
	border: 1px solid rgba(221, 221, 221, 1);
}
.footer__from_soc_box p{
	text-align: center;color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 12px;
font-weight: 400;
line-height: 14px;
letter-spacing: 0%;
text-align: left;
}
.footer__from_soc_icon{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 35px;
	margin-bottom: 13px;
}
.footer__from_right_title{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 24px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0%;
text-align: left;
	margin-bottom: 35px;
}
.footer__from_right .from_box{
	width: 100%;
	
}
.footer__from_right .from_r_title{
color: rgba(134, 134, 134, 1);
	
}
.footer__from_right .btn_bl{
	min-width: 160px;
	text-align: center;
}



.footer__from_block{
border-radius: 0px 0px 35px 35px;
background: rgba(249, 249, 249, 1);
padding-bottom: 55px;	    position: relative;
}

footer{
	background: rgba(39, 40, 41, 1);
	padding-top: 100px;
	margin-top: -40px;
}
.f__right {
	    width: 48.4%;
}

.f__title{
color: rgba(255, 255, 255, 0.5);
margin-bottom: 16.5px;
font-family: Ubuntu Sans;
font-size: 18px;
font-weight: 500;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
text-transform: uppercase;
}
.f__list_col{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
}
.f__list_col a{
	color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 400;
line-height: 17px;
letter-spacing: 0%;
text-align: left;
}

.f__list_col a:last-child{
	margin-bottom: 0px;
}

.f__list_col a{
    margin-bottom: 12px;
}
.f__list_col_f{
	margin-right: 78px;
}
.top__cont {
	padding-bottom: 60px;
	margin-bottom: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.bot__cont .f__left p{
	color: rgba(255, 255, 255, 0.5);

font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
	max-width:  296px;
}
.f__b__cont{
	color: rgba(255, 255, 255, 0.5);

font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
}
.bot_all__cont {
	margin-top: 55px;
}
.copy{
	color: rgba(255, 255, 255, 0.5);

font-family: Ubuntu Sans;
font-size: 14px;
font-weight: 500;
line-height: 20px;
letter-spacing: 0%;
text-align: left;
}

footer{
	padding-bottom: 35px;
}

.inner_page header{

    width: 100%;
    position: relative;
    top: 0px;
    left: 0px;
z-index: 2;
}

.inner_page header .h_row {
height: 136px;
}


.inner_page header nav a{
color: rgba(39, 40, 41, 1)!important;
}

.inner_page header .h_tel{
	color: rgba(39, 40, 41, 1);
}

.inner_page header .btn1{
	border-color:rgba(39, 40, 41, 0.2);
	color: rgba(39, 40, 41, 1);
}
.inner_top_row_block{
min-height: 220px;border-radius: 30px;
	margin-bottom: 27px;
}
.inner_top_row_block{
	padding-top: 47px;
}

.breadcrumbs_container{
border-radius: 1000px;
backdrop-filter: blur(15px);
background: rgba(255, 255, 255, 0.1);
	padding: 11px 20px;
overflow: auto;
    display: inline-flex;
}








.breadcrumbs_container li {
	list-style: none;
}

.breadcrumbs_container a:first-child {
	padding-left: 0px;
}

.breadcrumbs_container a {
color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 19px;
letter-spacing: 0%;
text-align: left;
	display: inline-block;
	padding: 0 17px;
	position: relative;
}

.breadcrumbs_container a {
	white-space: nowrap;
}

.breadcrumbs_container a:before {
    content: "";
    position: absolute;
    margin-left: -19px;
    margin-top: 8px;
    width: 5px;
    height: 5px;
    background: rgba(217, 217, 217, 1);
    border-radius: 50%;
}

.breadcrumbs_container a:first-child {
	padding-left: 0px;
}


.breadcrumbs_container a:last-child {
	padding-right: 0px;
	color: #D9D9D9;
}

.breadcrumbs_container a:first-child:before{
	display: none;
} 
.inner_top_row_block > .container_content{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: space-between;    height: 100%;
}
.inner_top_row_block{
	padding-bottom: 42px;
}
.inner_top_row_block h1{
color: rgba(255, 255, 255, 1);
    padding-top: 55px;
font-family: Ubuntu Sans;
font-size: 48px;
font-weight: 500;
line-height: 58px;
letter-spacing: 0%;
text-align: left;
text-transform: uppercase;
}
.press__box{
	margin-bottom: 10px;
}
.top__tab___row{
	margin-top: 27px;
	margin-bottom: 27px;
	border-radius: 30px;
	padding: 30px 0px; 
background: rgba(255, 255, 255, 1);
}

.service_tab2 .btn_li{
	min-width: 220px;
	text-align: center;
	background: rgba(217, 217, 217, 1);
	color: rgba(39, 40, 41, 1);
}

.service_tab2 .btn_li.current{
	background: rgba(39, 40, 41, 1);
	color: rgba(255, 255, 255, 1);
}
.port___box{
	border-radius: 10px;
	overflow: hidden;
background: rgba(255, 255, 255, 1);    width: 49.6%;
	margin-bottom: 20px;
}
.port___top{
	padding: 33px;
	padding-bottom: 23px;
	padding-top: 40px;
}
.port___left > a{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 24px;
font-weight: 500;
line-height: 29px;
letter-spacing: 0%;
text-align: left;

}
.p_sity{
	color: rgba(134, 134, 134, 1);
    padding-bottom: 10px;
font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;	margin-top: 16px;
}

.port___right{
	display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
}

.more_row{    width: 100%;
text-align: center;
    margin-top: 45px;
    display: flex;
    justify-content: center;
}
.service_tab2{
	margin-bottom: 85px;
}
.ship_main_img{
height: 700px;
	overflow: hidden;
	justify-content: center;
	    flex-wrap: nowrap;border-radius: 30px;
}

.ship_main_img img{
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.ship_main_img{
	margin-bottom: 26px;
}
.ship_info_block{
	padding-top: 32px;
	padding-bottom: 37px;border-radius: 25px;
background: rgba(39, 40, 41, 1);
}

.ship_info_block .container_content >p{
	color: rgba(255, 255, 255, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;max-width: 992.92px;
}
.ship_info_in_box{
	border-radius: 10px;
background: rgba(63, 63, 63, 1);
	padding: 13px;
	margin-right: 10px;color: rgba(255, 255, 255, 1);
width: calc(25% - 10px);
font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}
.ship_info_in {
	margin-bottom: 32px;
}
.service_main_inner_block2 h2{
	margin-bottom: 70px;
}

.service_main_inner_block2 .seo_work_right__faq {
    margin-top: 0px;
}

.text ul{
	padding-left: 20px;
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}

.service_main_inner_right_top{
border-radius: 10px;
background: rgba(255, 255, 255, 1);
	padding: 13px;
}
.service_main_inner_block2 .service_main_inner_right{
	    width: 49.6%;
}
.arrow__cont_our{
	    opacity: 0.6;
	width: 90px;
	margin: 0 auto;
	margin-top: 22px;
	padding-bottom: 10px;
}
.service_main_inner_right_top{
	margin-bottom: 12px;
}
.service_main_inner_right_bot{
	border-radius: 10px;
background: rgba(255, 255, 255, 1);
	padding:  13px 15px;
}
.service_main_inner_right_bot > p{
	color: rgba(134, 134, 134, 1);

font-family: Ubuntu Sans;
font-size: 12px;
font-weight: 500;
line-height: 14px;
    letter-spacing: 1.4px;
text-align: left;
text-transform: uppercase;
	margin-bottom: 15px;
}
.service_main_inner_right_bot .btn1{
	text-align: center;
}
.img_video_block{
	margin-top: 60px;
}
.img_video_block.ship_main_img{
	height: 560px;
}
.service_in_container_ship{
	margin-top: 65px;
}
.photo_gall_block{
	margin-top: 70px;
}
.service_in_container_ship  .service_in_box{
	margin-bottom: 9px;
}
.photo_gall_block{
	margin-bottom: 90px;
}
.inner_page .project__block{
	margin-bottom: 80px;
}

.w_content___block{
    margin-top: 27px;

border-radius: 35px 35px 0px 0px;
    padding: 42px 0px;
	padding-bottom: 100px;
    background: rgba(255, 255, 255, 1);
	
}
.text_content h2{
	margin-bottom: 32px;
	margin-top: 56px;
}

.text_content> h2:first-child{
	margin-top: 0px;
}
.text_content{
	color: rgba(39, 40, 41, 1);

font-family: Ubuntu Sans;
font-size: 16px;
font-weight: 400;
line-height: 24px;
letter-spacing: 0%;
text-align: left;
}

.text_content p{
	margin-bottom: 20px;
}


.text_content ul , .text_content ol {
	margin-bottom: 20px;
	padding-left:20px;
}
.w_content___block__inerr{
	margin-bottom: 40px;
}

.inner_page .project__block.project__block__top {
    margin-bottom: 0px;
}
.t_block3{
	padding: 59px 0px;border-radius: 35px;
	margin-bottom: 90px;
}

.t_block3 .grey_form_container {
	margin: 0px;
}

.w__contacts_left{
border-radius: 10px;width: 32.9%;
background: rgba(249, 249, 249, 1);
}
.w__contacts_right{
	    width: 66.5%;
}
.w__contacts_right > img{
border-radius: 10px;

}
.w__contacts_block{
border-radius: 35px 35px 0px 0px;
background: rgba(255, 255, 255, 1);
padding-top: 40px;
	padding-bottom: 54px;
margin-bottom: 48px;}
.w__contacts_left{
	padding: 28px 19px;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
	justify-content: space-between;
	align-items: flex-start
}
.w__contacts_left > p{
	color: rgba(134, 134, 134, 1);

 font-family: "Ubuntu Sans";
font-size: 16px;
font-weight: 400;
line-height: 22px;
letter-spacing: 0%;
text-align: left;
}
.c___mail{
	color: rgba(39, 40, 41, 1);

 font-family: "Ubuntu Sans";
font-size: 20px;
font-weight: 500;
line-height: 23px;
letter-spacing: 0%;
text-align: left;
	display: inline-block;
	margin-bottom: 12px;
}
.c___tel{
	color: rgba(69, 135, 126, 1);

 font-family: "Ubuntu Sans";
font-size: 36px;
font-weight: 600;
line-height: 41px;
letter-spacing: 0%;
text-align: left;
}

.service_in_box {
	margin-bottom: 8px;
}

.service_in_box > img{
	    min-height: 100%;
    min-width: 100%;
    object-fit: cover;
	
    max-height: 291px;
}
.form__bottom {
	width: 100%;
}


.img_video_block2 video{
	height: 100%;
	width: 100%;    object-fit: cover;
}

.news__open_text{
	margin-top: 30px;
}
.news__open_img img{
	border-radius: 15px;
}

.rew__cont .project_box.rew_box{
    margin: 0px;
    margin-bottom: 20px;
    width: 49.5%;
}










.modal_block .form__top {
    width: 100%;
}


.modal_block  .from_box {
    width: 100%;
    margin-bottom: 17px;
}

.modal_block  .form__bottom {
    width: 100%;
    margin-top: 30px;
}



h2.modal_title{
	font-size: 32px;
    line-height: 42px;
    margin-bottom: 24px;
}
.modal_block .text{
	font-size: 16px;
    line-height: 22px;
    margin-bottom: 24px;
}


html, body{
	height: auto;
}

body {
	position: relative;
}
.zagl{
	margin: 0px!important;
	height: 0px!important;
	padding: 0px!important;
	visibility: hidden;
}

body.over .over__hidden {
	opacity: 1;
	visibility: visible;
	z-index: 99;
	transition-delay: 0s;
	transition: 0.3s ease;
}

.over__hidden {
	backdrop-filter: blur(8px);
	background: rgba(53, 59, 76, 0.25);
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 0.5s ease;

	z-index: 2;
}

.burg{
	cursor: pointer;
}


body.modal2 .modal_block2 {
	visibility: visible;
	opacity: 1;
	z-index: 99;
	transform: scale(1) translateX(0px);
	transition-delay: 0.3s;
}

.modal_block2 {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease;
	transition-delay: 0s;
	transform: scale(0.9) translateX(20px);
}





body.modal9 .modal_block9 {
	visibility: visible;
	opacity: 1;
	z-index: 99;
	transform: scale(1) translateX(0px);
	transition-delay: 0.3s;
}

.modal_block9 {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease;
	transition-delay: 0s;
	transform: scale(0.9) translateX(20px);
}




body.modal3 .modal_block3 {
	visibility: visible;
	opacity: 1;
	z-index: 99;
	transform: scale(1) translateX(0px);
	transition-delay: 0.3s;
}

.modal_block3 {
	visibility: hidden;
	opacity: 0;
	transition: 0.3s ease;
	transition-delay: 0s;
	transform: scale(0.9) translateX(20px);
}
.inner_page .burg path{
	    stroke: #000000;
}

.modal_block3 .top__cont *{
	color: #484848
}

.modal_block3 .top__cont {
	    margin-top: 50px;
}

.modal_block3  .bot__cont *{
	color: #484848
}


.modal_block3 .f__right {
    width: 53.4%;
}

.close_box {
	transition: 0.3s ease;
	cursor: pointer;
	position: absolute;
	right: 38px;
	top: 41px;
}

.modal_block3.modal_block{
	    width: 1320px;

		  left: calc(50vw - 660px);
    top: 40px;
}

.modal_block {
    position: fixed;
    left: calc(50vw - 310px);
    top: calc(50vh - 362px);
    width: 620px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    border-radius: 25px;
    background: rgba(255, 255, 255, 1);
    padding: 48px 32px;
}

.ship_info_in_box:last-child{
	margin-right: 0px;
}


.video_main {
    position: absolute;
    top: 0px;
    width: 100%;
    height: 100%;
    left: 0px;
}.video_main video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.modal_inner{
	text-align: center;
    padding-top: 57px;
}

.modal_inner h2.modal_title{
	    text-align: center;
    margin-top: 25px;
}

.rew_top {
	min-height: 61px;
}

.port___top {
	flex-wrap: nowrap;
}
.n___row span{
	    text-align: center;
    background: rgb(233 233 233);
    color: rgba(39, 40, 41, 1);
    border-radius: 4px;
    padding: 4px 16px;
    font-size: 13px;
    margin-right: 8px;
}

.n___row span:last-child{
	margin-right: 0px;
}
.our___video{
	margin-top: 70px;
}
.vack___search__block .zapchasti___open_block {
    margin-bottom: 30px;
}



.sidebar__search form {
    width: 100%;
    display: flex;
    position: relative;
}
.zapchasti___open_block .sidebar__search input {
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    backdrop-filter: none;
    padding-top: 20px;
    padding-bottom: 20px;
       font-family: Ubuntu Sans;

    font-size: 16px;
    line-height: 22px;
    color: #73797C;
    padding-left: 27px;
}
.sidebar__search input {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    transition: 0.3s ease;
    border: 0;


    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    /* identical to box height */


    color: #FFFFFF;


    outline: 0;
    padding-top: 13px;
    padding-bottom: 13px;
    padding-left: 20px;
    padding-right: 40px;
    width: 100%;

    background: rgba(255, 255, 255, 0.24);
    backdrop-filter: blur(7.01067px);
    /* Note: backdrop-filter has minimal browser support */

    border-radius: 935px;

}

.sidebar__search form {
    width: 100%;
    display: flex;
    position: relative;
}

.sidebar__search-submit {
    border: none;
    outline: none;
    background: none;
    position: absolute;
    right: 0px;
    cursor: pointer;
    top: 50%;
    margin-top: -15px;
    margin-right: 20px;
}

.vak___list__container {
    padding-bottom: 10px;
}
.zapchasti__list_cont {
    margin-top: 55px;
}

.vak___list__row {
    border-radius: 15px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    position: relative;
    margin-bottom: 42px;
    overflow: hidden;
   padding: 27px 25px;
}





.vak___list__row:hover:after {
    opacity: 1;
}


.vak___list__container {
  
}

.vak___row_left {
    width: 75%;

    padding: 0px !important;
}

.vak___row_right {}

.vak___row_right {
    max-width: 23%;
    padding-top: 130px;
}


.vak___row_left_top_box {

 padding: 9px 12px;
    border-radius: 6397.972px;
    border: 0.899px solid #EBEBEB;
    background: #F9F9F9;
    color: #73797C;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    border-radius: 1000px;
    margin-right: 7px;
    margin-bottom: 8px;
}

.vak___row_left_top_box:last-child {
    margin-right: 0px;
}

.vak___row_left_top {
    margin-bottom: 30px;
}

.vak___row_left h4 {
    font-style: normal;
    font-weight: 500;
    font-size: 24px;
    line-height: 33px;
    margin-bottom: 29px;
    color: #202020;
}

.vak___row_left p {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 26px;
    /* or 171% */

    margin-bottom: 25px !important;
    color: #1D1D1D;

}


    text-align: left;
}
.vak___row_right_price {
    transition: 0.3s ease;
}
.vak___row_right_price {
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 32px;
}

.vak___row_right_price span {
    color: #73797C;
    display: block;

    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    padding-top: 4px;
}

.our___btns {
	    margin-top: 40px;
}
.our___btns span{
	    font-weight: 600;
    padding-right: 10px;
    color: rgba(39, 40, 41, 1);
}

.our___btns a{
	color: rgba(69, 135, 126, 1);
text-decoration: underline;}
.our___btns a:hover{
	text-decoration: none;
}


.our__var_text{
	 -webkit-line-clamp: 10;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    overflow: hidden;
	line-clamp: 10;
}

.btn_bl.more__content{
    display: inline-flex;
    margin-top: 35px;
    transition: 0.3s ease;
}


.open .our__var_text {
    -webkit-line-clamp: initial;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: visible;
    line-clamp: initial;
}

.open .more__content{
	opacity: 0;
	visibility: hidden;
}

.project_img {

    border-radius: 25px;
}


header .logo {
    transition: 0.6s ease;
    opacity: 0;
   
}

.is-ready header .logo {
    opacity: 1;
}
.sl_f_title  {
	transition: 0.6s ease;
    opacity: 0;
    transform: scale(0.9) translateY(20px);    transition-delay: 0.2s;
}

.is-ready .sl_f_title {
    transform: scale(1) translateY(0px);
    opacity: 1;
}

nav a {
    position: relative;
}

nav a:hover:before {
    transform: scaleX(1);
}
nav a:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    height: 1px;
    bottom: -5px;
    left: 0;
    background-color: #fff;
    transform: scaleX(0);
    transition: transform .3s ease;
}

.sl_n_box p:hover{
	color: #fff;;
}

.burg{
	width: 36px;
	height: 36px;
	display: flex;
	justify-content: center;
align-items: center;
transition: 0.3s;
border-radius: 50%;
    margin-top: 0px;
	cursor: pointer;
}
.burg:hover{
    background: #8f8f8f;

}
.btn1{
	transition: 0.3s;
}
 header .btn1:hover{
	background: #fff;
	color: #45877e;
}



.project_box , .press__box{
    transition: transform 0.7s ease, opacity 1s ease;
    transform: translate3d(0, 10px, 0);
    opacity: 0;
}

.about__part_r_photo img{
	transition: 0.5s ease;
	transform: scale(0.6);
	opacity: 0;
}

.active .about__part_r_photo img{
transform: scale(1);opacity: 1;
}

.active .project_box{
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.active .press__box{
    transform: translate3d(0, 0px, 0);
    opacity: 1;
}

.active .press__box:nth-child(2) {
    transition-delay: 0.2s;
}

.active .press__box:nth-child(3) {
    transition-delay: 0.4s;
}

.active .slick-slide[data-slick-index="1"] .project_box {
    transition-delay: 0.2s;
}

.active .slick-slide[data-slick-index="2"] .project_box {
    transition-delay: 0.4s;
}

.arrow__part circle{
	transition: 0.3s;
}


.arrow__part:hover circle{
	fill: #F0F0F0;
}


.btn_bl.btn1:hover{
	background: #45877e;

	border-color: #45877e;
}


.btn1.btn1_grey:hover{
	background: #45877e;
color: #fff;
	border-color: #45877e;
}



.text-block {
  opacity: 0;
 transform: translateY(10px);
  transition: 0.5s ease;

}

.active  .text-block{
  opacity: 1; transform: translateY(0);

}

.typing-text {

  white-space: pre-wrap;
}

/* Стили для курсора при печати */
.typing-text.typing {
  border-right-color: transparent;
  animation: blink 0.7s step-end infinite;
}

@keyframes blink {
  0%, 100% { border-right-color: #333; }
  50% { border-right-color: transparent; }
}


.project_img > img{
transition: 0.8s ease;	
}
.project_img:hover img{
transform: scale(1.05);
}
.service_in_box > img{
transition: 0.8s ease;	
}
.service_in_box:hover img{
transform: scale(1.03);
}


.btn_li:hover {

    background: rgb(83 83 83);
}


.inner_page header nav a:before{
background: rgb(83 83 83);
}

.about_bred_block .breadcrumbs_container {
    border-radius: 0px;
    backdrop-filter: blur(0px);
    background: transparent;
    padding-left: 0px;
    margin-top: 26px;
}

.about_bred_block .breadcrumbs_container a {
   
    color: #868686!important;
}

.about_bred_block .breadcrumbs_container a:before {

    background: #46B2A3;

}
.about_desc_cont{
	flex-wrap: nowrap;
}

.about_desc_right_img{
	flex: none;
	justify-content: center;
	width: 320px;
height: 148px;
border-radius: 25px;
background: #F0F0F0;
margin-right: 12px;
}
.about_bred_block h1{
	color: #272829;
font-family: "Ubuntu Sans";
font-size: 48px;
font-style: normal;
font-weight: 500;
line-height: normal;
text-transform: uppercase;
margin: 30px 0px;
margin-bottom: 40px;
}
.head_w_page header{
	border-radius: 0 0 35px 35px;
background: #FFF;
}

.top__up_about_box{
	width: 24.3%;
	border-radius: 25px;
background: #FFF;
margin-bottom: 10px;
padding: 28px 26px;
}
.top__up_about_block{
	margin-top: 40px;
}
.top__up_about_block h2{
	margin-bottom: 40px;
}
.about_page_info_block.t_block{
	margin-top: 35px;
	    padding-top: 44px;
    padding-bottom: 70px;
}
.about_page_info_cont{
	flex-wrap: nowrap;
}
.about_page_info_cont .about__part_r_photo{
	display: flex;
	flex: none;
	margin-right: 28px;
}

.about_page_info_cont .about__part_r_text{
margin-top: 0px;
min-height: auto;
}
.t_block.about_serv__block{
	padding-top: 60px;
}
.about_serv__box{
	width: 24.3%;
    border-radius: 25px;
    background: #FFF;
    margin-bottom: 10px;
    padding: 28px 26px;
}
.about_serv__title{
	color: #272829;
font-family: "Ubuntu Sans";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
margin-bottom: 20px;
}
.about_serv__text{
	min-height: 140px;
	color: #272829;
font-family: "Ubuntu Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
margin-bottom: 20px;
}
.about_serv__cont{
	margin-top: 75px;
}

.about_serv__btn .btn1 {
	border-color: #272829;
	color: #272829;display: inline-block;
}

.about_serv__btn .btn1:hover{
	    background: rgb(69, 135, 126);
    border-color: rgb(69, 135, 126);
	color: #fff;
}

.t_block.word__block___about{
	    margin-top: -35px;
    padding-top: 70px;    padding-bottom: 40px;
}

.word__block___about .word__right_row {
    
   background: #fff; 

}

.word__block___about .word__right_row:hover{
background: rgb(223 223 223);
}

.press__block_about .btn_bl.btn1 {
	background: #fff;
	background-color: #fff;
	color: #272829!important;
}


.press__block_about  .btn_bl.btn1:hover {
    background: #45877e;
    border-color: #45877e;
	color: #fff!important;
}

.press__block_about  .btn_bl.btn1:hover path{
	fill: #fff!important;
	transition: 0.3s ease;
	
}

.service_in_container22 .catalog__box{
    margin-bottom: 8px;
	    border-radius: 10px;
    overflow: hidden;
    width: 33%;
	background: #fff;
}

.service_in_container22 .catalog__img {
       
        width: 100%;
    }
.service_in_container22 .catalog__img{
	display: flex;
	justify-self: center;
	align-items: center;
	 border-radius: 10px;
	 overflow: hidden;
	 height: 320px;
	 margin-bottom: 13px;
}

.service_in_container22 .catalog__img img{
	max-height: 100%;
	object-fit: cover;

	min-height: 100%;
	min-width: 100%;
}
.service_in_container22  .catalog_title{    display: block;
	color: #272829;
font-family: "Ubuntu Sans";
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: normal;
    min-height: 46px;
padding-bottom: 10px;
}
.service_in_container22 .catalog__bottom > p{
	    position: relative;
	color: #272829;
font-family: "Ubuntu Sans";
font-size: 14px;
font-style: normal;
font-weight: 400;
line-height: 20px; /* 142.857% */
line-clamp: 5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 5;    margin-bottom: 15px;
    min-height: 95px;
}


.service_in_container22 .catalog__bottom > p:before {
    content: "";
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, #FFFFFF, #ffffff00);
}


.service_in_container22 .catalog__bottom {
	padding: 0 17px;
	padding-bottom: 19px;
}

.catalog_title:hover{
	color: rgb(69, 135, 126);
}

.b_block.press__block.press__block_about{
	    margin-bottom: 35px;
}
.catalog_inner_block{
	padding-top: 50px;
}
.catalog_text__inner {
	    margin-bottom: 50px;
}


.t_block.b__cat__bl {
    padding-bottom: 60px;
    padding-top: 35px;
    position: relative;
    border-radius: 35px;
    margin-bottom: 50px;
}
.bb_bottom {
	flex-wrap: nowrap;
}
.bb_bottom .btn_bl{
	    min-width: 260px;
    text-align: center;
}