.banner_1_wrap__btn a, .banner_2_wrap__btn a, .banner_3_wrap__btn a, .banner_4_wrap__btn a {
    height: 38px;
}
.banner_3_wrap__title {
    width: 320px;
}
.banner_3_wrap__img_2 {
    margin-right: 40px;
}
.useful-input label {
    min-width: 150px;
    text-align: right;
}
.sent_wrap__icon {
	text-align: center;
	margin: 30px auto;
}
@media only screen and (max-width: 767px) {
	.sent_wrap__icon {
		display: none;
	}
	.sent_wrap__text {
		text-align: center;
	}
}
.single__content p {
	margin: 20px 0;
}
.single__content img {
	margin: 30px 0;
}


/*.wpml-ls-item-uk {
	display: none!important;
}*/

/*2023*/

body .consultation form input[type="tel"] {
	width: 100%!important;
}

.footer-socials {
	position: fixed;
	right: 30px;
	bottom: 10%;
	z-index: 10;
}

.footer-socials .show-btn {
	background: #3e5af5;
	padding: 30px;
	border-radius: 8px;
}


.footer-socials .sm-container {
  text-align: center;
}

.footer-socials .sm-container i {
  color: #f5f6fa;
  padding: 20px;
  font-size: 20px;
  cursor: pointer;
  transition: 0.4s;
}

.footer-socials .sm-container i:hover {
  transform: scale(1.2);
}

.footer-socials .sm-menu {
  background-color: #3e5af5;
  position: absolute;
  bottom: 80px;
  border-radius: 8px;
  visibility: hidden;
  opacity: 0;
  transition: .3s;
}

.footer-socials .sm-menu.active {
  visibility: visible;
  opacity: 1;
}

.footer-socials .sm-menu::before {
 content: '';
  width: 10px;
  height: 10px;
  background: #3e5af5;
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%) rotate(45deg);
}

@media only screen and (max-width: 768px) {
  	body .footer-socials {
		right: 15px;
		bottom: 5%;
	}

	body .footer-socials .show-btn {
		padding: 20px;
	}
}

