/*
 * Theme name: Клиника семейной стоматологии "Лотос" г.Брянск
 * Author: Андрей Кузин
 * Author URI: https://copperman.ru
 * Version: 1.0
 */
 html {
  height: 100%;
  width: 100%;
}
* {
  margin: 0;
  padding: 0;
}
ul,li {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0;
  padding: 0;
}
.badge, .mini-badge, .mini-badge__org-name {
  max-width: 100%!important;
}
.section-name__serv {
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 400;
  color: #8c989e;
}
.section-name__title {
  font-weight: 500;
  font-size: 40px;
  position: relative;
  padding-left: 50px;
}
.section-name__title::before {
  content: "";
  display: block;
  width: 45px;
  height: 45px;
  background: url(../icons/result_zu.png)no-repeat;
  position: absolute;
  top: 0;
  left: 0;
}
.section-name {
  margin-bottom: 30px;
}
.section-name__picture {
  display: flex;
  justify-content: center;
}
body {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-width: 320px;
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: 400;
  overflow-x: hidden;
  line-height: 1.3;
}
.topp {
  background-color: rgba(180, 178, 176, .1);
  padding: 5px 0 10px 0;
}
.header {
  background-color: rgba(180, 178, 176, .1);
  /* background-color: #414b67; */
  /* background-color: #f1f5f8; */
  padding: 10px 0;
  box-shadow: 0 0 1px 1px #f1f5f8;
}
.logo__img {
  max-width: 100%;
  display: block;
  height: 105px;
}
.menu {
  padding-top: 25px;
  display: flex;
  justify-content: center;
}
.menu__list {
  display: flex;
  justify-content: center;
}
.menu__link {
  font-size: 16px;
  color: #414141;
  font-weight: 600;
  margin-right: 20px;
  text-transform: uppercase;
  position: relative;
  cursor: pointer;
}
.menu__link:after {
	display: block;
	position: absolute;
	left: 0;
	width: 0;
	height: 2px; 
	background-color: #01b1ec;
	content: "";
	transition: width 0.3s ease-out;
}
.menu__link:hover:after,
.menu__link:focus:after {
	width: 100%;
}
.menu__link:hover {
  text-decoration: none;
  color: #000;
}
.index-botton {
  padding-top: 13px;
}

.phone-main__phone {
  display: flex;
}
.phone-main__l {
  text-decoration: none;
  color: #414141;
  font-weight: 500;
  font-size: 16px;
}
.phone-main__wrapper {
  display: flex;
}
.phone-main__ic {
  width: 24px;
  height: 24px;
}
.phone-main__tel {
  margin-right: 20px;
}
.phone-main__link-mes {
  margin-right: 10px;
}
.phone-main__link-mes:last-child {
  margin-right: 0;
}
.phone-main {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

/* offer */
.offer {
  height: 100vh;
  min-height: 700px;
  background: url(../img/bg-header.jpg)no-repeat top center /cover;
  position: relative;
  z-index: 5;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%) !important;
}
.offer:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .6);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99;
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 94%) !important;
}
.offer-con {
  position: relative;
  z-index: 100;
}
.box-offer__kl {
  color: #01b1ec;
  /* color: #01ec96; */
}
.box-offer__desc {
  display: flex;
  margin-bottom: 10px;
}
.box-offer__icons {
  width: 20px;
  height: 20px;
}
.offer__content {
  height: 100%;
  display: flex;
  align-items: center;
}
.box-offer__title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 35px;
  /* color: #414141; */
}
.box-offer-bi {
  margin-bottom: 35px;
}
.box-offer__picture {
  margin-right: 7px;
}
.box-offer__text {
  font-size: 20px;
  color: #fff;
  position: relative;
}
.box-offer__textt {
  font-size: 20px;
  color: #fff;
  position: relative;
}
.box-offer__textt:after {
  content: "";
  display: block;
  position: absolute;
  bottom: -100px;
  right: 75px;
  background: url(../icons/arrow-form.png)no-repeat;
  width: 128px;
  height: 128px;
  transform: rotateX(45deg);
}
.box-offer__s {
  display: block;
}
.offer-picture__img {
  max-width: 100%;
  display: none;
  height: auto;
  transform: translateX(40px);
}
.box-offer__form {
  display: flex;
}
.box-offer__input {
  height: 45px;
  width: 220px;
  outline: none;
  border: none;
  margin-right: 20px;
  border-radius: 5px;
  padding-left: 15px;
}
.box-offer__link {
  background-color: #ffe5b4;
  /* background-color: #01b1ec; */
  /* background-color: #e7d3b3; */
  /* background-color: #01ec96; */
  outline: none;
  border: none;
  height: 45px;
  min-width: 180px;
  font-size: 12px;
  border-radius: 5px;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase;
  color: #414141;
  position: relative;
  overflow: hidden;
}
.box-offer__link:after {
    content: "";
    display: block;
    width: 60px;
    height: 300px;
    margin-left: 60px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0), #ffffff 50%, rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0));
    opacity: 0.6;
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.04s;
    animation-delay: 0.04s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
@-webkit-keyframes slideme {
    0% {
        left: -30px;
        margin-left: 0px;
    }

    30% {
        left: 110%;
        margin-left: 80px;
    }

    100% {
        left: 110%;
        margin-left: 80px;
    }
}
/* end offer */

/* team */
.team {
  padding: 30px 0;
  background-color: rgba(180, 178, 176, .1);
}
.spec {
  height: 100%;
  position: relative;
  z-index: 10;
}
.spec::before {
  content: "";
  display: block;
  background: url(../logo/res.png)no-repeat;
  position: absolute;
  top: -10px;
  right: -20px;
  z-index: 15;
  width: 70px;
  height: 70px;
}
.spec__box {
  height: 100%;
  background-color: #fff;
  padding: 10px 10px 20px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border-radius: 15px;
}
.spec__picture {
  margin-bottom: 15px;
}
.spec__name {
  font-size: 16px;
  text-transform: uppercase;
  color: #414141;
  margin-bottom: 10px;
}
.spec__desc {
  font-size: 14px;
  margin-bottom: 15px;
}
.spec__zap {
  /* background-color: #01ec96; */
  /* background-color: #FFCA86; */
  background-color: #01b1ec;
  color: #fff;
  font-size: 16px;
  padding: 6px 13px;
  outline: none;
  border: none;
  cursor: pointer;
  border-radius: 15px;
  margin-right: 10px;
}
.spec__pod {
  color: #414141;
  font-size: 16px;
  padding: 6px 13px;
  outline: none;
  border: 1px solid #01b1ec;
  cursor: pointer;
  border-radius: 15px;
  background: transparent;
}
.spec__img {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 310px;
  border-radius: 5px 10px 20px 40px;
}
.nn {
  margin-bottom: 30px;
}
.spec__btn {
  display: flex;
  justify-content: center;
}

/* end team */

/* top-top */
  .top-top {
    background-color: #414b67;
    padding: 5px 0;
  }
  .address {
    display: flex;
  }
  .index-botton {
    display: flex;
    justify-content: flex-end;
  }
  .index-botton__link {
    /* background-color: #01ec96; */
    /* background-color: #e7d3b3; */
    background-color: #01b1ec;
    outline: none;
    border: none;
    min-width: 180px;
    min-height: 45px;
    font-size: 12px;
    text-transform: uppercase;
    color: #fff;
    /* color: #343434; */
    font-weight: 600;
    border-radius: 5px;
    cursor: pointer;
  }
  .address__text {
    color: #343434;
  }
/* end top-top */

/* services__caption */
.services {
  padding: 50px 0;
}
.services-box {
  height: 200px;
  background-color: rgba(180,178,176, .1);
  border-radius: 10px;
}
.services-mb {
  margin-bottom: 20px;
}
.services-box__inner {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: flex-end;
  padding: 0 0 10px 10px;
}
.services-box__title {
  font-size: 16px;
  font-weight: 500;
  color: #343434;
  margin-bottom: 10px;
  text-align: left;
}
.services-box__picture {
  display: flex;
  justify-content: flex-end;
  margin-bottom: 35px;
}
.services-box__icons {
  width: 95px;
  height: 95px;
  background-color: #fff;
  padding: 10px;
  border-radius: 0 0 0 35px;
}
.services-box__pic {
  width: 24px;
  height: 24px;
  padding: 5px;
  background-color: #fff;
  border-radius: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.photo-otzy {
  display: flex;
}
.photo-otzy__picture {
  margin-left: 15px;
}
.photo-otzy__img {
  max-width: 100%;
  /* display: block; */
  height: 390px;
  border-radius: 10px;
}
.photo-otzy__mb {
  margin-bottom: 15px;
}
.otzy {
  padding: 50px 0;
}
/* end services__caption */

/* opdel */
.opdel {
  padding: 50px 0;
  background-color: #fff;
}


background-color: rgba(180, 178, 176, .1);
/* end opdel */

/* docc */
.docc {

}
.docc {
  padding: 50px 0;
}
.box-pic__pictures {
 overflow: hidden;
 border-radius: 20px;
}
.box-pic__picture {
  max-width: 100%;
  width: 100%;
  display: block;
  height: 550px;
  display: flex;
  justify-content: center;
  border-radius: 20px;
  object-fit: cover;
  transition: transform 0.5s ease;
  overflow: hidden;
}
.box-pic__pictures:hover .box-pic__picture {
  transform: scale(1.2);
  overflow: hidden;
  border-radius: 20px;
}  
.box-docc__title {
  color: #01b1ec;
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 700;
}
.box-docc__desc {
 font-weight: 600;
 font-size: 18px;
 margin-bottom: 10px;
}
.box-docc__op {
  margin-bottom: 10px;
  display: inline-block;
  position: relative;
}
.box-docc__op:after {
 content: "";
 display: inline-block;
 width: 100%;
 height: 1px;
 background-color: #01b1ec;
 position: absolute;
 bottom: -3px;
 left: 0;
}
.box-docc__iteam {
  display: flex;
  align-items: center;
  margin-bottom: 7px;
}
.box-docc__left {
  background-color: #01b1ec;
  width: 7px!important;
  height: 7px!important;
  border-radius: 100%;
  margin-right: 8px;
}
.box-docc__spec {
 color: #01b1ec;
 font-size: 22px;
 margin-bottom: 10px;
 font-weight: 700;
}
ol, ul {
 margin: 0!important;
 padding: 0!important;
}
/* end docc */



/* contacts */
.contacts {

}

.contacts {
  padding: 50px 0; 
}
.box-contacts__title {
  font-size: 34px;
  font-weight: 600;
}
.contacts-icons__text {
  font-size: 26px;
  font-weight: 600;
  color: #414141;
  text-align: center;
  margin-bottom: 10px;
  position: relative;
  display: block;
  text-align: center;
  z-index: 20;
}
.contacts-icons__text:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  background-color: #01ec96;
  border-radius: 100%;
  position: absolute;
  top: -8px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -2;
}
.box-contacts__title {
  margin-bottom: 30px;
}
.contacts__desc {
  font-size: 18px;
  position: relative;
}
.contacts__desc::after {
  content: "";
  display: block;
  width: 90%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%,25px);
  background-color: #8f8f8f;
}
.contacts-icons__desc {
  font-size: 18px;
}
.contacts-bo {
  margin-bottom: 50px;
}
.contacts-icons__picture {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}
.bot-u {
  margin-bottom: 30px;
}
.contacts-icons__img {
  width: 52px;
  height: 52px;
}
.box-contacts__sp {
  font-weight: 600;
  font-size: 34px;
  position: relative;
}
.box-contacts__sp::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: 2px;
  background-color: #01ec96;
  position: absolute;
  bottom: 0;
  left: 0;
}
.contacts-icons__phone {
  color: #414141;
  text-decoration: none;
}
.contacts-icons__vy {
  color: #8f8f8f;
}
.contacts-icons__mar {
  color: #414141;
}
.contacts__cap-rek {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
}
.contacts__cap-iteam {
  font-size: 18px;
  margin-bottom: 5px;
}
/* end contacts */

/* yandex */
.yandex-box {
  padding: 15px 0;
}
.yandex-box__desc {
  color: #8c989e;
  margin-bottom: 15px;
}
.yandex-box__title {
  font-size: 24px;
  font-weight: 600;
}
.yandex-address {
  display: flex;
  justify-content: flex-end;
  padding-top: 25px;
}
.yandex-address__desc {
  border: 1px solid #01ec96;
  padding: 12px 17px;
  border-radius: 20px;
  display: inline-block;
}
/* end yandex */

/* footer */
.footer {
  padding: 50px 0;
  background-color: rgba(180, 178, 176, .1);
}
.foot-logo__img {
  max-width: 100%;
  display: block;
  height: 85px;
}
.box-footer__caption {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}
.box-footer__link {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  margin-bottom: 10px;
  display: block;
}
.foot-info__name {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  margin-bottom: 10px;
}
.foot-info__center {
  display: block;
}
.foot-logo {
  margin-bottom: 10px;
}
.foot-info__na {
  font-size: 14px;
  font-weight: 400;
  color: #414141;
  margin-bottom: 10px;
}
.foot-info__fs {
  font-weight: 600;
  display: block;
}
.foot-info__wo {
  display: block;
}
.foot-info__wu {
  color: #8f8f8f;
}
.foot-info__link-phone {
  color: #414141;
  display: block;
}
.foot-info__ii {
  width: 22px;
  height: 22px;
  margin-right: 10px;
}
.company-info__ss {
  display: block;
}
.company-info__lic {
  font-size: 14px;
  margin-bottom: 10px;
}
.company-text__desc {
  font-size: 14px;
}
.company-info__ip-text {
  display: block;
}
.company-info__ip {
  font-size: 14px;
  margin-bottom: 10px;
}
.company-text__te {
  font-size: 14px;
}
.company-info__politic {
  font-size: 14px;
  display: block;
}
.company-info__zat {
  font-size: 14px;
}
/* end footer */



@media (max-width: 1200px) {
  
}
@media (max-width: 992px) {
  
}
@media (max-width: 768px) {
  
}
@media (max-width: 575px) {
  
}
@media (max-width: 500px) {
  
}
@media (max-width: 450px) {
  
}