/*
Theme Name: ElenaMed
Theme URI: http://www.elenamed.ro
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: elenamed
*/
@import url('https://fonts.googleapis.com/css2?family=Italiana&family=Jost:ital,wght@0,100..900;1,100..900&display=swap');

html {
    scroll-behavior: smooth;
    overflow-x: hidden;
}

body {
    background-color: #ffffff;
    font-size: 15px;
    color: #000000;
    font-family: "Jost", sans-serif;

}
.page-id-963 h1{
  display: none;
}

h2.title {
    font-size: 60px;
    font-family: "Jost", sans-serif;
    font-weight: 200;
    line-height: 1;
}


.hashtag {
    background-color: #0ea2b0;
    font-family: "Kollektif Bold", sans-serif;
    font-size: 11px;
    line-height: 1;
    padding: 3px 10px;
    color: #fff;
    font-weight: bold;
    text-transform: uppercase;
}
.hashtag a{
    color: #fff;
    font-weight: 600;
}

header {
    font-family: "Ubuntu", sans-serif;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1001;
    position: absolute;
}

header .logo {
    margin-left: 10%;
}

header a {
    color: #000000;
    text-decoration: none !important;
    margin: 5px;
}

header .menu{
  margin-bottom: 0;
  padding-left: 0;
}

header .nav__btn a{
    background: white;
    padding: 17px 26px;
    border-radius: 25px;
    margin-left: 30px;
    text-transform: uppercase;
    transition: all 0.6s;
}

header .nav__btn a:hover {
    background: #000000;
    color: white;
    transition: all 0.6s;
}

header .menu-lg {
    padding: 0;
    margin: auto;
    max-width: 1400px;
    width: 100%;
    position: relative;
    margin-top: 50px;
    align-items: center;
}
header a:hover{
    color: #fff!important;
}
header .menu-lg li{
    list-style: none;
    display: inline;
    padding: 10px;
    position: relative;
    padding-top: 20px;
    padding-bottom: 20px;
}

header .menu-lg li a{
  font-weight: bold;
}

header .sub-menu{
  position: absolute;
  background: #fff;
  width: 400px;
  border-radius: 25px;
  left: 0;
  padding-left: 0;
  padding: 20px 24px;
  display: none;
}

header .sub-menu li{
  display: block;
  font-size: 13px;
  font-family: 'Ubuntu';
  border-bottom: 1px solid #000;
  padding-bottom: 15px;
  padding-top: 15px;
  padding-left: 0;
  padding-right: 0;
}

header .sub-menu li a{
  font-family: 'Ubuntu';
  font-weight: 500;
}

header .sub-menu li a:hover{
  color: #000!important;
  opacity: 0.6;
}

header .menu-item-has-children.active{
    background: #fff;
    border-radius: 25px;
    padding-bottom: 45px;
}

header .menu-item-has-children.active a:hover{
  color: #000!important;
}

header .menu-item-has-children.active .sub-menu{
  display: block;
}

.header-outer header {
    background: #c1edec;
}

.header-outer header .menu-lg {
    margin-top: 20px;
    margin-bottom: 20px !important;
}
.header-outer header .menu-lg #menu-main-menu{
    margin-bottom: 0px !important;
}

.header-outer header .menu-lg .nav__btn {

}

.home header .phone__item{
  position: absolute;
  padding-top: 0;
  right: 16px;
}

header .phone__item a{
  background: white;
  padding: 17px 26px;
  border-radius: 25px;
  margin-left: 30px;
  text-transform: uppercase;
  transition: all 0.6s;
  position: relative;
  padding-left: 50px;
}

header .phone__item a::before{
  content: '';
  position: absolute;
  left: 15px;
  top: 12px;
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(/wp-content/themes/elenamed/assets/images/phone-black.svg);
}

header .phone__item a:hover{
  background: #000000;
    color: white;
    transition: all 0.6s;
}

header .phone__item a:hover::before{
  background-image: url(/wp-content/themes/elenamed/assets/images/phone.svg);
}

footer {
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    text-align: center;
    bottom: 0;
    width: 100%;
    left: 0;
    margin-top: 30px;
}

footer a {
    color: #000000;
}

footer .footer__facebook {
    width: 18px;
}

footer .footer__facebook:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #000000;
    width: 30px;
    margin-top: 12px;
    margin-left: 12px;
}

footer .footer__instagram {
    width: 18px;
    margin-left: 30px;
}

footer .footer__facebook {
    margin-right: 25px;
}

footer .footer__social {
    margin-top: 15px;
}

footer .bydraw a {
    color: #808080;
}
.floating_btn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 100px;
  height: 100px;
  display: flex;
  flex-direction: column;
  align-items:center;
  justify-content:center;
  z-index: 1000;
}
.floating_btn a{
	text-decoration: none;
}
@keyframes pulsing {
  to {
    box-shadow: 0 0 0 30px rgba(232, 76, 61, 0);
  }
}

.contact_icon {
  background-color: #000;
  color: #fff;
  width: 60px;
  height: 60px;
  font-size:30px;
  border-radius: 50px;
  text-align: center;
  box-shadow: 2px 2px 3px #999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translatey(0px);
  animation: pulse 1.5s infinite;
  box-shadow: 0 0 0 0 #000;
  -webkit-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: pulsing 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  font-weight: normal;
  font-family: sans-serif;
  text-decoration: none !important;
  transition: all 300ms ease-in-out;
}
.popup{
  position: fixed;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: #00000099;
  display: none;
  align-items: center;
  z-index: 9999;
}
.popup.active{
  display: flex;
}
.popup:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #00000099;
}

.popup .popup__content{
  width: 450px;
  margin: auto;
  background: #f7f8fb;
  border-radius: 30px;
  padding: 40px 55px;
  padding-bottom: 10px;
  position: relative;
  z-index: 2;
  text-align:center;
  transform: translateY(-40px);
}

.popup .popup__content h3{
  text-align: center;
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 15px;
}

.popup .popup__content h3 span{
  text-decoration: underline;
}

.popup .popup__content .desc{
  font-size: 17px;
  color: #2a2a2a;
  margin-top: 30px;
  margin-bottom: 30px;
  line-height: 1.2;
}

.popup .popup__content .contact-form input{
  width: 100%;
  border: 1px solid #c6c6c9;
  border-radius: 25px;
  padding: 14px 26px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
}

.popup .popup__content .contact-form input::placeholder{
  color: #000;
}
.popup .popup__content .wpcf7-acceptance{
  padding-left: 5px;
}

.popup .popup__content .wpcf7-acceptance input{
  width: 19px;
  height: 19px;
  margin-right: 8px;
}

.popup .popup__content .wpcf7-acceptance label{
  display: flex;
  align-items: center;
}

.popup .popup__content .wpcf7-acceptance .wpcf7-list-item-label{
  font-size: 10px;
  color: #818181;
}

.popup .popup__content .wpcf7-acceptance .wpcf7-list-item-label a{
    color: #818181;
    text-decoration: underline;
}

.popup .popup__content  .contact-form .wpcf7-submit{
  background: #000;
  color: #fff;
  transition: 0.4s;
}

.popup .popup__content  .contact-form .wpcf7-submit:hover{
  background: #fff;
  color: #000;
}

.popup .close__popup{
  position: absolute;
  right: -25px;
  top: -25px;
  z-index: 9;
  border: 1px solid #fff;
  border-radius: 100%;
  background: #fff;
}

.popup .close__popup img{
  width: 26px;
  height: 26px;
}

.slider {
    max-width: 1400px;
    width: 100%;
    margin: auto;
}

.slider .slider__btn {
    background: #000000;
    color: #ffffff;
    padding: 16px 55px;
    border-radius: 25px;
    margin-top: 20px;
    text-decoration: none !important;
    transition: all 0.6s;
    text-transform: uppercase;
    font-size: 13px;
    line-height: 1;
    display: inline-block;
}

.slider .slider__btn:hover {
    background: #ffffff;
    color: #000000;
    transition: all 0.6s;
}

.slider .slider__action {
    margin-top: 10px;
}

.slider .slide__content {
	padding-top: 5%;
}

.slider .slide__1 {
    padding-bottom: 5%;
    padding-left: 6%;
	position: relative;
	background: #9be3e0;
	align-items: center;
  display: flex!important;
}
.slider .slide__1 .col__img{
	display: flex;
	justify-content: end;
	padding-right: 0;
}
.slider .slide__1 .col__img img{
	border-bottom-left-radius: 228px;
	border-bottom-right-radius: 228px;
	max-width: 456px;
	width: 100%;
	margin-right: 0;
}
.slider__item.slick-current{
 animation:fadeOutLeft 0.8s both;
}
.slider__item.slick-active{
    animation:fadeInDown 0.8s both;
}

@keyframes Slick-FastSwipeIn{
    0%{transform:rotate3d(0,1,0,150deg) scale(0)  perspective(400px);}
    100%{transform:rotate3d(0,1,0,0deg) scale(1) perspective(400px);}
}


.slider .slide__2 {
    background: url("assets/images/slider-2.jpg") no-repeat center center fixed;
}

.slider .slider__icon {
    position: absolute;
}

.slider .slider__bottom {
    position: absolute;
    bottom: 5%;
}
@media(max-width: 1550px){
    .slider .slider__bottom{
        top: 90%;
    }
}
.slider .slider__address {
    margin-left: 40px;
    font-size: 16px;
    font-family: "Ubuntu", sans-serif;
    line-height: 1;
    font-weight: 600;
    margin-top: 6px;
}

.slider .slider__left, .slider .slider__right{
    width: 14px;
    position: absolute;
    z-index: 999;
}
.slider .slider__left{
    top: 20%;
    left: -45px;
}
.slider .slider__right{
    bottom: 55%;
    left: -45px;
}
.slider .slider__left:hover, .slider .slider__right:hover{
   animation: pulse 2s infinite;
   border-radius: 100%;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba(255,255,255, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
    box-shadow: 0 0 0 0 rgba(255,255,255, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(255,255,255, 0);
      box-shadow: 0 0 0 30px rgba(255,255,255, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(255,255,255, 0);
      box-shadow: 0 0 0 0 rgba(255,255,255, 0);
  }
}

.slider .title, .slider .slider__info{
    max-width: 500px;
}

.slider .slider__info{
  font-family: "Kollektif Regular", sans-serif;
}

.next__slider{
	position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    bottom: 5%;
}

.slider .slider__scroll {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    margin-left: -30px;
    animation: bounce 2s infinite;
    -webkit-animation: bounce 2s infinite;
    -moz-animation: bounce 2s infinite;
    -o-animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
    }
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    40% {
        -webkit-transform: translateY(-10px);
        transform: translateY(-10px);
    }

    60% {
        -webkit-transform: translateY(-5px);
        transform: translateY(-5px);
    }
}

.tratamente {
  max-width: 1400px;
  width: 100%;
    margin: auto;
    margin-top: 110px;
    text-align: center;
}
.tratamente .deals__row{
   display: flex!important;
}
.tratamente p {
    font-size: 15px;

}

.tratamente .deals__title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
      text-transform: uppercase;
}

.tratamente .deals__bottom {
    background: #ffe8d9;
    padding-top: 105px;
    padding-bottom: 80px;
    padding-left: 65px;
    padding-right: 65px;
}

.tratamente .deals__top {
    background: #fff;
    padding-top: 40px;
    padding-bottom: 90px;
}

.tratamente .deals__top h2.title{
  margin-bottom: 20px;
}

.tratamente .deals__top p{
  max-width: 380px;
  margin: auto;
}

.tratamente .deals__btn {
    color: #000000;
    text-decoration: underline;
}

.tratamente .deals__background {
    background: url("assets/images/about-img-1.jpg") no-repeat center center;
    background-size: cover!important;
}

.tratamente .col-md-5 {
    padding-right: 0px;
}

.tratamente .deals__icon {
    width: 50px;
    margin: auto;
    margin-bottom: 25px;
}

.tratamente .icon__right {
    width: 18px;
    margin: auto;
}

.tratamente .carousel__right {
    position: absolute;
    right: -30px;
    z-index: 999;
    bottom: 6%;
    background: #fadecb;
    padding: 120px 35px;
    right: 56%;
    transition: 0.4s;
}

.tratamente .carousel__right:hover{
  background: #fff
}

.tratamente .slick-prev{
    display: none!important;
}
.tratamente .slider__right{
    width: 18px;
    position: absolute;
    z-index: 999;
    z-index: 999;
    bottom: 20%;
    transform: translateX(-143px);
}
.deals__row.slick-slide.slick-current{
    opacity: 0;
}
.deals__row{
    margin-left: 0px!important;
    margin-right: 0px!important;
}
.deals__row.slick-slide.slick-current.slick-active{
   opacity: 1!important;
   transition: opacity 1s;
}

.deals__row.slick-active .deals__bottom{
    animation:fadeInLeft 0.7s both 0.7s;
}
.deals__row.slick-active .deals__background{
    animation:fadeInRight 1s both 0.7s;
}
.deals__row.slick-active .carousel__right{
    animation:fadeInDown 0.7s both 0.7s;
}

@-webkit-keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
@keyframes zoomInImage {
  from {
    transform: scale3d(1, 1, 1);
  }
  to {
    transform: scale3d(1.1, 1.1, 1.1);
  }
}
.zoomInImage {
  -webkit-animation-name: zoomInImage;
          animation-name: zoomInImage;
}
@-webkit-keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomOutImage {
  from {
    transform: scale3d(1.1, 1.1, 1.1);
  }
  to {
    transform: scale3d(1, 1, 1);
  }
}
.zoomOutImage {
  -webkit-animation-name: zoomOutImage;
          animation-name: zoomOutImage;
}

.about {
    max-width: 1140px;
    margin: auto;
    margin-top: 170px;
}
.service__about {
    max-width: 1140px;
    margin: auto;
    text-align: center;
}
.about p {

    font-size: 15px;
}

.about .about__info {
    text-align: center;
    margin-top: 30px;
    margin-bottom: 30px;
}

.about .subtitle {
    font-size: 18px;
    max-width: 500px;
    margin: auto;
    margin-top: 20px;
}

.about .subtitle P{
  font-size: 18px;
}

.about .about__timeline {
    margin-top: 75px;
}

.about .time__item {
    line-height: 1;
    margin-bottom: 25px;
}

.about .timeline {
    margin-bottom: 100px;
}

.about .timeline .year, .about .timeline .year__info {
    background: #fadecb;
    font-size: 18px;
    padding: 15px 30px;
    border-radius: 25px;
}

.about .year {
    padding: 15px 30px !important;
}

.about .year__info {
    margin-left: 20px;
}
.time__item:nth-child(2) .year__info{
    flex: 0 0 80%!important;
    max-width: 80%!important;
}
.time__item:nth-child(3) .year__info{
    flex: 0 0 76%!important;
    max-width: 76%!important;
}
.time__item:nth-child(4) .year__info{
    flex: 0 0 72%!important;
    max-width: 72%!important;
}
.time__item:nth-child(5) .year__info{
    flex: 0 0 68%!important;
    max-width: 68%!important;
}
.time__item:nth-child(6) .year__info{
    flex: 0 0 64%!important;
    max-width: 64%!important;
}
.time__item:nth-child(7) .year__info{
    flex: 0 0 60%!important;
    max-width: 60%!important;
}
.time__item:nth-child(8) .year__info{
    flex: 0 0 54%!important;
    max-width: 54%!important;
}

.video__list{
  margin-top: 80px;
  margin-bottom: 80px;
}

.video__list .col__video{
  margin-bottom: 40px;
}

.video__list .col__video a{
  display: flex;
  position: relative;
}

.video__list .col__video a .bottom__video{
  position: absolute;
  width: 100%;
  height: 100px;
  background: #000;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
}

.video__list .col__video a span{
  color: #fff;
  display: inline-block;
  width: 75%;
}

.video__list .col__video .video__img{
  width: 100%;
  border-radius: 20px;
}

.video__list .col__video a .play__icon{
  height: 25px;
  width: 25px;
  margin-right: 20px;
}

.about .blog__info {
    max-width: 400px;
}

.about .blog__carousel {
    width: 150%;
    margin-left: -40%;
    margin-top: 50px;
}

.about .blog__item {
    background: #ffffff;
    border-radius: 25px;
    margin-left: 5%;
    padding: 20px;
    align-items: center;

}
.blog__carousel .slick-active{
    animation:fadeInRight 1.5s both;
}
.about .blog__item .col-md-4{
    padding: 0px;
}
.about .title__post {
    font-family: "Kollektif Bold", sans-serif;
    font-size: 18px;
}

.about .blog__icon {
    position: absolute;
    z-index: 2;
    background: #000;
    right: 5px;
    margin-top: 80px;
    padding: 10px 15px 15px 17px;
    border-radius: 100%;
}

.about .blog__right {
    width: 18px;
    height: 18px;
}

.about .about__member {
    margin-top: 200px;
    margin-bottom: 50px;
    padding-left: 30px;
    padding-bottom: 50px;
    padding-right: 10px;
    position: relative;
    align-items: center;
}

.about .about__member:before{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  background: #f7f8fb;
}

.about .about__member h4 {
    font-size: 20px;
}

.about .member__exp {
    font-size: 18px;
    margin-bottom: 50px;
}

.about .about__member .member__img {
    margin-top: -100px;
    width: 100%;
    border-radius: 25px;
}
.about .diplom__img{
    max-height: 140px;
}
.about .member__content {
    padding-top: 40px;
    padding-right: 40px;
    height: 300px;
    overflow-y: scroll;
}
.about .member__content::-webkit-scrollbar-track {
    border-radius: 1px;
}

.about .member__content::-webkit-scrollbar {
    width: 12px;
}

.about .member__content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #dbdee6;
}

.service__about {
    margin-bottom: 50px;
    text-align: center;
    margin-top: 100px;
    padding-top: 30px;
    padding-bottom: 30px;
}

.service__about .service__content p {
    font-size: 18px;
    max-width: 450px;
    margin: auto;
    margin-top: 20px;
}
.service__about .title{
    margin-top: 50px;
}
.about .service__icon {
    height: 50px;
    background: #f7f8fb;
}
.service__about .service__icon {
    height: 50px;
    background: #f7f8fb;
}
.about .service__back {
    background: #f7f8fb;
    padding: 45px 33px 45px 33px;
    border-radius: 100%;
    margin-bottom: 30px;
}
 .service__about .team__btn {
    background: #000000;
    color: #ffffff;
    padding: 10px 40px 13px 40px;
    border-radius: 25px;
    margin-top: 40px;
    text-decoration: none !important;
    transition: all 0.6s;
}

 .service__about .team__btn:hover {
    background: #ffffff;
    color: #000000;
    transition: all 0.6s;
}


.about .img-wrapper {
  position: relative;
}
.about .img-wrapper img {
  width: 100%;
}
.about .img-overlay {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}
.about .img-overlay i {
  color: #fff;
  font-size: 3em;
}

.about #overlay {

  position: fixed;
  top: 0;
  left: 15%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.about #overlay img {
  margin: auto 0;
  width: 60%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  padding: 5%;

}
#exitButton {
  color: #fff;
  font-size: 2em;
  transition: opacity 0.8s;
  position: absolute;
  top: 15px;
  right: 15px;
}
#exitButton:hover {
  opacity: 0.7;
}


.echipa {

    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}

.echipa p {

}

.echipa .echipa__info {
    text-align: center;
    margin-bottom: 75px;
}

.echipa .echipa__info .title{
  margin-bottom: 16px;
}

.echipa .echipa__info p {
    max-width: 475px;
    margin: auto;
    margin-bottom: 30px;
}

.echipa .echipa__med {
    margin-top: 30px;
    margin-left: 0px;
    margin-right: 0px;
    left: -20%;
    opacity: 1;
}

.echipa .echipa__med .echipa__pers {
    max-width: 420px;
    margin: auto;
}

.echipa .echipa__med .sub-title {
    margin-top: 30px;
    margin-bottom: 10px;
}

.echipa .echipa__med::before {
    content: '';
    position: absolute;
    height: 420px;
    max-width: 1400px;
    width: 100%;
    background: #b9d7dc;
    margin-top: 60px;

}

.blog__edu {
    padding-top: 110px;
    padding-bottom: 100px;
    margin-bottom: 80px;
    background: #f7f8fb;
}
.blog__carousel{
    position: relative;
}

.blog__edu p {

    font-size: 15px;
}

.blog__edu .blog__row {
    margin: auto;
    max-width: 1140px;
}

.blog__edu .blog__carousel{
  align-items: center;
}

.blog__edu .blog__video{
  display: flex;
  justify-content: flex-end;
}

.blog__edu .blog__video a{
  display: flex;
  position: relative;
}

.blog__edu .blog__video .video__img{
    border-radius: 25px;
    max-width: 328px;
    width: 100%;
}

.blog__edu .blog__video .play__icon{
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
}


.blog__edu .blog__content {
    padding-left: 3%;
    padding-top: 75px;
}

.blog__edu .blog__content h3{
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.blog__edu .blog__content .blog__info {
    max-width: 400px;
}

.blog__edu .blog__content .blog__item {
    background: #ffffff;
    border-radius: 25px;
    padding: 50px 30px;
    margin-top: 30px;
    max-width: 360px;
    position:relative;
}

.blog__edu .blog__content .blog__item a{
  color: #000;
}

.blog__edu .blog__content .title__post {
    font-family: "Kollektif Bold", sans-serif;
    font-size: 18px;
    font-weight: bold;
}

.blog__edu .blog__icon {
    position: absolute;
    z-index: 2;
    background: #000;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    height: 42px;
    width: 42px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.blog__edu .blog__right {
    width: 18px;
    height: 18px;
}
.blog__edu .play__icon{
    width: 60px;
    margin-top: 15px;
}

.blog__edu .blog__content .blog__item .icon__next{
  position: absolute;
   bottom: 20px;
   right: 20px;
   width: 12px;
}

.diplom__carousel .slick-active{

}

.service {
    margin-top: 170px;
}

.service p {

}

.empty__img{
  position: relative;
}

.empty__img::before{
  content: '';
  position: absolute;
  max-width: 537px;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  border-radius: 50px;
  z-index: 2;
  background: #eaeaea;
}

.empty__img img{
  position: relative;
  z-index: 0;
}

.service .service__row {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
    position: relative;
    z-index: 2;
}

.service .service__row .service__content{
  padding-top: 80px;
}

.service .service__content p {
    font-size: 18px;
    max-width: 450px;
    margin: auto;
    margin-top: 20px;
}

.service .service__icon {
    height: 50px;
    background: #f7f8fb;
}

.service .service__back {
    background: #f7f8fb;
    padding: 45px 33px 45px 33px;
    border-radius: 100%;
    margin-bottom: 30px;
}

.service .service__row .service__booking img{
  border-radius: 50px;
	max-width: 425px;
	    height: 100%;
    object-fit: cover;
}

.service .title {
    margin-top: 50px;
    margin-bottom: 15px;
}

.service .services__btn {
    background: #000000;
    color: #ffffff;
    padding: 15px 40px 15px 40px;
    border-radius: 25px;
    text-decoration: none !important;
    transition: all 0.6s;
    z-index: 999;
    position: relative;
    border: 1px solid #000;
}

.service .services__btn:hover {
    background: #ffffff;
    color: #000000;
    transition: all 0.6s;
}

.service .service__booking p {
    margin-top: 40px;
}

.service .service__booking:after {
    content: "";
    position: absolute;
    height: 95%;
    width: 75%;
    border: 1px solid #fadecb;
    top: 10%;
    left: 12.5%;
    border-radius: 200px;
    z-index: 1;
}

.service .device__row {
    margin-top: 70px;
    margin-bottom: 100px;
    background: #f7f8fb;
    position: relative;
}

.service .device__row:before{
  content: '';
  position: absolute;
  top: -220px;
  left: 0;
  width: 100%;
  height: 220px;
  background: #f7f8fb;
}

.service .device__top {
    text-align: center;
    margin-bottom: 40px;
}

.service .device__top p {
    max-width: 740px;
    margin: auto;
    margin-bottom: 30px;
}

.service .tabs {
    float: none;
    text-align: center;
    margin-bottom: 70px;
    padding-left: 0;
    justify-content: center;
    display: flex;
    flex-wrap: wrap;
}

.service .tabs .active {
    background: #fadecb;
}

.service .tabs li {
    display: inline-block;
    text-align: center;
    font-family: "Ubuntu", sans-serif;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 600;
    border: 1px solid #000;
    border-radius: 25px;
    padding: 12px 25px 12px 25px;
    margin-left: 10px;
    margin-right: 10px;
    transition: all 0.6s;
}

.service .tabs li:hover {
    background: #fadecb;
    transition: all 0.6s;
}

.service .tab__content {
    max-height: 500px;
}

.service .tab__content .tab_featured img{
  width: 100%;
  max-height: 500px;
  object-fit: cover;
  border-radius: 10px;
}

.service .tab__content .col__info{
  background: #fff;
  border-radius: 10px;
  padding-top: 20px;
}

.service .tab__content .tab__info{
    text-align: justify;
    background: #fff;
    border-radius: 10px;
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 55px;
    padding-bottom: 50px;
    height: 480px;
    overflow-y: scroll;
}

.service .tab__content .tab__info p{
  font-size: 16px;
}

.service .tab__content .tab__info ul{
  list-style: none;
  padding-left: 0;
  margin-bottom: 0;
}

.service .tab__content .tab__info ul li{
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-left: 35px;
}

.service .tab__content .tab__info ul li:before{
  content: '';
  position: absolute;
  height: 25px;
  width: 25px;
  left: 0;
  top: 10px;
  border-radius: 100%;
  background-color: #fadecb;
  background-image: url(/wp-content/themes/elenamed/assets/images/right-arrow-angle.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  padding: 5px;
}

.service .tab__content .tab__info::-webkit-scrollbar-track {
    border-radius: 1px;
}

.service .tab__content .tab__info::-webkit-scrollbar {
    width: 12px;
}

.service .tab__content .tab__info::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #dbdee6;
}

.service .tab__content .col-md-6 {

}

[data-tab-content] {
  display: none;
}
.device__tabs .active {
  display: flex;
}

.afect__tabs{
  max-width: 740px;
  width: 100%;
  margin: auto;
}

.services__list{
  padding-top: 85px;
  padding-bottom: 85px;
}

.services__list .col__text h4{
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}

.services__list .col__carousel{
  transform: translateX(16px);
}

.services__list .col__carousel .item{
  padding-left: 16px;
  padding-right: 16px;
}

.services__list .col__carousel .content{
  background-color: #fff;
  border-radius: 30px;
  padding-top: 75px;
  padding-bottom: 75px;
  padding-left: 35px;
  padding-right: 30px;
}

.services__list .col__carousel .button:hover{
  color: #000;
}

.services__list .col__carousel .content h4{
  font-size: 18px;
  margin-bottom: 5px;
  color: #000;
}

.services__list .col__carousel .content p{
  color: #5b5b5b;
  line-height: 1.1;
}

.services__list .col__carousel .slick-prev{
  display: none!important;
}

.services__list .col__carousel .carousel__right{
  position: absolute;
  z-index: 2;
  background: #000;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  height: 42px;
  width: 42px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.services__list .col__carousel .carousel__right img{
  width: 18px;
  height: 18px;
}

.service .video__row .row{
  align-items: center;
}

.service .video__row .col__video{
  display: flex;
  justify-content: flex-end;
}

.service .video__row .col__video a{
  position: relative;
  display: flex;
  margin-right: 10px;
}

.service .video__row .col__video a:before{
  content: '';
  position: absolute;
  width: calc(100% + 30px);
  height: 80%;
  top: 10%;
  left: -15px;
  background: #fadecb;
  border-radius: 10px;
}

.service .video__row .col__video a::after{
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.4;
  border-radius: 20px;
  z-index: 2;
}

.service .video__row .col__video .video__img{
  max-width: 328px;
  width: 100%;
  z-index: 2;
  position: relative;
  border-radius: 20px;
}

.service .video__row .col__video .play__icon{
  position: absolute;
  width: 64px;
  height: 64px;
  left: 0;
  right: 0;
  margin: auto;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
}

.service .video__row .col__text{
  padding-left: 30px;
  padding-right: 80px;
}

.service .video__row .col__text h3{
  font-size: 25px;
  font-weight: 600;
  text-transform: uppercase;
}

.service .video__row .col__text p{
  font-size: 14px;
  margin-bottom: 20px;
}

.service .video__row .col__text a.btn__book{
  background-color: #000;
  color: #fff;
  text-transform: uppercase;
  border: 1px solid #000;
  border-radius: 25px;
  display: inline-block;
  padding: 15px 35px;
  font-size: 13px;
  font-family: 'Ubuntu';
  margin-bottom: 40px;
  font-weight: bold;
}

.service .video__row .col__text .content{
  background-color: #f7f8fb;
  border-radius: 30px;
  color: #5b5b5b;
  padding: 60px 25px;
}

.service .about__service{
  padding-top: 80px;
}

.service .about__service h2{
  text-align: center;
  margin-bottom: 30px;
}



.service .beneficii {
    padding-top: 50px;
    padding-bottom: 50px;
}

.service .beneficii p {
    max-width: 420px;
}

.service .beneficii ul {
    margin-top: 40px;
}

.service .beneficii ul li {
    margin-bottom: 25px;

    list-style: none;
}

.service .beneficii ul li::before {
    content: "\203A";
    color: #fff;
    position: absolute;
    background: #fadecb;
    border-radius: 100%;
    margin-left: -45px;
    padding: 6px 13px;
    font-size: 20px;
    margin-top: -2px;
    line-height: 1;
}

.service .blog__row:after{
    content: '';
    background: #f7f8fb;
    position: absolute;
    height: 550px;
    width: 100%;
    left: 0;
    /* top: 0; */
    margin-top: -100px;
    z-index: -1;
}
.service .blog__row {
    padding-top: 50px;
}
.service .blog__row .title{
    margin-top: 0px;
}


.contacts{
    margin-top: 200px;
    max-width: 1140px;
    margin: auto;
    margin-top: 210px;
    margin-bottom: 50px;

}

.contacts p {

    font-size: 15px;
}
.contacts .contact-top{
    text-align: center;
    max-width: 500px;
    margin: auto;
    margin-bottom: 50px;
}
.contacts .contact-top p{
    margin-top: 30px;
    font-size: 18px;
    margin-bottom: 30px;
}

.contacts .contact__icon{
    height: 34px;
}
.contacts .icon__black{
    background: #000;
    border-radius: 100%;
}

.contacts .icon__black img{
    padding: 6px;
}
.contacts .icon-contact{
    margin-bottom: 25px;
    font-size: 18px;
}
.contacts .icon-contact span{
    margin-right: 25px;
}

.contacts .contact-form input, .contacts .contact-form textarea{
    width: 100%;
    background: #f7f8fb;
    border: 1px solid #e3e6ee;
    border-radius: 21px;
    padding: 10px 20px;
    margin-bottom: 15px;
}
.contacts .wpcf7{
    margin-top: 50px;
}
.contacts .wpcf7-submit {
    background: #000000!important;
    color: #ffffff;
    padding: 10px 40px 13px 40px;
    border-radius: 25px;
    margin-top: 20px;
    text-decoration: none !important;
    transition: all 0.6s;
    text-transform: uppercase;
}

.contacts .wpcf7-submit:hover {
    background: #ffffff!important;
    color: #000000;
    transition: all 0.6s;
}
.contacts .wpcf7 .wpcf7-list-item{

    margin-top: 20px;
}
.contacts .wpcf7 .wpcf7-list-item span{
    margin-left: 35px!important;
}
.contacts .wpcf7 .wpcf7-list-item span:before{
    display: block;
    content: '';
    width: 25px;
    height: 25px;
    background: #ffffff;
    position: absolute;
    text-align: center;
    line-height: 28px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: 1px solid #000;
    top: -25px;
}

.contacts .wpcf7-list-item input:checked + span:before{
    content: '\2713';
    color: #000;
    font-weight: 900;
    padding-top: 1px;
    font-size: 20px;
    line-height: 1;
 }
.contacts .wpcf7 .wpcf7-list-item .acceptance{
    display: none!important;
}
.contacts .contact-options a{
        color: #000;
    }

.contacts #map{
	height: 500px;
	border-radius: 25px;
}
.back__menu{
  display: none;
}
.header__phone{
  display: none;
}
@media (max-width: 1240px) {

  header .menu{
    position: absolute;
    height: 0;
    width: 0;
    overflow: auto;
    left: 0;
    top: 0;
    background: #0fa5b4;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 10%;
    padding-right: 10%;
    z-index: -1;
    opacity: 0;
  }
  header .menu li a{
    color: #fff;
  }
  header .menu .phone__item{
    position: relative;
    right: 0;
    margin-top: 50px;
    padding-bottom: 0;
    padding-top: 0;
  }
  header .menu .phone__item a{
    background-color: #000;
    color: #fff;
    width: 265px;
    margin-left: 0;
    display: inline-block;
    font-size: 18px;
    position: relative;
    padding: 10px 26px;
    border-radius: 25px;
  }
  header .menu .phone__item a::before{
    content: '';
    position: absolute;
    left: 15px;
    top: 11px;
    width: 25px;
    height: 25px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/themes/elenamed/assets/images/phone.svg);
  }
  header .nav__btn a{
    background-color: #000;
    color: #fff;
    width: 265px;
    display: inline-block;
    font-size: 13px;
    margin-left: 0;
    padding: 15px 26px;
  }
  header .menu li{
    text-align: center;
    width: 100%;
  }

  header .menu-item-has-children a{
    position: relative;
    display: inline-block;
    width: 100px;
  }

  header .menu-item-has-children a::before{
    content: '';
    position: absolute;
    right: -15px;
    top: 3px;
    width: 17px;
    height: 17px;
    background-color: #9be3e0;
    border-radius: 50%;
    background-size: 9px 17px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(/wp-content/themes/elenamed/assets/images/arrow-menu.svg);
  }
  header .back__menu{
    font-size: 15px;
    font-weight: bold;
    color: #000;
    background: #fff;
    border-radius: 25px;
    padding: 18px;
    padding-bottom: 20px;
  }
  header .back__menu img{
    width: 10px;
  }
  header .back__menu.active{
    display: inline-block;
    z-index: 99;
    position: fixed;
    left: 31px;
    top: 20px;
  }

  header .menu-item-has-children .sub-menu li{
    text-align: left;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  header .menu-item-has-children .sub-menu a{
    color: #000;
    width: 100%;
    pointer-events: none;
  }
  header .menu-item-has-children .sub-menu a::before{
    display: none;
  }
  header .menu-item-has-children.active .sub-menu a{
    pointer-events: initial;
  }

  header .menu-item-has-children.active .sub-menu{
    left: 36px;
    top: 50px;
    width: 100%;
    max-width: 300px;
    z-index: 9;
    overflow: auto;
    height: 85%;
    text-align: left;
    position: fixed;
  }
  header .menu-item-has-children::before{
    content: '';
    position: fixed;
    transform: translateX(100%);
    opacity: 0;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
    background-color: #9be3e0;
    transition: 0.4s;
  }
  header .menu-item-has-children.active::before{
    transform: translateX(0);
    opacity: 1;
    z-index: 1;
  }

  .col__menu{
    display: flex;
    justify-content: flex-end;
  }
  .burger__menu{
    position: relative;
    right: 20px;
    top: 0;
    height: 46px;
    width: 46px;
    background: #000;
    border-radius: 100%;
    z-index: 10;
  }

  .burger__menu span{
    width: 25px;
    height: 3px;
    position: absolute;
    left: 10.5px;
    top: 14px;
    background: #fff;
    border-radius: 20px;
    transition: 0.4s;
  }

  .burger__menu span:nth-child(2){
    top: 21px;
  }

  .burger__menu span:nth-child(3){
    top: 28px;
  }

  header.active .burger__menu span{
    transform: rotate(135deg);
    top: 20px;
  }

  header.active .burger__menu span:nth-child(2){
    transform: rotate(45deg);
  }

  header.active .menu{
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 9;
    opacity: 1;
  }
  .fancybox-is-open .fancybox-content{
    height: 100%!important;
  }
}

@media (max-width: 1200px) {
  .container-md{
    max-width: 90%;
  }
  .slider .slider__left{
    left: -20px;
  }
  .slider .slider__right{
    left: -20px;
  }
  .slider .slider__scroll{
    margin: auto;
  }
  h2.title{
    font-size: 50px;
  }
  .slider .slider__address{
    font-size: 15px;
    margin-top: 10px;
  }
  .slider .slider__bottom{
    top: 80%;
  }
  .slider .slick-track
  {
      display: flex !important;
  }

  .slider .slick-slide
  {
      height: inherit !important;
  }
  .service .service__row .service__booking img{
    width: 100%;
  }
  .service .title{
    font-size: 40px;
  }
  .service .service__content p{
    font-size: 14px;
  }
  .service .device__row:before{
    top: -120px;
    height: 120px;
  }
  .service .tab__content .tab_featured img{
    height: 100%;
  }
  .service .tab__content .tab__info{
    padding: 30px;
    height: 350px;
  }
  .service .tab__content .tab__info p{
    font-size: 14px;
  }
  .service .video__row .col__text{
    padding-right: 0px;
  }
  .about{
    padding-left: 16px;
    padding-right: 16px;
  }
.about .timeline{
    margin-right: 10px;
    margin-left: 10px;
    padding-left: 15px;
    padding-right: 15px;
}
.about .timeline a{
}
.about .year__info{

}
.about .timeline .year, .about .timeline .year__info{
    padding: 10px 20px!important;
    text-align: center;
}
}
@media (max-width: 768px) {
  .header__phone{
    display: flex;
    position: absolute;
    left: 0px;
    top: -10px;
    background: #fff;
    border-radius: 50%;
    align-items: center;
    transition: 0.4s;
  }
  .header__phone a{
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    opacity: 0;
    color: #000;
    font-size: 18px;
    transition: 0.4s;
    display: none;
    z-index: 2;
  }
  .header__phone a:hover{
    color: #000!important;
    opacity: 0.7;
  }
  .header__phone.active{
    padding-left: 45px;
    padding-right: 15px;
    border-radius: 25px;
    padding-top: 3px;
    padding-bottom: 3px;
  }
  .header__phone.active a{
    width: auto;
    height: auto;
    opacity: 1;
    display: block;
  }
  .header__phone img{
    width: 46px;
  }
  .header__phone.active img{
    position: absolute;
    left: 10px;
    width: 30px;
  }
  header .menu-lg{
    text-align: center;
    margin-top: 16px;
  }
  header .logo{
    margin-left: 0;
  }
  header .col__menu{
    position: inherit;
  }
  header .menu li a{
    z-index: 1;
  }
  header .sub-menu{
    padding: 0;
    z-index: -1;
    transform: translatex(100%);
    transition: 0.4s;
  }
  header .menu-item-has-children.active .sub-menu{
    padding: 20px 24px;
    transform: translatex(0);
  }
  .burger__menu{
    position: absolute;
    right: 0px;
    top:-40px;
  }
  h2.title{
    font-size: 38px;
  }
  .slider .slide__1{
    padding-top: 0px;
    padding-bottom: 0px;
    height: 100vh;
    width: 100%;
    align-items: center;
    padding-left: 16px;
    padding-right: 16px;
    margin-left: 0;
    margin-right: 0;
  }
  .slider .slide__content{
    z-index: 2;
    padding-top: 50px;;
  }
  .slider .slider__info{
    font-size: 14px;
  }
  .slider .slide__1 .col__img{
    justify-content: flex-start;
    max-width: 50%;
    position: absolute;
    z-index: 1;
    left: -10%;
    top: -20px;
  }
  .slider .slider__bottom{
    top: inherit;
    bottom: 80px;
    text-align: center;
    margin: auto;
    left: 0;
    right: 0;
  }
  .slider .slider__address{
    margin-left: 0;
  }
  .slider .slider__icon{
    position: relative;
  }
  .slider .slider__left, .slider .slider__right{
    left: -10px;
    display: none!important;
  }
  .slider .slider__btn{
    margin-top: 0;
    padding: 13px 45px;
  }
  .next__slider{
    bottom: 20px;
  }
  .tratamente{
    margin-top: 20px;
  }
  .tratamente .deals__top{
    padding-left: 16px;
    padding-right: 16px;
  }
  .tratamente .deals__background{
    height: 400px;
  }
  .tratamente .col-md-5{
    padding-left: 0;
  }
  .tratamente .carousel__right{
    bottom: 29%;
    padding: 60px 25px;
    right: 0;
  }
  .tratamente .deals__bottom{
    padding-left: 35px;
    padding-right: 35px;
  }
  .echipa{
    padding-left: 16px;
    padding-right: 16px;
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .blog__edu .blog__content h3{
    font-size: 20px;
  }
  .service .service__row .service__content{
    margin-bottom: 30px;
  }
  .service .tabs{
    padding-left: 0;
    margin-bottom: 30px;
  }
  .service .tabs li{
    display: inline-block;
    margin-bottom: 16px;
  }
  .service .tab__content{
    max-height: 100%;
  }
  .carousel__service{
    margin-top: 40px;
  }
  .services__list .col__carousel .item{
    padding-left: 0;
  }
  .service .video__row .col__text{
    margin-top: 40px;
    padding-left: 0;
  }
  .service .video__row .col__text h3{
    font-size: 20px;
  }
  .service .about__service{
    padding-top: 50px;
  }
  .service .video__row .col__video a{
    margin-right: 0;
  }
  .video__list .col__video a .play__icon{
    margin-right: 10px;
  }
  .video__list .col__video a .bottom__video{
    padding-left: 10px;
    font-size: 15px;
    line-height: 1.1;
    height: 60px;
  }
  .contacts{
    margin-top: 100px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .contacts .contact-top p{
    font-size: 14px;
    text-align: center;
  }
  footer{
    padding-left: 16px;
    padding-right: 16px;
  }
  .service{
    margin-top: 90px;
  }
   .about .year__info{
       max-width: 100%!important;
       margin-left: 0px!important;
       flex: 0 0 100%!important;
       margin-top: 5px;
   }
   .time__item:nth-child(2) .year__info{
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.time__item:nth-child(3) .year__info{
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.time__item:nth-child(4) .year__info{
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.time__item:nth-child(5) .year__info{
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.time__item:nth-child(6) .year__info{
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.time__item:nth-child(7) .year__info{
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
.time__item:nth-child(8) .year__info{
    flex: 0 0 100%!important;
    max-width: 100%!important;
}
    .about .timeline .year{
        max-width: 30%;
        margin: auto;
        font-weight: bold;
    }
    .about .timeline a{
    font-size: 14px;
    }
    .about .timeline{
        margin-bottom: 50px;
    }
    .about .timeline .year, .about .timeline .year__info{
    padding: 6px 12px!important;
    text-align: center;
}
.about .about__member{
    margin-top: 150px!important;
}
.about .time__item{
    margin-bottom: 15px;
}
.popup .popup__content h3{
  font-size: 20px;
}
.popup .popup__content .desc{
  font-size: 14px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.popup .popup__content .contact-form input{
  padding: 10px 20px;
}
.popup.active{
  padding: 16px;
}
.popup .close__popup{
  right: 10px;
    top: 10px;
}
.popup .popup__content{
  max-width: 450px;
  width: 100%;
  padding-left: 20px;
padding-right: 20px;
}
.popup .popup__content .wpcf7-acceptance input{
  margin-right: 4px;
}
}


@media (max-width: 768px) {

    .contacts .contact-top {
        max-width: 90%;
    }
    .contacts .contac-info{
       flex-direction: column-reverse;
    }
    .contacts .contact-options{
        margin-top: 50px;
    }
    .contacts .icon-contact{
      font-size: 15px;
    }
    .contacts .icon-contact span{
      margin-right: 15px;
    }

}
