body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	--blue_color: #f4f9ff;
	--main_color: #0e162c;
}

h1, h2, h3 {
	font-family: 'Roboto', sans-serif;
	color: #333333;
	margin: 0;
	margin-bottom: 10px;
}

h1 {
	font-size: 54px;
}

h2, h3 {
	font-size: 44px;
}

h1, h2 {
	font-weight: 500;
}

h3 {
	font-weight: 100;
	text-transform: uppercase;
}

p {

}

a {
	text-decoration: none;
	font-family: 'Roboto', sans-serif;
	color: #333333;
	font-weight: 300;
}

a:visited, a:hover, a:focus {
	text-decoration: none;
}

a:hover {
	font-weight: 500;
}

i {
	margin-right: 10px;
	color: #333333;
}

.container {
	max-width: 1200px;
	padding: 0 15px;
	margin: 0 auto;
}

.header-container {
	display: grid;
  grid-template-columns: 1fr 1fr;
	padding-top: 5vh;
}

.sps-container {
	float: right;
	margin-top: 40vh;
}

.surgeon-photo-section {
	background: url("../images/main-photo.jpg") no-repeat;
	min-height: 100vh;
  background-size: cover;
	background-position: 35% 0%;
}

.menu-wrapper a {
	margin-right: 5vh;
}

.right-header-block {
	display: flex;
  justify-self: end;
}

.phone {
	margin-right: 5vh;
}

@media only screen and (max-width: 1500px){

}

@media only screen and (max-width: 1100px){
	.surgeon-photo-section {
		min-height: 50vh;
	}
	.sps-container {
    margin-top: 10vh;
	}
}

@media only screen and (max-width: 800px){
	.surgeon-photo-section {
		background: url("../images/main-photo-tablet.jpg") no-repeat;
		background-size: cover;
	}
	h1 {
		font-size: 38px;
	}
	h2, h3 {
		font-size: 28px;
	}
	.menu-wrapper a {
    margin-right: 3vh;
	}
	.right-header-block {
    flex-direction: column;
	}
	.phone {
		margin: 0 0 10px 0;
	}

}

@media only screen and (max-width: 767px){
	.surgeon-photo-section {
		background: url("../images/main-photo-mobile.jpg") no-repeat;
		background-size: cover;
		min-height: 80vh;
	}
	.sps-container {
    margin-top: 4vh;
		float: none;
	}
	.menu-wrapper a {
    font-size: 14px;
	}
	.header-container {
	    grid-template-columns:1fr;
	}
	.right-header-block {
    justify-self: start;
		margin-top: 20px;
	}
	h1 {
		font-size: 28px;
	}
	h2, h3 {
		font-size: 18px;
	}
}


@media only screen and (max-width: 360px){
	.surgeon-photo-section {
		min-height: 100vh;
	}
}

	/* About surgeon section */

.about-container {
	margin-top: 9vh;
	position: relative;
}

.surgeon-photo {
	position: absolute;
	z-index: -1;
	top: -5vh;
	right: 0;
}

.about-text {
  width: 60%;
  margin-bottom: 5vh;
	line-height: 28px;
}

.about-text h3 {
	font-size: 18px;
	font-weight: 500;
	text-transform:none;
	letter-spacing: normal;
}

@media only screen and (max-width: 1500px){

}

@media only screen and (max-width: 1100px){
	.about-text {
    margin-bottom: 3vh;
	}
	.about-text:nth-of-type(2) {
	    width: 50%;
	}
	.about-container {
	  margin-top: 4vh;
	}
	.surgeon-photo {
		top: -2vh;
		right: -10px;
	}

}

@media only screen and (max-width: 800px){
	.about-container {
    margin-top: 3vh;
	}
	.header-container {
		padding-top: 3vh;
	}
	.surgeon-photo {
		top: 16vh;
		width: 90%;
	}
	.about-text {
    width: 100%;
	}

}

@media only screen and (max-width: 767px) {
	.about-text h3 {
		font-size: 16px;
	}
	.about-text p {
		font-size: 14px;
		line-height: 24px;
		margin: 0;
	}
	.about-text:nth-of-type(2) {
		width: 100%;
	}
	.about-text:nth-of-type(3) {
		margin-bottom: 0;
	}
	.surgeon-photo {
		position: relative;
    width: 100%;
    top: 0;
    right: 0;
	}
}

/* Testimonials section */

.testimonials-section {
	background:  var(--blue_color);
  margin-top: 10vh;
  padding: 7vh 0;
}

.testimonials-section h2 {
	font-size: 30px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: normal;
}

.testimonials-section h3 {
	font-size: 16px;
	font-weight: 500;
	text-transform: none;
	letter-spacing: normal;
}


.swiper-review {
	padding: 4em 0 5em;
	/* height: 525px; */
}

h4 {
	font-weight: normal;
	color: #8b8b8b;
	font-size: 16px;
}

.main-review {
	width: 500px;
	/* height: 525px; */
}

.review {

	/* box-shadow: 0 0 5px rgba(0,0,0,0.5); */
	border-radius: 10px;
  background: #fff;
}

.review {
	transition: all 0.5s ease;
	cursor: pointer;
}

.quote{
	margin-bottom: 15px;
}

.swiper-slide-active .text-review{
	/* min-width: 456px;
  padding-top: 60px;
  padding-right: 30px;
  padding-left: 30px;
  padding-bottom: 30px;
  background: #fff;
  margin-left: -97px;
  box-shadow: 0 0 5px rgba(0,0,0,0.5);
  border-radius: 10px; */
}

.swiper-review .swiper-slide-active{
	transform: scale(1.25);
	z-index: 1;
	box-shadow: 0 0 5px rgba(0,0,0,0.5);
}

.swiper-review .swiper-pagination-bullets{
	bottom: 0;
}

.swiper-review  .swiper-wrapper{
	align-items: center;
}

.photo-review img{
	width: 100%;
	margin-bottom: 15px;
	border-radius: 10px 10px 0 0;
}

.review h3 {
	font-size: 16px;
	margin: 0;
	font-weight: bold;
}

.review h4 {
	font-size: 14px;
	margin: 0;
}

.review p {
	font-size: 12px;
	margin: 0;
	line-height: 22px;
	text-align: center;
	margin-bottom: 15px;
}

.review h4 {
	margin-top: 10px;
	margin-bottom: 20px;
}

/* .swiper-slide-active h3{
	font-size: 18px;
}

.swiper-slide-active  p{
	font-size: 16px;
	line-height: 26px;
}

.swiper-slide-active  h4 {
	font-size: 16px;
}

.swiper-slide-active  i{
	font-size: 16px;
} */

.reviews  i:hover{
	color: #5dc4cd;
}

.text-review {
	padding: 50px 35px;
	display: flex;
	justify-content: center;
	flex-direction: column;
	align-items: center;
}

.swiper-pagination-bullet {
	width: 30px;
  height: 3px;
  opacity: 1;
  background: #b7b7b7;
	border-radius: 0;
}
.swiper-pagination-bullet-active {
  background: #5dc4cd;
}

.reviews h2 {
	text-align: center;
	margin-bottom: 1em;
}

.reviews {
	background: #fdfdf3;
	width: 100%;
	margin-bottom: 4em;
}

@media only screen and (max-width: 1500px){

}

@media only screen and (max-width: 1100px){
	.testimonials-section {
    margin-top: 4vh;
    padding: 3vh 0 0;
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
	}
	.swiper-review {
    padding: 4em 0 10vh;
	}
}

@media only screen and (max-width: 800px){
	.swiper-review .swiper-slide-active{
		transform: scale(0.99);
	}
	.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    bottom: 40px;
	}
	.review p {
    font-size: 14px;
	}
	.review h3 {
    font-size: 18px;
	}
	.swiper-review {
	  padding: 1em 0 6em;
	}
}

@media only screen and (max-width: 767px){

}

/* Footer section */

footer {
  padding: 7vh 0 5vh;
}

.footer-container {
	align-items: flex-end;
	display: grid;
	grid-template-columns: 1fr 1fr;
}

.left-footer-block {
	margin-right: 10%;
}

.left-footer-block .name-1 {
	font-size: 44px;
}

.left-footer-block h2 {
	font-size: 34px;
}

footer p {
	font-size: 18px;
	line-height: 24px;
}

.contacts-block a {
	font-size: 30px;
	font-family: 'Roboto', sans-serif;
	font-weight: 400;
}

.contacts-block i {
	font-size: 22px;
}

.social i {
	font-size: 30px;
}

.viber {
	color: #7c4fa0;
}

.whatsapp {
	color: #49ad49;
}

.contacts-block {
	margin-top: 30px;
}

.contacts-block .mail {
	margin-top: 20px;
}

@media only screen and (max-width: 1500px){

}

@media only screen and (max-width: 1100px){

}

@media only screen and (max-width: 800px){
	.left-footer-block .name-1 {
    font-size: 34px;
	}
	.left-footer-block h2 {
    font-size: 28px;
	}
	footer p {
    font-size: 16px;
	}
	.contacts-block a {
    font-size: 24px;
	}
	footer {
    padding: 5vh 0 3vh;
	}
}

@media only screen and (max-width: 767px){
	.footer-container {
		grid-template-columns: 1fr;
	}
	.left-footer-block {
    margin-right: 0;
	}
	.contacts-block .mail {
    margin-top: 15px;
	}
	.right-footer-block {
		margin-top: 3vh;
	}

}
