@import url('https://fonts.googleapis.com/css?family=Open+Sans:300,300i,400,400i,600,600i,700,700i,800,800i&subset=cyrillic');
:root {
	font-size: 16px;
}
body {
	font-size: 1rem;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	color: #333333;
}
a {
	color: #333333;
}
a:hover {
	color: #0fa8ae;
}
img {
	max-width: 100%;
	height: auto;
}
::selection {
    background: #0fa8ae;
    color: #333333;
}

/*HEADER*/
.header {
    margin-top: 1.875rem;
}
.header a {
	color: #333333;
	text-decoration: none;
}
.header_logo img {
    max-height: 65px;
    width: auto;
}
.header_contacts {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	text-align: right;
}
.header_phone {
	margin-right: 1.25rem;
}
.phone_link {
    padding-left: 2rem;
    background-image: url(img/phone.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center left;
}
.phone_link span {
    font-size: 1.3rem;
    font-weight: 700;
}


/*CONTENT*/
.content {
    background: url(img/bg.jpg), linear-gradient(to left, #d2dde3, #eaeff2);
    background-position: 50% 50%;
    background-size: cover;
    color: #333333;
    height: auto;
    display: flex;
}
.content_offer span {
	font-weight: 400;
}
.content_txt {
	min-height: auto;
    height: auto;
    align-items: center;
    padding: 6.875rem 0 6.25rem 0 ;
}
ul {
    list-style: none;
    padding-left: 0;
    margin: 2rem 0 3rem 0;
}
ul li {
    margin-bottom: .5rem;
    padding-left: 2.5rem;
    background-image: url(/img/check.png);
    background-size: 1rem;
    background-repeat: no-repeat;
    background-position: 0 .3rem;
}
.box {
	padding: 2.5rem;
	background-color: #ffffff;
	box-shadow: 8px 13px 25px rgba(0, 0, 0, 0.2);
	border-radius: 0.4375rem;
}
.checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 0;
  width: 1.5rem;
  height: 1.5rem;
}
.checkbox + label {
  position: relative;
  padding-left: 2.25rem;
  cursor: pointer;
}
.checkbox + label:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 0.125rem;
  border: 0.25rem solid #e6e9ed;
  background-color: #e6e9ed;
  transition: .2s;
}
.checkbox:hover + label:before {
  background-color: #999999;
}
.checkbox:checked + label:before {
  background-color: #0fa8ae;
}
.form-check {
	margin-bottom: 0.625rem;
	padding-left: 0;
}
.form-check:last-child {
	margin-bottom: 0;
}
@keyframes sheen {
  0% {
    transform: skewY(-45deg) translateX(0);
  }
  100% {
    transform: skewY(-45deg) translateX(900%);
  }
}
.pulse {
  display: inline-block;
  position: relative;
  overflow: hidden;
}
.pulse:before {
  content: "";
  background-color: rgba(255, 255, 255, 0.5);
  height: 100%;
  width: 3em;
  display: block;
  position: absolute;
  top: 0;
  left: -4.5em;
  transform: skewX(-45deg) translateX(0);
  transition: none;
}
.pulse:hover:before {
  transform: skewX(-45deg) translateX(1500%);
  transition: all 0.75s ease-in-out;
}
.form_cta {
    border-left: 4px solid #0fa8ae;
    padding-left: 0.625rem;
    margin-bottom: 1.5625rem;
}
.form_cta h5 {
    font-size: 1.25rem;
    margin-bottom: 0;
}
.form_cta p {
	margin-bottom: 0;
}
.what_is {
    padding: 4.375rem 0;
    background: #ffffff;
    background: linear-gradient(to bottom, #fff, #e6e9ed);
}
.doctor {
    padding: 4.375rem 0;
}
.doctor .slick-slide {
    height: 190px;
    overflow-y: hidden;
    position: relative;
    margin-left: 15px;
    margin-right: 15px;
    border: 2px solid #0fa8ae;
    padding: 0;
    border-radius: 0.4375rem;
    transition: .25s;
}
.doctor .slick-slide:hover {
    box-shadow: 0 5px 25px #999;
    transition: .25s;
}
.doctor .slick-slide img {
    top: 0;
    position: absolute;
    width: 100%;
}
.contact_section {
    padding: 4.375rem 0;
    background: #0fa8ae;
    color: #fff;
}
.contact_section a {
    color: #fff;
}

.gallery-slider .slick-slide img:hover {
    transition: .25s;
    transform: scale(1.1);
}

.gallery-slider .slick-slide img {
    transition: .25s;
    transform: scale(1);
}







/*FOOTER*/
.footer {
    padding: 2.5rem 0 5rem 0;
    background-color: #e6e9ed;
}
.footer_contacts {
    text-align: right;
}
.footer_logo img {
  max-height: 65px;
  width: auto;
}
.footer_phone {
    margin-bottom: .5rem;
}






@media (max-width: 992px) {
	
}

@media (max-width: 768px) {
	.header_logo {
        text-align: center;
    }
    .header_contacts {
        justify-content: center;
        flex-wrap: wrap;
    }
    .header_phone, .header_callback {
        margin-top: .5rem;
    }
    .footer_logo {
        order: 1;
    }
    .footer_rekv {
        order: 3;
    }
    .footer_contacts {
        order: 2;
        margin: 1rem 0;
        text-align: center;
    }
    .footer {
        text-align: center;
    }
    .what_is__image {
        display: none;
    }
    .content {
        background-position: 79% 143%;
        background-size: auto;
        background-repeat: no-repeat;
        padding-bottom: 15rem;
    }
    .doctor_image {
        margin-top: 1rem;
    }
}

@media (max-width: 576px) {
	:root {
		font-size: 14px;
	}
    .doctor .slick-slide {
        height: 250px;
    }
	
}