@media only screen and (max-width: 600px) {

body{
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    margin: auto;
    padding:0;
}

header{
    padding-bottom: 20px;
}

header .logo {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

header .logo img {
    width: 70%;
    /* margin-top: -20px; */
}

.mob-menu{
    display: block;
}


.menu-btn {
    display: flex;
    align-items: center;
    position: fixed;
    top: 41px;
    right: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer;
    z-index: 9999;
}
 
.menu-btn > span,
.menu-btn > span::before,
.menu-btn > span::after {
  display: block;
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #000;
  transition-duration: .25s;
}
.menu-btn > span::before {
  content: '';
  top: -8px;
}
.menu-btn > span::after {
  content: '';
  top: 8px;
}

.menubox{
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  right: -100%;
  width: 300px;
  height: 100%;
  margin: 0;
  padding: 40px 20px;
  list-style: none;
  background-color: #ECEFF1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  transition-duration: .25s;
  z-index: 999;  
}

.menu-item {
  display: block;
  padding: 12px 24px;
  color: #333;
  font-family: 'Roboto', sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  transition-duration: .25s;
}
.menu-item:hover {
  background-color: #CFD8DC;
}

#menu-toggle{
  opacity: 0;
}

#menu-toggle:checked ~ .menu-btn > span{
  transform: rotate(45deg);
}
#menu-toggle:checked ~ .menu-btn > span::before{
  top: 0;
  transform: rotate(0);
}
#menu-toggle:checked ~ .menu-btn > span::after{
  top: 0;
  transform: rotate(90deg);
}
#menu-toggle:checked ~ .menubox {
    visibility: visible;
    right: 0;
}

.map-header{
    display: none;
}

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

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

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

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

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

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

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

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

.phone-header {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 10px;
    padding-bottom: 20px;
}

.phone-header .right {
    width: 100%;
    margin: 0 auto;
    text-align: center;
}

.lang{
    width: 100%;
    font-family: centurygothic;
    font-size: 18px;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    align-content: center;
    margin-left: 0px;
    margin: 0 auto;     
}

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


.top-menu-wrap{
    display: none;
}

.banner {
    width: 100%;
    height: 500px;
    background: url(img/Abstract-Bg-min-1.png);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 99;
}

.banner-wrapper {
    background: url(img/portrait-beautiful-young-female-mob.jpg);
    background-repeat: no-repeat;
    background-position: right 0px top 0px;
    background-size: 100%;
    width: 100%;
    height: 100%;
}

.banner-title {
    width: 100%;
    text-align: left;
    font-family: centurygothic;
    font-size: 24px;
    padding-top: 50px;
    font-weight: 700;
    color: #000;
}

.banner-text {
    width: 100%;
    text-align: left;
    font-family: centurygothic;
    font-size: 16px;
    padding-top: 30px;
    color: #000;
}

.banner-sm-title {
    width: 100%;
    text-align: left;
    font-family: centurygothic;
    font-size: 15px;
    padding-top: 20px;
    background: url(img/leaves.png);
    background-size: 40px;
    background-repeat: no-repeat;
    background-position: left top 20px;
    padding-left: 50px;
}

.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;
    cursor: pointer;
}

.about .left {
    width: 100%;
}

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

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

.about .right {
    width: 100%;
}

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

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

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

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

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

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

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

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

.worker-item .top {
    width: 100%;
    height: 380px;
    background-position: top 20px center;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
}

.result-item {
    width: 100%;
    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;
    border-radius: 4px;
}

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

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

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

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

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

.worker h1 {
    height: 50px !important;
    padding-top: 20px;
}

.page-wrapper {
    height: 250px;
}

.page-wrapper-title {
    font-size: 22px;
    padding-left: 30px;
}

.page-wrapper-sm-title {
    padding-left: 30px;
}

.page-wrapper-button {
    top: 20px;
    right: 70px;
}

.page .left {
    width: 100%;
}

.page .right {
    width: 100%;
}

.offer .right {
    width: 100%;
}

.offer-title {
    font-size: 24px;
    line-height: 35px;
}

.doctor .left {
    width: 100%;
    order: 2;
    padding-top: 30px;
}

.doctor .right {
    width: 100%;
    order: 1;
}

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

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

}