:root{

	--main_color: #FFC806;
	--brand_color: #5C7C89;
    --dark_color: #002E5C;
	
	--grey_color: #F3F3F3;

	--head_big: 40px; 		/*40px*/

	--head_medium: 30px;   /*30px*/
	--head_normal: 24px;    /*24px*/

	--descr_big: 20px;     /*20px*/
	--descr_normal: 18px; /*18px*/

	--small_size: 14px;
	--extrasmall: 12px;

	--font: 'Montserrat', sans-serif;
	
	--icon-chevron-down: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='48' height='48'%3E%3Cpath d='M24 30 13 19.042 15.05 17 24 25.915 32.95 17 35 19.042Z'/%3E%3C/svg%3E");

}

span{
	font-family: var(--font) !important;
}

.sticky-top{
	z-index: 8 !important;
	top: 54px !important;
}


/* Nav */

.desk_menu_header ul {
    align-items: center;
}

.desk_menu_header ul.sub-menu {
    position: absolute;
    z-index: 4;
    background: #fff;
    padding: 24px;
    list-style: none;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    flex-direction: column;
    gap: 11px;
	display: none;
	
}
.desk_menu_header .menu-item-has-children:hover ul.sub-menu{
	display: flex;
	align-items: flex-start;
}
.desk_menu_header li.menu-item-has-children > a{
	display: flex;
	align-items: center;
}



li.menu-item-has-children > a::after {
        content: '';
	        background: var(--brand_color) !important;
        display: inline-block;
        vertical-align: middle;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        -webkit-mask-image: var(--icon-chevron-down);
        mask-image: var(--icon-chevron-down);
        position: relative;
        width: 36px;
        height: 36px;
}


.mobile_nav li.menu-item-has-children{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.mobile_nav li.menu-item-has-children .toggle__submenu{
	    background: #fff !important;
        display: inline-block;
        vertical-align: middle;
        -webkit-mask-repeat: no-repeat;
        -webkit-mask-position: center;
        -webkit-mask-size: contain;
        mask-repeat: no-repeat;
        mask-size: contain;
        mask-position: center;
        -webkit-mask-image: var(--icon-chevron-down);
        mask-image: var(--icon-chevron-down);
        position: relative;
        width: 36px;
        height: 36px;
}
.mobile_nav .sub-menu{
	display: none;
	list-style: none;
	width: 100%;
}

/*Header btn*/

.btn_main_color {
    background: var(--main_color);
    padding: 14px 18px;
    color: #fff;
    border-radius: 3px;
    outline: none;
    border: none;
}

#hero .btn_default_more{
	position: relative;
	overflow: unset;
	outline: none;
    border: none;
    border-bottom-right-radius: 18px;
}


#heroSlider{
    height: 747px;
    overflow-x: hidden;
}
#heroSlider .swiper-slide {
    position: relative;
}

#heroSlider .hero_bg_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}

#heroSlider .swiper-slide::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, #404F55 0%, transparent 100%);
    z-index: -1;
}


/**/

section#features {
    margin-top: -81px;
    z-index: 3;
    position: relative;
}

.feature_card_wrap {
    padding: 30px 37px;
	min-height: 333px;
	height:100%;
}


/*About*/


.about-us-sction .images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    z-index: 2;
    position: relative;
    margin-left: -15px;
    margin-right: -15px;
    position: relative;
}

@media screen and (min-width: 1400px) {
    .about-us-sction .images .image-wrapper {
        padding: 25px;
    }
}
.about-us-sction .images .image-wrapper {
    padding: 15px;
    position: relative;
}

.about-us-sction .images .image-wrapper:nth-child(1) {
    width: 60%;
}

.about-us-sction .images .image-wrapper:nth-child(2) {
    width: 40%;
    margin-top: auto;
    -webkit-transform: translateY(30%);
    transform: translateY(30%);
}

.about-us-sction .images .image-wrapper:nth-child(3) {
    width: 33%;
    margin-right: 38%;
    margin-left: auto;
}


.about-us-sction .images::before {
    content: "";
    position: absolute;
    width: 1em;
    height: 1em;
    border-radius: 50%;
    display: block;
    -webkit-mask-image: url(../icons/dotated-circle.svg);
    mask-image: url(../icons/dotated-circle.svg);
    -webkit-mask-size: contain;
    mask-size: contain;
    -webkit-mask-position: center;
    mask-position: center;
    background-color: var(--brand_color);
    position: absolute;
    -webkit-transform: translate(-25%, 20%);
    transform: translate(-25%, 20%);
    top: 0;
    left: 60%;
    z-index: -1;
}


.about-us-sction .images::before {
    font-size: 150px;
}

@media screen and (min-width: 768px) {
    .about-us-sction .images::before{
        font-size: 180px;
    }
}

@media screen and (min-width: 1200px) {
    .about-us-sction .images::before{
        font-size: 210px;
    }
}


@media screen and (min-width: 1400px) {
     .about-us-sction .images::before {
        font-size: 250px;
    }
}




.about-us-sction .images .image-wrapper:nth-child(1)::before {
    content: "";
    padding: 0 0 26%;
    width: 25%;
    border-radius: 50%;
    background-color: var(--grey_color);
    left: 0;
    bottom: 0;
    position: absolute;
    -webkit-transform: translate(-15%, 15%);
    transform: translate(-15%, 15%);
    z-index: -1;
}


#about_mini_bar{
	min-height: 504px;
	position: relative;
	overflow: hidden;
}


.about_bg_image{
	position: absolute;
	top: 0px;
	width: 100%;
	height: 100%;
}
.about_bg_image img {
    height: 100%;
    object-fit: cover;
}

#about_mini_bar:after{
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.8);
	top: 0px;
	position: absolute;

}

#about_mini_bar .container{
	position: relative;
	z-index: 8;
}


/* partners */


.sl_partner__item.swiper-slide {
  max-width: 140px;
  width: auto;
  flex-shrink: 0;
}

.sl_partner__item img{
	width: 100%;
	height: auto;
}

.partner_slider__pagination{
    justify-content: center;
    display: flex;
    align-items: center;
    margin-top: 50px;
    gap: 8px;
}


.partner_slider__pagination .swiper-pagination-bullet{
	background: var(--brand_color) !important;
	opacity: 0.2;
}

.partner_slider__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
	background: var(--main_color) !important;
	opacity: 1;
}



/* blog */
.has_circle{
	position: relative;
}
.has_circle:after{
	content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.25em;
    height: 3.25em;
    border: .8333333333em solid var(--grey_color);
    border-radius: 50%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    z-index: -1;
}

.blog__item_wrap{
	height:100%;
}
.blog_item_content {
    padding: 10px 18px;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    border: 1px solid #e6e6e6;
	border-top: 0px;
	height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.blog_item_image img {
    height: 232px;
}

.blog_mini_loop_image {
    width: 190px;
}

.blog_mini_loop_content {
    min-width: 232px;
}



.get_in_touch_content_1{
	margin-bottom: 179px;
}

section#get_in_touch{
	position: relative;
}
section#get_in_touch:after {
    content: '';
    width: 100%;
    height: 78%;
    background: var(--brand_color);
    position: absolute;
    bottom: 0px;
    z-index: -1;
}

.form_wrapper{
	width: 100%;
	height: 100%;
	border-radius: 30px;
	padding: 76px 84px;
	position: relative;
	overflow: hidden;
}


.form_wrapper::before {
    content: "";
    width: 13.9em;
    height: 13.9em;
    border-radius: 50%;
    background-color: transparent;
    border: 1em solid #fff;
    position: absolute;
    top: -100px;
    right: -100px;
    z-index: -1;
    border-width: 4px;
    z-index: 1;
}



.team_item_wrap{
	padding: 34px 23px;
}


/* Container styles */
.team_item_wrap {
    width: 100%;
    height: 198px;
    position: relative;
    perspective: 1000px;
	
}

.swiper-slide .team_item_wrap{
	cursor: ew-resize;
}

.team_item_front,
.team_item_back {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    transition: transform 0.6s ease-in-out;
}

/* Initial states */
.team_item_front {
    background: #fff;
     padding:  0px 24px;
    border-radius: 10px;
        display: flex;
    flex-direction: column;
    justify-content: center;
}

.team_name{
	color: var(--main_color);
}

.team_position{
	margin-top: 25px;
	margin-bottom: 21px;
	min-height: 48px;
}

.team_item_back {
    background: var(--main_color);
    color: white;
    padding: 0px 24px;
    border-radius: 10px;
    transform: rotateY(180deg);
    display: flex;
    align-items: center;

}

@media(max-width: 551px){
	.team_item_wrap {
		height: 208px;
	}
	.team_position {
    	font-size: 13px;
	}
}	

/* Flip animation */


.view__more_icon {
    position: absolute;
    z-index: 3;
    right: 0px;
    bottom: 0px;
    cursor: pointer;
    width: 40px;
    height: 39px;
    border-top-left-radius: 10px;
    background: var(--main_color);
    display: flex;
    align-items: center;
    justify-content: center;
	border-bottom-right-radius: 7px;
}


.team_department {
    position: absolute;
    bottom: 0px;
    padding: 10px 25px;
    width: 90%;
    left: 0px;
    color: #80949D;
    font-size: 14px;
	min-height: 43px;
}
@media(max-width: 450px){
	.team_department{
		 font-size: 11px;
	}
}

.team_item_back .view__more_icon {
    z-index: 3;
	right: -1px;
	bottom: 0px;
	background:#fff;
}

.view__more_icon svg {
    filter: invert(1);
}

/* .team_item_wrap:hover .team_item_front {
    transform: rotateY(180deg);
}

.team_item_wrap:hover .team_item_back {
    transform: rotateY(0deg);
} */

.team_item_wrap.current_active .team_item_front {
    transform: rotateY(180deg);
}

.team_item_wrap.current_active .team_item_back {
    transform: rotateY(0deg);
}


.location_center{
	padding: 25px;
	border-radius: 25px;
	height: 100%;
}
.application_sub_title.has_circle{
	z-index: 4;
}

.icon__svg svg {
    width: 18px;
}

.application_sub_title.has_circle:after {
    width: 9rem;
    height: 9rem;
    border: 1.6rem solid #EBEBEB;
       z-index: -1;
}


.process_item{
	padding: 0px 20px;
	background: #fff;
	border-radius: 16px;
}

.process_item .big_num{
	font-size: 63px;
	margin-right: 29px;
	font-weight: 600;
}

.after_item_has{
	position: relative;
}



.after__border, .after__dubble, .after__dubble_dark {
    position: relative;
}
.after__border:after {
    content: '';
    width: 1px;
    height: 43px;
    position: absolute;
    bottom: -53px;
    border-radius: 7px;
	    border: 1px solid #8598a1;
}

.after__border, .after__dubble, .after__dubble_dark{
	margin-bottom: 4rem !important;
}

.after__dubble:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 43px;
    background: #ffc806;
    position: absolute;
    bottom: -53px;
    border-radius: 7px;
    left: 44rem;
}

.after__dubble::before {
    content: '';
    position: absolute;
    width: 2px;
    height: 43px;
    background: #5b7b88;
    position: absolute;
    bottom: -53px;
    border-radius: 7px;
    right: 44rem;
}

.after__dubble_dark:after {
    content: '';
    position: absolute;
    width: 2px;
    height: 43px;
    background: #ffc806;
    position: absolute;
    bottom: -53px;
    border-radius: 7px;
    left: 24rem;
}

.after__dubble_dark:before {
    content: '';
    position: absolute;
    width: 2px;
    height: 43px;
    background: #ffc806;
    position: absolute;
    bottom: -53px;
    border-radius: 7px;
    right: 24rem;
}

.bg_team__main {
    background: #ffc806;
    margin-top: 19px;
	padding: 17px;
	border-radius: 7px;
}

.bg_team__dark{
	  background: var(--dark_color);
    margin-top: 19px;
	padding: 17px;
	padding-bottom: 1px;
	border-radius: 7px;
}

.bg_team__main .team_item_back{
	border: 2px solid #fff;
}

.bg_team__main .team_item_front .view__more_icon{
	    background: #002e5c;
}
.team-slider .swiper-pagination .swiper-pagination-bullet{
	background: #fff;
	    opacity: 0.4;
}
.team-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: var(--main_color);
	    opacity: 1;
}

.bg_team__main .team-slider .swiper-pagination span.swiper-pagination-bullet-active {
    background: #002e5c;
	    opacity: 1;
}

.team-slider .swiper-pagination {
    position: relative;
    margin-top: 20px;
}


@media(max-width: 1178px){
	.after__dubble::before {
		right: 44rem;
	}
	.after__dubble::after {
		left: 44rem;
	}
}

@media(max-width: 1139px){
	.after__dubble::before, .after__dubble_dark:before {
		right: 35rem;
	}
	.after__dubble::after, .after__dubble_dark:after {
		left: 35rem;
	}
}

@media(max-width: 952px){
	.after__dubble::before, .after__dubble_dark:before{
		right: 30rem;
	}
	.after__dubble::after,  .after__dubble_dark:after {
		left: 30rem;
	}
}

@media(max-width: 570px){
	.after__dubble::before, .after__dubble_dark:before  {
		right: 20rem;
	}
	.after__dubble::after, .after__dubble_dark:after {
		left: 20rem;
	}
	.team_item_back{
		padding: 0px;
	}
	
}

@media(max-width: 410px){
	.after__dubble::before, .after__dubble_dark:before  {
		right: 14rem;
	}
	.after__dubble::after, .after__dubble_dark:after  {
		left: 14rem;
	}
	
	.team_item_back ul li {
    	font-size: 11px;
    	margin-bottom: 6px;
	}
}


/**/
#hero_parent_page{
	width: 100%;
	min-height: 450px;
	background: var(--brand_color);
}

.breadcrumb{
	display: flex;
	gap: 10px;
	color: #fff;
}

.breadcrumb a{
	color: var(--grey_color);
	opacity: .8;
}

/*brand*/
.brand__wrapper {
    border-radius: 18px;
    position: relative;
    min-height: 277px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #fff;
	border: 1px solid #80949D;
}

.brand__wrapper .btn_default_more, .btn_default_more span.icon_more_btn {
    border-top-right-radius: 0px !important;
    border-bottom-right-radius: 17px !important;
}

.btn_more__brand{
	border-radius: 0px !important;
    padding: 6px;
	transition: color 0.4s;
	
}
.btn_more__brand:hover{
	color: var(--main_color);
	transition: 0.4s;
}

a.btn_more__brand.btn_more__brand_fill {
    background: var(--main_color);
    color: #fff;
}
a.btn_more__brand.btn_more__brand_fill:hover{
	color: #fff;
}



.btn_default_more.btn_more__brand span:first-child{
	width: 0px;
	padding: 0px;
    transition: 0.4s;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.btn_default_more.btn_more__brand:hover span:first-child{
	width: 6.4rem;
	transition: 0.4s;
}

.brand_wrap__logo img{
	width: 240px;
	height: auto;
}




.flip-card {
    perspective: 1000px;
}

.flip-card-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    text-align: center;
    transform-style: preserve-3d;
    transition: transform 0.6s;
	
}

.flip-card-btn {
    position: absolute;
    z-index: 999;
    width: 40px;
    top: 9px;
    right: 18px;
	cursor: pointer;
}


.flip-path {
    fill: none;
    stroke: #ffffff;
    stroke-width: 2;
    stroke-dasharray: 300; /* Adjust based on the total path length */
    stroke-dashoffset: 300;
    transition: stroke-dashoffset 0.8s ease, fill 0.5s ease;
}

.flip-card-btn.active .flip-path {
    stroke-dashoffset: 0;
    fill: rgba(255, 255, 255, 0.2);
}

.back_card_wrapper {
    width: 100%;
    height: 100%;
    display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
}
.back_card_wrapper h2 {
    font-size: 20px !important;
}
.back_card_wrapper div {
    font-size: 12px;
    text-align: left;
	height: 280px;
    overflow-y: auto;
	padding-right: 6px;
}
.back_card_wrapper div p{
    margin-bottom: 0px;
	text-align: start;
}

.back_card_wrapper div::-webkit-scrollbar {
  width: 0.3em;
}
 
.back_card_wrapper div::-webkit-scrollbar-track {
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
 
.back_card_wrapper div::-webkit-scrollbar-thumb {
  background-color: darkgrey;
  outline: 1px solid slategrey;
}



.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}
.flip-card-front, .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
	border: 1px solid var(--brand_color);
	 border-radius: 18px;
    
    min-height: 277px;
}

.flip-card-front {
    background-color: #fff;
}

.flip-card-back {
    background-color: #f8f9fa;
    transform: rotateY(180deg);
}





.pagination-list{
	gap: 15px;
}


.pagination-list{
	gap: 15px;
}
.pagination-item{
	list-style: none;
}
.pagination-item .page-link{
	width: 36px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	background: var(--brand_color);
}


.pagination-item.active .page-link{
	background: var(--main_color);
}




/**/

.brand_more__link.product_view_more_btn {
    background: var(--brand_color);
    width: 100%;
    justify-content: space-between !important;
    border-bottom-left-radius: 16px;
    border-bottom-right-radius: 16px;
    align-items: center !important;
    padding-left: 17px;
    height: 67px;
}
.brand_more__link.product_view_more_btn > a:first-child{
    display: flex;
    flex-direction: column;
}
.brand_more__link.product_view_more_btn > a:first-child span:first-child{
    font-size: 18px;
    font-weight: 700;
}


.brand_more__link.product_view_more_btn .btn_default_more {
    background: var(--grey_color);
    display: inline-flex;
    border-top-right-radius: 8px;
    height: 100%;
    align-items: center;
    background: var(--main_color) !important;
}

/**/



.header__brand_logo{
    opacity: 0.5;
}

.swiper-container {
	width: 100%;
	height: 100%;
}

.slider__flex {
	display: flex;
	align-items: flex-start;
}

.slider__col {
	display: flex;
	flex-direction: column;
	width: 220px;
	margin-right: 32px;
}



.slider__prev,
.slider__next {
	cursor: pointer;
	text-align: center;
	font-size: 14px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
    width: 100%;
    border-radius: 7px;
    background: var(--main_color);
}

.slider__flex .swiper-button-disabled{
     background:#C7C6C5 !important;
}

.slider__images .slider__image {
    display: flex;
    justify-content: center;
    align-items: center;
}
.slider__images .slider__image img{
    height: auto !important;
}


.slider__flex .swiper-slide.swiper-slide-thumb-active .slider__image {
    opacity: 1;
    filter: none !important;
}

.slider__prev img, .slider__next img {
    width: 15px;
    transform: rotate(90deg);
}

 .slider__next  {
    top: -29px;
    z-index: 7;
    position: relative;
}


 .slider__next img {
    transform: rotate(-90deg);
}

.slider__prev:focus,
.slider__next:focus {
	outline: none;
}

.slider__thumbs {
	height: calc(600px - 96px);
}

.slider__thumbs .swiper-slide{
    margin-bottom: 0px !important;
}

.slider__thumbs img, .slider__thumbs .slider__image {
    width: 140px !important;
    height: 140px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}


.slider__thumbs .slider__image {
	transition: 0.25s;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: 0.5;
     border-radius: 5px;
}

.slider__thumbs .slider__image:hover {
	opacity: 1;
     border-radius: 5px;
}

.slider__thumbs .swiper-slide-thumb-active .slider__image {
	-webkit-filter: grayscale(0%);
	filter: grayscale(0%);
	opacity: 1;
    border-radius: 5px;
}

.slider__images {
	height: 577px;
}

.slider__images .slider__image img {
	transition: 3s;
     border-radius: 5px;
}

.slider__images .slider__image:hover img {
	transform: scale(1.1);
     border-radius: 5px;
}

.slider__image {
	width: 100%;
	height: 100%;
	border-radius: 30px;
	overflow: hidden;
}

.slider__image img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}



/*partner single*/

.video_wrapper{
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 291px;
    position: relative;
}

.video_wrapper:after {
    width: 100%;
    height: 100%;
    content: '';
    position: absolute;
    top: 0px;
    background: #1b479a;
    opacity: 0.6;
}



.play_video_icon{
    cursor: pointer;
    position: relative;
    z-index: 3;
}



/* job */

.job_wrapper_item {
    padding: 50px 30px;
    background: var(--grey_color);
    border-radius: 16px;
}

.vacancies_single_hero{
    position: relative;
    z-index: 5;
}

#vacancies_single .has_circle:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 3.25em;
    height: 3.25em;
    border: .8333333333em solid #EBEBEB;
    border-radius: 50%;
    background-color: transparent;
    -webkit-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    z-index: -1;
    z-index: 4;
    top: -100px;
    left: -30px;
}

/* blog  */

.content__main h2 {
    font-size: 25px;
    color: var(--dark_color);
}
.content__main h3 {
    font-size: 20px;
    color: var(--dark_color);
}

.form-control{
    padding: 10px 22px;
    border-radius: 26px;
    border: 1px solid var(--brand_color);
    outline: none !important;
    box-shadow: none !important;

}

.form-control::placeholder {
  opacity: 0.5;
  color: var(--brand_color);
}


.wpcf7-not-valid-tip{
    display: none;
}

.wpcf7-not-valid{
    border: 1px solid #e74c3c;
}

.modal-header{
    border: none !important;
}

.modal-header {
    padding-left: 50px;
}

.modal-body{
    padding: 50px;
        padding-top: 16px;
}

.modal-content {
    border-radius: 36px;
    background: #F3F3F3;
}

.modal-header .btn-close {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3E%3Cpath d='M3 3a1 1 0 0 1 1.414 0L8 6.586 11.586 3a1 1 0 1 1 1.414 1.414L9.414 8l3.586 3.586a1 1 0 0 1-1.414 1.414L8 9.414 4.414 13a1 1 0 0 1-1.414-1.414L6.586 8 3 4.414A1 1 0 0 1 3 3z'/%3E%3C/svg%3E") no-repeat center center;
    background-color: var(--main_color);
    background-size: 24px 24px; /* Size of the x */
    color: #fff !important;
    opacity: 1 !important;
    border-radius: 0px !important;
    border-top-right-radius: 36px !important;
    position: relative;
    top: -10.2px;
    right: -9px;
    width: 40px;
    height: 32px;
    background-position: center center;
    background-repeat: no-repeat;

}


.cv_btn {
    width: 100%;
    height: 50px;
    background: var(--brand_color);
    border-radius: 10px;
    position: relative;
}

.title_cv {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    font-weight: 700;
    text-transform: uppercase;
}



.cv_btn span, .cv_btn span input {
     opacity: 0; 
    width: 100%;
    height: 100%;
        position: absolute;
    top: 0px;
}











footer{
	background: var(--brand_color);
}


.footer_menu_wrap{
	display: flex; 
	flex-direction: column;
	gap: 26px;
}

.footer_menu_wrap li a{
	color: #fff;
	font-size: 18px;
	font-weight: 600;
}

.vacancy_form_wrap .col-md-6{
	width: 100% !important;
}