/* import */
/* color */
/* mixin */
.br {
  border-radius: 4px;
}
.opacity-img {
  opacity: 0.8;
}
.link-hover {
  opacity: 0.8;
}
.box-hover {
  border-color: #fff;
  box-shadow: 0 0 23px 0 rgba(0, 0, 0, 0.2);
}
.btn-shadow {
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
}
.form-elements {
  background: #f9f9f9;
  border: 1px solid #ccc;
  outline: 0;
}
/* mixin */
.section-main-page-title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}
.section-main-page-desc {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.1;
}
.section-link-all {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.section-link-all-center {
  display: block;
  width: 200px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 30px;
  border: 1px solid #CD2122;
  border-radius: 4px;
  text-decoration: none;
}
.section-link-all-center:hover {
  opacity: 0.8;
}
.h2-section {
  font-weight: 600;
  margin: 0 0 30px 0;
  padding-bottom: 20px;
  border-bottom: 1px solid #ececec;
}
/* MAIN PAGE */
/* section projects list */
.section-projects-list__row {
  margin-bottom: 30px;
}
.section-projects-list__link {
  display: block;
  width: 100%;
  height: 260px;
}
.section-projects-list__link:hover .section-projects-list__shadow-focus,
.section-projects-list__link:hover .section-projects-list__btn-focus {
  opacity: 1;
}
.section-projects-list__box {
  position: relative;
  width: 100%;
  height: 260px;
  margin-bottom: 20px;
}
.section-projects-list__img {
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.section-projects-list__shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: url(../images/shadow_projects.png) repeat-x top left;
}
.section-projects-list__text {
  position: absolute;
  top: 0;
  left: 0;
  padding: 20px;
  font-weight: 600;
  line-height: 130%;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.75);
}
.section-projects-list__text-title {
  font-size: 1.3em;
  margin-bottom: 5px;
  color: #f7f7f7;
}
.section-projects-list__text-desc {
  color: #f7f7f7;
}
.section-projects-list__shadow-focus {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 260px;
  background: rgba(0, 0, 0, 0.4);
  opacity: 0;
}
.section-projects-list__btn-focus {
  position: absolute;
  top: 50%;
  left: 50%;
  padding: 17px 20px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.9);
  opacity: 0;
}
/* section services */
.section-services__row {
  position: relative;
}
/* section company */
.section-company__row {
  margin-bottom: 50px;
}
.section-company__box-img {
  position: relative;
  width: 400px;
  min-width: 400px;
  height: 400px;
  border: 15px solid #ccc;
  margin-right: 40px;
}
.section-company__img {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 25px;
  background-position: center;
  background-size: cover;
  width: 390px;
  height: 325px;
}
.section-company__img-title {
  position: absolute;
  z-index: 2;
  bottom: 50px;
  width: 350px;
  left: 66px;
  padding: 25px;
  background: rgba(242, 255, 255, 0.7);
  font-size: 1.6em;
  font-weight: 600;
  line-height: 1.2;
}
.section-company__title {
  font-size: 1.7em;
  margin-bottom: 20px;
  line-height: 1.2;
}
.section-company__text {
  line-height: 1.5;
  margin-bottom: 20px;
}
.section-company__metric {
  display: flex;
  align-items: center;
  padding: 30px 0;
}
.section-company__metric-nomber,
.section-company__metric-img {
  margin-right: 15px;
}
.section-company__metric-nomber {
  font-size: 3em;
}
.section-company__metric-text {
  font-size: 0.9em;
  font-weight: 600;
}
.section-company__metric-link {
  text-decoration: none;
  color: #222;
}
/* section portfolio */
.section-portfolio__row {
  position: relative;
}
.section-portfolio__item:hover {
  opacity: 0.9;
}
.section-portfolio__box-img {
  position: relative;
  width: 100%;
  height: auto;
}
.section-portfolio__img {
  width: 100%;
  height: auto;
}
.section-portfolio__img-shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.section-portfolio__img-desc {
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
}
.section-portfolio__link-all-box {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.section-portfolio__link-all:hover {
  opacity: 0.8;
}
/* section advantage */
.section-advantage__box-item {
  display: flex;
  padding: 20px 0;
}
.section-advantage__icon-fa {
  font-size: 2.7em;
  color: #ccc;
  margin-right: 20px;
}
.section-advantage__icon-img {
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
.section-advantage__advantage-title {
  font-weight: 600;
  margin-bottom: 10px;
  font-size: 1em;
}
.section-advantage__link {
  color: #222;
  text-decoration: none;
}
.section-advantage__advantage-desc {
  font-size: 0.9em;
  line-height: 1.5;
}
.section-advantage__img-line {
  height: 30px;
  width: 100%;
  font-size: 0px;
  padding-bottom: 45px;
  background: url(../images/advantage_line.png) no-repeat bottom center;
  background-size: 100% auto;
  margin-bottom: 50px;
}
.section-advantage__box-link {
  text-align: center;
}
/* section review */
.section-review__row {
  position: relative;
}
.section-review__btn-focus {
  color: #222;
  margin-top: 50px;
  padding: 20px 30px;
  white-space: nowrap;
  background: #CD2122;
  color: #f7f7f7;
  font-size: 1em;
  background-size: 200% 100%,auto,100% 2px,100% 2px,100% 1px,100% 1px;
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0) 30%, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0) 70%);
  background-repeat: no-repeat;
  background-position: -200% 0, 0 0, 0 0, 0 100%, 0 4px, 0 calc(100% - 4px);
  animation: shine 5s ease reverse infinite;
  box-shadow: 0 9px 40px 0 rgba(50, 50, 50, 0.5);
}
.section-review__box-video {
  position: relative;
  width: 100%;
  height: auto;
}
.section-review__box-video:hover .section-review__icon-video {
  opacity: 0.9;
}
.section-review__box-video:hover .section-review__icon-photo {
  opacity: 0.9;
}
.section-review__box-video:hover .section-review__shadow-video {
  opacity: 0.7;
}
.section-review__img-video {
  width: 100%;
  height: auto;
}
.section-review__img {
  width: 100%;
  height: auto;
}
.section-review__shadow-video {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.3;
}
.section-review__icon-video {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_youtube.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.section-review__icon-photo {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(../images/icon_photo.png);
  background-size: auto;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.5;
}
.section-review__desc-video {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  width: 100%;
  height: auto;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.7);
  color: #f7f7f7;
}
.section-review__link-all-box {
  position: absolute;
  z-index: 2;
  bottom: 5px;
  right: 0;
}
.section-review__link-all:hover {
  opacity: 0.8;
}
/* section news */
.section-news__item {
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.section-news__text-box {
  padding: 20px 20px 30px 20px;
}
.section-news__title {
  margin-bottom: 40px;
  text-align: center;
  font-size: 2em;
  font-weight: 600;
}
.section-news__desc {
  margin-bottom: 40px;
  text-align: center;
  line-height: 1.1;
}
.section-news__date {
  margin-bottom: 10px;
  font-size: 0.9em;
  color: #333;
}
.section-news__img-img {
  width: 100%;
  height: auto;
}
.section-news__link-box {
  margin-bottom: 20px;
}
.section-news__link-link {
  font-size: 1.1em;
  line-height: 1.3;
  font-weight: 600;
  color: #000;
}
.section-news__link-link:hover {
  opacity: 0.8;
}
.section-news__link-all {
  margin-top: 20px;
}

/*dsi*/
.section-dsi {
	position: relative;
	overflow: hidden;
	padding: 80px 0 0 0;
	background: #F1F1EA;
}
.dsi {
	position: relative;
	padding-bottom: 200px;
}	
.dsi:before {
	width: 320px;
	height: 160px;
	position: absolute;
	top: 0;
	right: 0;
	display: block;
	background: url(../images/dsi-logo.svg) no-repeat center;
	content: '';
}
.dsi:after {
	width: 650px;
	height: 530px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: 115px;
	display: block;
	background: url(../images/dsi-img.png) no-repeat;
	content: '';
}	
.dsi .dsi_title {
	max-width: 700px;
}
.dsi_title {
	position: relative;
	margin: 0 0 30px 0;
	color: #222;
	font-size: 60px;
	line-height: 80px;
	font-weight: 800;
}
.dsi_title span {
	color: #1E4585;
}
.dsi_subtitle {
	position: relative;
	margin: 0 0 30px 0;
	color: #222;
	font-size: 36px;
	line-height: 40px;
	font-weight: 800;
}
.dsi_subtitle span {
	color: #1E4585;
}
.dsi_text {
	position: relative;
	margin: 0 0 30px 0;
	padding: 10px 0 0 20px;
	color: #222;
	font-size: 24px;
	line-height: 40px;
	font-weight: 700;
}
.dsi_text:before {
	width: 50px;
	height: 3px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #F48333;
	content: '';
}
.dsi_text:after {
	width: 3px;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	background: #F48333;
	content: '';
}
.dsi_plus {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}	
.dsi_plus-item {
	width: 48%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 40px 0;
}
.dsi_plus-item_img {
	width: 110px;
	position: relative;
}
.dsi_plus-item_img img {
	width: 100%;
	height: auto;
	display: block;
}	
.dsi_plus-item_text {
	width: calc(100% - 120px);
	position: relative;
	color: #222;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.dsi_plus-item_text font {
	display: block;
}	
.dsi_btn {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	margin: 20px 0 0 0;
}
.dsi_btn-form, .dsi_btn-more {
	position: relative;
	padding: 20px 40px;
	display: block;
	font-size: 16px;
	line-height: 20px;
	font-weight: 800;
	border: 2px solid #1E4585;
	box-sizing: border-box;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
	transition: 1s;
}
.dsi_btn-form {
	color: #fff;
	background: #1E4585;
}	
.dsi_btn-form:hover {
	border-color: #F48333;
	background: #F48333;
	transition: 1s;
}
.dsi_btn-more {
	margin-left: 20px;
	color: #222;
	background: transparent;
}
.dsi_btn-more:hover {
	border-color: #F48333;
	transition: 1s;
}

/* rassrochka */
.section-rassrochka {
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
}
.rassrochka {
	position: relative;
}
.rassrochka-info {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
}
.rassrochka-info_text {
	width: 50%;
}
.rassrochka-info_img {
	width: 47%;
	display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
} 
.rassrochka-info_img img {
	width: 100%;
	max-width: 550px;
	height: auto;
	display: block;
}	
.rassrochka_plus {
	position: relative;
	margin: 0 0 60px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	z-index: 1;
}	
.rassrochka_plus-item {
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	margin: 0 0 20px 0;
}
.rassrochka_plus-item:last-child {
	margin: 0;
}
.rassrochka_plus-item_img {
	width: 80px;
	position: relative;
}
.rassrochka_plus-item_img img {
	width: 100%;
	height: auto;
	display: block;
}	
.rassrochka_plus-item_text {
	width: calc(100% - 90px);
	position: relative;
	color: #222;
	font-size: 18px;
	line-height: 30px;
	font-weight: 700;
	text-transform: uppercase;
}
.rassrochka_plus-item_text span {
	display: block;
	color: #1E4585;
}

.section-implants {
	position: relative;
	margin-bottom: 80px;
    padding: 60px 0;
	background: #f9f9f9;
}	
.section-implants .title {
	position: relative;
    margin-bottom: 12px;
    font-size: 42px;
    line-height: 52px;
    font-weight: 700;
}
.section-implants .subtitle {
	position: relative;
	margin-bottom: 40px;
	font-size: 24px;
    line-height: 30px;
    font-weight: 500;
}
.section-implants .subtitle span {
	color: #1E4585;
}	
.implants {
	position: relative;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    align-items: stretch;
	gap: 18px;
}
.implants__item {
	position: relative;
	display: grid;
    grid-template-columns: repeat(1, 1fr);
    align-items: stretch;
	gap: 24px;
}	
.implants__item-top {
	position: relative;
	align-self: start;
}
.implants__item-bottom {
	position: relative;
	align-self: end;
}
.implants-img {
	position: relative;
	overflow: hidden;
	margin-bottom: 20px;
	background: rgba(212,212,212,0.3);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}	
.implants-imgImg {
	position: relative;
	padding: 15px;
}	
.implants-imgLogo {
	width: 90px;
	padding: 5px;
	position: absolute;
	left: 10px;
	bottom: 10px;
	background: #fff;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}		
.implants-imgIcon {
	width: 34px;
    padding: 3px;
    position: absolute;
    right: 10px;
    top: 10px;
    background: #fff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
}	
.implants-imgImg img, .implants-imgLogo img, .implants-imgIcon img {
	width: 100%;
	height: auto;
	display: block;
}
.implants-title {
	position: relative;
	margin-bottom: 20px;
	font-size: 18px;
    line-height: 30px;
}
.implants-title strong {
	font-size: 20px;
	font-weight: 700;
}		
.implants-title span {
	color: #A1B0C1;
	font-size: 16px;
}	
.implants-price {
	position: relative;
	font-size: 16px;
	font-weight: 500;
}
.implants-price strong {
	color: #1E4585;
	font-size: 20px;
	font-weight: 700;
}
.implants-price strike {
	color: rgba(34,34,34,0.4);
}
.implants-stock {
	position: relative;
    margin-top: 5px;
	display: inline-block;
    padding: 5px;
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    line-height: 20px;
    text-transform: uppercase;
    background: #FF002A;
}	
.implants-info {
	position: relative;
	margin-top: 24px;
}
.implants-info ul {
	margin: 0 !important;
}	
.implants-info li {
	margin: 0 0 5px 15px !important;
	font-size: 13px;
    line-height: 18px;
}
.implants-info li::marker {
	font-size: 10px;
	color: #A1B0C1;
}	
.implants-priceText {
	margin-bottom: 10px;
	color: #1E4585;
	font-size: 14px;
    line-height: 20px;
	font-weight: 700;
	text-align: center;
}	
.implants-priceBtn a {
	width: 100%;
    padding: 15px;
    color: #fff;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    background: #1E4585;
    display: block;
    text-align: center;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}

.section-equipment {
	position: relative;
	margin-bottom: 80px;
}
.equipment-slider {
	width: 820px;
	position: relative;
	margin: 0 auto;
	padding: 10px;
	border: 2px solid #ccc;
	box-sizing: border-box;
}	
.equipment__item-img {
	position: relative;
}
.equipment__item-img img {
	width: 100%;
	height: auto;
	display: block;
}	
.equipment__item-title {
	position: absolute;
    left: 0;
    bottom: 0;
	padding: 10px 15px;
    color: #fff;
    font-size: 16px;
    line-height: 24px;
    font-weight: 500;
    background: #1E4585;
}	
.equipment-slider .owl-prev, .equipment-slider .owl-next {
	width: 40px !important;
    height: 40px !important;
    color: #fff !important;
    font-size: 20px !important;
	line-height: 40px !important;
    border-radius: 4px !important;
    outline: 0;
	background: #1E4585 !important;
	position: absolute;
    top: 50%;
	margin-top: -20px;
}
.equipment-slider .owl-prev {
    left: 10px;
}	
.equipment-slider .owl-next {
    right: 10px;
}	
 

@media all and (max-width: 1279px) {
	.dsi:before {
		width: 280px;
		height: 140px;
		background-size: 100% auto;
	}
	.dsi:after {
		width: 440px;
		height: 380px;
		background-size: 100% auto;
	}
	.dsi_title {
		font-size: 56px;
		line-height: 70px;
	}
	.dsi_text {
		font-size: 20px;
		line-height: 30px;
	}
	.dsi_plus-item_img {
		width: 90px;
	}
	.dsi_plus-item_text {
		width: calc(100% - 100px);
		font-size: 16px;
	}
}
@media all and (max-width: 1023px) {
	.section-dsi {
		padding-top: 60px;
	}
	.dsi {
		padding-top: 80px;
		padding-bottom: 360px;
	}	
	.dsi:before {
        width: 240px;
        height: 60px;
        left: -10px;
    }
	.dsi:after {
        width: 400px;
        height: 330px;
        margin-left: -200px;
		bottom: 20px;
    }
	.dsi_title {
        font-size: 50px;
        line-height: 60px;
    }
	.dsi_plus {
		display: block;
	}
	.dsi_plus-item {
		width: 100%;
		margin: 0 0 20px 0;
	}	
	.dsi_plus-item_img {
        width: 80px;
    }
	.dsi_plus-item_text font {
		display: inline;
	}
	.dsi_btn {
		margin-top: 40px;
	}	
	.section-rassrochka {
		margin-bottom: 60px;
	}
	.rassrochka-info {
		display: block;
	}
	.rassrochka-info_text {
		width: 100%;
	}
	.rassrochka-info_img {
		width: 100%;
		display: block;
		margin-top: 40px;
	} 
	.rassrochka-info_img img {
		max-width: 360px;
		margin: 0 auto;
	}	
	.rassrochka_plus {
		margin: 0 0 40px 0;
	}
	.section-implants {
		margin-bottom: 60px;
		padding: 40px 0;
	}
	.implants {
		grid-template-columns: repeat(2, 1fr);
	}
	.section-equipment {
		margin-bottom: 60px;
	}
	.equipment-slider {
		width: 100%;
	}
}
@media all and (max-width: 767px) {
	.dsi {
		padding-bottom: 280px;
	}	
	.dsi:after {
        width: 280px;
        height: 230px;
        margin-left: -140px;
	}
	.dsi_title {
        font-size: 36px;
        line-height: 50px;
    }
	.dsi_text {
        font-size: 18px;
	}
	.dsi_plus-item {
		align-items: flex-start;
	}
	.dsi_plus-item_img, .rassrochka_plus-item_img {
		width: 60px;
	}
	.dsi_plus-item_text, .rassrochka_plus-item_text {
		width: calc(100% - 70px);
		text-transform: none;
	}
	.dsi_btn {
		display: block;
	}	
	.dsi_btn-form, .dsi_btn-more {
		width: 100%;
		padding: 20px;
		text-align: center;
		box-sizing: border-box;
	}	
	.dsi_btn-more {
		margin-left: 0;
		margin-top: 10px;
	}
	.rassrochka-info_img img {
        max-width: 280px;
	}
	.section-implants .title {
		font-size: 32px;
		line-height: 40px;
	}
	.section-implants .subtitle {
		margin-bottom: 24px;
		font-size: 20px;
	}
	.implants {
		grid-template-columns: repeat(1, 1fr);
		gap: 30px;
	}
}
@media all and (max-width: 400px) {
	.dsi_title {
        font-size: 32px;
        line-height: 40px;
    }
}