/*
Theme Name: Ortoghether
Theme URI: http://www.ortoghether.ro
Author: Draw.ro by Edition
Author URI: http:edition.ro/
Version: 1.0
Text Domain: ortoghether
*/

.page{
    margin: auto;
}
html {
    scroll-behavior: smooth;
}

body {
    background-color: #ffffff;
    font-size: 15px;
    color: #000000;
    font-family: "Kollektif Regular", sans-serif;
}

h2.title {
    font-size: 60px;
    font-family: "Italiana", sans-serif;
    line-height: 1;
}

.page {
    max-width: 1400px;
    margin: auto;
}

.hashtag {
    background-color: #f4d607;
    font-family: "Kollektif Bold", sans-serif;
    font-size: 18px;
    line-height: 1;
}
.hashtag a{
    color: #000;
}

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 .nav__btn {
    background: white;
    padding: 10px 30px;
    border-radius: 25px;
    margin-left: 75px;
    text-transform: uppercase;
    transition: all 0.6s;
}

header .nav__btn:hover {
    background: #000000;
    color: white;
    transition: all 0.6s;
}

header .menu-lg {
    padding: 0;
    margin: auto;
    max-width: 1400px;
    margin-top: 50px;
}
header a:hover{
    color: #fff!important;
}
header .menu-lg li{
    list-style: none;
    display: inline;
    padding: 10px;

}

.header-outer header {
    background: #f4d607;
    top: 40px;
}

.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 {
    margin-left: 20%;
}

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;
}

.slider {
    max-width: 1400px;
    margin-top: 10px;
}

.slider .slider__btn {
    background: #000000;
    color: #ffffff;
    padding: 10px 40px 13px 40px;
    border-radius: 25px;
    margin-top: 20px;
    text-decoration: none !important;
    transition: all 0.6s;
}

.slider .slider__btn:hover {
    background: #ffffff;
    color: #000000;
    transition: all 0.6s;
}

.slider .slider__action {
    margin-top: 50px;
}

.slider .slide__content {

}

.slider .slide__1 {

     padding-top: 15%;
    padding-bottom: 18%;
    padding-left: 6%;
}
.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;
    top: 70%;
}
@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;
}

.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(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 30px rgba(204,169,44, 0);
  }
  100% {
      -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
    box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -moz-box-shadow: 0 0 0 30px rgba(204,169,44, 0);
      box-shadow: 0 0 0 30px rgba(204,169,44, 0);
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.slider .title, .slider .slider__info{
    max-width: 500px;
}

.slider .slider__scroll {
    position: absolute;
    top: 150%;
    -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;
    left: -5%;
}

@-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 {

    margin: auto;
    margin-top: 80px;
    text-align: center;
}
.tratamente .deals__row{
   display: flex!important;
}
.tratamente p {
    font-size: 15px;
    font-family: "Kollektif Regular", sans-serif;
}

.tratamente .deals__title {
    font-size: 36px;
    font-family: "Kollektif Bold", sans-serif;
    margin-bottom: 20px;
}

.tratamente .deals__bottom {
    background: #ffe8d9;
    padding: 12% 15%;
}

.tratamente .deals__top {
    padding: 14% 8%;
    background: #fff;
}

.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: 4%;
    background: #fadecb;
    padding: 120px 35px;
    right: 56%;
}

.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: 220px;
}
.service__about {
    max-width: 1140px;
    margin: auto;
    text-align: center;
}
.about p {
    font-family: "Kollektif Regular", sans-serif;
    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 .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;
}
@media (max-width: 1200px) {
.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) {
   .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;
    }
    .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;
}
}

.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;
    background: #f7f8fb;
    padding-left: 30px;
    padding-bottom: 50px;
}

.about .about__member h4 {
    font-size: 20px;
}

.about .member__exp {
    font-size: 18px;
    margin-bottom: 50px;
}

.about .about__member .member__img {
    margin-top: -100px;
}
.about .diplom__img{
    max-height: 140px;
}
.team-page{
  padding-top: 50px;
  margin-top: 50px;
}
.about .member__content {
    padding-top: 40px;
    padding-right: 40px;
}
.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: 75px;
    margin-bottom: 75px;
}

.echipa p {
    font-family: "Kollektif Regular", sans-serif;
}

.echipa .echipa__info {
    text-align: center;
    margin-bottom: 75px;
}

.echipa .echipa__info p {
    max-width: 420px;
    margin: auto;
    margin-bottom: 10px;
}

.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: 100px;
    padding-bottom: 100px;
    margin-bottom: 50px;
}

.blog__edu p {
    font-family: "Kollektif Regular", sans-serif;
    font-size: 15px;
}

.blog__edu .blog__row {
    margin: auto;
    max-width: 1140px;
}
.blog__edu .blog__row:after{
    content: '';
    background: #f7f8fb;
    position: absolute;
    height: 720px;
    width: 100%;
    left: 0;
    /* top: 0; */
    margin-top: -100px;
    z-index: -1;
}
.blog__edu .blog__video {
    background-size: cover!important;
    border-radius: 25px;
}

.blog__edu .blog__content {
    padding-left: 3%;
}

.blog__edu .blog__content .blog__info {
    max-width: 400px;
}

.blog__edu .blog__content .blog__carousel {
    width: 150%;
    margin-left: -30%;
    margin-top: 40px;
}

.blog__edu .blog__content .blog__item {
    background: #ffffff;
    border-radius: 25px;
    padding: 30px;
    margin-left: 5%;
}

.blog__edu .blog__content .title__post {
    font-family: "Kollektif Bold", sans-serif;
    font-size: 18px;
}

.blog__edu .blog__content .blog__icon {
    position: absolute;
    z-index: 2;
    background: #000;
    right: 8px;
    top: 43%;
    padding: 10px 15px 15px 17px;
    border-radius: 100%;
}

.blog__edu .blog__content .blog__right {
    width: 18px;
    height: 18px;
}
.blog__edu .play__icon{
    width: 60px;
    margin-top: 15px;
}

.diplom__carousel .slick-active{

}

.service {
    max-width: 1140px;
    margin: auto;
    margin-top: 210px;
}

.service p {
    font-family: "Kollektif Regular", sans-serif;
}

.service .service__row {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.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 .title {
    margin-top: 50px;
    margin-bottom: 15px;
}

.service .services__btn {
    background: #000000;
    color: #ffffff;
    padding: 20px 40px 20px 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;
}

.service .device__row::before {
    content: "";
    position: absolute;
    background: #f7f8fb;
    width: 100%;
    height: 1050px;
    left: 0;
    z-index: -1;
    margin-top: -200px;
}

.service .device__top {
    text-align: center;
    margin-bottom: 40px;
}

.service .device__top p {
    max-width: 500px;
    margin: auto;
    margin-bottom: 20px;
}

.service .tabs {
    float: none;
    text-align: center;
    margin-bottom: 50px;
}

.service .tabs .active {
    background: #fadecb;
}

.service .tabs li {
    display: inline;
    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: 15px 40px 15px 40px;
    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__info {
    overflow-y: scroll;
    height: 500px;
    text-align: justify;
}

.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 {
    padding: 40px;
}

[data-tab-content] {
  display: none;
}
.device__tabs .active {
  display: flex;
}
.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;
    font-family: "Kollektif Regular", sans-serif;
    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-family: "Kollektif Regular", sans-serif;
    font-size: 15px;
}
.contacts .contact-top{
    text-align: center;
    max-width: 420px;
    margin: auto;
    margin-bottom: 50px;
}
.contacts .contact-top p{
    margin-top: 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;
}

.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;
    }


@media (max-width: 768px) {
    .contacts .contact-top p{
        text-align: justify;
    }
    .contacts .contact-top {
        max-width: 90%;
    }
    .contacts .contact-options{
        margin-top: 50px;
    }

}
