@import "all.css";

.btn-outline-danger{
	color: #DD0A14;
   border-color: #DD0A14;
}
body{
	padding-top: 80px;
}

header{
	height: 120px;
	background: rgba(255, 255, 255, 0.28);
	backdrop-filter: blur(15px);
	-webkit-backdrop-filter: blur(30px);
	/*backdrop-filter: blur(5px); */
/*    -webkit-backdrop-filter: saturate(180%) blur(30px);
    backdrop-filter: saturate(180%) blur(30px);*/
}

header.invert_style .submit_you_application{
	background-color:#1D1D1B;
	color:#FFF;
}
header nav{
    padding-top:1rem !important;
}

.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.phone_dark_line{
    background-color:#000000;
    text-align:center;
    padding:0px 5px;
}
.phone_dark_line a{
    transition: all 0.5s;
    color:#CCCCCC;
}

.phone_dark_line a>i{
    margin-right:5px;
}

.phone_dark_line a:hover{
    color:#FFFFFF;
}

.submit_you_application{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	text-align:center;
	padding: 25px;
	background: #FFF;
	border-radius: 24px;
	height: 48px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
	transition: all 0.35s;
	cursor:pointer;
}
.submit_you_application>i{
	margin-right: 1px;
}


.main_section{
	margin-top: -80px;
   background-color: #FFF;
   display: flex;
   flex-direction: column;
   background-image: url(../img/main_image.png);
   background-size: cover;
	background-position: top;
   height: 100vh;
}

.main_section .content_block{
	position: relative;
	z-index: 1;
	top:200px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	width: 70%;
	flex-basis: 70%;
	color: #FFF;
}


.content_block .title,.content_block .description{
	text-shadow: 0px 1px 3px #555;
}

.content_block .title{
	font-size: 48px;
	font-weight:700;
	line-height:58.09px;
}

.content_block .title>font{
    padding: 10px 15px;
    background-image: url(../img/title_circle.png);
    background-repeat: no-repeat;
    background-size: contain;
}

.content_block .description{
	margin:32px 0px;
	font-size: 16px;
	width: 55%;
}

.submit_your_application{
	font-weight: bold;
}

.main_section_components,.section3,.section5, .section7, .section9{
	background-color: #FFF;
}


.section_title{
	margin-top: 100px;
	font-size: 30px;
	line-height: 43px;
	font-weight: 700;
	color:#000;
	text-align: center;
}

.main_section_components .section_title{
	margin:100px auto 0px auto;
	width: 75vw;
}

.list_section1,.list_section2,.list_section7,.section7_swiper{
	list-style: none;
	width: 100%;
	padding: 0px;
	margin:100px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: center;
	
}

.list_section1>.item_list{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 21px 24px;
	gap: 10px;
	margin:15px;
	width: 40%;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
	border-radius: 20px;
}



.list_section1 .item_list .description{
	margin-top: 20px;
	font-weight: 500;
	font-size: 20px;
	line-height: 32px;
}

.section2, .section4, .section6, .section8, .section10{
	display: flex;
	flex-direction: column;
	background-color: #f7f7f7;
	padding-bottom: 100px;
}
.section2{
	padding-bottom: 0px;
}

.section_description_small{
	margin-top: 32px;
	margin-left:auto;
	margin-right:auto;
	width:60%;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #000000;
}

.section_footer{
	display: flex;
	justify-content: center;
	font-weight: 400;
	font-size: 12px;
	line-height: 18px;
	color: rgba(0, 0, 0, 0.82);
	text-align: center;
    width: 70%;
    margin: 0px auto 100px auto;
}

.list_section2_mobile,.list_section7_mobile{
	display: none !important;
}

.list_section2>.item_list,.list_section7>.item_list,.swiper-slide>.item_list,.section7_swiper>.item_list{
   width: 30%;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 21px 24px;
	gap: 10px;
	margin:15px;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
	border-radius: 20px;
}

.list_section2 .item_image{
	width: 100%;
}
.list_section2_pagination{
	position: relative;
}

.item_list .title, .swiper-slide>.item_list  .title{
	font-weight: 700;
	font-size: 20px;
	line-height: 24px;
}

.item_list .description{
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	height: 135px;
}

.swiper-wrapper{
	padding: 15px 0px;
	margin: 15px 0px;
}

.swiper-slide>.item_list{
	width: 100%;
	padding: 21px 24px;
	margin:0px;
}
.section2_swaper .swiper-slide .item_image{
	width: 100%;
}

.item_list .button_full_width{
	width: 100%;
}

.section3 .section_title>.styling_underline_red {
	color:#DD0A14;
	padding-bottom: 10px;
}

.styling_underline_red{
	background-image: url(../img/components/red_underline.svg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.section3_block {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
}

.section3 .block_item:first-child>.item_image {flex:2;}
.section3 .block_item:last-child>.item_image {flex:2; text-align:right;}


,.section3 .block_item:last-child>.item_image {flex:2;}
.block_item {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content:space-between;
	list-style: none;
	padding: 0px;
	margin:15px 0px;
}
.item_text { 
	margin:0px;
	padding:0px 50px;
	flex:1;
}
.list_text {list-style:inside;}
.section4 .red-circle { 
	color:#DD0A14;
	padding: 10px 15px;
   background-image: url(../img/components/section_title_red_circle.svg);
   background-repeat: no-repeat;
   background-size: contain;
 }

.section4_block{
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	margin-top: 50px;
}
.section4_block .block_item{
  	flex:1;
}
.section_4_image {
	width: 90%;
}

.section4 .text_block{
	padding: 20px 0px 20px 60px;
	margin:0px;
}
.text_black_underline,.text_black_underline:hover{
	color:#000;
	text-decoration:underline;
	font-style: italic;
	display: block;
	margin-top: 15px;
}


.section5 .red_text,.section6 .red_text{
	color:#DD0A14;
}



.section5 {
	padding-bottom:100px;
}
.section5_block {
	display: flex;
   flex-direction: column;
   justify-content: center;
	background-color: #F7F7F7;
	border-radius: 20px;
	margin-top: 50px;
}
.nav {}
.nav-tabs {margin:0px auto;}
.nav-item {}
.nav-link {
	font-weight: bold;
	color:#555;
}
.nav-link:focus, .nav-link:hover{
	color:#000;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	color: #DD0A14;
	border:none;
	border-bottom: 4px solid #DD0A14;
	background-color: transparent;

}
.styling_tab_bottom_line{
	margin-top: -2px;
}
.tab-content {
	padding: 50px 0px 0px 0px;
}
.case1_block,.case2_block {
	display:flex;
	flex-direction: row;
	justify-content: space-around;
}
.case_image { width: 100%; }
.case1_description_block,.case2_description_block{
    width:60%;
    padding:0px 25px;
}

.case1_description_block p,.case1_description_block h5,.case1_description_block ul,.case2_description_block p,.case2_description_block h5,.case2_description_block ul {
    text-align:justify;
}

.section5_button{
	width: 60%;
	margin: 50px auto;
}

.section6{
	padding-top:100px;
}


.section6_block .block_description:first-child{
	padding-right: 100px;
}

.section6_block .block_description:last-child{
	padding-left: 100px;
}

.list_section7{
	justify-content: space-between;
}

.list_section7>.item_list{
	margin: 15px 0px;
	width: 31%;
}

.swiper-wrapper .item_list{
	margin: 15px 0px;
}

.list_section7 .item_title{
	font-weight: bold;
}

.list_section7 .item_description{
	height: auto;
	font-size: 14px;
}

.section8 {padding-bottom: 50px}

.list_section8{
    width: 100%;
    overflow: hidden;
}

.list_section8 .swiper-slide{
    text-align: center;
}

.list_section8 .client_brand{
    max-width:196px;
    max-height:64px;
}

.list_section8_pagination{
    position: relative !important;
}

.section_year_list,.section_counter_list {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
	margin: 50px auto 0px;
}
.year_item,.counter_item {
	margin:50px;
}
.year,.counter {
	font-weight: 700;
	font-size: 48px;
	line-height: 58px;
	text-align: center;
	background: linear-gradient(270deg, #DD0A14 0%, #DD0AAF 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	background-clip: text;
	text-fill-color: transparent;
}
.year_text,.counter_text {
	font-weight: 400;
	line-height: 22px;
	text-align: center;
	color: #000000;
}
.workers_block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: space-around;
}
.worker_item {
	margin:50px 10px 0px 10px;
}
.worker_image {
	height: 200px;
	width: 200px;
	border-radius: 50%;
}
.worker_info {
	margin-top: 25px;
	font-weight: 500;
	line-height: 22px;
	text-align: center;
	color: #000000;
}

.worker_info_profession{
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    color: rgba(0, 0, 0, 0.82);
    text-align: center;
}
.partners {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	padding: 0px;
	margin: 0px;
	list-style: none;
}
.partner_item {margin: 0px 15px}




.review_block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
}
.review_item {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	padding: 24px;
	background: #FFFFFF;
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.14);
	border-radius: 14px;
	margin:50px 15px;
	width:33%;
}
.item_info_block {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
}
.image {
	height: 72px;
	width: 72px;
	border-radius: 50%;
	margin-right: 15px;
}
.item_info {
	display: flex;
	flex-direction: column;
}
.name {
	font-weight: 600
}
.profession {
	margin: 0px;
	color: rgba(0, 0, 0, 0.4);
	line-height: 22px;
	height:50px;
}
.review_rating_stars {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: flex-start;
	margin: 10px 0px;
}
.review_rating_stars>.review_star{
	margin:5px;
}
.review_title {
	margin: 25px 0px;
	font-weight: 500;
}
.review_text {
	line-height: 22px;
	font-weight: 400;
}



.section9_checklist_block {
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: center;
	background: #F7F7F7;
	border-radius: 20px;
	margin: 50px auto;
	width: 65%;
}
.checkbox_list {
	list-style: none;
	padding: 30px 30px;
}

.checkbox_list li>img{
	height: 30px;
	width: 30px;
	margin-right: 10px;
}
.list_item {
	margin:20px auto;
	font-weight: 700;
}

.s9_btn1 {
    width: 60%;
    margin: 0px auto 50px auto;
}

.panel-group{
	width: 70%;
	margin: 50px auto 15px auto;
}

.panel-heading {
  padding: 0;
	border:0;
}
.panel-default{
	background: #F7F7F7;
	border-radius: 14px;
}
.panel-default>.panel-heading {
	color: #333;
	background-color: #f5f5f5;
	border-color: #ddd;
	border-radius: 14px;
}

.panel-default .panel-body{
	padding: 15px;
	margin-bottom: 10px;
}
.panel-title>a, .panel-title>a:active{
	display:block;
	padding: 24px 15px;
  	color:#555;
	letter-spacing:1px;
	text-decoration:none;
	font-size: 20px;
	line-height: 32px;
}
.panel-heading  a:before {
   font-family: 'FontAwesome';
   content: "\f078";
   float: right;
   transition: all 0.5s;
}
.panel-heading.active a{
	border-bottom: 2px solid #ececec;
}
.panel-heading.active a:before {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	transform: rotate(180deg);
} 

.s9_btn2{
	margin: 50px auto;
	width: 100%;
}

.send_question{
	width: 100%;
}

footer{
display: flex;
flex-direction: row;
justify-content: space-between;
align-items: center;
padding: 30px 82px;
width: 100%;
background: #1D1D1B;
color:#FFF;
}

footer .copyright,.social_buttons{
	margin-bottom: 0px;
}

footer a{
	color:#cfcfcf;
	transition: all 0.3s ;
}

footer a:hover{
	color:#FFF;
}

.privaci_policy {color:#cfcfcf;}
.social_buttons {
	display: flex;
	list-style: none;
	color:#FFF;
}
.social_buttons>li{
	margin:0px 16px;
	color:#FFF;
	font-size: 24px;
}
.facebook, .instagram ,.linkdin,.vk {color:#FFF;}

.error{
	color:#900;
}

.alert{
	position: fixed;
	top: 0px;
	left: 0px;
	right: 0px;
	z-index: 10000;
	margin: 15px;
	display: none;
}

