@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Light.woff2') format('woff2'),
    		 url('../fonts/Montserrat-Light.woff') format('woff'),
    		 url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Regular.woff2') format('woff2'),
    		 url('../fonts/Montserrat-Regular.woff') format('woff'),
    		 url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Medium.woff2') format('woff2'),
    		 url('../fonts/Montserrat-Medium.woff') format('woff'),
    		 url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Bold.woff2') format('woff2'),
    		 url('../fonts/Montserrat-Bold.woff') format('woff'),
    		 url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'montserrat';
    src: url('../fonts/Montserrat-Black.woff2') format('woff2'),
    		 url('../fonts/Montserrat-Black.woff') format('woff'),
    		 url('../fonts/Montserrat-Black.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'playfair';
    src: url('../fonts/PlayfairDisplay-Medium.woff2') format('woff2'),
    		 url('../fonts/PlayfairDisplay-Medium.woff') format('woff'),
    		 url('../fonts/PlayfairDisplay-Medium.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'playfair';
    src: url('../fonts/PlayfairDisplay-SemiBold.woff2') format('woff2'),
    		 url('../fonts/PlayfairDisplay-SemiBold.woff') format('woff'),
    		 url('../fonts/PlayfairDisplay-SemiBold.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

.hide {display: none !important;}
body{
	position: relative;
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-family: "montserrat";
	font-weight: 400;
	line-height: 150%;
	box-sizing:border-box;
	overflow-x: hidden;
	background-color: #fff;
}
img {
	max-width: 100%;
	height: auto;
	display: block;
}
.text-center {
	text-align: center;
}
.text-right {
	text-align: right;
}
.to_animate {
	opacity: 0;
}
p {
	color: #000;
	font-size: 16px;
}
h1, h2 {
	font-size: 40px;
	font-weight: 500;
	font-family: 'playfair';
	line-height: 120%;
	margin-bottom: 20px;
	color:#c5b29a;
}
h2 {
	font-size: 38px;
}

h1 strong {
	font-weight: 600;
}
.dark_slider .slick-prev:before, .dark_slider .slick-next:before {
	color: #33285c;
}
.dark_slider .slick-dots li button:before {
  border: 3px solid #33285c;
}
.dark_slider .slick-dots li.slick-active button:before {
    /*background-color: #000;*/
    background-color: #33285c;
}
.slick-prev:before, .slick-next:before {
	font-size: 40px;
}
.slick-prev, .slick-next { 
	width: 40px;
	height: 40px;
}
.nobreak {
  white-space: nowrap;
}
.col-12.justify-content-center {
	display: flex;
  flex-direction: column;
  justify-content: center;
}
#main-nav {
	background-color: rgba(255,255,255,0.7) !important;
}
.video_bg {
	background-color: #000;
	position: relative;
	z-index: 2;
}
#video, #video2 {
	width: 100%;
  max-width: 1920px;
  /*height: calc(100vw * 0.4166);*/
  height: calc(100vw / 2.29);
  display: flex;
  flex-wrap: nowrap;
  flex-direction: row;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  padding: 0px;
  box-sizing: border-box;
  /*background: url('../img/main_video_placeholder.jpg');*/
  background-size: auto 100%;
  background-position: left center;
  background-repeat: no-repeat;
  background-color: transparent;
	z-index: 4;
	position: relative;
	margin: auto;
	max-height: 1080px;
}
#video .video-js {
	width: 100%;
	height: 100%;
}
.banner_overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	z-index: 4;
	display: flex;
	flex-flow: column;
	align-items: center;
	padding-top: 91px;
	background-color: rgba(0, 0, 0, 0.25);
	padding-left: 11%;
}
.banner_overlay p {
	color:#fff;
}
.nav-link {
	text-transform: uppercase;
	font-weight: 400;
}
.nav-link.active {

	font-weight: 600;
}
.nav-item {
	padding: 0 20px;
}
#main-nav .navbar-collapse {
	justify-content: end;
}
#main-nav .leftframed {
	border-left: 1px solid #000;
	padding: 0 20px;

}
#main-nav .leftframed > a { 
	color: #000;
	text-decoration: none;
	text-transform: uppercase;
}


.slick-dots li button:before {
  content: '';
  border-radius: 100%;
  border: 3px solid #fff;
}
.slick-dots li.slick-active button:before {
  opacity: 1;
  background-color: #fff;
}

.btn {
	font-family: 'playfair';
	border-radius: 0px;
	font-size: 18px;
	font-weight: 500;
	text-align: center;
	text-transform: uppercase;
	padding: 12px 120px;
	border: 0;
	background-color: #c5b29a;
	color: #fff;
	display: inline-block;
	width: auto;
}
.btn:hover {
	background-color: #cdb89d;
	color: #fff;
}

.bgwhite {
	background-color: #fff;
}
.img_center {
	margin-left: auto;
	margin-right: auto;
}
.clarificaton {
	font-size: 12px;
	line-height: 120%;
}
.info_section {
	margin-top: 20px;
}
.left_frame {
	position: relative;
}
.left_frame:before {
	width: 2px;
	height: 100%;
	background-color: #c5b29a;
	content: " ";
	position: absolute;
	top:0;
	left: 50%;
	right: 0;
}
.title_symbol {
	padding: 0 38px;
}
.title_symbol img {
	margin: 0 auto 25px auto;
}
.catalog_container .btn {
	margin-top: -150px;
}
.offer_container {
	position: relative;
}
.offer_container.alt {
	position: static;
}
.offer_container .offer_img_container {
	position: relative;
}
.offer_container.alt .offer_img_container {
	position: static;
}
.img_bg_grey {
	background-color: transparent;
	background: linear-gradient(to bottom,#ede8e8 0%, #ede8e8 100%);
	display: inline-block;
	background-repeat: no-repeat;
	background-size: 100% 90%;
	background-position: center bottom;
	overflow: hidden;

}

.footer {
	background-color: #000;
	color: #fff;
	padding: 22px 0;
	z-index: 4;
	position: relative;
}
.footer h2 {
	font-size: 13px;
	margin-bottom: 16px;
	font-weight: 500;
	color: #fff;
}
.footer p {
	font-size: 14px;
	line-height: 140%;
	color:#fff;
}
.footer .small {
	font-size: 12px;
	margin-bottom: 0;
}
.footer img {
	display: inline-block;
}
.footer .footer_logo {
	display: block;
	max-width: 169px;
	width: 100%;
}
.footer .footer_logo.polo {
	display: block;
	max-width: 165px;
}
.footer a {
	color: inherit;
}
.floating_button {
  position: fixed;
  right: 0;
  bottom: 30px;
  background-color: #161616;
  font-weight: 500;
  color: #fff;
  line-height: 125%;
  width: 220px;
  font-size: 16px;
  z-index: 2;
  padding: 14px;
  border-radius: 8px 0 0 8px;
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  border: 1px solid #dbd1b3;
  transition: background 250ms ease-in-out;
}
.floating_button:hover {
	background-color: #d193a5;
}
.floating_button img {
	height: 40px;
	margin-right: 4px;
}
#map {
  min-height: 600px;
  height: 100%;
}
@media(min-width:1921px){
	.video_bg {
		max-width: 1920px;
		margin: auto;
	}
}
@media(min-width: 768px ) and (max-width: 991px){
	/* .info_section img {
		height: 100%;
    width: auto;
    max-width: none;
    margin-left: -50%;
	} */
	.info_section img.sm-75 {

    margin-left: -75%;
	}
	/* .info_section .row > .col-12:first-child {
		overflow: hidden;
	} */
}
@media(max-width: 1540px){
	.slick-next {
    right: -10px;
    z-index: 1;
	}
	.slick-prev {
		left: -10px;
		z-index: 1;
	}
	.generations_head {
		padding-left: 40px;
    padding-right: 40px;
	}
	.slick-dots {
  	bottom: -40px;
	}
	.slick-dotted.slick-slider {
    margin-bottom: 50px;
	}
	.clinic_select_container h2 {
    font-size: calc(2.2vw);
	}
}
@media(max-width: 1280px){
	.nav-item {
    padding: 0 ; 
  }
  .navbar-expand-lg .navbar-nav {
  	margin-right: 12px;
  	font-size: 18px;
  }
  #main-nav .leftframed {
  	font-size: 18px;
    padding-right: 12px;
  }
	h1,h2 {
    font-size: 36px;
  }

  body {
  	font-size: 20px;
  }
  .footer img {
  	max-width: 100%;
  }
  .banner_overlay {
	padding-left: 15%;
  }
  .banner_overlay h1 {
    font-size: 55px;
  }
  .banner_overlay h3 {
    font-size: 35px;
  }
  .banner_overlay p {
    font-size: 14px;
	}
}
@media(max-width: 992px){
	body {
		font-size: 18px;
	}
	.navbar-expand-lg .navbar-nav {
		align-items: flex-end;
		padding-top: 15px;
	}
	#main-nav .leftframed {
		border: 0;
		justify-self: flex-end;
	}
	#main-nav .leftframed a {
		
	border: 1px solid #fff;
	padding: 3px 18px 3px 12px;
	margin-top: 12px;
	display: inline-block;
	}
	#main-nav .leftframed a:after {
	content: ">";
	color: #ddd;
	margin-left: 9px;
	font-weight: 700;
	}

	h1,h2{
		text-align: center;
		font-size: 32px;
	}


	.banner_overlay {
		text-align: center;
		padding-left:0 ;
	}
	img.c_left {
		display: none;
	}
	.banner_overlay h1 {
    	font-size: 50px;
	}
	.banner_overlay h3 {
		font-size: 40px;
	}
  	.offer_container.alt {
		position: static;
	}
	.offer_container.alt .offer_img_container {
		position: relative;
	}
}
@media(max-width: 767px){
	body {
		font-size: 15px;
	}
	.footer {
		padding: 45px 0;
	}

	.footer h2 {
	    font-size: 20px;
	    margin-bottom: 45px;
	}
	.footer .col-12:last-child {
		text-align: center;
	}
    .clinic_select_container h2 {
    	font-size: 35px;
	}
	.info_section > .container:first-child > .row:first-child > .col-12:first-child {
		margin-top: 0;
	}
	.info_section {
    	margin-top: 55px;
    	overflow: hidden;
	}
	#video {
		overflow: hidden;
	}
	#video .video-js {
		width: auto;
		margin:auto;
	}
}
@media(max-width: 575px){
	
  	h1,h2 {
        text-align: center;
        font-size: 26px;
    }

	.footer > .container {
		max-width: 320px;
		text-align: center;
	}
	.footer .footer_logo {
		margin-left: auto;
		margin-right: auto;
	}
	.footer .footer_logo.polo {
		max-width: 150px;
		margin-top: 20px;
	}
	.catalog_container .btn {
		margin-top: -50px;
		display: block;
		padding-left: 15px;
		padding-right: 15px;;
	}
	

}
@media(max-width: 400px){

  #video,#video2 {
      height: 95vh;
      max-height: none;
  }

  .banner_overlay h1 {
    font-size: 30px;
  }
  .banner_overlay h3 {
    font-size: 22px;
  }
  .banner_overlay p {
  	font-size: 12px;
  	line-height: 120%;
  }

}
@media (max-aspect-ratio: 1.01/1) {
		#video {
			height: 95vh;
			max-height: none;
			overflow: hidden;
		}
		#video .video-js {
			height: auto;
			margin:auto;
		}
}
@media (max-aspect-ratio: 1/1.5) {
	
		#video .video-js {
			width: auto;
			height: 100%;
			margin:auto;
		}
}



/*Offer*/
.offer_inner {
	min-height: 100vh;
	display: flex;
	flex-direction: column;
}
.offer_inner h1 {
	font-size: 45px;
}
.offer_main {
	/*background-image: url("../img/offer_bg.jpg");*/
	background-repeat: no-repeat;
	background-position: left center;
	background-size: cover;
	flex-grow: 1;
  align-content: center;
  /*color: #fff;*/
  position: relative;
  padding: 65px 0px 65px 0px;
}
.offer_container:after {
    content: " ";
    background-color: #ffffff;
    height: 100%;
    display: block;
    position: absolute;
    width: calc((100vw - 1320px) / 2);
    top: 0;
    right: calc((100vw - 1320px) / -2);
}
.device_img {
	    height: auto;
    max-width: none;
    position: absolute;
    right: 0;
    left: -110%;
    margin: auto;
    bottom: -11%;
}
.offer_container {
	/* padding-top: 50px;
	padding-bottom: 50px; */
	position: relative;

}
.offer_form {

}
.offer_form h3 {
	
	font-size: 18px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 700;
	color:#ffbd98;

}
.offer_form .form-floating > label {
	color:#929292;
}
.offer_form .form-control {
	border-color: #c5b29a;
	border-radius: 0;
	background-color: #fff;
	color:#929292;
}
.offer_form .form-control:focus {
    border-color: #ffbd98;
 }
 .offer_form .form-floating > .form-control:focus ~ label::after,  .offer_form .form-floating > .form-control:not(:placeholder-shown) ~ label::after,  .offer_form .form-floating > .form-control-plaintext ~ label::after,  .offer_form .form-floating > .form-select ~ label::after{
 	background-color: transparent;
 }
.offer_form .form-check-label {

	font-size: 12px;
	line-height: 120%;
}
.offer_form .form-check-label a{
	color: inherit;
	text-decoration: underline;
}

.offer_form .response {
    position: absolute;
    font-size: 15px;
    display: none;
}
.offer_form .response.success, .offer_form .load_screen {
	position: absolute;
	top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 18px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-weight: 500;
  padding: 45px;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  display: none;
  transition: all 400ms linear;
}
.offer_form.success .response.success, .offer_form.loading .load_screen {
	display: flex;
	opacity: 1;
	visibility: visible;
}
.offer_form.error .response.error {
	display: block;
}
.offer_form > * {
	transition: all 400ms linear;
}
.offer_form.loading .row, .offer_form.success .row {
	opacity: 0;
}
.offer_form .response.error {
	color: #ff664c;
}
.offer_form .btn:active, .offer_form .btn:focus {
	background-color: #000;
}
.offer_highlights {
  margin-top: 30px;
  display: flex;
}
.offer_highlights > div {
  flex: 1 1 0px;
}
.offer_highlights .title {
	font-size: 16px;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}
.offer_highlights img {
    margin: auto;
    margin-bottom: 7px;
}
.offer_inner .headpunch {
	text-align: left;
  margin-top: 30px;
  text-transform: uppercase;
  font-size: 21px;
  font-weight: 400;

}
.offer_device {
	position: absolute;
	right: -40px;
	display: block;
	margin: auto;
	width: 37%;
	margin-top: -22%;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label::after {
 	background-color: transparent;
}
.form-control:focus {
  border-color: #ffc107;
  box-shadow: none;
}
.form-check-input:checked {
    background-color: #000000;
    border-color: #d193a5;
}
.form-check-input:focus {
    border-color: #343a40;
    outline: 0;
    box-shadow: none;
}
@media(max-width: 1500px){
	.offer_device {
    right: -10px;
    margin-top: -19%;
  }
}
@media(max-width: 1399px){
	.device_img {
		left: -145%;
	}
}
@media(max-width: 1280px){
	.offer_highlights {
    flex-wrap: wrap;
    gap: 5px;
	}
	.offer_inner h1 {
    font-size: 30px;
	}
	.offer_form h3 {
    font-size: 20px;
  }
}
@media(max-width: 1199px){
	.device_img {
	  left: -186%;
	}
	.alt .device_img {
		margin-left: -350px;
	}
}
@media(max-width: 992px){
	.offer_container:after {
		display: none;
	}
	.offer_device {
    right: 5px;
    width: 26%;
    margin-top: -15%;
	}
	.offer_inner .headpunch {
		text-align: center;
	}

	.offer_main p {
		text-align: center;
	}
	.device_img {
    left: -92%;
	}
	.alt .device_img {
    margin: 0;
    right: 0;
	}
}
@media(max-width: 767px){
	.offer_device {
	  width: 210px;
	  margin-top: -138px;
	  margin-bottom: 15px;
	  position: static;
	}
	.offer_form h3 {
		padding-right: 0;
	}
	.offer_form {
		padding-right: 15px;
		padding-left: 15px;
	}
	.offer_highlights {
	/*	display: none;*/
	}
	.offer_inner .headpunch {
		margin-top: 10px;
		font-size: 16px;
	}
  .offer_inner h1 {
    font-size: 26px;
  }
  .device_img {

    left: auto;
    right: -157px;
	}
	.alt .device_img {
		margin: auto;
	}
}
@media(max-width: 575px){
	.offer_form {
	  padding: 0px;
	  border: 0;
	}
  .device_img {
    position: relative;
    max-width: 200px;
    right: -5%;
    left: auto;
	}
  .offer_highlights {
     display: none; 
  }
}