@font-face {
  font-family: 'Inter';
  src: local('Inter'), local('Inter-Regular'),
      url('../fonts/Inter-Regular.woff2') format('woff2'),
      url('../fonts/Inter-Regular.woff') format('woff'),
      url('../fonts/Inter-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter Medium'), local('Inter-Medium'),
      url('../fonts/Inter-Medium.woff2') format('woff2'),
      url('../fonts/Inter-Medium.woff') format('woff'),
      url('../fonts/Inter-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: local('Inter'), local('Inter-Bold'),
      url('../fonts/Inter-Bold.woff2') format('woff2'),
      url('../fonts/Inter-Bold.woff') format('woff'),
      url('../fonts/Inter-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Inter';
  src: url('../fonts/Inter-SemiBold.eot');
  src: local('Inter Semi Bold'), local('Inter-SemiBold'),
      url('../fonts/Inter-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Inter-SemiBold.woff2') format('woff2'),
      url('../fonts/Inter-SemiBold.woff') format('woff'),
      url('../fonts/Inter-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
}

*{
  font-family: 'Inter', sans-serif;
  box-sizing: border-box;
}

html, body, p, ul, li, h1, h2, h3{
  margin: 0;
  padding: 0;
}

html,
body {
  margin: 0;
  padding: 0;
}
.container{
  max-width: 1200px;
  margin: 0 auto;
}
.hidden {
  overflow: hidden !important;

}
.input-hidden{
	display: none !important;
}
.header-hidden {
  position: fixed !important;
  top: -108px !important;
  z-index: 5;
  transition: all .3s ease-in-out;
}
.fixed {
  position: fixed !important;
  background-image: url(../img/bg-first-screen.jpg);
  background-size: cover;
  top: 0 !important;
  z-index: 5;
  transition: all .3s ease-in-out;
}
.why-choose-section-title {
	margin-bottom: 32px;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 500;
    color: #323036;
}
/*Header*/

.site-header{
  padding: 15px 0 25px;
  position: absolute;
  width: 100%;
}
.header-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;

}
.custom-logo{
  height: 62px;
  width: auto;
}
.main-navigation ul{
  display: flex;
  align-items: center;
  list-style-type: none;
  color: #000;
}
.mobile-menu{
  display: none;
}
.main-navigation li:not(:last-child){
  margin-right: 96px;
}
.main-navigation a{
  line-height: 19px;
  text-transform: uppercase;
  font-weight: 500;
  text-decoration: none;
  color: #000;
}
.adress-text{
  font-weight: 500;
  line-height: 19px;
  text-transform: uppercase;
  color: #000;
  position: relative;
}

.adress-text:before,
.footer-adress-name:before{
  content: '';
  display: block;
  width: 26px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -31px;
  top: calc(50% - 13px);
}
.adress-text:before{
  width: 21px;
  background-image: url(../img/adress-black.svg);
}
.footer-adress-name:before{
  background-image: url(../img/adress.svg);
}
.phone a{
  font-weight: 700;
  line-height: 20px;
  text-transform: uppercase;
  color: #F2743E;
  text-decoration: none;
  position: relative;
}
.phone a:before,
.footer-phone-name:before{
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -22px;
  top: calc(50% - 11px);
}
.footer-phone-name:before{
  background-image: url(../img/phone.svg);
  left: -31px;
}
.phone a:before{
  background-image: url(../img/phone-red.svg);
}
/*First screen*/
.first-screen {
  padding-top: 108px;
  margin-bottom: 60px;
  background-image: url(../img/bg-first-screen.jpg);
  background-size: cover;
}
.first-screen-img-wrap {
  position: relative;
  top: 0px;
  width: 52%;
	display: flex;
	align-items: flex-end;
}
.first-screen-img-wrap img {
  width: 100%;
}
.first-screen-title{
  font-weight: 500;
  font-size: 52px;
  line-height: 128%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-bottom: 12px;
  color: #323036;
}
.first-screen-accent-text {
  padding: 8px 12px;
  background-color: #6f88ad;
  border-radius: 10px;
  font-size: 24px;
  line-height: 108%;
  color: #fff;
  font-weight: 600;
  text-transform: none;
  letter-spacing: 0;
  display: inline-block;
  margin-bottom: 20px;
}
.first-screen-text{
  font-weight: 400;
  font-size: 18px;
  line-height: 140%;
  color: #323036;
}
.first-screen-inner {
  display: flex;
  justify-content: space-between;
}
.first-screen-content {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	padding-bottom: 40px;
}
.form-wrap {
  margin-top: 20px;
  display: flex;
  align-items: center;
  gap: 12px;
  position: relative;
}
.form-wrap .wpcf7-spinner {
  position: absolute;
  bottom: -28px;
}
.form-wrapper input[type="text"],
.form-wrapper input[type="tel"] {
  border: none;
  height: 56px;
  border-radius: 8px;
  margin-bottom: 12px;
  padding: 16px;
  font-size: 16px;
  line-height: 140%;
  color: #323036;
  width: 100%;
}
.first-screen .form-wrapper {
  width: 520px;
}
.form-policy {
  font-size: 12px;
  line-height: 140%;
  color: #323036;
  max-width: 232px;
  opacity: 0.6;
}
.link-other-site{
  width: 300px;
  height: 60px;
  border: 3px solid #5D54F6;
  font-weight: 700;
  font-size: 18px;
  line-height: 19px;
  color: #000000;
  padding: 17px 0;
  text-align: center;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  margin-bottom: 20px;
}

.phone-btn{
  width: 300px;
  height: 60px;
  text-align: center;
  background-color: #5D54F6;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 20px 0;
  text-decoration: none;
  border-radius: 50px;
  position: relative;
  transition: all .3s ease-in-out;
}
.phone-btn:hover{
  background-color: #73C900;
  transition: all .3s ease-in-out;
}
.phone-btn:before{
  content: '';
  display: block;
  width: 22px;
  height: 22px;
  background-image: url(../img/phone.svg);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 41px;
  top: calc(50% - 11px);
}
.first-screen-img{
  width: 100%;
}
/*Section why choose us*/

.why-choose{
  margin: 60px 0 128px;
}

.section-title {
  text-transform: uppercase;
  color: #323036;
  font-weight: 500;
  font-size: 48px;
  line-height: 128%;
  letter-spacing: 0.02em;
  margin-bottom: 32px;
}
.why-choose-inner{
  display: flex;
	align-items: flex-start;
  gap: 20px;
  justify-content: space-between;
}


.why-choose-item {
  background-color: #F4F7F8;
  border-radius: 12px;
  padding: 24px 10px;
  width: 25%;
}
.why-choose-img-wrapper{
  width: 68px;
  height: 68px;
  margin: 0 auto 12px;
}
.why-choose-img{
  flex-basis: 100px;
}

.why-choose-title{
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0.04em;
  text-align: center;
  text-transform: uppercase;
  color: #323036;
  margin-bottom: 24px;
}
.why-choose-text{
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #323036;
  margin-bottom: 24px;
}
.why-choose-item-btn-wrap {
	display: flex;
}
.why-choose-item-btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 60px;
	text-decoration: none;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 25px;
	background-color: #F2743E;
	border-radius: 50px;
}
.why-choose-item-wrap {
	display: none;
}
.services {
  margin: 128px 0;
}
.services-inner{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
}
.service-img{
  max-width: 591px;
  height: auto;
}
.service-img:nth-child(3),
.service-img:nth-child(6){
  margin-right: 0;
}
/*First-form section*/

.first-form-inner{
  border: 6px solid #E78739;
  padding: 60px 33px 60px 40px;
}
.form-title{
  font-size: 30px;
  line-height: 45px;
  text-align: center;
  color: #5D54F6;
  margin-bottom: 76px;
  font-weight: 700;
  text-transform: uppercase;
}
.form-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.form-inner input[type="text"],
.form-inner input[type="tel"]{
  border: none;
  border-bottom: 1px solid #777;
  padding: 22px 6px;
  font-size: 20px;
  width: 380px;

}
.first-form-btn{
  border: none;
  background-color: #F2743E;
  color: #fff;
  width: 276px;
  height: 60px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  cursor: pointer;
  transition: all .3s ease-in-out;
}
.first-form-btn:hover{
  background-color: #CE6538;
  transition: all .3s ease-in-out;
}
.form-inner .wpcf7-spinner{
  margin-top: 30px;
  margin-left: calc(50% - 45px);
}

/*Price section*/
.price {
  margin: 128px 0 0;
  padding: 64px 0;
}
.price-inner {
  display: flex;
  align-items: center;
  gap: 47px;
}
.price-content {
  max-width: 462px;
}
.price-form {
  width: 691px;
  background-color: #fff;
  border-radius: 12px;
  padding: 40px 28px;
}
.price-title {
  font-size: 48px;
  line-height: 128%;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.price-text {
  font-size: 18px;
  line-height: 120%;
  color: #fff;
  font-weight: 500;
}
.price-form-title {
  font-size: 28px;
  font-weight: 500;
  line-height: 128%;
  letter-spacing: 0.02em;
  color: #323036;
  margin-bottom: 20px;
  text-transform: uppercase;
}
.price-form-text {
  font-size: 18px;
  line-height: 120%;
  color: #323036;
  margin-bottom: 40px;
}
.price-form form>p {
  display: flex;
  gap: 12px;
}
.price-form .form-wrapper input[type="text"], 
.price-form .form-wrapper input[type="tel"] {
  border: 1px solid #ECECEC;
}
.photo-med-center {
  margin: 128px 0;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next{
  border: none;
  background-color: #E78739;
  border-radius: 50%;
  width: 48px;
  height: 48px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: calc(50% - 24px);
  z-index: 99;

}
.owl-carousel .owl-nav button.owl-prev{
  background-image: url(../img/arrow-left.svg);
  left: 22px;
}
.owl-carousel .owl-nav button.owl-next{
  background-image: url(../img/arrow-right.svg);
  right: 22px;
}
.photo-med-center .item {
  padding: 0 10px;
}
.owl-carousel .owl-item img {
 border-radius: 12px;
  
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot.active span,
#customers-testimonials.owl-carousel .owl-dots .owl-dot:hover span {
  background: #F2743E;
}
#customers-testimonials.owl-carousel .owl-dots{
display: inline-block;
width: 100%;
text-align: center;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot{
display: inline-block;
}
#customers-testimonials.owl-carousel .owl-dots .owl-dot span {
  background: #d9d9d9;
  display: inline-block;
  height: 7px;
  margin: 0 5px 0px;
  transition: all 250ms ease-out 0s;
  width:7px;
  border-radius: 50%;
}



/*Footer*/

.site-footer{
  background-color: #323036;
  padding: 64px 0;
}
.footer-inner{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.footer-mail{
  color: #fff;
  text-decoration: none;
  font-weight: 500;
  font-size: 28px;
  line-height: 36px;
}
.footer-adress-name,
.footer-phone-name{
  font-weight: 400;
  font-size: 16px;
  line-height: 18px;
  color: #FFFFFF;
  position: relative;
  margin-bottom: 7px;
}
.footer-adress-text,
.footer-phone-link{
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  color: #FFFFFF;
  text-decoration: none;
}
.footer-btn {
  border-radius: 50px;
  display: block;
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  text-decoration: none;
  padding: 17px 56px 17px 28px;
  position: relative;
  background-color: #F2743E;
  transition: all .3s ease-in-out;
}
.footer-btn:hover {
  background-color: #CE6538;
  transition: all .3s ease-in-out;
}
.footer-btn:after,
.thank-you-link:after{
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  background-image: url(../img/foot-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 5px);
    right: 27px;
}

/*Page 404*/

.error-404{
  padding: 152px 0 200px;
  background-image: url('../img/Group\ 172.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}
.sub-title-error-page{
  font-size: 80px;
  line-height: 90px;
  color: #FFFFFF;
  text-align: center;
}
.title-error-page{
  font-weight: 600;
  font-size: 220px;
  line-height: 249px;
  color: #FFFFFF;
  text-align: center;
}
.text-error-page{
  font-weight: 600;
  font-size: 30px;
  line-height: 34px;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 50px;
}
.link-error-page{
  background-color: #00B0F3;
  color: #fff;
  width: 300px;
  height: 60px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  display: block;
  padding: 18px 0;
  text-align: center;
  text-decoration: none;
  margin: 0 auto;
}

.thank-you{
  background-size: cover;
  padding: 0 40px;
  display: flex;
  align-items: center;
  height: 100vh;
}
.thank-you-container {
  background-image: url(../img/bg-first-screen.jpg);
  background-size: cover;
  height: 682px;
  width: 100%;
  border-radius: 12px;
}
.thank-you-inner {
  display: flex;
  align-items: center;
}
.thank-you-title{
  font-size: 48px;
  line-height: 128%;
  font-weight: 500;
  color: #323036;
  text-transform: uppercase;
  margin-bottom: 24px;
}
.thank-you-text{
  font-size: 24px;
  line-height: 120%;
  color: #323036;
  margin-bottom: 40px;
}
.thank-you-link {
  font-weight: 700;
  font-size: 18px;
  line-height: 140%;
  color: #FFFFFF;
  background-color: #F2743E;
  border-radius: 50px;
  text-decoration: none;
  padding: 17px 56px 17px 28px;
  transition: all .3s ease-in-out;
}
.thank-you-link span {
  position: relative;
}
.thank-you-link span:after {
  content: '';
  display: block;
  width: 15px;
  height: 12px;
  background-image: url(../img/foot-arrow.svg);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 5px);
  right: -27px;
}
.thank-you-link:hover {
  transition: all .3s ease-in-out;
  background-color: #CE6538;

}
.thank-you-link:after{
  right: 28px;
}


.shadow-effect {
  background: #fff;
  padding: 20px;
  border-radius: 4px;
  text-align: center;
border:1px solid #ECECEC;
  box-shadow: 0 19px 38px rgba(0,0,0,0.10), 0 15px 12px rgba(0,0,0,0.02);
}
.mob-phone-link{
  display: none;
}
.footer-phone-link{
  display: block;	
}


.buttons-bar{
	display: none;
}
.popup-doctor{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #BED8E9;
	z-index: 2;
	width: 24px;
	transform: translatex(267px);
	transition: all .3s ease-in-out;
}
.popup-doctor-active{
	transform: translatex(0);
	transition: all .3s ease-in-out;
}
.popup-doctor-img{
	position: absolute;
	top: calc(50% - 113px);
	right: 0;
}
.popup-doctor-form{
	position: absolute;
	top: calc(50% - 270px);
	right: 40px;
	background-color: #fff;
	border-radius: 12px;
	padding: 20px 12px;	
	width: 240px;
}
.popup-doctor-title{
	color: #243B53;
	text-align: center;
	font-size: 14px;
	font-weight: 700;
	line-height: 128%;
	margin-bottom: 16px;
}
.popup-doctor-btn-wrap{
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-doctor-btn-true{
	color: #FFF;
	font-size: 14px;
	font-weight: 700;
	line-height: 160%; 
	background-color: #5D54F6;
	padding: 9px 20px;
	border-radius: 50px;
	margin-right: 8px;
	text-decoration: none;
}
.popup-doctor-btn-false{
	color: #00AAF8;
	font-size: 14px;
	font-weight: 700;
	line-height: 120%;
	border-radius: 50px;
	border: 1px solid #00AAF8;
	padding: 9px 20px;
	text-decoration: none;
}
.popup-doctor-form>svg{
	position: absolute;
	bottom: -18px;
	right: 25px;
}
.popup-doctor-plus{
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	background-color: #00AFFF;
	border-radius: 50%;
	left: -11px;
	top: -11px;
	cursor: pointer;
}
.popup-doctor-bg{
	position: fixed;
	background-color: rgba(0,0,0, .5);
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 2;
	display: none;
}
.mob-call-popup{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0, .5);
	z-index: 3;
	display: none;	
}
.mob-call-popup-wrap{
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mob-call-contact{
	background-color: #fff;
	width: 290px;
	padding: 14px 0 50px;
	border-radius: 15px;
	position: relative;
 }
.call-close{
	position: absolute;
    right: 10px;
    top: 10px;
    font-size: 12px;
    line-height: 16px;
    padding-right: 12px;
}

.mob-call-title{
	margin-top: 31px;
	color: #243B53;
	text-align: center;
	font-size: 20px;
	font-weight: 700;
	line-height: 120%;
	text-transform: uppercase;
	margin-bottom: 24px; 
}
.mob-call-title span{
	color: #FF9800;
}
.mob-call-phones{
	margin-bottom: 24x;
}
.mob-call-phones a{
	text-decoration: none;
	color: #00AFFF;
	font-size: 18px;
	font-weight: 600;
	line-height: 120%;
	display: block;
	width: 225px;
	margin: 0 auto 16px;
	padding-left: 35px;
	position: relative;
}
.mob-call-phones a::before{
	content:"";
	display: block;
	width: 24px;
	height: 24px;
	background-image: url(../img/contact-phone.svg);
	background-size: cover;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
}
.mob-call-mes-note{
	text-align: center;
	font-size: 14px;
	line-height: 120%;
	margin-bottom: 13px;
}
.mob-call-mes-wrap{
	display: flex;
	justify-content: center;
}
.mob-call-mes-wrap a{
	height: 36px;
	width: 54px;
	text-align: center;
}
.mob-call-mes-wrap a:first-child{
	border-radius: 10px;
	border: 2px solid #853EF7;
	margin-right: 16px;
}
.mob-call-mes-wrap a:last-child{
	border-radius: 10px;
	border: 2px solid #2AABEE; 
}
.mob-call-mes-wrap img{
	width: 30px;
}
.mob-call-btn{
	padding: 18px 32px;

}
.wpcf7-response-output {
	position: absolute;
    bottom: 52px;
    font-size: 14px;
}
.mob-call-btn{
	width: 272px;
	height: 58px;
	border-radius: 100px;
	background: #00AFFF;
	color: #FFF;
	font-size: 14px;
	text-align: center;
	font-weight: 700;
	line-height: 160%;
	display: block;
	text-decoration: none;
	margin: 0 auto;
	margin-top: 35px;
}
.call-close::after{
    content: '';
    display: block;
    position: absolute;
    width: 8px;
    height: 8px;
    background-image: url(../img/close-menu.svg);
    background-repeat: no-repeat;
    background-size: cover;
    top: 5px;
    right: 0;
}
/*Calculator*/

.popup{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0,0,0, .5);
    z-index: 9;
	display: none;
}
.popup-form {
	position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 640px;
    height: 470px;
	background-color: #fff;
	border-radius: 12px;
	padding: 40px 48px;
	
}
.popup-form input[type="text"],
.popup-form input[type="tel"] {
	background-color: #F4F7F8;
}
.popup-close {
	position: absolute;
	top: 8px;
	right: 9px;
	width: 48px;
	height: 48px;
}
.popup-form-title {
	font-size: 32px;
	line-height: 41px;
	font-weight: 500;
	text-transform: uppercase;
	color: #323036;
	letter-spacing: 0.02em;
}
.popup-form .form-wrapper {
	padding-bottom: 24px;
	margin-bottom: 24px;
	border-bottom: 1px solid rgba(0, 103, 178, 0.2);
}
.popup-form-footer {
	display: flex;
    align-items: center;
    gap: 12px;
}
.popup-form .socials-wrap {
	display: flex;
    align-items: center;
    gap: 12px;
}
.popup-phone-link {
	font-weight: 600;
	font-size: 20px;
	line-height: 24px;
	color: #F2743E;
	text-decoration: none;
}
.popup-inner{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    position: relative;
}
.popup-wrapper{
    background-color: #00AFFF;
    padding: 25px 25px;
    border-radius: 30px;
    position: absolute;
    width: auto;
    height: auto;
    margin: auto;
    padding: 50px 25px 25px;
}
.popups-btn-wrapper{
    position: fixed;
    bottom: 20px;
    left: 0;
	z-index: 2;
}
.btn-show-calc{
    width: 79px;
    height: 74px;
    background-color: #7EDC00;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0px 15px 15px 0px;
    
}
.btn-show-calc img{
    transform: rotate(-180deg);
    transition: all .3s ease-in-out;
}
.btn-show-calc-active img{
    transform: rotate(0deg);
    transition: all .3s ease-in-out;
}
.quiz-btn{
    display: block;
    width: 289px;
    height: 74px;
    background-color: #7EDC00;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    text-decoration: none;
    text-align: center;
    padding: 23px 0px;
    padding-left: 40px;
    border-radius: 0px 15px 15px 0px;
    margin-bottom: 7px;
    transform: translate(0);
    transition: all .3s ease-in-out;
}
.quiz-btn-hide{
    transform: translate(-100%);
    transition: all .3s ease-in-out;
}
.quiz-btn span{
    position: relative;
}
.quiz-btn span::before{
    content: '';
    display: block;
    width: 31px;
    height: 37px;
    background-image: url(../img/calc-icon.svg);
    background-repeat:no-repeat;
    background-size: cover;
    position: absolute;
    left: -42px;
    top: -7px;
}
.calc-popup{
    background-color: #fff;
    border: 4px solid #E78739;
    border-radius: 15px;
    padding: 48px 20px 28px;
    width: calc(100% - 24px);
    position: relative;
    display: none;
}
.calc-popup label {
	font-weight: 400;
    font-size: 14px;
    line-height: 17px;
	letter-spacing: 0.02em;
	color: #323036;
	text-transform: uppercase;
	margin-bottom: 12px;	
}
.calc-btn-prev,
.result-text{
    display: none;
}
.calc-title{
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
    text-transform: uppercase;
    color: #5D54F6;
    text-align: center;
    margin-bottom: 24px;
}
.quiz-user-phone input[name="usr-name"]{
    margin-bottom: 7px;
}
.quiz-user-city input[type="text"],
.quiz-user-phone input[type="tel"],
.quiz-user-phone input[name="usr-name"]{
    display: block;
    width: 100%;
    height: 44px;
    padding: 0 16px;
    border-radius: 8px;
    border: 1px solid #D2D2D2; 
}
.calc-popup input[type="submit"]{
	display: none;
	width: 140px;
	height: 44px;
	margin: 25px auto 0;
    text-align: center;
    text-decoration: none;
    background-color: #E78739;
    border-radius: 100px;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
    border: none;
	position: relative;
    left: calc(50% - 70px);
}
.quiz-user-phone{
    display: none;
	
}

.quiz-user-city{
    text-align: left;
	margin-bottom: -30px;
}
.quiz-user-city input[type="text"]{
    margin-top: 7px;
}
.calc-progress{
    position: relative;
    width: 100%;
    height: 6px;
    border: 1px solid #D2D2D2;
    border-radius: 20px;
    margin-bottom: 12px;
    margin-top: 43px;

}
.progress-vis{
    position: absolute;
    background-color: #E78739;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    border-radius: 20px;
}
.progress-num{
    position: absolute;
    bottom: 12px;
    left: 24px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #777777;
}
.calc-btn-next{
    text-align: center;
    text-decoration: none;
    background-color: #E78739;
    border-radius: 100px;
    font-weight: 700;
    font-size: 15px;
    line-height: 18px;
    color: #FFFFFF;
    padding: 12px 24px;  
	margin-right: 0;
	margin-left: auto;
}
.calc-btn-next span {
	position: relative;
	padding-right: 22px;
}
.calc-btn-next span::after {
	content: '';
	display: block;
	width: 16px;
	height: 13px;
	background-image: url(../img/arrow-calc-next.svg);
	background-size: cover;
	position: absolute;
	right: 0;
    top: 2px;
}
.calc-btn-prev{
    text-align: center;
    text-decoration: none;
    border: 1px solid #E78739;
    border-radius: 50px;
    font-weight: 700;
    font-size: 15px;
    line-height: 120%;
    color: #E78739;
    padding: 12px 24px;
}
.calc-btn-prev span {
	position: relative;
	padding-left: 22px;
}
.calc-btn-prev span::after {
	content: '';
	display: block;
	width: 16px;
	height: 13px;
	background-image: url(../img/arrow-calc-prev.svg);
	background-size: cover;
	position: absolute;
	left: 0;
    top: 2px;
}
.calc-soc-text {
	font-weight: 400;
    font-size: 13px;
    line-height: 16px;
	text-align: center;
	color: #777777;
	margin-bottom: 16px;
}
.calc-btn-wrapper{
    margin-bottom: 24px;
    display: flex;
}
.calc-text{
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    margin-bottom: 25px;
}
.calc-soc-wrapper{
    display: flex;
    align-items: center;
	justify-content: center;
}
.calc-soc-btn{
  width: 40px;
  height: 40px;
  border-radius: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
}
.calc-soc-btn {
    position: relative;
    padding-left: 25px;
}
.calc-soc-btn:nth-child(2)::before,
.calc-soc-btn:last-child::before{
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: cover;
	background-position: center;
    position: absolute;
    top: 6px;
    left: 7px
}
.calc-soc-btn:nth-child(2)::before{
    background-image: url(../img/calc-viber.svg);
}
.calc-soc-btn:last-child::before{
    background-image: url(../img/calc-telegram.svg);
}
.calc-soc-btn:nth-child(2){
    border: 1px solid #853EF7;
    color: #853EF7;
    margin-right: 10px;
}
.calc-soc-btn:last-child{
    border: 1px solid #00A1E9;
    color: #00A1E9;
}
.calc-btn-phone{
    font-weight: 600;
    font-size: 13px;
    line-height: 16px;
    text-transform: uppercase;
    color: #5D54F6;
    text-decoration: none;
    position: relative;
    padding-left: 25px;
	padding: 12px 16px 12px 41px;
	border: 1px solid #5D54F6;
	border-radius: 50px;
	margin-right: 8px;
}
.calc-btn-phone::before{
    content: '';
    display: block;
    width: 22px;
    height: 22px;
    background-image: url(../img/phone-purpur.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: 9px;
    left: 16px
}
.calc-popup-content{
    position: relative;
}
.calc-quiz-item{
    display: none;
    position: absolute;
    top: 0;
    left: 0;
}
.calc-quiz-item-title{
    font-weight: 400;
    font-size: 14px;
    line-height: 17px;
	letter-spacing: 0.02em;
    margin-bottom: 12px;
	text-transform: uppercase;
}
.quiz-answer-item {
	margin-bottom: 4px;
}
.quiz-answer-item label {
	text-transform: inherit;
}
.quiz-answer-wrapper-2 {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.quiz-answer-item {
	width: 50%;
}
.calc-popup .wpcf7-response-output{
    display: none;
}
.wpcf7-not-valid-tip{
    font-size: 14px;
    position: absolute;
}
.result-text{
    margin-bottom: 12px;
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	color: #777;
}
.result-text span {
	display: block;
	text-transform: uppercase;
	margin-bottom: 4px;
	font-size: 14px;
	font-weight: 600;
	line-height: 17px;
	letter-spacing: 0.02em;
	color: #E78739;
}
.result-calc-thanks{
    margin-bottom: 10px;
    color: #1eab1d;
    display: none;
}
.calc-close-btn {
    position: absolute;
    top: 14px;
    right: 14px;
	font-size: 12px;
	line-height: 15px;
	font-weight: 500;
}
.calc-close-btn svg{
	position: relative;
	top: 4px;
}
.calc-popup .wpcf7-not-valid-tip{
	width: 286px;	
}
[data-name="usr-name"] .wpcf7-not-valid-tip{
	bottom: 6px;
}
[data-name="usr-phone"] .wpcf7-not-valid-tip{
	bottom: -18px;
}
.popup-contacts {
	position: fixed;
	z-index: 7;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background-color: rgba(0,0,0, .5);
	display: none;
}
.popup-contacts-inner {
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.popup-contacts-form {
	background-color: #fff;
	border: 4px solid #E78739;
	border-radius: 15px;
	width: calc(100% - 24px);
	padding: 48px 20px;
	position: relative;
}
.popup-contacts-close {
	display: flex;
	align-items: center;
	font-weight: 500;
	font-size: 12px;
	position: absolute;
	color: #323036;
	right: 14px;
	top: 14px;
}
.popup-contacts-close svg {
	position: relative;
	top: 1px;
	margin-left: 3px;
}
.popup-contacts-title {
	margin-top: 19px;
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	text-align: center;
	color: #DE3B2F;
	max-width: 320px;
	margin: 19px auto 24px;
}
.popup-contacts-phone-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 24px;
}
.popup-contacts-tel {
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	text-decoration: none;
	color: #fff;
	padding: 14px 24px;
	background-color: #5D54F6;
	border-radius: 50px;
}
.popup-contacts-tel span {
	padding-left: 22px;
	position: relative;
}
.popup-contacts-tel span::before {
	content: '';
	width: 16px;
	height: 16px;
	position: absolute;
	display: block;
	background-image: url(../img/phone.svg);
	background-size: cover;
	top: 2px;
	left: 0;
}
.popup-contacts-note {
	font-size: 13px;
	font-weight: 400;
	line-height: 16px;
	text-align: center;
	margin-bottom: 16px;	
}
.popup-contacts-wrap {
	display: flex;
	justify-content: center;
	align-items: center;
}
.popup-contacts-viber {
	padding: 10px 16px;
	border: 1px solid #853EF7;
	background-color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #853EF7;
	text-decoration: none;
	border-radius: 50px;
	margin-right: 8px;
}
.popup-contacts-viber span {
	padding-left: 24px;
	position: relative;
}
.popup-contacts-viber span::before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	display: block;
	background-image: url(../img/calc-viber.svg);
	background-size: cover;
	top: 2px;
	left: 0;
}
.popup-contacts-telegram {
	padding: 10px 16px;
	border: 1px solid #2AABEE;
	background-color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 19px;
	color: #2AABEE;
	text-decoration: none;
	border-radius: 50px;
}
.popup-contacts-telegram span {
	padding-left: 24px;
	position: relative;
}
.popup-contacts-telegram span::before {
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	display: block;
	background-image: url(../img/calc-telegram.svg);
	background-size: cover;
	top: 1px;
	left: 0;
}
.bottom-panel {
  display: none;
}
.service-item {
	position: relative;
}
.service-response {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.5);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	border-radius: 20px;
	display: none;
}
.service-responce-text {
	color: #fa0606;
	display: none;
}
.first-screen-buttons {
	display: flex;
	gap: 12px;
	margin-top: 40px;
}
.first-screen-button-popup {
	padding: 17px 28px;
	font-weight: 700;
	font-size: 18px;
	line-height: 25px;
	color: #fff;
	background-color: #F2743E;
	border-radius: 50px;
	text-decoration: none;
	border: 1px solid #F2743E;
}
.first-screen-button-site {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 12px;
	padding: 17px 28px;
	font-size: 18px;
	font-weight: 700;
	line-height: 25px;
	color: #F2743E;
	border: 1px solid #F2743E;
	border-radius: 50px;
	text-decoration: none;
}

.our-services {
	margin: 128px 0;
}
.our-services-title {
	margin-bottom: 32px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 500;
	color: #323036;
}
.our-services-inner {
	display: flex;
	gap: 20px;
	justify-content: space-between;
}
.our-services-item {
	width: calc((100% - 40px) / 3);
	cursor: pointer;
}
.about-us {
	padding: 128px 0;
	background-color: #F4F7F8;
}
.about-us-inner {
	display: flex;
	justify-content: space-between;
	gap: 40px;
}
.about-us-title {
	margin-bottom: 20px;
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 500;
	color: #323036;	
}
.about-us-container {
	max-width: 560px;
}
.about-us-text {
	line-height: 140%;
	font-size: 18px;
	color: #323036;	
	opacity: 0.8;
}
.about-us-text p:not(:last-child){
	margin-bottom: 10px;
}
.about-us-img-wrap {
	width: 590px;
	height: 400px;
}
.about-us-img-wrap img{
	width: 100%;
	height: 100%;
	border-radius: 12px;
	object-fit: cover;
}
.first-screen-licence {
	margin-top: 20px;
	font-size: 13px;
	line-height: 140%;
	color: #323036;
	opacity: 0.8;
}
.whithout-photo {
	padding: 160px 0 90px;
}
.whithout-photo .first-screen-content,
.whithout-photo .first-screen-inner {
	justify-content: center;
	align-items: center;
}
.whithout-photo .first-screen-title {
	font-size: 56px;
	margin-bottom: 20px;
	text-align: center;
	letter-spacing: 0.01em;
}
.whithout-photo .first-screen-text {
	font-size: 20px;
	text-align: center;
	opacity: 0.8;
	letter-spacing: 0.01em;
}
.whithout-photo .first-screen-licence {
	text-align: center;
}
.whithout-photo .first-screen-buttons {
	justify-content: center;
}
@media screen and (max-width: 1200px) {
  .container{
    max-width: 960px;
  }
  .main-navigation li:not(:last-child) {
    margin-right: 50px;
  }
  .service-img{
    max-width: 48%;
  }
  .services-inner{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .form-inner input[type="text"], .form-inner input[type="tel"]{
    width: 260px;
  }
  
  .section-title{
    font-size: 45px;
  }
  .second-form-title {
    font-size: 45px;
    line-height: 55px;
  }
  .price-content {
    max-width: 360px;
  }
	.first-screen-img-wrap {
		width: 45%;
	}
	.first-screen-button-popup, 
	.first-screen-button-site {
		padding: 17px 20px;
	}
	
}
@media screen and (max-width: 991px) {
  .container{
    max-width: 720px;
  }
 
  .burger {
    display: none;
    width: 48px;
    height: 48px;
    background-color: #F2743E;
    border-radius: 50%;
  }
  .main-navigation li:not(:last-child) {
    margin-right: 30px;
  }
  .adress-text{
    display: none;
  }

  .first-screen-inner{
    justify-content: center;
    flex-direction: column;
  }
  .why-choose-inner {
    flex-wrap: wrap;
  }
  .why-choose-item {
    width: 48%;
  }

  .price-inner{
    flex-wrap: wrap;
    justify-content: center;
  }
  .price-content {
    max-width: 100%;
  }
  .price-form {
    width: 100%;
  }
  .form-inner{
    flex-direction: column;
  }
  .form-inner input[type="text"], .form-inner input[type="tel"] {
    width: 100%;
  }
  .form-inner input[type="tel"]{
    margin-bottom: 60px;
  }
 
  .section-title{
    font-size: 33px;
    line-height: 38px;
  }
  .footer-inner{
    flex-direction: column;
    align-items: flex-start;
    gap: 28px;
  }
  .footer-address, .footer-phone {
    margin-left: 31px;
  }
  .first-screen-img-wrap {
    width: 100%;
  }
  .thank-you-inner {
    flex-direction: column;
    gap: 30px;
    padding-top: 46px;
  }
  .thank-you-container {
    height: auto;
  }
  .thank-you-photo-wrap {
    width: 350px;
  }
  .thank-you-photo-wrap img {
    width: 100%;
  }
	.our-services-inner {
		flex-direction: column;
	}
  .our-services-item {
    width: 100%;
  }
	.about-us {
		padding: 100px 0;
	}
	.about-us-inner {
		flex-direction: column;
		gap: 36px;
	}
	.about-us-img-wrap {
		width: 100%;
		height: auto;
	}
	.about-us-text {
		font-size: 17px;
	}
}

@media screen and (max-width: 767px) {
  .adress,
  .phone,
  .main-navigation{
    display: none;
  }
  .mobile-menu {
    display: none;
  }
  .burger {
    display: flex;
    flex-direction: column;
    gap: 5px;
    align-items: center;
    justify-content: center;
  }
  .burger .line-menu {
    width: 20px;
    height: 2px;
    border-radius: 30px;
    background-color: #fff;
  }

  #mobile-menu{
    position: absolute;
    top: 135px;
    background-color: #fff;
    list-style-type: none;
    width: 100%;
    left: 0;
    padding: 30px 0;
    z-index: 99;
    transform-origin: top;
    transform: scale(1,0);
    transition: all .3s ease-in-out;
  }
  #mobile-menu li{
    padding: 20px 50px;
    border-bottom: 1px solid #dad9d9;
  }
  #mobile-menu li a{
    text-transform: uppercase;
    text-decoration: none;
    color: #000;
    font-weight: 700;
  }
  .mobile-menu {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: #fff;
    height: calc(100dvh);
    z-index: 10;
    padding: 23px 16px 0;
  }
  .mobile-menu-list {
    list-style-type: none;
    margin-bottom: 48px;
  }
  .mobile-menu-list a {
    text-decoration: none;
    color: #323036;
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    background-color: #F4F7F8;
    border-radius: 50px;
    padding: 18px 0;
    width: 100%;
    display: block;
    margin-bottom: 5px;
  }
  .burger .line-menu {
    transition: all .3s ease-in-out;
  }
  .burger-active .line-menu:nth-child(2) {
    display: none;
  }
  .burger-active .line-menu:first-child {
    transform: rotate(45deg);
    transition: all .3s ease-in-out;
  }
  .burger-active .line-menu:last-child {
    transform: rotate(-45deg);
    margin-top: -6px;
    transition: all .3s ease-in-out;
  }
  .mobile-address {
    display: flex;
    justify-content: center;
    margin-bottom: 48px;
  }
  .adress-text {
    display: block;
    font-size: 18px;
    font-weight: 600;
    margin-top: 131px;
  }
  .mobile-menu-phone-btn-wrap {
    display: flex;
    margin-bottom: 12px;
  }
  .mobile-menu-phone{
    width: 100%;
    padding: 18px 0;
    text-align: center;
    background-color: #F2743E;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
  }
  .socials-wrap {
    display: flex;
    justify-content: center;
    gap: 12px;
  }
  .soc-link {
    text-decoration: none;
  }
  .mobile-menu-close {
    position: absolute;
    right: 14px;
    top: 19px;
  }
  .bottom-panel {
    display: flex;
    justify-content: center;
    gap: 12px;
    background-color: #fff;
    height: 60px;
    padding: 10px 16px;
    position: fixed;
    bottom: 0;
    width: 100vw;
    left: 0;
    z-index: 4;
  }
  .bottom-panel .mobile-menu-phone-btn-wrap {
    margin: 0;
  }
  .bottom-panel .mobile-menu-phone {
    padding: 9px 20px;
    font-size: 17px;
  }
  .mobile-menu-site-btn-wrap {
    display: flex;
    margin-top: 12px;
  }
  .mobile-menu-site-link {
    width: 100%;
    padding: 18px 0;
    text-align: center;
    background-color: #F2743E;
    border-radius: 50px;
    color: #fff;
    text-decoration: none;
    font-size: 20px;
    font-weight: 600;
  }
  .mobile-menu-site-link span {
    position: relative;
  }
  .mobile-menu-site-link span::after {
    content: '';
    display: block;
    width: 15px;
    height: 12px;
    background-image: url(../img/foot-arrow.svg);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: calc(50% - 5px);
    right: -25px;
  }
  .popup-form {
    width: 95%;
  }
  .first-screen-buttons {
    flex-direction: column;
    width: 100%;
  }
  .first-screen-button-popup {
    text-align: center;
  }
  .popup-form-title {
    font-size: 20px;
    line-height: 25px;
    text-align: center;
  }
  .wpcf7-response-output {
    bottom: 84px;
  }
}

@media screen and (max-width: 575px) {
  .container{
    max-width: 100%;
    padding: 0 15px;
  }

  .site-header {
    padding: 8px 0;
  }

  .custom-logo {
    height: 52px;
  }

  .burger {
    width: 44px;
    height: 44px;
  }

  .first-screen {
    padding-top: 92px;
    margin-bottom: 36px;
  }

  .first-screen-inner {
    gap: 20px;
  }

  .first-screen-title {
    font-size: 28px;
    line-height: 1.18;
    letter-spacing: 0;
    margin-bottom: 14px;
  }

  .first-screen-accent-text {
    font-size: 14px;
    line-height: 1.2;
    padding: 10px 12px;
    margin-bottom: 16px;
    border-radius: 10px;
  }

  .first-screen-text {
    font-size: 16px;
    line-height: 1.4;
    opacity: 0.85;
  }

  .first-screen .form-wrapper {
    width: 100%;
  }

  .form-wrap {
    flex-direction: column;
    align-items: flex-start;
  }

  .form-wrapper input[type="text"],
  .form-wrapper input[type="tel"] {
    height: 52px;
    font-size: 15px;
    margin-bottom: 10px;
  }

  .first-form-btn,
  .first-screen-button-popup,
  .form-wrap input[type="submit"],
  .form-wrapper input[type="submit"] {
    width: 100%;
    min-height: 56px;
    font-size: 16px;
    border-radius: 18px;
  }

  .form-policy {
    max-width: 100%;
  }

  .first-screen-licence {
    margin-top: 14px;
    font-size: 12px;
    line-height: 1.35;
  }

  .why-choose {
    margin: 48px 0 100px;
  }

  .why-choose-item {
    width: 100%;
  }

  .why-choose-title {
    font-size: 15px;
  }

  .services {
    margin: 100px 0;
  }

  .section-title {
    font-size: 28px;
    line-height: 38px;
    margin-bottom: 36px;
  }

  .service-img {
    max-width: 100%;
  }

  .price {
    margin: 100px 0;
    padding: 60px 0 68px;
  }

  .price-title {
    font-size: 36px;
    line-height: 46px;
  }

  .price-text {
    font-size: 17px;
    line-height: 20px;
    opacity: 0.8;
  }

  .price-form {
    padding: 32px 16px;
  }

  .price-form-title {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .price-form-text {
    font-size: 17px;
    line-height: 20px;
    margin-bottom: 28px;
  }

  .price-form form>p br {
    display: none;
  }

  .price-form form>p {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .wpcf7-not-valid-tip {
    bottom: -6px;
  }

  .photo-med-center {
    margin: 100px 0;
  }

  .about-center .section-title {
    font-size: 36px;
    line-height: 46px;
  }

  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 32px;
    height: 32px;
  }

  .owl-carousel .owl-nav button.owl-prev {
    left: 16px;
  }

  .owl-carousel .owl-nav button.owl-next {
    right: 16px;
  }

  .thank-you {
    padding: 8px;
  }

  .thank-you-photo-wrap {
    width: 275px;
  }

  .thank-you-title {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .thank-you-text {
    font-size: 20px;
    margin-bottom: 28px;
  }

  .thank-you-link {
    font-size: 17px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .popup-form {
    padding: 68px 20px 60px;
    height: 570px;
  }

  .wpcf7-not-valid-tip {
    bottom: -32px;
  }

  .wpcf7-response-output {
    bottom: 105px;
    font-size: 12px;
  }

  .whithout-photo {
    padding: 112px 0 52px;
  }

  .whithout-photo .first-screen-title {
    font-size: 28px;
    line-height: 1.18;
  }

  .whithout-photo .first-screen-text {
    font-size: 16px;
    line-height: 1.4;
  }

  .our-services {
    margin: 100px 0;
  }

  .our-services-title,
  .why-choose-section-title,
  .about-us-title {
    font-size: 32px;
  }

  .about-us-title,
  .our-services-title {
    margin-bottom: 20px;
  }

  .why-choose-section-title {
    margin-bottom: 36px;
  }

  .bottom-panel {
    height: 56px;
    padding: 8px 12px;
    gap: 8px;
  }

  .bottom-panel .mobile-menu-phone {
    font-size: 15px;
    padding: 8px 16px;
  }

  .socials-wrap {
    gap: 8px;
  }

  .soc-link svg,
  .soc-link img {
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 767px) {
  .bwc-chat {
    bottom: 80px !important;
  }
}