header{
    padding-top: 30px;
}

header .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

header .logo{
    width: 20%;
}

header .logo img{
    width: 100%;
    margin-top: -5px;
}

.map-header-mob{
    display: none;
}

.map-header{
    width: 20%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.map-header a{
    text-decoration: none;
    color: #000;
}

.phone-header a{
    text-decoration: none;
    color: #000;    
}

.map-header .left{
    width: 20%;
}

.map-header .left img{
    width: 40%;
    margin: 7px 0 0 30px;
}

.map-header .right{
    width: 75%;
}

.map-header .right p{
    font-family: centurygothic; 
    font-size: 12px;  
}

.map-header .right p > span{
    font-family: centurygothic; 
    font-size: 11px;  
    font-weight: 400;    
}

.phone-header{
    width: 15%;
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;   
    margin-top: -5px; 
}

.phone-header .right{
    width: 100%;
}

.phone-header .right p{
    font-family: centurygothic; 
    font-size: 16px; 
    padding: 0;   
    margin: 0;
    font-weight: 700;
}

.phone-header .right p > span{
    font-family: centurygothic; 
    font-size: 11px;
    font-weight: 100;
    color: #efc298;
}

.lang{
    width: 10%;
    font-family: centurygothic; 
    font-size: 18px;
    margin-top: -25px;
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap; 
    align-content: center;
    margin-left: 30px;        
}

.lang-item{
    width: 35%;
    border-radius: 50%;
    border: solid 1px #efc49c;
    text-align: center;
    height: 37px;
    align-items: center;
    justify-content: center;
    display: flex;   
    cursor: pointer;
}

.form-select {
    display: block;
    width: 100% !important;
    padding: 0rem !important;
    padding-left: 5px !important;
    padding-right: 5px;
    -moz-padding-start: calc(0.75rem - 3px);
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #fff;
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #ced4da;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.menu-header{
    width: 5%;
}

.menu-header img{
    width: 35px;
    margin-top: -5px;
}

.top-menu-wrap{
    width: 100%;
    height: auto;
    margin-top: 20px;
    border-top: solid 1px #8080803b; 
    border-bottom: solid 1px #8080803b;    
}

.top-menu-wrap a{
    text-decoration: none;
    color: #fff;
}

.top-menu-wrap .container{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 0;
}

.top-menu-wrap nav{
    width: 100%;
    margin: 0 auto;
}

.menu{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-left: 0rem;
}

.menu-li{
    width: auto;
    padding: 15px 30px 0 30px;
    font-size: 14px;
    font-family: centurygothic;  
    text-align: left;
    list-style: none;
    color: #000;
}

.menu li > a{
    text-decoration: none;
    color: #000;
}

.banner{
    width: 100%;
    height: 100vh;
}

.banner .container{
    position: relative;
}

.element46{
    position: absolute;
    top: 10px;
    left: -100px;
}

.element46 img{
    width: 150px;
}

.banner-wrapper{
    background: url(img/depil.jpg);
    background-repeat: no-repeat;
    background-position: center 0px top 0px;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.banner-title{
    width: 80%;
    text-align: center;
    font-family: centurygothic; 
    font-size: 42px;
    padding-top: 120px;
    font-weight: 400;
    color: #fff;
    margin: 0 auto;
}

.banner-sm-title{
    width: 80%;
    text-align: center;
    font-family: centurygothic; 
    font-size: 20px;
    padding-top: 35px;   
    background: url(img/leaves.png);
    background-size: 40px; 
    background-repeat: no-repeat;
    background-position: left;
    padding-left: 50px;
    color: #fff;
    margin: 0 auto;
}

.banner-text{
    width: 60%;
    text-align: center;
    font-family: centurygothic; 
    font-size: 16px;
    padding-top: 30px;  
    padding-bottom: 30px;
    color: #fff;
    margin: 0 auto;
}

.banner-button {
    width: 250px;
    height: 50px;
    color: #000;
    border-radius: 4px;
    font-family: centurygothic;
    background: #ebcfb5;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin: 0 auto;
    cursor: pointer;
}

.carousel-inner{
    width: 100% !important;
    height: 450px !important;
}

.about{
    padding-top: 50px;
    padding-bottom: 50px;
}

.about a{
    text-decoration: none;
}

.about .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    position: relative;  
}

.carousel-control-next, .carousel-control-prev {
    position: absolute;
    top: 50px !important;
    bottom: 0;
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 15%;
    padding: 0;
    color: #fff;
    text-align: center;
    background: 0 0;
    border: 0;
    opacity: .5;
    transition: opacity .15s ease;
}

.about-round{
    position: absolute;
    top: 190px;
    left: 45%;
    right: 0;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: #ebcfb5;
    z-index: 99;
    cursor: pointer;
}

.about-round-border{
    width: 110px;
    height: 110px;
    border-radius: 50%;
    border: solid 1px #fff;
    position: relative;
    top: 5px;
    text-align: center;
    margin: 0 auto;
}

.about-round p{
    font-family: centurygothic; 
    text-align: center;
    margin: 0 auto;
    width: 90%;
    padding-top: 35px;
    font-size: 13px;
}

.about-banner{
    width: 100%;
    height: 400px;
}

.about .left{
    width: 50%;
}

.about ul{
    padding-left: 0rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    padding-top: 30px;
    width: 100%;
    margin: 0 auto; 
}

.about li{
    width: 24%;
    font-family: centurygothic; 
    font-size: 14px;
    font-weight: 700;  
    list-style: none;
    padding-left: 65px;
    padding-top: 10px; 
    padding-bottom: 40px;    
}

.about-title{
    font-family: centurygothic; 
    font-size: 32px;
    padding-top: 30px;
    padding-bottom: 20px;
}

.about .left p{
    font-family: centurygothic; 
    font-size: 15px;
    width: 90%;
}

.about .left p > span{
    font-family: centurygothic;
    color: #E5AD79;
}

.about .right{
    width: 50%;
}

.about .right img{
    width: 100%;
    position: relative;
    top: 100px;
    left: 0px;
    border-radius: 8px;
}

.about-button{
    background: #ebcfb5;
    width: 160px;
    height: 40px;
    padding: 9px 10px;
    color: #000;
    font-family: centurygothic;
    font-size: 14px;
    text-align: center;
    border-radius: 6px;
    margin-top: 10px;
    cursor: pointer; 
}

.about-item-image-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    width: 100%;
    margin-top: 30px;   
}

.about-item-image-item{
    width: 90%;
    height: 300px;
    border-radius: 6px;
}

.about-right-item-wrapp{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
    margin-top: 100px;  
    background: #ebcfb5bf;
    border-radius: 6px;
    margin-left: 50px;  
    padding-top: 20px;
}

.about-right-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.about-right-item .left{
    width: 20%;
    height: 50px;
}

.about-right-item .left img{
    width: 50px;
    position: relative;
    top: 5px !important;
}

.about-right-item .right{
    width: 75%;
}

.about-right-item .right p{
    font-family: centurygothic; 
    font-size: 20px;   
}

.banner-item-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

.banner-item{
    width: 32%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.banner-item .left{
    width: 50%;
    font-family: centurygothic; 
    font-size: 44px;
    font-weight: 900;
    color: #2d88ff;
}

.banner-item .right{
    width: 50%;
    font-family: centurygothic; 
    font-size: 16px;
}

.banner-item-text{
    margin-top: 60px;
}

.services{
    padding: 50px 0 50px 0;
    background: #f6f8fc;
}

.services a{
    text-decoration: none;
    color: #fff;
}

.services .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;      
}

.serv2{
    height: 350px !important;
}

.services-item{
    width: 24%;
    height: 180px;
    border-radius: 4px;
    background: #fff;
    margin-top: 30px;
    position: relative;
}

.services-item-show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 6px;
    background: #000000ad;
}

.services-item .top{
    width: 80%;
    margin: 0 auto;
    padding-top: 20px;
}

.services-item .top img{
    width: 42px;
}

.services-item .center{
    width: 100%;
    height: auto;
    padding-top: 40px;
    padding-bottom: 20px;
}

.services-item .center p{
    width: 90%;
    margin: 0 auto;
    text-align: center;
    font-family: centurygothic;
    font-size: 20px;
    padding-bottom: 20px;
    color: #000;
}

.services-item .center p > span{
    font-family: centurygothic; 
    font-size: 14px;
}

.services-item .center ul{
    margin: 0 auto;
}

.services-item .center li{
    background: url(img/leaves.png);
    background-size: 25px;
    background-repeat: no-repeat;
    background-position: left top 12px;
    padding-left: 30px; 
    font-family: centurygothic; 
    font-size: 14px;     
    list-style: none;  
    color: #fff;
    padding-top: 15px;
}

.services-item .bottom{
    width: 90%;
    margin: 0 auto;
}

.services-button{
    width: 150px;
    height: 30px;
    color: #000;
    border-radius: 4px;
    font-family: centurygothic;
    background: #ebcfb5;
    font-size: 14px;
    text-align: center;
    padding: 5px 5px;
    margin: 0 auto;
    cursor: pointer;  
}

.services-button-2{
    width: 170px;
    height: 40px;
    color: #000;
    border-radius: 4px;
    font-family: centurygothic;
    background: #ebcfb5;
    font-size: 15px;
    text-align: center;
    padding: 8px 10px;
    margin-top: 115px;
    cursor: pointer;  
}

.otzivi{
    padding: 50px 0 80px 0;
}

.otzivi .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.otzivi-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 68%;     
}

.otzivi-item{
    width: 31%;
    height: 500px;
    margin-top: 20px;
    position: relative;
}

.otzivi-show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #0000007d;
}

.otzivi-item .top{
    width: 100%;
}

.otzivi-item .top img{
    width: 80px;
}

.otzivi-item .center-2{
    width: 90%;
    margin: 0 auto;
    padding-top: 50px;
}

.otzivi-item .center-2 img{
    width: 70px;
    position: relative;
    top: 30px;
}

.otzivi-item .center{
    width: 90%;
    margin: 0 auto;
    padding-top: 220px;
}

.otzivi-name{
    font-family: centurygothic; 
    font-size: 16px;
    color: #fff;
}

.otzivi-name-title{
    font-family: centurygothic; 
    font-size: 12px;
    padding-top: 20px;

}

.otzivi-text{
    font-family: centurygothic; 
    font-size: 13px;
    padding-top: 20px; 
    color: #fff;   
}

.otzivi-date{
    font-family: centurygothic; 
    font-size: 14px;
    padding-top: 20px; 
    font-weight: 700;    
}

.result{
    padding: 50px 0 50px 0;
    background: #fdfdfd;
}

.result-item-wrapper{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.result-item{
    width: 24%;
    height: 270px;
    border-radius: 6px;
    position: relative;
    margin-top: 30px;    
}

.result-item-show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000f0;
}

.result-item-image{
    width: 100%;
    margin: 0 auto;
    text-align: center;
    padding-top: 100px;    
}

.result-item img{
    width: 30px;
    margin: 0 auto;
    text-align: center;
}

.result-item p{
    font-family: centurygothic; 
    font-size: 14px;
    padding-top: 20px;
    margin: 0 auto;    
    text-align: center;
    color: #fff;
}    

.offer{
    padding: 100px 0 110px 0;
    background: url(img/closeup-sexy-female-posing-while-wearing-white-lingere.jpg);
    background-size: cover;
    background-position: right top 0px;
}

.offer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;  
}

.offer-abs-image{
    position: absolute;
    top: 100px;
    right: 0px;
}

.offer .left{
    width: 40%;
    height: 480px;
}

.offer .right{
    width: 70%;
}

.offer-title{
    font-family: centurygothic; 
    font-size: 34px;
    font-weight: 700;
    padding-top: 20px;
    line-height: 40px;
    color: #000;
}

.offer-sm-title{
    font-family: centurygothic;  
    font-size: 22px; 
    padding-top: 10px;  
    color: #000;
}

.offer form{
    width: 80%;
    font-family: centurygothic; 
}

.offer form > label{
    width: 100%;
    margin-top: 20px;
    color: #000;
    font-size: 15px;
}

.offer form > label > input{
    width: 300px;
    height: 40px;
    outline: none;
    border: none;
    border: solid 1px #d5ac89;
    border-radius: 4px;
    padding-left: 20px;
    font-family: centurygothic; 
}

.offer p{
    font-family: centurygothic; 
    font-size: 12px;     
}

.offer-button {
    width: 300px;
    height: 50px;
    color: #000;
    border-radius: 4px;
    font-family: centurygothic;
    background: #ebcfb5;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    margin-top: 30px;
    cursor: pointer;
    border: none;
}

.news{
    padding: 100px 0 100px 0;
}

.news .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;       
}

.news-item{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;   
    margin-top: 40px; 
}

.news-item .left{
    width: 49%;
    height: 300px;
}

.news-item .right{
    width: 49%;
}

.news-icon{
    width: 100%;
    text-align: left;
}

.news-icon img{
    width: 50px;
}

.otz-icon{
    width: 100%;
    text-align: left;    
}

.otz-icon img{
    width: 30px !important;
    position: relative;
    top: 0px !important;    
}


.news-title{
    font-family: centurygothic; 
    font-size: 22px;   
    font-weight: 700; 
    padding-top: 20px; 
}

.news-text{
    font-family: centurygothic; 
    font-size: 14px;  
    padding-top: 15px;       
}

.news-data{
    font-family: centurygothic; 
    font-size: 12px;  
    padding-top: 20px;
    font-weight: 700;      
}

.right-arrow{
    float: right;
    font-family: centurygothic; 
}

.news-item-2{
    width: 49%;
    height: 250px;
    position: relative;
    margin-top: 20px;
}

.news-item-show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #080808b5;
}

.news-item-2 p{
    color: #fff;
    font-family: centurygothic; 
    font-size: 16px;
    text-align: left;
    width: 90%;
    margin: 0 auto;
    padding-top: 140px;
}

.news-item-2 p > span{
    font-size: 14px;
}

footer{
    padding-top: 40px;
    padding-bottom: 50px;
}

footer .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    position: relative;
}

.footer-png{
    position: absolute;
    top: 350px;
    right: 200px;
    overflow: hidden;
}

.footer__wrap{
    width: 45%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
}

.footer__wrap__map{
    width: 90%;
    margin-top: 0px;
}

.footer__wrap__map iframe{
    border-radius: 6px;
}

.footer__title{
    width: 100%;
    text-align: left;
    color: #000;  
    font-family: centurygothic; 
    padding-bottom: 30px;
}

.footer__item{
    width: 50%;
    height: auto;
    padding-bottom: 20px;
    padding-right: 50px;
    display: flex;
    justify-content: space-around;
}

.footer__item a{
    text-decoration: none;
    color: #000;
}

.footer__item .left{
    width: 10%;
}

.footer__item .left img{
    width: 20px;
    position: relative;
    top: 4px;
    left: 0px;
}

.footer__item .right{
    width: 88%;
    padding-left: 15px;
}

.footer__item .right p{
    text-align: left;
    font-size: 14px;
    font-family: centurygothic; 
    padding: 0;
    margin: 0;
}

.footer__item .right p > span{
    font-family: centurygothic; 
    font-size: 12px;
}

.footer__item__txt{
    width: 100%;
    text-align: left;
    font-size: 14px;
    font-family: centurygothic;
    height: auto;
    padding-bottom: 20px;      
}

.footer__wrap form{
    width: 350px;
}

.maps_card{
    text-align: left;
    list-style: none;
    width: 100%;
    padding-left: 0 !important;
}

.maps_card a{
    text-decoration: none;
    color: #000;
}

.maps_card li{
    padding-bottom: 20px;
    background: url(img/check-mark.png);
    background-size: 12px;
    font-size: 14px;
    font-family: centurygothic; 
    background-repeat: no-repeat;
    background-position: left top 17px;
}

.foott{
    width: 100%;
    height: 40px;
    background: #ebcfb5;
}


.worker{
    padding: 40px 0 50px 0;
}

.worker .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.worker h1{
    height: 80px !important;
}

.worker a{
    text-decoration: none;
    color: #000;
}

.worker-wrapper{
    margin: 0 auto;
    text-align: center;
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;    
    padding-bottom: 40px;
}

.worker-item{
    width: 23%;
    height: 480px;
    border-radius: 4px;
    box-shadow: 3px 3px 3px 3px rgb(0 0 0 / 10%);
    margin-top: 20px;
}

.worker-item .top{
    width: 100%;
    height: 300px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.worker-content{
    padding: 20px 0 0 0;
    text-align: center;
    margin: 0 auto;
    width: 90%;
}

.worker-name{
    font-family: centurygothic; 
    font-size: 16px; 
    line-height: 25px;
    padding-bottom: 5px; 
    font-weight: 700;  
}

.worker-line{
    width: 30%;
    height: 2px;
    margin: 0 auto;
    background: #fdb069;
    border-radius: 4px;
}

.worker-title{
    font-family: centurygothic; 
    font-size: 14px; 
    padding-top: 10px;   
}

.worker-button{
    font-family: centurygothic; 
    font-size: 14px; 
    padding-top: 30px;  
    font-weight: 700;   
}

.about-image-wrap{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
}

.about-image-item{
    width: 24%;
    height: 250px;
    margin-top: 20px;
    border-radius: 4px;
}

.owl-carousel .owl-stage-outer {
    padding-bottom: 40px !important;
}

.owl-prev {
    background: #0bb265!important;
    width: 30px!important;
    color: #fff!important;
    font-family: centurygothic!important;
}

.owl-next {
    background: #0bb265!important;
    width: 30px!important;
    color: #fff!important;
    font-family: centurygothic!important;
}

.butonincata {
    position: relative;
}

.butonincata:before {
    content: '';
    display: block;
    width: 25px;
    background: rgba(255,255,255,0.5);
    position: absolute;
    top: 0;
    bottom: 0;
    -webkit-transform: skew(-25deg);
    transform: skew(-25deg);
    -webkit-animation: btnLeftToRight 3s linear infinite;
    -moz-animation: btnLeftToRight 3s linear infinite;
    -o-animation: btnLeftToRight 3s linear infinite;
    animation: btnLeftToRight 3s linear infinite;
    opacity: 1.0;
    cursor: pointer;
}

@keyframes btnLeftToRight {
0% {
    left: 3%;
opacity: 0.0;
    
}
3% {
    left: 5%;
opacity: 1.0;
    
}
50% {
    left: 75%;
opacity: 1.0;
}
60% {
    left: 80%;
opacity: 0.0;
}
100% {
    left: 0%;
opacity: 0.0;
}
}

.vidjet{
    position: fixed;
    right: 10px;
    bottom: 24%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/whatsapp-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;
    z-index: 9999;
    cursor: pointer;
    box-shadow: 0 0 0 #4caf50;
    animation: pulse 2s infinite;
}

.vidjet_2{
    position: fixed;
    right: 10px;
    bottom: 7%;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    text-align: center;
    color: #fff;
    vertical-align: top;
    background-image: url(img/telephone-22.png);
    background-repeat: no-repeat;
    background-position: center top 15px;
    background-size: 32px;    
    z-index: 9999;
    cursor: pointer;
    animation: pulse 2s infinite;
}

.vidjet:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px 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 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px 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);
  }
}

.vidjet__text{
    font-family: centurygothic; 
    font-size: 12px;
    position: relative;
    top: 32px;
}

.vidjet__text_2{
    font-family: centurygothic;  
    font-size: 12px;
    position: relative;
    top: 25px;
}

.modal-title{
    font-size: 18px !important;
}

.vidjet_2:hover {
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(204,169,44, 0.4);
  }
  70% {
      -webkit-box-shadow: 0 0 0 40px 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 10px rgba(204,169,44, 0);
      box-shadow: 0 0 0 10px #dee2e6;
  }
  100% {
      -moz-box-shadow: 0 0 0 0 rgba(204,169,44, 0);
      box-shadow: 0 0 0 0 rgba(204,169,44, 0);
  }
}

.page{
    padding: 30px 0 50px 0;
}

.page .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.page .left{
    width: 55%;
}

.page-title{
    font-family: centurygothic; 
    font-size: 24px; 
    padding-top: 30px;   
    padding-bottom: 10px;  
}

.page-sm-title{
    font-family: centurygothic; 
    font-size: 20px; 
    padding-top: 30px;      
}

.page p{
    font-family: centurygothic;  
    font-size: 14px;
    font-weight: 600;     
}

.page .right{
    width: 40%;
}

.page .right img{
    width: 100%;
    position: relative;
    top: 30px;
    border-radius: 4px;
}

.page ul{
    padding-top: 10px;
    padding-left: 0rem;
}

.page li{
    padding-top: 15px;
    font-family: centurygothic;  
    font-size: 14px; 
    font-weight: 600;   
    background: url(img/diamond.png);
    background-size: 14px;
    background-repeat: no-repeat; 
    background-position: left top 18px;
    padding-left: 30px;
    list-style: none;
}

.page-wrapper{
    width: 100%;
    height: 200px;
    position: relative;
    border-radius: 4px;
}

.page-wrapper-show{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333333c4;
    border-radius: 4px;
}

.page-wrapper-sm-title{
    font-family: centurygothic; 
    font-size: 15px; 
    padding-top: 60px;
    color: #fff;
    padding-left: 50px;  
}

.page-wrapper-title{
    font-family: centurygothic; 
    font-size: 28px; 
    padding-top: 10px;   
    padding-bottom: 10px; 
    color: #fff;
    padding-left: 50px;
}

.page-wrapper-button {
    width: 250px;
    height: 50px;
    color: #000;
    border-radius: 30px;
    font-family: centurygothic;
    background: #fff;
    font-size: 15px;
    text-align: center;
    padding: 14px 10px;
    cursor: pointer;
    float: right;
    position: relative;
    top: -70px;
    right: 50px;
}

.offer-page{
    padding-top: 50px;
    width: 100%;
}

.offer-page-text{
    font-family: centurygothic;
    font-size: 20px;
    text-align: center;
}

.offer-page-text span{
    font-family: centurygothic; 
    font-size: 15px;     
}

.offer-page-button-wrap{
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 30px;
}

.offer-page-button-1{
    width: 180px;
    height: 40px;
    color: #000;
    border-radius: 30px;
    font-family: centurygothic;
    background: #efc298;
    font-size: 15px;
    text-align: center;
    padding: 9px 10px;
    cursor: pointer;
    margin: 0 auto; 
}

.offer-page-button-2{
    width: 180px;
    height: 40px;
    color: #000;
    border-radius: 30px;
    font-family: centurygothic;
    background: #efc298;
    font-size: 15px;
    text-align: center;
    padding: 9px 10px;
    cursor: pointer; 
}

.mob-menu{
    display: none;
}

.copyright{
    text-align: center;
    margin: 0 auto;
    font-family: centurygothic;
    padding-top: 11px;
    font-size: 14px;
}

.doctor{
    padding: 50px 0 50px 0;
}

.doctor .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.doctor .left{
    width: 55%;
}

.doc-title{
    font-family: centurygothic; 
    font-size: 24px;
    font-weight: 700;
}

.doc-reg{
    font-family: centurygothic; 
    font-size: 16px;
    margin: 10px 0 0 0;
}

.doc-services{
    margin: 30px 0 0 0;
}

.doctor h3{
    margin: 30px 0 0 0;
    font-family: centurygothic; 
    font-size: 20px; 
    font-weight: 700;
}

.doctor p{
    margin: 20px 0 0 0;
    font-family: centurygothic; 
    font-size: 14px;
}

.doctor p > span{
    font-family: centurygothic; 
    font-size: 16px; 
    font-weight: 700;   
}

.doc-services ul{
    padding-left: 0rem;
}

.doc-services ul > li{
    list-style: none;
    font-family: centurygothic; 
    font-size: 14px;
    padding: 10px 0 0 0;
    background: url(img/diamond.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left top 14px;
    padding-left: 30px;    
}

.obuchenie{
    margin: 30px 0 0 0;
}

.obuchenie-title{
    font-family: centurygothic; 
    font-size: 16px; 
    font-weight: 700;     
}

.obuchenie ul{
    padding-left: 0rem;
}

.obuchenie ul > li{
    list-style: none;
    font-family: centurygothic; 
    font-size: 14px;
    padding: 10px 0 0 0;
    background: url(img/diamond.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: left top 14px;
    padding-left: 30px;    
}

.doctor .right{
    width: 40%;
}

.doctor-image{
    width: 90%;
    height: 500px;
}

.licenses{
    padding: 50px 0 50px 0;
}

.licenses .container{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.licenses-item{
    width: 47%;
    height: auto;
    margin-top: 30px;
    box-shadow: 0px 5px 10px 2px rgba(34, 60, 80, 0.2);
}

.licenses-item img{
    width: 100%;
}