body{
  display: grid;
  font-family: "Gotham Pro";
  background: url("/img/det-body_teeth/1.svg") no-repeat 100% 0%,url("/img/det-body_teeth/2.svg") no-repeat 1% 4.4%,url("/img/det-body_teeth/3.svg") no-repeat 100% 11%,url("/img/det-body_teeth/4.svg") no-repeat 0% 12.1%,url("/img/det-body_teeth/5.svg") no-repeat 0% 23%,url("/img/det-body_teeth/6.svg") no-repeat 100% 25.8%,url("/img/det-body_teeth/7.svg") no-repeat 0% 39.5%,url("/img/det-body_teeth/8.svg") no-repeat 0% 59%,url("/img/det-body_teeth/9.svg") no-repeat 100% 60.7%,url("/img/det-body_teeth/10.svg") no-repeat 100% 70.1% #fff4e9; 
}
footer{
  display: grid;
  background: #FFCFA4;
  padding: 80px 0;
  border-radius: 25px;
}
h1{
  font-size: 64px;
  font-weight: 500;
  color:#523931;
}
h2{
  font-size: 50px;
  font-weight: 500;
  color:#523931;
  text-shadow: 2px 2px 4px #5B2F2740;
}
h3{
  font-size: 34px;
  font-weight: 500;
}
h4{
  font-size: 26px;
  font-weight: 500;
  color:#523931;
}
h5{
  font-size: 20px;
  font-weight: 500;
  color:#523931;
}
p{
  font-size: 20px;
  font-weight: 300;
  color:#5B2F27;
}
a{
  color: #FF7700;
  font-weight: 400;
  text-decoration-color: #ffc899;
}
.stndrt-shadow{
  box-shadow: 2px 2px 4px #5B2F2740;
}
.hands{
  background-image: url('/img/hands.png');
  background-repeat: no-repeat;
  background-size: 30%;
  background-position: 90% 20%;
}
.feet{
  background-image: url('/img/foots.png');
  background-repeat: no-repeat;
  background-size: 25%;
  background-position: 75% 10%;
}
.yellow{
  background-color: #FFEBC3!important;
}
.green{
  background-color: #E2FFD4!important;
}
.cyan{
  background-color: #DAF8FF!important;
}
.lean{
  background-color: #EDDFF5!important;
}
.pink{
  background-color: #FFD8ED!important;
}
.h-card{
  font-size: 40px;
  font-weight:700;
}
.b-880{
  max-width: 880px;
  margin: 15px;
}
.b-620{
  max-width: 620px;
  margin: 15px;
}
.border-main{
  border-radius: 25px;
}
.btn{
  color: white;
  font-size: 20px;
  align-self: center;
  line-height: 100%;
  padding: 20.5px 29.5px;
  border-radius: 40px;
  background-image: linear-gradient(45deg, #FF7700, #FF9D22);
  box-shadow:2px 2px 4px #5B2F2740;
}
.btn:hover{
  color: white;
  background-image: linear-gradient(315deg, #FF7700, #FF9D22);
}
.btn:active{
  color:white!important;
}
.form-d-consult, .f-d-consult-form{
  display: flex;
}
.form-d-consult{
  max-height: 618px;
  justify-content: center;
}
.form-input{
  max-width: 255px;
}
.f-d-consult-form{
  flex-direction: column;
  padding: 70px 83px 48px 91px;
  max-width: 1010px;
  background: url(/img/sun.svg) no-repeat 100% 100% #FFCFA4;
  margin-right: 30px;
}
.f-d-consult-form h2{
  font-weight: 700;
  line-height: 54px;
  margin-bottom: 24px;
  color:#FF9D22;
  text-shadow: 2px 2px 4px #5B2F2740;
}
.f-d-consult-form h2 br{
  display: none;
}
.f-d-consult-form p{
  font-weight: 400;
  margin-bottom: 32px;
}
.form-d label{
  color:#5B2F27;
  font-weight: 400;
  font-size: 12px;
  line-height: 100%;
  text-align: center;
  cursor: pointer;
}
.form-d input{
  background-color: #FFF4E9;
  border-radius: 40px;
  border-color: unset;
  border-style: unset;
  padding: 20px 30px;
  margin-right: 10px;
}
.form-d input[type="checkbox"] {
  appearance: none;
  position: absolute;
  opacity: 0;
  accent-color: #FF9D22;
  cursor: pointer;
}
.round-check{
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border:2px solid #FF9D22;
  place-items: center;
  background-color: #FFCFA4;
  margin-right: 10px;
  cursor: pointer;
}
.form-d input[type="checkbox"]:checked + .round-check {
  background: radial-gradient(ellipse at center, #FF9D22 50%, #FFCFA4 10%);
}
.form-d input::placeholder{
  color:#5B2F2799;
  font-size: 19px;
  line-height: 28px;
}
.form-img{
  max-width: 494px;
  object-fit: cover;
}
.form-d-consult:not(.form-modal) .checkbox-wrap{
  flex-direction: column;
}
.checkbox-wrap{
  display: flex;
  max-width: 446px;
  align-items: center;
  margin: 10px 0 40px 0;
  justify-self: center;
}
.checkbox-body{
  display: flex;
  flex-direction: row;
}
.bottom-form{
  max-width: 581px;
  font-weight: 300!important;
  font-size: 16px;
  line-height: 27px;
  margin: 0!important;
  border-top: 1px solid #5B2F2799;
}
.pri{
  font-weight: 300!important;
  font-size: 16px;
  margin-bottom: 24px!important;
}
.top_menu{
  display: flex;
}
.menu_scroll{
  display: none;
  margin-right: 65px;
}
.under-header .stnd{
  color:#5B2F27;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
}
.under-header .btn{
  white-space: nowrap;
}
.header{
  display: flex;
  padding:27px 0;
  justify-content: center;
  position: sticky;
  top: 0;
  z-index: 99;
  backdrop-filter: blur(4px);
}
.under-header{
  display: flex;
  width: 1640px;
  background-color: unset;
  padding: 0px 0px 25px;
  border-top: none;
  border-right: none;
  border-bottom: 1px solid rgb(91, 47, 39);
  border-left: none;
  border-image: initial;
  border-radius: unset;
  box-shadow: unset;
  justify-content: center;
  box-shadow: 0px 1px 1px -1px #5B2F2740
}
.under-header.head-scroll{
  width: 1580px;
  background-color: rgb(255, 207, 164);
  padding: 20px 24px 20px 48px;
  border: none;
  border-radius: 50px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 4px 4px;
  justify-content: center;
}
.mobile_canvas{
  width: 96%;
  align-self: center;
  display: none;
}
.mobile_menu{
  display: none;
  justify-content: space-between;
  padding: 0 0 13px 0;
  border-bottom: 1px solid rgb(91, 47, 39);
  box-shadow: 0px 1px #5B2F2740;
}
.mobile_menu_under{
  display: none;
  flex-direction: column;
}
.mobile_menu_under .phone{
  align-self: center;
  margin: 20px 0;
}
.mob_els{
  display: flex;
  gap: 20px;
}
.mobile_anchors_menu{
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 30px 0;
  border-bottom: 1px solid rgb(91, 47, 39);
}
.mobile_anchors_menu .stnd{
  color:#5B2F27;
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  text-decoration: none;
  white-space: nowrap;
}
.mobile_menu_under .location{
  display: flex;
  flex-direction: column;
  margin: 30px 0 20px 0;
}
.mobile_menu_under .location .preadr{
  align-self: unset;
}
.mobile_menu_under .vk{
  align-self: unset;
}
.mobile_menu_under .adult-link{
  margin: 20px 0 75px 0;
  color: #5B2F27;
  font-size: 20px;
  font-weight: 400;
  text-decoration: none;
}
.phone_mobile{
  display: flex;
  align-items: center;
}
.phone_mobile:before{
  content:"" ;
  display: inline-block;
  background: url("/img/phone_d.svg") no-repeat;
  background-size: 30px;
  width: 30px;
  height: 30px;
}
.mobile_burger{
  background: url("/img/burger.svg") no-repeat;
  background-size: 37px;
  width: 37px;
  height: 29px;
  align-self: center;
  border: unset;
}
.mobile_burger.close{
  background: url("/img/burger_close.svg") no-repeat;
  background-size: 27px;
}
.logo{
  width:30px;
  height:45px;
  margin-right: 11px;
}
.mainlogo{
  width: 286px;
  height: 56px;
  align-self: center;
  margin-right: 44px;
}
.location, .addresses, .rasp, .number{
  display: flex;
}
.location{
  margin-right: 25px;
}
.rasp{
  margin-right: 35px;
}
.number{
  flex-direction: column;
  align-self: center;
  align-items: flex-end;
  margin-right: 32px;
}
.preadr{
  color:#FF7700;
  font-size:19px;
  font-weight: 500;
  align-self: center;
  margin-right: 19px;
  margin-bottom: 0;
}
.addresses, .time{
  color:#5B2F27;
  font-size: 18px;
  font-weight: 300;
  line-height: 23px;
}
.phone{
  color:#5B2F27;
  line-height: 100%;
  font-weight: 400;
  font-size: 24px;
  text-decoration: none;
  white-space: nowrap;
}
.zakaz{
  color:#FF7700;
  font-size: 16px;
  font-weight: 500;
  text-decoration-color: #ffc899;
  cursor: pointer;
}
.vk{
  align-self: center;
  margin-right: 35px;
}
.anchors{
  display: flex;
  padding: 0 170px;
}
.anchors a{
  color:#5B2F27;
  font-size: 20px;
  font-weight: 400;
  padding: 0 24.5px;
  text-decoration: none;
}
.adult-link{
  display: flex;
  align-items: center;
  margin: 0 0 0 auto;
}
.adult-link::before{
  content:url('/img/Bookmark.png');
  width: 14.5px;
  height: 19px;
  margin-right: 14px;
}
a.stnd:hover{
  color: #FF7700;
}
.opis{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 60px;
  align-items: center;
}
.opis-photo{
  display: flex;
}
.opis-photo .b-880{
  padding: 65px 56px 51px 60px;
  background-color: #FFCFA4;
  border-radius: 25px;
  background-image: url('/img/yellowbird.png');
  background-repeat: no-repeat;
  background-position: 95% 95%;
  background-size: 20%;
}
.opis-photo .b-880 h1{
  padding-bottom: 20px;
  text-shadow: 2px 2px 4px #5B2F2740;
}
.opis-photo p{
  max-width: 721px;
  padding-bottom: 30px;
}
.opis .b-620 img{
  width: 620px;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
}
.opis-cards{
  display: flex;
  padding-top: 25px;
}
.card-290{
  width: 290px;
}
.opis-cards .card-290{
  padding: 30px 10px 0 35px;
  margin:0 10px;
}
.opis-cards .card-290:nth-child(2) img{
  margin-right: 30px;
}
.opis-cards .card-290:first-child{
  margin-left:0;
}
.opis-cards .card-290:last-child{
  margin-right:0;
}
.opis-cards p:not(.h-card){
  font-weight: 300;
}
.opis-cards p:not(.h-card){
  line-height: 26px;
}
.opis-cards img{
  width: 214px;
  overflow: unset;
}
.opis-cards p.h-card, .opis-cards img{
  margin-bottom: 11px;
  line-height: 100%;
}
.img_logo{
  max-width: 148px!important;
  height: 29px!important;
  border-radius: 0!important;
  position: absolute;
  margin-left: 0;
  left: 7px;
  top: 17px;
  display: none;
}
.star .h-card::before{
  content:url('/img/Star1.png');
  margin-right: 10px;
}
.star .h-card, .checks, .check-head, .check-body, .ch, .firstpr, .firstpr-cards, [class^="fc-group"]{
  display: flex;
}
.check-head h2{
  width:781px;
  margin-left: 9%;
  margin-right: 260px;
  text-shadow: 2px 2px 4px #5B2F2740;
}
.checks{
  flex-direction: column;
  padding-top: 100px;
  padding-bottom: 140px;
}
.ch{
  flex-direction: column;
  align-items: center;
}
.check-body{
  justify-content: center;
  margin-top: 90px;
}
.ch{
  margin:0 50px;
}
.ch h5{
  text-align: center;
  margin-top: 30px;
}
.ch:first-child{
  margin-left:0;
}
.ch:last-child{
  margin-righ:0;
}

.firstpr{
  flex-direction: column;
}
.firstpr h2{
  width: 1540px;
  align-self: center;
  margin-bottom: 46px;
}
.firstpr-cards{
  flex-direction: column;
  align-items: center;
  margin-bottom: 80px;
}
[class^="fc-group"]{
  flex-direction: row;
  margin-bottom: 40px;
}
[class^="fc-group"] h3{
  text-shadow: 2px 2px 4px #5B2F2740;
}
[class^="fc-group"] p{
  margin-bottom: 0;
  line-height: 26px;
}
.fc-group-1{
  height: 380px;
}
.fc-group-2{
  height: 340px;
}
.fc-group-3{
  height: 338px;
}
.fc-group-4{
  height: 382px;
}
.fc-first-card{
  max-width:876px;
  height: 100%;
  padding:63px 181px 77px 187px;
  margin-right:15px;
  background: url(/img/1.png) no-repeat 45px 32%, url(/img/1-1.png) no-repeat 65px 9%, url(/img/greenbird.png) no-repeat 97% 95%;;
}
.fc-second-card{
  max-width:880px;
  height: 100%;
  padding:49px 95px 50px 277px;
  margin-left:15px;
  background: url(/img/2.png) no-repeat 45px 32%, url(/img/2-1.png) no-repeat 65px 9%;
}
.fc-third-card{
  max-width:816px;
  height: 100%;
  padding:48px 106px 49px 202px;
  margin-right:15px;
  background: url(/img/3.png) no-repeat 45px 32%, url(/img/3-1.png) no-repeat 65px 9%, url("/img/stickers.svg") no-repeat 100% 100%;
}
.fc-fourth-card{
  max-width:754px;
  height: 100%;
  padding:59px 55px 56px 191px;
  margin-left:15px;
  background: url(/img/4.png) no-repeat 25px 32%, url(/img/4-1.png) no-repeat 45px 9%;
}
.fc-first-img{
  width:620px;
  height: 100%;
  object-fit: cover;
  margin-left:15px;
}
.fc-second-img{
  width:620px;
  height: 100%;
  object-fit: cover;
  margin-right:15px;
}
.fc-third-img{
  width:680px;
  height: 100%;
  object-fit: cover;
  margin-left:15px;
}
.fc-fourth-img{
  width:750px;
  height: 100%;
  object-fit: cover;
  margin-right:15px;
}
.fc-first-card h3{
  color:#21AC94;
  padding-bottom: 26px;
  margin: 0;
}
.fc-second-card h3{
  color:#F9B1BE;
  padding-bottom: 26px;
  margin: 0;
}
.fc-third-card h3{
  color:#FF9D22;
  padding-bottom: 26px;
  margin: 0;
}
.fc-fourth-card h3{
  color:#F9B1BE;
  padding-bottom: 26px;
  margin: 0;
}
.services{
  margin-top: 80px;
  justify-self: center;
}
.services h2{
  margin-bottom: 46px;
}
.services .btn{
  font-size: 19px;
  font-weight: 300;
  align-self: unset;
  padding: 20.5px 2.5px;
}
.s-cards, .s-c-group-1, .s-c-group-2, .s-c-in, .s-c-in-in, .s-c-price, .s-c-span{
  display: flex;
}
.s-cards{
  flex-direction: column;
  margin-bottom: 80px;
}
.s-c-group-1{
  flex-direction: row;
  margin-bottom: 30px;
}
.s-c-group-2{
  flex-direction: row;
}
[class^="ser-card"] h3{
  font-size: 27px;
  font-weight: 700;
  line-height: 40.5px;
  text-shadow: 1px 1px 2px #5B2F2740;
  margin-bottom: 40px;
}
[class^="ser-card"] .s-c-in:not(:first-child){
  margin-top: 26px;
}
.ser-card-1{
  padding: 46px 64px;
  background: #FFCFA4;
  margin-right: 30px;
  max-width: 880px;
}
.ser-card-2{
  padding: 46px 64px;
  background: #FFEBC3;
  max-width: 619px;
}
.ser-card-1 h3, .ser-card-2 h3{
  color:#FF9D22;
}
.ser-card-3{
  padding: 46px 64px;
  background: #FFD8ED;
  margin-right: 30px;
  max-width: 619px;
}
.ser-card-4{
  padding: 46px 64px;
  background: #EDDFF5;
  max-width: 880px;
}
.ser-card-3 h3, .ser-card-4 h3{
  color:#F9B1BE;
}
.s-c-in{
  flex-direction: column;
}
.s-c-span{
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
}
.ser-card-1 .s-c-span span{
  max-width: 610px;
}
.s-c-in span{
  font-weight: 300;
  font-size: 20px;
  line-height: 26px;
  color:#5B2F27;
}
.ser-card-2 .s-c-in-in, .ser-card-3 .s-c-in-in{
  flex-direction: column;
}
.ser-card-2 .s-c-price, .ser-card-3 .s-c-price{
  align-self: flex-start;
  margin-left: 0px;
  margin-top: 30px;
}
.rotate{
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  transition: .5s;
}
.table_arrow:after{
  content: "";
  float: right;
  border-right: 8px solid #5B2F27;
  border-top: 8px solid rgba(0, 0, 0, 0);
  border-bottom: 8px solid rgba(0, 0, 0, 0);
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
.line{
  margin:26px 0 0 0!important;
  border-bottom:1px solid #5B2F27;
  box-shadow: 2px 2px 4px 0px #5B2F2740;
}
.ser-card-2 .line, .ser-card-3 .line{
  max-width: 420px;
}
.ser-card-1 .line, .ser-card-4 .line{
  max-width: 610px;
}
.visible{
  height: auto!important;
  opacity: 1!important;
}
.s-c-in-in{
  height: 0;
  opacity: 0;
  overflow: overlay;
  transition: .5s;
  font-weight: 300;
  color: #5B2F27;
}
.s-c-in-in ul{
  list-style: binary;
  list-style-position: inside;
  padding: 0;
  margin: 26px 0 0 0;
  max-width: 415px;
}
.s-c-in-in ul li{
  font-size: 16px;
  line-height: 18px;
  font-weight: 300;
  color:#4C2F27;
}
.s-c-price{
  flex-direction: column;
  align-self: center;
  margin-left: 30px;
}
.s-c-price a{
  width: 275px;
  font-weight: 700;
  font-size: 20px;
  line-height: 100%;
  color:#542B22;
  white-space: pre;
  text-decoration: none;
  margin-bottom: 26px;
}
.s-c-price a br{
  display: none;
}
.why_trust, .why_trust_block, .w_blocks, .w_blocks_1, .w_blocks_2, .w_b_1_1, .w_b_1_2, .w_b_2_1, .w_b_2_2, .w_side-block_1, .w_side-block_2{
  display: flex;
}
.why_trust{
  justify-self: center;
  margin-bottom: 80px;
}
.why_trust h2{
  margin-bottom: 46px;
}
.why_trust, .w_side-block_1, .w_side-block_2, .w_blocks, .w_b_1_1, .w_b_1_2, .w_b_2_1, .w_b_2_2{
  flex-direction: column;
}
.w_blocks_1, .w_blocks_2{
  flex-direction: row;
}
.w_blocks_1{
  margin-bottom: 30px;
}
.w_b_1_1 h3, .w_b_1_2 h3, .w_b_2_1 h3, .w_b_2_2 h3, .w_side-block_1 h3, .w_side-block_2 h3{
  font-size: 26px;
  line-height: 100%;
  font-weight: 500;
  text-shadow: 1px 1px 2px #5B2F2740;
}
.w_b_1_1 p, .w_b_1_2 p, .w_b_2_1 p, .w_b_2_2 p, .w_side-block_1 p, .w_side-block_2 p{
  font-size: 20px;
  line-height: 28px;
  font-weight: 300;
  color:#5B2F27;
  margin:0;
}
.w_side-block_1 p{
  max-width: 90%;
}
.w_side-block_2 p{
  max-width: 87%;
}
.w_side-block_1 h3{
  text-align: center;
}
.w_side-block_2 h3{
  text-align: center;
}
.w_side-block_1 h3, .w_b_2_1 h3{
  color: #21AC94;
}
.w_side-block_2 h3, .w_b_1_1 h3{
  color: #FF9D22;
}
.w_b_1_2 h3, .w_b_2_2 h3{
  color: #F9B1BE;
}
.w_b_1_1 h3, .w_b_2_1 h3, .w_b_1_2 h3{
  margin-bottom: 26px;
}
.w_side-block_1 h3, .w_b_2_2 h3{
  margin-bottom: 34px;
}
.w_b_1_2 h3{
  margin-bottom: 44px;
  align-self: end;
}
.w_side-block_1{
  padding: 50px 22px 37px 25px;
  background: #DAF8FF url('/img/free-icon-hand-print-7069373 2.svg') no-repeat 50% 10%;
  margin-right: 30px;
  justify-content: flex-end;
  max-width: 228px;
}
.w_side-block_2{
  padding: 54px 34px 43px 54px;
  background: #FFCFA4 url('/img/free-icon-hand-print-7069373 7.svg') no-repeat 50% 24%;
  margin-left: 30px;
  justify-content: space-between;
  max-width: 364px;
}
.w_b_1_1{
  padding: 53px 47px 38px 55px;
  background: #FFEBC3 url('/img/free-icon-hand-print-7069373 3.svg') no-repeat 93% 15%;
  margin-right: 30px;
  max-width: 360px;
}
.w_b_1_2{
  padding: 70px 56px 23px 58px;
  background: #FFD8ED url('/img/free-icon-hand-print-7069373 4.svg') no-repeat 15% 10%;
  max-width: 488px;
}
.w_b_2_1{
  padding: 40px 127px 24px 55px;
  background: #E2FFD4 url('/img/free-icon-hand-print-7069373 5.svg') no-repeat 95% 66%;
  margin-right: 30px;
  max-width: 488px;
}
.w_b_2_2{
  padding: 40px 22px 47px 45px;
  background: #EDDFF5 url('/img/free-icon-hand-print-7069373 6.svg') no-repeat 82% 16%;
  max-width: 360px;
}
.raitings{
  display: flex;
  justify-self: center;
  flex-direction: column;
  width: 1536px;
  margin-bottom: 92px;
  overflow: hidden;
}
.raitings h2{
  margin-bottom: 46px;
}
.company{
  display: flex;
  margin-bottom: 38px;
  flex-direction: row;
}
.company a{
  text-decoration: none;
}
.rait-card{
  padding: 31px 48px;
  background: #FFEBC3;
  height: 185px;
  width: 360px;
}
.rait-card:hover{
  background: #FFCFA4;
}
.rait-card:not(.r-c-1){
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  cursor: pointer;
}
.rait-card img{
  border-radius: 0;
}
.rait-card p{
  white-space: pre;
  margin: 0;
}
.r-c-1{
  padding: 30px 38px;
}
.r-c-1 img{
  margin-bottom: 15px;
  width: 88% !important;
}
.in-r-card{
  display: flex;
  align-items: center;
}
.logo-card{
  margin-bottom: 15px;
  object-fit: contain;
  height: 69px;
}
.star-card{
  margin-right: 35px;
  width: auto!important;
}
.company.owl-carousel .owl-nav.disabled, .revs.owl-carousel .owl-nav.disabled{
  display: block;
}
.company.owl-carousel .owl-stage-outer{
  overflow:unset;
}
.revs.owl-carousel .owl-stage-outer{
  overflow:unset;
}
.company.owl-carousel .owl-nav{
  position: absolute;
  top: -47%;
  right: 0%;
}
.revs.owl-carousel .owl-nav{
  display: flex !important;
  margin-top: 68px;
}
.company.owl-carousel .owl-nav .owl-next, .revs.owl-carousel .owl-nav .owl-next{
  position: relative;
  float: right;
  width: 35px;
  height: 35px;
  border: 2px solid #FF9D22;
  border-radius: 35px;
  background: url(../img/owl-right.svg) 13px center no-repeat;
}
.company.owl-carousel .owl-nav .owl-prev, .revs.owl-carousel .owl-nav .owl-prev{
  position: relative;
  float: left;
  margin-right: 26px;
  width: 35px;
  height: 35px;
  border: 2px solid #FF9D22;
  border-radius: 35px;
  background: url(../img/owl-left.svg) 10px center no-repeat;
}
.company.owl-carousel .owl-nav .owl-next:hover, .revs.owl-carousel .owl-nav .owl-next:hover{
  background: url(../img/owl-right-white.svg) 13px center no-repeat #FF9D22;
}
.company.owl-carousel .owl-nav .owl-prev:hover, .revs.owl-carousel .owl-nav .owl-prev:hover{
  background: url(../img/owl-left-white.svg) 10px center no-repeat #FF9D22;
}
.one-rev{
  display: flex;
  padding: 46px 38px;
  max-width: 490px;
  max-height: 431px;
  background-color: #FFEBC3;
  flex-direction: column;
}
.one-rev-head{
  display: flex;
  flex-direction: row;
  margin-bottom: 26px;
}
.rev-photo{
  width: 80px!important;
  height: 80px;
  border-radius: 100% !important;
  align-self: center;
  object-fit: contain;
  background-color: white;
}
.o-r-h-in, .o-r-h-in-in{
  display: flex;
}
.o-r-h-in{
  flex-direction: column;
  max-width: 287px;
  margin-left: 40px;
}
.o-r-h-in-in{
  flex-direction: row;
}
.o-r-h-in h4{
  text-shadow: 2px 2px 4px #5B2F2740;
  margin-bottom: 22px;
}
.grade{
  font-size: 34px;
  font-weight: 500;
  color: #FF9D22;
  margin-bottom: 0;
  line-height: 100%;
  text-shadow: 2px 2px 4px #5B2F2740;
}
.o-r-h-in-in span{
  font-size: 14px;
  margin-left: 25px;
  line-height: 16px;
  font-weight: 300;
  align-self: center;
  color: #5B2F27B2;
}
.o-r-h-in-in img{
  width: auto!important;
}
.one-rev-text p{
  display: -webkit-box;
  font-size: 18px;
  max-width: 414px;
  line-height: 27px;
  font-weight: 300;
  color: #5B2F27;
  margin-bottom: 26px;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  line-clamp: 6;
}
.open{
  -webkit-line-clamp: none!important;
}
.more-text{
  font-size: 18px;
  font-weight: 300;
  line-height: 100%;
  color: #5B2F27B2;
  cursor: pointer;
}
.more-text:hover{
  font-weight: 500;
  color: #FF7700;
}
.rev-data{
  float: right;
  font-size: 14px;
  font-weight: 300;
  line-height: 27px;
  color: #5B2F27B2;
}
.doctors{
  margin-bottom: 60px;
  justify-self: center;
  width: 1536px;
}
.doctors h2{
  margin-bottom: 60px;
  text-shadow: 2px 2px 4px #5B2F2740;
}
.doc-card{
  padding: 73px 46px 64px 46px;
  max-width: 490px;
  display: flex;
  flex-direction: column;
}
.doc-card h3{
  text-shadow: 2px 2px 4px #5B2F2740;
  line-height: 100%;
  margin:48px 0 0 0;
  text-align: center;
}
.doc-card h5{
  text-align: center;
  text-shadow: 2px 2px 4px #5B2F2740;
  color: #5B2F27;
}
.doc-card p{
  font-size: 18px;
  line-height: 27px;
  margin:16px 0;
}
.doc-card p:last-of-type{
  margin-bottom:0px;
}
.owl-item:nth-child(even) .doc-card{
  background: url('/img/tooth-right.svg') no-repeat 92% 3%, url('/img/flowers.svg') no-repeat 11% 2%, url('/img/reversegreenbord.png') no-repeat 5% 19% / 20% #E2FFD4;
}
.owl-item:nth-child(odd) .doc-card{
  background: url('/img/tooth-left.svg') no-repeat 18% 4.5%, url('/img/hand.svg') no-repeat 91% 1%, url('/img/sun-2.svg') no-repeat 76% 18vh #FFD8ED;
}
.owl-item:nth-child(even) .doc-card .doc-photo{
  background-color: #21AC94;
}
.owl-item:nth-child(odd) .doc-card .doc-photo{
  background-color: #F9B1BE;
}
.owl-item:nth-child(even) .doc-card h3{
  color:#21AC94;
}
.owl-item:nth-child(odd) .doc-card h3{
  color:#F9B1BE;
}
.doc-photo{
  width: 200px!important;
  height: 200px;
  border-radius: 100%;
  object-fit: contain;
  align-self: center;
}
.doc-card .btn{
  margin-top: 48px;
}
.gallery, .gal-1, .gal-1-1, .gal-2, .gal-3{
  display: flex;
}
.gallery{
  justify-self: center;
  margin-bottom: 90px;
}
.gal-1, .gal-2, .gal-3{
  flex-direction: column;
}
.gal-1-1{
  flex-direction: row;
  margin-top: 30px;
}
.gal-2{
  margin:0 30px;
}
.img-1, .img-2, .img-3, .img-4, .img-5, .img-6{
  object-fit: cover;
}
.img-1{
  height: 430px;
  width: 750px;
}
.img-2, .img-3, .img-6{
  height: 360px;
  max-width: 360px;
}
.img-2{
  margin-right: 30px;
}
.img-4{
  height: 820px;
  max-width: 360px;
}
.img-5{
  height: 430px;
  width: 360px;
  margin-bottom: 30px;
}
.dvrv{
  display: flex;
  flex-direction: column;
  justify-self: center;
  width: 1531px;
  margin-top: 100px;
  margin-bottom: 80px;
}
.dvrv h2{
  text-shadow: 2px 2px 4px #5B2F2740;
  margin-bottom: 60px;
}
.dvrv-cards, .dvrv-card-1, .dvrv-card-2, .dvrv-card-3{
  display: flex;
}
.dvrv-card-1, .dvrv-card-2, .dvrv-card-3{
  flex-direction: column;
  padding: 46px 50px;
}
.dvrv-card-1, .dvrv-card-2{
  margin-right: 30px;
}
.dvrv-card-1 h3, .dvrv-card-2 h3, .dvrv-card-3 h3{
  max-width: 270px;
  color:#F9B1BE;
  line-height: 100%;
  text-shadow: 2px 2px 4px #5B2F2740;
  margin-bottom: 43px;
}
.dvrv-card-1 p, .dvrv-card-2 p, .dvrv-card-3 p{
  margin:0;
  line-height: 28px;
  max-width: 387.25px;
}
.dvrv-card-1{
  background: url('/img/hands.svg') no-repeat 87% 9%, url('/img/lean-tooth.svg') no-repeat 5% 96% #DAF8FF;
}
.dvrv-card-2{
  background: url('/img/hand-2.svg') no-repeat 86% 11% #EDDFF5;
}
.dvrv-card-3{
  background: url('/img/baby.svg') no-repeat 87% 11% #FFD8ED;
}
.protiv{
  display: flex;
  justify-self: center;
  flex-direction: column;
  width: 1530px;
  margin-bottom: 100px;
}
.protiv h2{
  margin-bottom: 60px;
}
.protiv-1, .protiv-2{
  display: flex;
  flex-direction: row;
}
.protiv-1{
  margin-bottom: 30px;
}
.prca-1, .prca-2{
  padding: 60px 88px;
  max-width: 1010px;
}
.prca-1{
  margin-right: 30px;
  background: #E2FFD4;
}
.prca-2{
  margin-left: 30px;
  background: #FFEBC3;
}
.prca-1 h3{
  color:#21AC94;
}
.prca-2 h3{
  color:#FF9D22;
}
.prca-1 p, .prca-2 p{
  margin:22px 0;
}
.prca-2 p:last-child{
  margin-bottom:0;
}
.prca-1 ul, .prca-2 ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.prca-1 li, .prca-2 li{
  font-size: 20px;
  font-weight: 300;
  line-height: 26px;
  color: #5B2F27;
  display: grid;
  grid-template-columns: 36px 1fr;
  column-gap: 12px;
  align-items: center;
}
.prca-1 b, .prca-2 b{
  font-weight: 500;
}
.prca-1 li{
  margin-bottom: 30px;   
}
.prca-2 li{
  padding: 5px 0;  
}
.prca-1 li .content, .prca-2 li .content {
  display: block;
  line-height: 1.45;
  word-break: break-word;
}
.prca-1 li .content b,
.prca-1 li .content strong,
.prca-1 li .content span,
.prca-2 li .content b,
.prca-2 li .content strong,
.prca-2 li .content span {
  vertical-align: baseline;
  line-height: inherit;
}
.prca-1 li:last-child{
  margin-bottom: 0;
}
.prca-1 li:before, .prca-2 li:before{
  content:"•";
  font-size: 40px;
  justify-self: center;
  align-self: center;
}
.prca-1 li:before{
  color:#21AC94;
}
.prca-2 li:before{
  color:#FF9D22;
}
.protiv-1 img, .protiv-2 img{
  max-width: 490px;
  object-fit: cover;
}
.profil, .profil-text{
  display: flex;
}
.profil{
  flex-direction: column;
  width: 1530px;
  justify-self: center;
  margin-bottom: 60px;
}
.profil h2{
  margin-bottom: 60px;
}
.profil-text{
  flex-direction: row;
}
.profil-text p{
  max-width: 974px;
  white-space: pre-line;
  line-height: 28px;
  margin-bottom: 0;
  margin-right: 66px;
}
.profil-text h3{
  max-width: 460px;
  padding-top: 20px;
  color: #FF9D22;
  font-size: 40px;
  line-height: 40px;
  letter-spacing: -2%;
  text-shadow: 2px 2px 4px #5B2F2740;
  border-top: 1px solid #5B2F27;
}
.ques{
  display: flex;
  flex-direction: column;
  width: 1530px;
  justify-self: center;
  margin-top: 100px;
  margin-bottom: 100px;
}
.ques h2{
  margin-bottom: 60px;
  text-shadow: 2px 2px 4px #5B2F2740;
}
.que{
  max-width: 1010px;
  border-bottom: 1px solid #5B2F27;
  padding-bottom: 26px;
  margin-bottom: 26px;
}
.que_span{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  cursor: pointer;
}
.que_span .table_arrow{
  align-self: center;
  display: flex;
  margin-right: 26px;
}
.que span{
  font-weight: 500;
  font-size: 20px;
  text-shadow: 1px 1px 2px #5B2F2740;
  color: #5B2F27;
  margin: 0;
  max-width: 878px;
}
.que p{
  max-width: 878px;
  margin-bottom: 0;
  height: 0;
  opacity: 0;
}
.visible_que{
  height: auto!important;
  opacity: 1!important;
  margin-top: 30px;
}
.maps{
  display: flex;
  flex-direction: column;
  width: 1530px;
  justify-self: center;
  margin-bottom: 80px;
}
.maps h2{
  margin-bottom: 40px;
  text-shadow: 2px 2px 4px #5B2F2740;
}
.maps p{
  max-width: 1136px;
  margin-bottom: 40px;
}
.adresses, .maps_gallery{
  display: flex;
  flex-direction: row;
  gap: 30px;
}
.maps_gallery{
  margin-bottom: 30px;
}
.adress{
  display: flex;
  flex-direction: column;
}
.adress p{
  font-size: 19px;
  font-weight: 500;
  line-height: 100%;
  margin-bottom: 16px;
}
.adress h3{
  margin:0;
  line-height: 100%;
  text-shadow: 2px 2px 4px #5B2F2740;
  transition: .5s;
}
.adress span{
  margin-bottom: 30px;
}
.adress_1, .adress_2, .adress_3{
  cursor: pointer;
  width: 490px;
  height: 167px;
  padding-left: 58px;
  transition: .5s;
}
.adress_1, .adress_1 p{
  color: #21AC94;
  transition: .5s;
}
.adress_2, .adress_3, .adress_2 p, .adress_3 p{
  color: #F9B1BE;
  transition: .5s;
}
.adress_1, .adress_2{
  padding: 50px 58px;
}
.adress_3{
  padding: 33px 58px;
}
.adress_1:hover, .adress_2:hover, .adress_3:hover{
  background-color: #FFEBC3!important;
}
.adress_1:hover h3, .adress_2:hover h3, .adress_3:hover h3, .adress_1:hover p, .adress_2:hover p, .adress_3:hover p{
  color:#FF9D22;
}
.adress_1:active, .adress_2:active, .adress_3:active{
  box-shadow: unset;
}
.maps_gal_1 img, .maps_gal_2 img, .maps_gal_3 img{
  object-fit: cover;
  width: 490px!important;
  height: 310px;
  border-radius: 25px;
  box-shadow: 2px 2px 4px #5B2F2740;
}
.maps_gal_1, .maps_gal_2, .maps_gal_3{
  max-width: 490px;
}
[class^="maps_gal"].owl-carousel .owl-nav.disabled{
  display: block;
}
[class^="maps_gal"].owl-carousel .owl-nav{
  max-width: 96px;
  margin-top:20px;
}
[class^="maps_gal"].owl-carousel .owl-nav .owl-next{
  position: relative;
  float: right;
  width: 35px;
  height: 35px;
  border: 2px solid #FF9D22;
  border-radius: 35px;
  background: url(../img/owl-right.svg) 13px center no-repeat;
}
[class^="maps_gal"].owl-carousel .owl-nav .owl-prev{
  position: relative;
  float: left;
  margin-right: 26px;
  width: 35px;
  height: 35px;
  border: 2px solid #FF9D22;
  border-radius: 35px;
  background: url(../img/owl-left.svg) 10px center no-repeat;
}
[class^="maps_gal"].owl-carousel .owl-nav .owl-next:hover{
  background: url(../img/owl-right-white.svg) 13px center no-repeat #FF9D22;
}
[class^="maps_gal"].owl-carousel .owl-nav .owl-prev:hover{
  background: url(../img/owl-left-white.svg) 10px center no-repeat #FF9D22;
}

.map_ya{
  width:1526px;
  height: 563px;
}
.map_2, .map_3{
  display: none;
}
.footer{
  display: flex;
  width: 1530px;
  justify-self: center;
}
.foot_1, .foot_2, .foot_3{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.foot_1{
  margin-right: 100px;
}
.foot_2{
  margin-right: 56px;
}
.foot_1 img{
  max-width: 286px;
  margin-bottom: 75px;
}
.foot_1 p, .foot_3 p{
  font-size: 16px;
}
.footer h5{
  font-size: 19px;
  color: #FF7700;
  line-height: 100%;
}
.foot_2 h5{
  margin-bottom: 14px;
}
.foot_3 h5{
  margin-bottom: 26px;
}
.foot_2 a:hover, .foot_3 a:hover{
  color: #FF7700;
}
.tel_foot{
  line-height: 100%;
  margin-bottom: 94px;
}
.tel_foot:before{
  content:url("/img/phone_d.svg");
  vertical-align: middle;
  margin-right: 15px;
}
.foot_1 p{
  margin-bottom: 0;
  white-space: nowrap;
}
.foot_LO{
  margin-bottom: 27px;
}
.foot_LO p{
  margin: 0;
  font-size: 20px;
  line-height: 24px;
}
.foot_pol{
  display: flex;
  flex-direction: column;
}
.foot_pol a{
  max-width: 479px;
}
.foot_pol a{
  color: #5B2F27;
  font-size: 18px;
  line-height: 23px;
  font-weight: 300;
  white-space: nowrap;
}
.foot_pol a:not(:last-child){
  margin-bottom: 16px;
}
.foot_3 p{
  max-width: 622px;
  margin-bottom: 47px;
}
.foot_3 a{
  color:#5B2F27;
  font-weight: 300;
  font-size: 16px;
  line-height: 23px;
}
.mob_pol{
  display: none;
}
.modal-canvas{
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
  background-color: rgba(0, 0, 0, .9);
  overflow: hidden;
  outline: 0;
  display: none;
}
.form-modal{
  max-width: 528px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  margin-left: auto;
  margin-right: auto;
}
.form-d-consult.form-modal{
  align-items: center;
}
.form-modal .f-d-consult-form{
  margin: 0;
  padding: 86px 64px 77px 64px;
  align-items: center;
}
.form-modal .f-d-consult-form h2{
  margin-bottom: 26px;
  text-align: center;
  white-space: nowrap;
}
.form-modal .f-d-consult-form p{
  margin-bottom: 40px;
  text-align: center;
}
#form_m, #form_mz{
  display: flex;
  flex-direction: column;
  gap: 23px;
}
#form_m.form-d input, #form_mz.form-d input{
  margin-right: 0;
}
#form_m.form-d .checkbox-wrap, #form_mz.form-d .checkbox-wrap{
  margin-bottom: 0;
}
#form_m.form-d .form-input, #form_m.form-d #phonecall_m, #form_m.form-d .btn, #form_mz.form-d .form-input, #form_mz.form-d #phonecall_mz, #form_mz.form-d .btn{
  width: 400px;
  align-self: center;
}
#form_m.form-d .round-check, #form_mz.form-d .round-check{
  width: 26px;
}
.form-d .form-input:focus-visible{
  outline: red auto 1px;
}
.close_modal{
  position: absolute;
  background: url("/img/burger_close.svg");
  background: url(/img/burger_close.svg) no-repeat;
  background-size: 16px;
  width: 16px;
  height: 19px;
  top: 0;
  right: 0;
  cursor: pointer;
}
.notif{
  color: red;
  font-size: 12px;
  display: none;
  text-align: center;
}
.form-d-consult .notif{
  margin-bottom: -30px;
}
.form-d-consult.form-modal .notif{
  margin-top: -20px;
}
@media(max-width:1540px){
  .check-head h2{
    margin: 0;
  }
  .form-d-consult{
    max-height: unset;
  }
  .under-header, .under-header.head-scroll, .dvrv, .profil, .protiv,.ques, .maps, .map_ya, .footer{
    width: auto;
  }
  .map_1 iframe,.map_2 iframe,.map_3 iframe{
    width: 100%;
  }
  .raitings {
    width: auto;
    justify-self:unset;
  }
  .doctors{
    width: auto;
    justify-self: unset;
  }
  .gallery, .gal-1, .gal-1-1, .gal-2, .gal-3{
    flex-wrap: wrap;
  }
  .maps, .footer, .ques, .gallery{
    justify-self: unset;
  }
  .maps_gallery{
    flex-wrap: wrap;
  }
  .under-header .stnd{
    white-space: unset;
  }
  .under-header .btn{
    white-space: unset;
  }
  .menu_scroll{
    margin-right: 0;
  }
  .card-290{
    width: auto;
  }
  .firstpr h2{
    width: auto;
    align-self: unset;
  }
  .close_modal{
    top: 24px
  }
}
.mobile_map{
  display: none;
}
@media(max-width:1530px){
  .gal-3{
    flex-direction: row;
    gap: 30px;
    margin-top: 30px;
  }
}
@media(max-width:1524px){
  .f-d-consult-form .btn{
    float: left;
    max-width: 255px;
    white-space: normal;
    padding: 15px 25px;
    margin-top: 14px;
  }
  .checkbox-wrap{
    max-width: 255px;
    margin: 30px 0 40px 0;
    justify-self:unset;
    padding-left: 25px;
  }
  .round-check{
    width: 26px;
    margin-right: 0;
  }
}
@media(max-width:1355px){
  .fc-group-1{
    height: auto;
  }
  .fc-group-2{
    height: auto;
  }
  .fc-group-3{
    height: auto;
  }
  .fc-group-4{
    height: auto;
  }
  .fc-first-img{
    width: auto;
    height: auto;
    max-width: 600px;
  }
  .fc-second-img{
    width: auto;
    height: auto;
    max-width: 600px;
  }
  .fc-third-img{
    width: auto;
    height: auto;
    max-width: 600px;
  }
  .fc-fourth-img{
    width: auto;
    height: auto;
    max-width: 600px;
  }
}
.docs-carousel{
  display: flex!important;
  flex-direction: column;
}
.docs-carousel .owl-stage-outer{
  order: 1;
}
.docs-carousel .owl-nav{
  order: 0;
}
@media(max-width:1348px){
  .ch{
    margin: 0;
  }
  .check-body{
    gap: 100px;
  }
}
@media(min-width: 1341px) and (max-width: 1530px){
  .w_side-block_1{
    justify-content: unset;
    padding-top: 13vw;
  }
  .w_side-block_2{
    justify-content: unset;
    gap: 16vw;
  }
}
@media(min-width: 1261px) and (max-width: 1340px){
  .w_side-block_1{
    padding-top: 16vw;
    justify-content: unset;
  }    
  .w_side-block_2{
    justify-content: unset;
    gap: 20vw;
  }
}
@media(min-width: 1261px) and (max-width: 1470px){
  .w_side-block_2{
    background: #FFCFA4 url("/img/free-icon-hand-print-7069373 7.svg") no-repeat 50% 19%;
  }
  .w_b_1_1{
    padding: 135px 30px 38px 30px;
    background-position: 50% 5%;
  }
  .w_b_1_2{
    padding: 135px 36px 23px 36px;
    background-position: 50% 0%;
  }
  .w_b_2_1{
    padding: 113px 38px 24px 38px;
    background-position: 50% -4%;
  }
  .w_b_2_2{
    padding: 113px 22px 47px 32px;
    background-position: 50% 6%;
  }
  .w_b_1_1 h3, .w_b_1_2 h3, .w_b_2_1 h3, .w_b_2_2 h3{
    text-align: center;
    align-self: center;
  }
}
@media(max-width:1260px){
  .opis-photo{
    flex-wrap: wrap;  
    justify-content: center;
  }
  .opis .b-620{
    width: auto;
    max-width:880px;
  }
  .opis .b-620 img{
    width: auto;
    max-width: 880px;
  }
  .opis-cards{
    flex-wrap: wrap;
    max-width: 880px;
    gap: 20px;
  }
  .opis-cards .card-290{
    margin: 0;
  }
  .check-head .btn{
    display: none;
  }
  .check-body{
    max-width: 880px;
    flex-wrap: wrap;
  }
  .checks{
    max-width: 880px;
    justify-self: center;
  }
  .form-d-consult{
    flex-wrap: wrap;
  }
  .form-img{
    margin-top: 20px;
    max-width: 880px;
  }
  .firstpr{
    max-width: 880px;
    justify-self: center;
  }
  [class^="fc-group"]{
    flex-direction: column;
    gap: 20px;
    margin-bottom: 20px;
  }
  .fc-first-card{
    margin: 0;
    max-width: 880px;
  }
  .fc-second-card{
    margin: 0;
    max-width: 880px;
  }
  .fc-third-card{
    margin: 0;
    max-width: 880px;
  }
  .fc-fourth-card{
    margin: 0;
    max-width: 880px;
  }
  .fc-first-img{
    margin: 0;
    max-width: 880px;
  }
  .fc-second-img{
    margin: 0;
    max-width: 880px;
    order: 2;
  }
  .fc-third-img{
    margin: 0;
    max-width: 880px;
  }
  .fc-fourth-img{
    margin: 0;
    max-width: 880px;
    order: 2;
  }
  .f-d-consult-form{
    margin-right: 0;
    max-width: 880px;
  }
  .f-d-consult-form .btn{
    float: unset;
    max-width: unset;
    padding: 20px 30px;
    margin-top: 0;
  }
  .checkbox-wrap{
    max-width: 446px;
    margin: 10px 0 40px 0;
    justify-self:center;
    padding-left: 0;
  }
  .round-check{
    width: 16px;
    margin-right: 10px;
  }
  .services{
    justify-self: center;
    max-width: 880px;
  }
  .s-cards{
    flex-wrap: wrap;
  }
  .s-c-group-1{
    margin-bottom: 20px;
    gap: 20px;
    flex-wrap: wrap;
  }
  .s-c-group-2{
    gap: 20px;
    flex-wrap: wrap;
  }
  .ser-card-1{
    margin-right: 0;
  }
  .ser-card-2{
    max-width: 880px;
  }
  .ser-card-3{
    margin-right: 0;
    max-width: 880px;
  }
  .ser-card-1 .line, .ser-card-4 .line{
    max-width: 880px;
  }
  .ser-card-2 .line, .ser-card-3 .line{
    max-width: 880px;
  }
  .why_trust{
    max-width: 880px;
  }
  .why_trust_block, .w_blocks_1, .w_blocks_2{
    gap: 20px;
  }
  .why_trust_block, .w_blocks_1, .w_blocks_2{
    flex-wrap: wrap;
  }
  .w_side-block_1, .w_b_1_1, .w_b_1_2, .w_b_2_1, .w_b_2_2, .w_side-block_2{
    max-width: 880px;
    margin-right: 0;
    margin-left: 0;
    padding: 160px 30px 30px 30px;
    text-align: center;
  }
  .w_blocks_1{
    margin-bottom: 20px;
  }
  .why_trust_block br{
    display: none;
  }
  .why_trust_block h3{
    margin-bottom: 20px;
  }
  .w_b_1_2 h3{
    align-self: unset;
  }
  .w_side-block_1, .w_side-block_2, .w_b_1_1, .w_b_1_2, .w_b_2_1, .w_b_2_2{
    background-position: 50% 15%;
    background-size: 110px;
  }
  .w_side-block_2 p{
    max-width: unset;
  }
  .w_b_2_2{
    width: 880px;
  }
  .raitings{
    max-width: 880px;
    justify-self: center;
  }
  .doctors{
    max-width: 880px;
    justify-self: center;
  }
  .docs-carousel .owl-nav{
    display: flex;
    justify-self: center;
    margin-bottom: 30px;
  }
  .docs-carousel .owl-prev{
    width: 35px;
    height: 35px;
    border: 2px solid #FF9D22;
    border-radius: 35px;
    background: url(../img/owl-left.svg) 10px center no-repeat
  }
  .docs-carousel .owl-next{
    width: 35px;
    height: 35px;
    border: 2px solid #FF9D22;
    border-radius: 35px;
    background: url(../img/owl-right.svg) 13px center no-repeat;
    margin-left: 26px;
  }
  .gallery{
    max-width: 880px;
    justify-self: center;
  }
  .gal-1-1{
    margin-top: 0;
  }
  .gal-2{
    margin: 0;
  }
  .gal-3{
    margin-top: 0;
    gap: unset;
  }
  .img-1, .img-2, .img-3,.img-4,.img-5, .img-6{
    height: 500px;
    max-width: 880px;
    width: 880px;
    margin: 0 0 20px 0;
  }
  .dvrv{
    max-width: 880px;
  }
  .dvrv-cards{
    gap: 20px;
  }
  .dvrv-cards, .dvrv-card-1, .dvrv-card-2, .dvrv-card-3{
    flex-direction: column;
  }
  .dvrv-card-1, .dvrv-card-2{
    margin: 0;
  }
  .dvrv-card-1 h3, .dvrv-card-2 h3, .dvrv-card-3 h3, .dvrv-card-1 p, .dvrv-card-2 p, .dvrv-card-3 p{
    max-width: unset;
  }
  .protiv{
    max-width: 880px;
  }
  .protiv-1, .protiv-2{
    flex-direction: column;
  }
  .prca-1{
    order:1;
  }
  .protiv img{
    order:0;
    margin-bottom: 20px;
    max-height: 490px;
  }
  .sqr-img-mobile{
    align-self: center;
  }
  .prca-1, .prca-2{
    margin: 0;
  }
  .protiv h2{
    margin-bottom: 65px;
  }
  .profil{
    max-width: 880px;
  }
  .ques{
    max-width: 880px;
    justify-self: center;
  }
  .maps{
    max-width: 880px;
    justify-self: center;
  }
  .maps_gallery{
    justify-content: center;
  }
  footer{
    padding: 54px 15px 58px 15px;
  }
  .footer{
    flex-direction: column;
    align-items: center;
    justify-self: center;
    max-width: 880px;
  }
  .foot_1 img, .tel_foot, .foot_3 h5, .foot_3 p{
    margin:0;
  }
  .foot_1{
    gap:40px;
    margin-bottom: 40px;
    margin-right: 0;
    align-items: center;
  }
  .foot_1 p{
    display: none;
  }
  .foot_2 h5{
    margin-bottom: 20px;
  }
  .foot_2{
    margin-bottom: 40px;
    margin-right:0;
    align-self: flex-start;
  }
  .foot_LO{
    margin-bottom: 36px;
  }
  .foot_pol a{
    white-space: unset;
  }
  .foot_3 p{
    margin-top: 20px;
    margin-bottom: 40px;
  }
  .mob_pol{
    display: block;
    margin-top: 40px;
  }
}
@media(max-width:1230px){
  .mobile_canvas{
    display: block;
  }
  .mobile_menu{
    display: flex;
    padding: 0 0 27px 0;
  }
  .under-header{
    display: none;
  }
  .anchors{
    display: none;
  }
  .header{
    flex-direction: column;
    padding:27px 0 0 0;
    backdrop-filter:unset;
    background-color: #fff4e9;
  }
}
@media(max-width:900px){
  h1{
    font-size: 36px;
  }
  h2:not(.form-modal h2){
    font-size: 30px;
  }
  .opis{
    max-width: 288px;
    justify-self: center;
    padding-top: 17px;
  }
  .opis-photo .b-880{
    max-width: 288px;
    padding: 35px 8px 43px 16px;
    background-position: 99% 82%;
    background-size: 150px;
    margin: 0 0 20px 0;
  }
  .opis-photo .b-880 h1{
    margin-bottom: 11px;
    padding: 0;
  }
  .opis-photo p{
    padding: 0;
    margin-bottom: 28px;
  }
  .opis .b-620, .opis .b-620 img{
    max-width: 288px;
  }
  .opis .b-620{
    margin: 0;
    position: relative;
  }
  .img_logo{
    display: block;
  }
  .btn{
    padding: 20px 20.5px;
    white-space: nowrap;
  }
  .opis-cards .card-290{
    width: 288px;
  }
  .checks{
    max-width: 288px;
    padding-top: 30px;
    padding-bottom: 40px;
  }
  .check-body{
    margin-top: 40px;
    gap: 48px;
  }
  .firstpr{
    max-width: 288px;
  }
  [class^="fc-group"]{
    max-width: 288px;
  }
  .fc-first-card, .fc-second-card, .fc-third-card, .fc-fourth-card{
    padding: 45px 19px 35px 19px;
  }
  .firstpr-cards h3{
    font-size: 26px;
    width: 160px;
    justify-self: end;
    padding-bottom: 44px;
  }
  .fc-first-card{
    background: url("/img/1.png") no-repeat 27px 71px / 12%, url("/img/1-1.png") no-repeat 39px 18px / 19%, url("/img/greenbird.png") no-repeat 97% 95%;
  }
  .fc-second-card{
    background: url("/img/2.png") no-repeat 35px 64px / 12%, url("/img/2-1.png") no-repeat 39px 43px / 19%;
  }
  .fc-third-card{
    background: url("/img/3.png") no-repeat 39px 83px / 12%, url("/img/3-1.png") no-repeat 39px 54px / 19%, url("/img/stickers.svg") no-repeat 100% 100%;
  }
  .fc-fourth-card{
    background: url("/img/4.png") no-repeat 27px 67px / 12%, url("/img/4-1.png") no-repeat 25px 35px / 19%;
  }
  .firstpr-cards{
    margin-bottom: 20px;
  }
  .form-d-consult{
    max-width: 288px;
    justify-self: center;
  }
  .f-d-consult-form{
    padding: 40px 10px 34px 24px;
  }
  .f-d-consult-form h2{
    line-height:28px;
  }
  .f-d-consult-form h2 br{
    display: block;
  }
  .f-d-consult-form form{
    display: flex;
    gap: 14px;
    flex-direction: column;
    border-bottom: 1px solid #5B2F2799;
  }
  .f-d-consult-form .btn{
    padding: 20px 20.5px;
    white-space: nowrap;
  }
  .round-check{
    width: 26px;
    align-self: center;
  }
  .checkbox-wrap{
    margin: 2px 0 22px 0;
  }
  .form-d-consult .notif{
    margin-bottom: 0;
  }
  .bottom-form{
    line-height: 21px;
    max-width: 250px;
    margin-top: 20px !important;
    border: unset;
  }
  .form-img{
    width: 288px;
    height: 320px;
  }
  .services{
    max-width: 288px;
    margin-top: 40px;
  }
  .services h2{
    margin-bottom: 30px;
  }
  [class^="ser-card"]{
    max-width: 288px;
    padding: 30px 40px;
  }
  .s-c-in span{
    font-size: 18px;
  }
  .s-c-in-in{
    flex-direction: column;
  }
  .s-c-price{
    margin-left: 0;
  }
  .s-c-price p{
    font-size: 16px;
    white-space: unset;
  }
  .s-c-price .btn{
    padding: 16px 10.5px;
    white-space: nowrap;
    font-size: 17px;
    margin-bottom: 5px;
  }
  .s-c-price a{
    white-space:unset;
    width: auto;
    margin-top: 20px;
  }
  .s-c-price a br{
    display: block;
  }
  .s-cards{
    margin-bottom: 40px;
  }
  .why_trust{
    max-width: 288px;
    margin-bottom: 40px;
  }
  .raitings{
    max-width: 295px;
    margin-bottom: 40px;
  }
  .rait-card{
    width: 290px;
    height: 214px;
  }
  .rait-card:first-child p{
    font-size: 18px;
  }
  .owl-item:first-child .rait-card p {
    white-space: unset;
  }
  .rait-card:not(.r-c-1){
    justify-content: center;
  }
  .rait-card.r-c-1{
    height: auto;
  }
  .one-rev{
    max-width: 290px;
    height: auto;
    max-height: unset;
    padding: 30px 30px!important;
  }
  .o-r-h-in{
    margin-left: 0;
  }
  .rev-photo{
    align-self: flex-start;
    margin-bottom: 20px;
  }
  .one-rev-head{
    flex-direction: column;
    margin-bottom: 20px;
  }
  .rev-bottom{
    display: flex;
    flex-direction: column;
    align-items: flex-end;
  }
  .company.owl-carousel .owl-nav{
    position: relative;
    max-width: 96px;
    margin-top: 20px;
  }
  .company{
    margin-bottom: 20px;
  }
  .revs.owl-carousel .owl-nav{
    margin-top: 20px;
  }
  .doctors{
    margin-bottom: 20px;
    max-width: 288px;
  }
  .doc-card{
    padding: 96px 30px 30px 30px;
  }
  .owl-item:nth-child(odd) .doc-card{
    background: url('/img/tooth-left.svg') no-repeat 16% 4vh / 56%, url('/img/hand.svg') no-repeat 101% 1vh / 40%, url('/img/sun-2.svg') no-repeat 99% 20vh #FFD8ED;
  }
  .owl-item:nth-child(even) .doc-card{
   background: url('/img/tooth-right.svg') no-repeat 96% 3%/60%, url('/img/flowers.svg') no-repeat 6% 2%/28%, url('/img/reversegreenbord.png') no-repeat 5% 16% / 20% #E2FFD4
  }
  .doc-card h3{
    max-width: 230px;
    word-break: break-word;
  }
  .gallery{
    margin-bottom: 30px;
    max-width: 288px;
  }
  .dvrv-card-1, .dvrv-card-2, .dvrv-card-3{
    padding-top: 120px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .dvrv-card-1{
    background: url("/img/hands.svg") no-repeat 50% 1%, url("/img/lean-tooth.svg") no-repeat 5% 96% #DAF8FF;
  }
  .dvrv-card-2{
    background: url("/img/hand-2.svg") no-repeat 50% 1% #EDDFF5;
  }
  .dvrv-card-3{
    background: url("/img/baby.svg") no-repeat 50% 1% #FFD8EE;
  }
  .dvrv-card-1 h3, .dvrv-card-2 h3, .dvrv-card-3 h3{
    font-size: 26px;
    text-align: center;
  }
  .protiv-card h3{
    font-size: 26px;
    word-break: keep-all;
  }
  .w_side-block_1, .w_side-block_2, .w_b_1_1, .w_b_1_2, .w_b_2_1, .w_b_2_2{
    background-position: 50% 10%;
  }
  .w_side-block_2{
    padding-top: 180px;
  }
  .w_b_2_2{
    width: auto;
  }
  .img-1, .img-2, .img-3,.img-4,.img-5, .img-6{
    height: 216px;
    width: 288px;
  }
  .img-6{
    margin: 0;
  }
  .dvrv{
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 288px;
  }
  .dvrv h2{
    margin-bottom: 20px;
  }
  .dvrv-card-1 p, .dvrv-card-2 p, .dvrv-card-3 p{
    word-break: break-word;
  }
  .protiv{
    max-width: 288px;
    margin-bottom: 40px;
  }
  .protiv-card{
    max-width: 288px;
    padding: 20px 20px;
    word-break: break-word;
  }
  .protiv img{
    max-width: 288px;
    object-position: 0 -35px;
  }
  .sqr-img-mobile{
    height: 288px;
    overflow: hidden;
    margin-bottom: 20px;
    border-radius: 25px;
  }
  .profil{
    max-width: 288px;
    margin-bottom: 20px;
  }
  .profil-text{
    flex-direction: column;
  }
  .profil-text h3{
    order: 1;
    font-size: 30px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 20px;
  }
  .profil-text p{
    order: 2;
    margin-right: 0;
  }
  .profil h2{
    margin-bottom: 0;
  }
  .ques{
    max-width: 288px;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .ques h2{
    margin-bottom: 20px;
  }
  .maps{
    max-width: 288px;
    margin-bottom: 46px;
  }
  .adress{
    max-width: 288px;
  }
  .adress_1, .adress_2, .adress_3{
    width: auto;
    max-width: 288px;
    padding: 30px;
  }
  .adress_3 h3{
    font-size: 27px;
  }
  .maps_gal_1 img, .maps_gal_2 img, .maps_gal_3 img{
    width: 288px!important;
    height: 216px;
  }
  .map_ya{
    display: none;
  }
  .map_ya.mobile_map{
    display: block;
    margin-bottom: 40px;
  }
  .mob_pol{
    margin-bottom: 0!important;
  }
}
@media(max-width:700px){
  .mobile_menu .mainlogo{
    width: 148px;
    height: 29px;
  }
  .phone_mobile:before{
    width: 23px;
    height: 23px;
    background-size: 23px;
  }
  .mobile_burger{
    width: 30px;
    height: 22px;
    background-size: 30px;
  }
  .mobile_burger.close{
    background-size: 20px;
  }
}
@media(max-width:579px){
  #form_m.form-d .form-input, #form_m.form-d #phonecall_m, #form_m.form-d .btn,#form_mz.form-d .form-input, #form_mz.form-d #phonecall_mz, #form_mz.form-d .btn{
    width: auto;
  }
  .form-modal .f-d-consult-form h2{
    white-space: unset;
    line-height: 46px;
  }
  #form_m.form-d .round-check,#form_mz.form-d .round-check {
    width: 40px;
  }
  .close_modal{
    right: -24px;
  }
  .firstpr-cards p{
    font-size: 18px;
  }
  .firstpr-cards h3{
    margin-right: 20px;
  }
  .fc-third-card{
    background: url(/img/3.png) no-repeat 29px 83px / 12%, url(/img/3-1.png) no-repeat 24px 53px / 19%, url(/img/stickers.svg) no-repeat 100% 100%;
  }
  p{
    font-size: 18px!important;
  }
}
@media(max-height:990px){
  .owl-item:nth-child(odd) .doc-card{
    background: url('/img/tooth-left.svg') no-repeat 16% 4vh / 56%, url('/img/hand.svg') no-repeat 101% 1vh / 40%, url('/img/sun-2.svg') no-repeat 99% 223px #FFD8ED;
  }
}
@media(max-height:670px){
  .close_modal{
    right: -8vw;
    top: 6%;
  }
}