.accent {
	color: #D5A325 !important;
}
.page-container {
	max-width: 1920px;
	width: 100%;
	margin: 0 auto;
	position: relative
}

.phoneCall {
	position: fixed; 
	bottom: 25%; 
	right: 25px; 
	border-radius: 50%; 
	background-color: #E6B433; 
	width: 75px; 
	height: 75px;
	display: flex; 
	flex-flow: row; 
	justify-content: center; 
	align-items: center; 
	box-shadow: 0px 0px 7px 4px #fafafa;
}

.phoneCall a {
	color: #fff; 
	display: flex; 
	flex-flow: row; 
	justify-content: center; 
	align-items: center; 
	font-size: 25px;
}

.phoneCall a svg {
	width: 39px;
	height: 39px;
}

.twentytwenty-container {
	min-height: 223px;
}

.page-container .circle1 {
	display: block;
	position: absolute;
	width: 545px;
	height: 545px;
	border-radius: 100%;
	border: 74px solid #FCFCFC;
	right: 0;
	top: 20%;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	z-index: -1
}

.page-container .circle2 {
	position: absolute;
	-webkit-transform: translate(50%, 0);
	transform: translate(50%, 0);
	z-index: -1;
	bottom: 20%;
	right: 0;
	background: #FCFCFC;
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	width: 1000px;
	height: 1000px;
	border-radius: 100%
}

.page-container .circle2::before {
	content: '';
	display: block;
	border-radius: 100%;
	width: 150%;
	height: 150%;
	z-index: -1;
	top: 50%;
	left: 50%;
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	background: rgba(253, 253, 253, 0.2);
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15)
}

.container {
	max-width: 1170px;
	width: 100%;
	padding: 0 15px;
	margin: 0 auto
}

@media only screen and (max-width: 1200px) {
	.container {
		padding: 0 15px
	}
}

@media only screen and (max-width: 575px) {
	.container {
		padding: 0 10px
	}
}

.no-page {
	margin: 150px 0
}

.no-page .action {
	max-width: 350px
}

.btn-callback {
	font-weight: 700;
	border-radius: 43px;
	padding: 12px 32px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: linear-gradient(264.42deg, #CC9A1B 6.22%, #FFC632 94.8%);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.btn-callback:hover {
	background: black
}

.btn-callback svg {
	margin: 0 12px 0 0
}

.btn-callback svg path {
	fill: white
}

.btn-entry {
	font-weight: 700;
	border-radius: 43px;
	padding: 12px 32px;
	color: white;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: linear-gradient(268.49deg, #CC9A1B 3.88%, #DFB854 51.31%, #E6B333 95.61%);
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.btn-entry:hover {
	background: black
}

.btn-entry svg {
	margin: 0 12px 0 0
}

.btn-entry svg path {
	fill: white
}

.submit {
	text-align: center;
	color: white;
	background: linear-gradient(267.89deg, #CD9B1C 0%, #E6B433 99.45%);
	padding: 15.5px 55px;
	font-weight: 700;
	border-radius: 5px;
	font-size: 21px;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width: 1200px) {
	.submit {
		padding: 11px 27px
	}
}

@media only screen and (max-width: 575px) {
	.submit {
		font-size: 18px
	}
}

.submit:hover {
	background: linear-gradient(267.89deg, #CD9B1C 99.45%, #E6B433 0%)
}

.block-title {
	font-weight: 300;
	font-size: 35px;
	color: black;
	line-height: 1;
	display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
}

@media only screen and (max-width: 1500px) {
	.block-title {
		font-size: 30px
	}
}

@media only screen and (max-width: 575px) {
	.block-title {
		font-size: 24px
	}
}

.block-title span {
	font-size: 38px;
	font-style: italic;
	font-family: 'PF', sans-serif
}

@media only screen and (max-width: 1500px) {
	.block-title span {
		font-size: 30px
	}
}

@media only screen and (max-width: 575px) {
	.block-title span {
		font-size: 24px
	}
}

.block-title.type2 span {
	font-style: normal;
	font-family: inherit;
	color: #D5A325;
	font-weight: 400;
	display: block;
    margin: 10px;
}

@media screen and (max-width: 995px) {
	.list-elems .elem {
		margin: 10px 0;
	}
}

.block-subtitle {
	font-weight: 300;
	font-size: 30px;
	color: black;
	line-height: 1
}

@media only screen and (max-width: 1600px) {
	.block-subtitle {
		font-size: 22px
	}
}

@media only screen and (max-width: 575px) {
	.block-subtitle {
		font-size: 20px
	}
}

.block-subtitle span {
	font-style: normal;
	font-family: inherit;
	color: #D5A325;
	font-weight: 400
}

.block-text {
	font-family: 'UniBook', sans-serif;
	line-height: 1.7
}

.logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	color: black
}

@media only screen and (max-width: 700px) {
	.logo {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.logo:hover .logo__img {
	opacity: .5
}

.logo__img {
	display: block;
	max-width: 181px;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width: 1300px) {
	.logo__img {
		max-width: 121px
	}
}

.logo__title {
	font-size: 24px;
	line-height: 1;
	text-transform: uppercase
}

.logo__text {
	font-size: 14px;
	padding: 0 0 0 16px;
	margin: 0 0 0 16px;
	border-left: 1px solid #000
}

@media only screen and (max-width: 1300px) {
	.logo__text {
		margin: 0 0 0 5px;
		padding: 0 0 0 5px;
		font-size: 12px
	}
}

@media only screen and (max-width: 700px) {
	.logo__text {
		margin: 0;
		padding: 5px 0 0 0;
		border: none
	}
}

@media only screen and (max-width: 575px) {
	.entry-form {
		width: 100%
	}
}

.entry-form.horizontal {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 533px;
	width: 100%
}

@media only screen and (max-width: 1500px) {
	.entry-form.horizontal {
		max-width: 507px
	}
}

@media only screen and (max-width: 1200px) {
	.entry-form.horizontal {
		max-width: 450px
	}
}

.entry-form.horizontal .entry-form__btn {
	position: relative;
	z-index: 2;
	margin-left: -10px;
	border: none;
}

@media only screen and (max-width: 575px) {
	.entry-form.horizontal .entry-form__btn {
		margin: 0;
		width: 100%
	}
}

@media only screen and (max-width: 575px) {
	.entry-form.horizontal {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.entry-form.vertical {
	width: 330px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.entry-form.vertical .entry-form-label {
	margin: 0 0 12px 0;
	width: 100%
}

.entry-form.vertical .entry-form__input {
	width: 100%;
	text-align: center
}

.entry-form.vertical .entry-form__btn {
	width: 100%;
	margin: 0
}

.entry-form-label {
	position: relative;
	width: 100%
}

@media only screen and (max-width: 575px) {
	.entry-form-label {
		width: 100%;
		margin: 0 0 10px 0
	}
}

.entry-form-label.big {
	width: 100%;
	margin: 0 0 10px 0
}

.entry-form-label.big .entry-form__input {
	text-align: center;
	width: 100%
}

.entry-form-label svg {
	display: block;
	width: 23px;
	position: absolute;
	top: 50%;
	left: 25px;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media only screen and (max-width: 1200px) {
	.entry-form-label svg {
		left: 15px
	}
}

.entry-form-label svg path {
	fill: #CC9A1B
}

.entry-form-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 575px) {
	.entry-form-row {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.entry-form__input {
	background: white;
	padding: 19.5px 0px;
	text-align: center;
	border-radius: 6px;
	border: 3px solid #CC9A1B;
	width: 311px;
	font-family: 'UniBook', sans-serif;
	color: #CC9A1B;
	font-size: 18px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width: 1450px) {
	.entry-form__input {
		width: 285px
	}
}

@media only screen and (max-width: 1200px) {
	.entry-form__input {
		padding: 10px 50px;
	}
}

@media only screen and (max-width: 575px) {
	.entry-form__input {
		font-size: 15px;
		width: 100%;
		text-align: center;
		padding: 10px 0px;
	}
}

.entry-form__input::-webkit-input-placeholder {
	font-family: 'UniBook', sans-serif;
	font-size: 18px;
	color: #CC9A1B
}

.entry-form__input::-moz-placeholder {
	font-family: 'UniBook', sans-serif;
	font-size: 18px;
	color: #CC9A1B
}

.entry-form__input:-ms-input-placeholder {
	font-family: 'UniBook', sans-serif;
	font-size: 18px;
	color: #CC9A1B
}

.entry-form__input::-ms-input-placeholder {
	font-family: 'UniBook', sans-serif;
	font-size: 18px;
	color: #CC9A1B
}

.entry-form__input::placeholder {
	font-family: 'UniBook', sans-serif;
	font-size: 18px;
	color: #CC9A1B
}

@media only screen and (max-width: 575px) {
	.entry-form__input::-webkit-input-placeholder {
		font-size: 15px
	}

	.entry-form__input::-moz-placeholder {
		font-size: 15px
	}

	.entry-form__input:-ms-input-placeholder {
		font-size: 15px
	}

	.entry-form__input::-ms-input-placeholder {
		font-size: 15px
	}

	.entry-form__input::placeholder {
		font-size: 15px
	}
}

.arrow {
	background: #CECECE;
	border-radius: 100%;
	width: 60px;
	height: 60px;
	display: -webkit-box !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: absolute;
	top: 50%;
	cursor: pointer;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width: 1200px) {
	.arrow {
		display: none;
		width: 40px;
		height: 40px
	}
}

.arrow:hover {
	background: linear-gradient(264.42deg, #CC9A1B 6.22%, #FFC632 94.8%)
}

.arrow:hover svg {
	width: 24px
}

.arrow svg {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block;
	width: 16px
}

.arrow svg path {
	fill: white
}

.slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	position: absolute;
	left: 0;
	bottom: -40px;
	z-index: 2;
	width: 100%;
	display: none
}

@media only screen and (max-width: 1200px) {
	.slick-dots {
		padding: 8px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.slick-dots li {
	margin: 0 10px
}

@media only screen and (max-width: 575px) {
	.slick-dots li {
		margin: 0 5px
	}
}

.slick-dots li.slick-active button {
	width: 56px
}

.slick-dots button {
	-webkit-box-shadow: 0 0 5px #c9c9c9;
	box-shadow: 0 0 5px #c9c9c9;
	cursor: pointer;
	display: block;
	font-size: 0;
	border-radius: 6px;
	width: 12px;
	height: 12px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: white
}

.slick-dots button:hover {
	background: #565656
}

.privacy-policy {
	padding: 75px 0
}

@media only screen and (max-width: 1500px) {
	.privacy-policy {
		padding: 45px 0
	}
}

.breadcrumbs {
	padding: 15px 0
}

.breadcrumbs .container {
	max-width: 1450px
}

.breadcrumbs .list:before {
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	margin: 0 11px 0 0;
	background: url("../img/icons/home.svg") no-repeat center center/contain
}

.breadcrumbs .list li {
	display: inline-block
}

.breadcrumbs .list li:not(:last-child)::after {
	content: '';
	display: inline-block;
	width: 10px;
	height: 10px;
	margin: 0 15px;
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	background: url("../img/icons/arrow-down.svg") no-repeat center center/contain
}

.breadcrumbs .list a {
	line-height: 1;
	color: #565656;
	font-family: 'UniBook', sans-serif
}

.breadcrumbs .list a:hover {
	color: #CC9A1B
}

.mainblock {
	overflow: hidden;
	background:#f3f3f3;
}

.hurt {
	padding: 50px 0;
}
.hurt-title {
	text-align: center;
	padding: 35px 0;
	display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
}

.list-elems {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.list-elems .elem {
	border-radius: 25px;
	max-width: 371px;
	width: 100%;
	min-height: 345px;
	margin: 10px 0;
}

.list-elems .elem p {
	font-size: 22px;
	text-align: center;
	padding: 30px;
}

.youCan {
	background: url(../images/dztair/-.jpg)no-repeat center center;
	background-size: cover; 
	padding: 50px 0 0 0;
	position: relative;
}

.doit {
	display: flex;
	flex-flow: row;
	justify-content: flex-start;
	align-items: flex-start;
}

.leftBlock {
	padding: 25px 0;
	max-width: 63%;
	position: relative;
	z-index: 9;
}

.leftBlock p {
	color: #ffffff;
    font-size: 22px;
    padding: 30px;
    line-height: 1.5em;
}

.rightBlock {
	max-width: 48.2%;
    position: absolute;
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 995px) {
	.rightBlock {
		display: none;
	}
	.leftBlock {
		max-width: 100%;
	}
	.implantation-cost .card .submit {
		display: block;
		margin: 10px 0;
	}
}

@media screen and (max-width: 767px) {
	.mainblock {
		padding-top: 61px;
	}

	.list-elems, .boxElems {
		justify-content: center !important;
	}
}

.boxElems {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
}

.boxElems .elems {
	background: #fff;
	border-radius: 25px;
	display: flex;
	flex-flow: column;
	justify-content: center;
	align-items: flex-start;
	min-height: 147px;
	max-width: 357px;
	width: 100%;
	margin: 10px 0;
}

.boxElems .elems img {
	max-width: 70px;
	width: 100%;
	object-fit: cover;
	padding: 4px 6px;
    margin: 0 10px;
}

.boxElems .elems p {
	font-size: 18px;
	text-align: left;
	color: #484848;
	padding: 10px 25px;
}

.doit-title, .doit-title span {
	font-size: 48px;
	line-height: 55px;
}
.doit-title {
	padding: 0 30px;
}

.iconn-1 {
	background: url(../images/dztair/1_1_1.jpg)no-repeat center center;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.iconn-2 {
	background: url(../images/dztair/2_2_2.jpg)no-repeat center center;
	width: 100%;
	height: 100%;
	background-size: cover;
}
.iconn-3 {
	background: url(../images/dztair/3_1_1.jpg)no-repeat center center;
	width: 100%;
	height: 100%;
	background-size: cover;
}

.mainblock .slide {
	background: #F4F4F4;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row-reverse;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	overflow: hidden;
	max-width: 1313px;
	margin: 0 auto;
	width: 100%;
}

@media only screen and (max-width: 1200px) {
	.mainblock .slide {
		padding: 0 0 20px 0
	}
}

.mainblock .slide__img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.mainblock .slide-left {
	width: 60%;
	position: relative
}

@media only screen and (max-width: 1500px) {
	.mainblock .slide-left {
		width: 55%
	}
}

@media only screen and (max-width: 1200px) {
	.mainblock .slide-left {
		width: 100%;
		height: auto
	}
}

.mainblock .slide-left:before {
	content: '';
	position: absolute;
	z-index: 1;
	right: 0;
	top: 0;
	display: block;
	width: 410px;
	height: 100%;
	background: linear-gradient(270deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 81.98%)
}

@media only screen and (max-width: 1200px) {
	.mainblock .slide-left:before {
		display: none
	}
}

.mainblock .slide-right {
	display: block;
	width: 40%;
	padding: 40px;
	position: relative;
	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-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 1500px) {
	.mainblock .slide-right {
		width: 45%;
		padding: 15px
	}
}

@media only screen and (max-width: 1200px) {
	.mainblock .slide-right {
		width: auto
	}
}

.mainblock .slide-right:before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 440px;
	background: -webkit-gradient(linear, left bottom, left top, from(#fff), color-stop(81.98%, rgba(255, 255, 255, 0)));
	background: linear-gradient(0deg, #fff 0%, rgba(255, 255, 255, 0) 81.98%)
}

@media only screen and (max-width: 1200px) {
	.mainblock .slide-right:before {
		display: none
	}
}

.mainblock .slide-list {
	margin: 0 0 40px 20px;
	position: relative;
	z-index: 3
}

@media only screen and (max-width: 1650px) {
	.mainblock .slide-list {
		margin: 0 0 15px 10px
	}
}

.mainblock .slide-list li {
	position: relative;
	margin: 0 0 25px 0;
	padding: 0 0 0 50px
}

@media only screen and (max-width: 1650px) {
	.mainblock .slide-list li {
		margin: 0 0 15px 0;
		padding: 0 0 0 30px
	}
}

@media only screen and (max-width: 1200px) {
	.mainblock .slide-list li {
		padding: 0 0 0 25px
	}
}

.mainblock .slide-list li::before {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	border: 3px solid #CC9A1B;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: -5px
}

@media only screen and (max-width: 1650px) {
	.mainblock .slide-list li::before {
		width: 20px;
		height: 20px;
		top: -2px
	}
}

@media only screen and (max-width: 1200px) {
	.mainblock .slide-list li::before {
		width: 10px;
		height: 10px;
		top: 2px
	}
}

.mainblock .slide__date {
	position: relative;
	z-index: 3;
	font-size: 14px;
	margin: 0 0 40px 0
}

@media only screen and (max-width: 1550px) {
	.mainblock .slide__date {
		margin: 0 0 20px 0
	}
}

.mainblock .block-title {
	font-size: 45px;
	max-width: 522px;
	width: 100%;
	margin: 30px 0 12px 0;
	position: relative;
	z-index: 3
}

@media only screen and (max-width: 1650px) {
	.mainblock .block-title {
		font-size: 37px;
		width: 60%;
		margin: 15px 0 15px 0
	}
}

@media only screen and (max-width: 1500px) {
	.mainblock .block-title {
		font-size: 28px;
		width: 100%
	}
}

@media only screen and (max-width: 575px) {
	.mainblock .block-title {
		font-size: 24px
	}
}

.mainblock .block-title span {
	display: block;
	width: 100%;
	text-align: right;
	color: #E1B02F;
	font-size: 48px;
	font-weight: 700
}

@media only screen and (max-width: 1650px) {
	.mainblock .block-title span {
		font-size: 32px
	}
}

@media only screen and (max-width: 1500px) {
	.mainblock .block-title span {
		display: inline-block;
		width: auto;
		font-size: 24px
	}
}

@media only screen and (max-width: 575px) {
	.mainblock .block-title span {
		font-size: 24px
	}
}

.mainblock .block-text {
	position: relative;
	z-index: 3
}

.mainblock .action {
	position: relative;
	z-index: 3
}

.mainblock .play-img {
	position: absolute;
	right: -20px;
	top: 0;
	z-index: 2;
	display: block;
	-webkit-transform: translate(50%, -5%);
	transform: translate(50%, -5%)
}

@media only screen and (max-width: 1700px) {
	.mainblock .play-img {
		width: 300px;
		height: auto
	}
}

@media only screen and (max-width: 1400px) {
	.mainblock .play-img {
		width: 220px;
		height: auto
	}
}

@media only screen and (max-width: 1200px) {
	.mainblock .play-img {
		display: none
	}
}

.mainblock .video-link {
	margin: 0 0 0 20px;
	text-decoration: underline;
	color: #A8A8A8;
	position: relative;
	z-index: 3
}

@media only screen and (max-width: 1500px) {
	.mainblock .video-link {
		font-size: 13px
	}
}

.mainblock .video-link:hover {
	color: black;
	text-decoration: none
}

@media only screen and (max-width: 1200px) {
	.mainblock .entry-form {
		width: 100%
	}
}

@media only screen and (max-width: 575px) {
	.mainblock .entry-form {
		width: 100%
	}
}

@media only screen and (max-width: 1200px) {
	.mainblock .entry-form.horizontal .entry-form__btn {
		margin: 0 0 0 -10px
	}
}

@media only screen and (max-width: 575px) {
	.mainblock .entry-form.horizontal .entry-form__btn {
		width: 100%;
		margin: 0
	}
}

@media only screen and (max-width: 575px) {
	.mainblock .entry-form-label {
		width: 100%
	}
}

.mainblock .slick-dots {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 15px 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	width: 100%
}

@media only screen and (max-width: 1650px) {
	.mainblock .slick-dots {
		padding: 8px 0
	}
}

.mainblock .slick-dots li {
	margin: 0 10px
}

.mainblock .slick-dots li.slick-active button {
	width: 56px
}

.mainblock .slick-dots button {
	-webkit-box-shadow: 0 0 5px #c9c9c9;
	box-shadow: 0 0 5px #c9c9c9;
	cursor: pointer;
	display: block;
	font-size: 0;
	border-radius: 12px;
	width: 12px;
	height: 12px;
	-webkit-transition: all .3s ease-out;
	transition: all .3s ease-out;
	background: white
}

.mainblock .slick-dots button:hover {
	background: #565656
}

.mainblock .percent {
	display: block;
	width: 176px;
	height: auto;
	right: 20px;
	top: -20px;
	position: absolute;
	z-index: 3
}

@media only screen and (max-width: 1200px) {
	.mainblock .percent {
		width: 100px;
		top: -10px;
		right: 10px
	}
}

.mainblock .price {
	color: #727272;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 26px 0
}

@media only screen and (max-width: 700px) {
	.mainblock .price-block {
		width: 100%
	}
}

.mainblock .price-block:not(:first-child) {
	margin: 0 0 0 20px
}

@media only screen and (max-width: 700px) {
	.mainblock .price-block:not(:first-child) {
		margin: 0
	}
}

.mainblock .price__text {
	font-size: 24px;
	line-height: 1.2
}

@media only screen and (max-width: 1000px) {
	.mainblock .price__text {
		font-size: 20px
	}
}

.mainblock .price__text span {
	color: #CC9A1B;
	font-weight: 700;
	font-size: 38px;
	line-height: .8;
	display: block
}

@media only screen and (max-width: 1000px) {
	.mainblock .price__text span {
		font-size: 24px
	}
}

.mainblock.type2 .slide {
	overflow: visible
}

.mainblock.type2 .block-title {
	max-width: 100%;
	width: 100%
}

.mainblock.type2 .block-text {
	padding: 15px 0
}

@media only screen and (max-width: 1500px) {
	.mainblock.type2 .block-text {
		padding: 0 0 15px 0
	}
}

.mainblock.type3 .slide {
	overflow: visible
}

.mainblock.type3 .slide-left {
	width: 45%
}

@media only screen and (max-width: 1200px) {
	.mainblock.type3 .slide-left {
		width: 100%
	}
}

.mainblock.type3 .slide-right {
	width: 45%;
	padding-bottom: 0
}

@media only screen and (max-width: 1200px) {
	.mainblock.type3 .slide-right {
		width: 100%
	}
}

.mainblock.type3 .slide-right:before {
	display: none
}

.mainblock.type3 .block-title {
	width: auto;
	max-width: 100%;
	line-height: 1.2;
	margin: 0 0 20px 0;
	font-style: normal
}

.mainblock.type3 .block-title b {
	font-weight: 500
}

.mainblock.type3 .block-title span {
	font-style: normal;
	font-size: inherit;
	width: auto;
	font-weight: 500;
	font-family: inherit;
	display: inline-block
}

.mainblock.type3 .block-subtitle {
	line-height: 1.2;
	margin: 0 0 25px 0
}

.mainblock.type3 .block-text {
	font-weight: 600;
	margin: 0 0 20px 0
}

.mainblock.type3 .block-text span {
	color: #D5A325
}

.mainblock .anchor-menu {
	width: 100%;
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1600px) {
	.mainblock .anchor-menu {
		margin: 10px 0 0 0
	}
}

@media only screen and (max-width: 1200px) {
	.mainblock .anchor-menu {
		margin: 15px 0;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: scroll
	}

	.mainblock .anchor-menu::-webkit-scrollbar {
		width: auto;
		height: 4px
	}

	.mainblock .anchor-menu::-webkit-scrollbar-thumb {
		background: #E1B02F;
		cursor: pointer
	}

	.mainblock .anchor-menu::-webkit-scrollbar-track {
		background: #CECECE
	}

	.mainblock .anchor-menu::-webkit-scrollbar-thumb:hover {
		background: #000
	}
}

.mainblock .anchor-menu-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 800px) {
	.mainblock .anchor-menu-item {
		min-width: 160px
	}
}

.mainblock .anchor-menu__link {
	text-align: center;
	padding: 20px 0;
	font-size: 18px;
	color: #333;
	position: relative
}

@media only screen and (max-width: 1700px) {
	.mainblock .anchor-menu__link {
		font-size: 14px
	}
}

@media only screen and (max-width: 575px) {
	.mainblock .anchor-menu__link {
		padding: 10px 0;
		width: 100%;
		text-align: center
	}
}

.mainblock .anchor-menu__link:after {
	content: '';
	display: block;
	width: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	height: 4px;
	background: #D5A325;
	position: absolute;
	left: 0;
	bottom: 0
}

.mainblock .anchor-menu__link:hover {
	font-weight: 700;
	color: #D5A325
}

.mainblock .anchor-menu__link:hover:after {
	width: 100%
}

.services {
	padding: 40px 0 45px 0;
	position: relative
}

@media only screen and (max-width: 1200px) {
	.services {
		padding: 30px 0
	}
}

.services:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translate(-25%, -35%);
	transform: translate(-25%, -35%);
	width: 1107px;
	height: 1107px;
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	background: #FCFCFC;
	z-index: -2;
	border-radius: 100%
}

@media only screen and (max-width: 1650px) {
	.services:before {
		width: 800px;
		height: 800px
	}
}

@media only screen and (max-width: 1450px) {
	.services:before {
		width: 600px;
		height: 600px
	}
}

.services:after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	-webkit-transform: translate(-30%, -40%);
	transform: translate(-30%, -40%);
	width: 1574px;
	height: 1574px;
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	z-index: -3;
	border-radius: 100%
}

@media only screen and (max-width: 1650px) {
	.services:after {
		width: 1100px;
		height: 1100px
	}
}

@media only screen and (max-width: 1450px) {
	.services:after {
		width: 900px;
		height: 900px
	}
}

.services .container {
	max-width: 1540px
}

@media only screen and (max-width: 1650px) {
	.services .container {
		max-width: 1170px
	}
}

.services .block-title {
	margin: 0 0 37px 0
}

@media only screen and (max-width: 1650px) {
	.services .block-title {
		margin: 0 0 20px 0
	}
}

@media only screen and (max-width: 1200px) {
	.services .block-title {
		text-align: center
	}
}

.services .block-text {
	font-size: 18px;
	margin: 0 0 66px 0
}

@media only screen and (max-width: 1650px) {
	.services .block-text {
		margin: 0 0 25px 0
	}
}

@media only screen and (max-width: 1200px) {
	.services .block-text {
		text-align: center
	}
}

.services .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.services .inner {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.services .item {
	width: 12%;
	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;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	text-align: center
}

@media only screen and (max-width: 1200px) {
	.services .item {
		width: auto;
		margin: 1.5%
	}
}

@media only screen and (max-width: 575px) {
	.services .item {
		margin: 2% 1.5%
	}
}

.services .item:hover svg path {
	fill: #CC9A1B !important
}

.services .item:hover .item__title {
	color: #CC9A1B
}

.services .item:hover .item__text {
	text-decoration: underline;
	color: #CC9A1B
}

.services .item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: white;
	border-radius: 100%;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	width: 122px;
	height: 122px
}

.services .item__title {
	font-family: 'PF', sans-serif;
	margin: 30px 0 17px 0;
	font-weight: 500;
	color: black;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

@media only screen and (max-width: 1650px) {
	.services .item__title {
		margin: 15px 0;
		font-size: 15px
	}
}

@media only screen and (max-width: 575px) {
	.services .item__title {
		margin: 10px 0 5px
	}
}

.services .item svg path {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.services .item__text {
	font-size: 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #434343
}

@media only screen and (max-width: 1650px) {
	.services .item__text {
		font-size: 14px
	}
}

.about {
	padding: 45px 0 40px;
	color: #333
}

@media only screen and (max-width: 1200px) {
	.about {
		padding: 30px 15px
	}
}

.about .container {
	background: white;
	max-width: 1510px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	position: relative;
	padding: 0
}

@media only screen and (max-width: 1650px) {
	.about .container {
		max-width: 1170px
	}
}

@media only screen and (max-width: 1200px) {
	.about .container {
		max-width: 100%;
		padding: 0
	}
}

.about .container::before {
	content: '';
	display: block;
	position: absolute;
	border: 43px solid #FAFAFA;
	width: 431px;
	height: 431px;
	border-radius: 100%;
	right: 0;
	top: 0;
	z-index: -1;
	-webkit-transform: translate(-10%, -40%);
	transform: translate(-10%, -40%)
}

@media only screen and (max-width: 1650px) {
	.about .container::before {
		width: 310px;
		height: 310px
	}
}

@media only screen and (max-width: 700px) {
	.about .container::before {
		display: none
	}
}

.about .block-title {
	margin: 0 0 37px 0
}

@media only screen and (max-width: 1650px) {
	.about .block-title {
		margin: 0 0 15px 0
	}
}

.about__img {
	display: block;
	max-width: 641px;
	width: auto;
	border-radius: 10px 0 0 10px
}

@media only screen and (max-width: 1650px) {
	.about__img {
		max-width: 40%
	}
}

@media only screen and (max-width: 1000px) {
	.about__img {
		display: none
	}
}

.about .text-container {
	margin: 45px 50px;
	width: calc(100% - 741px);
	overflow: auto;
	font-family: 'UniBook', sans-serif;
	line-height: 1.6
}

@media only screen and (max-width: 1650px) {
	.about .text-container {
		margin: 30px;
		width: calc(60% - 60px)
	}
}

@media only screen and (max-width: 1000px) {
	.about .text-container {
		width: 100%
	}
}

@media only screen and (max-width: 575px) {
	.about .text-container {
		padding: 15px;
		margin: 0
	}
}

.about .text-container img {
	display: none;
	width: 50%
}

@media only screen and (max-width: 1000px) {
	.about .text-container img {
		display: block;
		float: left;
		margin: 0 15px 15px 0
	}
}

@media only screen and (max-width: 575px) {
	.about .text-container img {
		width: 100%
	}
}

.doctors {
	padding: 40px 0 120px 0
}

@media only screen and (max-width: 1650px) {
	.doctors {
		padding: 40px 0 80px
	}
}

@media only screen and (max-width: 1200px) {
	.doctors {
		padding: 30px 0
	}
}

@media only screen and (max-width: 1200px) {
	.doctors .block-title {
		text-align: center
	}
}

.doctors .block-text {
	margin: 15px 0 0 0
}

@media only screen and (max-width: 1200px) {
	.doctors .block-text {
		text-align: center
	}
}

@media only screen and (max-width: 1650px) {
	.doctors .container {
		max-width: 1000px
	}
}

.doctors .slider {
	margin: 50px 0 0 -12px;
	width: calc(100% + 21px)
}

@media only screen and (max-width: 1600px) {
	.doctors .slider {
		margin: 20px 0 0 -12px
	}
}

.doctors .slide {
	margin: 12px
}

.doctors .slide-inner {
	background: white;
	border-radius: 11px;
	-webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
	position: relative;
	padding: 54px 40px 20px;
	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;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	margin: 0 0 34px 0
}

.doctors .slide__link {
	display: block;
	width: 95%;
	margin: 0 auto
}

.doctors .slide .exp {
	position: absolute;
	left: 20px;
	top: 20px;
	font-family: 'PF', sans-serif
}

.doctors .slide .exp__title {
	width: 60px;
	height: 60px;
	border-right: 100%;
	background: white;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 100%;
	padding: 0 0 0 9px;
	line-height: 1
}

.doctors .slide .exp__title b {
	font-size: 27px
}

.doctors .slide .exp__title span {
	font-size: 13px;
	color: #ACACAC;
	position: absolute;
	top: 50%;
	right: 2px;
	width: 11px;
	-webkit-transform: rotate(-90deg) translate(0, -50%);
	transform: rotate(-90deg) translate(0, -50%)
}

.doctors .slide .exp__text {
	margin: 5px 0 0 0;
	text-align: center;
	font-size: 13px
}

.doctors .slide__name {
	font-family: 'PF', sans-serif;
	text-align: center;
	font-size: 17px;
	margin: 7px 0 11px 0
}

.doctors .slide__text {
	font-family: 'UniBook', sans-serif;
	text-align: center;
	color: #6B6B6B;
	font-size: 13px;
	margin: 0 0 25px 0
}

.doctors .slide__reviews {
	margin: 0 0 0 auto;
	text-align: right;
	color: #87AEDB;
	font-weight: 700;
	font-size: 12px;
	position: relative
}

.doctors .slide__reviews:before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 14px;
	height: 14px;
	margin: 0 5px 0 0;
	background: url("../img/icons/talk-icon.svg") no-repeat center center/contain
}

.doctors .arrow {
	position: absolute;
	top: 50%;
	z-index: 3
}

.doctors .arrow-prev {
	left: -80px;
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg)
}

@media only screen and (max-width: 1650px) {
	.doctors .arrow-prev {
		left: -60px
	}
}

.doctors .arrow-next {
	right: -80px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%)
}

@media only screen and (max-width: 1650px) {
	.doctors .arrow-next {
		right: -60px
	}
}

.online {
	padding: 120px 0 75px 0
}

@media only screen and (max-width: 1650px) {
	.online {
		padding: 50px 0
	}
}

@media only screen and (max-width: 700px) {
	.online {
		padding: 30px 0
	}
}

.online .container {
	position: relative
}

@media only screen and (max-width: 700px) {
	.online .container {
		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;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.online .journal {
	position: absolute;
	left: 0;
	bottom: 0;
	display: block;
	z-index: -1;
	-webkit-transform: translate(-35%, 5%);
	transform: translate(-35%, 5%)
}

@media only screen and (max-width: 1000px) {
	.online .journal {
		display: none
	}
}

.online__img-text {
	margin: 0 auto 0 0
}

@media only screen and (max-width: 700px) {
	.online__img-text {
		display: none
	}
}

.online .block-title {
	margin: 20px 0 29px 0;
	font-size: 55px;
	text-align: right
}

@media only screen and (max-width: 700px) {
	.online .block-title {
		font-size: 40px;
		text-align: center
	}
}

@media only screen and (max-width: 575px) {
	.online .block-title {
		font-size: 34px
	}
}

.online .block-title span {
	font-size: 43px
}

@media only screen and (max-width: 700px) {
	.online .block-title span {
		font-size: 35px
	}
}

@media only screen and (max-width: 575px) {
	.online .block-title span {
		font-size: 30px
	}
}

.online .inner {
	position: relative;
	margin: 0 0 124px auto;
	max-width: 540px;
	width: 100%;
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1000px) {
	.online .inner {
		margin: 0 0 50px auto
	}
}

@media only screen and (max-width: 700px) {
	.online .inner {
		margin: 0 auto 20px
	}
}

@media only screen and (max-width: 700px) {
	.online .inner {
		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;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.online .inner:before {
	content: '';
	display: block;
	width: 671px;
	height: 671px;
	position: absolute;
	z-index: -2;
	border-radius: 100%;
	border: 1px solid #BDCBD4;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(-81%, 42%);
	transform: translate(-81%, 42%)
}

.online .inner:after {
	content: '';
	display: block;
	width: 906px;
	height: 906px;
	position: absolute;
	z-index: -2;
	border-radius: 100%;
	border: 1px solid #BDCBD4;
	left: 0;
	bottom: 0;
	-webkit-transform: translate(-73%, 44%);
	transform: translate(-73%, 44%)
}

.online .see-link {
	position: absolute;
	left: 0;
	bottom: 0;
	width: 203px;
	height: 203px;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: linear-gradient(52.09deg, #ECE6E6 13.69%, #fff 93.1%);
	-webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.25);
	border-radius: 100%;
	text-align: center;
	-webkit-transform: translate(-150%, 20%);
	transform: translate(-150%, 20%)
}

.online .see-link:hover .see-link__text {
	color: #565656;
	text-decoration: none
}

@media only screen and (max-width: 1000px) {
	.online .see-link {
		-webkit-transform: translate(-100%, 10%);
		transform: translate(-100%, 10%)
	}
}

@media only screen and (max-width: 700px) {
	.online .see-link {
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		width: auto;
		height: auto;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		text-align: left;
		margin: 10px 0;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none
	}
}

.online .see-link__icon {
	margin: 0 0 11px 0
}

.online .see-link__text {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	color: #CC9A1B;
	font-size: 22px;
	text-decoration: underline
}

@media only screen and (max-width: 700px) {
	.online .see-link__text {
		font-size: 18px;
		margin: 0 0 0 15px
	}
}

.online .items {
	max-width: 960px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 0 auto
}

@media only screen and (max-width: 700px) {
	.online .items {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.online .item {
	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: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 140px;
	text-align: right
}

@media only screen and (max-width: 700px) {
	.online .item {
		margin: 1%
	}
}

@media only screen and (max-width: 575px) {
	.online .item {
		margin: 2%;
		text-align: center
	}
}

.online .item:not(:last-child) {
	margin: 0 63px 0 0
}

@media only screen and (max-width: 1000px) {
	.online .item:not(:last-child) {
		margin: 0 30px 0 0
	}
}

@media only screen and (max-width: 700px) {
	.online .item:not(:last-child) {
		margin: 1%
	}
}

@media only screen and (max-width: 400px) {
	.online .item:not(:last-child) {
		margin: 2%
	}
}

.online .item-icon {
	background: white;
	width: 98px;
	height: 98px;
	border-radius: 100%;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.online .item__text {
	margin: 24px 0 0 0
}

@media only screen and (max-width: 400px) {
	.online .item__text {
		margin: 10px 0 0 0
	}
}

.metro {
	padding: 75px 0 68px 0
}

@media only screen and (max-width: 1650px) {
	.metro {
		padding: 40px 0
	}
}

.metro .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1620px
}

@media only screen and (max-width: 1650px) {
	.metro .container {
		max-width: 1170px
	}
}

.metro-left {
	background: white;
	border-radius: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	max-width: 1071px;
	width: 100%;
	padding: 29px 34px 43px 34px
}

@media only screen and (max-width: 1650px) {
	.metro-left {
		max-width: 840px
	}
}

@media only screen and (max-width: 1200px) {
	.metro-left {
		max-width: 100%;
		margin: 0 0 20px 0
	}
}

@media only screen and (max-width: 700px) {
	.metro-left {
		padding: 15px;
		position: relative
	}
}

.metro .slider-for {
	max-width: 678px;
	width: 100%
}

@media only screen and (max-width: 1650px) {
	.metro .slider-for {
		max-width: 490px
	}
}

@media only screen and (max-width: 700px) {
	.metro .slider-for {
		max-width: 100%
	}
}

.metro .slider-for .slide__img {
	display: block;
	width: 100%
}

.metro .slider-nav {
	max-width: 155px;
	width: 100%;
	margin: 0 15px -15px 0
}

@media only screen and (max-width: 1650px) {
	.metro .slider-nav {
		max-width: 110px
	}
}

@media only screen and (max-width: 800px) {
	.metro .slider-nav {
		display: none
	}
}

.metro .slider-nav .slide {
	margin: 0 0 15px 0
}

@media only screen and (max-width: 1650px) {
	.metro .slider-nav .slide {
		margin: 0 0 13px 0
	}
}

.metro .slider-nav .slide__img {
	display: block;
	width: 100%
}

.metro-right {
	display: block;
	max-width: 500px;
	width: 100%;
	position: relative
}

@media only screen and (max-width: 1650px) {
	.metro-right {
		max-width: 280px
	}
}

@media only screen and (max-width: 1200px) {
	.metro-right {
		margin: 0 auto
	}
}

.metro-right:before {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(35%, -15%);
	transform: translate(35%, -15%);
	width: 1107px;
	height: 1107px;
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	background: #FCFCFC;
	z-index: -2;
	border-radius: 100%
}

.metro-right:after {
	content: '';
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: translate(38%, -23%);
	transform: translate(38%, -23%);
	width: 1466px;
	height: 1466px;
	-webkit-box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 50px rgba(0, 0, 0, 0.15);
	z-index: -3;
	border-radius: 100%
}

.metro .card {
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	max-width: 328px;
	width: 100%
}

.metro .map {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 100%;
	display: block;
	height: auto;
	z-index: -1
}

@media only screen and (max-width: 1200px) {
	.metro .map {
		display: none
	}
}

.metro .slider-counter {
	font-family: 'PF', sans-serif;
	font-weight: 700;
	font-style: italic;
	line-height: .8;
	margin: 0 0 0 40px
}

@media only screen and (max-width: 700px) {
	.metro .slider-counter {
		position: absolute;
		right: 30px;
		bottom: 20px
	}
}

.metro .slider-counter__curr {
	display: inline-block;
	font-size: 67px
}

@media only screen and (max-width: 575px) {
	.metro .slider-counter__curr {
		font-size: 45px
	}
}

.metro .slider-counter__all {
	vertical-align: top;
	display: inline-block;
	font-size: 20px
}

.metro .arrow {
	top: 0;
	position: absolute;
	z-index: 2
}

@media only screen and (max-width: 370px) {
	.metro .arrow {
		display: none !important
	}
}

.metro .arrow-prev {
	right: -90px;
	-webkit-transform: translate(0, 0) rotate(180deg);
	transform: translate(0, 0) rotate(180deg)
}

@media only screen and (max-width: 700px) {
	.metro .arrow-prev {
		right: 20px;
		top: 20px
	}
}

.metro .arrow-next {
	right: -170px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media only screen and (max-width: 1000px) {
	.metro .arrow-next {
		right: -90px;
		top: 70px
	}
}

@media only screen and (max-width: 700px) {
	.metro .arrow-next {
		right: 20px;
		top: 90px
	}
}

.works {
	padding: 68px 0 40px 0
}

@media only screen and (max-width: 1650px) {
	.works {
		padding: 30px 0
	}
}

@media only screen and (max-width: 1200px) {
	.works {
		padding: 0 15px
	}
}

.works .container {
	background: white;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	padding: 59px 53px 63px 51px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1590px
}

@media only screen and (max-width: 1650px) {
	.works .container {
		max-width: 1170px;
		padding: 30px
	}
}

@media only screen and (max-width: 700px) {
	.works .container {
		padding: 15px
	}
}

.works .block-title {
	font-size: 46px
}

@media only screen and (max-width: 1650px) {
	.works .block-title {
		font-size: 38px
	}
}

@media only screen and (max-width: 575px) {
	.works .block-title {
		font-size: 32px
	}
}

.works .block-title span {
	font-size: 40px
}

@media only screen and (max-width: 1650px) {
	.works .block-title span {
		font-size: 32px
	}
}

@media only screen and (max-width: 575px) {
	.works .block-title span {
		font-size: 30px
	}
}

.works .block-text {
	font-size: 16px;
	margin: 17px 0 0 0
}

@media only screen and (max-width: 1650px) {
	.works .block-text {
		margin: 0
	}
}

.works .slider-for {
	max-width: 609px;
	width: 100%
}

@media only screen and (max-width: 1650px) {
	.works .slider-for {
		max-width: 440px
	}
}

@media only screen and (max-width: 1200px) {
	.works .slider-for {
		display: none
	}
}

.works .inner {
	max-width: 826px;
	width: 100%
}

@media only screen and (max-width: 1650px) {
	.works .inner {
		max-width: 660px
	}
}

@media only screen and (max-width: 1200px) {
	.works .inner {
		max-width: 100%
	}
}

@media only screen and (max-width: 700px) {
	.works .inner {
		margin: 0 0 80px
	}
}

.works .slider-nav {
	position: relative;
	margin: 40px 0 0 0
}

@media only screen and (max-width: 1650px) {
	.works .slider-nav {
		margin: 20px 0 0
	}
}

.works .slider-nav:after {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 120px;
	background: -webkit-gradient(linear, right top, left top, from(#fff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(270deg, #fff 0%, rgba(255, 255, 255, 0) 100%)
}

@media only screen and (max-width: 700px) {
	.works .slider-nav:after {
		display: none
	}
}

.works .slider-nav .twentytwenty-wrapper {
	margin: 0 26px 0 0;
	width: 340px
}

@media only screen and (max-width: 1650px) {
	.works .slider-nav .twentytwenty-wrapper {
		width: 280px
	}
}

@media only screen and (max-width: 1200px) {
	.works .slider-nav .twentytwenty-wrapper {
		width: 400px
	}
}

@media only screen and (max-width: 700px) {
	.works .slider-nav .twentytwenty-wrapper {
		width: 100%;
		margin: 0
	}
}

.works .arrow {
	position: absolute;
	top: -60%
}

@media only screen and (max-width: 1200px) {
	.works .arrow {
		top: -40%
	}
}

.works .arrow-prev {
	right: 90px;
	-webkit-transform: translate(0, 0) rotate(180deg);
	transform: translate(0, 0) rotate(180deg)
}

@media only screen and (max-width: 700px) {
	.works .arrow-prev {
		left: 0;
		bottom: -75px;
		top: auto;
		right: auto
	}
}

.works .arrow-next {
	right: 20px;
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0)
}

@media only screen and (max-width: 700px) {
	.works .arrow-next {
		left: 50px;
		bottom: -75px;
		top: auto;
		right: auto
	}
}

.recommend {
	padding: 45px 0 126px
}

@media only screen and (max-width: 1650px) {
	.recommend {
		padding: 45px 0
	}
}

.recommend .container {
	max-width: 1480px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1650px) {
	.recommend .container {
		max-width: 1170px
	}
}

.recommend-left {
	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;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 496px;
	width: 100%;
	background: white;
	padding: 65px 48px;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15)
}

@media only screen and (max-width: 1650px) {
	.recommend-left {
		max-width: 350px;
		padding: 30px
	}
}

@media only screen and (max-width: 1200px) {
	.recommend-left {
		max-width: 640px;
		margin: 0 auto
	}
}

@media only screen and (max-width: 575px) {
	.recommend-left {
		padding: 15px
	}
}

.recommend__img-text {
	margin: 37px 0 0 auto
}

@media only screen and (max-width: 1650px) {
	.recommend__img-text {
		margin: 15px 0 0 auto
	}
}

@media only screen and (max-width: 1200px) {
	.recommend__img-text {
		margin: 10px auto
	}
}

@media only screen and (max-width: 575px) {
	.recommend__img-text {
		max-width: 100%
	}
}

.recommend__title {
	text-align: center;
	width: 100%
}

.recommend__title b {
	font-size: 90px;
	font-weight: 500;
	font-style: italic;
	line-height: 1;
	font-family: 'PF', sans-serif
}

@media only screen and (max-width: 1650px) {
	.recommend__title b {
		font-size: 70px
	}
}

@media only screen and (max-width: 700px) {
	.recommend__title b {
		font-size: 40px;
		display: block
	}
}

.recommend__title span {
	font-family: 'UniBook', sans-serif;
	font-size: 46px
}

@media only screen and (max-width: 1650px) {
	.recommend__title span {
		font-size: 30px
	}
}

@media only screen and (max-width: 700px) {
	.recommend__title span {
		font-size: 25px
	}
}

.recommend__title i {
	font-size: 40px;
	font-style: italic;
	font-family: 'PF', sans-serif
}

@media only screen and (max-width: 1650px) {
	.recommend__title i {
		font-size: 30px
	}
}

@media only screen and (max-width: 700px) {
	.recommend__title i {
		font-size: 25px
	}
}

.recommend .entry-form.vertical {
	margin: 55px 0 0 0
}

@media only screen and (max-width: 1200px) {
	.recommend .entry-form.vertical {
		margin: 15px auto
	}
}

.recommend-right {
	max-width: 761px;
	width: 100%;
	margin: 0 80px
}

@media only screen and (max-width: 1650px) {
	.recommend-right {
		max-width: 650px;
		margin: 0 40px
	}
}

@media only screen and (max-width: 1200px) {
	.recommend-right {
		margin: 20px auto 0 auto
	}
}

.recommend .slider-for {
	margin: 0 0 50px 0
}

@media only screen and (max-width: 1650px) {
	.recommend .slider-for {
		margin: 0 0 20px 0
	}
}

.recommend .slider-for .slide-link {
	position: relative;
	display: block;
	width: 100%
}

.recommend .slider-for .slide__img {
	display: block;
	width: 100%
}

.recommend .play {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	z-index: 2
}

.recommend .play svg {
	display: block;
	width: 177px;
	height: 177px
}

@media only screen and (max-width: 575px) {
	.recommend .play svg {
		width: 100px;
		height: 100px
	}
}

.recommend .play svg circle {
	opacity: 1;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.recommend .play:hover svg circle {
	opacity: 0
}

.recommend .slider-nav {
	position: relative;
	width: calc(100% + 30px);
	margin: 0 0 0 -15px
}

@media only screen and (max-width: 1650px) {
	.recommend .slider-nav {
		width: calc(100% + 8px);
		margin: 0 0 0 -4px
	}
}

@media only screen and (max-width: 800px) {
	.recommend .slider-nav {
		width: 80%;
		margin: 0 auto
	}
}

@media only screen and (max-width: 575px) {
	.recommend .slider-nav {
		width: calc(100% - 140px)
	}
}

.recommend .slider-nav .slide {
	cursor: pointer;
	margin: 0 15px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	opacity: 0.7
}

@media only screen and (max-width: 1650px) {
	.recommend .slider-nav .slide {
		margin: 0 8px
	}
}

.recommend .slider-nav .slide.slick-current {
	opacity: 1
}

.recommend .slider-nav .slide__img {
	display: block;
	width: 100%
}

.recommend .slider-nav .slide__name {
	text-align: center;
	font-family: 'PF', sans-serif;
	font-size: 18px;
	font-weight: 600;
	margin: 21px 0 0 0
}

@media only screen and (max-width: 1650px) {
	.recommend .slider-nav .slide__name {
		margin: 10px 0 0 0;
		font-size: 15px
	}
}

.recommend .arrow-prev {
	left: -70px;
	-webkit-transform: translate(0, -80%) rotate(180deg);
	transform: translate(0, -80%) rotate(180deg)
}

@media only screen and (max-width: 700px) {
	.recommend .arrow-prev {
		left: -60px
	}
}

.recommend .arrow-next {
	right: -70px;
	-webkit-transform: translate(0, -80%);
	transform: translate(0, -80%)
}

@media only screen and (max-width: 700px) {
	.recommend .arrow-next {
		right: -60px
	}
}

.rating {
	padding: 86px 0 114px 0;
	position: relative;
	background: url("../img/rating/bg.png") no-repeat center center/auto
}

@media only screen and (max-width: 1650px) {
	.rating {
		padding: 75px 0
	}
}

@media only screen and (max-width: 1200px) {
	.rating {
		padding: 40px 15px
	}
}

@media only screen and (max-width: 700px) {
	.rating {
		text-align: center
	}
}

.rating .block-title {
	margin: 6px 0 0 0;
	font-size: 38px
}

@media only screen and (max-width: 575px) {
	.rating .block-title {
		margin: 0 0 15px 0;
		font-size: 30px
	}
}

.rating .block-title span {
	font-size: 34px
}

.rating .container {
	position: relative;
	max-width: 1431px;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	background: white;
	padding: 41px 38px 65px 38px
}

@media only screen and (max-width: 1650px) {
	.rating .container {
		max-width: 1170px
	}
}

@media only screen and (max-width: 1200px) {
	.rating .container {
		max-width: 100%;
		padding: 15px
	}
}

.rating .inner {
	position: relative;
	z-index: 3;
	max-width: 946px;
	width: 100%;
	margin: 0 0 0 auto
}

@media only screen and (max-width: 1200px) {
	.rating .inner {
		max-width: 100%
	}
}

.rating .cards {
	margin: 46px 0 0 -7.5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.rating .cards {
		margin: 15px 0 0 -7.5px
	}
}

@media only screen and (max-width: 700px) {
	.rating .cards {
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.rating .card {
	width: 165px;
	height: 147px;
	background: white;
	-webkit-box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 18px rgba(0, 0, 0, 0.15);
	border-radius: 11px;
	padding: 25px;
	text-align: center;
	line-height: 1;
	position: relative;
	margin: 7.5px;
	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-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 575px) {
	.rating .card {
		width: 48%;
		margin: 1%
	}
}

.rating .card:before {
	content: '';
	display: block;
	border-radius: 11px;
	border: 1px solid #DCDCDC;
	position: absolute;
	top: 11px;
	right: 11px;
	bottom: 11px;
	left: 11px
}

.rating .card-img {
	height: 36px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.rating .card__img {
	max-width: 100%
}

.rating .card__num {
	color: #CC9A1B;
	font-weight: 700;
	font-size: 27px;
	margin: 10px 0 0 0
}

.rating .card__num span {
	font-size: 16px
}

.rating .hand {
	position: absolute;
	left: -60px;
	display: block;
	width: 100%;
	max-width: 502px;
	bottom: -114px
}

@media only screen and (max-width: 1650px) {
	.rating .hand {
		max-width: 400px;
		left: -200px;
		bottom: -75px
	}
}

@media only screen and (max-width: 1200px) {
	.rating .hand {
		display: none
	}
}

.seo {
	padding: 100px 0 115px
}

@media only screen and (max-width: 1450px) {
	.seo {
		padding: 70px 0
	}
}

@media only screen and (max-width: 1200px) {
	.seo {
		padding: 30px 0
	}
}

.seo .block-title {
	margin: 0 0 48px 0;
	font-family: 'UniBook', sans-serif
}

.seo .spoiler {
	font-family: 'UniBook', sans-serif;
	margin: 0 0 24px 0;
	cursor: pointer
}

.seo .spoiler:hover .spoiler__title {
	color: #CC9A1B
}

.seo .spoiler.active .spoiler__title:after {
	-webkit-transform: translate(0, 30%) rotate(180deg);
	transform: translate(0, 30%) rotate(180deg)
}

.seo .spoiler__title {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	font-size: 25px;
	padding: 0 0 17px 0;
	margin: 0 60px 0 0;
	position: relative;
	border-bottom: 1px solid #000
}

@media only screen and (max-width: 1200px) {
	.seo .spoiler__title {
		font-size: 20px
	}
}

@media only screen and (max-width: 400px) {
	.seo .spoiler__title {
		font-size: 17px
	}
}

.seo .spoiler__title:after {
	content: '';
	display: block;
	width: 42px;
	height: 42px;
	border: 1px solid #000;
	border-radius: 100%;
	position: absolute;
	right: -60px;
	bottom: 0;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-transform: translate(0, 30%);
	transform: translate(0, 30%);
	background: url("../img/icons/arrow-down.svg") no-repeat center center/auto
}

.seo .spoiler__text {
	font-size: 15px;
	line-height: 1.6;
	padding: 31px 96px 31px 35px;
	display: none
}

@media only screen and (max-width: 700px) {
	.seo .spoiler__text {
		padding: 30px 0
	}
}

.contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.contact {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
}

.contact-left {
	width: 54.79%
}

@media only screen and (max-width: 1200px) {
	.contact-left {
		width: 100%
	}
}

.contact-right {
	background: white;
	width: 45.21%;
	padding: 65px 75px
}

@media only screen and (max-width: 1550px) {
	.contact-right {
		padding: 60px 30px
	}
}

@media only screen and (max-width: 1200px) {
	.contact-right {
		width: 100%;
		padding: 30px 15px;
		text-align: center;
		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;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media only screen and (max-width: 575px) {
	.contact-right {
		padding: 15px
	}
}

.contact .row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 27px 0
}

@media only screen and (max-width: 575px) {
	.contact .row {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

.contact #map {
	display: block;
	width: 100%;
	height: 100%
}

@media only screen and (max-width: 1200px) {
	.contact #map {
		height: 320px
	}
}

.contact .entry-form {
	margin: 52px 0 0 0
}

@media only screen and (max-width: 700px) {
	.contact .entry-form {
		margin: 20px 0 0 0
	}
}

.contact .block-title {
	font-size: 43px
}

@media only screen and (max-width: 575px) {
	.contact .block-title {
		font-size: 35px
	}
}

.contact .block-title span {
	margin: 0 0 0 50px
}

@media only screen and (max-width: 575px) {
	.contact .block-title span {
		margin: 0
	}
}

.contact__label {
	display: block;
	width: 196px;
	height: auto;
	border-radius: 13px;
	margin: 0 0 0 34px;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15)
}

@media only screen and (max-width: 1400px) {
	.contact__label {
		margin: 0 0 0 20px
	}
}

@media only screen and (max-width: 575px) {
	.contact__label {
		margin: 15px 0 0 0
	}
}

.text-container {
	line-height: 1.6
}

.text-container h1,
.text-container h2,
.text-container h3,
.text-container h4,
.text-container h5,
.text-container h6 {
	color: #565656;
	font-weight: 800;
	margin-bottom: 15px
}

.text-container h1 span,
.text-container h2 span,
.text-container h3 span,
.text-container h4 span,
.text-container h5 span,
.text-container h6 span {
	color: #E1B02F
}

.text-container h1 {
	font-size: 40px
}

@media only screen and (max-width: 1650px) {
	.text-container h1 {
		font-size: 30px
	}
}

@media only screen and (max-width: 575px) {
	.text-container h1 {
		font-size: 26px
	}
}

.text-container h2 {
	font-size: 36px
}

@media only screen and (max-width: 1650px) {
	.text-container h2 {
		font-size: 28px
	}
}

@media only screen and (max-width: 575px) {
	.text-container h2 {
		font-size: 22px
	}
}

.text-container h3 {
	font-size: 30px
}

@media only screen and (max-width: 1650px) {
	.text-container h3 {
		font-size: 24px
	}
}

@media only screen and (max-width: 575px) {
	.text-container h3 {
		font-size: 20px
	}
}

.text-container h4 {
	font-size: 20px
}

@media only screen and (max-width: 1650px) {
	.text-container h4 {
		font-size: 18px
	}
}

.text-container h5 {
	font-size: 18px
}

@media only screen and (max-width: 1650px) {
	.text-container h5 {
		font-size: 16px
	}
}

.text-container h6 {
	font-size: 16px
}

@media only screen and (max-width: 1650px) {
	.text-container h6 {
		font-size: 14px
	}
}

.text-container p {
	font-family: 'UniBook', sans-serif;
	font-size: 18px;
	margin-bottom: 20px
}

@media only screen and (max-width: 1650px) {
	.text-container p {
		font-size: 14px
	}
}

.text-container ul {
	font-family: 'UniBook', sans-serif;
	font-size: 18px;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding: 0 0 0 20px
}

@media only screen and (max-width: 1650px) {
	.text-container ul {
		font-size: 14px
	}
}

.text-container ul li {
	list-style-type: disc
}

.text-container ul li::marker {
	color: #CC9A1B
}

.text-container ol {
	font-family: 'UniBook', sans-serif;
	font-size: 18px;
	padding: 0 0 0 20px
}

@media only screen and (max-width: 1650px) {
	.text-container ol {
		font-size: 14px
	}
}

.text-container ol li {
	list-style-type: decimal
}


.footer {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer-left {
	background: white;
	width: 54.79%;
	padding: 66px 62px 75px 152px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 480px
}

@media only screen and (max-width: 1850px) {
	.footer-left {
		padding: 60px 30px
	}
}

@media only screen and (max-width: 1200px) {
	.footer-left {
		width: 100%;
		padding: 30px 15px;
		min-height: 10px
	}
}

.footer-right {
	color: white;
	background: #404040;
	width: 45.21%;
	padding: 54px 154px 75px 86px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 480px
}

@media only screen and (max-width: 1850px) {
	.footer-right {
		padding: 60px 30px
	}
}

@media only screen and (max-width: 1200px) {
	.footer-right {
		width: 100%;
		padding: 30px 15px;
		min-height: 10px
	}
}

.footer-right .row:first-child {
	margin: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .row {
	margin: auto 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.footer .row {
		margin: 30px 0 0 0
	}
}

.footer .menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .menu-block {
	max-width: 500px;
	width: 100%
}

@media only screen and (max-width: 575px) {
	.footer .menu-block {
		max-width: 100%;
		margin: 0 0 15px 0
	}
}

.footer .menu-block__title {
	font-size: 16px;
	font-weight: 700;
	margin: 0 0 26px 0
}

@media only screen and (max-width: 700px) {
	.footer .menu-block__title {
		margin: 0 0 10px 0
	}
}

.footer .menu-block-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.footer .menu-block-list li {
	width: 50%;
	margin: 0 0 13px 0;
	padding: 0 5px 0 0
}

@media only screen and (max-width: 400px) {
	.footer .menu-block-list li {
		width: 100%;
		margin: 0 0 5px 0
	}
}

.footer .menu-block-list a {
	color: black;
	font-family: 'UniBook', sans-serif;
	font-size: 14px
}

.footer .menu-block-list a:hover {
	color: #E1B02F
}

.footer .social {
	margin: 0 0 35px 0
}

.footer .social__title {
	font-size: 16px
}

.footer .social-list {
	margin: 22px 0 0 0
}

.footer .social__item:not(:last-child) {
	margin: 0 25px 0 0
}

.footer .social__item:hover svg path,
.footer .social__item:hover svg rect {
	fill: #E1B02F
}

.footer .social__item svg path,
.footer .social__item svg rect {
	fill: white;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.footer .links li:not(:last-child) {
	margin: 0 0 8px 0
}

.footer .links a {
	color: white;
	font-size: 14px;
	text-decoration: underline
}

.footer .links a:hover {
	text-decoration: none;
	color: #E1B02F
}

.footer .phone-list a {
	color: white;
	font-size: 24px;
	font-family: 'UniBook', sans-serif
}

.footer .phone-list a:hover {
	color: #E1B02F
}

.footer .phone__text {
	text-align: center;
	font-size: 16px;
	font-family: 'UniBook', sans-serif;
	margin: 5px 0 0 0
}

.footer .action {
	margin: 0 0 0 47px
}

@media only screen and (max-width: 575px) {
	.footer .action {
		margin: 15px 0 0 0
	}
}

.footer__text {
	font-size: 14px
}

@media only screen and (max-width: 575px) {
	.footer__text {
		margin: 15px 0 0 0;
		width: 100%
	}
}

.footer__text a {
	color: white
}

@media only screen and (min-width: 1200px) {
	.footer__text a:hover {
		color: #CC9A1B
	}
}

@media only screen and (min-width: 1200px) {
	.footer .logo:hover .logo__title {
		color: #CC9A1B
	}
}

.footer .logo__title {
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.main-menu-btn {
	position: relative;
	display: inline-block;
	width: 29px;
	height: 29px;
	text-indent: 29px;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

@media only screen and (min-width: 1200px) {
	.main-menu-btn {
		display: none
	}
}

.main-menu-btn-icon,
.main-menu-btn-icon:before,
.main-menu-btn-icon:after {
	position: absolute;
	top: 50%;
	left: 2px;
	height: 2px;
	width: 24px;
	background: #555;
	-webkit-transition: all 0.25s;
	transition: all 0.25s
}

.main-menu-btn-icon:before {
	content: '';
	top: -7px;
	left: 0
}

.main-menu-btn-icon:after {
	content: '';
	top: 7px;
	left: 0
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon {
	height: 0;
	background: transparent
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:before {
	top: 0;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg)
}

#main-menu-state:checked~.main-menu-btn .main-menu-btn-icon:after {
	top: 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

#main-menu-state {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	border: 0;
	padding: 0;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px)
}

.security {
	background: linear-gradient(90.04deg, #E8E8E8 4.42%, #FDFDFD 55.5%, #FEFDFD 100.57%);
	margin: 20px 0 80px
}

@media only screen and (max-width: 1600px) {
	.security {
		margin: 20px 0 50px
	}
}

@media only screen and (max-width: 1200px) {
	.security {
		margin: 25px 0
	}
}

.security .container {
	max-width: 1450px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	padding: 27px 15px
}

@media only screen and (max-width: 1600px) {
	.security .container {
		max-width: 1170px
	}
}

@media only screen and (max-width: 1200px) {
	.security .container {
		-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;
		text-align: center
	}
}

.security .shield {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 142px;
	height: 142px;
	background: white;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	border-radius: 100%;
	margin: -60px 0
}

@media only screen and (max-width: 1200px) {
	.security .shield {
		margin: 0
	}
}

.security .inner {
	margin: 0 30px;
	max-width: calc(100% - 520px)
}

@media only screen and (max-width: 1200px) {
	.security .inner {
		max-width: 100%;
		width: 100%;
		margin: 25px 0
	}
}

.security .block-title {
	font-size: 32px;
	font-weight: 300
}

@media only screen and (max-width: 1600px) {
	.security .block-title {
		font-size: 26px
	}
}

.security .block-title b {
	font-weight: 500
}

.security .block-title span {
	font-family: 'UniBook', sans-serif
}

.more-services {
	padding: 40px 0 20px
}

@media only screen and (max-width: 1200px) {
	.more-services {
		padding: 30px 0
	}
}

.more-services .container {
	max-width: 1370px
}

.more-services .block-title {
	margin: 0 0 30px 0
}

.more-services .slider {
	margin: 30px 0 0 0;
	width: calc(100% + 30px);
	margin: 0 0 0 -15px
}

.more-services .slide {
	margin: 15px
}

.more-services .slide-link {
	text-align: center;
	background: white;
	border-radius: 10px;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	min-height: 207px;
	color: #D5A325;
	font-family: 'PF', serif;
	font-size: 30px;
	font-weight: 500;
	font-style: italic;
	padding: 20px
}

@media only screen and (max-width: 1500px) {
	.more-services .slide-link {
		font-size: 22px
	}
}

.more-services .slide-link:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(rgba(255, 255, 255, 0)));
	background: linear-gradient(180deg, #fff 0%, rgba(255, 255, 255, 0) 100%);
	-webkit-filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.06));
	filter: drop-shadow(0px 4px 10px rgba(0, 0, 0, 0.06))
}

.more-services .slide-link:before {
	content: '';
	display: block;
	border: 1px solid #CCCCCC;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 10px;
	position: absolute;
	left: 18px;
	top: 18px;
	right: 18px;
	bottom: 18px
}

.more-services .arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px 0
}

.more-services .arrow {
	position: static
}

.more-services .arrow-prev {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
	margin: 0 20px 0 0
}

.prices-spoilers {
	padding: 30px 0
}

.prices-spoilers .container {
	max-width: 1390px
}

.prices-spoilers-block {
	margin: 0 0 70px 0
}

@media only screen and (max-width: 1550px) {
	.prices-spoilers-block {
		margin: 0 0 35px 0
	}
}

.prices-spoilers-item {
	margin: 0 0 50px 0
}

@media only screen and (max-width: 1550px) {
	.prices-spoilers-item {
		margin: 0 0 20px 0
	}
}

.prices-spoilers-item.active .prices-spoilers-item__arrow {
	-webkit-transform: rotate(180deg) translate(0, 50%);
	transform: rotate(180deg) translate(0, 50%)
}

.prices-spoilers-item-row {
	background: #FDFDFD;
	border-radius: 80px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
	text-align: center;
	padding: 24px 80px;
	position: relative;
	cursor: pointer;
	min-height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 800px) {
	.prices-spoilers-item-row {
		min-height: 50px;
		padding: 18px 60px
	}
}

@media only screen and (max-width: 575px) {
	.prices-spoilers-item-row {
		padding: 18px 60px 18px 20px
	}
}

.prices-spoilers-item-row:hover .prices-spoilers-item__arrow {
	background: #CC9A1B
}

.prices-spoilers-item__title {
	text-align: center;
	font-size: 29px;
	line-height: 1;
	width: 100%
}

@media only screen and (max-width: 1550px) {
	.prices-spoilers-item__title {
		font-size: 22px
	}
}

@media only screen and (max-width: 800px) {
	.prices-spoilers-item__title {
		font-size: 18px
	}
}

@media only screen and (max-width: 575px) {
	.prices-spoilers-item__title {
		font-size: 15px;
		text-align: left
	}
}

.prices-spoilers-item__arrow {
	cursor: pointer;
	width: 67px;
	height: 67px;
	border-radius: 67px;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #959595;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 800px) {
	.prices-spoilers-item__arrow {
		width: 40px;
		height: 40px
	}
}

.prices-spoilers-item__arrow svg {
	display: block;
	width: 24px;
	stroke: white
}

@media only screen and (max-width: 800px) {
	.prices-spoilers-item__arrow svg {
		width: 16px
	}
}

.prices-spoilers-item__list {
	margin: 40px 0 0 0
}

@media only screen and (max-width: 1550px) {
	.prices-spoilers-item__list {
		margin: 20px 0 0 0
	}
}

.prices-spoilers-item__list li {
	padding: 15px 0 15px 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-bottom: 1px solid #D4D4D4
}

.prices-spoilers-item__list li span {
	font-size: 24px;
	width: 80%;
	font-family: 'UniBook', sans-serif
}

@media only screen and (max-width: 1550px) {
	.prices-spoilers-item__list li span {
		font-size: 20px
	}
}

@media only screen and (max-width: 800px) {
	.prices-spoilers-item__list li span {
		font-size: 16px
	}
}

@media only screen and (max-width: 575px) {
	.prices-spoilers-item__list li span {
		font-size: 14px
	}
}

.prices-spoilers-item__list li span.see-info {
	padding: 0 10px 0 0
}

.prices-spoilers-item__list li span.see-info:after {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	background: url("../img/icons/info-icon.svg") no-repeat center center/contain
}

.prices-spoilers-item__list li b {
	text-align: right;
	width: 20%;
	font-size: 19px
}

@media only screen and (max-width: 800px) {
	.prices-spoilers-item__list li b {
		font-size: 17px
	}
}

@media only screen and (max-width: 575px) {
	.prices-spoilers-item__list li b {
		font-size: 15px
	}
}

.prices-spoilers .action {
	text-align: center
}

@media only screen and (max-width: 575px) {
	.prices-spoilers .action {
		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;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.prices-spoilers .action li {
	display: inline-block;
	margin: 0 30px
}

@media only screen and (max-width: 575px) {
	.prices-spoilers .action li {
		margin: 15px 0
	}
}

.prices-spoilers .infolink {
	text-decoration: underline;
	color: black;
	position: relative;
	font-size: 17px;
	font-family: 'UniBook', sans-serif
}

.prices-spoilers .infolink:hover {
	color: #CC9A1B
}

.prices-spoilers .infolink:hover:before {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.prices-spoilers .infolink::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	position: absolute;
	top: 3px;
	left: -40px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	background: url("../img/icons/info-icon.svg") no-repeat center center/contain
}

.stock {
	padding: 90px 0
}

@media only screen and (max-width: 1200px) {
	.stock {
		padding: 40px 0
	}
}

.stock .container {
	max-width: 1370px
}

.stock-item {
	margin: 0 0 50px 0
}

@media only screen and (max-width: 1550px) {
	.stock-item {
		margin: 0 0 25px 0
	}
}

.stock-item::after {
	content: '';
	display: block;
	width: 0%;
	clear: both
}

@media only screen and (max-width: 1000px) {
	.stock-item::after {
		display: none
	}
}

.stock-item.active .stock-item__arrow {
	-webkit-transform: translate(0, -50%) rotate(180deg);
	transform: translate(0, -50%) rotate(180deg)
}

.stock-item-row {
	background: #FDFDFD;
	border-radius: 80px;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
	text-align: center;
	padding: 24px 80px;
	position: relative;
	cursor: pointer;
	min-height: 80px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	position: relative
}

@media only screen and (max-width: 800px) {
	.stock-item-row {
		min-height: 50px;
		padding: 18px 60px
	}
}

@media only screen and (max-width: 575px) {
	.stock-item-row {
		padding: 18px 60px 18px 20px
	}
}

.stock-item-row:hover .stock-item__arrow {
	background: #CC9A1B
}

.stock-item-inner {
	padding: 45px 0
}

@media only screen and (max-width: 1000px) {
	.stock-item-inner {
		padding: 25px 0
	}
}

.stock-item .text-container {
	padding: 50px 0 0 0
}

@media only screen and (max-width: 1000px) {
	.stock-item .text-container {
		padding: 15px 0
	}
}

.stock-item__img {
	display: block;
	max-width: 570px;
	width: 100%;
	margin: 0 25px 25px 0
}

@media only screen and (max-width: 1000px) {
	.stock-item__img {
		max-width: 100%;
		float: none !important;
		margin: 0
	}
}

.stock-item__title {
	width: 100%;
	text-align: center;
	font-size: 29px;
	line-height: 1
}

@media only screen and (max-width: 1650px) {
	.stock-item__title {
		font-size: 24px
	}
}

@media only screen and (max-width: 800px) {
	.stock-item__title {
		font-size: 18px
	}
}

@media only screen and (max-width: 575px) {
	.stock-item__title {
		font-size: 15px;
		text-align: left
	}
}

.stock-item__arrow {
	cursor: pointer;
	width: 67px;
	height: 67px;
	border-radius: 67px;
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: #959595;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 800px) {
	.stock-item__arrow {
		width: 40px;
		height: 40px
	}
}

.stock-item__arrow svg {
	display: block;
	width: 24px;
	stroke: white
}

@media only screen and (max-width: 800px) {
	.stock-item__arrow svg {
		width: 16px
	}
}

.stock .action {
	text-align: center;
	width: 100%
}

.articles {
	padding: 60px 0 80px 0
}

@media only screen and (max-width: 1550px) {
	.articles {
		padding: 40px 0
	}
}

.articles .container {
	max-width: 1480px;
	width: 100%;
	margin: 0 auto
}

.articles .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.articles .item {
	width: 31.3%;
	margin: 2% 1%;
	color: black;
	text-align: center
}

@media only screen and (max-width: 1200px) {
	.articles .item {
		width: 48%
	}
}

@media only screen and (max-width: 575px) {
	.articles .item {
		width: 100%;
		margin: 2% 0
	}
}

.articles .item:hover {
	color: #CC9A1B
}

.articles .item:hover .item__img {
	opacity: .8
}

.articles .item__img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.articles .item__title {
	margin: 20px 0 0 0;
	font-size: 24px
}

@media only screen and (max-width: 1550px) {
	.articles .item__title {
		margin: 15px 0 0 0;
		font-size: 20px
	}
}

@media only screen and (max-width: 1200px) {
	.articles .item__title {
		font-size: 18px
	}
}

.articles .item__text {
	font-family: 'UniBook', sans-serif;
	font-size: 18px
}

@media only screen and (max-width: 1550px) {
	.articles .item__text {
		font-size: 14px
	}
}

.articles .action {
	margin: 45px 0 0 0;
	text-align: center;
	width: 100%
}

.reviews {
	padding: 30px 0
}

.reviews .container {
	max-width: 1600px;
	padding: 0 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.reviews .item {
	width: 48%;
	padding: 50px;
	border-radius: 8px;
	margin: 15px 1%;
	background: white;
	border: 1px solid #E9E9E9
}

@media only screen and (max-width: 1200px) {
	.reviews .item {
		padding: 25px
	}
}

@media only screen and (max-width: 700px) {
	.reviews .item {
		width: 100%;
		margin: 10px 0
	}
}

.reviews .item-top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 35px 0
}

@media only screen and (max-width: 1000px) {
	.reviews .item-top {
		margin: 0 0 10px 0
	}
}

.reviews .item-top-inner {
	margin: 0 0 0 45px
}

@media only screen and (max-width: 1200px) {
	.reviews .item-top-inner {
		margin: 15px 0;
		width: 100%
	}
}

.reviews .item-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.reviews .item-img {
	position: relative;
	-webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
	box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.11);
	border-radius: 100%;
	width: 140px;
	height: 140px
}

.reviews .item-img:before {
	content: '';
	border: 1px solid #E8E8E8;
	width: 175px;
	height: 175px;
	position: absolute;
	top: 50%;
	left: 50%;
	border-radius: 100%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

@media only screen and (max-width: 1200px) {
	.reviews .item-img:before {
		display: none
	}
}

.reviews .item__img {
	display: block;
	border-radius: 100%
}

.reviews .item__name {
	font-weight: 700;
	font-size: 19px;
	color: #333
}

@media only screen and (max-width: 575px) {
	.reviews .item__name {
		font-size: 16px
	}
}

.reviews .item__operation {
	display: inline-block;
	margin: 10px 0 20px 0;
	line-height: 1.8;
	padding: 0 35px;
	font-weight: 300;
	color: white;
	background: #E1B02F;
	border-radius: 25px;
	font-size: 14px
}

.reviews .item__doc {
	font-size: 17px
}

@media only screen and (max-width: 575px) {
	.reviews .item__doc {
		font-size: 16px
	}
}

.reviews .item__doc span {
	font-weight: 500
}

.reviews .item__text {
	line-height: 1.6;
	font-family: 'UniBook', sans-serif;
	font-size: 16px
}

@media only screen and (max-width: 575px) {
	.reviews .item__text {
		font-size: 14px
	}
}

.reviews .item__date {
	margin: 30px 0 0 0;
	font-weight: 300;
	font-size: 15px
}

@media only screen and (max-width: 575px) {
	.reviews .item__date {
		font-size: 12px
	}
}

.reviews .item__videolink {
	font-weight: 300;
	font-size: 15px;
	color: black
}

@media only screen and (max-width: 575px) {
	.reviews .item__videolink {
		font-size: 14px
	}
}

.reviews .item__videolink:hover {
	color: #CC9A1B
}

.reviews .item__videolink:hover:after {
	width: 0
}

.reviews .item__videolink:after {
	content: '';
	display: block;
	width: 100%;
	height: 1px;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	background: #000
}

.similar-articles {
	padding: 35px 0 50px 0
}

.similar-articles .container {
	max-width: 1510px;
	padding: 0 15px
}

@media only screen and (max-width: 1700px) {
	.similar-articles .container {
		max-width: 1370px
	}
}

@media only screen and (max-width: 1550px) {
	.similar-articles .container {
		max-width: 1170px
	}
}

.similar-articles .slider {
	width: calc(100% + 30px);
	margin: 35px 0 0 -15px
}

.similar-articles .slide {
	color: black;
	text-align: center;
	margin: 0 15px
}

.similar-articles .slide:hover {
	color: #CC9A1B
}

.similar-articles .slide:hover .item__img {
	opacity: .8
}

.similar-articles .slide__img {
	display: block;
	width: 100%;
	-webkit-transition: all .3s ease;
	transition: all .3s ease
}

.similar-articles .slide__title {
	margin: 20px 0 0 0;
	font-size: 24px
}

@media only screen and (max-width: 1550px) {
	.similar-articles .slide__title {
		font-size: 18px
	}
}

.similar-articles .slide__text {
	font-family: 'UniBook', sans-serif;
	font-size: 18px
}

@media only screen and (max-width: 1550px) {
	.similar-articles .slide__text {
		font-size: 14px
	}
}

.similar-articles .arrows {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px 0
}

.similar-articles .arrow {
	position: absolute;
	top: 50%;
	-webkit-transform: translate(0, -100%);
	transform: translate(0, -100%);
	z-index: 3
}

.similar-articles .arrow-prev {
	left: -60px;
	-webkit-transform: translate(0, -100%) rotate(180deg);
	transform: translate(0, -100%) rotate(180deg);
	margin: 0 20px 0 0
}

@media only screen and (max-width: 1300px) {
	.similar-articles .arrow-prev {
		left: 0
	}
}

.similar-articles .arrow-next {
	right: -60px
}

@media only screen and (max-width: 1300px) {
	.similar-articles .arrow-next {
		right: 0
	}
}

.general-recommendations {
	padding: 45px 0 35px 0
}

.general-recommendations .container {
	max-width: 1510px;
	padding: 0 15px
}

@media only screen and (max-width: 1550px) {
	.general-recommendations .container {
		max-width: 1170px
	}
}

.general-recommendations__text {
	margin: 35px 0 0 0;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-width: 49%;
	-moz-column-width: 49%;
	column-width: 49%;
	-webkit-column-gap: 2%;
	-moz-column-gap: 2%;
	column-gap: 2%;
	font-size: 17px;
	font-weight: 300;
	line-height: 1.6
}

@media only screen and (max-width: 575px) {
	.general-recommendations__text {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.after-operation {
	padding: 45px 0
}

.after-operation .container {
	max-width: 1510px
}

@media only screen and (max-width: 1550px) {
	.after-operation .container {
		max-width: 1170px
	}
}

.after-operation .item {
	margin: 35px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.after-operation .item-img {
	width: 49%
}

@media only screen and (max-width: 1200px) {
	.after-operation .item-img {
		width: 100%
	}
}

.after-operation .item__img {
	display: block;
	width: 100%
}

.after-operation .text-container {
	width: 49%
}

@media only screen and (max-width: 1200px) {
	.after-operation .text-container {
		width: 100%
	}
}

.eat-after-operation {
	padding: 70px 0 45px
}

.eat-after-operation .container {
	max-width: 1510px
}

@media only screen and (max-width: 1550px) {
	.eat-after-operation .container {
		max-width: 1170px
	}
}

.eat-after-operation .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.eat-after-operation-left {
	max-width: 52%;
	width: 100%
}

@media only screen and (max-width: 1200px) {
	.eat-after-operation-left {
		max-width: 100%
	}
}

.eat-after-operation-left .text-container {
	margin: 35px 0 0 0
}

.eat-after-operation-left .text-container p {
	font-size: 18px;
	font-family: 'UniBook', sans-serif
}

@media only screen and (max-width: 1650px) {
	.eat-after-operation-left .text-container p {
		font-size: 14px
	}
}

.eat-after-operation-right {
	margin: 35px 0 0 0;
	width: 100%;
	max-width: 44%
}

@media only screen and (max-width: 1200px) {
	.eat-after-operation-right {
		max-width: 500px
	}
}

.eat-after-operation .doc {
	padding: 50px;
	background: white;
	position: relative
}

.eat-after-operation .doc:before {
	content: '';
	border: 1px solid #C6C6C6;
	left: 24px;
	top: 24px;
	right: 24px;
	bottom: 24px;
	position: absolute;
	z-index: 1
}

.eat-after-operation .doc-top {
	position: relative;
	z-index: 2;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.eat-after-operation .doc-top-left {
	width: 35%
}

@media only screen and (max-width: 575px) {
	.eat-after-operation .doc-top-left {
		width: 50%
	}
}

.eat-after-operation .doc-top-right {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 65%;
	padding: 0 0 0 30px
}

@media only screen and (max-width: 575px) {
	.eat-after-operation .doc-top-right {
		width: 100%;
		padding: 0
	}
}

.eat-after-operation .doc__title {
	font-family: 'UniBook', sans-serif;
	font-size: 17px;
	line-height: 1;
	margin: 10px 0 0 0
}

@media only screen and (max-width: 575px) {
	.eat-after-operation .doc__title {
		font-size: 14px
	}
}

.eat-after-operation .doc__title2 {
	font-family: 'UniBook', sans-serif;
	font-size: 24px;
	margin: auto 0 0 0
}

@media only screen and (max-width: 575px) {
	.eat-after-operation .doc__title2 {
		font-size: 16px;
		margin: 25px 0 0 0
	}
}

.eat-after-operation .doc__name {
	font-weight: 700;
	margin: 25px 0 0 0;
	font-size: 19px
}

@media only screen and (max-width: 575px) {
	.eat-after-operation .doc__name {
		margin: 15px 0 0 0;
		font-size: 18px
	}
}

.eat-after-operation .doc__img {
	display: block;
	width: 100%
}

.eat-after-operation .doc-bottom {
	position: relative;
	z-index: 2;
	margin: 30px 0 0 0
}

@media only screen and (max-width: 1550px) {
	.eat-after-operation .entry-form-row {
		width: 100%;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}
}

@media only screen and (max-width: 1550px) {
	.eat-after-operation .entry-form__input {
		width: 100%
	}
}

@media only screen and (max-width: 1550px) {
	.eat-after-operation .entry-form .entry-form__btn {
		margin: 10px 0 0 0
	}
}

.contacts {
	padding: 45px 0
}

@media only screen and (max-width: 1200px) {
	.contacts {
		padding: 20px 0 0
	}
}

.contacts .container {
	max-width: 1370px
}

.contacts .block-title {
	text-align: center
}

.contacts .blocks {
	margin: 25px 0 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.contacts .blocks {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start
	}
}

.contacts .block {
	width: 25%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 1200px) {
	.contacts .block {
		width: 25%;
		margin: 10px 0;
		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-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		text-align: center
	}
}

@media only screen and (max-width: 800px) {
	.contacts .block {
		width: 50%
	}
}

@media only screen and (max-width: 370px) {
	.contacts .block {
		width: 100%
	}
}

.contacts .block-icon {
	width: 70px;
	height: 70px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	border-radius: 100%;
	background: #FFFFFF;
	border: 1px solid #CFCFCF;
	margin: 0 36px 0 0
}

@media only screen and (max-width: 1500px) {
	.contacts .block-icon {
		margin: 0 15px 0 0
	}
}

@media only screen and (max-width: 1200px) {
	.contacts .block-icon {
		margin: 0 0 15px 0
	}
}

.contacts .block__text {
	font-size: 18px;
	line-height: 1.6
}

@media only screen and (max-width: 575px) {
	.contacts .block__text {
		font-size: 14px
	}
}

.contacts .block-links a {
	color: black;
	font-size: 18px;
	font-weight: 700
}

@media only screen and (max-width: 575px) {
	.contacts .block-links a {
		font-size: 14px
	}
}

.contacts .block-links a:hover {
	color: #CC9A1B
}

.contacts .social-links {
	margin: 15px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.contacts .social-links-item {
	margin: 15px
}

@media only screen and (max-width: 575px) {
	.contacts .social-links-item {
		margin: 5px
	}
}

.contacts .social-links-link {
	display: block
}

.contacts .social-links-link:hover .social-links__img {
	opacity: .5
}

.contacts .social-links__img {
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	display: block
}

@media only screen and (max-width: 575px) {
	.contacts .social-links__img {
		width: 35px
	}
}

.contacts #map {
	width: 100%;
	height: 530px;
	margin: 50px 0 0 0
}

@media only screen and (max-width: 1400px) {
	.contacts #map {
		height: 400px
	}
}

.popup {
	background: white;
	border-radius: 10px;
	-webkit-box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
	box-shadow: 0px 1px 12px rgba(0, 0, 0, 0.25);
	border: 1px solid #CCCCCC;
	margin: 50px auto;
	max-width: 615px;
	padding: 55px;
	position: relative
}

@media only screen and (max-width: 700px) {
	.popup {
		padding: 30px;
		max-width: 375px
	}
}

.popup-header {
	text-align: center;
	margin: 0 0 30px 0
}

.popup__title {
	font-size: 28px
}

@media only screen and (max-width: 700px) {
	.popup__title {
		font-size: 20px
	}
}

.popup__subtitle {
	font-size: 22px;
	font-weight: 300
}

@media only screen and (max-width: 700px) {
	.popup__subtitle {
		font-size: 16px
	}
}

.popup-form-icon {
	width: 32px;
	height: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	border-radius: 100%;
	border: 1px solid #CECECE
}

@media only screen and (max-width: 700px) {
	.popup-form-icon {
		width: 24px;
		height: 24px
	}
}

.popup-form-icon svg {
	display: block;
	height: 70%
}

@media only screen and (max-width: 700px) {
	.popup-form-icon svg {
		height: 60%
	}
}

.popup-form-item {
	margin: 20px 0;
	position: relative
}

.popup-form-item_center {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.popup-form-item_right {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.popup-form__input {
	font: 17px 'UniBook', sans-serif;
	padding: 0 65px;
	display: block;
	width: 100%;
	height: 55px;
	line-height: 55px;
	border-bottom: 1px solid #CECECE
}

@media only screen and (max-width: 700px) {
	.popup-form__input {
		height: 40px;
		line-height: 40px;
		font-size: 14px;
		padding: 0 40px
	}
}

.popup-form__input::-webkit-input-placeholder {
	font: 17px 'UniBook', sans-serif;
	line-height: 55px;
	color: #6B6B6B
}

.popup-form__input::-moz-placeholder {
	font: 17px 'UniBook', sans-serif;
	line-height: 55px;
	color: #6B6B6B
}

.popup-form__input:-ms-input-placeholder {
	font: 17px 'UniBook', sans-serif;
	line-height: 55px;
	color: #6B6B6B
}

.popup-form__input::-ms-input-placeholder {
	font: 17px 'UniBook', sans-serif;
	line-height: 55px;
	color: #6B6B6B
}

.popup-form__input::placeholder {
	font: 17px 'UniBook', sans-serif;
	line-height: 55px;
	color: #6B6B6B
}

@media only screen and (max-width: 700px) {
	.popup-form__input::-webkit-input-placeholder {
		line-height: 40px;
		font-size: 14px
	}

	.popup-form__input::-moz-placeholder {
		line-height: 40px;
		font-size: 14px
	}

	.popup-form__input:-ms-input-placeholder {
		line-height: 40px;
		font-size: 14px
	}

	.popup-form__input::-ms-input-placeholder {
		line-height: 40px;
		font-size: 14px
	}

	.popup-form__input::placeholder {
		line-height: 40px;
		font-size: 14px
	}
}

.popup-form__textarea {
	display: block;
	width: 100%;
	height: 180px;
	min-height: 180px;
	max-height: 180px;
	padding: 15px;
	border: 1px solid #CECECE
}

@media only screen and (max-width: 700px) {
	.popup-form__textarea {
		height: 120px;
		min-height: 120px;
		max-height: 120px;
		font-size: 14px;
		padding: 10px
	}
}

.popup-form__textarea::-webkit-input-placeholder {
	color: #6B6B6B;
	font: 17px/1 'UniBook', sans-serif
}

.popup-form__textarea::-moz-placeholder {
	color: #6B6B6B;
	font: 17px/1 'UniBook', sans-serif
}

.popup-form__textarea:-ms-input-placeholder {
	color: #6B6B6B;
	font: 17px/1 'UniBook', sans-serif
}

.popup-form__textarea::-ms-input-placeholder {
	color: #6B6B6B;
	font: 17px/1 'UniBook', sans-serif
}

.popup-form__textarea::placeholder {
	color: #6B6B6B;
	font: 17px/1 'UniBook', sans-serif
}

@media only screen and (max-width: 700px) {
	.popup-form__textarea::-webkit-input-placeholder {
		font-size: 14px
	}

	.popup-form__textarea::-moz-placeholder {
		font-size: 14px
	}

	.popup-form__textarea:-ms-input-placeholder {
		font-size: 14px
	}

	.popup-form__textarea::-ms-input-placeholder {
		font-size: 14px
	}

	.popup-form__textarea::placeholder {
		font-size: 14px
	}
}

.popup .mfp-close {
	line-height: 28px;
	width: 28px;
	height: 28px
}

.popup.vinirs {
	padding: 25px;
	max-width: 1360px;
	border-radius: 0
}

@media only screen and (max-width: 1600px) {
	.popup.vinirs {
		max-width: 1170px
	}
}

.popup.vinirs .text-container::after {
	content: '';
	display: block;
	clear: both
}

.popup.vinirs .text-container img {
	margin: -20px 40px 20px 0;
	float: left;
	height: 270px;
	width: 35%;
	-o-object-fit: cover;
	object-fit: cover
}

@media only screen and (max-width: 800px) {
	.popup.vinirs .text-container img {
		width: 100%;
		height: 250px;
		float: none;
		margin: 0 0 20px 0
	}
}

.popup.vinirs .text-container h2 {
	margin: 20px 0 20px 0;
	font-family: 'PF', sans-serif
}

@media only screen and (max-width: 800px) {
	.popup.vinirs .text-container h2 {
		margin: 0 0 20px 0
	}
}

.fileinput {
	background: none;
	position: relative;
	text-align: right;
	display: inline-block;
	margin: 0 0 0 auto
}

.fileinput:before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	position: absolute;
	left: -25px;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background: url("../img/icons/clip.svg") no-repeat center center/contain
}

.fileinput__input {
	opacity: 0;
	visibility: hidden;
	position: absolute
}

.fileinput__label {
	cursor: pointer;
	color: #6B6B6B;
	font-weight: 400;
	text-decoration: underline;
	font-size: 15px
}

.stocks {
	padding: 35px 0
}

@media only screen and (max-width: 1500px) {
	.stocks {
		padding: 20px 0
	}
}

.stocks .container {
	max-width: 1380px
}

@media only screen and (max-width: 1500px) {
	.stocks .container {
		max-width: 1170px
	}
}

@media only screen and (max-width: 1300px) {
	.stocks .container {
		max-width: 1000px
	}
}

.stocks .block-title {
	text-align: center
}

@media only screen and (max-width: 1200px) {
	.stocks .block-title {
		margin: 0 0 25px 0
	}
}

.stocks .block-title span {
	font-family: 'Uni', sans-serif;
	color: #E1B02F;
	font-weight: 400;
	font-style: normal
}

.stocks .slider {
	position: relative
}

.stocks .slider .slick-track {
	padding: 50px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 1200px) {
	.stocks .slider .slick-track {
		padding: 0;
		display: block
	}
}

.stocks .slide {
	background: white;
	border-radius: 10px;
	margin: 20px;
	height: auto;
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1500px) {
	.stocks .slide {
		margin: 10px
	}
}

@media only screen and (min-width: 1200px) {
	.stocks .slide:hover {
		border-radius: 20px 20px 0 0
	}

	.stocks .slide:hover .slide__link {
		display: block;
		opacity: 1
	}
}

.stocks .slide-inner {
	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: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 20px;
	width: 100%
}

@media only screen and (max-width: 1500px) {
	.stocks .slide-inner {
		padding: 15px
	}
}

.stocks .slide__img {
	display: block;
	width: 100%;
	height: auto
}

.stocks .slide__title {
	margin: 10px 0;
	font-size: 24px;
	font-family: 'UniBook', sans-serif
}

@media only screen and (max-width: 1500px) {
	.stocks .slide__title {
		font-size: 20px
	}
}

@media only screen and (max-width: 1200px) {
	.stocks .slide__title {
		font-size: 18px
	}
}

.stocks .slide-price {
	margin: auto 0 0 0;
	font-size: 24px
}

@media only screen and (max-width: 1500px) {
	.stocks .slide-price {
		font-size: 16px
	}
}

@media only screen and (max-width: 1200px) {
	.stocks .slide-price {
		font-size: 15px
	}
}

.stocks .slide-price span {
	color: #CC9A1B;
	font-size: 28px;
	font-weight: 500
}

@media only screen and (max-width: 1500px) {
	.stocks .slide-price span {
		font-size: 22px
	}
}

.stocks .slide__text {
	margin: auto 0 0 0
}

.stocks .slide__link {
	position: absolute;
	top: 100%;
	width: 100%;
	padding: 21px;
	background: linear-gradient(267.74deg, #CE9D20 -7.28%, #E6B433 93.42%);
	border-radius: 0px 0px 10px 10px;
	text-align: center;
	color: white;
	font-weight: 700;
	font-size: 21px;
	display: none;
	line-height: 1
}

@media only screen and (max-width: 1500px) {
	.stocks .slide__link {
		font-size: 18px;
		padding: 15px
	}
}

@media only screen and (max-width: 1200px) {
	.stocks .slide__link {
		position: static;
		display: block
	}
}

@media only screen and (max-width: 575px) {
	.stocks .slide__link {
		font-size: 16px
	}
}

.stocks .arrow {
	position: absolute;
	z-index: 3;
	top: 50%
}

.stocks .arrow-prev {
	left: 0;
	-webkit-transform: rotate(180deg) translate(100%, 50%);
	transform: rotate(180deg) translate(100%, 50%)
}

@media only screen and (max-width: 1200px) {
	.stocks .arrow-prev {
		-webkit-transform: rotate(180deg) translate(0, 50%);
		transform: rotate(180deg) translate(0, 50%)
	}
}

.stocks .arrow-next {
	-webkit-transform: translate(100%, -50%);
	transform: translate(100%, -50%);
	right: 0
}

@media only screen and (max-width: 1200px) {
	.stocks .arrow-next {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

.block-icons {
	padding: 60px 0 30px 0
}

@media only screen and (max-width: 575px) {
	.block-icons {
		padding: 25px 0
	}
}

.block-icons .container {
	max-width: 1470px
}

@media only screen and (max-width: 1600px) {
	.block-icons .container {
		max-width: 1170px
	}
}

.block-icons .block-title {
	text-align: center;
	margin: 0 0 50px 0
}

@media only screen and (max-width: 400px) {
	.block-icons .block-title {
		margin: 0 0 30px 0
	}
}

.block-icons .inner {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.block-icons .item {
	width: 23%;
	margin: 2% 1%;
	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;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	text-align: center
}

@media only screen and (max-width: 1000px) {
	.block-icons .item {
		width: 48%
	}
}

@media only screen and (max-width: 370px) {
	.block-icons .item {
		max-width: 100%
	}
}

.block-icons .item .img-wrap {
	width: 98px;
	height: 98px;
	border-radius: 100%;
	background: white;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.block-icons .item__text {
	margin: 45px 0 0 0;
	font-size: 18px
}

@media only screen and (max-width: 575px) {
	.block-icons .item__text {
		margin: 20px 0 0 0;
		font-size: 14px
	}
}

.block-icons .item__text span {
	font-weight: 700;
	color: #D5A325
}

@media only screen and (max-width: 575px) {
	.block-icons .item__text {
		font-size: 13px
	}
}

.teeth {
	padding: 40px 0;
	text-align: center
}

.teeth .container {
	max-width: 1300px
}

@media only screen and (max-width: 1600px) {
	.teeth .container {
		max-width: 1170px
	}
}

.teeth .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 0 0
}

.teeth .block-text {
	margin: 20px 0 0 0
}

.teeth .item {
	width: 23%;
	margin: 1%
}

@media only screen and (max-width: 700px) {
	.teeth .item {
		width: 48%
	}
}

.teeth .item-img {
	width: 100%;
	height: 240px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: white;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px
}

@media only screen and (max-width: 575px) {
	.teeth .item-img {
		height: 180px
	}
}

.teeth .item__img {
	display: block;
	max-width: 90%;
	max-height: 90%
}

.teeth .item__text {
	margin: 35px 0 0 0
}

@media only screen and (max-width: 700px) {
	.teeth .item__text {
		margin: 15px 0 0 0
	}
}

.big-advantages {
	padding: 40px 0;
	text-align: center;
	color: #565656
}

.big-advantages .container {
	max-width: 1390px
}

@media only screen and (max-width: 1600px) {
	.big-advantages .container {
		max-width: 1170px
	}
}

.big-advantages .inner {
	margin: 60px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.big-advantages .inner {
		margin: 25px 0 0 0
	}
}

.big-advantages .item {
	background: white;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	text-align: left;
	position: relative;
	width: 31.3%;
	margin: 1%;
	padding: 56px 40px
}

@media only screen and (max-width: 1000px) {
	.big-advantages .item {
		width: 48%
	}
}

@media only screen and (max-width: 700px) {
	.big-advantages .item {
		padding: 40px 20px
	}
}

@media only screen and (max-width: 400px) {
	.big-advantages .item {
		width: 100%
	}
}

.big-advantages .item::before {
	content: '';
	border-radius: 10px;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	border: 1px solid #CCCCCC;
	position: absolute
}

@media only screen and (max-width: 700px) {
	.big-advantages .item::before {
		left: 10px;
		top: 10px;
		right: 10px;
		bottom: 10px
	}
}

.big-advantages .item__circle {
	width: 62px;
	height: 62px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: linear-gradient(218.13deg, #CC9A1B 17.16%, #EEB628 85.07%);
	font: 700 32px/1 'PF', sans-serif;
	font-style: italic;
	color: white;
	border-radius: 100%
}

@media only screen and (max-width: 1200px) {
	.big-advantages .item__circle {
		font-size: 24px;
		width: 40px;
		height: 40px;
		position: absolute;
		left: 0;
		top: 0;
		border-radius: 10px 50% 50%
	}
}

.big-advantages .item-title {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.big-advantages .item__title {
	font-family: 'PF', serif;
	color: #E1B02F;
	padding: 0 0 0 20px;
	font-weight: 500;
	font-style: italic;
	font-size: 25px;
	width: calc(100% - 82px)
}

@media only screen and (max-width: 1200px) {
	.big-advantages .item__title {
		width: 100%;
		padding: 0;
		font-size: 20px
	}
}

.big-advantages .item__text {
	margin: 20px 0 0 0;
	font: 18px/1.6 'UniBook', sans-serif
}

@media only screen and (max-width: 700px) {
	.big-advantages .item__text {
		margin: 10px 0 0 0;
		font-size: 14px
	}
}

.stages {
	padding: 15px 0 30px;
	text-align: center;
	color: #565656
}

.stages .container {
	max-width: 1600px
}

@media only screen and (max-width: 1600px) {
	.stages .container {
		max-width: 1170px
	}
}

.stages .inner {
	margin: 35px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.stages .item {
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	text-align: left;
	position: relative;
	width: 48%;
	margin: 1%;
	padding: 56px 40px
}

@media only screen and (max-width: 700px) {
	.stages .item {
		padding: 40px 20px
	}
}

@media only screen and (max-width: 575px) {
	.stages .item {
		width: 100%
	}
}

.stages .item:nth-child(1) {
	background: #fff url("../img/stages/bg1.jpg") no-repeat center center/contain
}

.stages .item:nth-child(2) {
	background: #fff url("../img/stages/bg2.jpg") no-repeat center center/contain
}

.stages .item:nth-child(3) {
	background: #fff url("../img/stages/bg3.jpg") no-repeat center center/contain
}

.stages .item:nth-child(4) {
	background: #fff url("../img/stages/bg4.jpg") no-repeat center center/contain
}

.stages .item::before {
	content: '';
	border-radius: 10px;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	border: 1px solid #CCCCCC;
	position: absolute
}

@media only screen and (max-width: 700px) {
	.stages .item::before {
		left: 10px;
		right: 10px;
		top: 10px;
		bottom: 10px
	}
}

.stages .item__title {
	font: 500 25px/1 'PF', sans-serif;
	font-style: italic
}

@media only screen and (max-width: 700px) {
	.stages .item__title {
		font-size: 20px
	}
}

.stages .item__title span {
	color: #CC9A1B
}

.stages .item__text {
	margin: 26px 0 0 0;
	font: 18px/1.6 'UniBook', sans-serif
}

@media only screen and (max-width: 700px) {
	.stages .item__text {
		font-size: 14px;
		margin: 15px 0 0 0
	}
}

.category-about {
	padding: 50px 0 35px
}

@media only screen and (max-width: 1200px) {
	.category-about {
		padding: 30px 15px
	}
}

.category-about .container {
	max-width: 1430px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1600px) {
	.category-about .container {
		max-width: 1170px
	}
}

.category-about-left {
	width: 45%;
	overflow: hidden;
	border-radius: 10px 0 0 10px
}

@media only screen and (max-width: 700px) {
	.category-about-left {
		width: 100%;
		border-radius: 10px
	}
}

.category-about-right {
	padding: 20px;
	width: 53%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

@media only screen and (max-width: 700px) {
	.category-about-right {
		width: 100%
	}
}

.category-about__img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover
}

.category-about .text-container {
	margin: 25px 0 0 0;
	overflow: auto
}

.money-economy {
	padding: 30px 0 50px 0;
	color: #565656;
	background: url("../img/money-economy/bg.png") no-repeat left 10% center/contain
}

@media only screen and (max-width: 1600px) {
	.money-economy {
		padding: 35px 0
	}
}

@media only screen and (max-width: 1200px) {
	.money-economy {
		background: none
	}
}

@media only screen and (max-width: 1200px) {
	.money-economy .block-title {
		text-align: center
	}
}

@media only screen and (max-width: 1200px) {
	.money-economy .block-text {
		text-align: center
	}
}

.money-economy .container {
	padding: 0;
	max-width: 1500px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1600px) {
	.money-economy .container {
		max-width: 1170px
	}
}

@media only screen and (max-width: 1200px) {
	.money-economy .container {
		padding: 0 15px
	}
}

.money-economy-left {
	width: 48%
}

@media only screen and (max-width: 1200px) {
	.money-economy-left {
		display: none
	}
}

.money-economy-right {
	width: 48%
}

@media only screen and (max-width: 1200px) {
	.money-economy-right {
		width: 100%
	}
}

.money-economy .block-text {
	margin: 10px 0 40px 0
}

@media only screen and (max-width: 1600px) {
	.money-economy .block-text {
		margin: 10px 0 20px 0
	}
}

.money-economy .items {
	width: 100%
}

.money-economy .item {
	width: calc(100% - 50px);
	background: white;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 27px 32px 27px 72px;
	margin: 10px 0 10px auto;
	position: relative
}

.money-economy .item:before {
	content: '';
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 82px;
	height: 82px;
	border-radius: 100%;
	z-index: 2;
	background: #F4F4F4
}

.money-economy .item:after {
	content: '+';
	display: block;
	position: absolute;
	z-index: 3;
	left: 0;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 62px;
	height: 62px;
	border-radius: 100%;
	background: linear-gradient(218.13deg, #CC9A1B 17.16%, #EEB628 85.07%);
	color: white;
	font-size: 24px;
	font-weight: 700;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.money-economy .item__text {
	font-size: 18px;
	line-height: 1.6
}

@media only screen and (max-width: 1600px) {
	.money-economy .item__text {
		font-size: 15px
	}
}

.implantation-cost {
	padding: 50px 0
}

.implantation-cost .container {
	max-width: 1530px
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .container {
		max-width: 1170px
	}
}

.implantation-cost .block-title {
	text-align: center
}

.implantation-cost .inner {
	margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.implantation-cost .card {
	width: 49%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 25px;
	font-size: 16px
}

@media only screen and (max-width: 1200px) {
	.implantation-cost .card {
		width: 100%;
		padding: 25px;
		margin: 1% 0
	}
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card {
		padding: 15px
	}
}

.implantation-cost .card-inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.implantation-cost .card-col {
	width: 48%
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-col {
		width: 100%
	}
}

.implantation-cost .card-country {
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-country {
		padding: 10px
	}
}

.implantation-cost .card-country__text {
	font-size: 24px
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card-country__text {
		font-size: 18px
	}
}

.implantation-cost .card-country__text span {
	color: #CC9A1B
}

.implantation-cost .card-country__img {
	display: block;
	height: 90px
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card-country__img {
		height: 60px
	}
}

.implantation-cost .card__title {
	font-size: 26px;
	margin: 0 0 35px 0
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card__title {
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card__title {
		margin: 0 0 10px 0
	}
}

.implantation-cost .card__title span {
	background: #CC9A1B;
	color: white;
	width: 63px;
	height: 63px;
	border-radius: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	font-family: 'PF', serif;
	font-size: 30px;
	font-style: italic
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card__title span {
		width: 45px;
		height: 45px;
		font-size: 24px
	}
}

.implantation-cost .card-advantages {
	padding: 20px;
	border: 1px solid #EBEBEB;
	margin: 15px 0 0 0
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card-advantages {
		padding: 10px
	}
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-advantages {
		margin: 0
	}
}

.implantation-cost .card-advantages-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.implantation-cost .card-advantages-item:not(:last-child) {
	margin: 0 0 20px 0
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card-advantages-item:not(:last-child) {
		margin: 0 0 15px 0
	}
}

.implantation-cost .card-advantages-item-icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 21px;
	height: auto;
	margin: 0 20px 0 0
}

.implantation-cost .card-advantages-item-icon svg {
	display: block;
	width: 100%
}

.implantation-cost .card-advantages-item__text {
	width: calc(100% - 45px);
	font-family: 'UniBook', sans-serif;
	line-height: 1.6
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card-advantages-item__text {
		font-size: 14px
	}
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-advantages-item__text {
		font-size: 12px
	}
}

.implantation-cost .card__text {
	font-family: 'UniBook', sans-serif;
	line-height: 1.6;
	font-size: 18px
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card__text {
		font-size: 15px
	}
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card__text {
		font-size: 14px
	}
}

.implantation-cost .card__text2 {
	margin: 20px 0;
	font-weight: 700
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card__text2 {
		margin: 10px 0
	}
}

.implantation-cost .card__text2 span {
	color: #CC9A1B
}

.implantation-cost .card-price {
	width: 100%;
	margin: 24px 0 16px 0
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-price {
		margin: 10px 0
	}
}

.implantation-cost .card-price__text {
	font-family: 'UniBook', sans-serif;
	display: inline-block
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-price__text {
		font-size: 14px
	}
}

.implantation-cost .card-price__num {
	margin: 0 0 0 10px;
	text-align: right;
	display: inline-block;
	color: #CC9A1B;
	font-size: 32px;
	font-weight: 700
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card-price__num {
		font-size: 24px
	}
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-price__num {
		font-size: 20px
	}
}

.implantation-cost .card .submit {
	width: 100%;
	min-width: 100px
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card .submit {
		padding: 15px
	}
}

.implantation-cost .card-list {
	margin: 45px 0;
	font-family: 'UniBook', sans-serif;
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	line-height: 1.4;
	width: 100%
}

@media only screen and (max-width: 1600px) {
	.implantation-cost .card-list {
		margin: 25px 0
	}
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-list {
		font-size: 12px
	}
}

.implantation-cost .card-list__item {
	padding: 0 0 10px 50px;
	position: relative
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-list__item {
		padding: 0 0 10px 30px
	}
}

.implantation-cost .card-list__item:before {
	content: '';
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: 0;
	top: 0;
	background: url("../img/icons/card-ok.svg") no-repeat center center/contain
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card-list__item:before {
		width: 20px;
		height: 20px
	}
}

.implantation-cost .card__infotext {
	text-align: center;
	font-weight: 400;
	font-family: 'UniBook', sans-serif
}

@media only screen and (max-width: 575px) {
	.implantation-cost .card__infotext {
		font-size: 12px
	}
}

.implantation-cost .card__infotext b {
	font-family: 'Uni', sans-serif;
	font-weight: 500
}

.included {
	padding: 100px 0;
	text-align: center;
	color: #565656;
	background: url("../img/included/tape.png") no-repeat center center/contain
}

@media only screen and (max-width: 1600px) {
	.included {
		padding: 50px 0
	}
}

@media only screen and (max-width: 575px) {
	.included {
		padding: 25px 0
	}
}

.included .container {
	max-width: 1390px
}

@media only screen and (max-width: 1600px) {
	.included .container {
		max-width: 1170px
	}
}

.included .inner {
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.included .item {
	background: white;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	text-align: left;
	position: relative;
	width: 31.3%;
	margin: 1%;
	padding: 56px 40px
}

@media only screen and (max-width: 1000px) {
	.included .item {
		width: 48%
	}
}

@media only screen and (max-width: 700px) {
	.included .item {
		padding: 40px 20px
	}
}

@media only screen and (max-width: 400px) {
	.included .item {
		width: 100%
	}
}

.included .item::before {
	content: '';
	border-radius: 10px;
	left: 20px;
	right: 20px;
	top: 20px;
	bottom: 20px;
	border: 1px solid #CCCCCC;
	position: absolute
}

@media only screen and (max-width: 700px) {
	.included .item::before {
		left: 10px;
		right: 10px;
		bottom: 10px;
		top: 10px
	}
}

.included .item__title {
	font-family: 'PF', serif;
	padding: 0 0 0 20px;
	font-weight: 500;
	font-style: italic;
	font-size: 25px
}

@media only screen and (max-width: 1600px) {
	.included .item__title {
		padding: 0
	}
}

@media only screen and (max-width: 700px) {
	.included .item__title {
		font-size: 20px
	}
}

.included .item__text {
	margin: 20px 0 0 0;
	font: 18px/1.6 'UniBook', sans-serif
}

@media only screen and (max-width: 700px) {
	.included .item__text {
		margin: 15px 0 0 0;
		font-size: 14px
	}
}

.infoblock {
	padding: 45px 0
}

.infoblock .container {
	max-width: 1520px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1600px) {
	.infoblock .container {
		max-width: 1170px
	}
}

@media only screen and (max-width: 1000px) {
	.infoblock .container {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
}

.infoblock__img {
	display: block;
	width: 49%
}

@media only screen and (max-width: 1000px) {
	.infoblock__img {
		width: 100%
	}
}

.infoblock .inner {
	width: 49%
}

@media only screen and (max-width: 1000px) {
	.infoblock .inner {
		width: 100%;
		margin: 0 0 25px 0
	}
}

.infoblock .block-text {
	margin: 40px 0
}

@media only screen and (max-width: 1600px) {
	.infoblock .block-text {
		margin: 20px 0
	}
}

.portfolio {
	padding: 75px 0;
	color: #333
}

@media only screen and (max-width: 1600px) {
	.portfolio {
		padding: 50px 0
	}
}

@media only screen and (max-width: 575px) {
	.portfolio {
		padding: 25px 0
	}
}

.portfolio .container {
	max-width: 1460px
}

@media only screen and (max-width: 1600px) {
	.portfolio .container {
		max-width: 1170px
	}
}

.portfolio .slider {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	position: relative
}

.portfolio .block-title {
	text-align: center
}

.portfolio .slider {
	margin: 35px 0 0 0
}

.portfolio .twentytwenty-wrapper {
	width: 40%
}

@media only screen and (max-width: 1000px) {
	.portfolio .twentytwenty-wrapper {
		width: 60%;
		margin: 0 0 15px
	}
}

@media only screen and (max-width: 700px) {
	.portfolio .twentytwenty-wrapper {
		width: 100%
	}
}

.portfolio .slide {
	padding: 55px
}

@media only screen and (max-width: 1000px) {
	.portfolio .slide {
		padding: 20px 20px 50px 20px
	}
}

.portfolio .slide-top {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 1000px) {
	.portfolio .slide-top {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.portfolio .slide-top-left {
	width: 60%;
	padding: 0 20px 0 0
}

@media only screen and (max-width: 1000px) {
	.portfolio .slide-top-left {
		width: 100%
	}
}

.portfolio .slide-top-right {
	width: 100%
}

.portfolio .slide-bottom {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 700px) {
	.portfolio .slide-bottom {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.portfolio .slide__name {
	font: 500 32px/1 'PF', sans-serif;
	width: 100%;
	font-style: italic
}

@media only screen and (max-width: 575px) {
	.portfolio .slide__name {
		font-size: 24px
	}
}

.portfolio .slide__text {
	width: 100%;
	margin: 0 0 25px 0;
	font: 400 18px/1.6 'UniBook', sans-serif
}

@media only screen and (max-width: 1600px) {
	.portfolio .slide__text {
		font-size: 15px
	}
}

@media only screen and (max-width: 575px) {
	.portfolio .slide__text {
		font-size: 14px
	}
}

.portfolio .slide__doc {
	font: 400 16px/1 'UniBook', sans-serif
}

@media only screen and (max-width: 700px) {
	.portfolio .slide__doc {
		margin: 0 0 10px 0
	}
}

@media only screen and (max-width: 575px) {
	.portfolio .slide__doc {
		width: 100%;
		font-size: 14px
	}
}

.portfolio .slide__doc span {
	display: inline-block;
	margin: 0;
	font: 500 20px/1 'PF', sans-serif
}

@media only screen and (max-width: 575px) {
	.portfolio .slide__doc span {
		font-size: 16px
	}
}

.portfolio .arrow {
	position: absolute;
	top: 50%;
	z-index: 2
}

@media only screen and (max-width: 1200px) {
	.portfolio .arrow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

.portfolio .arrow-prev {
	left: 0;
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
	transform: translate(-50%, -50%) rotate(180deg)
}

@media only screen and (max-width: 1200px) {
	.portfolio .arrow-prev {
		-webkit-transform: translate(0, 0) rotate(180deg);
		transform: translate(0, 0) rotate(180deg);
		top: auto;
		bottom: 5px;
		left: 5px
	}
}

.portfolio .arrow-next {
	right: 0;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%)
}

@media only screen and (max-width: 1200px) {
	.portfolio .arrow-next {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0);
		top: auto;
		bottom: 5px;
		right: 5px
	}
}

.advantages {
	padding: 60px 0 30px 0
}

@media only screen and (max-width: 575px) {
	.advantages {
		padding: 25px 0
	}
}

.advantages.type2 {
	padding: 60px 0
}

@media only screen and (max-width: 1200px) {
	.advantages.type2 {
		padding: 30px 0
	}
}

.advantages.type2 .block-title {
	margin: 0 0 40px 0
}

@media only screen and (max-width: 1200px) {
	.advantages.type2 .block-title {
		margin: 0 0 20px 0
	}
}

.advantages.type2 .item {
	max-width: 360px
}

@media only screen and (max-width: 1200px) {
	.advantages.type2 .item {
		max-width: 100%;
		width: 31.3%;
		margin: 1%
	}
}

@media only screen and (max-width: 700px) {
	.advantages.type2 .item {
		width: 48%
	}
}

.advantages.type3 {
	padding: 40px 0
}

.advantages.type3 .block-title {
	margin: 0 0 40px 0
}

.advantages.type3 .container {
	max-width: 1590px
}

@media only screen and (max-width: 1600px) {
	.advantages.type3 .container {
		max-width: 1200px
	}
}

.advantages.type3 .item {
	max-width: 460px
}

@media only screen and (max-width: 1600px) {
	.advantages.type3 .item {
		max-width: 100%;
		width: 31.3%
	}
}

@media only screen and (max-width: 1000px) {
	.advantages.type3 .item {
		width: 48%
	}
}

.advantages.type4 {
	padding: 40px 0
}

.advantages.type4 .container {
	max-width: 1590px
}

@media only screen and (max-width: 1600px) {
	.advantages.type4 .container {
		max-width: 1200px
	}
}

.advantages.type4 .item {
	max-width: 360px
}

@media only screen and (max-width: 1600px) {
	.advantages.type4 .item {
		max-width: 100%;
		width: 23%
	}
}

@media only screen and (max-width: 1000px) {
	.advantages.type4 .item {
		width: 48%
	}
}

.advantages .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.advantages .block-title {
	text-align: center;
	padding: 0 15px;
	margin: 0 0 30px 0
}

.advantages .item {
	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;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	max-width: 260px;
	width: 100%;
	text-align: center
}

@media only screen and (max-width: 1000px) {
	.advantages .item {
		margin: 1%
	}
}

@media only screen and (max-width: 575px) {
	.advantages .item {
		max-width: 48%;
		margin: 2% 1%
	}
}

@media only screen and (max-width: 370px) {
	.advantages .item {
		max-width: 100%
	}
}

.advantages .item .img-wrap {
	width: 98px;
	height: 98px;
	border-radius: 100%;
	background: white;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.advantages .item__title {
	margin: 20px 0;
	font-weight: 700;
	font-size: 18px;
	min-height: 48px
}

@media only screen and (max-width: 1200px) {
	.advantages .item__title {
		font-size: 16px;
		min-height: auto;
		margin: 20px 0 10px
	}
}

@media only screen and (max-width: 575px) {
	.advantages .item__title {
		margin: 10px 0;
		font-size: 13px
	}
}

.advantages .item__text {
	font-size: 18px
}

@media only screen and (max-width: 1000px) {
	.advantages .item__text {
		font-size: 14px
	}
}

@media only screen and (max-width: 575px) {
	.advantages .item__text {
		font-size: 12px
	}
}

.setting-indication {
	padding: 40px 0
}

@media only screen and (max-width: 1600px) {
	.setting-indication {
		padding: 20px 0
	}
}

.setting-indication .container {
	max-width: 1430px
}

@media only screen and (max-width: 1600px) {
	.setting-indication .container {
		max-width: 1200px
	}
}

.setting-indication .block-title {
	text-align: center
}

.setting-indication .inner {
	margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.setting-indication .item {
	width: 23%;
	margin: 0 1%;
	text-align: center;
	color: #565656
}

@media only screen and (max-width: 1200px) {
	.setting-indication .item {
		width: 48%;
		margin: 1%
	}
}

@media only screen and (max-width: 575px) {
	.setting-indication .item {
		width: 100%;
		margin: 1% 0
	}
}

.setting-indication .item__img {
	width: 100%;
	display: block;
	border-radius: 10px
}

.setting-indication .item__title {
	margin: 20px 0;
	font: italic 23px/1 'PF', sans-serif
}

@media only screen and (max-width: 1600px) {
	.setting-indication .item__title {
		font-size: 20px;
		margin: 15px 0
	}
}

@media only screen and (max-width: 575px) {
	.setting-indication .item__title {
		font-size: 16px;
		margin: 10px 0
	}
}

.setting-indication .item__text {
	font-family: 'UniBook', sans-serif;
	font-size: 16px
}

@media only screen and (max-width: 1600px) {
	.setting-indication .item__text {
		font-size: 14px
	}
}

.vinir-types {
	padding: 50px 0;
	color: #565656
}

@media only screen and (max-width: 1600px) {
	.vinir-types {
		padding: 30px 0
	}
}

.vinir-types .container {
	max-width: 1730px
}

@media only screen and (max-width: 1600px) {
	.vinir-types .container {
		max-width: 1200px
	}
}

.vinir-types .block-title {
	text-align: center
}

.vinir-types .inner {
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.01);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.01);
	border-radius: 10px;
	background: white;
	padding: 20px 5px;
	margin: 30px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.vinir-types .inner {
		padding: 10px
	}
}

@media only screen and (max-width: 575px) {
	.vinir-types .inner {
		padding: 0;
		background: none;
		margin: 15px 0 0 0
	}
}

.vinir-types .item {
	border-radius: 10px;
	background: white;
	width: 31.3%;
	margin: 0 1%;
	padding: 20px;
	border: 1px solid #DCDCDC
}

@media only screen and (max-width: 1200px) {
	.vinir-types .item {
		width: 48%;
		margin: 10px 1%
	}
}

@media only screen and (max-width: 700px) {
	.vinir-types .item {
		width: 100%
	}
}

@media only screen and (max-width: 575px) {
	.vinir-types .item {
		padding: 10px;
		margin: 1%
	}
}

.vinir-types .item__img {
	display: block;
	width: 100%
}

.vinir-types .item__title {
	margin: 25px 0;
	font: italic 700 23px/1 'PF', sans-serif;
	width: 100%
}

@media only screen and (max-width: 575px) {
	.vinir-types .item__title {
		font-size: 18px;
		margin: 10px 0
	}
}

.vinir-types .item__text {
	width: 100%;
	font-size: 17px
}

@media only screen and (max-width: 575px) {
	.vinir-types .item__text {
		font-size: 14px
	}
}

.vinir-types .item-price {
	margin: 25px 0;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 575px) {
	.vinir-types .item-price {
		margin: 15px 0
	}
}

.vinir-types .item-price__text {
	line-height: 1;
	font-size: 17px;
	font-weight: 700
}

@media only screen and (max-width: 575px) {
	.vinir-types .item-price__text {
		font-size: 14px
	}
}

.vinir-types .item-price__num {
	line-height: 1;
	font-size: 30px;
	font-weight: 700;
	color: #E1B02F;
	margin: 0 0 0 20px
}

@media only screen and (max-width: 575px) {
	.vinir-types .item-price__num {
		font-size: 20px
	}
}

.vinir-types .item-price__num span {
	font-weight: 400;
	font-size: 16px
}

.vinir-types .item-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width: 100%
}

@media only screen and (max-width: 1600px) {
	.vinir-types .item-line {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.vinir-types .item__link {
	width: 60%;
	padding: 25px 5px
}

@media only screen and (max-width: 1600px) {
	.vinir-types .item__link {
		width: 100%
	}
}

@media only screen and (max-width: 575px) {
	.vinir-types .item__link {
		padding: 10px
	}
}

.vinir-types .item__infolink {
	color: #333;
	font: italic 700 20px/1 'PF', sans-serif;
	text-decoration: underline;
	text-align: center;
	width: 40%
}

@media only screen and (max-width: 1600px) {
	.vinir-types .item__infolink {
		width: 100%;
		padding: 0 0 10px 0
	}
}

@media only screen and (max-width: 575px) {
	.vinir-types .item__infolink {
		font-size: 16px
	}
}

@media only screen and (min-width: 1200px) {
	.vinir-types .item__infolink:hover {
		text-decoration: none
	}
}

.text-info {
	padding: 100px 0 50px
}

@media only screen and (max-width: 1600px) {
	.text-info {
		padding: 35px 0
	}
}

.text-info .container {
	max-width: 1410px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1600px) {
	.text-info .container {
		max-width: 1170px
	}
}

.text-info .block-title {
	margin: 0 0 40px 0
}

.text-info-left {
	width: 49%
}

@media only screen and (max-width: 1000px) {
	.text-info-left {
		width: 100%;
		margin: 0 0 15px 0
	}
}

.text-info-right {
	width: 49%
}

@media only screen and (max-width: 1000px) {
	.text-info-right {
		width: 100%
	}
}

.text-info__img {
	display: block;
	width: 100%;
	border-radius: 10px
}

.text-info .action {
	margin: 40px 0 0 0
}

.material-cost {
	padding: 40px 0 70px
}

@media only screen and (max-width: 1200px) {
	.material-cost {
		padding: 30px 0
	}
}

.material-cost .container {
	max-width: 1030px
}

.material-cost .action {
	text-align: center
}

@media only screen and (max-width: 700px) {
	.material-cost .action {
		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;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

.material-cost .action li {
	display: inline-block;
	margin: 0 30px
}

@media only screen and (max-width: 700px) {
	.material-cost .action li {
		margin: 10px 0
	}
}

.material-cost .block-title {
	text-align: center
}

.material-cost .items {
	width: 100%;
	margin: 40px 0
}

@media only screen and (max-width: 700px) {
	.material-cost .items {
		margin: 20px 0
	}
}

.material-cost .item {
	font-size: 22px;
	line-height: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	background: #FDFDFD;
	-webkit-box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
	box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.19);
	border-radius: 81px;
	padding: 20px 60px;
	margin: 20px 0
}

@media only screen and (max-width: 700px) {
	.material-cost .item {
		padding: 10px 30px;
		margin: 10px 0;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}
}

.material-cost .item.info .item__text:after {
	content: 'i';
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background: #CC9A1B;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	margin: 0 10px;
	font-size: 14px;
	color: white;
	font-weight: 700
}

.material-cost .item__text {
	padding: 0 10px 0 0;
	font-weight: 300
}

@media only screen and (max-width: 700px) {
	.material-cost .item__text {
		font-size: 14px;
		width: 100%
	}
}

.material-cost .item__price {
	text-align: right;
	width: 150px;
	font-weight: 400
}

@media only screen and (max-width: 700px) {
	.material-cost .item__price {
		font-size: 16px;
		width: 100%;
		text-align: left
	}
}

.material-cost .infolink {
	color: black;
	position: relative;
	font-size: 18px;
	font-family: 'UniBook', sans-serif
}

.material-cost .infolink:hover {
	color: #CC9A1B
}

.material-cost .infolink:hover:before {
	-webkit-filter: grayscale(0);
	filter: grayscale(0)
}

.material-cost .infolink::before {
	content: '';
	vertical-align: middle;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 10px;
	-webkit-filter: grayscale(1);
	filter: grayscale(1);
	background: url("../img/icons/info-icon.svg") no-repeat center center/contain
}

.mini-cards {
	padding: 40px 0
}

@media only screen and (max-width: 1200px) {
	.mini-cards {
		padding: 30px 0
	}
}

.mini-cards.type2 .card-inner {
	width: calc(100% - 160px)
}

@media only screen and (max-width: 1600px) {
	.mini-cards.type2 .card-inner {
		width: calc(100% - 130px)
	}
}

@media only screen and (max-width: 700px) {
	.mini-cards.type2 .card-inner {
		width: calc(100% - 100px)
	}
}

.mini-cards.type2 .card__img {
	width: 150px
}

@media only screen and (max-width: 1600px) {
	.mini-cards.type2 .card__img {
		width: 120px
	}
}

@media only screen and (max-width: 700px) {
	.mini-cards.type2 .card__img {
		width: 90px
	}
}

.mini-cards.type2 .card__title {
	color: #000
}

@media only screen and (max-width: 700px) {
	.mini-cards.type2 .card__title {
		font-size: 14px
	}
}

.mini-cards .container {
	max-width: 1510px
}

@media only screen and (max-width: 1600px) {
	.mini-cards .container {
		max-width: 1200px
	}
}

.mini-cards .block-title {
	text-align: center
}

.mini-cards .inner {
	margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 575px) {
	.mini-cards .inner {
		margin: 25px 0 0 0
	}
}

.mini-cards .card {
	width: 31.3%;
	margin: 1%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 10px 30px;
	background: #FFFFFF;
	border-radius: 10px
}

@media only screen and (max-width: 1600px) {
	.mini-cards .card {
		padding: 10px
	}
}

@media only screen and (max-width: 1200px) {
	.mini-cards .card {
		width: 48%
	}
}

@media only screen and (max-width: 700px) {
	.mini-cards .card {
		width: 100%
	}
}

.mini-cards .card-inner {
	width: calc(100% - 130px)
}

@media only screen and (max-width: 1600px) {
	.mini-cards .card-inner {
		width: calc(100% - 80px)
	}
}

.mini-cards .card__img {
	display: block;
	width: 102px
}

@media only screen and (max-width: 1600px) {
	.mini-cards .card__img {
		width: 70px
	}
}

.mini-cards .card__title {
	font-size: 18px;
	font-weight: 700;
	color: #CC9A1B
}

@media only screen and (max-width: 575px) {
	.mini-cards .card__title {
		font-size: 16px
	}
}

.mini-cards .card__text {
	margin: 25px 0 0
}

@media only screen and (max-width: 1600px) {
	.mini-cards .card__text {
		margin: 10px 0 0
	}
}

.mini-cards .card__text span {
	font-weight: 700;
	color: #CC9A1B
}

.implantations-types {
	padding: 50px 0
}

@media only screen and (max-width: 575px) {
	.implantations-types {
		padding: 30px 0
	}
}

.implantations-types .container {
	max-width: 1450px
}

@media only screen and (max-width: 1600px) {
	.implantations-types .container {
		max-width: 1170px
	}
}

.implantations-types .block-title {
	text-align: center
}

.implantations-types .inner {
	margin: 40px 0 0 0;
	background: white
}

.implantations-types .card {
	padding: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card {
		padding: 25px
	}
}

@media only screen and (max-width: 575px) {
	.implantations-types .card {
		padding: 10px
	}
}

.implantations-types .card-left {
	width: 60%;
	padding: 0 10px 0 0
}

@media only screen and (max-width: 700px) {
	.implantations-types .card-left {
		width: 100%
	}
}

.implantations-types .card-right {
	width: 40%
}

@media only screen and (max-width: 700px) {
	.implantations-types .card-right {
		width: 100%
	}
}

.implantations-types .card__img {
	display: block;
	width: 100%
}

.implantations-types .card .action {
	margin: 40px 0 0 0;
	width: 100%;
	text-align: center
}

@media only screen and (max-width: 575px) {
	.implantations-types .card .action {
		margin: 20px 0 0
	}
}

.implantations-types .card__title {
	font-weight: 700;
	font-size: 37px;
	padding: 0 0 0 50px;
	margin: 0 0 25px 0
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card__title {
		font-size: 28px;
		margin: 0 0 15px 0;
		padding: 0 0 0 40px
	}
}

@media only screen and (max-width: 575px) {
	.implantations-types .card__title {
		font-size: 22px;
		padding: 0
	}
}

.implantations-types .card-list {
	padding: 0 0 0 50px;
	font-size: 18px;
	max-width: 538px;
	width: 100%
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card-list {
		font-size: 14px;
		padding: 0 0 0 40px
	}
}

@media only screen and (max-width: 575px) {
	.implantations-types .card-list {
		padding: 0
	}
}

.implantations-types .card-list li {
	position: relative;
	margin: 0 0 18px 0
}

.implantations-types .card-list li:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #CC9A1B;
	position: absolute;
	left: -30px;
	top: 10px
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card-list li:before {
		width: 6px;
		height: 6px
	}
}

@media only screen and (max-width: 575px) {
	.implantations-types .card-list li:before {
		display: none
	}
}

.implantations-types .card-list b {
	line-height: 1.4;
	font-size: 24px;
	color: #E1B02F
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card-list b {
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	.implantations-types .card-list b {
		font-size: 16px
	}
}

.implantations-types .card-item {
	max-width: 610px;
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 0 18px 0
}

.implantations-types .card-item-icon {
	width: 80px;
	height: 80px;
	background: -webkit-gradient(linear, left top, left bottom, from(#E3AD25), color-stop(46.35%, #F7C850), to(#E0AE2E));
	background: linear-gradient(180deg, #E3AD25 0%, #F7C850 46.35%, #E0AE2E 100%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	border-radius: 100%;
	margin: 0 32px 0 0
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card-item-icon {
		width: 50px;
		height: 50px;
		margin: 0 15px 0 0
	}
}

.implantations-types .card-item__icon {
	display: block;
	height: 70%
}

.implantations-types .card-item__text {
	width: calc(100% - 150px)
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card-item__text {
		width: calc(100% - 120px)
	}
}

@media only screen and (max-width: 575px) {
	.implantations-types .card-item__text {
		font-size: 12px;
		width: calc(100% - 75px)
	}
}

.implantations-types .card-cost {
	padding: 18px 0;
	border-bottom: 1px solid #D4D4D4;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	line-height: 28px
}

.implantations-types .card-cost__text {
	font-size: 18px
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card-cost__text {
		font-size: 15px
	}
}

@media only screen and (max-width: 575px) {
	.implantations-types .card-cost__text {
		font-size: 12px
	}
}

.implantations-types .card-cost__price {
	font-size: 28px
}

@media only screen and (max-width: 1600px) {
	.implantations-types .card-cost__price {
		font-size: 22px
	}
}

@media only screen and (max-width: 575px) {
	.implantations-types .card-cost__price {
		font-size: 18px
	}
}

.implantations-methods {
	padding: 50px 0
}

@media only screen and (max-width: 575px) {
	.implantations-methods {
		padding: 25px 0
	}
}

.implantations-methods .block-title {
	text-align: center
}

.implantations-methods .container {
	max-width: 1530px
}

@media only screen and (max-width: 1600px) {
	.implantations-methods .container {
		max-width: 1170px
	}
}

.implantations-methods .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: white;
	width: 100%;
	margin: 50px 0 0 0;
	padding: 30px;
	border-radius: 30px;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15)
}

@media only screen and (max-width: 1200px) {
	.implantations-methods .tabs {
		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;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}
}

@media only screen and (max-width: 575px) {
	.implantations-methods .tabs {
		margin: 25px 0 0;
		border-radius: 10px;
		padding: 10px
	}
}

.implantations-methods .tabs-list {
	width: 38%;
	background: #F3F3F3
}

@media only screen and (max-width: 1200px) {
	.implantations-methods .tabs-list {
		width: 100%;
		overflow-x: scroll;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap
	}

	.implantations-methods .tabs-list::-webkit-scrollbar {
		width: auto;
		height: 4px
	}

	.implantations-methods .tabs-list::-webkit-scrollbar-thumb {
		background: #E1B02F;
		cursor: pointer
	}

	.implantations-methods .tabs-list::-webkit-scrollbar-track {
		background: #CECECE
	}

	.implantations-methods .tabs-list::-webkit-scrollbar-thumb:hover {
		background: #000
	}
}

.implantations-methods .tabs-list-item {
	width: 100%
}

@media only screen and (max-width: 1200px) {
	.implantations-methods .tabs-list-item {
		min-width: 190px;
		margin: 0 0 10px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media only screen and (max-width: 575px) {
	.implantations-methods .tabs-list-item {
		min-width: 140px;
		line-height: 1
	}
}

.implantations-methods .tabs-list__link {
	color: #5F5F5F;
	font-size: 27px;
	font-weight: 400;
	width: 100%;
	padding: 30px
}

@media only screen and (max-width: 1600px) {
	.implantations-methods .tabs-list__link {
		font-size: 20px;
		padding: 15px
	}
}

@media only screen and (max-width: 1200px) {
	.implantations-methods .tabs-list__link {
		font-size: 14px
	}
}

@media only screen and (max-width: 575px) {
	.implantations-methods .tabs-list__link {
		padding: 10px
	}
}

.implantations-methods .tabs-list__link.active {
	background: #E1B02F;
	color: white
}

.implantations-methods .tabs-card {
	padding: 0 0 0 30px;
	width: 62%;
	display: none
}

@media only screen and (max-width: 1200px) {
	.implantations-methods .tabs-card {
		width: 100%;
		padding: 20px 0 0 0
	}
}

.implantations-methods .tabs-card.active {
	display: block
}

.implantations-methods .text-container {
	width: 100%
}

.implantations-methods .text-container img {
	float: left;
	display: block;
	width: 316px;
	height: auto;
	margin: 0 30px 30px 0
}

@media only screen and (max-width: 700px) {
	.implantations-methods .text-container img {
		width: 100%;
		margin: 0 0 15px;
		float: none
	}
}

.implantations-methods .text-container h3 {
	color: #E1B02F;
	font-size: 28px
}

@media only screen and (max-width: 1600px) {
	.implantations-methods .text-container h3 {
		font-size: 20px
	}
}

@media only screen and (max-width: 700px) {
	.implantations-methods .text-container h3 {
		font-size: 18px
	}
}

.implantations-methods .text-container ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	padding: 0 0 0 20px
}

@media only screen and (max-width: 1200px) {
	.implantations-methods .text-container ul {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.implantations-methods .text-container ul li {
	list-style-type: disc
}

.book-text {
	padding: 130px 0;
	position: relative;
	z-index: 2
}

@media only screen and (max-width: 1600px) {
	.book-text {
		padding: 100px 0
	}
}

@media only screen and (max-width: 1200px) {
	.book-text {
		padding: 40px 0;
		text-align: center
	}
}

.book-text .container {
	max-width: 1450px
}

@media only screen and (max-width: 1600px) {
	.book-text .container {
		max-width: 1170px
	}
}

.book-text__img {
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 50%;
	z-index: -1
}

@media only screen and (max-width: 1200px) {
	.book-text__img {
		display: none
	}
}

.book-text .block-title {
	margin: 0 0 60px 0
}

@media only screen and (max-width: 1200px) {
	.book-text .block-title {
		margin: 0 0 30px 0
	}
}

.book-text .text-container p b {
	font-size: 22px
}

.book-text .text-container p span {
	color: #CC9A1B
}

.book-text .inner {
	max-width: 620px;
	width: 100%;
	margin: 0 0 0 auto
}

@media only screen and (max-width: 1600px) {
	.book-text .inner {
		max-width: 540px
	}
}

@media only screen and (max-width: 1200px) {
	.book-text .inner {
		max-width: 75%;
		margin: 0 auto
	}
}

@media only screen and (max-width: 800px) {
	.book-text .inner {
		max-width: 100%
	}
}

.book-text .action {
	margin: 60px 0 0 0
}

@media only screen and (max-width: 1200px) {
	.book-text .action {
		margin: 30px 0 0 0
	}
}

.book-text.type2 {
	background: url("../img/rating/bg.png") no-repeat center center/auto
}

@media only screen and (max-width: 1200px) {
	.book-text.type2 {
		background: none
	}
}

.theraphy-features {
	padding: 65px 0
}

@media only screen and (max-width: 1600px) {
	.theraphy-features {
		padding: 40px 0
	}
}

.theraphy-features .container {
	max-width: 1400px
}

@media only screen and (max-width: 1600px) {
	.theraphy-features .container {
		max-width: 1170px
	}
}

.theraphy-features .inner {
	margin: 32px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.theraphy-features .inner {
		padding: 0 0 0 40px
	}
}

.theraphy-features .block-title {
	text-align: center
}

.theraphy-features .inner {
	margin: 30px 0 0 0
}

.theraphy-features .item {
	position: relative;
	width: 47%;
	background: white;
	-webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.06);
	border-radius: 10px;
	padding: 30px 70px;
	margin: 20px 0;
	font-size: 18px
}

@media only screen and (max-width: 1200px) {
	.theraphy-features .item {
		padding: 20px 15px 20px 70px
	}
}

@media only screen and (max-width: 1000px) {
	.theraphy-features .item {
		width: 100%;
		margin: 10px 0
	}
}

.theraphy-features .item-icon {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	background: linear-gradient(218.13deg, #CC9A1B 17.16%, #EEB628 85.07%);
	width: 92px;
	height: 92px;
	border-radius: 100%;
	border: 10px solid #F4F4F4
}

.theraphy-features .item__icon {
	display: block;
	max-height: 70%;
	max-width: 70%
}

.theraphy-features .item__title {
	font-weight: 700;
	margin: 0 0 20px 0
}

@media only screen and (max-width: 1200px) {
	.theraphy-features .item__title {
		font-size: 16px
	}
}

.theraphy-features .item__text {
	font-family: 'UniBook', sans-serif;
	line-height: 1.6
}

@media only screen and (max-width: 1200px) {
	.theraphy-features .item__text {
		font-size: 14px
	}
}

.theraphy-features.type2 {
	padding: 30px 0
}

.theraphy-features.type2 .item-icon:before {
	content: '+';
	font-weight: 700;
	font-size: 24px;
	color: white;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.implantations-cost-key {
	padding: 65px 0
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key {
		padding: 40px 0
	}
}

.implantations-cost-key .container {
	max-width: 1600px
}

@media only screen and (max-width: 1700px) {
	.implantations-cost-key .container {
		max-width: 1400px
	}
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .container {
		max-width: 1100px
	}
}

.implantations-cost-key .block-title {
	text-align: center
}

.implantations-cost-key .block-text {
	text-align: center;
	margin: 15px 0 0 0
}

.implantations-cost-key .slider {
	margin: 15px 0;
	position: relative
}

.implantations-cost-key .slide {
	background: white;
	-webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	margin: 30px 15px;
	padding: 10px 40px 40px
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide {
		padding: 10px 20px 20px
	}
}

.implantations-cost-key .slide-header {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	padding: 0 0 15px 0
}

.implantations-cost-key .slide-header__title {
	font-size: 24px;
	color: #CC9A1B;
	line-height: 1.2
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-header__title {
		font-size: 20px
	}
}

.implantations-cost-key .slide-header__title span {
	font-weight: 800;
	color: #565656;
	font-size: 18px;
	display: block
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-header__title span {
		font-size: 16px
	}
}

.implantations-cost-key .slide-header__img {
	display: block;
	height: 80px;
	width: auto
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-header__img {
		height: 60px
	}
}

.implantations-cost-key .slide-line {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	min-height: 65px;
	position: relative;
	z-index: 2
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-line {
		min-height: 55px
	}
}

.implantations-cost-key .slide-line:before {
	content: '';
	display: block;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
	position: absolute;
	left: -40px;
	right: -40px;
	height: 100%;
	background: #F6F6F7;
	z-index: -1
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-line:before {
		left: -20px;
		right: -20px
	}
}

.implantations-cost-key .slide-line__text {
	font-size: 16px;
	font-family: 'UniBook', sans-serif
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-line__text {
		font-size: 14px
	}
}

.implantations-cost-key .slide-price {
	padding: 26px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: end;
	-ms-flex-align: end;
	align-items: flex-end;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-price {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		text-align: left;
		padding: 15px 0
	}
}

.implantations-cost-key .slide-price__text {
	font-weight: 700;
	font-size: 16px;
	line-height: 1
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-price__text {
		width: 100%;
		font-size: 14px
	}
}

.implantations-cost-key .slide-price__old {
	line-height: 1;
	color: #565656;
	font-size: 19px;
	margin: 0 15px 0 auto;
	text-decoration: line-through
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-price__old {
		font-size: 16px
	}
}

.implantations-cost-key .slide-price__current {
	line-height: 1;
	font-weight: 700;
	font-size: 28px;
	color: #CC9A1B
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide-price__current {
		font-size: 22px
	}
}

.implantations-cost-key .slide .action {
	width: 100%;
	text-align: center
}

.implantations-cost-key .slide .action__link {
	width: 100%;
	padding: 25px 10px
}

@media only screen and (max-width: 1600px) {
	.implantations-cost-key .slide .action__link {
		padding: 15px 5px
	}
}

.implantations-cost-key .arrow {
	position: absolute;
	z-index: 3;
	top: 50%
}

.implantations-cost-key .arrow-prev {
	left: -80px;
	-webkit-transform: rotate(180deg) translate(0, 50%);
	transform: rotate(180deg) translate(0, 50%)
}

@media only screen and (max-width: 1200px) {
	.implantations-cost-key .arrow-prev {
		-webkit-transform: rotate(180deg) translate(0, 50%);
		transform: rotate(180deg) translate(0, 50%)
	}
}

.implantations-cost-key .arrow-next {
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	right: -80px
}

@media only screen and (max-width: 1200px) {
	.implantations-cost-key .arrow-next {
		-webkit-transform: translate(0, -50%);
		transform: translate(0, -50%)
	}
}

.implantations-cost-key .slide-line:nth-child(even):before {
	display: none
}

.implantations-cost-key .slide-line:nth-child(odd):hover {
	color: white
}

.implantations-cost-key .slide-line:nth-child(odd):hover:before {
	background: linear-gradient(90.88deg, #D1A022 10.61%, #EABA3F 53.12%, #DBAA2A 97.44%)
}

.implantations-cost-key .slide-line:first-child .slide-line__text:last-child,
.implantations-cost-key .slide-line:last-child .slide-line__text:last-child,
.implantations-cost-key .slide-line:nth-child(2) .slide-line__text:last-child {
	font-weight: 800
}

.dental-symptoms {
	padding: 40px 0
}

.dental-symptoms .container {
	max-width: 1470px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms .container {
		max-width: 1170px
	}
}

.dental-symptoms .block-title {
	margin: 0 0 40px 0
}

.dental-symptoms-left {
	width: 38%
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-left {
		width: 49%
	}
}

@media only screen and (max-width: 1200px) {
	.dental-symptoms-left {
		width: 100%
	}
}

.dental-symptoms-right {
	width: 48%;
	background: white;
	border-radius: 10px
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-right {
		width: 49%
	}
}

@media only screen and (max-width: 1200px) {
	.dental-symptoms-right {
		width: 100%
	}
}

.dental-symptoms-right-top {
	position: relative;
	min-height: 400px;
	padding: 105px 40px 0
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-right-top {
		padding: 60px 20px;
		min-height: 300px
	}
}

.dental-symptoms-right-bottom {
	padding: 25px 40px;
	-webkit-box-shadow: 0px -5px 15px -2px rgba(0, 0, 0, 0.14);
	box-shadow: 0px -5px 15px -2px rgba(0, 0, 0, 0.14);
	color: #333;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-right-bottom {
		padding: 20px
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms-right-bottom {
		padding: 10px
	}
}

.dental-symptoms-right-bottom__text {
	font-family: 'PF', serif;
	color: #CC9A1B;
	font-style: italic;
	font-size: 45px;
	line-height: 1;
	font-weight: 500;
	text-align: center
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-right-bottom__text {
		font-size: 35px
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms-right-bottom__text {
		width: 30%
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms-right-bottom__text {
		font-size: 28px
	}
}

.dental-symptoms-right-bottom__text span {
	font-family: 'Uni', sans-serif;
	color: #333;
	font-style: normal;
	display: block;
	font-size: 20px
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-right-bottom__text span {
		font-size: 16px
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms-right-bottom__text span {
		font-size: 12px
	}
}

.dental-symptoms-right__text {
	line-height: 1.6;
	font-size: 18px;
	font-family: 'UniBook', sans-serif;
	max-width: 400px;
	width: 100%;
	margin: 0 0 40px 0
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-right__text {
		max-width: 340px;
		font-size: 16px
	}
}

.dental-symptoms__doc {
	position: absolute;
	bottom: 0;
	right: 5%;
	display: block;
	width: 250px
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms__doc {
		right: 2%;
		width: 200px
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms__doc {
		display: none
	}
}

.dental-symptoms__sign {
	display: block;
	width: 260px
}

.dental-symptoms-list {
	padding: 0 0 0 30px
}

@media only screen and (max-width: 575px) {
	.dental-symptoms-list {
		padding: 0 0 0 20px
	}
}

.dental-symptoms-list li {
	position: relative;
	margin: 0 0 35px 0;
	font-size: 18px;
	font-family: 'UniBook', sans-serif;
	line-height: 1.6
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-list li {
		margin: 0 0 15px 0
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms-list li {
		font-size: 14px
	}
}

.dental-symptoms-list li b {
	font-size: 24px
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms-list li b {
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms-list li b {
		font-size: 16px
	}
}

.dental-symptoms-list li:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #CC9A1B;
	position: absolute;
	left: -30px;
	top: 12px
}

@media only screen and (max-width: 575px) {
	.dental-symptoms-list li:before {
		width: 10px;
		height: 10px;
		top: 6px;
		left: -20px
	}
}

.dental-symptoms__name {
	font-size: 24px;
	line-height: 1.4;
	text-align: right
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms__name {
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms__name {
		width: 70%;
		font-size: 16px
	}
}

.dental-symptoms__name span {
	font-size: 19px;
	font-family: 'UniBook', sans-serif;
	display: block
}

@media only screen and (max-width: 1600px) {
	.dental-symptoms__name span {
		font-size: 16px
	}
}

@media only screen and (max-width: 575px) {
	.dental-symptoms__name span {
		font-size: 14px
	}
}

.our-priority {
	padding: 50px 0
}

.our-priority .container {
	max-width: 1400px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1600px) {
	.our-priority .container {
		max-width: 1170px
	}
}

.our-priority .block-title {
	margin: 0 0 15px 0
}

.our-priority .block-title span {
	display: block;
	width: 100%;
	text-align: right
}

.our-priority-left {
	width: 45%
}

@media only screen and (max-width: 700px) {
	.our-priority-left {
		width: 100%;
		margin: 0 0 20px 0
	}
}

.our-priority-right {
	width: 52%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	padding: 27px
}

@media only screen and (max-width: 700px) {
	.our-priority-right {
		width: 100%;
		padding: 10px
	}
}

.our-priority__img {
	display: block;
	width: 100%;
	height: auto
}

.our-priority .action {
	margin: 80px 0 0 0
}

@media only screen and (max-width: 1000px) {
	.our-priority .action {
		margin: 30px 0 0 0
	}
}

.frequent-problems {
	padding: 80px 0 40px 0
}

@media only screen and (max-width: 1200px) {
	.frequent-problems {
		padding: 40px 0
	}
}

.frequent-problems .block-title b {
	font-family: 'PF', sans-serif;
	font-style: italic;
	font-weight: 500;
}

.frequent-problems .block-title + .text-container:after {
	content: '';
	display: block;
	visibility: hidden;
	height: 0;
	clear: both;
}
.frequent-problems .tabs-card-line .text-container {
	width: calc(100% - 220px);
}

.frequent-problems .container {
	max-width: 1460px
}
.frequent-problems .text-container ol li {
	margin: 0 0 10px;
}

@media only screen and (max-width: 1600px) {
	.frequent-problems .container {
		max-width: 1170px
	}
}

.frequent-problems-price {
	text-align: center;
	margin: 0;
	width: 220px;
}
.frequent-problems-price__title {
	text-align: center;
	font-weight: 600;
	font-size: 18px;
	margin: 0 0 15px 0;
}
.frequent-problems-price .submit {
	padding: 15px 25px;
	font-size: 17px;
	width: 100%;
}

.frequent-problems-price__text {
	font-size: 20px;
	margin: 0 0 10px 0;
	color: #D5A325;
	width: 100%;
}

.frequent-problems-price__text b {
	font-size: 32px
}

.frequent-problems .tabs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1000px) {
	.frequent-problems .tabs {
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
}

.frequent-problems .tabs-card {
	padding: 40px;
	width: 82%;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	position: relative;
	z-index: 2;
	display: none
}
.frequent-problems .tabs-card-line {
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}


@media only screen and (max-width: 1000px) {
	.frequent-problems .tabs-card {
		width: 100%;
		padding: 15px
	}
}

.frequent-problems .tabs-card.active {
	display: block
}

/* .frequent-problems .tabs-card::after {
	content: '';
	clear: both
} */

.frequent-problems .tabs-card__img {
	display: block;
	max-width: 480px;
	width: 100%;
	margin: 0 28px 28px 0;
	float: left
}

@media only screen and (max-width: 1600px) {
	.frequent-problems .tabs-card__img {
		max-width: none;
		width: 40%
	}
}

@media only screen and (max-width: 575px) {
	.frequent-problems .tabs-card__img {
		float: none;
		width: 100%;
		margin: 0 0 15px 0
	}
}

.frequent-problems .tabs-list {
	padding: 50px 0 0 0;
	width: 18%;
	position: relative;
	z-index: 1
}

@media only screen and (max-width: 1000px) {
	.frequent-problems .tabs-list {
		width: 100%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: scroll;
		background: white;
		padding: 0;
		margin: 0 0 15px 0;
		border-radius: 10px;
		-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
		box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15)
	}

	.frequent-problems .tabs-list::-webkit-scrollbar {
		width: auto;
		height: 4px
	}

	.frequent-problems .tabs-list::-webkit-scrollbar-thumb {
		background: #E1B02F;
		cursor: pointer
	}

	.frequent-problems .tabs-list::-webkit-scrollbar-track {
		background: #CECECE
	}

	.frequent-problems .tabs-list::-webkit-scrollbar-thumb:hover {
		background: #000
	}
}

.frequent-problems .tabs-list-item {
	margin: 15px 0
}

@media only screen and (max-width: 1000px) {
	.frequent-problems .tabs-list-item {
		margin: 0 0 5px;
		min-width: 200px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}
}

@media only screen and (max-width: 575px) {
	.frequent-problems .tabs-list-item {
		min-width: 150px
	}
}

.frequent-problems .tabs-list__link {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 0 10px 10px 0;
	min-height: 70px;
	padding: 0 20px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	color: #A3A9B0;
	font-weight: 500;
	font-size: 20px
}

@media only screen and (max-width: 1000px) {
	.frequent-problems .tabs-list__link {
		font-size: 18px;
		background: none;
		-webkit-box-shadow: none;
		box-shadow: none;
		text-align: center;
		width: 100%;
		display: block;
		min-height: 0;
		padding: 20px 0
	}
}

.frequent-problems .tabs-list__link.active {
	color: #CC9A1B;
	text-decoration: underline
}

@media only screen and (min-width: 1200px) {
	.frequent-problems .tabs-list__link:hover {
		color: #CC9A1B;
		text-decoration: underline
	}
}

.frequent-problems .block-title {
	margin: 0 0 30px 0
}

.frequent-problems .block-title span {
	color: #CC9A1B
}

.frequent-problems .text-container ol {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

@media only screen and (max-width: 575px) {
	.frequent-problems .text-container ol {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

@media only screen and (max-width: 700px) {
	.frequent-problems .tabs-card-line {
		flex-wrap: wrap;
	}
	.frequent-problems .text-container ol {
		column-count: 1;
	}
	.frequent-problems .tabs-card-line .text-container {
		width: 100%;
	}
	.frequent-problems-price {
		margin: 10px 0 0 auto;
	}
}
@media only screen and (max-width: 400px) {
	.frequent-problems-price {
		margin: 10px 0;
		width: 100%;
	}
}

.correct-ways {
	padding: 45px 0
}

.correct-ways .container {
	max-width: 1500px
}

@media only screen and (max-width: 1600px) {
	.correct-ways .container {
		max-width: 1170px
	}
}

.correct-ways .block-title {
	text-align: center
}

.correct-ways .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 40px 0 0 0
}

.correct-ways .card {
	color: #333;
	padding: 40px;
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	width: 31.3%;
	margin: 1%
}

@media only screen and (max-width: 1600px) {
	.correct-ways .card {
		padding: 20px
	}
}

@media only screen and (max-width: 1200px) {
	.correct-ways .card {
		width: 48%
	}
}

@media only screen and (max-width: 700px) {
	.correct-ways .card {
		width: 100%
	}
}

.correct-ways .card__title {
	text-align: center;
	font-weight: 700;
	font-size: 24px
}

@media only screen and (max-width: 575px) {
	.correct-ways .card__title {
		font-size: 20px
	}
}

.correct-ways .card__subtitle {
	text-align: center;
	font-weight: 500;
	font-size: 17px;
	margin: 10px 0 0 0
}

@media only screen and (max-width: 1600px) {
	.correct-ways .card__subtitle {
		font-size: 15px
	}
}

@media only screen and (max-width: 575px) {
	.correct-ways .card__subtitle {
		font-size: 14px;
		margin: 0
	}
}

.correct-ways .card__subtitle b {
	color: #CC9A1B
}

.correct-ways .card-img {
	margin: 20px 0;
	width: 100%;
	height: 200px
}

@media only screen and (max-width: 1600px) {
	.correct-ways .card-img {
		height: 150px
	}
}

.correct-ways .card__img {
	width: 100%;
	height: 100%;
	-o-object-fit: contain;
	object-fit: contain
}

.correct-ways .card__price {
	font-size: 17px;
	line-height: 1;
	color: #CC9A1B;
	text-align: center;
	margin: 15px 0
}

@media only screen and (max-width: 575px) {
	.correct-ways .card__price {
		font-size: 14px
	}
}

.correct-ways .card__price span {
	font-weight: 700;
	font-size: 38px
}

@media only screen and (max-width: 575px) {
	.correct-ways .card__price span {
		font-size: 28px
	}
}

.correct-ways .card-list li {
	font-size: 17px;
	padding: 0 0 0 30px;
	margin: 20px 0;
	list-style-type: none;
	position: relative
}

@media only screen and (max-width: 575px) {
	.correct-ways .card-list li {
		font-size: 14px;
		padding: 0 0 0 20px
	}
}

.correct-ways .card-list li:before {
	content: '+';
	font-weight: 700;
	line-height: 1;
	font-size: 24px;
	display: block;
	left: 0;
	top: 0;
	position: absolute
}

@media only screen and (max-width: 575px) {
	.correct-ways .card-list li:before {
		font-size: 18px
	}
}

.correct-ways .card-list li.error:before {
	color: #A50000;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg)
}

.correct-ways .card-list li.okey:before {
	color: #CC9A1B
}

.category-guarantees {
	padding: 40px 0
}

.category-guarantees .container {
	max-width: 1570px
}

@media only screen and (max-width: 1600px) {
	.category-guarantees .container {
		max-width: 1170px
	}
}

.category-guarantees .block-title {
	text-align: center
}

.category-guarantees .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 35px 0 0 0
}

.category-guarantees-left {
	width: 48%
}

@media only screen and (max-width: 1000px) {
	.category-guarantees-left {
		width: 100%
	}
}

.category-guarantees-right {
	width: 49%;
	background: white;
	padding: 20px;
	border: 1px solid #C6C6C6;
	border-radius: 10px
}

@media only screen and (max-width: 1000px) {
	.category-guarantees-right {
		width: 100%
	}
}

@media only screen and (max-width: 700px) {
	.category-guarantees-right {
		padding: 10px
	}
}

.category-guarantees__img {
	display: block;
	width: 100%
}

.category-guarantees .text-container p {
	font-size: 20px
}

@media only screen and (max-width: 1600px) {
	.category-guarantees .text-container p {
		font-size: 16px
	}
}

@media only screen and (max-width: 575px) {
	.category-guarantees .text-container p {
		font-size: 14px
	}
}

.orthodontics-stages {
	padding: 45px 0
}

.orthodontics-stages .container {
	max-width: 1570px
}

@media only screen and (max-width: 1600px) {
	.orthodontics-stages .container {
		max-width: 1170px
	}
}

.orthodontics-stages .block-title {
	text-align: center
}

.orthodontics-stages .block-text {
	text-align: center;
	margin: 15px 0
}

.orthodontics-stages .inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.orthodontics-stages .card {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	width: 29.3%;
	margin: 2%;
	padding: 35px
}

@media only screen and (max-width: 1600px) {
	.orthodontics-stages .card {
		padding: 15px;
		width: 31.3%;
		margin: 1%
	}
}

@media only screen and (max-width: 1000px) {
	.orthodontics-stages .card {
		width: 48%
	}
}

@media only screen and (max-width: 575px) {
	.orthodontics-stages .card {
		width: 100%
	}
}

.orthodontics-stages .card__img {
	display: block;
	width: 100%;
	margin: 20px 0
}

@media only screen and (max-width: 575px) {
	.orthodontics-stages .card__img {
		margin: 10px 0
	}
}

.orthodontics-stages .card__title {
	font-size: 24px;
	font-weight: 700
}

@media only screen and (max-width: 1600px) {
	.orthodontics-stages .card__title {
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	.orthodontics-stages .card__title {
		font-size: 18px
	}
}

.orthodontics-stages .card__text {
	font-size: 18px;
	margin: 10px 0
}

@media only screen and (max-width: 1600px) {
	.orthodontics-stages .card__text {
		font-size: 16px
	}
}

@media only screen and (max-width: 575px) {
	.orthodontics-stages .card__text {
		font-size: 14px
	}
}

.orthodontics-stages .card__text_small {
	font-weight: 300
}

.doctor-quote {
	padding: 100px 0
}

@media only screen and (max-width: 1200px) {
	.doctor-quote {
		padding: 50px 15px
	}
}

@media only screen and (max-width: 575px) {
	.doctor-quote {
		padding: 30px 0
	}
}

.doctor-quote .container {
	background: white;
	border-radius: 10px;
	max-width: 1520px;
	position: relative
}

@media only screen and (max-width: 1600px) {
	.doctor-quote .container {
		max-width: 1170px
	}
}

@media only screen and (max-width: 1000px) {
	.doctor-quote .container {
		background: none;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap-reverse;
		flex-wrap: wrap-reverse
	}
}

.doctor-quote-left {
	padding: 40px 0 40px 105px;
	width: calc(100% - 520px)
}

@media only screen and (max-width: 1600px) {
	.doctor-quote-left {
		padding: 20px 0 20px 45px;
		width: calc(100% - 420px)
	}
}

@media only screen and (max-width: 1000px) {
	.doctor-quote-left {
		padding: 20px;
		width: 100%;
		background: white
	}
}

.doctor-quote-right {
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 2;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	max-width: 470px;
	width: 100%
}
.doctor-quote-right:after {
	content: '';
	display: block;
	border-radius: 10px;
	position: absolute;
	left: -22px;
	background: white;
	top: 60px;
	right: -22px;
	bottom: -22px;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	z-index: -1;
}

@media only screen and (max-width: 1600px) {
	.doctor-quote-right {
		max-width: 400px
	}
}

@media only screen and (max-width: 1000px) {
	.doctor-quote-right {
		margin: 0 0 20px;
		position: static;
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@media only screen and (max-width: 575px) {
	.doctor-quote-right {
		width: 100%;
		padding: 10px;
		border-radius: 10px
	}
}

.doctor-quote__quote {
	color: #F2F2F2;
	font-weight: 900;
	font-size: 176px;
	line-height: .7;
	font-style: italic
}

@media only screen and (max-width: 575px) {
	.doctor-quote__quote {
		font-size: 100px
	}
}

.doctor-quote__img {
	display: block;
	width: 100%
}

.doctor-quote .block-title {
	font-weight: 500;
	font-style: italic;
	font-family: 'PF', sans-serif;
}

.doctor-quote .block-title span {
	color: #CC9A1B
}

.doctor-quote .block-text {
	margin: 15px 0
}

.doctor-quote__name {
	text-align: right;
	font-family: 'PF', serif;
	font-style: italic;
	font-weight: 500;
	font-size: 24px
}

@media only screen and (max-width: 575px) {
	.doctor-quote__name {
		font-size: 20px
	}
}

.doctor-quote__sign {
	display: block;
	margin: 15px 0 0 auto
}

.choose-prosthetics {
	padding: 65px 0
}

@media only screen and (max-width: 1200px) {
	.choose-prosthetics {
		padding: 30px 0
	}
}

.choose-prosthetics .container {
	max-width: 1600px
}

@media only screen and (max-width: 1600px) {
	.choose-prosthetics .container {
		max-width: 1170px
	}
}

.choose-prosthetics .block-title {
	text-align: center
}

.choose-prosthetics .inner {
	margin: 40px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.choose-prosthetics .card {
	padding: 35px;
	border-radius: 10px;
	background: white;
	margin: 1%
}

@media only screen and (max-width: 1600px) {
	.choose-prosthetics .card {
		padding: 15px
	}
}

.choose-prosthetics .card_middle {
	width: 30%
}

@media only screen and (max-width: 1200px) {
	.choose-prosthetics .card_middle {
		width: 48%
	}
}

@media only screen and (max-width: 575px) {
	.choose-prosthetics .card_middle {
		width: 100%
	}
}

.choose-prosthetics .card_small {
	width: 22%
}

@media only screen and (max-width: 1200px) {
	.choose-prosthetics .card_small {
		width: 48%
	}
}

@media only screen and (max-width: 575px) {
	.choose-prosthetics .card_small {
		width: 100%
	}
}

.choose-prosthetics .card_big {
	width: 42%
}

@media only screen and (max-width: 1200px) {
	.choose-prosthetics .card_big {
		width: 100%
	}
}

.choose-prosthetics .card_big .card-list {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2
}

@media only screen and (max-width: 575px) {
	.choose-prosthetics .card_big .card-list {
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1
	}
}

.choose-prosthetics .card__title {
	font-size: 24px;
	font-weight: 700
}

@media only screen and (max-width: 1600px) {
	.choose-prosthetics .card__title {
		font-size: 20px
	}
}

@media only screen and (max-width: 575px) {
	.choose-prosthetics .card__title {
		font-size: 17px
	}
}

.choose-prosthetics .card__text {
	font-size: 17px;
	margin: 5px 0 0 0
}

@media only screen and (max-width: 1600px) {
	.choose-prosthetics .card__text {
		font-size: 15px
	}
}

.choose-prosthetics .card-list {
	margin: 38px 0 0 0;
	font-size: 17px
}

@media only screen and (max-width: 1600px) {
	.choose-prosthetics .card-list {
		font-size: 15px;
		margin: 15px 0 0 0
	}
}

@media only screen and (max-width: 575px) {
	.choose-prosthetics .card-list {
		font-size: 13px
	}
}

.choose-prosthetics .card-list li {
	margin: 0 0 30px 0;
	padding: 0 0 0 20px;
	position: relative
}

@media only screen and (max-width: 1600px) {
	.choose-prosthetics .card-list li {
		margin: 0 0 20px 0
	}
}

@media only screen and (max-width: 575px) {
	.choose-prosthetics .card-list li {
		margin: 0 0 10px 0
	}
}

.choose-prosthetics .card-list li:before {
	content: '';
	display: block;
	position: absolute;
	background: #CC9A1B;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	left: 0;
	top: 6px
}

.proffesional-icons {
	padding: 45px 0
}

@media only screen and (max-width: 1600px) {
	.proffesional-icons {
		padding: 30px 0
	}
}

.proffesional-icons .container {
	max-width: 1360px
}

@media only screen and (max-width: 1500px) {
	.proffesional-icons .container {
		max-width: 1170px
	}
}

.proffesional-icons .inner {
	margin: 45px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-pack: distribute;
	justify-content: space-around;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 1200px) {
	.proffesional-icons .inner {
		margin: 30px 0 0 0;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center
	}
}

.proffesional-icons .block-title {
	text-align: center;
	padding: 0 15px;
	margin: 0 0 30px 0
}

.proffesional-icons .item {
	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;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	width: 20%;
	text-align: center
}

@media only screen and (max-width: 1000px) {
	.proffesional-icons .item {
		width: 31.3%;
		margin: 2% 1%
	}
}

@media only screen and (max-width: 575px) {
	.proffesional-icons .item {
		width: 48%
	}
}

.proffesional-icons .item .img-wrap {
	width: 98px;
	height: 98px;
	border-radius: 100%;
	background: white;
	-webkit-box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.15);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap
}

.proffesional-icons .item__title {
	margin: 20px 0;
	font-weight: 700;
	font-size: 18px;
	min-height: 48px
}

@media only screen and (max-width: 575px) {
	.proffesional-icons .item__title {
		margin: 10px 0;
		font-size: 15px
	}
}

@media only screen and (max-width: 1500px) {
	.proffesional-icons .item__title {
		font-size: 14px
	}
}

.proffesional-icons .item__text {
	font-size: 18px
}

@media only screen and (max-width: 575px) {
	.proffesional-icons .item__text {
		font-size: 13px
	}
}

.service-consists {
	padding: 45px 0
}

@media only screen and (max-width: 1600px) {
	.service-consists {
		padding: 30px 0
	}
}

@media only screen and (max-width: 1200px) {
	.service-consists {
		padding: 30px 15px
	}
}

.service-consists .container {
	background: #FFFFFF;
	-webkit-box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.15);
	border-radius: 10px;
	max-width: 1570px;
	padding: 40px
}

@media only screen and (max-width: 1600px) {
	.service-consists .container {
		max-width: 1170px;
		padding: 20px
	}
}

.service-consists .text-container {
	margin: 35px 0 0 0
}

.service-consists .text-container:after {
	content: '';
	display: block;
	clear: both
}

.service-consists .text-container ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
	font-size: 24px
}

@media only screen and (max-width: 1600px) {
	.service-consists .text-container ul {
		font-size: 20px
	}
}

@media only screen and (max-width: 800px) {
	.service-consists .text-container ul {
		font-size: 16px
	}
}

.service-consists .text-container ul li {
	margin: 15px 0
}

@media only screen and (max-width: 1600px) {
	.service-consists .text-container ul li {
		margin: 10px 0
	}
}

.service-consists .text-container p {
	font-size: 24px
}

.service-consists .block-title {
	text-align: center
}

.service-consists img {
	margin: 0 40px 20px 0;
	border-radius: 10px;
	width: 42%;
	float: left;
	display: block
}

@media only screen and (max-width: 800px) {
	.service-consists img {
		margin: 0 0 20px 0;
		float: none;
		width: 100%
	}
}

.modern-equipment {
	padding: 45px 0
}

@media only screen and (max-width: 1600px) {
	.modern-equipment {
		padding: 30px 0
	}
}

@media only screen and (max-width: 1200px) {
	.modern-equipment {
		padding: 30px 15px
	}
}

.modern-equipment .container {
	padding: 40px;
	background: white;
	border-radius: 10px;
	max-width: 1500px
}

@media only screen and (max-width: 1600px) {
	.modern-equipment .container {
		max-width: 1200px
	}
}

@media only screen and (max-width: 800px) {
	.modern-equipment .container {
		padding: 20px
	}
}

.modern-equipment .block-title {
	text-align: center;
	position: relative;
	z-index: 1
}

.modern-equipment .inner {
	margin: 65px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

@media only screen and (max-width: 800px) {
	.modern-equipment .inner {
		margin: 35px 0 0 0
	}
}

.modern-equipment .col {
	width: 48%
}

@media only screen and (max-width: 800px) {
	.modern-equipment .col {
		width: 100%;
		margin: 2% 0
	}
}

.modern-equipment .col:first-child {
	width: 40%;
	margin: -75px 4% 0 auto
}

@media only screen and (max-width: 1600px) {
	.modern-equipment .col:first-child {
		width: 48%;
		margin: -50px 4% 0 auto
	}
}

@media only screen and (max-width: 800px) {
	.modern-equipment .col:first-child {
		width: 100%;
		margin: 2% 0
	}
}

.modern-equipment .col:first-child .item__img {
	margin: 0
}

@media only screen and (max-width: 1600px) {
	.modern-equipment .col:first-child .item__img {
		width: 80%
	}
}

.modern-equipment .item__title {
	font-weight: 300;
	font-size: 37px
}

@media only screen and (max-width: 1600px) {
	.modern-equipment .item__title {
		font-size: 30px
	}
}

@media only screen and (max-width: 700px) {
	.modern-equipment .item__title {
		font-size: 24px
	}
}

.modern-equipment .item__title b {
	color: #CC9A1B
}

.modern-equipment .item-list {
	margin: 50px 0 0 0;
	font-size: 18px
}

@media only screen and (max-width: 1600px) {
	.modern-equipment .item-list {
		margin: 30px 0 0 0;
		font-size: 16px
	}
}

@media only screen and (max-width: 700px) {
	.modern-equipment .item-list {
		font-size: 14px
	}
}

.modern-equipment .item-list li {
	position: relative;
	margin: 20px 0;
	padding: 0 0 0 30px
}

.modern-equipment .item-list li:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	border-radius: 100%;
	background: #CC9A1B;
	left: 0;
	top: 4px
}

.modern-equipment .item__img {
	display: block;
	width: 100%;
	margin: 50px 0 0 0
}

.modern-equipment .item__text {
	font-size: 24px;
	line-height: 1.4;
	margin: 50px 0 0 0;
	width: 100%
}

@media only screen and (max-width: 1600px) {
	.modern-equipment .item__text {
		font-size: 20px;
		margin: 30px 0 0 0
	}
}

@media only screen and (max-width: 700px) {
	.modern-equipment .item__text {
		font-size: 16px
	}
}

.whitening-steps {
	padding: 45px 0 85px
}

@media only screen and (max-width: 1600px) {
	.whitening-steps {
		padding: 35px 0
	}
}

.whitening-steps .container {
	max-width: 1710px
}

@media only screen and (max-width: 1600px) {
	.whitening-steps .container {
		max-width: 1200px
	}
}

.whitening-steps .block-title {
	text-align: center
}

.whitening-steps .inner {
	margin: 45px 0 0 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	list-style: none;
	counter-reset: my-awesome-counter
}

@media only screen and (max-width: 1200px) {
	.whitening-steps .inner {
		margin: 25px 0 0 0
	}
}

.whitening-steps .item {
	position: relative;
	background: #FFFFFF;
	border-radius: 10px;
	padding: 20px 20px 45px;
	width: 23%;
	margin: 1%;
	counter-increment: my-awesome-counter
}

@media only screen and (max-width: 1600px) {
	.whitening-steps .item {
		padding: 10px 10px 40px
	}
}

@media only screen and (max-width: 1200px) {
	.whitening-steps .item {
		width: 48%;
		margin: 15px 1%
	}
}

@media only screen and (max-width: 400px) {
	.whitening-steps .item {
		width: 100%;
		margin: 15px 0
	}
}

.whitening-steps .item:before {
	content: counter(my-awesome-counter);
	width: 62px;
	height: 62px;
	border-radius: 100%;
	background: linear-gradient(218.13deg, #CC9A1B 17.16%, #EEB628 85.07%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	text-align: center;
	color: white;
	font: italic 700 32px/1 'PF', sans-serif;
	position: absolute;
	left: 50%;
	bottom: 0;
	-webkit-transform: translate(-50%, 50%);
	transform: translate(-50%, 50%)
}

@media only screen and (max-width: 1200px) {
	.whitening-steps .item:before {
		width: 50px;
		height: 50px;
		font-size: 26px
	}
}

.whitening-steps .item__img {
	display: block;
	width: 100%;
	height: auto
}

.whitening-steps .item__text {
	margin: 20px 0 0 0;
	line-height: 1.4;
	font-size: 18px
}

@media only screen and (max-width: 1600px) {
	.whitening-steps .item__text {
		font-size: 15px
	}
}

@media only screen and (max-width: 575px) {
	.whitening-steps .item__text {
		font-size: 14px
	}
}

/*# sourceMappingURL=style.css.map */