.services__header {
  width: 100%;
  display: flex;
  flex-direction: column;
  padding: 40px 0 100px 0;
  border-bottom: 1px solid #d2d2d2;
}

.services .breadcrumbs {
  margin-bottom: 24px;
}
.breadcrumbs a {
  color: rgba(6, 30, 33, 0.3);
}

.services__header--text {
  display: flex;
  justify-content: space-between;
}

.services__title {
  font-size: 80px;
}

.services__descr {
  font-size: 16px;
  line-height: 20px;
  opacity: 0.5;
  max-width: 511px;
}
.services__wrapper {
  display: flex;
  align-items: start;
  gap: 96px;
  padding: 48px 0 214px;
}
.services-main {
  width: 100%;
}
/*** Services Navigation ***/
.services__navigation {
  display: flex;
  flex-direction: column;
  padding: 60px;
  border-radius: 24px;
  border: 1px solid#D2D2D2;
  max-width: 370px;
  width: 100%;
  position: sticky;
  top: 110px;
}

.services__navigation--list {
  display: flex;
  flex-direction: column;
  gap: 28px;
}
.services__navigation--item {
  position: relative;
}
.services__navigation--item.active::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #f04a3d;
  left: -24px;
  top: 8px;
}

.services__navigation--item a {
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
  letter-spacing: -0.24px;
  display: flex;
  gap: 16px;
  align-items: flex-start;
}
.services__navigation--item a span {
  color: rgba(6, 30, 33, 0.3);
  white-space: nowrap;
}

.services__navigation--btn {
  margin-top: 52px;
  position: relative;
  font-size: 24px;
  display: flex;
  align-items: center;
  gap: 24px;
}
.services__navigation--btn span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  border-radius: 100%;
  border: 2px solid rgba(0, 87, 97, 0.3);
}

/*** Mandamus ***/

.services-mandamus {
  display: flex;
  justify-content: space-between;
  margin-bottom: 150px;
}
.services-mandamus__descr {
  width: 50%;
}
.services-mandamus__descr .pretitle {
  margin-bottom: 24px;
}
.services-mandamus__descr h2 {
  margin-bottom: 32px;
}
.services-mandamus__descr--text {
  font-size: 16px;
  margin-bottom: 24px;
}
.green {
  color: #005761;
}
.services-mandamus__descr--text.green {
  margin-bottom: 48px;
}
.services-mandamus__img {
  width: 43%;
}
.services-mandamus__img img {
  border-radius: 24px;
  height: 100%;
  overflow: hidden;
}
.services-mandamus__descr--img-mob {
  display: none;
}
/*** One step ***/

.services-step {
  display: flex;
  gap: 75px;
  border-radius: 24px;
  background: #005761 no-repeat center center / cover;
}
.services-one-step {
  padding: 90px 55px;
  background-image: url("/wp-content/uploads/2023/11/one-step-bg.png");
  margin-bottom: 50px;
}
.services-step-left {
  border-left: 1px solid rgba(255, 255, 255, 0.24);
}
.services-step-left__num {
  padding: 16px 38px 15px 28px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.24);
  color: #fff;
}
.services-step-left__num span {
  font-size: 56px;
  letter-spacing: -0.728px;
  line-height: 1;
  font-weight: 400;
  display: block;
  margin-bottom: 3px;
}
.services-step-left__num p {
  font-size: 16px;
  letter-spacing: -0.208px;
  line-height: 1.04;
  font-weight: 500;
}
.services-one-step__wrapper h2 {
  margin-bottom: 32px;
}
.steps_text{
  margin-top:20px;
  margin-bottom:20px;
}
.services-one-step__text {
  display: block!important;
  margin-bottom: 48px;
}
.services-one-step__text p {
  font-size: 16px;
  line-height: 1.25;
}
/*** Two step ***/
.services-two-step {
  background-image: url("/wp-content/uploads/2023/11/two-step-bg.png");
  padding: 90px 57px;
  margin-bottom: 50px;
}
.services-two-step__wrapper {
  width: 100%;
}
.services-two-step__top {
 
  align-items: start;
  justify-content: space-between;
  margin-bottom: 60px;
}
.services-two-step__top h2 span {
  display: block;
}
.services-two-step__top h2 span::first-letter {
  color: #f04a3d;
}
.services-two-step__top-text {
  font-size: 16px;
  width:100%;
  line-height: 1.25;
  margin-top: 10px;
}

.services-two-step__stage {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 40px;
}
.services-two-step__stage:last-child {
  margin-bottom: 0;
}
.services-two-step__stage h3 {
  color: #fff;
}
.services-two-step__stage-text p {
  font-size: 16px;
  line-height: 1.25;
  margin-bottom: 16px;
}
.services-two-step__btn {
  padding: 20px 117px;
  border-radius: 16px;
  grid-column: 2/3;
}
/*** Three step ***/
.services-three-step {
  padding: 90px 45px 90px 57px;
  background-image: url("/wp-content/uploads/2023/11/three-step-bg.png");
  margin-bottom: 150px;
}
.services-three-step__wrapper {
  width: 100%;
}
.services-three-step__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 50px;
}
.services-three-step__top .btn-more {
  color: #fff;
}
.services-three-step__top .btn-more span {
  background-color: #fff;
}
.services-three-step__list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services-three-step__item {
  display: flex;
  border-radius: 16px;
  background: #e6f7f9;
  padding: 50px 53px 48px 80px;
  position: relative;
}
.services-three-step__title {
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.services-three-step__title-img-mob {
  display: none;
}
.services-three-step__btn {
  display: none;
}
.services-three-step__title img {
  position: absolute;
  left: 0;
  bottom: 0;
}
.services-three-step__descr {
  width: 40%;
    font-size: 16px;
    font-weight: 800;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #f04a3d;

}

.services-three-step__descr p {
  font-size: 16px;
  line-height: 1.25;
}
.services-three-step__descr a {
  font-weight: 600;
  font-size: 18px;
  text-decoration: underline;
  line-height: 1;
  letter-spacing: -0.18px;
}
/*** Project ***/
.services-projects {
  margin-bottom: 150px;
}
.services-projects__list {
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.services-projects__item {
  display: flex;
  min-height: 400px;
  border-radius: 16px;
  background: #f3fafc;
  align-items: center;
  overflow: hidden;
}
.services-projects__img-desc {
  width: 434px;
  height: 100%;
  min-height: 400px;
}
.services-projects__descr {
  padding: 0 76px;
}
.services-projects__descr h3 {
  margin-bottom: 20px;
}
.services-projects__descr p {
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 1.25;
}
.services-projects__descr a {
  font-size: 18px;
  font-weight: 600;
  text-decoration: underline;
  letter-spacing: -0.18px;
  line-height: 1;
}
.services-projects__img-mob {
  display: none;
}
.services-projects__descr a {
  display: none;
}
.service_anchor {
  padding-top: 140px;
  margin-top: -140px;
}


		.visa-link{
	  position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}

@media (max-width: 600px) {
	.E–2 p{
		width:80%;
	}
	
	}
.post-thumbnail img {
	max-width:180px;
	margin-top:20px;
	margin-bottom:20px;
}

.webinar-block__offer a{
	display:none;
}
#word{
	min-height:70px;
}
@media (min-width: 1600px) {
	#word{
		min-height:105px;
	}
}
@media (min-width: 500px) and (max-width: 1350px) {
    .post h1 {
			font-size:40px!important;
	}
}
.banner_post img{
	max-height:60vh!important;
	height:unset!important;
}
.comment_post{
	display:none;
}
#brave_popup_2319__step__0 #brave_element--O1bhUYB6AjpbPSUjFKx{
	background:white;
}
#brave_popup_2319__step__0 #brave_element--O1bfx3ONQ5r1xhvIGOc{
	background:white;
}
#brave_popup_2319__step__0 #brave_element--O1bhUYB6AjpbPSUjFKx{
	left:10.3px!important;
}

#attorney_advertising a{
	opacity:0.4;
}
@media (max-width: 1300px) {
.ico_soc a svg{
	width:54px;
	height:54px;
}
}


.select2-container--default .select2-search--inline .select2-search__field{
	width:unset!important;
}
#livestorm_registration_form .wpcf7-not-valid-tip {
    display: block !important;
}

.rc-anchor-normal .rc-anchor-content{
	width:210px!important;
}
.mass-media__item:hover{
	cursor:pointer;
}
.services__navigation-fixed {
  max-width: 350px;
  position: fixed;
  top: 129px;
  width: 100%;
  z-index: 1000;
  background-color: white; /* Adjust as needed */
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Optional for better visibility */
}
.services__wrapper-steps{
	width:371px;
}
.services__navigation--item-span{
 font-size:16px;
}
.everything-p{
	font-size:16px;
	font-weight:bold;
	margin-bottom:10px;
}

.services_more-button{
	    display: flex
;
    align-items: center;
    justify-content: center;
    width: fit-content;
    padding: 10px 30px;
    background-color: #f04a3d;
    border-radius: 8px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    letter-spacing: -0.18px;
    border-radius: 80px;
    font-weight: 500;
}
.offerss{
    font-size: 30px;
	opacity:0.6
}
.offerz{
	opacity:0.5;
	font-size:21px;
}

.services__navigation-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1000;
}

.services__wrapper {
    position: relative; 
}
.redSpan{
	  display: inline-block;
    line-height: .6;
    font-size: 52px;
    transform: translateY(-6px);
    vertical-align: middle;
    color: red;
}
.tooltipSpan {
  position: relative;
  cursor: pointer;
  text-decoration: none;
}

.arrow {
  display: inline-block;
  margin-left: 4px;
  color:rgb(8,92,102);
  transition: transform 0.3s ease;
  font-weight: bold;
}

.tooltipSpan:hover .arrow {
  transform: rotate(90deg);
}

.tooltipSpan::after {
  content: attr(data-tooltip);
  position: absolute;
  left: 0;
  top: 100%;
  min-width: 501px;
  max-width: 600px;
  padding: 12px 16px;
  background: rgba(43, 185, 175, 0.95);
  color: white;
  border-radius: 8px;
  font-size: 14px;
  line-height: 1.5;
  z-index: 1000;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  transform: translateY(10px);
}

.tooltipSpan:hover::after {
  opacity: 1;
  visibility: visible;
  transform: translateY(5px);
}
.services-three-step__item .services-three-step__title {
    min-width: 0 !important;
}