

/* Start:/local/templates/mkclinic/css/contacts.css?175879729711812*/
div.main-wrapper {
  overflow: clip;
}

/* === contacts-top === */
.contacts-top {
  position: relative;
  background-color: #F9F7F6;
  padding-top: 208px;
  padding-bottom: 136px;
  margin-top: -55px;
  text-align: center;
}

@media (max-width: 1450px) {
  .contacts-top {
    padding-top: 180px;
    padding-bottom: 104px;
  }
}

@media (max-width: 1320px) {
  .contacts-top {
    padding-top: 162px;
    padding-bottom: 86px;
  }
}

@media (max-width: 1000px) {
  .contacts-top {
    padding-top: 227px;
  }
}

@media (max-width: 767px) {
  .contacts-top.section {
    margin-bottom: 0;
    padding-top: 244px;
    padding-bottom: 124px;
  }
}

.contacts-top__wrapper {
  position: relative;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.contacts-top__flower {
  opacity: 0.6;
  position: absolute;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  right: -140px;
  width: 26%;
  top: 90px;
  -webkit-animation: leaves 3s infinite ease-in-out 1s;
  animation: leaves 3s infinite ease-in-out 1s;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

@media (max-width: 1000px) {
  .contacts-top__flower {
    right: -162px;
    width: 34%;
    top: 140px;
  }
}

@media (max-width: 767px) {
  .contacts-top__flower {
    display: none;
  }
}

.contacts-top__title {
  margin-bottom: 15px;
  text-wrap: balance;
}

@media (max-width: 1000px) {
  .contacts-top__title {
    font-size: 45px;
    letter-spacing: 4.5px;
  }
}

@media (max-width: 767px) {
  .contacts-top__title {
    font-size: 36px;
    letter-spacing: 3.6px;
    line-height: 1.5;
    margin-bottom: 38px;
  }
}

.contacts-top__subtitle {
  text-wrap: balance;
  max-width: 1244px;
  color: var(--text-2, #647788);
  text-align: center;
  font-family: "Vetrino", sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 3.2px;
  text-transform: uppercase;
  margin: 0 auto 40px;
}

@media (max-width: 1450px) {
  .contacts-top__subtitle {
    max-width: 892px;
    font-size: 24px;
    letter-spacing: 2.4px;
  }
}

@media (max-width: 1320px) {
  .contacts-top__subtitle {
    max-width: 750px;
    font-size: 20px;
    letter-spacing: 2px;
  }
}

@media (max-width: 1000px) {
  .contacts-top__subtitle {
    max-width: 510px;
  }
}

@media (max-width: 767px) {
  .contacts-top__subtitle {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.contacts-top__leaves {
  opacity: 0.6;
  width: 14%;
  position: absolute;
  -webkit-transform: scaleX(-1);
  -ms-transform: scaleX(-1);
  transform: scaleX(-1);
  left: -74px;
  -webkit-animation: leaves 3s infinite ease-in-out 1s;
  animation: leaves 3s infinite ease-in-out 1s;
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
}

@media (max-width: 1000px) {
  .contacts-top__leaves {
    top: 24px;
    width: 28%;
  }
}

@media (max-width: 767px) {
  .contacts-top__leaves {
    top: 50px;
    width: 204px;
  }
}

@-webkit-keyframes leaves {
  from {
    rotate: 0;
  }
  50% {
    rotate: 2deg;
  }
  to {
    rotate: 0;
  }
}

@keyframes leaves {
  from {
    rotate: 0;
  }
  50% {
    rotate: 2deg;
  }
  to {
    rotate: 0;
  }
}


/* === contacts-info === */
@media (max-width: 767px) {
  .contacts-info.section {
    margin-bottom: 64px;
  }
}

.contacts-info__wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 1fr;
  grid-template-columns: 50% 1fr;
  gap: 80px;
  padding-top: 120px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 1450px) {
  .contacts-info__wrapper {
    -ms-grid-columns: 51% 1fr;
    grid-template-columns: 51% 1fr;
    padding-top: 75px;
    gap: 62px;
  }
}

@media (max-width: 1320px) {
  .contacts-info__wrapper {
    padding-top: 120px;
    -ms-grid-columns: 47% 1fr;
    grid-template-columns: 47% 1fr;
    gap: 42px;
  }
}

@media (max-width: 1000px) {
  .contacts-info__wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px) {
  .contacts-info__wrapper {
    padding-top: 0;
    gap: 95px;
  }
}

.contacts-info__video video {
  aspect-ratio: 16/9;
  width: 100%;
}

.contacts-info__video {
  margin-right: -20px;
  position: sticky;
  top: 10px;
  height: fit-content;
}

@media (max-width: 767px) {
  .contacts-info__video {
    margin: 0 -20px;
    position: relative;
    top: 0;
  }
}

@media (max-width: 350px) {
  .contacts-info__video {
    margin: 0 -15px;
  }
}
@media (max-width: 1000px) {
  .contacts-info__content {
    text-align: center;
  }
}

.contacts-info__video:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 102px;
  height: 90px;
  background-image: url(/local/templates/mkclinic/css/../img/icons/play.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

@media (max-width: 767px) {
  .contacts-info__video:after {
    width: 80px;
    height: 70px;
  }
}

.contacts-info__video.active:after {
  display: none;
}

.contacts-info__address {
  color: var(--dark, #1C252D);
  font-family: "Vetrino", sans-serif;
  font-weight: 400;
  margin-bottom: 110px;
  font-style: normal;
}

@media (max-width: 1450px) {
  .contacts-info__address {
    margin-bottom: 82px;
  }
}

@media (max-width: 1320px) {
  .contacts-info__address {
    margin-bottom: 40px;
  }
}

@media (max-width: 767px) {
  .contacts-info__address {
    margin-bottom: 50px;
  }
}

.contacts-info__text {
  font-size: 60px;
  line-height: 1.2;
  margin-bottom: 32px;
}

@media (max-width: 1450px) {
  .contacts-info__text {
    font-size: 40px;
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .contacts-info__text {
    margin-bottom: 40px;
    font-size: 24px;
  }
}

.contacts-info__phone {
  font-size: 32px;
  line-height: normal;
}

@media (max-width: 1450px) {
  .contacts-info__phone {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .contacts-info__phone {
    font-size: 24px;
  }
}

@media (max-width: 1000px) {
  .contacts-info__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.contacts-info__form-text {
  max-width: 282px;
  margin-bottom: 10px;
}

.contacts-info__form-inputs {
  max-width: 562px;
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr) [ 2 ];
  grid-template-columns: repeat(2, 1fr);
  margin-bottom: 46px;
}

@media (max-width: 767px) {
  .contacts-info__form-inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    margin-bottom: 30px;
  }
}

.contacts-info__form-input {
  width: 100%;
}

@media (max-width: 1000px) {
  .contacts-info__form-input {
    text-align: center;
  }
}


/* === contacts-content === */
.contacts-content {
  position: relative;
  padding-bottom: 70px;
}

@media (max-width: 767px) {
  .contacts-content {
    padding-bottom: 40px;
  }
}

.contacts-content:before {
  content: '';
  background-image: url(/local/templates/mkclinic/css/../img/contacts/contacts-bg.svg);
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom right;
  left: 0;
  width: 50%;
  height: 320px;
  bottom: 0;
  z-index: -1;
}

@media (max-width: 1000px) {
  .contacts-content:before {
    width: 100%;
    height: 280px;
  }
}

@media (max-width: 767px) {
  .contacts-content:before {
    width: 100%;
    height: 260px;
  }
}

.contacts-content__schedule .footer__time-name {
  font-weight: 700;
}

.contacts-content__name {
  font-style: normal;
  font-family: "Vetrino", sans-serif;
  font-size: 32px;
  letter-spacing: 4.8px;
  text-transform: uppercase;
  margin-bottom: 40px;
}

@media (max-width: 1320px) {
  .contacts-content__name {
    font-size: 22px;
    letter-spacing: 3.8px;
  }
}

@media (max-width: 1000px) {
  .contacts-content__name {
    font-size: 17px;
  }
}

@media (max-width: 767px) {
  .contacts-content__name {
    font-size: 24px;
  }
}

.contacts-content__wrapper {
  display: grid;
  grid-template-columns: 350px 1fr;
  gap: 100px;
}

@media (max-width: 1440px) {
  .contacts-content__wrapper {
    gap: 80px;
  }
}

@media (max-width: 1200px) {
  .contacts-content__wrapper {
    grid-template-columns: 320px 1fr;
    gap: 50px;
  }
}

@media (max-width: 1000px) {
  .contacts-content__wrapper {
    gap: 30px;
  }
}

@media (max-width: 767px) {
  .contacts-content__wrapper {
    grid-template-columns: 1fr;
    gap: 50px;
  }
}

.contacts-content__address {
  font-style: normal;
  margin-bottom: 80px;

}

@media (max-width: 767px) {
  .contacts-content__info {
    order: 2;
  }
}

.contacts-content__contacts-name {
  font-weight: 700;
}

.contacts-content__social {
  margin-top: 40px;

}

/* === contacts-way === */
.contacts-way__title {
  margin-bottom: 56px;
  color: var(--dark, #1C252D);
  font-family: "Vetrino", sans-serif;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 5.5px;
  text-transform: uppercase;
  text-align: left;
  flex: none;
}

@media (max-width: 1450px) {
  .contacts-way__title {
    font-size: 40px;
    letter-spacing: 4px;
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .contacts-way__title {
    font-size: 24px;
    letter-spacing: 2.4px;
    line-height: 1.5;
    margin-bottom: 32px;
  }
}

.contacts-way__item--bus {
  display: grid;
  grid-template-columns: 450px 1fr;
  gap: 30px;
}

@media (max-width: 1200px) {
  .contacts-way__item--bus {
    grid-template-columns: 300px 1fr;
  }
}

@media (max-width: 767px) {
  .contacts-way__item--bus {
    grid-template-columns: 1fr;
  }
}

.contacts-way__top {
  justify-content: space-between;
  margin-bottom: 60px;

}

.contacts-way__top,
.contacts-way__list {
  display: flex;
  align-items: center;
  gap: 30px;
}

@media (max-width: 1000px) {
  .contacts-way__top {
    flex-direction: column;
  }
}

.contacts-way__more {
  color: var(--text, #647788);
  margin-bottom: 46px;
}

.contacts-way__more:hover {
  color: var(--dark);

}

.contacts-way__links {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 10px;
}

@media (max-width: 1000px) {
  .contacts-way__links {
    flex-direction: row;
    margin-bottom: 60px;
  }
}

.contacts-way__link {
  font-family: "Vetrino", sans-serif;
  padding: 14px 24px;
  -webkit-transition: background-color .5s;
  transition: background-color .5s;
  border-radius: 35px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.5;
  letter-spacing: 2.4px;
  text-transform: uppercase;
  cursor: pointer;
  width: fit-content;
}

.contacts-way__link.active,
.contacts-way__link:hover {
  background-color: #f2f2f2;
}

@media (max-width: 1000px) {
  .contacts-way__link {
    font-size: 18px;
    letter-spacing: 1.8px;
  }
}

.contacts-way__item-link {
  cursor: pointer;
  font-weight: 500;
  border-bottom: 1px solid rgba(100, 119, 136, 0.2);
}

.contacts-way__item-link span {
  display: block;
  padding: 12px;
}

.contacts-way__item-link.active span {
  background-color: #f2f2f2;
}

.contacts-way__item, .contacts-way__item-info {
  display: none;
}

.contacts-way__item.active, .contacts-way__item-info.active {
  display: block;
}

.contacts-way__item--bus.active {
  display: grid;
}


/* === contacts-map === */
@media (max-width: 1000px) {
  .contacts-map {
    margin-bottom: 60px;
  }
}
.contacts-map__iframe {
  height: 80dvh;
  -webkit-filter: grayscale(100%);
  filter: grayscale(1);
}

@media (max-width: 1000px) {
  .contacts-map__iframe {
    height: 40dvh;
  }
}
/* End */


/* Start:/local/templates/mkclinic/components/bitrix/form/mk_getcall/bitrix/form.result.new/.default/style.css?17597545124426*/
.getcallform form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (max-width: 1320px) {
  .getcallform form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  }
}
.getcallform input {
  padding: 15px 10px;
  max-width: 254px;
  width: 100%;
  margin-right: 30px;
  border: none;
  border-bottom: 1px solid #B8B8B8;
  font-size: 18px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 1.17px;
}
@media (max-width: 1320px) {
  .getcallform input {
    margin-right: 0;
    /*margin-bottom: 30px;*/
    max-width: 355px;
  }
}
@media (max-width: 1000px) {
  .home-contacts__input {
    text-align: center;
  }
}

.getcallform__btn {
	width:100%;
	text-align: center;
	grid-column: 1 / 3;
}

@media (max-width: 767px) {
	.getcallform__btn {
		grid-column: 1;
		margin-top: 30px;
	}
}


.getcallform .form-required 
{
	color: var(--red, #CC0000);
}


.getcallform table.form-table {
display:flex;
justify-content: space-between;
}


.getcallform table.form-table th, .getcallform table.form-table td {
    border: 0px solid #ADC3D5;

}


.getcallform table.form-table td {
    padding: 0;
}


.getcallform table.form-table th {
background:none;
}







@media (max-width: 1000px) {
.getcallform table.form-table {
    flex-direction: column;
}

.getcallform input {
text-align:center;
	}
}









.getcallform input{
font-family: Manrope;
padding: 15px 10px;
    max-width: 254px;
    width: 100%;
    margin-right: 30px;
    border: none;
    border-bottom: 1px solid #B8B8B8;
    font-size: 18px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 1.17px;
}



.getcallform input::placeholder{
text-transform: uppercase;
}



.getcallform font.errortext {
display:none;
}



.feedback input[name=form_text_3]{
display:none;
}

.getcallform .witherrors label{
  color: var(--red, #CC0000);
}

.getcallform .witherrors input::placeholder, .witherrors .select-css {
  color: var(--red, #CC0000);
}


.getcallform .error-fld{
display:none;
}

.getcallform input[type=checkbox] {
    display: none;
}

.getcallform input[type=checkbox]+label {
    display: flex;
    align-items: center;
    gap: 10px;
position: relative;
    padding-left: 30px;
}

.getcallform input[type=checkbox]+label::after {
    content: "";
    position: absolute;
    width: 16px;
    height: 16px;
    border: 1px solid var(--dark);
    left: 0;
    top: 6px;
flex-shrink:0;
}
/*
.getcallform input[type=checkbox]:checked+label::after {
    content: "\2713";
    color: #1C252D;
    border: 2px solid #1C252D;
}
*/
.getcallform input[type=checkbox]:checked+label::before {
    display: none;
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    background-image: url(/local/templates/mkclinic/components/bitrix/form/mk_getcall/bitrix/form.result.new/.default/images/checkbox.svg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    left: 0;
    top: 2px;
}

.getcallform input[type=checkbox]:checked+label::before {
    display: block;
}


.getcallform div.checkbox {
grid-column-start: 1;
    grid-column-end: 3;
}


.getcallform .contacts-info__form-inputs {
    max-width: 562px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    /*gap: 54px;*/
    /*margin-bottom: 46px;*/
}

@media (max-width: 767px){
	.getcallform input[type=checkbox]+label{
text-align:left;
}

.getcallform .contacts-info__form-inputs {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 30px;
}

.getcallform div.checkbox {
    /* grid-column-start: 1; */
     grid-column-end: 1; 
}

.contacts-info__form-text {
    max-width: 100%;
}
}

.getcallform input[type=checkbox]+label .link {
    text-decoration: underline;
    text-underline-offset: 2px;
transition: opacity 0.5s;
}

@media (max-width: 470px), (hover: hover){
.getcallform input[type=checkbox]+label .link :hover {
    opacity: 0.6;
}
}

.contacts-info__form-inputs .checkbox {
margin: 30px 0;
}

.contacts-info__form-inputs .getcallform__btn {
margin-top: 30px;
}
/* End */
/* /local/templates/mkclinic/css/contacts.css?175879729711812 */
/* /local/templates/mkclinic/components/bitrix/form/mk_getcall/bitrix/form.result.new/.default/style.css?17597545124426 */
