@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-display: swap;
	font-weight: 300;
	src: local(Roboto), url(../fonts/Roboto/Roboto-Light.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Light.woff) format("woff")
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-display: swap;
	font-weight: 400;
	src: local(Roboto), url(../fonts/Roboto/Roboto-Regular.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Regular.woff) format("woff")
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-display: swap;
	font-weight: 500;
	src: local(Roboto), url(../fonts/Roboto/Roboto-Medium.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Medium.woff) format("woff")
}

@font-face {
	font-family: "Roboto";
	font-style: normal;
	font-display: swap;
	font-weight: 700;
	src: local(Roboto), url(../fonts/Roboto/Roboto-Bold.woff2) format("woff2"), url(../fonts/Roboto/Roboto-Bold.woff) format("woff")
}

.header-top_mob {
	display: none
}

@media only screen and (max-width: 767px) {
	.main-nav {
		top: 80px !important;
		height: -webkit-calc(100% - 66px) !important;
		height: calc(100% - 80px) !important
	}
}

.main-nav .main-list>li>a {
	font-size: 20px
}

@media only screen and (max-width: 767px) {
	.main-nav {
		top: 80px !important;
		height: -webkit-calc(100% - 66px) !important;
		height: calc(100% - 80px) !important;
		z-index: 10300
	}
}

@media only screen and (max-width: 1023px) {
	.header-bottom .main-nav.open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0);
		position: fixed;
		top: 0 !important;
		bottom: 0;
		height: 100vh !important
	}

	.header-row .hamburger.is-active {
		z-index: 111111111;
		grid-area: c;
		position: fixed;
		right: 15px;
		top: 16px
	}

	.header-bottom .main-nav.open {
		align-items: start;
		justify-content: left
	}

	.header-bottom .main-list {
		display: flex;
		text-align: left;
		flex-direction: column;
		align-content: flex-start;
		align-items: flex-start;
		width: 100%;
		padding: 50px 15px
	}

	.header-row .hamburger-inner:before {
		width: 23px;
		height: 1.5px
	}

	.header-bottom .main-list>li {
		position: static;
		width: 100%;
		border-bottom: 1px solid rgba(255, 255, 255, 0.2)
	}

	.main-list>li:hover .lvl1 {
		z-index: 99;
		top: 30px;
		display: block
	}
}

.header-row .hamburger.is-active .hamburger-inner,
.header-row .hamburger.is-active .hamburger-inner:after,
.header-row .hamburger.is-active .hamburger-inner:before {
	background-color: #fff
}

.header-row .main-list>li>a {
	font-size: 20px
}

@media only screen and (min-width: 1024px) {
	.main-nav .main-list>li>a {
		font-size: 16px
	}

	.header-bottom .main-list {
		position: relative
	}

	.header-bottom .main-list>li {
		position: static
	}

	.header-bottom .main-list>li:hover .lvl1 {
		z-index: 99;
		max-width: 100%;
		grid-template-columns: 1fr 1fr;
		display: grid;
		padding: 25px 30px;
		right: 0;
		overflow: auto;
		max-height: 60vh
	}

	.main-list .dropdown-menu.lvl1>li>a {
		padding-bottom: 5px
	}

	.main-list .dropdown-menu.lvl1>li:nth-child(2)>a {
		padding-top: 0
	}

	.main-list .dropdown-menu.lvl1>li:last-child>a {
		padding-bottom: 5px
	}
}

@media only screen and (max-width: 1023px) {
	.header-bottom .dropdown-menu li:first-child {
		position: static
	}

	.header-bottom .main-list .dropdown-menu {
		position: static;
		min-height: 100%;
		background-color: transparent;
		max-width: 100%;
		-webkit-box-shadow: none;
		box-shadow: none;
		display: none !important
	}

	.header-bottom .main-list>li:hover .lvl1 {
		display: none
	}

	.header-bottom .main-list ul.lvl1.open {
		display: block !important;
		max-height: 300px;
		padding: 20px 0;
		overflow: auto;
		min-height: 70%
	}

	.header-bottom .main-nav .main-list>li>a {
		font-size: 16px;
		display: inline-block;
		width: 100%;
		text-align: left;
		padding: 10px
	}

	.header-bottom .main-nav .main-list li {
		margin-top: 0
	}

	.header-bottom .main-list .dropdown-menu li {
		margin-top: 5px;
		font-size: 14px;
		line-height: 20px
	}

	.header-bottom .main-nav .main-list>li>a:after {
		display: block;
		height: 8px;
		position: absolute;
		transform: rotate(45deg);
		right: 15px;
		top: 30%;
		border-right: 2px solid currentcolor;
		border-bottom: 2px solid currentcolor;
		content: "";
		position: absolute;
		width: 9px;
		height: 9px
	}

	.header-bottom .main-nav .main-list>li>a.active:after {
		transform: rotate(-135deg)
	}

	.header-bottom.main-list .dropdown-menu li:first-child {
		position: static
	}

	.header-bottom .main-list .dropdown-menu li a {
		font-size: 14px;
		line-height: 20px;
		padding: 0 10px !important
	}

	.header-bottom .header-top_mob {
		display: flex
	}

	.header-bottom .main-nav .main-list>li>a:last-child:after {
		content: none
	}

	.header-bottom .main-nav.open {
		justify-content: space-between;
		flex-direction: column
	}

	.header-bottom .header-top_mob {
		display: flex;
		background: #2dbb9a;
		max-width: 100%;
		width: 100%
	}

	.header-bottom .wrapper_top_mob {
		display: flex;
		width: 100%;
		padding: 15px;
		flex-direction: column
	}

	.header-bottom .contacts_mob {
		font-weight: 600;
		font-size: 18px;
		line-height: 25px;
		color: #fff;
		display: flex;
		flex-direction: column
	}

	.header-bottom .header-city {
		width: 100%;
		font-size: 15px;
		display: flex;
		align-items: center;
		justify-content: space-between
	}

	.header-bottom .soc_mob {
		color: #fff;
		font-weight: 500;
		width: 100%;
		font-size: 14px;
		line-height: 20px;
		display: flex;
		margin: 10px 0 0;
		flex-direction: row
	}

	.header-bottom .header-city .mob_city {
		font-weight: 500;
		color: #fff;
		font-size: 14px;
		line-height: 20px;
		display: flex
	}

	.header-bottom .soc_mob_wrapper .soc_mob a {
		font-weight: 700;
		color: #ffff
	}

	.header-bottom .soc_mob_wrapper {
		display: flex;
		justify-content: flex-end;
		align-items: center
	}

	section.features,
	section.license,
	section.rounds,
	section.rounds,
	section.how,
	section.callback,
	section.steps,
	section.consult {
		background: linear-gradient(94.82deg, #dcdcdf 0.5%, #ededef 49.74%, #fff 102.16%) !important
	}
}

.link_a {
	text-decoration: underline;
	color: #1bc19a
}

.soc_mob.soc_mob_a svg {
	width: 30px;
	height: 30px
}

@media (max-width: 576px) {
	.main-sec {
		background: 0 0;
		padding: 32px 0
	}

	.post h1 {
		font-size: 32px
	}
}

.fa-eye {
	font-size: 32px
}

.header-city_top {
	display: flex
}

.header-city_top svg {
	width: 30px;
	height: 25px
}

.header-city_top p:nth-child(1) {
	margin: 5px
}

.header-city_top p:nth-child(2) {
	margin: 7px
}

.mob_container .header-city p {
	margin: 0
}

.container>h1 {
	margin-bottom: 20px
}

.header-city p {
	margin: 0;
	margin-top: 10px
}

.soc_mob_a {
	margin: 5px
}

.col-lg_lg {
	margin: 16px 0
}

.fa-telegram-planemm {
	color: #fff;
	font-size: 30px;
	height: 40px
}

.banner_news {
	background: linear-gradient(94.82deg, #dcdcdf 0.5%, #ededef 49.74%, #fff 102.16%)
}

.float-left_new {
	width: auto
}

.p_right {
	text-align: right
}

.mfp-bg {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 13042;
	overflow: hidden;
	position: fixed;
	background: #0b0b0b;
	opacity: .8
}

.mfp-wrap {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 13043;
	position: fixed;
	outline: 0 !important;
	-webkit-backface-visibility: hidden
}

.mfp-container {
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	padding: 0 8px;
	box-sizing: border-box
}

.mfp-container:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle
}

.mfp-align-top .mfp-container:before {
	display: none
}

.mfp-content {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	margin: 0 auto;
	text-align: left;
	z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
	width: 100%;
	cursor: auto
}

.mfp-ajax-cur {
	cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
	cursor: -moz-zoom-out;
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.mfp-zoom {
	cursor: pointer;
	cursor: -webkit-zoom-in;
	cursor: -moz-zoom-in;
	cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
	cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none
}

.mfp-loading.mfp-figure {
	display: none
}

.mfp-hide {
	display: none !important
}

.mfp-preloader {
	color: #ccc;
	position: absolute;
	top: 50%;
	width: auto;
	text-align: center;
	margin-top: -.8em;
	left: 8px;
	right: 8px;
	z-index: 1044
}

.mfp-preloader a {
	color: #ccc
}

.mfp-preloader a:hover {
	color: #fff
}

.mfp-s-ready .mfp-preloader {
	display: none
}

.mfp-s-error .mfp-content {
	display: none
}

button.mfp-arrow,
button.mfp-close {
	overflow: visible;
	cursor: pointer;
	background: 0 0;
	border: 0;
	-webkit-appearance: none;
	display: block;
	outline: 0;
	padding: 0;
	z-index: 1046;
	box-shadow: none;
	touch-action: manipulation
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.mfp-close {
	width: 44px;
	height: 44px;
	line-height: 44px;
	position: absolute;
	right: 0;
	top: 0;
	text-decoration: none;
	text-align: center;
	opacity: .65;
	padding: 0 0 18px 10px;
	color: #fff;
	font-style: normal;
	font-size: 28px;
	font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
	opacity: 1
}

.mfp-close:active {
	top: 1px
}

.mfp-close-btn-in .mfp-close {
	color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
	color: #fff;
	right: -6px;
	text-align: right;
	padding-right: 6px;
	width: 100%
}

.mfp-counter {
	position: absolute;
	top: 0;
	right: 0;
	color: #ccc;
	font-size: 12px;
	line-height: 18px;
	white-space: nowrap
}

.mfp-arrow {
	position: absolute;
	opacity: .65;
	margin: 0;
	top: 50%;
	margin-top: -55px;
	padding: 0;
	width: 90px;
	height: 110px;
	-webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
	margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
	opacity: 1
}

.mfp-arrow:after,
.mfp-arrow:before {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 0;
	top: 0;
	margin-top: 35px;
	margin-left: 35px;
	border: medium inset transparent
}

.mfp-arrow:after {
	border-top-width: 13px;
	border-bottom-width: 13px;
	top: 8px
}

.mfp-arrow:before {
	border-top-width: 21px;
	border-bottom-width: 21px;
	opacity: .7
}

.mfp-arrow-left {
	left: 0
}

.mfp-arrow-left:after {
	border-right: 17px solid #fff;
	margin-left: 31px
}

.mfp-arrow-left:before {
	margin-left: 25px;
	border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
	right: 0
}

.mfp-arrow-right:after {
	border-left: 17px solid #fff;
	margin-left: 39px
}

.mfp-arrow-right:before {
	border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
	padding-top: 40px;
	padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
	line-height: 0;
	width: 100%;
	max-width: 900px
}

.mfp-iframe-holder .mfp-close {
	top: -40px
}

.mfp-iframe-scaler {
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
	position: absolute;
	display: block;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #000
}

img.mfp-img {
	width: auto;
	max-width: 100%;
	height: auto;
	display: block;
	line-height: 0;
	box-sizing: border-box;
	padding: 40px 0;
	margin: 0 auto
}

.mfp-figure {
	line-height: 0
}

.mfp-figure:after {
	content: "";
	position: absolute;
	left: 0;
	top: 40px;
	bottom: 40px;
	display: block;
	right: 0;
	width: auto;
	height: auto;
	z-index: -1;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	background: #444
}

.mfp-figure small {
	color: #bdbdbd;
	display: block;
	font-size: 12px;
	line-height: 14px
}

.mfp-figure figure {
	margin: 0
}

.mfp-bottom-bar {
	margin-top: -36px;
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	cursor: auto
}

.mfp-title {
	text-align: left;
	line-height: 18px;
	color: #f3f3f3;
	word-wrap: break-word;
	padding-right: 36px
}

.mfp-image-holder .mfp-content {
	max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
	cursor: pointer
}

@media screen and (max-width: 800px) and (orientation:landscape),
screen and (max-height:300px) {
	.mfp-img-mobile .mfp-image-holder {
		padding-left: 0;
		padding-right: 0
	}

	.mfp-img-mobile img.mfp-img {
		padding: 0
	}

	.mfp-img-mobile .mfp-figure:after {
		top: 0;
		bottom: 0
	}

	.mfp-img-mobile .mfp-figure small {
		display: inline;
		margin-left: 5px
	}

	.mfp-img-mobile .mfp-bottom-bar {
		background: rgba(0, 0, 0, 0.6);
		bottom: 0;
		margin: 0;
		top: auto;
		padding: 3px 5px;
		position: fixed;
		box-sizing: border-box
	}

	.mfp-img-mobile .mfp-bottom-bar:empty {
		padding: 0
	}

	.mfp-img-mobile .mfp-counter {
		right: 5px;
		top: 3px
	}

	.mfp-img-mobile .mfp-close {
		top: 0;
		right: 0;
		width: 35px;
		height: 35px;
		line-height: 35px;
		background: rgba(0, 0, 0, 0.6);
		position: fixed;
		text-align: center;
		padding: 0
	}
}

@media all and (max-width: 900px) {
	.mfp-arrow {
		-webkit-transform: scale(0.75);
		transform: scale(0.75)
	}

	.mfp-arrow-left {
		-webkit-transform-origin: 0;
		transform-origin: 0
	}

	.mfp-arrow-right {
		-webkit-transform-origin: 100%;
		transform-origin: 100%
	}

	.mfp-container {
		padding-left: 6px;
		padding-right: 6px
	}
}

.slick-slider {
	position: relative;
	display: block;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block;
	margin-left: auto;
	margin-right: auto
}

.slick-track:after,
.slick-track:before {
	display: table;
	content: ""
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir="rtl"] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

.select2-container {
	box-sizing: border-box;
	display: inline-block;
	margin: 0;
	position: relative;
	vertical-align: middle
}

.select2-container .select2-selection--single {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 28px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--single .select2-selection__rendered {
	display: block;
	padding-left: 8px;
	padding-right: 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-selection--single .select2-selection__clear {
	position: relative
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
	padding-right: 8px;
	padding-left: 20px
}

.select2-container .select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 32px;
	user-select: none;
	-webkit-user-select: none
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: inline-block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap
}

.select2-container .select2-search--inline {
	float: left
}

.select2-container .select2-search--inline .select2-search__field {
	box-sizing: border-box;
	border: none;
	font-size: 100%;
	margin-top: 5px;
	padding: 0
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-dropdown {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	position: absolute;
	left: -100000px;
	width: 100%;
	z-index: 1051
}

.select2-results {
	display: block
}

.select2-results__options {
	list-style: none;
	margin: 0;
	padding: 0
}

.select2-results__option {
	padding: 6px;
	user-select: none;
	-webkit-user-select: none
}

.select2-results__option[aria-selected] {
	cursor: pointer
}

.select2-container--open .select2-dropdown {
	left: 0
}

.select2-container--open .select2-dropdown--above {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--open .select2-dropdown--below {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-search--dropdown {
	display: block;
	padding: 4px
}

.select2-search--dropdown .select2-search__field {
	padding: 4px;
	width: 100%;
	box-sizing: border-box
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
	-webkit-appearance: none
}

.select2-search--dropdown.select2-search--hide {
	display: none
}

.select2-close-mask {
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff
}

.select2-hidden-accessible {
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	-webkit-clip-path: inset(50%) !important;
	clip-path: inset(50%) !important;
	height: 1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	white-space: nowrap !important
}

.select2-container--default .select2-selection--single {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--default .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	left: 1px;
	right: auto
}

.select2-container--default.select2-container--disabled .select2-selection--single {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
	display: none
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--default .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 5px;
	width: 100%
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
	list-style: none
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
	color: #999;
	margin-top: 5px;
	float: left
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-top: 5px;
	margin-right: 10px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
	color: #999;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #333
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder {
	float: right
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	margin-left: 5px;
	margin-right: auto
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
	border: solid #000 1px;
	outline: 0
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
	background-color: #eee;
	cursor: default
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
	display: none
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple,
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa
}

.select2-container--default .select2-search--inline .select2-search__field {
	background: 0 0;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--default .select2-results__option[role="group"] {
	padding: 0
}

.select2-container--default .select2-results__option[aria-disabled="true"] {
	color: #999
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ddd
}

.select2-container--default .select2-results__option .select2-results__option {
	padding-left: 1em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
	padding-left: 0
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -1em;
	padding-left: 2em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -2em;
	padding-left: 3em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -3em;
	padding-left: 4em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -4em;
	padding-left: 5em
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
	margin-left: -5em;
	padding-left: 6em
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #5897fb;
	color: #fff
}

.select2-container--default .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic .select2-selection--single {
	background-color: #f7f7f7;
	border: 1px solid #aaa;
	border-radius: 4px;
	outline: 0;
	background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
	background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
	color: #444;
	line-height: 28px
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
	cursor: pointer;
	float: right;
	font-weight: 700;
	margin-right: 10px
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
	color: #999
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
	background-color: #ddd;
	border: none;
	border-left: 1px solid #aaa;
	border-top-right-radius: 4px;
	border-bottom-right-radius: 4px;
	height: 26px;
	position: absolute;
	top: 1px;
	right: 1px;
	width: 20px;
	background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
	border-color: #888 transparent transparent;
	border-style: solid;
	border-width: 5px 4px 0;
	height: 0;
	left: 50%;
	margin-left: -4px;
	margin-top: -2px;
	position: absolute;
	top: 50%;
	width: 0
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
	float: left
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
	border: none;
	border-right: 1px solid #aaa;
	border-radius: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	left: 1px;
	right: auto
}

.select2-container--classic.select2-container--open .select2-selection--single {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
	background: 0 0;
	border: none
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
	border-color: transparent transparent #888;
	border-width: 0 4px 5px
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #fff 0, #eee 50%);
	background-image: -o-linear-gradient(top, #fff 0, #eee 50%);
	background-image: linear-gradient(to bottom, #fff 0, #eee 50%);
	background-repeat: repeat-x
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
	background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
	background-repeat: repeat-x
}

.select2-container--classic .select2-selection--multiple {
	background-color: #fff;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	outline: 0
}

.select2-container--classic .select2-selection--multiple:focus {
	border: 1px solid #5897fb
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
	list-style: none;
	margin: 0;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
	display: none
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
	background-color: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: default;
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	padding: 0 5px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
	color: #888;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	margin-right: 2px
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
	color: #555
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
	float: right;
	margin-left: 5px;
	margin-right: auto
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
	margin-left: 2px;
	margin-right: auto
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
	border: 1px solid #5897fb
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
	border-top: none;
	border-top-left-radius: 0;
	border-top-right-radius: 0
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
	border-bottom: none;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
	border: 1px solid #aaa;
	outline: 0
}

.select2-container--classic .select2-search--inline .select2-search__field {
	outline: 0;
	box-shadow: none
}

.select2-container--classic .select2-dropdown {
	background-color: #fff;
	border: 1px solid transparent
}

.select2-container--classic .select2-dropdown--above {
	border-bottom: none
}

.select2-container--classic .select2-dropdown--below {
	border-top: none
}

.select2-container--classic .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto
}

.select2-container--classic .select2-results__option[role="group"] {
	padding: 0
}

.select2-container--classic .select2-results__option[aria-disabled="true"] {
	color: grey
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
	background-color: #3875d7;
	color: #fff
}

.select2-container--classic .select2-results__group {
	cursor: default;
	display: block;
	padding: 6px
}

.select2-container--classic.select2-container--open .select2-dropdown {
	border-color: #5897fb
}

.animated {
	-webkit-animation-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	50%,
	80% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	40% {
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	60% {
		-webkit-transform: translateY(-15px);
		-ms-transform: translateY(-15px);
		transform: translateY(-15px)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce
}

@-webkit-keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	50% {
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	100% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate(15deg);
		-ms-transform: rotate(15deg);
		transform: rotate(15deg)
	}

	40% {
		-webkit-transform: rotate(-10deg);
		-ms-transform: rotate(-10deg);
		transform: rotate(-10deg)
	}

	60% {
		-webkit-transform: rotate(5deg);
		-ms-transform: rotate(5deg);
		transform: rotate(5deg)
	}

	80% {
		-webkit-transform: rotate(-5deg);
		-ms-transform: rotate(-5deg);
		transform: rotate(-5deg)
	}

	100% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	10%,
	20% {
		-webkit-transform: scale(0.9) rotate(-3deg);
		-ms-transform: scale(0.9) rotate(-3deg);
		transform: scale(0.9) rotate(-3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale(1.1) rotate(3deg);
		-ms-transform: scale(1.1) rotate(3deg);
		transform: scale(1.1) rotate(3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale(1.1) rotate(-3deg);
		-ms-transform: scale(1.1) rotate(-3deg);
		transform: scale(1.1) rotate(-3deg)
	}

	100% {
		-webkit-transform: scale(1) rotate(0);
		-ms-transform: scale(1) rotate(0);
		transform: scale(1) rotate(0)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	15% {
		-webkit-transform: translateX(-25%) rotate(-5deg);
		-ms-transform: translateX(-25%) rotate(-5deg);
		transform: translateX(-25%) rotate(-5deg)
	}

	30% {
		-webkit-transform: translateX(20%) rotate(3deg);
		-ms-transform: translateX(20%) rotate(3deg);
		transform: translateX(20%) rotate(3deg)
	}

	45% {
		-webkit-transform: translateX(-15%) rotate(-3deg);
		-ms-transform: translateX(-15%) rotate(-3deg);
		transform: translateX(-15%) rotate(-3deg)
	}

	60% {
		-webkit-transform: translateX(10%) rotate(2deg);
		-ms-transform: translateX(10%) rotate(2deg);
		transform: translateX(10%) rotate(2deg)
	}

	75% {
		-webkit-transform: translateX(-5%) rotate(-1deg);
		-ms-transform: translateX(-5%) rotate(-1deg);
		transform: translateX(-5%) rotate(-1deg)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounceIn {
	0% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.05);
		-ms-transform: scale(1.05);
		transform: scale(1.05)
	}

	70% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9)
	}

	100% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn
}

@-webkit-keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(30px);
		-ms-transform: translateY(30px);
		transform: translateY(30px)
	}

	80% {
		-webkit-transform: translateY(-10px);
		-ms-transform: translateY(-10px);
		transform: translateY(-10px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(30px);
		-ms-transform: translateX(30px);
		transform: translateX(30px)
	}

	80% {
		-webkit-transform: translateX(-10px);
		-ms-transform: translateX(-10px);
		transform: translateX(-10px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	80% {
		-webkit-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes bounceInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateX(-30px);
		-ms-transform: translateX(-30px);
		transform: translateX(-30px)
	}

	80% {
		-webkit-transform: translateX(10px);
		-ms-transform: translateX(10px);
		transform: translateX(10px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	80% {
		-webkit-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes bounceInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	60% {
		opacity: 1;
		-webkit-transform: translateY(-30px);
		-ms-transform: translateY(-30px);
		transform: translateY(-30px)
	}

	80% {
		-webkit-transform: translateY(10px);
		-ms-transform: translateY(10px);
		transform: translateY(10px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(0.95);
		transform: scale(0.95)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		transform: scale(0.3)
	}
}

@keyframes bounceOut {
	0% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1)
	}

	25% {
		-webkit-transform: scale(0.95);
		-ms-transform: scale(0.95);
		transform: scale(0.95)
	}

	50% {
		opacity: 1;
		-webkit-transform: scale(1.1);
		-ms-transform: scale(1.1);
		transform: scale(1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(0.3);
		-ms-transform: scale(0.3);
		transform: scale(0.3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut
}

@-webkit-keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes bounceOutDown {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes bounceOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes bounceOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes bounceOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	20% {
		opacity: 1;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		transform: translateY(20px)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(20px);
		-ms-transform: translateY(20px);
		transform: translateY(20px)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(2000px);
		-ms-transform: translateY(2000px);
		transform: translateY(2000px)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-20px);
		-ms-transform: translateX(-20px);
		transform: translateX(-20px)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		transform: translateX(20px)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(20px);
		-ms-transform: translateX(20px);
		transform: translateX(20px)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-20px);
		-ms-transform: translateY(-20px);
		transform: translateY(-20px)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateX(-10deg);
		-ms-transform: perspective(400px) rotateX(-10deg);
		transform: perspective(400px) rotateX(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateX(10deg);
		-ms-transform: perspective(400px) rotateX(10deg);
		transform: perspective(400px) rotateX(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotateY(-10deg);
		-ms-transform: perspective(400px) rotateY(-10deg);
		transform: perspective(400px) rotateY(-10deg)
	}

	70% {
		-webkit-transform: perspective(400px) rotateY(10deg);
		-ms-transform: perspective(400px) rotateY(10deg);
		transform: perspective(400px) rotateY(10deg)
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px) rotateX(0);
		-ms-transform: perspective(400px) rotateX(0);
		transform: perspective(400px) rotateX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateX(90deg);
		-ms-transform: perspective(400px) rotateX(90deg);
		transform: perspective(400px) rotateX(90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px) rotateY(0);
		-ms-transform: perspective(400px) rotateY(0);
		transform: perspective(400px) rotateY(0);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotateY(90deg);
		-ms-transform: perspective(400px) rotateY(90deg);
		transform: perspective(400px) rotateY(90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: translateX(-20%) skewX(30deg);
		-ms-transform: translateX(-20%) skewX(30deg);
		transform: translateX(-20%) skewX(30deg);
		opacity: 1
	}

	80% {
		-webkit-transform: translateX(0) skewX(-15deg);
		-ms-transform: translateX(0) skewX(-15deg);
		transform: translateX(0) skewX(-15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		-webkit-transform: translateX(0) skewX(0);
		-ms-transform: translateX(0) skewX(0);
		transform: translateX(0) skewX(0);
		opacity: 1
	}

	100% {
		-webkit-transform: translateX(100%) skewX(-30deg);
		-ms-transform: translateX(100%) skewX(-30deg);
		transform: translateX(100%) skewX(-30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(-200deg);
		-ms-transform: rotate(-200deg);
		transform: rotate(-200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center center;
		-ms-transform-origin: center center;
		transform-origin: center center;
		-webkit-transform: rotate(200deg);
		-ms-transform: rotate(200deg);
		transform: rotate(200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(-90deg);
		-ms-transform: rotate(-90deg);
		transform: rotate(-90deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes slideInDown {
	0% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}

	100% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}
}

.slideInDown {
	-webkit-animation-name: slideInDown;
	animation-name: slideInDown
}

@-webkit-keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInLeft {
	-webkit-animation-name: slideInLeft;
	animation-name: slideInLeft
}

@-webkit-keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}
}

@keyframes slideInRight {
	0% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}

	100% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}
}

.slideInRight {
	-webkit-animation-name: slideInRight;
	animation-name: slideInRight
}

@-webkit-keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

@keyframes slideOutLeft {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(-2000px);
		-ms-transform: translateX(-2000px);
		transform: translateX(-2000px)
	}
}

.slideOutLeft {
	-webkit-animation-name: slideOutLeft;
	animation-name: slideOutLeft
}

@-webkit-keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

@keyframes slideOutRight {
	0% {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(2000px);
		-ms-transform: translateX(2000px);
		transform: translateX(2000px)
	}
}

.slideOutRight {
	-webkit-animation-name: slideOutRight;
	animation-name: slideOutRight
}

@-webkit-keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

@keyframes slideOutUp {
	0% {
		-webkit-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateY(-2000px);
		-ms-transform: translateY(-2000px);
		transform: translateY(-2000px)
	}
}

.slideOutUp {
	-webkit-animation-name: slideOutUp;
	animation-name: slideOutUp
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		-webkit-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	100% {
		-webkit-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform: rotate(0);
		-ms-transform: rotate(0);
		transform: rotate(0);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate(80deg);
		-ms-transform: rotate(80deg);
		transform: rotate(80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40% {
		-webkit-transform: rotate(60deg);
		-ms-transform: rotate(60deg);
		transform: rotate(60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	80% {
		-webkit-transform: rotate(60deg) translateY(0);
		-ms-transform: rotate(60deg) translateY(0);
		transform: rotate(60deg) translateY(0);
		opacity: 1;
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	100% {
		-webkit-transform: translateY(700px);
		-ms-transform: translateY(700px);
		transform: translateY(700px);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translateX(-100%) rotate(-120deg);
		-ms-transform: translateX(-100%) rotate(-120deg);
		transform: translateX(-100%) rotate(-120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1;
		-webkit-transform: translateX(0) rotate(0);
		-ms-transform: translateX(0) rotate(0);
		transform: translateX(0) rotate(0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translateX(100%) rotate(120deg);
		-ms-transform: translateX(100%) rotate(120deg);
		transform: translateX(100%) rotate(120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

.btn-green:before,
.c-features:after,
.c-features:before,
.consult:after,
.consult:before,
.content--line:before,
.features-item__img:before,
.features:before,
.form__checkbox input[type="checkbox"]+label:before,
.form__checkbox input[type="checkbox"]:checked+label:after,
.gallery:after,
.gallery:before,
.how:after,
.how:before,
.license:after,
.license:before,
.linked:before,
.price:after,
.price:before,
.rounds:before,
.services:after,
.services:before,
.spec-item__name:before,
.spec:before,
.steps:after,
.steps:before {
	content: "";
	position: absolute
}

@font-face {
	font-family: CirceRegular;
	font-weight: 400;
	font-style: normal;
	src: url(../fonts/CirceRegular/CirceRegular.eot);
	src: url(../fonts/CirceRegular/CirceRegular.eot?#iefix) format("embedded-opentype"), url(../fonts/CirceRegular/CirceRegular.woff) format("woff"), url(../fonts/CirceRegular/CirceRegular.ttf) format("truetype")
}

@font-face {
	font-family: CirceBold;
	font-weight: 700;
	font-style: normal;
	src: url(../fonts/CirceBold/CirceBold.eot);
	src: url(../fonts/CirceBold/CirceBold.eot?#iefix) format("embedded-opentype"), url(../fonts/CirceBold/CirceBold.woff) format("woff"), url(../fonts/CirceBold/CirceBold.ttf) format("truetype")
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar;
	max-width: 100vw;
	overflow-x: hidden
}

*,
:after,
:before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 1115px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 1125px
	}
}

@media (min-width: 1023px) {
	.container {
		max-width: 1135px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1145px
	}
}

.container-fluid {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

.row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-right: -15px;
	margin-left: -15px
}

.no-gutters {
	margin-right: 0;
	margin-left: 0
}

.no-gutters>.col,
.no-gutters>[class*="col-"] {
	padding-right: 0;
	padding-left: 0
}

.col,
.col-1,
.col-10,
.col-11,
.col-12,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-auto,
.col-lg,
.col-lg-1,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-auto,
.col-md,
.col-md-1,
.col-md-10,
.col-md-11,
.col-md-12,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-auto,
.col-sm,
.col-sm-1,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-auto,
.col-xl,
.col-xl-1,
.col-xl-10,
.col-xl-11,
.col-xl-12,
.col-xl-2,
.col-xl-3,
.col-xl-4,
.col-xl-5,
.col-xl-6,
.col-xl-7,
.col-xl-8,
.col-xl-9,
.col-xl-auto {
	position: relative;
	width: 100%;
	min-height: 1px;
	padding-right: 15px;
	padding-left: 15px
}

.col {
	-webkit-flex-basis: 0;
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%
}

.col-auto {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 auto;
	-ms-flex: 0 0 auto;
	flex: 0 0 auto;
	width: auto;
	max-width: none
}

.col-1 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 8.33333%;
	-ms-flex: 0 0 8.33333%;
	flex: 0 0 8.33333%;
	max-width: 8.33333%
}

.col-2 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 16.66667%;
	-ms-flex: 0 0 16.66667%;
	flex: 0 0 16.66667%;
	max-width: 16.66667%
}

.col-3 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 25%;
	-ms-flex: 0 0 25%;
	flex: 0 0 25%;
	max-width: 25%
}

.col-4 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 33.33333%;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%
}

.col-5 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 41.66667%;
	-ms-flex: 0 0 41.66667%;
	flex: 0 0 41.66667%;
	max-width: 41.66667%
}

.col-6 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 50%;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%
}

.col-7 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 58.33333%;
	-ms-flex: 0 0 58.33333%;
	flex: 0 0 58.33333%;
	max-width: 58.33333%
}

.col-8 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 66.66667%;
	-ms-flex: 0 0 66.66667%;
	flex: 0 0 66.66667%;
	max-width: 66.66667%
}

.col-9 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 75%;
	-ms-flex: 0 0 75%;
	flex: 0 0 75%;
	max-width: 75%
}

.col-10 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 83.33333%;
	-ms-flex: 0 0 83.33333%;
	flex: 0 0 83.33333%;
	max-width: 83.33333%
}

.col-11 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 91.66667%;
	-ms-flex: 0 0 91.66667%;
	flex: 0 0 91.66667%;
	max-width: 91.66667%
}

.col-12 {
	-webkit-box-flex: 0;
	-webkit-flex: 0 0 100%;
	-ms-flex: 0 0 100%;
	flex: 0 0 100%;
	max-width: 100%
}

.order-first {
	-webkit-box-ordinal-group: 0;
	-webkit-order: -1;
	-ms-flex-order: -1;
	order: -1
}

.order-last {
	-webkit-box-ordinal-group: 14;
	-webkit-order: 13;
	-ms-flex-order: 13;
	order: 13
}

.order-0 {
	-webkit-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0
}

.order-1 {
	-webkit-box-ordinal-group: 2;
	-webkit-order: 1;
	-ms-flex-order: 1;
	order: 1
}

.order-2 {
	-webkit-box-ordinal-group: 3;
	-webkit-order: 2;
	-ms-flex-order: 2;
	order: 2
}

.order-3 {
	-webkit-box-ordinal-group: 4;
	-webkit-order: 3;
	-ms-flex-order: 3;
	order: 3
}

.order-4 {
	-webkit-box-ordinal-group: 5;
	-webkit-order: 4;
	-ms-flex-order: 4;
	order: 4
}

.order-5 {
	-webkit-box-ordinal-group: 6;
	-webkit-order: 5;
	-ms-flex-order: 5;
	order: 5
}

.order-6 {
	-webkit-box-ordinal-group: 7;
	-webkit-order: 6;
	-ms-flex-order: 6;
	order: 6
}

.order-7 {
	-webkit-box-ordinal-group: 8;
	-webkit-order: 7;
	-ms-flex-order: 7;
	order: 7
}

.order-8 {
	-webkit-box-ordinal-group: 9;
	-webkit-order: 8;
	-ms-flex-order: 8;
	order: 8
}

.order-9 {
	-webkit-box-ordinal-group: 10;
	-webkit-order: 9;
	-ms-flex-order: 9;
	order: 9
}

.order-10 {
	-webkit-box-ordinal-group: 11;
	-webkit-order: 10;
	-ms-flex-order: 10;
	order: 10
}

.order-11 {
	-webkit-box-ordinal-group: 12;
	-webkit-order: 11;
	-ms-flex-order: 11;
	order: 11
}

.order-12 {
	-webkit-box-ordinal-group: 13;
	-webkit-order: 12;
	-ms-flex-order: 12;
	order: 12
}

.offset-1 {
	margin-left: 8.33333%
}

.offset-2 {
	margin-left: 16.66667%
}

.offset-3 {
	margin-left: 25%
}

.offset-4 {
	margin-left: 33.33333%
}

.offset-5 {
	margin-left: 41.66667%
}

.offset-6 {
	margin-left: 50%
}

.offset-7 {
	margin-left: 58.33333%
}

.offset-8 {
	margin-left: 66.66667%
}

.offset-9 {
	margin-left: 75%
}

.offset-10 {
	margin-left: 83.33333%
}

.offset-11 {
	margin-left: 91.66667%
}

@media (min-width: 576px) {
	.col-sm {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-sm-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-sm-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-sm-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-sm-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-sm-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-sm-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-sm-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-sm-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-sm-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-sm-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-sm-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-sm-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-sm-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-sm-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.order-sm-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}

	.order-sm-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.order-sm-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.order-sm-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.order-sm-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.order-sm-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.order-sm-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.order-sm-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.order-sm-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.order-sm-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.order-sm-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.order-sm-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.order-sm-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-sm-0 {
		margin-left: 0
	}

	.offset-sm-1 {
		margin-left: 8.33333%
	}

	.offset-sm-2 {
		margin-left: 16.66667%
	}

	.offset-sm-3 {
		margin-left: 25%
	}

	.offset-sm-4 {
		margin-left: 33.33333%
	}

	.offset-sm-5 {
		margin-left: 41.66667%
	}

	.offset-sm-6 {
		margin-left: 50%
	}

	.offset-sm-7 {
		margin-left: 58.33333%
	}

	.offset-sm-8 {
		margin-left: 66.66667%
	}

	.offset-sm-9 {
		margin-left: 75%
	}

	.offset-sm-10 {
		margin-left: 83.33333%
	}

	.offset-sm-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 768px) {
	.col-md {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-md-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-md-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-md-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-md-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-md-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-md-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-md-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-md-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-md-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-md-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-md-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-md-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-md-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-md-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.order-md-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}

	.order-md-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.order-md-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.order-md-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.order-md-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.order-md-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.order-md-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.order-md-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.order-md-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.order-md-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.order-md-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.order-md-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.order-md-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-md-0 {
		margin-left: 0
	}

	.offset-md-1 {
		margin-left: 8.33333%
	}

	.offset-md-2 {
		margin-left: 16.66667%
	}

	.offset-md-3 {
		margin-left: 25%
	}

	.offset-md-4 {
		margin-left: 33.33333%
	}

	.offset-md-5 {
		margin-left: 41.66667%
	}

	.offset-md-6 {
		margin-left: 50%
	}

	.offset-md-7 {
		margin-left: 58.33333%
	}

	.offset-md-8 {
		margin-left: 66.66667%
	}

	.offset-md-9 {
		margin-left: 75%
	}

	.offset-md-10 {
		margin-left: 83.33333%
	}

	.offset-md-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1023px) {
	.col-lg {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-lg-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-lg-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-lg-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-lg-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-lg-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-lg-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-lg-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-lg-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-lg-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-lg-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-lg-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-lg-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-lg-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-lg-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.order-lg-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}

	.order-lg-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.order-lg-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.order-lg-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.order-lg-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.order-lg-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.order-lg-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.order-lg-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.order-lg-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.order-lg-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.order-lg-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.order-lg-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.order-lg-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-lg-0 {
		margin-left: 0
	}

	.offset-lg-1 {
		margin-left: 8.33333%
	}

	.offset-lg-2 {
		margin-left: 16.66667%
	}

	.offset-lg-3 {
		margin-left: 25%
	}

	.offset-lg-4 {
		margin-left: 33.33333%
	}

	.offset-lg-5 {
		margin-left: 41.66667%
	}

	.offset-lg-6 {
		margin-left: 50%
	}

	.offset-lg-7 {
		margin-left: 58.33333%
	}

	.offset-lg-8 {
		margin-left: 66.66667%
	}

	.offset-lg-9 {
		margin-left: 75%
	}

	.offset-lg-10 {
		margin-left: 83.33333%
	}

	.offset-lg-11 {
		margin-left: 91.66667%
	}
}

@media (min-width: 1200px) {
	.col-xl {
		-webkit-flex-basis: 0;
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-webkit-flex-grow: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%
	}

	.col-xl-auto {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		width: auto;
		max-width: none
	}

	.col-xl-1 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 8.33333%;
		-ms-flex: 0 0 8.33333%;
		flex: 0 0 8.33333%;
		max-width: 8.33333%
	}

	.col-xl-2 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 16.66667%;
		-ms-flex: 0 0 16.66667%;
		flex: 0 0 16.66667%;
		max-width: 16.66667%
	}

	.col-xl-3 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 25%;
		-ms-flex: 0 0 25%;
		flex: 0 0 25%;
		max-width: 25%
	}

	.col-xl-4 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 33.33333%;
		-ms-flex: 0 0 33.33333%;
		flex: 0 0 33.33333%;
		max-width: 33.33333%
	}

	.col-xl-5 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 41.66667%;
		-ms-flex: 0 0 41.66667%;
		flex: 0 0 41.66667%;
		max-width: 41.66667%
	}

	.col-xl-6 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 50%;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%
	}

	.col-xl-7 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 58.33333%;
		-ms-flex: 0 0 58.33333%;
		flex: 0 0 58.33333%;
		max-width: 58.33333%
	}

	.col-xl-8 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 66.66667%;
		-ms-flex: 0 0 66.66667%;
		flex: 0 0 66.66667%;
		max-width: 66.66667%
	}

	.col-xl-9 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 75%;
		-ms-flex: 0 0 75%;
		flex: 0 0 75%;
		max-width: 75%
	}

	.col-xl-10 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 83.33333%;
		-ms-flex: 0 0 83.33333%;
		flex: 0 0 83.33333%;
		max-width: 83.33333%
	}

	.col-xl-11 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 91.66667%;
		-ms-flex: 0 0 91.66667%;
		flex: 0 0 91.66667%;
		max-width: 91.66667%
	}

	.col-xl-12 {
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 100%;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%
	}

	.order-xl-first {
		-webkit-box-ordinal-group: 0;
		-webkit-order: -1;
		-ms-flex-order: -1;
		order: -1
	}

	.order-xl-last {
		-webkit-box-ordinal-group: 14;
		-webkit-order: 13;
		-ms-flex-order: 13;
		order: 13
	}

	.order-xl-0 {
		-webkit-box-ordinal-group: 1;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0
	}

	.order-xl-1 {
		-webkit-box-ordinal-group: 2;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1
	}

	.order-xl-2 {
		-webkit-box-ordinal-group: 3;
		-webkit-order: 2;
		-ms-flex-order: 2;
		order: 2
	}

	.order-xl-3 {
		-webkit-box-ordinal-group: 4;
		-webkit-order: 3;
		-ms-flex-order: 3;
		order: 3
	}

	.order-xl-4 {
		-webkit-box-ordinal-group: 5;
		-webkit-order: 4;
		-ms-flex-order: 4;
		order: 4
	}

	.order-xl-5 {
		-webkit-box-ordinal-group: 6;
		-webkit-order: 5;
		-ms-flex-order: 5;
		order: 5
	}

	.order-xl-6 {
		-webkit-box-ordinal-group: 7;
		-webkit-order: 6;
		-ms-flex-order: 6;
		order: 6
	}

	.order-xl-7 {
		-webkit-box-ordinal-group: 8;
		-webkit-order: 7;
		-ms-flex-order: 7;
		order: 7
	}

	.order-xl-8 {
		-webkit-box-ordinal-group: 9;
		-webkit-order: 8;
		-ms-flex-order: 8;
		order: 8
	}

	.order-xl-9 {
		-webkit-box-ordinal-group: 10;
		-webkit-order: 9;
		-ms-flex-order: 9;
		order: 9
	}

	.order-xl-10 {
		-webkit-box-ordinal-group: 11;
		-webkit-order: 10;
		-ms-flex-order: 10;
		order: 10
	}

	.order-xl-11 {
		-webkit-box-ordinal-group: 12;
		-webkit-order: 11;
		-ms-flex-order: 11;
		order: 11
	}

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-webkit-order: 12;
		-ms-flex-order: 12;
		order: 12
	}

	.offset-xl-0 {
		margin-left: 0
	}

	.offset-xl-1 {
		margin-left: 8.33333%
	}

	.offset-xl-2 {
		margin-left: 16.66667%
	}

	.offset-xl-3 {
		margin-left: 25%
	}

	.offset-xl-4 {
		margin-left: 33.33333%
	}

	.offset-xl-5 {
		margin-left: 41.66667%
	}

	.offset-xl-6 {
		margin-left: 50%
	}

	.offset-xl-7 {
		margin-left: 58.33333%
	}

	.offset-xl-8 {
		margin-left: 66.66667%
	}

	.offset-xl-9 {
		margin-left: 75%
	}

	.offset-xl-10 {
		margin-left: 83.33333%
	}

	.offset-xl-11 {
		margin-left: 91.66667%
	}
}

.d-none {
	display: none !important
}

.d-inline {
	display: inline !important
}

.d-inline-block {
	display: inline-block !important
}

img.d-block {
	object-fit: contain;
	margin-bottom: -55px
}

.d-block {
	display: block
}

.d-table {
	display: table !important
}

.d-table-row {
	display: table-row !important
}

.d-table-cell {
	display: table-cell !important
}

.d-flex {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important
}

.d-inline-flex {
	display: -webkit-inline-box !important;
	display: -webkit-inline-flex !important;
	display: -ms-inline-flexbox !important;
	display: inline-flex !important
}

@media (min-width: 576px) {
	.d-sm-none {
		display: none !important
	}

	.d-sm-inline {
		display: inline !important
	}

	.d-sm-inline-block {
		display: inline-block !important
	}

	.d-sm-block {
		display: block !important
	}

	.d-sm-table {
		display: table !important
	}

	.d-sm-table-row {
		display: table-row !important
	}

	.d-sm-table-cell {
		display: table-cell !important
	}

	.d-sm-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}

	.d-md-inline {
		display: inline !important
	}

	.d-md-inline-block {
		display: inline-block !important
	}

	.d-md-block {
		display: block !important
	}

	.d-md-table {
		display: table !important
	}

	.d-md-table-row {
		display: table-row !important
	}

	.d-md-table-cell {
		display: table-cell !important
	}

	.d-md-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-md-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 1023px) {
	.d-lg-none {
		display: none !important
	}

	.d-lg-inline {
		display: inline !important
	}

	.d-lg-inline-block {
		display: inline-block !important
	}

	.d-lg-block {
		display: block !important
	}

	.d-lg-table {
		display: table !important
	}

	.d-lg-table-row {
		display: table-row !important
	}

	.d-lg-table-cell {
		display: table-cell !important
	}

	.d-lg-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media (min-width: 1200px) {
	.d-xl-none {
		display: none !important
	}

	.d-xl-inline {
		display: inline !important
	}

	.d-xl-inline-block {
		display: inline-block !important
	}

	.d-xl-block {
		display: block !important
	}

	.d-xl-table {
		display: table !important
	}

	.d-xl-table-row {
		display: table-row !important
	}

	.d-xl-table-cell {
		display: table-cell !important
	}

	.d-xl-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

@media print {
	.d-print-none {
		display: none !important
	}

	.d-print-inline {
		display: inline !important
	}

	.d-print-inline-block {
		display: inline-block !important
	}

	.d-print-block {
		display: block !important
	}

	.d-print-table {
		display: table !important
	}

	.d-print-table-row {
		display: table-row !important
	}

	.d-print-table-cell {
		display: table-cell !important
	}

	.d-print-flex {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important
	}

	.d-print-inline-flex {
		display: -webkit-inline-box !important;
		display: -webkit-inline-flex !important;
		display: -ms-inline-flexbox !important;
		display: inline-flex !important
	}
}

.flex-row {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: row !important;
	-ms-flex-direction: row !important;
	flex-direction: row !important
}

.flex-column {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: normal !important;
	-webkit-flex-direction: column !important;
	-ms-flex-direction: column !important;
	flex-direction: column !important
}

.flex-row-reverse {
	-webkit-box-orient: horizontal !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: row-reverse !important;
	-ms-flex-direction: row-reverse !important;
	flex-direction: row-reverse !important
}

.flex-column-reverse {
	-webkit-box-orient: vertical !important;
	-webkit-box-direction: reverse !important;
	-webkit-flex-direction: column-reverse !important;
	-ms-flex-direction: column-reverse !important;
	flex-direction: column-reverse !important
}

.flex-wrap {
	-webkit-flex-wrap: wrap !important;
	-ms-flex-wrap: wrap !important;
	flex-wrap: wrap !important
}

.flex-nowrap {
	-webkit-flex-wrap: nowrap !important;
	-ms-flex-wrap: nowrap !important;
	flex-wrap: nowrap !important
}

.flex-wrap-reverse {
	-webkit-flex-wrap: wrap-reverse !important;
	-ms-flex-wrap: wrap-reverse !important;
	flex-wrap: wrap-reverse !important
}

.justify-content-start {
	-webkit-box-pack: start !important;
	-webkit-justify-content: flex-start !important;
	-ms-flex-pack: start !important;
	justify-content: flex-start !important
}

.justify-content-end {
	-webkit-box-pack: end !important;
	-webkit-justify-content: flex-end !important;
	-ms-flex-pack: end !important;
	justify-content: flex-end !important
}

.justify-content-center {
	-webkit-box-pack: center !important;
	-webkit-justify-content: center !important;
	-ms-flex-pack: center !important;
	justify-content: center !important
}

.justify-content-between {
	-webkit-box-pack: justify !important;
	-webkit-justify-content: space-between !important;
	-ms-flex-pack: justify !important;
	justify-content: space-between !important
}

.justify-content-around {
	-webkit-justify-content: space-around !important;
	-ms-flex-pack: distribute !important;
	justify-content: space-around !important
}

.align-items-start {
	-webkit-box-align: start !important;
	-webkit-align-items: flex-start !important;
	-ms-flex-align: start !important;
	align-items: flex-start !important
}

.align-items-end {
	-webkit-box-align: end !important;
	-webkit-align-items: flex-end !important;
	-ms-flex-align: end !important;
	align-items: flex-end !important
}

.align-items-center {
	-webkit-box-align: center !important;
	-webkit-align-items: center !important;
	-ms-flex-align: center !important;
	align-items: center !important
}

.align-items-baseline {
	-webkit-box-align: baseline !important;
	-webkit-align-items: baseline !important;
	-ms-flex-align: baseline !important;
	align-items: baseline !important
}

.align-items-stretch {
	-webkit-box-align: stretch !important;
	-webkit-align-items: stretch !important;
	-ms-flex-align: stretch !important;
	align-items: stretch !important
}

.align-content-start {
	-webkit-align-content: flex-start !important;
	-ms-flex-line-pack: start !important;
	align-content: flex-start !important
}

.align-content-end {
	-webkit-align-content: flex-end !important;
	-ms-flex-line-pack: end !important;
	align-content: flex-end !important
}

.align-content-center {
	-webkit-align-content: center !important;
	-ms-flex-line-pack: center !important;
	align-content: center !important
}

.align-content-between {
	-webkit-align-content: space-between !important;
	-ms-flex-line-pack: justify !important;
	align-content: space-between !important
}

.align-content-around {
	-webkit-align-content: space-around !important;
	-ms-flex-line-pack: distribute !important;
	align-content: space-around !important
}

.align-content-stretch {
	-webkit-align-content: stretch !important;
	-ms-flex-line-pack: stretch !important;
	align-content: stretch !important
}

.align-self-auto {
	-webkit-align-self: auto !important;
	-ms-flex-item-align: auto !important;
	align-self: auto !important
}

.align-self-start {
	-webkit-align-self: flex-start !important;
	-ms-flex-item-align: start !important;
	align-self: flex-start !important
}

.align-self-end {
	-webkit-align-self: flex-end !important;
	-ms-flex-item-align: end !important;
	align-self: flex-end !important
}

.align-self-center {
	-webkit-align-self: center !important;
	-ms-flex-item-align: center !important;
	align-self: center !important
}

.align-self-baseline {
	-webkit-align-self: baseline !important;
	-ms-flex-item-align: baseline !important;
	align-self: baseline !important
}

.align-self-stretch {
	-webkit-align-self: stretch !important;
	-ms-flex-item-align: stretch !important;
	align-self: stretch !important
}

@media (min-width: 576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-sm-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-sm-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-sm-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-sm-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-sm-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-sm-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-sm-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-sm-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-sm-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-sm-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-sm-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-sm-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-sm-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-sm-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-sm-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-sm-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-sm-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-sm-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-sm-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-sm-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-sm-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-sm-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-sm-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-sm-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-md-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-md-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-md-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-md-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-md-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-md-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-md-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-md-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-md-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-md-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-md-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-md-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-md-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-md-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-md-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-md-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-md-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-md-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-md-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-md-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-md-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-md-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-md-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-md-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-md-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 1023px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-lg-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-lg-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-lg-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-lg-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-lg-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-lg-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-lg-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-lg-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-lg-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-lg-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-lg-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-lg-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-lg-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-lg-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-lg-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-lg-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-lg-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-lg-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-lg-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-lg-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-lg-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-lg-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-lg-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-lg-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

@media (min-width: 1200px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: row !important;
		-ms-flex-direction: row !important;
		flex-direction: row !important
	}

	.flex-xl-column {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: normal !important;
		-webkit-flex-direction: column !important;
		-ms-flex-direction: column !important;
		flex-direction: column !important
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: row-reverse !important;
		-ms-flex-direction: row-reverse !important;
		flex-direction: row-reverse !important
	}

	.flex-xl-column-reverse {
		-webkit-box-orient: vertical !important;
		-webkit-box-direction: reverse !important;
		-webkit-flex-direction: column-reverse !important;
		-ms-flex-direction: column-reverse !important;
		flex-direction: column-reverse !important
	}

	.flex-xl-wrap {
		-webkit-flex-wrap: wrap !important;
		-ms-flex-wrap: wrap !important;
		flex-wrap: wrap !important
	}

	.flex-xl-nowrap {
		-webkit-flex-wrap: nowrap !important;
		-ms-flex-wrap: nowrap !important;
		flex-wrap: nowrap !important
	}

	.flex-xl-wrap-reverse {
		-webkit-flex-wrap: wrap-reverse !important;
		-ms-flex-wrap: wrap-reverse !important;
		flex-wrap: wrap-reverse !important
	}

	.justify-content-xl-start {
		-webkit-box-pack: start !important;
		-webkit-justify-content: flex-start !important;
		-ms-flex-pack: start !important;
		justify-content: flex-start !important
	}

	.justify-content-xl-end {
		-webkit-box-pack: end !important;
		-webkit-justify-content: flex-end !important;
		-ms-flex-pack: end !important;
		justify-content: flex-end !important
	}

	.justify-content-xl-center {
		-webkit-box-pack: center !important;
		-webkit-justify-content: center !important;
		-ms-flex-pack: center !important;
		justify-content: center !important
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify !important;
		-webkit-justify-content: space-between !important;
		-ms-flex-pack: justify !important;
		justify-content: space-between !important
	}

	.justify-content-xl-around {
		-webkit-justify-content: space-around !important;
		-ms-flex-pack: distribute !important;
		justify-content: space-around !important
	}

	.align-items-xl-start {
		-webkit-box-align: start !important;
		-webkit-align-items: flex-start !important;
		-ms-flex-align: start !important;
		align-items: flex-start !important
	}

	.align-items-xl-end {
		-webkit-box-align: end !important;
		-webkit-align-items: flex-end !important;
		-ms-flex-align: end !important;
		align-items: flex-end !important
	}

	.align-items-xl-center {
		-webkit-box-align: center !important;
		-webkit-align-items: center !important;
		-ms-flex-align: center !important;
		align-items: center !important
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline !important;
		-webkit-align-items: baseline !important;
		-ms-flex-align: baseline !important;
		align-items: baseline !important
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch !important;
		-webkit-align-items: stretch !important;
		-ms-flex-align: stretch !important;
		align-items: stretch !important
	}

	.align-content-xl-start {
		-webkit-align-content: flex-start !important;
		-ms-flex-line-pack: start !important;
		align-content: flex-start !important
	}

	.align-content-xl-end {
		-webkit-align-content: flex-end !important;
		-ms-flex-line-pack: end !important;
		align-content: flex-end !important
	}

	.align-content-xl-center {
		-webkit-align-content: center !important;
		-ms-flex-line-pack: center !important;
		align-content: center !important
	}

	.align-content-xl-between {
		-webkit-align-content: space-between !important;
		-ms-flex-line-pack: justify !important;
		align-content: space-between !important
	}

	.align-content-xl-around {
		-webkit-align-content: space-around !important;
		-ms-flex-line-pack: distribute !important;
		align-content: space-around !important
	}

	.align-content-xl-stretch {
		-webkit-align-content: stretch !important;
		-ms-flex-line-pack: stretch !important;
		align-content: stretch !important
	}

	.align-self-xl-auto {
		-webkit-align-self: auto !important;
		-ms-flex-item-align: auto !important;
		align-self: auto !important
	}

	.align-self-xl-start {
		-webkit-align-self: flex-start !important;
		-ms-flex-item-align: start !important;
		align-self: flex-start !important
	}

	.align-self-xl-end {
		-webkit-align-self: flex-end !important;
		-ms-flex-item-align: end !important;
		align-self: flex-end !important
	}

	.align-self-xl-center {
		-webkit-align-self: center !important;
		-ms-flex-item-align: center !important;
		align-self: center !important
	}

	.align-self-xl-baseline {
		-webkit-align-self: baseline !important;
		-ms-flex-item-align: baseline !important;
		align-self: baseline !important
	}

	.align-self-xl-stretch {
		-webkit-align-self: stretch !important;
		-ms-flex-item-align: stretch !important;
		align-self: stretch !important
	}
}

.w-25 {
	width: 25% !important
}

.w-50 {
	width: 50% !important
}

.w-75 {
	width: 75% !important
}

.w-100 {
	width: 100% !important
}

.h-25 {
	height: 25% !important
}

.h-50 {
	height: 50% !important
}

.h-75 {
	height: 75% !important
}

.h-100 {
	height: 100% !important
}

.mw-100 {
	max-width: 100% !important
}

.mh-100 {
	max-height: 100% !important
}

.text-justify {
	text-align: justify !important
}

.text-nowrap {
	white-space: nowrap !important
}

.text-truncate {
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.text-left {
	text-align: left !important
}

.text-right {
	text-align: right !important
}

.text-center {
	text-align: center !important
}

@media (min-width: 576px) {
	.text-sm-left {
		text-align: left !important
	}

	.text-sm-right {
		text-align: right !important
	}

	.text-sm-center {
		text-align: center !important
	}
}

@media (min-width: 768px) {
	.text-md-left {
		text-align: left !important
	}

	.text-md-right {
		text-align: right !important
	}

	.text-md-center {
		text-align: center !important
	}
}

@media (min-width: 1023px) {
	.text-lg-left {
		text-align: left !important
	}

	.text-lg-right {
		text-align: right !important
	}

	.text-lg-center {
		text-align: center !important
	}
}

@media (min-width: 1200px) {
	.text-xl-left {
		text-align: left !important
	}

	.text-xl-right {
		text-align: right !important
	}

	.text-xl-center {
		text-align: center !important
	}
}

.text-lowercase {
	text-transform: lowercase !important
}

.text-uppercase {
	text-transform: uppercase !important
}

.text-capitalize {
	text-transform: capitalize !important
}

.font-weight-light {
	font-weight: 300 !important
}

.font-weight-normal {
	font-weight: 400 !important
}

.font-weight-bold {
	font-weight: 700 !important
}

.font-italic {
	font-style: italic !important
}

.text-white {
	color: #fff !important
}

.text-primary {
	color: #007bff !important
}

a.text-primary:focus,
a.text-primary:hover {
	color: #0062cc !important
}

.text-secondary {
	color: #6c757d !important
}

a.text-secondary:focus,
a.text-secondary:hover {
	color: #545b62 !important
}

.text-success {
	color: #1bc19a !important
}

a.text-success:focus,
a.text-success:hover {
	color: #159476 !important
}

.text-info {
	color: #17a2b8 !important
}

a.text-info:focus,
a.text-info:hover {
	color: #117a8b !important
}

.text-warning {
	color: #ffc107 !important
}

a.text-warning:focus,
a.text-warning:hover {
	color: #d39e00 !important
}

.text-danger {
	color: #dc3545 !important
}

a.text-danger:focus,
a.text-danger:hover {
	color: #bd2130 !important
}

.text-light {
	color: #f8f9fa !important
}

a.text-light:focus,
a.text-light:hover {
	color: #dae0e5 !important
}

.text-dark {
	color: #343a40 !important
}

a.text-dark:focus,
a.text-dark:hover {
	color: #1d2124 !important
}

.text-muted {
	color: #6c757d !important
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hamburger {
	padding: 0;
	display: inline-block;
	cursor: pointer;
	-webkit-transition-property: opacity, -webkit-filter;
	transition-property: opacity, -webkit-filter;
	-o-transition-property: opacity, filter;
	transition-property: opacity, filter;
	transition-property: opacity, filter, -webkit-filter;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger:hover {
	opacity: 1
}

.hamburger.is-active:hover {
	opacity: 1
}

.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner:after,
.hamburger.is-active .hamburger-inner:before {
	background-color: #1bc19a
}

.hamburger-box {
	width: 18px;
	height: 12.5px;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -.75px
}

.hamburger-inner,
.hamburger-inner:after,
.hamburger-inner:before {
	width: 18px;
	height: 1.5px;
	background-color: #1bc19a;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute;
	-webkit-transition-property: -webkit-transform;
	transition-property: -webkit-transform;
	-o-transition-property: transform;
	transition-property: transform;
	transition-property: transform, -webkit-transform;
	-webkit-transition-duration: .15s;
	-o-transition-duration: .15s;
	transition-duration: .15s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.hamburger-inner:after,
.hamburger-inner:before {
	content: "";
	display: block
}

.hamburger-inner:before {
	top: -5.5px
}

.hamburger-inner:after {
	bottom: -5.5px
}

.hamburger--collapse .hamburger-inner {
	top: auto;
	bottom: 0;
	-webkit-transition-duration: .13s;
	-o-transition-duration: .13s;
	transition-duration: .13s;
	-webkit-transition-delay: .13s;
	-o-transition-delay: .13s;
	transition-delay: .13s;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--collapse .hamburger-inner:after {
	top: -11px;
	-webkit-transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity .1s linear;
	-o-transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity .1s linear;
	transition: top .2s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity .1s linear
}

.hamburger--collapse .hamburger-inner:before {
	-webkit-transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: top .12s .2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform .13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--collapse.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, -5.5px, 0) rotate(-45deg);
	transform: translate3d(0, -5.5px, 0) rotate(-45deg);
	-webkit-transition-delay: .22s;
	-o-transition-delay: .22s;
	transition-delay: .22s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--collapse.is-active .hamburger-inner:after {
	top: 0;
	opacity: 0;
	-webkit-transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity .1s .22s linear;
	-o-transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity .1s .22s linear;
	transition: top .2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity .1s .22s linear
}

.hamburger--collapse.is-active .hamburger-inner:before {
	top: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: top .1s .16s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform .13s .25s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--elastic .hamburger-inner {
	top: .75px;
	-webkit-transition-duration: .275s;
	-o-transition-duration: .275s;
	transition-duration: .275s;
	-webkit-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition-timing-function: cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic .hamburger-inner:before {
	top: 5.5px;
	-webkit-transition: opacity .125s .275s ease;
	-o-transition: opacity .125s .275s ease;
	transition: opacity .125s .275s ease
}

.hamburger--elastic .hamburger-inner:after {
	top: 11px;
	-webkit-transition: -webkit-transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: -webkit-transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	-o-transition: transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55);
	transition: transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55), -webkit-transform .275s cubic-bezier(0.68, -0.55, 0.265, 1.55)
}

.hamburger--elastic.is-active .hamburger-inner {
	-webkit-transform: translate3d(0, 5.5px, 0) rotate(135deg);
	transform: translate3d(0, 5.5px, 0) rotate(135deg);
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms
}

.hamburger--elastic.is-active .hamburger-inner:before {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
	opacity: 0
}

.hamburger--elastic.is-active .hamburger-inner:after {
	-webkit-transform: translate3d(0, -11px, 0) rotate(-270deg);
	transform: translate3d(0, -11px, 0) rotate(-270deg);
	-webkit-transition-delay: 75ms;
	-o-transition-delay: 75ms;
	transition-delay: 75ms
}

.hamburger--emphatic {
	overflow: hidden
}

.hamburger--emphatic .hamburger-inner {
	-webkit-transition: background-color .125s .175s ease-in;
	-o-transition: background-color .125s .175s ease-in;
	transition: background-color .125s .175s ease-in
}

.hamburger--emphatic .hamburger-inner:before {
	left: 0;
	-webkit-transition: top 50ms .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: top 50ms .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	-o-transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms .125s linear, left .125s .175s ease-in;
	transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms .125s linear, left .125s .175s ease-in;
	transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms .125s linear, left .125s .175s ease-in, -webkit-transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.hamburger--emphatic .hamburger-inner:after {
	top: 5.5px;
	right: 0;
	-webkit-transition: top 50ms .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	transition: top 50ms .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335);
	-o-transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms .125s linear, right .125s .175s ease-in;
	transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms .125s linear, right .125s .175s ease-in;
	transition: transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335), top 50ms .125s linear, right .125s .175s ease-in, -webkit-transform .125s cubic-bezier(0.6, 0.04, 0.98, 0.335)
}

.hamburger--emphatic.is-active .hamburger-inner {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0;
	-webkit-transition-timing-function: ease-out;
	-o-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	background-color: transparent !important
}

.hamburger--emphatic.is-active .hamburger-inner:before {
	left: -36px;
	top: -36px;
	-webkit-transform: translate3d(36px, 36px, 0) rotate(45deg);
	transform: translate3d(36px, 36px, 0) rotate(45deg);
	-webkit-transition: left .125s ease-out, top 50ms .125s linear, -webkit-transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left .125s ease-out, top 50ms .125s linear, -webkit-transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: left .125s ease-out, top 50ms .125s linear, transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left .125s ease-out, top 50ms .125s linear, transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: left .125s ease-out, top 50ms .125s linear, transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hamburger--emphatic.is-active .hamburger-inner:after {
	right: -36px;
	top: -36px;
	-webkit-transform: translate3d(-36px, 36px, 0) rotate(-45deg);
	transform: translate3d(-36px, 36px, 0) rotate(-45deg);
	-webkit-transition: right .125s ease-out, top 50ms .125s linear, -webkit-transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right .125s ease-out, top 50ms .125s linear, -webkit-transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
	-o-transition: right .125s ease-out, top 50ms .125s linear, transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right .125s ease-out, top 50ms .125s linear, transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1);
	transition: right .125s ease-out, top 50ms .125s linear, transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1), -webkit-transform .125s .175s cubic-bezier(0.075, 0.82, 0.165, 1)
}

.hamburger--squeeze .hamburger-inner {
	-webkit-transition-duration: 75ms;
	-o-transition-duration: 75ms;
	transition-duration: 75ms;
	-webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze .hamburger-inner:before {
	-webkit-transition: top 75ms .12s ease, opacity 75ms ease;
	-o-transition: top 75ms .12s ease, opacity 75ms ease;
	transition: top 75ms .12s ease, opacity 75ms ease
}

.hamburger--squeeze .hamburger-inner:after {
	-webkit-transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms .12s ease, -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	-o-transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
	transition: bottom 75ms .12s ease, transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 75ms cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.hamburger--squeeze.is-active .hamburger-inner {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transition-delay: .12s;
	-o-transition-delay: .12s;
	transition-delay: .12s;
	-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
	transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--squeeze.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0;
	-webkit-transition: top 75ms ease, opacity 75ms .12s ease;
	-o-transition: top 75ms ease, opacity 75ms .12s ease;
	transition: top 75ms ease, opacity 75ms .12s ease
}

.hamburger--squeeze.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	transform: rotate(-90deg);
	-webkit-transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 75ms ease, -webkit-transform 75ms .12s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: bottom 75ms ease, transform 75ms .12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 75ms .12s cubic-bezier(0.215, 0.61, 0.355, 1)
}

.hamburger--vortex .hamburger-inner {
	-webkit-transition-duration: .2s;
	-o-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger--vortex .hamburger-inner:after,
.hamburger--vortex .hamburger-inner:before {
	-webkit-transition-duration: 0;
	-o-transition-duration: 0;
	transition-duration: 0;
	-webkit-transition-delay: .1s;
	-o-transition-delay: .1s;
	transition-delay: .1s;
	-webkit-transition-timing-function: linear;
	-o-transition-timing-function: linear;
	transition-timing-function: linear
}

.hamburger--vortex .hamburger-inner:before {
	-webkit-transition-property: top, opacity;
	-o-transition-property: top, opacity;
	transition-property: top, opacity
}

.hamburger--vortex .hamburger-inner:after {
	-webkit-transition-property: bottom, -webkit-transform;
	transition-property: bottom, -webkit-transform;
	-o-transition-property: bottom, transform;
	transition-property: bottom, transform;
	transition-property: bottom, transform, -webkit-transform
}

.hamburger--vortex.is-active .hamburger-inner {
	-webkit-transform: rotate(765deg);
	-ms-transform: rotate(765deg);
	transform: rotate(765deg);
	-webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	-o-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
	transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1)
}

.hamburger--vortex.is-active .hamburger-inner:after,
.hamburger--vortex.is-active .hamburger-inner:before {
	-webkit-transition-delay: 0;
	-o-transition-delay: 0;
	transition-delay: 0
}

.hamburger--vortex.is-active .hamburger-inner:before {
	top: 0;
	opacity: 0
}

.hamburger--vortex.is-active .hamburger-inner:after {
	bottom: 0;
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg)
}

body {
	font-size: 16px;
	line-height: 1.4;
	min-width: 320px;
	position: relative;
	font-family: 'Roboto', sans-serif;
	color: #575757;
	margin: 0;
	max-width: 100vw;
	overflow-x: hidden;
	font-weight: 300
}

p {
	margin-top: 0;
	margin-bottom: 25px
}

::-webkit-input-placeholder {
	color: #666;
	opacity: 1
}

::-moz-placeholder {
	color: #666;
	opacity: 1
}

::-ms-input-placeholder {
	color: #666;
	opacity: 1
}

::placeholder {
	color: #666;
	opacity: 1
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none
}

::selection {
	background: #b3d4fc;
	text-shadow: none
}

article,
aside,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block
}

.image img {
	display: block;
	width: 100%
}

.clearfix:after {
	clear: both;
	content: "";
	display: table
}

li,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

button,
input,
select,
textarea {
	outline: 0;
	border: none;
	margin: 0;
	padding: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: 400;
	margin: 0
}

a {
	color: inherit;
	-webkit-transition: all .3s linear;
	-o-transition: all .3s linear;
	transition: all .3s linear;
	text-decoration: none;
	outline: 0
}

img {
	max-width: 100%
}

button {
	cursor: pointer;
	background: 0 0
}

select {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none
}

select::-ms-expand {
	display: none
}

textarea {
	resize: none
}

body.hidden {
	overflow: hidden
}

.logo-fixed {
	display: none
}

.logo--header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.logo__content {
	margin-left: 5px
}

.logo__head {
	font-size: 28px;
	color: #1bc19a;
	font-weight: 900;
	line-height: 1;
	display: block
}

.logo__text {
	color: #b8b8b8;
	display: block;
	font-size: 13px
}

.logo--footer {
	max-width: 205px;
	margin-left: auto;
	margin-bottom: 24px;
	text-align: left
}

.logo--footer .logo__head {
	margin-bottom: 5px
}

.header {
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25)
}

.header.fixed {
	background-color: #fff;
	-webkit-animation: smoothScroll .8s forwards;
	animation: smoothScroll .8s forwards;
	padding: 0 0 8px;
	position: fixed;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	width: 100%;
	z-index: 10299;
	top: 0;
	left: 0
}

.header.fixed .btn {
	font-size: 15px;
	padding: 8px 16px
}

.header.fixed .header-top {
	padding-top: 0
}

.header.fixed .header-contacts {
	display: none
}

.header.fixed .main-nav {
	position: absolute;
	bottom: 8px;
	left: 110px;
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px)
}

.header.fixed .logo-static {
	display: none
}

.header.fixed .logo-fixed {
	display: block
}

.header.fixed .logo__head,
.header.fixed .logo__text {
	display: none
}

.header.fixed .container {
	max-width: none
}

.header .btn {
	padding-top: 12px;
	padding-bottom: 12px
}

.header-contacts a {
	font-size: 25px;
	color: #1bc19a;
	font-weight: 700;
	display: block
}

.header-contacts span {
	display: block;
	font-size: 15px;
	color: #b8b8b8
}

.header-top {
	padding: 18px 0 0
}

.header-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-list>li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative
}

.main-list>li:hover .lvl1 {
	z-index: 99;
	display: block
}

.main-list>li>a {
	position: relative;
	font-size: 22px;
	font-weight: 400;
	display: block;
	padding: 15px 10px 20px;
	text-align: center
}

.main-list>li>a:hover {
	color: #1bc19a
}

.dropdown-menu {
	position: absolute;
	background-color: #1bc19a;
	left: 0;
	top: 100%;
	width: 100vw;
	max-width: 308px;
	display: none;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
	box-shadow: 0 0 20px rgba(0, 0, 0, 0.1)
}

.dropdown-menu.lvl1>li:nth-child(2)>a {
	padding-top: 20px
}

.dropdown-menu.lvl1>li:last-child>a {
	padding-bottom: 20px
}

.dropdown-menu.lvl1 li:hover .lvl2 {
	display: block
}

.dropdown-menu.lvl2 {
	left: 100%;
	top: 0
}

.dropdown-menu.lvl2>li:nth-child(2)>a {
	padding-top: 20px
}

.dropdown-menu.lvl2>li:last-child>a {
	padding-bottom: 20px
}

.dropdown-menu a {
	color: #fff;
	display: block;
	position: relative;
	font-size: 18px;
	padding: 3px 20px
}

.dropdown-menu a:hover {
	font-weight: 700
}

.hamburger {
	display: none;
	cursor: pointer
}

.footer {
	background-color: #575757;
	padding: 50px 0
}

.footer-item {
	margin-bottom: 25px
}

.footer .row {
	margin-bottom: -25px
}

.footer-head {
	font-weight: 700;
	margin-bottom: 22px;
	font-size: 25px;
	color: #1bc19a
}

.footer-list a {
	display: block;
	color: #fff;
	font-size: 20px
}

.footer-list a:hover {
	text-decoration: underline
}

.footer-list li+li {
	margin-top: 18px
}

.footer-contacts__link {
	font-weight: 700;
	color: #1bc19a;
	font-size: 25px;
	display: block
}

.footer-contacts span {
	font-size: 15px;
	color: #b8b8b8;
	display: block
}

.form-block {
	padding: 16px 32px;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff
}

.form-block .btn {
	padding: 14px 20px;
	font-size: 25px
}

.form__policy {
	font-size: 13px;
	text-align: center;
	letter-spacing: .03em
}

.form-head {
	margin-bottom: 18px
}

.form-head p {
	margin: 0
}

.form-head .h2 {
	margin-bottom: 0
}

.form__flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px 20px
}

#form__review {
	display: flex;
	margin: 0 -15px 20px;
	flex-direction: column;
	align-items: center;
	gap: 25px
}

#form__item--1,
#form__item--2 {
	width: 100%;
	max-width: 100%
}

.form__flex-item {
	padding: 0 35px
}

.form__flex-item:nth-child(1),
.form__flex-item:nth-child(2) {
	width: 100%;
	max-width: 384px
}

.form__flex-item:last-child {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.form__flex-item .btn {
	width: 100%
}

.form__input,
.form__textarea {
	display: block;
	width: 100%;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	color: #575757;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-appearance: none;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	padding: 19px 35px
}

.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
	font-size: 18px;
	color: #d7d7d7;
	font-family: Roboto, sans-serif;
	font-weight: 300
}

.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
	font-size: 18px;
	color: #d7d7d7;
	font-family: Roboto, sans-serif;
	font-weight: 300
}

.form__input::-ms-input-placeholder,
.form__textarea::-ms-input-placeholder {
	font-size: 18px;
	color: #d7d7d7;
	font-family: Roboto, sans-serif;
	font-weight: 300
}

.form__input::placeholder,
.form__textarea::placeholder {
	font-size: 18px;
	color: #d7d7d7;
	font-family: Roboto, sans-serif;
	font-weight: 300
}

.form__row {
	margin-bottom: 25px
}

.form__row:last-child {
	margin-bottom: 0
}

.form__checkbox input[type="checkbox"] {
	display: none
}

.form__checkbox input[type="checkbox"]+label {
	position: relative;
	cursor: pointer;
	display: block;
	padding-left: 30px;
	font-size: 14px;
	color: #333
}

.form__checkbox input[type="checkbox"]+label:before {
	width: 16px;
	height: 16px;
	top: 1px;
	left: 0;
	border: 1px solid #333;
	-webkit-border-radius: 2px;
	border-radius: 2px
}

.form__checkbox input[type="checkbox"]:checked+label:after {
	width: 5px;
	height: 8px;
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	left: 6px;
	top: 4px
}

.select2-results__option {
	padding: 6px 10px;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.select2-container {
	min-width: 200px
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
	background-color: #00f
}

.select2-container--default .select2-results__option[aria-selected="true"] {
	background-color: #ccc
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%
}

.select2-container .select2-selection--single {
	height: auto
}

.select2-selection {
	outline: 0 !important
}

.select2-selection__rendered {
	padding: 6px 0
}

.select2-search {
	display: none
}

.btn {
	display: inline-block;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	padding: 16px 32px;
	position: relative;
	z-index: 1
}

.btn-green {
	background: -webkit-gradient(linear, left top, left bottom, from(#1bc19a), color-stop(55.73%, #1bc19a), to(#12ddac));
	background: -webkit-linear-gradient(top, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: -o-linear-gradient(top, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: linear-gradient(180deg, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	-webkit-border-radius: 27px;
	border-radius: 27px;
	color: #fff !important
}

.btn-green:before {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #1bc19a), color-stop(55.73%, #1bc19a), to(#12ddac));
	background: -webkit-linear-gradient(0, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: -o-linear-gradient(0, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: linear-gradient(0, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.btn-grey {
	background: 0 0;
	color: #1bc19a !important;
	border: solid 1px #1bc19a;
	-webkit-border-radius: 27px
}

.btn-grey:hover {
	text-decoration: none !important;
	color: #fff !important;
	background: linear-gradient(180deg, #1bc19a 0%, #1bc19a 53.12%, #12ddac 100%)
}

.btn-grey:hover:before {
	opacity: 1;
	visibility: visible
}

.btn-green:hover {
	text-decoration: none !important
}

.btn-green:hover:before {
	opacity: 1;
	visibility: visible
}

.breadcrumb {
	padding-left: 0;
	margin-top: 0;
	margin-bottom: 15px
}

.breadcrumb li {
	display: inline-block;
	font-size: 18px;
	font-weight: 200
}

.breadcrumb li:before {
	content: "//";
	margin-right: 4px;
	color: #1bc19a
}

.breadcrumb li:first-child:before {
	display: none
}

.breadcrumb a:hover {
	text-decoration: underline
}

.head {
	margin-bottom: 30px
}

.head .h2 {
	margin-bottom: 0
}

.head p {
	font-size: 18px;
	margin: 0
}

.head-block {
	background-color: #fff;
	max-width: 677px;
	margin: 0 auto 35px;
	-webkit-border-radius: 78px;
	border-radius: 78px;
	padding: 15px
}

.head-block .h2 {
	line-height: 1;
	margin-bottom: 8px
}

.link--green {
	color: #1bc19a
}

.link:hover {
	text-decoration: underline
}

circle,
path {
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease
}

.socials {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.socials li+li {
	margin-left: 20px
}

.socials li img,
.socials li svg {
	display: block
}

.socials li a {
	width: 58px;
	height: 58px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.socials li a:hover path {
	fill: #1bc19a;
	stroke: #1bc19a
}

.socials li a:hover circle {
	fill: #1bc19a
}

.payments {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.payments li {
	width: 58px;
	height: 58px;
	display: block;
	border: 1px solid #fff;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.payments li+li {
	margin-left: 20px
}

.float-right {
	float: right;
	margin-left: 25px
}

.float-left {
	float: left;
	margin-right: 25px
}

.slick-slide {
	outline: 0
}

.tl-right {
	text-align: right
}

.tl-center {
	text-align: center
}

.linked {
	position: relative;
	display: inline-block
}

.linked:before {
	height: 1px;
	width: 100%;
	background-color: #333;
	-webkit-transform: scale(0);
	-ms-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	bottom: 0;
	left: 0
}

.linked:hover:before {
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-out .mfp-with-anim {
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3)
}

.mfp-zoom-out.mfp-bg {
	opacity: 0;
	-webkit-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out
}

.mfp-zoom-out.mfp-ready .mfp-with-anim {
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1)
}

.mfp-zoom-out.mfp-bg {
	opacity: .8
}

.mfp-zoom-out.mfp-removing .mfp-with-anim {
	-webkit-transform: scale(1.3);
	-ms-transform: scale(1.3);
	transform: scale(1.3);
	opacity: 0
}

.mfp-zoom-out.mfp-removing.mfp-bg {
	opacity: 0
}

#review-modal.modal {
	max-width: 800px
}

.modal {
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff;
	max-width: 532px;
	margin: 0 auto;
	position: relative;
	padding: 28px 30px
}

.modal .form__input {
	max-width: 295px;
	margin: 0 auto;
	text-align: center
}

.modal .h2 {
	line-height: 1.2;
	margin-bottom: 16px
}

#review-modal .close__modal,
#review-nav-modal div.close__modal {
	cursor: pointer;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 18px;
	height: 18px;
	color: transparent;
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: none;
	border-radius: none
}

.close__modal {
	position: absolute;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	right: -16px;
	top: -16px;
	cursor: pointer
}

.close__modal:hover svg {
	-webkit-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	transform: rotate(360deg)
}

.close__modal svg {
	-webkit-transition: -webkit-transform .5s ease;
	transition: -webkit-transform .5s ease;
	-o-transition: transform .5s ease;
	transition: transform .5s ease;
	transition: transform .5s ease, -webkit-transform .5s ease;
	display: block
}

.mfp-close-btn-in .mfp-close {
	display: none
}

@-webkit-keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

@keyframes smoothScroll {
	0% {
		-webkit-transform: translateY(-200px);
		transform: translateY(-200px)
	}

	100% {
		-webkit-transform: translateY(0);
		transform: translateY(0)
	}
}

.mb-15 {
	margin-bottom: 15px
}

.mb-30 {
	margin-bottom: 30px
}

.mb-45 {
	margin-bottom: 45px
}

.mb-60 {
	margin-bottom: 60px
}

.h1 {
	color: #1bc19a;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1;
	text-transform: uppercase
}

.h2 {
	color: #1bc19a;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1.5;
	margin-bottom: 15px
}

.font-20 {
	font-size: 20px
}

.main.fixed {
	margin-top: 199px
}

.main-sec {
	background: url(../img/main-sec-banner2.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 250px 0 270px
}

.main-banner {
	background: linear-gradient(94.82deg, #dcdcdf 0.5%, #ededef 49.74%, #fff 102.16%)
}

.main-banner .main-banner__content .main-banner__btn .btn-green {
	margin-right: 25px
}

@media (max-width: 1117px) {
	.main-banner .main-banner__content .main-banner__btn .btn-green {
		margin-right: 0
	}
}

.main-banner .main-banner__content {
	display: flex;
	padding: 55px 0
}

.main-banner .main-banner__content .main-banner__text {
	margin: auto
}

.main-sec__content {
	max-width: 630px
}

.main-sec__content p {
	margin: 0;
	text-transform: uppercase
}

.services {
	position: relative;
	top: -55px
}

.services:before {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 205px;
	height: 27px;
	top: 303px
}

.services:after {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 115px;
	height: 27px;
	top: 353px
}

.services--indent .form-block {
	margin-bottom: 55px
}

.services .head {
	margin-bottom: 60px
}

.services-wrap {
	width: 100%;
	max-width: 190px;
	padding: 0 15px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	min-height: 340px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.services-wrap:hover {
	max-width: 220px
}

.services-wrap:hover .services-item__img {
	max-height: 210px
}

.services-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.services-item {
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 24px;
	border-radius: 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	height: 100%;
	width: 100%
}

.services-item__img {
	-webkit-border-radius: 24px 24px 0 0;
	border-radius: 24px 24px 0 0;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	max-height: 151px;
	position: relative
}

.services-item__img img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-border-radius: 24px 24px 0 0;
	border-radius: 24px 24px 0 0
}

.services-item__content {
	padding: 12px 3px;
	text-align: center;
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-border-radius: 0 0 24px 24px;
	border-radius: 0 0 24px 24px
}

.services-item__head {
	font-size: 18px;
	line-height: 1.2;
	margin-bottom: 8px
}

.services-item__price {
	color: #1bc19a;
	font-weight: 700;
	font-size: 21px;
	margin-top: auto
}

.features {
	background: url(../img/features-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding-bottom: 50px;
	overflow: hidden;
	position: relative
}

.features:before {
	right: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #fff;
	width: 165px;
	height: 27px;
	top: 65px
}

.features .row {
	margin-bottom: -90px
}

.features-item {
	width: 100%;
	max-width: 218px;
	margin: 0 auto 90px
}

.features-item__content {
	text-align: center;
	font-weight: 500
}

.features-item__img {
	width: 163px;
	height: 163px;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	margin: 0 auto 24px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #fff url(../img/features-bg.svg) no-repeat center center;
	position: relative
}

.features-item__img:before {
	height: 17px;
	width: 117px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -22px;
	background: url(../img/features-shadow.svg) no-repeat center center
}

.spec {
	padding: 55px 0 60px;
	position: relative
}

.spec:before {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 182px;
	height: 27px;
	bottom: 74px
}

.spec .row {
	margin-bottom: 70px
}

.spec .head {
	margin-bottom: 60px
}

.spec-item {
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 24px;
	border-radius: 24px;
	padding: 32px 15px 28px;
	text-align: center;
	max-width: 232px;
	margin: 0 auto;
	display: block
}

.spec-item:hover {
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.45);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.45)
}

.spec-item__img {
	margin-bottom: 14px
}

.spec-item__img img {
	display: block;
	width: 150px;
	height: 150px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	margin: 0 auto
}

.spec-item__name {
	letter-spacing: .03em;
	font-size: 25px;
	position: relative;
	margin-bottom: 6px
}

.spec-item__name:before {
	height: 2px;
	background-color: #1bc19a;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	bottom: -5px;
	max-width: 125px;
	width: 100%
}

.spec-item__year {
	font-size: 21px;
	font-weight: 500;
	text-transform: uppercase;
	color: #1bc19a;
	margin-bottom: 6px
}

.slick-arrow {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: transparent;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	-webkit-background-size: contain;
	background-size: contain
}

.slick-arrow:hover {
	opacity: .5
}

.slick-prev {
	left: -105px;
	-webkit-transform: translateY(-50%) rotate(180deg);
	-ms-transform: translateY(-50%) rotate(180deg);
	transform: translateY(-50%) rotate(180deg)
}

.slick-next {
	right: -105px
}

.slick-dots {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center
}

.slick-dots li {
	width: 10px;
	height: 10px;
	background: #c4c4c4;
	-webkit-border-radius: 50%;
	border-radius: 50%
}

.slick-dots li+li {
	margin-left: 8px
}

.slick-dots li.slick-active {
	background-color: #1bc19a
}

.slick-dots li button {
	color: transparent
}

.gallery {
	padding: 55px 0 68px;
	position: relative;
	overflow: hidden
}

.gallery .head {
	margin-bottom: 35px
}

.gallery:before {
	right: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 205px;
	height: 27px;
	bottom: 68px
}

.gallery:after {
	right: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 115px;
	height: 27px;
	bottom: 116px
}

.gallery-wrap {
	max-width: 820px;
	margin: 0 auto
}

.gallery-slider {
	margin: 0 -30px
}

.gallery-slider .slick-list {
	padding: 25px 0 35px
}

.gallery-slide img {
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: block;
	-o-object-fit: cover;
	object-fit: cover;
	width: 100%
}

.license {
	background: #fff url(../img/license-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	padding: 65px 0
}

.license:before {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #fff;
	width: 145px;
	height: 27px;
	top: 27px
}

.license:after {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #fff;
	width: 90px;
	height: 27px;
	top: 65px
}

.license-block {
	background: #fff;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	padding: 53px 75px 25px;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.license-block .head {
	margin-left: 50px;
	max-width: 292px
}

.license-block .head .h2 {
	margin-bottom: 12px
}

.license-imgs {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center
}

.license-imgs__item:nth-child(2) {
	margin-left: -87px;
	margin-top: 31px
}

.license-imgs__item:nth-child(3) {
	margin-left: -87px;
	margin-top: 62px
}

.license-imgs__item:nth-child(4) {
	margin-left: -87px;
	margin-top: 93px
}

.license-imgs img {
	display: block
}

.rounds {
	background: #fff url(../img/blockquote-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	-webkit-border-radius: 150px;
	border-radius: 150px;
	padding: 75px 0;
	overflow: hidden
}

.rounds:before {
	right: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #fff;
	width: 160px;
	height: 27px;
	top: 48px
}

.rounds-block {
	padding: 40px 45px
}

.box-shadow {
	overflow: hidden;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25)
}

.box-shadow--small {
	padding: 35px 20px
}

.box-shadow--img img {
	display: block;
	-webkit-border-radius: 30px;
	border-radius: 30px
}

.post .box-shadow ul {
	margin-bottom: 0
}

.post h3 {
	font-size: 25px;
	font-weight: 500;
	color: #1bc19a;
	margin-bottom: 25px
}

.post h4 {
	font-size: 20px;
	font-weight: 500;
	color: #1bc19a;
	margin-bottom: 20px
}

.post h2,
.post h1 {
	color: #1bc19a;
	font-size: 36px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 10px
}

.post img {
	-webkit-border-radius: 30px;
	border-radius: 30px;
	display: block
}

.post a {
	color: #1bc19a
}

.post a:hover {
	text-decoration: underline
}

.post p {
	font-size: 20px;
	margin-bottom: 25px;
	line-height: 1.5
}

.post p a {
	font-weight: 500
}

.post p:last-child {
	margin-bottom: 0
}

.post ol {
	padding-left: 0;
	counter-reset: section;
	margin-bottom: 25px
}

.post ol li {
	display: -webkit-box;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 20px;
	padding-left: 52px;
	position: relative
}

.post ol li+li {
	margin-top: 15px
}

.post ol li:before {
	content: counter(section);
	position: absolute;
	left: 0;
	counter-increment: section;
	width: 35px;
	display: block;
	height: 35px;
	margin-right: 17px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	border: 2px solid #1bc19a;
	text-align: center;
	line-height: 33px;
	font-weight: 900;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	color: #1bc19a;
	font-size: 25px
}

.post ul {
	margin-bottom: 30px
}

.post ul .ul-head {
	font-weight: 700;
	color: #1bc19a;
	display: block;
	font-size: 25px
}

.post ul .ul-text {
	display: block
}

.post ul li {
	position: relative;
	font-size: 20px;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.post ul li+li {
	margin-top: 15px
}

.post ul li:before {
	content: "";
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	left: 0;
	width: 16px;
	height: 16px;
	-webkit-border-radius: 50%;
	display: inline-flex;
	border-radius: 50%;
	background: #1bc19a;
	margin-right: 26px
}

.post-large h2 {
	margin-bottom: 55px
}

.post-large p {
	margin-bottom: 55px
}

.post-720 ul {
	max-width: 720px;
	margin-left: auto;
	margin-right: auto
}

.content {
	padding: 65px 0
}

.view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 50px
}

.view .h2 {
	line-height: 1.2
}

.view p {
	max-width: 360px
}

.view>div {
	width: 50%
}

.view__item {
	padding: 75px 25px 45px 50px
}

.how {
	background: #fff url(../img/how-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 30px 0 45px;
	overflow: hidden;
	position: relative
}

.how:before {
	right: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #fff;
	width: 85px;
	height: 27px;
	bottom: 400px
}

.how:after {
	right: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #fff;
	width: 164px;
	height: 27px;
	bottom: 347px
}

.box-list {
	padding: 25px 45px;
	margin: 35px auto 60px;
	max-width: 698px
}

.box-list--full {
	max-width: 100%
}

.box-list ul {
	max-width: none;
	margin-bottom: 0
}

.box-list ul li+li {
	margin-top: 32px
}

.why {
	padding: 60px 0
}

.inner {
	overflow-x: hidden;
	min-height: 400px;
	padding: 0;
	margin-bottom: 50px
}

.content--line {
	position: relative;
	overflow: hidden
}

.content--line:before {
	right: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 142px;
	height: 27px;
	top: 44px
}

.banner-inner {
	background-size: cover;
	background-repeat: no-repeat;
	padding: 55px
}

.banner-inner .banner {
	display: flex;
	background-color: #ffffffe5;
	padding: 32px;
	border-radius: 20px
}

.banner-inner .banner .advantages {
	display: flex
}

.banner-inner .banner .advantages .advantage {
	margin-right: 15px
}

.banner-inner .banner .advantages p {
	font-size: 18px
}

.banner-inner .banner .text {
	width: 90%
}

.banner-inner .banner .text h1 {
	font-size: 42px;
	margin-bottom: 15px
}

.banner-inner .banner .text .price-banner {
	font-size: 24px;
	font-weight: 700;
	color: #1bc19a;
	padding-bottom: 30px
}

.banner-inner .banner .form-banner {
	margin: auto;
	margin-left: 45px
}

.banner-inner .banner .form-banner .form-head p {
	font-size: 24px;
	font-weight: 700;
	color: #1bc19a
}

.banner-inner .banner .form-banner .form__policy {
	font-size: 16px;
	font-weight: 300;
	padding: 5px
}

.banner-inner .banner .form-banner .form__flex-item {
	padding: 15px 0 0
}

.price {
	position: relative;
	padding-top: 32px;
	padding-bottom: 60px
}

.price:before {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 145px;
	height: 27px;
	top: 0
}

.price:after {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 90px;
	height: 27px;
	top: 50px
}

.price-item {
	background: #fff;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 23.2933px;
	border-radius: 23.2933px;
	max-width: 320px;
	padding: 30px 18px
}

.price-item__head {
	font-size: 30px;
	font-weight: 700;
	text-align: center;
	margin-bottom: 24px
}

.price-item .btn {
	width: 100%
}

.price-item__price {
	font-size: 36px;
	color: #1bc19a;
	font-weight: 700;
	line-height: 1;
	text-align: center;
	margin-bottom: 25px
}

.price-item__price span {
	font-size: 18px;
	font-weight: 300;
	line-height: 1;
	color: #575757;
	display: block
}

.price-item ul {
	margin-bottom: 28px
}

.price-item ul li {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 18px
}

.price-item ul li+li {
	margin-top: 22px
}

.price-item ul li:before {
	content: "";
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background: #1bc19a;
	margin-right: 10px;
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0
}

.c-features {
	padding-bottom: 65px;
	position: relative
}

.c-features:before {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 145px;
	height: 27px;
	bottom: 146px
}

.c-features:after {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 90px;
	height: 27px;
	bottom: 104px
}

.c-features__row {
	margin-bottom: 50px
}

.c-features__item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background: #fff;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 30px;
	padding: 38px 58px;
	outline: 0
}

.c-features__item:last-child {
	margin-bottom: 0
}

.c-features__head {
	font-weight: 700;
	color: #1bc19a
}

.c-features__img {
	-webkit-flex-shrink: 0;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-right: 34px
}

.c-features__img img {
	display: block
}

.round {
	margin-top: 0;
	position: relative;
	z-index: 2
}

.consult {
	background: url(../img/consult-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 60px 0 100px;
	position: relative
}

.consult:before {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 145px;
	height: 27px;
	top: 98px
}

.consult:after {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 90px;
	height: 27px;
	top: 153px
}

.consult-block {
	margin-bottom: 50px
}

.consult-block:last-child {
	margin-bottom: 0
}

.consult-item {
	background: #fff;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	margin-bottom: 20px;
	padding: 15px 30px
}

.consult-item__head {
	text-align: center;
	margin-bottom: 18px;
	font-size: 22px;
	font-weight: 500
}

.consult-item__text {
	width: 100%;
	max-width: 423px;
	font-size: 18px
}

.consult-item__price {
	margin-left: auto;
	margin-right: auto;
	font-size: 18px;
	color: #1bc19a;
	font-weight: 700
}

.consult-item__row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.consult-item__row+.consult-item__row {
	margin-top: 15px
}

.consult-item__row .btn {
	font-size: 16px;
	padding: 3px 17px
}

.steps {
	background: url(../img/steps-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
	z-index: 1
}

.steps:after {
	width: 100%;
	height: 45px;
	background-color: #fff;
	bottom: 0;
	left: 0;
	z-index: -1
}

.steps:before {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #fff;
	width: 145px;
	height: 27px;
	top: 22px
}

.callback {
	background: url(../img/callback-bg.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 65px 0
}

.callback-phone {
	font-weight: 700;
	font-size: 36px;
	margin-bottom: 18px;
	color: #1bc19a;
	display: block
}

.callback-content p {
	max-width: 460px
}

.callback-img img {
	display: block;
	-webkit-box-shadow: 3.62706px 3.62706px 27.203px rgba(0, 0, 0, 0.25);
	box-shadow: 3.62706px 3.62706px 27.203px rgba(0, 0, 0, 0.25);
	-webkit-border-radius: 30px;
	border-radius: 30px
}

.round {
	padding-bottom: 60px
}

.header.fixed .main-list>li>a {
	font-size: 18px;
	padding: 10px 4px
}

@media only screen and (max-width: 1400px) {
	.header.fixed .main-list>li>a {
		font-size: 14px
	}
}

@media only screen and (max-width: 1200px) {
	.header.fixed .main-list>li>a {
		font-size: 12px
	}
}

@media only screen and (max-width: 1200px) {
	.services-block {
		overflow-x: auto
	}

	.main-list>li>a {
		font-size: 18px
	}

	.form__flex-item:nth-child(1),
	.form__flex-item:nth-child(2) {
		max-width: 324px
	}

	.slick-prev {
		left: -45px
	}

	.slick-next {
		right: -45px
	}

	.services {
		padding-bottom: 40px
	}

	.services-item {
		-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25)
	}

	.c-features:after,
	.c-features:before,
	.content--line:after,
	.content--line:before,
	.steps:after {
		display: none
	}
}

@media only screen and (max-width: 1400px) {
	.steps:before {
		display: none
	}
}

@media only screen and (max-width: 1023px) {
	.hamburger {
		display: inline-block
	}

	.dropdown-menu {
		position: absolute;
		width: 100%;
		height: auto;
		background-color: #1bc19a;
		left: 0;
		top: 0;
		max-width: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
		overflow-y: auto;
		z-index: 201;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.dropdown-menu li+li {
		margin-top: 12px
	}

	.dropdown-menu li:first-child {
		display: block;
		position: absolute;
		left: 15px;
		top: 15px
	}

	.dropdown-menu li:first-child svg {
		display: block
	}

	.dropdown-menu li a {
		color: #fff;
		font-size: 18px;
		display: inline-block;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 6px 15px !important
	}

	.dropdown-menu li a:hover {
		background-color: #fff;
		color: #1bc19a
	}

	.dropdown-menu.lvl1.open {
		z-index: 202;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.dropdown-menu.lvl2 {
		left: 0
	}

	.dropdown-menu.lvl2.open {
		z-index: 203;
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.main-list {
		display: block;
		text-align: center
	}

	.main-list>li {
		position: static
	}

	.main-list>li+li {
		margin-top: 12px
	}

	.main-list>li>a {
		color: #fff;
		font-size: 18px;
		display: inline-block;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 6px 15px
	}

	.main-list>li>a:hover {
		background-color: #fff;
		color: #1bc19a
	}

	.main.fixed {
		margin-top: 94.69px
	}

	.main-nav {
		position: fixed;
		width: 100%;
		height: -webkit-calc(100vh - 40px);
		height: calc(100vh - 40px);
		background-color: #1bc19a;
		left: 0;
		top: 42px;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		-webkit-transition: -webkit-transform .4s ease;
		transition: -webkit-transform .4s ease;
		-o-transition: transform .4s ease;
		transition: transform .4s ease;
		transition: transform .4s ease, -webkit-transform .4s ease;
		overflow-y: auto;
		z-index: 200;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.main-nav.open {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.header.fixed .logo img {
		width: 50px
	}

	.header.fixed .main-nav {
		-webkit-transform: translate(-100%, 0);
		-ms-transform: translate(-100%, 0);
		transform: translate(-100%, 0);
		width: 100%;
		top: 60.2px;
		height: -webkit-calc(100vh - 60.2px);
		height: calc(100vh - 60.2px);
		left: 0;
		position: fixed
	}

	.header.fixed .main-nav.open {
		-webkit-transform: translate(0);
		-ms-transform: translate(0);
		transform: translate(0)
	}

	.header .btn {
		display: none
	}

	.header-contacts span {
		display: none
	}

	.header-top {
		padding-top: 0
	}

	.logo--footer {
		margin-left: 0;
		max-width: 100%;
		text-align: center
	}

	.logo--footer .logo__text {
		max-width: 100%
	}

	.logo img {
		width: 80px
	}

	.logo__head {
		font-size: 24px
	}

	.logo__text {
		max-width: 200px
	}

	.footer {
		padding: 35px 0
	}

	.footer-item {
		margin-bottom: 30px
	}

	.footer-item.tl-right {
		text-align: center
	}

	.form__flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.form__flex-item {
		margin-bottom: 15px;
		max-width: 100% !important
	}

	.consult:after,
	.consult:before,
	.features:after,
	.features:before,
	.gallery:after,
	.gallery:before,
	.how:after,
	.how:before,
	.license:after,
	.license:before,
	.price:after,
	.price:before,
	.rounds:after,
	.rounds:before,
	.services:after,
	.services:before,
	.spec:after,
	.spec:before,
	.stes:after,
	.stes:before,
	.why:after,
	.why:before {
		display: none
	}

	.box-list {
		margin-bottom: 25px
	}

	.post ul li+li {
		margin-top: 15px
	}

	.post-large h2,
	.post-large p,
	.post-large ul {
		margin-bottom: 25px
	}

	.view__item {
		padding: 40px 25px
	}

	.view>div {
		width: 100%
	}

	.view>div:last-child {
		display: none
	}

	.rounds {
		-webkit-border-radius: 75px;
		border-radius: 75px
	}

	.gallery .head {
		margin-bottom: 0
	}

	.spec .row {
		margin-bottom: 30px
	}

	.spec-item {
		max-width: 100%;
		height: 100%;
		-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25)
	}

	.spec .slick-track {
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		height: auto
	}

	.spec .slick-list {
		padding: 15px 0
	}

	.spec .slick-slide {
		max-width: none;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto;
		max-width: 232px;
		height: auto
	}

	.price .slick-list {
		padding: 30px 0
	}

	.price .slick-slide {
		max-width: 320px;
		-webkit-box-flex: 0;
		-webkit-flex: 0 0 auto;
		-ms-flex: 0 0 auto;
		flex: 0 0 auto
	}

	.float-right {
		float: none;
		margin-left: 0
	}

	.float-left {
		float: none;
		margin-right: 0
	}
}

@media only screen and (max-width: 767px) {
	.mob_container {
		padding-top: 3px
	}

	.soc_mob_wrapper {
		gap: 10px
	}

	.inner {
		padding: 32px 0
	}

	.breadcrumb li {
		font-size: 14px
	}

	.mb-45 {
		margin-bottom: 30px
	}

	.steps {
		padding-top: 32px;
		padding-bottom: 32px
	}

	.steps .head {
		background: 0 0;
		padding: 0
	}

	.callback {
		padding: 32px 0
	}

	.callback-phone {
		font-size: 20px
	}

	.callback-content {
		text-align: center
	}

	.callback-content p {
		margin-bottom: 14px
	}

	.callback-img {
		display: none
	}

	.c-features {
		padding-bottom: 30px
	}

	.c-features .slick-list {
		padding: 15px 4px
	}

	.c-features__item {
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		padding: 22px 15px;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		text-align: center;
		-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
		max-width: 220px;
		margin: 0 15px
	}

	.c-features__head {
		margin-bottom: 12px
	}

	.c-features__row {
		margin-bottom: 15px
	}

	.c-features__text {
		font-size: 14px
	}

	.c-features__img {
		margin-right: 0;
		margin-bottom: 10px
	}

	.c-features__img img {
		max-width: 50px
	}

	.price {
		padding-bottom: 32px
	}

	.price .head {
		margin-bottom: 0 !important
	}

	.price-item {
		-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25)
	}

	.price-item__head {
		margin-bottom: 15px;
		font-size: 16px
	}

	.price-item ul li {
		font-size: 14px
	}

	.price-item ul li+li {
		margin-top: 8px
	}

	.price-item__price {
		font-size: 24px
	}

	.price-item__price span {
		font-size: 14px
	}

	body {
		font-size: 14px
	}

	.round {
		margin-top: 0;
		padding-top: 20px
	}

	.round .head {
		padding: 0
	}

	.consult {
		padding: 32px 0
	}

	.consult-item {
		padding: 15px;
		-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25)
	}

	.consult-item .btn {
		margin-top: 10px
	}

	.consult-item__row {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.consult-item__row+.consult-item__row {
		margin-top: 20px
	}

	.consult-item__text {
		font-size: 14px;
		width: 70%
	}

	.consult-item__price {
		font-size: 14px;
		width: 30%;
		text-align: right
	}

	.post h3 {
		font-size: 14px
	}

	.post h4 {
		font-size: 14px
	}

	.post ul .ul-head {
		font-size: 16px
	}

	.post ul li {
		font-size: 14px
	}

	.post ul li:before {
		width: 10px;
		height: 10px;
		margin-right: 20px
	}

	.post ol li {
		font-size: 14px
	}

	.post h2,
	.post h1 {
		font-size: 18px;
		line-height: 1.2
	}

	.post blockquote,
	.post li,
	.post p {
		font-size: 14px
	}

	.post img {
		-webkit-border-radius: 15px;
		border-radius: 15px
	}

	.logo--header {
		position: absolute
	}

	.logo--header img {
		display: none
	}

	.logo--header .logo__content {
		margin-left: 0
	}

	.logo--header .logo__text {
		display: none
	}

	.logo--header .logo__head {
		font-size: 14px
	}

	.h1 {
		font-size: 18px;
		text-align: center
	}

	.h2 {
		font-size: 22px;
		line-height: 1.2
	}

	.header {
		padding: 0 0 8px
	}

	.header-contacts a {
		font-size: 14px
	}

	.btn {
		font-size: 12px;
		padding: 11px 36px
	}

	.font-20 {
		font-size: 14px
	}

	.close__modal {
		width: 30px;
		height: 30px;
		right: -8px;
		top: -16px
	}

	.close__modal svg {
		max-width: 100%
	}

	.form__row {
		margin-bottom: 15px
	}

	.form__input {
		-webkit-box-shadow: 3.0508px 3.0508px 22.881px rgba(0, 0, 0, 0.25);
		box-shadow: 3.0508px 3.0508px 22.881px rgba(0, 0, 0, 0.25);
		font-size: 14px;
		padding: 13px 30px
	}

	.form__input::-webkit-input-placeholder {
		font-size: 14px
	}

	.form__input::-moz-placeholder {
		font-size: 14px
	}

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

	.form__input::placeholder {
		font-size: 14px
	}

	.form-block {
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		margin-bottom: 35px
	}

	.form-block .btn {
		font-size: 12px
	}

	.form-bottom .form__flex {
		margin-bottom: 0;
		padding: 0 20px
	}

	.form-bottom .box-shadow {
		-webkit-box-shadow: none;
		box-shadow: none;
		padding-left: 0;
		padding-right: 0
	}

	.modal {
		padding: 40px 15px
	}

	.payments li {
		width: 32px;
		height: 32px
	}

	.payments li img {
		max-width: 18px;
		max-height: 20px
	}

	.socials li a {
		width: 32px;
		height: 32px
	}

	.socials li a svg {
		max-width: 20px;
		max-height: 20px
	}

	.footer {
		text-align: center
	}

	.footer .logo__text {
		font-size: 12px;
		max-width: 160px;
		margin-left: auto;
		margin-right: auto
	}

	.footer-contacts span {
		font-size: 12px
	}

	.footer-contacts__link {
		font-size: 14px
	}

	.footer-head {
		font-size: 14px;
		margin-bottom: 12px
	}

	.footer-list li+li {
		margin-top: 9px
	}

	.footer-list a {
		font-size: 12px
	}

	.head {
		margin-bottom: 20px !important
	}

	.services {
		padding-bottom: 32px
	}

	.services .slick-list {
		padding: 15px 0
	}

	.services-wrap {
		min-height: auto
	}

	.services-wrap:hover {
		max-width: 190px
	}

	.services-wrap:hover .services-item__img {
		height: auto
	}

	.services--indent {
		margin-top: 20px
	}

	.services-item__head {
		font-size: 14px
	}

	.features .row {
		margin-bottom: -30px
	}

	.features-item {
		margin-bottom: 30px
	}

	.features-item__img {
		width: 90px;
		height: 90px;
		-webkit-background-size: contain;
		background-size: contain
	}

	.features-item__img img {
		max-height: 56px;
		max-width: 50px
	}

	.main-nav {
		top: 108px;
		height: -webkit-calc(100% - 66px);
		height: calc(100% - 66px)
	}

	.main.fixed {
		margin-top: 66px
	}

	.main-sec {
		padding-top: 32px;
		padding-bottom: 32px;
		background: 0 0
	}

	.main-sec__content p {
		font-size: 14px;
		text-align: center;
		text-transform: none;
		margin-bottom: 16px
	}

	.main-sec__content img {
		-webkit-border-radius: 15px;
		border-radius: 15px;
		display: block
	}

	.rounds {
		-webkit-border-radius: 0;
		border-radius: 0;
		padding: 32px 0
	}

	.content {
		padding: 32px 0
	}

	.how {
		background: 0 0;
		padding-top: 0
	}

	.how .head .h2 {
		margin-bottom: 0
	}

	.why {
		padding: 30px 0
	}

	.box-list ul {
		margin-bottom: 0
	}

	.box-shadow {
		padding: 15px;
		-webkit-box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25);
		box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.25)
	}

	.gallery .head {
		margin-bottom: 0 !important
	}

	.gallery-slide img {
		-webkit-box-shadow: 1.46618px 1.46618px 10.9964px rgba(0, 0, 0, 0.25);
		box-shadow: 1.46618px 1.46618px 10.9964px rgba(0, 0, 0, 0.25);
		-webkit-border-radius: 10px;
		border-radius: 10px
	}

	.gallery {
		padding: 32px 0
	}

	.license {
		padding: 32px 0
	}

	.license-imgs {
		margin: 0 -15px
	}

	.license-imgs__item {
		margin: 0 15px !important
	}

	.license-block {
		padding: 15px 30px;
		display: block
	}

	.spec {
		padding: 32px 0
	}

	.spec .row {
		margin-bottom: 15px
	}

	.spec-item {
		padding: 15px 10px
	}

	.spec-item__img img {
		max-width: 83px;
		height: auto
	}

	.spec-item__name {
		font-size: 14px
	}

	.spec-item__year {
		font-size: 14px
	}
}

.how h2,
.steps h2,
.rounds h2,
.round h2,
.content h2 {
	line-height: 1;
	color: #1bc19a;
	font-size: 22px;
	font-weight: 700;
	background-color: #fff;
	margin: 0 auto 35px;
	-webkit-border-radius: 78px;
	border-radius: 78px;
	padding: 15px 0;
	text-align: left
}

@media only screen and (max-width: 767px) {

	.how h2,
	.steps h2,
	.rounds h2,
	.round h2 {
		font-size: 16px
	}
}

.how ul {
	padding: 20px;
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25)
}

.round h2 {
	line-height: 1.5
}

.review-nav {
	display: flex;
	justify-content: center;
	margin: 40px 35px
}

.review-list {
	display: flex;
	justify-content: center;
	gap: 5px;
	max-width: 958px;
	flex-wrap: wrap
}

.review-list li {
	position: static;
	display: flex;
	align-items: center;
	justify-content: center;
	min-width: 180px;
	padding: 10px 25px;
	box-shadow: none;
	border: 1px solid;
	border-image-slice: 1;
	background: linear-gradient(#fff, #fff) padding-box, linear-gradient(91.08deg, #1bc19a 100%, #13dbab 100%) border-box;
	border-radius: 50em;
	border: 1px solid transparent;
	border-radius: 50em;
	color: #1bc19a;
	transition: all .001s;
	cursor: pointer
}

.review-list li.active {
	background: linear-gradient(91.08deg, #1bc19a 0%, #13dbab 100%);
	color: #fff
}

.review-list li:hover {
	background: linear-gradient(91.08deg, rgba(27, 193, 154, 0.13) 0%, rgba(19, 219, 171, 0.13) 100%);
	color: #1bc19a;
	border: 0
}

.check-btn__wrapper {
	display: flex;
	justify-content: center;
	margin-bottom: 80px;
	margin-top: 25px
}

.review-wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 20px;
	margin-bottom: 60px
}

.btn-wrapper__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background: linear-gradient(91.08deg, #1bc19a 0%, #13dbab 100%);
	border-radius: 50px;
	color: #fff;
	padding: 12px 25px;
	margin-bottom: 20px
}

.review-item {
	height: auto
}

.review-item.box-shadow {
	box-shadow: 0 0 10px 0 #0000001f
}

.review-item.box-shadow.site-slider {
	display: flex;
	box-shadow: 0 0 0 0;
	border: 1px solid #e1e1e173;
	flex-direction: column
}

.review-item__header {
	display: flex;
	background: linear-gradient(91.08deg, #1bc19a 0%, #15d2a5 100%);
	gap: 15px;
	padding: 20px 25px;
	align-items: center
}

.review-item__author--logo {
	height: 35px;
	width: 35px;
	border-radius: 30px
}

.review-item__author--name {
	color: #fff;
	font-size: larger;
	font-weight: 600
}

.review-item__body {
	display: flex;
	flex-direction: column;
	color: #171717;
	height: 290px;
	background: #fff;
	padding: 25px 25px 20px;
	font-size: 18px
}

.review-item__text {
	font-size: 18px;
	display: -webkit-box;
	-webkit-line-clamp: 6;
	-webkit-box-orient: vertical;
	text-overflow: ellipsis;
	font-weight: 300;
	line-height: 25px;
	margin-bottom: 0
}

.review-item__button {
	margin-top: 5px;
	font-weight: 400;
	line-height: 25px;
	color: #1bc19a;
	cursor: pointer
}

.review-item__button:hover {
	text-decoration: underline
}

.review-item__footer {
	margin-top: auto;
	padding-top: 20px;
	display: flex;
	justify-content: space-between;
	border-top: 1px solid #e1e1e1
}

.review-item__footer span {
	font-size: 2vh
}

.review-item__footer--logo {
	max-width: 15vh
}

.header__review {
	text-align: center
}

.rew-hidden {
	display: none
}

.modal__header {
	font-weight: 700;
	display: flex;
	background: #fff;
	height: 35px;
	gap: 15px;
	align-items: center;
	margin-bottom: 20px
}

.modal__header--name {
	color: #171717;
	font-weight: 600;
	line-height: 25px;
	font-size: 18px
}

@media (max-width: 920px) {
	.review-list li:hover {
		background: linear-gradient(91.08deg, #1bc19a 0%, #13dbab 100%);
		color: #fff
	}
}

@media (max-width: 770px) {
	.review-item__author--name {
		font-size: 15px
	}

	#review-modal .close__modal {
		top: 15px;
		right: 15px
	}

	#send-review__box {
		padding: 20px;
		height: 100%
	}

	.review-item {
		padding: 0;
		height: 375px
	}

	.review-wrapper {
		grid-template-columns: 1fr;
		gap: 15px
	}

	.review-modal__text {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400
	}

	.review-item__text {
		font-size: 14px;
		line-height: 20px;
		font-weight: 400;
		-webkit-line-clamp: 8
	}

	.review-item__footer {
		padding-top: 15px
	}

	.review-item__header {
		font-size: 16px;
		font-weight: 600
	}

	.review-list {
		gap: 15px
	}

	.review-list li {
		height: 45px
	}

	.check-review-btn {
		font-size: 25px
	}
}

@media (max-width: 420px) {
	#review-modal.modal {
		max-width: 375px;
		margin: 15px
	}

	#review-nav-modal {
		padding: 10px;
		max-width: 261px
	}

	.review-nav {
		display: none
	}

	.btn-wrapper__btn {
		display: flex
	}

	.review-list {
		gap: 15px
	}

	.review-list li {
		height: 45px
	}
}

#map {
	position: absolute;
	left: 50%;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%
}

.contacts_info {
	padding-bottom: 40px;
	position: relative;
	width: 50%
}

.contacts__wrapper {
	position: relative;
	min-height: 400px
}

@media (max-width: 768px) {
	.contacts_info {
		width: 100%
	}

	#map {
		position: static;
		min-height: 400px;
		width: 100%;
		display: flex
	}
}

.con_wrapper {
	margin-bottom: 20px
}

.refreshButton {
	background: -webkit-gradient(linear, left top, left bottom, from(#a9a9a9), color-stop(55.73%, silver), to(#d3d3d3));
	background: -webkit-linear-gradient(180deg, #a9a9a9 0, silver 55.73%, #d3d3d3 100%);
	background: -o-linear-gradient(180deg, #a9a9a9 0, silver 55.73%, #d3d3d3 100%);
	background: linear-gradient(180deg, #a9a9a9 0, silver 55.73%, #d3d3d3 100%)
}

.refreshButton:hover {
	background: -webkit-gradient(linear, left top, left bottom, from(#d3d3d3), color-stop(55.73%, silver), to(#a9a9a9));
	background: -webkit-linear-gradient(180deg, #d3d3d3 0, silver 55.73%, #a9a9a9 100%);
	background: -o-linear-gradient(180deg, #d3d3d3 0, silver 55.73%, #a9a9a9 100%);
	background: linear-gradient(180deg, #d3d3d3 0, silver 55.73%, #a9a9a9 100%)
}

.refreshButton:hover:before {
	display: none
}

.logo-static {
	width: 250px
}

.stati__item_wrapper {
	width: 50%
}

.flex_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	float: none
}

.stati__item {
	margin: 20px
}

.stati__info {
	margin: 10px;
	text-align: center
}

@media (max-width: 576px) {
	.stati__item_wrapper {
		width: 100%
	}
}

.stati__item:hover .stati__img {
	opacity: .5
}

.city__filter {
	outline: none;
	border-radius: 31.5px;
	border: 2px solid #4dc5c3;
	padding: 5px 20px;
	min-width: 300px;
	font-size: large;
	text-align: center;
	margin-bottom: 30px
}

.inside_filter {
	text-align: center
}

.subfolder_ul {
	flex-wrap: wrap;
	display: flex;
	margin-bottom: 30px
}

.inside_city {
	list-style-type: none;
	font-size: 14px;
	width: 25%
}

.white-wrap-block {
	background: #fff;
	border-radius: 30px;
	padding: 20px;
	box-shadow: 4px 4px 30px #000
}

.post h1 {
	font-size: 44px
}

.post h2 {
	font-size: 36px
}

.post p {
	font-size: 20px
}

h2 {
	font-size: 36px
}

p {
	font-size: 18px
}

@media (min-width: 767px) {
	.main-sec {
		background: url(../img/main-sec-banner2.jpg) no-repeat center center;
		-webkit-background-size: cover;
		background-size: cover;
		padding: 250px 0 270px;
		background-position-y: inherit
	}
}

.white-wrap-block ul,
.white-wrap-block p {
	background: 0 0;
	box-shadow: none;
	padding: 0
}

.white-wrap-block .box-shadow,
.white-wrap-block .box-shadow--small {
	background: 0 0;
	box-shadow: none;
	padding: 0;
	overflow: inherit
}

@media screen and (max-width: 950px) {
	.inside_city {
		width: 33%;
		margin-bottom: 8px;
		font-size: 17px
	}
}
@media(max-width: 767px){
    p {
        font-size: 14px
    }
}
@media screen and (max-width: 700px) {
	.inside_city {
		width: 50%;
		padding-left: 25px !important
	}
}

.hide {
	display: none !important
}

.npNewTable {
	width: 1250px;
	margin-bottom: 25px
}

.statTable {
	width: 1085px;
	font-size: 16px !important
}

.statTable td {
	padding: 15px
}

.zapoyTable {
	width: 1055px;
	font-size: 14px !important;
	text-align: center
}

.zapoyTable td {
	padding: 15px
}

.zapoyTableHead {
	text-align: center;
	margin-bottom: 20px;
	font-size: 19px;
	font-weight: 500
}

.branches-link {
	color: #1bc19a;
	font-size: 20px;
	font-weight: 500
}

.branches-link:hover {
	text-decoration: underline
}

.branches-adress {
	margin-top: 25px;
	text-align: center
}

.header-city {
	width: 20%;
	font-size: 15px
}

.header-city a {
	color: #1bc19a;
	font-weight: 700
}

.header-city_top a {
	display: flex;
	align-items: center;
	height: 100%
}

@media (min-width: 767px) {
	.header.fixed .header-city {
		display: none
	}
}

.city-list {
	margin: 20px 0;
	min-height: 300px;
	overflow: auto;
	max-height: 300px;
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 5px
}

.current_city {
	pointer-events: none;
	text-decoration: underline;
	color: #1bc19a;
	font-weight: 700
}

@media (max-width: 1090px) {
	.main-banner__content .d-block {
		display: none
	}

	.services {
		top: 0
	}
}

@media (max-width: 1023px) {
	.header-city {
		width: 100%;
		max-width: 200px
	}

	.header.fixed .header-contacts {
		display: block;
		align-self: auto;
		white-space: nowrap
	}

	.footer-item.idk {
		margin-right: auto;
		margin-top: 15px
	}
}

@media (max-width: 767px) {
	.hamburger {
		grid-area: c
	}

	.header-row {
		display: flex;
		align-items: center;
		gap: 10px;
		padding-right: 40px;
		padding-left: 50px
	}

	.header.fixed .header-row {
		display: flex;
		flex-direction: row;
		height: auto
	}

	.header-bottom .header-city {
		width: auto;
		display: flex;
		flex-direction: column;
		gap: 10px;
		align-items: flex-start
	}

	.header-bottom .header-city .mob_city {
		font-weight: 600;
		text-align: left;
		font-size: 18px;
		text-decoration: underline
	}

	.main-banner .main-banner__content {
		display: block
	}

	.main-banner h1 {
		text-align: left
	}

	.main-banner .main-banner__btn {
		padding: 0 10px
	}

	.main-banner .main-banner__btn a {
		width: 100%;
		margin-bottom: 10px;
		padding: 16px 30px;
		font-size: 16px
	}
}

@media screen and (max-width: 767px) {
	.logo--header {
		width: 30px !important;
		position: absolute !important;
		left: 0;
		top: 50% !important;
		transform: translateY(-50%)
	}

	.logo-fixed {
		display: block !important;
		width: 30px !important
	}

	.logo-now {
		position: static !important
	}

	.header-row {
		position: relative
	}
}

.ph_gal {
	justify-content: space-around;
	margin-bottom: 30px
}

.flex_box {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-ms-flex-align: flex-start;
	-webkit-align-items: flex-start;
	-webkit-box-align: flex-start;
	align-items: flex-start;
	float: none
}

.footer_line {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.footer_soc {
	display: inline-block;
	margin: 10px
}

.idk {
	width: fit-content;
	margin-left: auto
}

@media (max-width: 767px) {
	.footer_line {
		display: block
	}

	.idk {
		margin: auto
	}
}

@media (max-width: 460px) {
	.footer_line {
		display: flex;
		flex-direction: column;
		align-items: center
	}
}

.header-contacts a {
	font-size: 22px
}

[data-switcher] {
	float: left;
	margin-top: 0;
	padding: 1em 1em .7em
}

[data-switcher-show] {
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	padding: 6px;
	cursor: pointer;
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
	color: rgba(87, 87, 87, 0.2)
}

[data-switcher-show].selected {
	font-style: normal;
	font-weight: 900;
	font-size: 48px;
	line-height: 56px;
	color: #575757
}

[data-switcher-name]:not(.selected) {
	display: none
}

ul {
	list-style-type: none;
	padding: 0
}

.switcher {
	display: flex;
	align-items: center;
	justify-content: center
}

.switcher li {
	display: flex;
	align-items: center
}

.left {
	margin-right: 30px !important
}

.right {
	margin-left: 30px !important
}

.switcher li p {
	font-size: 20px;
	margin: 0;
	width: 48px;
	height: 48px;
	background: #1bc19a;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff
}

.switcher__separator {
	font-style: normal;
	font-weight: 400;
	font-size: 48px;
	line-height: 56px;
	color: rgba(87, 87, 87, 0.2)
}

h1 {
	font-style: normal;
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1bc19a
}

.variants__container {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	align-items: center
}

.variants__item {
	width: 30%;
	max-height: 270px;
	margin-bottom: 30px
}

.variants__item img {
	width: 100%;
	border-radius: 16px
}

.decorated {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 1.5em;
	display: inline-block
}

.decorated .decorated-inner {
	padding: .7em 1.2em;
	position: relative
}

.specialist__list {
	display: flex;
	justify-content: space-between;
	flex-direction: row;
	flex-wrap: wrap
}

.card {
	display: flex;
	flex-direction: column;
	width: 21%;
	background: #fff;
	box-shadow: 0 4px 24px #000;
	border-radius: 24px;
	padding: 24px 16px;
	transition: all 1s ease;
	color: #575757;
	margin-bottom: 20px
}

.card a {
	color: #575757;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	transition: all 1s ease
}

.card:hover {
	cursor: pointer;
	box-shadow: 0 4px 24px #000
}

.card a:hover {
	color: #1bc19a !important
}

.card__header {
	margin-bottom: 18px
}

.card__image {
	width: 173px;
	height: 173px;
	margin: 0 auto
}

.card__image img {
	width: 100%;
	border-radius: 50%
}

.card__body {
	text-align: center;
	margin: 0
}

.card__title {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center
}

.card__title:after {
	content: "";
	height: 2px;
	background-color: #1bc19a;
	bottom: -5px;
	max-width: 28px;
	width: 100%;
	display: block;
	margin: 10px auto
}

.card__subtitle {
	font-weight: 500;
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #1bc19a;
	margin-bottom: 5px
}

.card__description {
	font-weight: 300;
	font-size: 16px;
	line-height: 19px;
	text-align: center
}

.persona {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	margin: 20px 0;
	align-items: flex-start;
	transition: all 1s ease
}

.persona__aside {
	width: 30%
}

.persona__image {
	padding: 20px
}

.persona__image img {
	width: 100%;
	border-radius: 50%
}

.persona__content {
	width: 65%
}

.persona_header:after {
	content: "";
	margin: 16px 0;
	height: 2px;
	width: 100%;
	display: block;
	background: rgba(27, 193, 154, 0.2)
}

.person__title {
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	color: #1bc19a
}

.person__subtitle {
	font-weight: 400;
	font-size: 30px;
	line-height: 35px;
	color: #575757
}

.person__body {
	margin-top: 20px
}

.person__item i {
	color: #1bc19a;
	margin-right: 10px
}

.person__item {
	font-weight: 500;
	font-size: 20px;
	line-height: 30px;
	color: #575757;
	margin-bottom: 16px
}

.person__description {
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	color: #575757
}

.persone__button {
	margin-top: 20px;
	display: inline-block;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	padding: 16px 32px;
	position: relative;
	z-index: 1;
	background: -webkit-gradient(linear, left top, left bottom, from(#1bc19a), color-stop(55.73%, #1bc19a), to(#12ddac));
	background: -webkit-linear-gradient(top, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: -o-linear-gradient(top, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: linear-gradient(180deg, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	-webkit-border-radius: 27px;
	border-radius: 27px
}

.persone__button button {
	font-size: 16px;
	font-family: Roboto, sans-serif;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	color: #fff !important;
	text-decoration: none
}

.nav__stati {
	box-shadow: 0 2px 10px rgba(4, 62, 48, 0.1);
	border-radius: 15px;
	box-sizing: border-box;
	padding: 24px;
	max-width: 500px;
	margin-bottom: 20px;
	width: 100%
}

.nav__stati li {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	display: flex
}

.nav__stati .nav__stati-ol {
	padding-left: 0;
	counter-reset: section;
	margin-bottom: 25px;
	max-width: 335px
}

.nav__stati .nav__stati-ol li {
	padding-left: 22px
}

.nav__stati .nav__stati-ol li+li {
	padding-top: 0
}

.nav__stati .nav__stati-ol li:before {
	content: counter(section) ".";
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	display: flex;
	height: -webkit-fill-available
}

.nav__stati h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #575757
}

.nav__stati a {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #1bc19a;
	display: flex
}

.stoks {
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: space-between;
	gap: 20px
}

.stok__card {
	display: block;
	flex-basis: calc(50% - 10px);
	padding: 16px;
	transition: all 1s ease
}

.stock__header {
	margin-bottom: 8px
}

.stock__image img {
	width: 100%;
	border-radius: 16px
}

.stock__body {
	background: #fff;
	box-shadow: 0 4px 64px rgba(0, 0, 0, 0.07);
	border-radius: 16px;
	padding: 16px;
	transition: all 1s ease
}

.stock__title {
	font-weight: 400;
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	color: #575757;
	transition: all 1s ease
}

.stock__title:after {
	content: "";
	height: 2px;
	background-color: #1bc19a;
	bottom: -5px;
	max-width: 28px;
	width: 100%;
	display: block;
	margin: 10px auto;
	transition: all 1s ease
}

.stock__subtitle {
	font-weight: 400;
	font-size: 16px;
	line-height: 20px;
	text-align: center;
	color: #575757;
	transition: all 1s ease
}

.stok__card:hover {
	cursor: pointer
}

.stok__card:hover .stock__body {
	background: linear-gradient(180deg, #12dcab 0%, #1bc19a 100%);
	box-shadow: 0 4px 64px rgba(0, 0, 0, 0.2)
}

.stok__card:hover .stock__title {
	color: #fff
}

.stok__card:hover .stock__title:after {
	background-color: #fff
}

.stok__card:hover .stock__subtitle {
	color: #fff
}

@media (max-width: 1200px) {
	.card {
		width: 28%
	}
}

@media (max-width: 1000px) {
	.card {
		width: 44%
	}
}

@media (max-width: 860px) {
	.card {
		width: 100%;
		flex-direction: row;
		align-items: center;
		justify-content: space-around
	}

	.card__title {
		font-weight: 500;
		font-size: 14px;
		line-height: 23px;
		text-align: justify
	}

	.card__subtitle {
		font-weight: 500;
		font-size: 14px;
		line-height: 23px;
		text-align: justify;
		color: #1bc19a;
		margin-bottom: 5px
	}

	.card__title:after {
		margin: 10px 0
	}

	.card__description {
		font-weight: 300;
		font-size: 14px;
		line-height: 19px;
		text-align: justify
	}
}

@media (max-width: 820px) {
	.stok {
		flex-direction: column
	}

	.stok__card {
		flex-basis: 100%;
		width: 100%;
		padding: 16px
	}
}

@media (max-width: 800px) {
	.persona {
		flex-direction: column-reverse;
		align-items: center
	}

	.persona__aside {
		width: 100%
	}

	.persona__content {
		width: 100%
	}

	.persona_header:after {
		content: "";
		background: #1bc19a;
		width: 20%
	}
}

@media (max-width: 600px) {
	.variants__item {
		width: 48%;
		max-height: 270px;
		margin-bottom: 4px
	}

	.variants__container {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center
	}
}

@media (max-width: 650px) {
	.card__image {
		width: 140px;
		height: 140px;
		margin: 0 auto
	}
}

@media (max-width: 610px) {
	.card__body {
		margin: 0 0 0 20px
	}
}

@media (max-width: 500px) {
	.card__image {
		width: 120px;
		height: 120px;
		margin: 0 auto
	}
}

@media (max-width: 400px) {
	.card__image {
		width: 64px;
		height: 64px;
		margin: 0 auto
	}
}

.search-wr {
	min-height: 300px;
	padding-top: 20px;
	padding-bottom: 20px
}

.search-form {
	padding: 35px;
	background-color: #fff;
	border-radius: 15px;
	box-shadow: 0 4px 17px #000;
	color: #4d5e79;
	margin: 0 auto;
	max-width: 900px;
	display: flex;
	justify-content: space-between;
	grid-gap: 10px
}

.search-form-btn {
	border-style: none;
	font-size: 16px;
	font-weight: 700;
	text-decoration: none;
	display: flex;
	align-items: center;
	padding: 10px;
	border-radius: 5px;
	color: #fff;
	cursor: pointer
}

.search-form-query {
	flex-basis: 80%;
	border-style: none;
	background: #eff1f5;
	border-radius: 5px;
	padding-left: 10px
}

.search-result {
	margin: 0 auto;
	width: 80%;
	padding: 10px
}

.search-result a {
	display: block;
	color: #5d98f0;
	text-decoration: none
}

.js_search-link {
	max-width: 100px;
	text-align: center;
	margin: 0 auto;
	margin-top: 20px
}

.sitemap-generator h1,
.sitemap-generator .post a {
	text-align: center
}

.sitemap-generator .post a {
	display: block
}

.sitemap-generator ul li {
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 10px
}

.main-faqt h1 {
	font-family: Roboto, sans-serif
}

.main-faqt .post-faqt {
	display: flex;
	justify-content: space-between
}

@media only screen and (max-width: 767px) {
	.main-faqt .post-faqt {
		display: block
	}
}

.faqt-section {
	margin: 4rem 0
}

.accordion__item {
	margin: 24px auto;
	background: #fff;
	box-shadow: 0 2px 10px rgba(4, 62, 48, 0.1);
	border-radius: 15px
}

.accordion__item .accordion__title {
	position: relative;
	display: block;
	padding: 13px 60px 15px 13px;
	margin-bottom: 2px;
	color: #202020;
	font-size: 28px;
	text-decoration: none;
	border-radius: 15px;
	-webkit-transition: background-color .2s;
	transition: background-color .2s;
	cursor: pointer
}

.accordion__item .accordion__title:hover {
	background: #09e0ae;
	transition: all .2s ease-out;
	color: #fff;
	border-radius: 15px
}

.accordion__item .accordion__title:hover .accordion__arrow {
	background: url(/app/img/plus12.svg)
}

.accordion__item .accordion-active {
	background: #dcf4ef
}

.accordion__item .accordion__title.accordion-active .accordion__arrow {
	background: url(/app/img/minus11.svg)
}

.accordion__item .accordion__title.accordion-active:hover .accordion__arrow {
	background: url(/app/img/minus12.svg)
}

.accordion__item .accordion__title .accordion__arrow {
	position: absolute;
	top: 22px;
	right: 10px;
	display: inline-block;
	vertical-align: middle;
	width: 24px;
	height: 24px;
	text-align: center;
	color: #1bc19a;
	background: url(/app/img/plus11.svg);
	line-height: 30px;
	font-size: 20px;
	font-weight: 700;
	margin-right: 5px;
	-webkit-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.accordion__item .accordion__content {
	padding: 30px;
	margin-bottom: 2px;
	font-size: 14px;
	display: none
}

.accordion__item .accordion__arrow-item {
	font-weight: 700
}

.specialist__rowblock {
	padding: 0 50px;
    margin-bottom: 20px;
}

.owl-carousel2 .card {
	width: 100%;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
	margin: 2px
}

.owl-carousel2.owl-carousel .owl-nav button.owl-prev {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: rotate(180deg)
}

.owl-carousel2.owl-carousel .owl-nav button.owl-next {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	right: -35px
}

.owl-carousel2.owl-carousel .owl-nav button.owl-prev {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: rotate(180deg)
}

.owl-carousel2.owl-carousel .owl-nav button.owl-next span {
	display: none
}

.owl-carousel-gallery .card {
	width: 100%;
	box-shadow: 2px 2px 6px rgba(0, 0, 0, 0.12);
	margin: 2px
}

.owl-carousel-gallery.owl-carousel .owl-nav button.owl-prev {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: rotate(180deg)
}

.owl-carousel-gallery.owl-carousel .owl-nav button.owl-next {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	right: -35px
}

.owl-carousel-gallery.owl-carousel .owl-nav button.owl-prev {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: rotate(180deg)
}

.owl-carousel-gallery.owl-carousel .owl-nav button.owl-next span {
	display: none
}

.owl-carousel-review.owl-carousel .owl-item img {
	width: auto
}

.owl-carousel-review.owl-carousel .owl-nav button.owl-prev {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: rotate(180deg)
}

.owl-carousel-review.owl-carousel .owl-nav button.owl-next {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	right: -35px
}

.owl-carousel-review.owl-carousel .owl-nav button.owl-prev {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: 50%;
	left: -35px;
	transform: rotate(180deg)
}

.owl-carousel-review.owl-carousel .owl-nav button.owl-next span {
	display: none
}

.owl-carousel-review.owl-carousel .owl-nav button.owl-prev span {
	display: none
}

blockquote {
	background-color: #1bc19a;
	color: #fff;
	padding: 20px;
	border-radius: 20px
}

.main_text_custom>p {
	font-size: 18px;
	text-transform: none
}

@media only screen and (max-width: 767px) {
	.main_text_custom>p {
		font-size: 16px
	}
}

.yakor_custom {
	margin-bottom: 25px
}

.yakor_custom li {
	padding-top: 10px;
	padding-bottom: 10px;
	align-items: center;
	display: flex
}

.yakor_custom li img {
	position: relative;
	bottom: 5px;
	padding-right: 10px
}

.yakor_custom li a {
	font-size: 20px;
	font-weight: 700;
	line-height: 31px;
	letter-spacing: 0;
	text-align: left
}

.yakor_custom li a:hover {
	color: #3b8573
}

@media (max-width: 767px) {
	.main-banner .main-banner__content {
		padding: 25px 0 50px
	}

	.yakor_custom li a {
		font-size: 14px;
		line-height: 14px
	}

	.yakor_custom li {
		padding-bottom: 0
	}

	.yakor_custom li:first-child {
		padding-top: 0
	}
}

.main-banner .main-banner__content .yakor_custom li {
	list-style-type: none
}

.gal_item {
	max-width: 300px;
	padding: 10px
}

.persona__content .persona_linkdin {
	display: flex;
	align-items: center;
	margin-top: 14px
}

.persona__content .persona_linkdin a {
	margin-right: 20px
}

.persona__content .person__title {
	margin-bottom: 10px
}

.persona__content .person__subtitle {
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
	color: #575757
}

.persona__aside .persona__image {
	background: #fff;
	box-shadow: 0 6px 60px rgba(203, 203, 203, 0.4);
	padding: 0
}

.persona__aside .persona__image>img {
	border-radius: 0;
	padding: 20px 20px 0;
	border-bottom: 1px solid #1bc19a
}

.persona__aside .persona__image .persona__time {
	padding: 20px;
	letter-spacing: 2px
}

.persona__aside .persona__image .persone__button {
	margin: 0 20px 20px;
	padding: 12px 24px
}

.persona__image .persona__time>div {
	display: flex;
	align-items: center;
	margin-bottom: 8px
}

.persona__image .persona__time>div img {
	width: 24px;
	border-radius: 0;
	margin-right: 10px
}

.persona__image .persona__time>div span {
	font-weight: 700
}

.persona__image .persona__time>p {
	margin: 0;
	font-size: 16px
}

.persona__image .persona__time>p span {
	font-size: 16px;
	font-weight: 700
}

.persona_lince h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
	color: #1bc19a
}

.owl-carousel36-inner {
	padding: 20px 0 40px
}

.owl-carousel36.owl-carousel .owl-nav button.owl-prev {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: -55px;
	right: 60px;
	transform: rotate(180deg)
}

.owl-carousel36.owl-carousel .owl-nav button.owl-next {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: -55px;
	right: 10px
}

.owl-carousel36.owl-carousel .owl-nav button.owl-prev span {
	display: none
}

.owl-carousel36.owl-carousel .owl-nav button.owl-next span {
	display: none
}

.owl-carousel36.owl-carousel .item-doc-linc img {
	padding: 20px
}

.persona_otzyve h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
	color: #1bc19a
}

.owl-carousel38-inner {
	padding: 20px 0 40px
}

.owl-carousel38.owl-carousel .owl-nav button.owl-prev {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: -55px;
	right: 60px;
	transform: rotate(180deg)
}

.owl-carousel38.owl-carousel .owl-nav button.owl-next {
	width: 20px;
	height: 41px;
	background: #fff url(../img/slider-arrow.svg) no-repeat center center;
	position: absolute;
	top: -55px;
	right: 10px
}

.owl-carousel38.owl-carousel .owl-nav button.owl-prev span {
	display: none
}

.owl-carousel38.owl-carousel .owl-nav button.owl-next span {
	display: none
}

.owl-carousel38.owl-carousel .item-doc-otzv {
	background: #fff;
	box-shadow: 0 6px 14px rgba(203, 203, 203, 0.6);
	border-radius: 40px;
	padding: 18px 24px;
	margin: 10px 10px 30px
}

.owl-carousel38.owl-carousel .item-doc-otzv span {
	color: #1bc19a;
	font-weight: 700;
	font-size: 18px
}

.owl-carousel38.owl-carousel .item-doc-otzv p {
	font-size: 16px;
	margin-top: 20px;
	line-height: 25px
}

.persona_formio {
	background: #fff;
	box-shadow: 0 0 20px rgba(4, 37, 83, 0.1);
	border-radius: 56px;
	width: 100%;
	max-width: 600px;
	margin: auto;
	padding: 16px 24px;
	text-align: center;
	margin-bottom: 40px
}

.persona_formio h2 {
	font-weight: 700;
	font-size: 30px;
	line-height: 42px;
	color: #1bc19a
}

.persona_formio .form__input {
	margin-bottom: 14px
}

.txt-block__table-text3 {
	background: #fff;
	box-shadow: 0 2px 10px rgba(4, 62, 48, 0.1);
	border-radius: 32px;
	padding: 16px 32px;
	width: 1034px;
	margin-bottom: 40px;
	margin-top: 40px;
	display: flex
}

.txt-block__table-text3>div {
	min-width: 100px
}

.txt-block__table-text3>div img {
	padding: 20px
}

.txt-block__table-text3>div p span {
	font-weight: 600
}

.txt-block__table-doc {
	margin-bottom: 20px
}

.txt-block__table-doc .line-row2 {
	display: flex;
	align-items: center
}

.txt-block__table-doc .line-row2 div,
.txt-block__table-doc .line-row2 button {
	background: #fff;
	box-shadow: 3px 0 20px rgba(4, 62, 48, 0.1);
	border: 1px solid #c4c4c4;
	width: 120px;
	height: 94px;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: underline
}

.txt-block__table-doc .line-row2 div sub,
.txt-block__table-doc .line-row2 button sub {
	display: none
}

.txt-block__table-doc .line-row2 div.line-name {
	background: #eaebee;
	box-shadow: 3px 0 20px rgba(4, 62, 48, 0.1);
	width: 200px;
	height: 94px;
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 10px;
	text-decoration: none;
	border-left: none
}

.txt-block__table-doc .line-row2 div.line-name p {
	font-size: 13px;
	margin-bottom: 6px;
	font-weight: 700;
	line-height: 12px
}

.txt-block__table-doc .line-row2 div.line-name span {
	font-size: 13px
}

.txt-block__table-doc .line-row2 div.line-title2 {
	background: #eaebee;
	box-shadow: 3px 0 20px rgba(4, 62, 48, 0.1);
	width: 200px;
	display: flex;
	flex-direction: column;
	align-items: start;
	padding: 10px;
	text-decoration: none;
	border-left: none;
	height: 50px;
	border-top-left-radius: 12px;
	border-top: none;
	font-weight: 600;
	color: #5c5757
}

.txt-block__table-doc .line-row2 div.line-title {
	background: #eaebee;
	box-shadow: 3px 0 20px rgba(4, 62, 48, 0.1);
	padding: 10px;
	text-decoration: none;
	height: 50px;
	border-top: none;
	font-weight: 600;
	color: #5c5757
}

.txt-block__table-doc .line-row2 div:last-child {
	border-right: none
}

.txt-block__table-doc .line-row2:last-child div {
	border-bottom: none
}

.txt-block__table-doc .line-row2:first-child div:last-child {
	border-top-right-radius: 12px
}

.txt-block__table-doc .line-row2:last-child div:last-child {
	border-bottom-right-radius: 12px
}

.txt-block__table-doc .line-row2:last-child div:first-child {
	border-bottom-left-radius: 12px
}

.txt-block__table-doc .line-row2 div:hover,
.txt-block__table-doc .line-row2 button:hover {
	background: #1bc19a;
	color: #fff;
	border-color: #1bc19a;
	cursor: pointer
}

@media (max-width: 1050px) {
	.txt-block__table-text3 {
		width: 800px
	}

	.txt-block__table-doc .line-row2 div,
	.txt-block__table-doc .line-row2 button {
		width: 94px
	}

	.txt-block__table-doc .line-row2 div.line-name,
	.txt-block__table-doc .line-row2 div.line-title2 {
		width: 150px
	}
}

.txt-block__table-doc .line-row2 button:nth-child(2) {
	background-color: #DEF1ED
}

@media (max-width: 850px) {
	.txt-block__table-text3 {
		width: 100%
	}

	.txt-block__table-doc .line-row2 {
		display: block;
		margin-bottom: 20px;
		box-shadow: 3px 0 20px rgba(4, 62, 48, 0.1);
		border-radius: 20px
	}

	.txt-block__table-doc .line-row2:first-child {
		display: none
	}

	.txt-block__table-doc .line-row2 div,
	.txt-block__table-doc .line-row2 button {
		width: 45%;
		height: 34px;
		border: none;
		text-decoration: none;
		justify-content: start;
		padding-left: 14px;
		box-shadow: none;
		background: #fff !important
	}

	.txt-block__table-doc .line-row2 div sub,
	.txt-block__table-doc .line-row2 button sub {
		display: flex;
		margin-right: 6px
	}

	.txt-block__table-doc .line-row2 div.line-name {
		width: 55%;
		float: left;
		height: 238px;
		justify-content: center;
		background: #fff;
		border-radius: 20px;
		padding: 20px
	}

	.txt-block__table-doc .line-row2 div:hover,
	.txt-block__table-doc .line-row2 button:hover {
		background: #fff !important;
		color: #575757
	}

	.txt-block__table-doc .line-row2 div:last-child {
		border-bottom-right-radius: 20px
	}
}

.service_img {
	width: 40%;
	padding: 10px;
	float: right
}

.service_img-info {
	width: 50%;
	padding: 10px;
	float: right
}

@media (max-width: 770px) {
	.service_img {
		width: 100%
	}

	.service_img-info {
		width: 100%
	}
}

@media (max-width: 990px) {
	.banner-inner .banner .text h1 {
		margin-bottom: 15px;
		font-size: 30px;
		line-height: 1
	}

	.banner-inner {
		padding: 0;
		border-radius: 20px
	}

	.banner-inner .banner {
		display: block
	}

	.banner-inner .banner .form-banner {
		padding: 0;
		margin: 0
	}

	.banner-inner .banner .text {
		width: 100%
	}
}

@media (max-width: 650px) {
	.banner-inner .container {
		padding-left: 0;
		padding-right: 0
	}

	.banner-inner .banner .advantages {
		display: block;
		margin-bottom: 30px
	}

	.banner-inner .banner .advantages .advantage {
		display: flex;
		margin: 15px 0
	}

	.banner-inner .banner .advantages .advantage-1,
	.advantage-2,
	.advantage-3 {
		display: flex;
		align-items: center;
		margin-bottom: 10px
	}

	.banner-inner .banner .advantages .advantage-3 {
		margin-bottom: 25px
	}

	.banner-inner .banner .advantages p {
		margin: 0;
		padding-left: 10px
	}
}

@media (max-width: 380px) {
	.banner-inner .banner {
		padding: 20px
	}

	.banner-inner .banner .text p {
		font-size: 16px
	}
}

.main {
	width: 100%;
	display: flex;
	flex-direction: column
}

.main-header {
	color: #1bc19a;
	font-size: 44px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: .88px;
	text-align: left;
	margin: 0
}

.main-category {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	list-style-type: none;
	padding: 0;
	margin: 0;
	align-items: flex-start;
	gap: 16px
}

.main-category-item {
	border-radius: 4px;
	background: #fff;
	box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
	display: flex;
	padding: 8px 24px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	gap: 10px;
	margin: 0;
	text-wrap: nowrap;
	color: #575757;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: .32px
}

.main-category-item:hover {
	cursor: pointer
}

.main-article {
	list-style-type: none;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 32px;
	padding: 0
}

.main-article-item {
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 4px 64px 0 rgba(0, 0, 0, 0.07);
	display: none;
	flex-direction: column;
	gap: 16px;
	padding: 16px 16px 24px;
	box-sizing: border-box;
	width: 100%;
	max-width: 352px;
	justify-content: space-between
}

.main-article-item-box {
	position: relative
}

.main-article-item-img {
	width: 100%;
	height: 200px;
	align-self: stretch;
	border-radius: 24px
}

.main-article-item-key {
	position: absolute;
	padding: 4px 8px;
	box-sizing: border-box;
	border-radius: 4px;
	background: #fff;
	bottom: 10px;
	left: 22px
}

.main-article-item-heading {
	color: #1bc19a;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%
}

.main-article-item-des {
	color: #181d21;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	letter-spacing: .32px
}

.main-article-item-link {
	border-radius: 55px;
	background: linear-gradient(180deg, #1bc19a 0%, #1bc19a 53.13%, #12ddac 100%);
	display: flex;
	padding: 12px 24px;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	color: #fff;
	text-align: center;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%;
	margin: 0;
	width: fit-content;
	transition: background-color, color .5s;
  align-self: center;
}

.main-article-item-link:hover {
	cursor: pointer
}

.main-article-box {
	display: flex;
	justify-content: space-between;
	margin: 0
}

.main-article-item-check,
.main-article-item-place {
	margin-bottom: 4px;
	color: #181d21;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%
}

.main-article-item-doc,
.main-article-item-date {
	color: #181d21;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin: 0
}

.main-article-item-doc {
	color: #1bc19a
}

.main-article-box>div:nth-child(2) {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin: 0
}

.main-article-box>div:nth-child(1) {
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	margin: 0;
	width: 170px
}

.active-category {
	background-color: #1bc19a;
	color: #fff;
	transition: background-color, color .5s
}

.active-article {
	display: flex
}

@media screen and (max-width: 960px) {
	.main-header {
		color: #1bc19a;
		font-size: 22px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%
	}

	.main-article {
		grid-template-columns: 1fr 1fr
	}

	.main-category {
		overflow: auto;
		flex-wrap: inherit
	}

	.main-category-item {
		padding: 8px
	}
}

@media screen and (max-width: 645px) {
	.main-article {
		grid-template-columns: 1fr
	}
}

.nav__box {
	display: flex;
	justify-content: space-between;
	gap: 32px
}

.nav__doc {
	display: flex;
	flex-direction: column;
	align-items: flex-start
}

.nav-doc-des {
	color: #575757;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: .72px;
	margin: 0 0 24px
}

.nav-doc-img {
	width: 150px;
	height: 150px;
	border-radius: 114px;
	margin: 0 0 16px;
	background-size: cover
}

.post .nav-doc-svg {
	border-radius: 0;
	margin-top: 8px
}

.nav-doc-sp {
	color: #575757;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: .4px;
	align-self: stretch;
	margin: 8px 0 0
}

.nav__doc>span:nth-child(4) {
	position: relative
}

.nav__doc>span:nth-child(4):before {
	content: "";
	width: 28px;
	height: 2px;
	background: #575757;
	position: relative;
	display: block;
	margin: 0 0 8px
}

.video__container iframe {
	margin: 32px 0 16px;
	width: 100%;
	height: 280px;
	border-radius: 8px;
	background: linear-gradient(0deg, rgba(3, 29, 23, 0.4) 0%, rgba(3, 29, 23, 0.4) 100%), #d3d3d3 0 -167.631px/100% 600% no-repeat
}

.video-span {
	color: #1bc19a;
	font-size: 28px;
	font-style: normal;
	font-weight: 700;
	line-height: 140%;
	letter-spacing: .56px
}

.video-des {
	color: #1bc19a;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	letter-spacing: .4px
}

.rankings {
	margin: 56px 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	border-radius: 32px;
	background: #fff;
	box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.2);
	padding: 32px;
	box-sizing: border-box;
	align-items: flex-start;
	gap: 24px;
	max-width: 530px;
	width: 100%
}

.rankings-box {
	display: flex;
	margin: 0;
	justify-content: space-between
}

.rankings-box-b {
	display: flex;
	flex-direction: column;
	align-items: start
}

.rankings-box-b:first-child {
	margin: 0 32px 0 0
}

.rankings-box-span {
	color: #1bc19a;
	font-size: 20px;
	font-style: normal;
	font-weight: 700;
	line-height: 150%;
	margin: 0 0 8px
}

.rankings-box-b div {
	margin: 0
}

.rankings-stars {
	display: flex;
	gap: 8px
}

.rankings-stars svg {
	fill: #fff4cf
}

.rankings-stars svg:hover {
	fill: #ffe07d
}

.rankings-mess {
	display: flex;
	gap: 16px
}

.rankings-date {
	margin: 0;
	color: #575757;
	text-align: right;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%
}

@media screen and (max-width: 645px) {
	.rankings-box {
		flex-direction: column
	}

	.post .nav__box {
		flex-direction: column
	}

	.nav-doc-des {
		font-size: 25px;
		font-style: normal;
		font-weight: 700;
		line-height: 140%;
		letter-spacing: .5px
	}

	.nav-doc-sp {
		font-size: 16px
	}
}

.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon {
	height: 32px !important;
	width: 32px !important
}

.ya-share2__container_shape_round.ya-share2__container_size_m .ya-share2__badge .ya-share2__icon:not(.ya-share2__icon_messenger-contact):not(.ya-share2__icon_more):not(.ya-share2__icon_copy) {
	background-size: 32px 32px !important
}

.rankings-box-b li:before {
	display: none !important
}

.licenses-img2 {
	display: none
}

.licenses-img3 {
	display: none
}

@media (max-width: 1070px) {
	.licenses-img2 {
		display: flex;
		margin: 0 auto
	}

	.licenses-img {
		display: none
	}
}

@media (max-width: 610px) {
	.licenses-img3 {
		display: flex;
		margin: 0 auto
	}

	.licenses-img2 {
		display: none
	}
}

.btn-price {
	display: inline-block;
	-webkit-transition: all .35s ease;
	-o-transition: all .35s ease;
	transition: all .35s ease;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	text-align: center;
	font-weight: 300;
	padding: 3px 17px;
	position: relative;
	z-index: 1;
	height: 29px;
	margin-top: 7px
}

table {
	width: 100%
}

td>p {
	font-size: 18px !important;
	color: #1bc19a;
	font-weight: 700;
	display: flex;
	justify-content: left
}

td {
	height: 44px;
	font-size: 18px;
	vertical-align: baseline
}

td:last-child {
	justify-content: flex-end;
	display: flex
}

.first-item {
	width: 60%
}

@media (max-width: 767px) {
	.header-mobile__snow {
		display: none !important
	}

	.consult-item {
		padding: 15px
	}

	td {
		font-size: 16px;
		height: 35px
	}

	td>p {
		font-size: 16px !important
	}

	tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	td:nth-child(1n) {
		width: 70%
	}

	td:nth-child(2n) {
		width: 30%;
		display: flex;
		justify-content: flex-end
	}

	td>p {
		font-weight: 800
	}

	td:nth-child(3n) {
		width: 100%;
		justify-content: center
	}

	.btn-price {
		margin-top: 0
	}
}

@media (max-width: 675px) {
	tr {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between
	}

	.btn-price {
		margin-top: 0
	}
}

@media (max-width: 460px) {
	td {
		height: 40px
	}

	td>p {
		margin: 10px 0
	}

	td:nth-child(1n) {
		max-width: 186px;
		height: 70px
	}

	td:nth-child(3n) {
		width: 100%;
		max-width: 460px;
		justify-content: center;
		height: 40px
	}
}

@media (max-width: 390px) {
	td:nth-child(1n) {
		max-width: 149px
	}

	td:nth-child(3n) {
		width: 100%;
		max-width: 460px;
		justify-content: center;
		height: 40px
	}
}

.fa-telegram-plane:before {
	font-size: 30px
}

@media (max-width: 500px) {
	.header-city_top {
		margin: 0
	}

	.header-city_top .fa-telegram-plane:before {
		margin-right: 15px
	}

	.socials li a .fa-telegram-plane:before {
		font-size: 17px
	}
}

.video-col-3 {
	flex: 0 1 calc(33.333% - 22px)
}

.video-col-3:nth-child(3n) {
	margin-right: 0
}

.video-col-3:last-child {
	margin-right: 0
}

.gallery {
	padding: 40px 0 100px
}

.gallery__container {
	width: 100%;
	max-width: 1123px;
	margin: 0 auto;
	text-align: center;
	padding: 0 15px 100px
}

.gallery__title {
	color: #1bc19a;
	text-align: center;
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 40px
}

.gallery__wrapper-video {
	gap: 32px;
	display: flex;
	flex-wrap: wrap
}

.gallery__video {
	&video-col-3display: flex;
	flex-direction: column;
	text-align: left
}

.card-text {
	flex-grow: 1;
	color: #575757;
	font-family: "Roboto";
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 25px;
	margin: 0;
	margin-top: 15px
}

.play-button {
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}

.gallery__video.video-col-3:after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	min-height: 12px;
	background: url(/app/img/videogallery/line.svg) center center no-repeat;
	background-size: cover
}

.card-img {
	position: relative;
	display: block
}

.card-img:after {
	content: "";
	display: block;
	position: absolute;
	bottom: 50%;
	right: 50%;
	transform: translate3d(50%, 50%, 0);
	width: 35px;
	height: 35px;
	background: url(/app/img/videogallery/play.svg) center center no-repeat
}

.video-item {
	border-radius: 15px
}

.video {
	display: block
}

.card-img>img {
	max-width: 100%;
	height: 100%;
	object-fit: cover;
	min-height: 235px;
	border-radius: 15px
}

.videogallery__wrapper-slider {
	position: relative
}

.videogallery__container {
	width: 100%;
	max-width: 1190px;
	margin: 0 auto;
	text-align: center
}

.videogallery__slider {
	margin-bottom: 30px
}

.videogallery__wrapper-slider {
	position: relative
}

.videogallery__slider-btn.swiper-button-disabled {
	opacity: .5;
	pointer-events: none
}

.videogallery__slider-btn_prev {
	right: 100%;
	margin-right: 30px
}

.videogallery__slider-btn_next {
	left: 100%;
	margin-left: 30px
}

.videogallery__slider-btn {
	width: 17px;
	height: 34px;
	position: absolute;
	z-index: 10;
	top: 40%;
	transform: translateY(-40%);
	transition: opacity .2s ease
}

.carousel-video.play-button {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0)
}

.carousel-video p {
	padding: 15px 0 5px;
	color: #575757;
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	text-align: left;
	margin-bottom: 0 !important
}

.carousel-video:after {
	content: "";
	display: block;
	width: 100%;
	height: 12px;
	min-height: 12px;
	background: url(/app/img/videogallery/line.svg) center center no-repeat;
	background-size: cover
}

.carousel-video video[poster] {
	height: 100%
}

@media (max-width: 1350px) {
	.photogallery__slider-btn {
		display: none
	}
}

@media (max-width: 1097px) {
	.gallery__wrapper-video {
		justify-content: center
	}

	.gallery__video {
		margin-bottom: 21px;
		margin-right: 21px
	}
}

@media (max-width: 1024px) {
	.section-offset-padding {
		padding: 40px 0
	}

	.video-col-3 {
		flex: 0 1 calc(50% - 64px);
		margin-right: 10px;
		margin-bottom: 10px
	}

	.video-col-3:nth-child(3n) {
		margin-right: 10px
	}

	.video-col-3:nth-child(2n) {
		margin-right: 0
	}

	.video-col-3:last-child {
		margin-right: 0
	}

	.gallery__title .site-title {
		font-size: 24px;
		margin-bottom: 25px
	}

	.photogallery__title .site-title {
		font-size: 24px;
		margin-bottom: 25px
	}

	.photogallery__slider {
		margin-bottom: 25px
	}

	.photogallery__container {
		padding: 0 15px
	}
}

@media (max-width: 865px) {
	.video-col-3 {
		flex: 1 1 100%;
		margin-right: 0;
		margin-bottom: 10px;
		align-items: center;
		max-width: 353px
	}

	.video-col-3:nth-child(3n) {
		margin-right: 0
	}

	.video-col-3:nth-child(2n) {
		margin-right: 0
	}

	.video-col-3:last-child {
		margin-right: 0
	}

	.video-item {
		width: 100%
	}

	.gallery__title {
		margin-bottom: 25px
	}
}

@media (max-width: 575px) {
	.video-col-3 {
		flex: 1 1 100%;
		margin-right: 0;
		margin-bottom: 10px
	}

	.video-col-3:nth-child(3n) {
		margin-right: 0
	}

	.video-col-3:nth-child(2n) {
		margin-right: 0
	}

	.video-col-3:last-child {
		margin-right: 0
	}

	.gallery {
		padding: 70px 0
	}

	.slider-btn__wrapper {
		display: none
	}

	.gallery__wrapper-video {
		margin-bottom: 10px;
		gap: 30px
	}
}

.fancybox__backdrop {
	background: rgba(0, 0, 0, 0.6) !important;
	backdrop-filter: blur(5px)
}

.sevice-img img {
	width: 100%;
	border-radius: 20px
}

.service-video {
	width: 100%;
	max-height: 550px
}

.service-text {
	flex-grow: 1;
	color: #575757;
	font-size: 22px;
	font-family: "Roboto";
	font-weight: 500;
	line-height: 25px;
	margin-bottom: 25px
}

.line-img {
	width: 100%
}

.service-video__container {
	width: 100%;
	max-width: 1122px;
	margin: 0 auto;
	padding: 0 15px;
	height: auto;
	padding-bottom: 125px
}

.sevice-img__wrap {
	max-width: 100%;
	position: relative;
	margin-bottom: 25px
}

.sevice-img:after {
	content: "";
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 70px;
	height: 70px;
	background: url(/app/img/videogallery/play-grey.svg) center center no-repeat;
	z-index: 10
}

.service-video__title {
	color: #1bc19a;
	text-align: center;
	font-family: "Roboto";
	font-size: 36px;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
	margin-bottom: 40px
}

@media (max-width: 750px) {
	.service-video__title {
		font-size: 24px;
		margin-bottom: 15px
	}

	.service-text {
		font-size: 18px;
		margin-bottom: 15px
	}

	.service-video__container {
		padding-bottom: 25px
	}
}

.post .reviewer {
	display: flex;
	justify-content: flex-end
}

.post .reviewer p {
	margin-bottom: 0
}

.post .reviewer .reviewer__content-name {
	margin-bottom: 16px
}

.post .reviewer__content-pro {
	border-radius: 0
}

.post .reviewer__container {
	max-width: 491px;
	box-shadow: 0 10px 20px 0 #05224e1a;
	border-radius: 32px;
	padding: 25px
}

.post .reviewer__top {
	display: flex;
	gap: 15px;
	margin-bottom: 15px
}

.post .reviewer__content {
	display: flex;
	flex-direction: column;
	gap: 8px
}

.post .reviewer__content-title {
	font-size: 24px;
	font-weight: 700;
	line-height: 34px;
	letter-spacing: .02em;
	color: #575757
}

.post .reviewer__content-name a {
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	letter-spacing: .02em;
	color: #1bc19a
}

.post .reviewer__content-name {
	position: relative
}

.post .reviewer__content-name:before {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 0;
	width: 28px;
	height: 2px;
	background-color: #575757
}

.post .reviewer__content-spec,
.post .reviewer__content-stazh {
	font-size: 18px;
	font-weight: 400;
	line-height: 25px;
	letter-spacing: .02em;
	color: #575757
}

.post .reviewer__top-img {
	width: 140px;
	height: 140px;
	border-radius: 50px
}

.post .reviewer__time {
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
	letter-spacing: .02em;
	color: #575757;
	display: flex;
	justify-content: flex-end
}

.post .reviewer__content-pro {
	max-width: 180px
}

.post .reviewer__content-img {
	display: none
}

@media (max-width: 575px) {
	.post .reviewer__content {
		gap: 4px
	}

	.post .reviewer__content-name:before {
		bottom: -4px
	}

	.post .reviewer__content-img {
		display: flex;
		width: 140px;
		height: 140px;
		border-radius: 50px
	}

	.post .reviewer__top-img {
		display: none
	}

	.reviewer__content-title {
		font-size: 24px;
		line-height: 34px
	}

	.post .reviewer__container {
		padding: 15px
	}

	.post .reviewer__content-name a {
		font-size: 18px;
		line-height: 25px
	}

	.post .reviewer__content-spec,
	.post .reviewer__content-stazh {
		font-size: 16px;
		line-height: 22px
	}

	.post .reviewer__content-pro {
		max-width: 135px
	}

	.post .reviewer__time {
		justify-content: flex-start
	}

	.post .reviewer .reviewer__content-name {
		margin-bottom: 8px
	}
}

.banner .banner__time {
	display: flex;
	align-items: center;
	gap: 5px;
	color: #575757;
	font-size: 16px
}

.tooltip {
	position: relative;
	display: inline-block
}

.tooltip .tooltiptext {
	visibility: hidden;
	width: 460px;
	bottom: 100%;
	left: 50%;
	margin-left: -230px;
	background-color: #fff;
	color: #575757;
	text-align: center;
	padding: 5px 0;
	border-radius: 20px;
	font-weight: 300;
	font-size: 14px;
	position: absolute;
	z-index: 2
}

.tooltip:hover .tooltiptext {
	visibility: visible
}

@media (max-width: 767px) {
	.tooltip .tooltiptext {
		width: 240px;
		margin-left: -160px
	}
}

@media (max-width: 575px) {
	.tooltip .tooltiptext {
		width: 240px;
		margin-left: -220px
	}

	.banner__time {
		margin-top: 15px
	}

	.banner__time-text {
		font-size: 14px
	}
}

.medecines__item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	-ms-flex-preferred-size: calc((100% - 80px) / 3);
	flex-basis: calc((100% - 80px) / 3);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 15px;
	-ms-flex-preferred-size: calc((100% - 80px) / 3);
	flex-basis: calc((100% - 80px) / 3)
}

.medecines__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 40px;
	width: 100%;
	margin-bottom: 50px
}

.medecines {
	padding-bottom: 20px
}

.medecines__item-title {
	display: block;
	width: 100%;
	padding-bottom: 15px;
	border-bottom: 1px solid #e1e1e1;
	font-size: 42px;
	line-height: 1;
	color: #575757
}

.medecines__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 5px
}

.medecines__list li {
	position: relative
}

.medecines__list li a {
	text-decoration: underline;
	color: #1bc19a
}

.medecines__list li a::before {
	display: block;
	content: "";
	width: 0;
	height: 2px;
	background-color: #1bc19a;
	position: absolute;
	bottom: 0;
	-webkit-transition: width .2s linear;
	-o-transition: width .2s linear;
	transition: width .2s linear
}

.medecines__list li a:hover::before {
	width: 100%
}

.medecines .post {
	margin-bottom: 40px
}

.medecines blockquote {
	background-color: #edf9f6;
	color: #575757;
	margin: 0;
	font-size: 18px;
	display: flex;
	gap: 20px;
	align-items: center
}

.medecines blockquote:before {
	display: block;
	content: "!";
	line-height: 1;
	font-size: 56px;
	color: #1bc19a;
	font-weight: 600;
	font-family: "Roboto", sans-serif
}

.medecine__author {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 25px 25px 0;
	gap: 20px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.medecine__author-wrapper {
	border-radius: 15px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14);
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.14)
}

.medecine__author-picture {
	max-height: 140px;
	-o-object-fit: cover;
	object-fit: cover;
	max-width: 150px;
	overflow: hidden
}

.medecine__author-item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-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;
	gap: 5px;
	font-size: 18px
}

.medecine__author-name {
	font-weight: 500;
	font-size: 22px;
	color: #1bc19a
}

.medecine__prodoctorov {
	width: 100%;
	max-width: 270px
}

.medecine__author>a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.medecine__prodoctorov img {
	border-radius: 0
}

.drugs {
	margin-bottom: 40px
}

.drugs__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-radius: 20px;
	overflow: hidden;
	gap: 20px;
	background-color: #eee
}

.drugs__picture {
	width: 100%;
	max-width: 500px;
	height: auto
}

.drugs__picture img {
	height: 100%;
	width: 100%;
	max-width: 500px;
	-o-object-fit: cover;
	object-fit: cover
}

.drugs__content {
	padding: 65px 0;
	padding-right: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	max-width: 460px;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start
}

.drugs__list {
	width: 100%;
	margin-bottom: 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	gap: 10px
}

.drugs__list-item {
	-ms-flex-preferred-size: calc((100% - 20px) / 3);
	flex-basis: calc((100% - 20px) / 3);
	max-width: calc((100% - 20px) / 3)
}

.drugs__list-item a {
	color: #1bc19a;
	text-decoration: underline
}

.drugs__list-item a:hover {
	color: #333
}

.drugs__link {
	display: block;
	width: auto;
	font-size: 20px;
	font-weight: 500;
	color: #fff;
	padding: 17px 30px;
	line-height: 1;
	white-space: nowrap;
	border-radius: 50px;
	background: -webkit-gradient(linear, left top, left bottom, from(#1bc19a), to(#12dbab));
	background: -o-linear-gradient(top, #1bc19a 0%, #12dbab 100%);
	background: linear-gradient(180deg, #1bc19a 0%, #12dbab 100%);
	-webkit-transition: color .2s ease;
	-o-transition: color .2s ease;
	transition: color .2s ease
}

.drugs__link:hover {
	color: #333
}

@media (max-width: 770px) {
	.medecines__item {
		-ms-flex-preferred-size: calc((100% - 40px) / 2);
		flex-basis: calc((100% - 40px) / 2);
		max-width: calc((100% - 40px) / 2)
	}

	.medecines h1 {
		font-size: 18px
	}

	.medecines blockquote:before {
		display: none
	}

	.medecine__author {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.medecine__author-item {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		width: 100%
	}

	.medecine__author-picture {
		-webkit-box-ordinal-group: 3;
		-ms-flex-order: 2;
		order: 2
	}

	.medecine__author>a {
		-webkit-box-ordinal-group: 4;
		-ms-flex-order: 3;
		order: 3
	}

	.medecine__author-name {
		font-size: 14px
	}

	.medecine__author-picture,
	.medecine__author>a {
		max-width: calc(50% - 10px);
		-ms-flex-preferred-size: calc(50% - 10px);
		flex-basis: calc(50% - 10px)
	}

	.medecine__author-picture img {
		max-height: 140px
	}
}

@media (max-width: 360px) {
	.medecines__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: 100%
	}
}

.medecine__inner {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 40px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.medecine__picture {
	margin-bottom: 20px;
	display: block
}

.medecine__card {
	max-width: 340px;
	min-width: 340px
}

.medecine__text {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	gap: 20px
}

.medecine__text p {
	margin: 0
}

.medecine__text>h2 {
	color: #1bc19a;
	font-size: 28px;
	font-weight: 600;
	margin-top: 20px
}

.medecine__card-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center
}

@media (max-width: 800px) {
	.post h2 {
		font-size: 16px
	}

	.medecine__inner {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column
	}

	.medecine__text {
		gap: 15px
	}

	.medecine__text>h2 {
		margin-top: 15px
	}

	.medecine__card {
		min-width: 250px
	}
}

@media (max-width: 800px) {
	.drugs__list-item {
		-ms-flex-preferred-size: calc((100% - 10px) / 2);
		flex-basis: calc((100% - 10px) / 2);
		max-width: calc((100% - 10px) / 2)
	}

	.drugs__inner {
		-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
	}

	.drugs__picture {
		max-width: 100%;
		max-height: 344px
	}

	.drugs__picture img {
		max-width: 100%;
		width: 100%;
		max-height: 344px
	}

	.drugs__content {
		max-width: 100%;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding: 0 25px 30px
	}
}

@media (max-width: 380px) {
	.drugs__link {
		margin: 0 20px;
		padding: 10px 15px;
		font-size: 14px
	}
}

.clinic__block {
	padding: 0 35px 35px
}

.clinic__block-title {
	margin-bottom: 40px;
	color: #1a1a18;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase
}

.clinic__3dtour-inn {
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	height: 400px;
	position: relative
}

.admin-btn-dropdown:not(:disabled):not(.disabled),
.btn:not(:disabled):not(.disabled) {
	cursor: pointer
}

a.admin-btn-dropdown,
a.btn {
	text-decoration: none
}

.btn-outline-light {
	color: #e0e0e0;
	border-color: #e0e0e0
}

.admin-btn-dropdown,
.btn3D {
	display: inline-block;
	font-weight: 400;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	padding: .375rem .75rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn3D {
	color: #FFF;
	text-align: center;
	background-color: transparent;
	border: 1px solid #FFF;
	font-size: 16px;
	padding: 20px
}

.btn3D:hover {
	cursor: pointer;
	color: #000;
	background-color: #FFF
}

.clinic__3dtour-actions {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 15px 10px;
	display: none;
	z-index: 1;
	text-align: center;
	background: rgba(0, 0, 0, .7)
}

.clinic__3dtour-title {
	color: #fff;
	font-size: 24px;
	font-weight: 600
}

.clinic__3dtour-subtitle {
	font-size: .875rem;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 10px
}

.clinic__3dtour--hover__ttl {
	color: #fff;
	line-height: 1;
	margin-bottom: 10px;
	font-size: 18px;
	text-align: center
}

.clinic__3dtour-inn:hover .clinic__3dtour--hover {
	opacity: 1;
	visibility: visible;
	pointer-events: auto
}

.clinic__3dtour--hover {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .7);
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	pointer-events: none;
	opacity: 0;
	visibility: hidden;
	transition: .3s
}

[data-fancybox]:before {
	content: none
}

@media (width 600px) {
	.clinic__3dtour-inn {
		height: 300px
	}
}

.mfp-hide {
	display: none !important
}

button::-moz-focus-inner {
	padding: 0;
	border: 0
}

.btn-green::before,
.services::after,
.services::before {
	content: '';
	position: absolute
}

html {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-ms-overflow-style: scrollbar
}

*,
::after,
::before {
	-webkit-box-sizing: inherit;
	box-sizing: inherit
}

.container {
	width: 100%;
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto
}

@media (min-width: 576px) {
	.container {
		max-width: 1115px
	}
}

@media (min-width: 768px) {
	.container {
		max-width: 1125px
	}
}

@media (min-width: 1023px) {
	.container {
		max-width: 1135px
	}
}

@media (min-width: 1200px) {
	.container {
		max-width: 1145px
	}
}

.d-block {
	display: block
}

@media (min-width: 768px) {
	.d-md-none {
		display: none !important
	}
}

.hamburger {
	padding: 0;
	display: inline-block;
	font: inherit;
	color: inherit;
	text-transform: none;
	background-color: transparent;
	border: 0;
	margin: 0;
	overflow: visible
}

.hamburger-box {
	width: 18px;
	height: 12.5px;
	display: inline-block;
	position: relative
}

.hamburger-inner {
	display: block;
	top: 50%;
	margin-top: -.75px
}

.hamburger-inner,
.hamburger-inner::after,
.hamburger-inner::before {
	width: 18px;
	height: 1.5px;
	background-color: #1bc19a;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	position: absolute
}

.hamburger-inner::after,
.hamburger-inner::before {
	content: "";
	display: block
}

.hamburger-inner::before {
	top: -5.5px
}

.hamburger-inner::after {
	bottom: -5.5px
}

::-moz-placeholder {
	color: #666;
	opacity: 1
}

::-ms-input-placeholder {
	color: #666;
	opacity: 1
}

header,
nav,
section {
	display: block
}

li,
ul {
	list-style: none;
	margin: 0;
	padding: 0
}

button,
input {
	outline: 0;
	border: none;
	margin: 0;
	padding: 0
}

*,
:after,
:before {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

h1,
h2 {
	font-weight: 400;
	margin: 0
}

a {
	color: inherit;
	text-decoration: none;
	outline: 0
}

img {
	max-width: 100%
}

button {
	background: 0 0
}

.logo-fixed {
	display: none
}

.logo--header {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center
}

.logo__content {
	margin-left: 5px
}

.logo__head {
	font-size: 34px;
	color: #1bc19a;
	font-weight: 900;
	line-height: 1;
	display: block
}

.logo__text {
	color: #b8b8b8;
	display: block;
	font-size: 14px
}

.header {
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, .25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, .25)
}

.header .btn {
	padding-top: 12px;
	padding-bottom: 12px
}

.header-contacts a {
	font-size: 25px;
	color: #1bc19a;
	font-weight: 700;
	display: block
}

.header-contacts span {
	display: block;
	font-size: 15px;
	color: #b8b8b8
}

.header-top {
	padding: 18px 0 0
}

.main-list {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.main-list>li {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	position: relative
}

.main-list>li>a {
	position: relative;
	font-size: 22px;
	font-weight: 400;
	display: block;
	padding: 15px 0 20px;
	text-align: center
}

.dropdown-menu {
	position: absolute;
	background-color: #1bc19a;
	left: 0;
	top: 100%;
	width: 100vw;
	max-width: 308px;
	display: none;
	-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
	box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.dropdown-menu.lvl1>li:nth-child(2)>a {
	padding-top: 20px
}

.dropdown-menu.lvl1>li:last-child>a {
	padding-bottom: 20px
}

.dropdown-menu.lvl2 {
	left: 100%;
	top: 0
}

.dropdown-menu.lvl2>li:nth-child(2)>a {
	padding-top: 20px
}

.dropdown-menu.lvl2>li:last-child>a {
	padding-bottom: 20px
}

.dropdown-menu a {
	color: #fff;
	display: block;
	position: relative;
	font-size: 18px;
	padding: 4px 20px
}

.hamburger {
	display: none
}

.form-block {
	padding: 16px 32px;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, .25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, .25);
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff
}

.form-block .btn {
	padding: 14px 20px;
	font-size: 25px
}

.form__policy {
	font-size: 13px;
	text-align: center;
	letter-spacing: .03em
}

.form-head {
	margin-bottom: 18px
}

.form-head p {
	margin: 0
}

.form-head .h2 {
	margin-bottom: 0
}

.form__flex {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -15px 20px
}

.form__flex-item {
	padding: 0 15px
}

.form__flex-item:nth-child(1),
.form__flex-item:nth-child(2) {
	width: 100%;
	max-width: 384px
}

.form__flex-item:last-child {
	-webkit-box-flex: 1;
	-webkit-flex-grow: 1;
	-ms-flex-positive: 1;
	flex-grow: 1
}

.form__flex-item .btn {
	width: 100%
}

.form__input {
	display: block;
	width: 100%;
	font-family: Roboto, sans-serif;
	font-size: 18px;
	color: #575757;
	-webkit-appearance: none;
	-webkit-border-radius: 36px;
	border-radius: 36px;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, .25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, .25);
	padding: 19px 35px
}

.form__input::-webkit-input-placeholder {
	font-size: 18px;
	color: #d7d7d7;
	font-family: Roboto, sans-serif;
	font-weight: 300
}

.form__input::-moz-placeholder {
	font-size: 18px;
	color: #d7d7d7;
	font-family: Roboto, sans-serif;
	font-weight: 300
}

.form__input::-ms-input-placeholder {
	font-size: 18px;
	color: #d7d7d7;
	font-family: Roboto, sans-serif;
	font-weight: 300
}

.form__row {
	margin-bottom: 25px
}

.form__row:last-child {
	margin-bottom: 0
}

.btn {
	display: inline-block;
	font-size: 16px;
	font-family: Roboto, sans-serif;
	text-align: center;
	font-size: 22px;
	font-weight: 300;
	padding: 16px 32px;
	position: relative;
	z-index: 1
}

.btn-green {
	background: -webkit-gradient(linear, left top, left bottom, from(#1bc19a), color-stop(55.73%, #1bc19a), to(#12ddac));
	background: -webkit-linear-gradient(top, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: -o-linear-gradient(top, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: linear-gradient(180deg, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	-webkit-border-radius: 27px;
	border-radius: 27px;
	color: #fff !important
}

.btn-green::before {
	width: 100%;
	height: 100%;
	-webkit-border-radius: 27px;
	border-radius: 27px;
	background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #1bc19a), color-stop(55.73%, #1bc19a), to(#12ddac));
	background: -webkit-linear-gradient(0, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: -o-linear-gradient(0, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	background: linear-gradient(0, #1bc19a 0, #1bc19a 55.73%, #12ddac 100%);
	z-index: -1;
	opacity: 0;
	visibility: hidden;
	left: 0;
	top: 0
}

.head {
	margin-bottom: 30px
}

.head .h2 {
	margin-bottom: 0
}

.head p {
	font-size: 18px;
	margin: 0
}

.link--green {
	color: #1bc19a
}

.tl-center {
	text-align: center
}

.modal {
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background-color: #fff;
	max-width: 532px;
	margin: 0 auto;
	position: relative;
	padding: 28px 30px
}

.modal .form__input {
	max-width: 295px;
	margin: 0 auto;
	text-align: center
}

.modal .h2 {
	line-height: 1.2;
	margin-bottom: 16px
}

.close__modal {
	position: absolute;
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, .25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, .25);
	right: -16px;
	top: -16px
}

.close__modal svg {
	display: block
}

.h1 {
	color: #1bc19a;
	font-size: 42px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1;
	text-transform: uppercase
}

.h2 {
	color: #1bc19a;
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1.5;
	margin-bottom: 15px
}

.font-20 {
	font-size: 20px
}

.main-sec {
	background: url(/app/img/main-sec-banner.jpg) no-repeat center center;
	-webkit-background-size: cover;
	background-size: cover;
	padding: 215px 0 270px
}

.main-sec__content {
	max-width: 630px
}

.main-sec__content p {
	margin: 0;
	text-transform: uppercase
}

.services {
	position: relative
}

.services::before {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 205px;
	height: 27px;
	top: 303px
}

.services::after {
	left: -10px;
	-webkit-border-radius: 32px;
	border-radius: 32px;
	background-color: #1bc19a;
	width: 115px;
	height: 27px;
	top: 353px
}

.services--indent {
	position: relative
}

.services--indent .form-block {
	margin-bottom: 55px
}

.services .head {
	margin-bottom: 60px
}

@media only screen and (max-width: 1200px) {
	.main-list>li>a {
		font-size: 18px
	}

	.form__flex-item:nth-child(1),
	.form__flex-item:nth-child(2) {
		max-width: 324px
	}

	.services {
		padding-bottom: 40px
	}
}

@media only screen and (max-width: 1023px) {
	.hamburger {
		display: inline-block
	}

	.dropdown-menu {
		position: absolute;
		width: 100%;
		height: 100%;
		background-color: #1bc19a;
		left: 0;
		top: 0;
		max-width: 100%;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow-y: auto;
		z-index: 201;
		display: -webkit-box !important;
		display: -webkit-flex !important;
		display: -ms-flexbox !important;
		display: flex !important;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-shadow: none;
		box-shadow: none
	}

	.dropdown-menu li+li {
		margin-top: 12px
	}

	.dropdown-menu li:first-child {
		display: block;
		position: absolute;
		left: 15px;
		top: 15px
	}

	.dropdown-menu li:first-child svg {
		display: block
	}

	.dropdown-menu li a {
		color: #fff;
		font-size: 18px;
		display: inline-block;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 6px 15px !important
	}

	.dropdown-menu.lvl2 {
		left: 0
	}

	.main-list {
		display: block;
		text-align: center
	}

	.main-list>li {
		position: static
	}

	.main-list>li+li {
		margin-top: 12px
	}

	.main-list>li>a {
		color: #fff;
		font-size: 18px;
		display: inline-block;
		-webkit-border-radius: 20px;
		border-radius: 20px;
		padding: 6px 15px
	}

	.main-nav {
		position: fixed;
		width: 100%;
		height: -webkit-calc(100vh - 94.69px);
		height: calc(100vh - 94.69px);
		background-color: #1bc19a;
		left: 0;
		top: 94.69px;
		-webkit-transform: translateX(-100%);
		-ms-transform: translateX(-100%);
		transform: translateX(-100%);
		overflow-y: auto;
		z-index: 200;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-webkit-justify-content: center;
		-ms-flex-pack: center;
		justify-content: center
	}

	.header .btn {
		display: none
	}

	.header-contacts span {
		display: none
	}

	.header-top {
		padding-top: 0
	}

	.logo img {
		width: 120px
	}

	.logo__head {
		font-size: 24px
	}

	.logo__text {
		max-width: 200px
	}

	.form__flex {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.form__flex-item {
		margin-bottom: 15px;
		max-width: 100% !important
	}

	.services::after,
	.services::before {
		display: none
	}
}

@media only screen and (max-width: 767px) {
	.hamburger {
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%)
	}
    .head p {
        font-size: 14px;
    }
	body {
		font-size: 14px
	}

	.logo--header img {
		display: none
	}

	.logo--header .logo__content {
		margin-left: 0
	}

	.logo--header .logo__text {
		display: none
	}

	.logo--header .logo__head {
		font-size: 15px
	}

	.h1 {
		font-size: 22px;
		text-align: center
	}

	.h2 {
		font-size: 16px;
		line-height: 1.2
	}

	.header {
		padding: 0 0 8px
	}

	.header-contacts a {
		color: #9b9b9b;
		font-size: 16px
	}

	.btn {
		font-size: 12px;
		padding: 11px 36px
	}

	.font-20 {
		font-size: 16px
	}

	.close__modal {
		width: 30px;
		height: 30px;
		right: -8px;
		top: -16px
	}

	.close__modal svg {
		max-width: 100%
	}

	.form__row {
		margin-bottom: 15px
	}

	.form__input {
		-webkit-box-shadow: 3.0508px 3.0508px 22.881px rgba(0, 0, 0, .25);
		box-shadow: 3.0508px 3.0508px 22.881px rgba(0, 0, 0, .25);
		font-size: 14px;
		padding: 13px 30px
	}

	.form__input::-webkit-input-placeholder {
		font-size: 14px
	}

	.form__input::-moz-placeholder {
		font-size: 14px
	}

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

	.form-block {
		-webkit-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: none;
		box-shadow: none;
		padding: 0;
		margin-bottom: 35px
	}

	.form-block .btn {
		font-size: 12px
	}

	.modal {
		padding: 40px 15px
	}

	.head {
		margin-bottom: 20px !important
	}

	.services {
		padding-bottom: 32px
	}

	.services--indent {
		margin-top: 0
	}

	.main-nav {
		top: 66px;
		height: -webkit-calc(100% - 66px);
		height: calc(100% - 66px)
	}

	.main-sec {
		padding-top: 32px;
		padding-bottom: 32px;
		background: 0 0
	}

	.main-sec__content p {
		font-size: 16px;
		text-align: center;
		text-transform: none;
		margin-bottom: 16px
	}

	.main-sec__content img {
		-webkit-border-radius: 15px;
		border-radius: 15px;
		display: block
	}
}

.custom-link-wrap {
	display: none
}

.footer__infotamtion p {
	color: #fff;
	margin-top: 50px;
	font-size: 14px;
	text-align: center
}

.b24-widget-button-social-item.b24-widget-button-callback.custom-call {
	display: block
}

html.bx-ios.bx-ios-fix-frame-focus .b24-widget-button-shadow {
	visibility: visible !important
}

.bx-ios.bx-ios-fix-frame-focus body,
html.bx-ios.bx-ios-fix-frame-focus {
	overflow: hidden !important
}

html.bx-ios.bx-ios-fix-frame-focus {
	overflow: visible !important
}

@media only screen and (max-width: 1023px) {
	.dropdown-menu li+li {
		margin-top: 4px
	}

	.dropdown-menu.lvl1.open {
		align-items: flex-end;
		flex-direction: column;
		flex-wrap: nowrap;
		justify-content: flex-start
	}

	.dropdown-menu {
		min-height: 870px
	}

	.dropdown-menu li a {
		font-size: 16px
	}
}

details {
	display: block;
	background: #1bc19a52;
	width: 100%;
	box-shadow: 0 10px 15px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);
	border-radius: 8px;
	overflow: hidden;
	margin: 1rem auto
}

summary::-webkit-details-marker {
	display: none
}

summary::-moz-list-bullet {
	list-style-type: none
}

summary::marker {
	display: none
}

summary {
	display: block;
	padding: 1em;
	border: 1px solid #1bc19a;
	font-size: 1.4em;
	cursor: pointer;
	position: relative
}

summary:before {
	top: 1em;
	right: 1em;
	color: transparent;
	width: 1em;
	height: 1em;
	content: "";
	position: absolute;
	transition: transform .5s
}

details[open]>summary:before {
	transform: scale(1, -1)
}

summary~* {
	padding: 0 1em 10px 1.4em
}

details[open] summary~* {
	animation: sweep 1s ease-in-out
}

@keyframes sweep {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

summary:focus {
	outline: 0;
	box-shadow: inset 0 0 1px rgba(0, 0, 0, .3), inset 0 0 2px rgba(0, 0, 0, .3)
}

.nav-stat--link {
	color: #575757;
	text-decoration: none;
	transition: color .5s
}

.nav-stat--link:hover {
	color: #179779;
	text-decoration: none
}

.nav-stat--list {
	margin-top: 30px;
	list-style: none
}

#specialButton {
	background: rgba(27, 193, 154, .5);
	box-shadow: 0 8px 32px 0 #4f0000;
	backdrop-filter: blur(4.5px);
	-webkit-backdrop-filter: blur(4.5px);
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, .18);
	position: fixed;
	bottom: 5%;
	left: 5%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3
}

.consultation {
	box-sizing: border-box;
	padding: .5em 1em;
	background-color: #026060;
	color: #fff;
	font-size: 1.1em;
	text-align: center;
	min-height: 50px;
	display: flex;
	align-items: center;
	justify-content: center
}

.consultation__text {
	margin: 0;
	color: #fff;
	font-size: 16px;
	line-height: 120%;
	text-align: center
}

.consultation__text-decor {
	padding: 0 3px;
	border: 1px solid #fff;
	border-radius: 3px
}

@media (max-width: 575px) {
	.consultation__text {
		font-size: 12px
	}

	.consultation {
		min-height: 40px
	}
}

@media (max-width: 340px) {
	.header-contacts a {
		font-size: 14px
	}

	.logo img {
		width: 80px
	}
}

html .widget-content {
	z-index: 10
}

html .widget-content.opened {
	z-index: 11000
}

html.hidden {
	overflow: hidden
}

.header-mobile__adderss-call {
	display: block;
	font-size: 14px;
	line-height: 1;
	font-weight: 600
}

@media (max-width: 470px) {
	.header-city {
		max-width: 145px
	}

	.header-contacts a {
		font-size: 14px
	}
}

.footer__address-call {
	color: #fff;
	font-weight: 600;
	margin: 5px 0
}

.consult-item__wrap {
	overflow-x: auto;
	display: block;
	width: 100%
}

@media (max-width: 1150px) {

	.zapoyTable,
	.zapoyTable tbody,
	.zapoyTable tr,
	.zapoyTable td {
		display: block;
		width: 100%
	}

	.zapoyTable .tr-top {
		display: none
	}

	.zapoyTable thead {
		display: none
	}

	.zapoyTable tr {
		margin-bottom: 10px
	}

	.zapoyTable td {
		padding-left: 20%;
		position: relative
	}

	.zapoyTable td::before {
		content: attr(data-label);
		position: absolute;
		left: 0;
		width: 50%;
		padding-left: 15px;
		font-weight: 700;
		text-align: left
	}

	.zapoyTable .caption_zapoy-table {
		display: block
	}
}

@media (max-width: 390px) {
	.zapoyTable td:nth-child(1n) {
		max-width: 100%;
		height: auto
	}
}

@media (max-width: 460px) {
	.zapoyTable td:nth-child(1n) {
		max-width: 100%;
		height: auto
	}
}

@media (max-width: 1023px) {
	.header-city {
		display: none
	}
}

.header-row {
	min-height: 40px
}

.post .ur__info {
	font-size: 14px
}

.serv_list_new {
	margin: 50px 0
}

.nav-service {
	box-shadow: 0 2px 10px rgba(4, 62, 48, 0.1);
	border-radius: 15px;
	box-sizing: border-box;
	padding: 24px;
	margin: 25px 0;
	width: 100%;
	display: grid;
	grid-template-columns: 1fr 1fr
}

.nav-service h2 {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #575757;
	margin-bottom: 10px
}

.nav-service .nav-service__ol {
	display: flex;
	flex-direction: column;
	gap: 15px;
	counter-reset: section
}

.nav-service .nav-service__ol li {
	display: flex;
	gap: 10px
}

.nav-service .nav-service__ol li:before {
	content: counter(section) ".";
	counter-increment: section;
	border: none;
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	display: block;
	color: #1bc19a
}

.nav-service a {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #1bc19a;
	text-decoration: none
}

.nav-service a:hover {
	text-decoration: underline
}

.article-checker {
	border: 1px solid rgba(27, 193, 154, 1);
	box-shadow: 0 2px 10px 0 rgba(4, 62, 48, 0.1);
	border-radius: 16px;
	padding: 20px 25px
}

.article-checker__body {
	display: grid;
	grid-template-columns: 112px auto;
	grid-gap: 8px;
	padding-top: 12px
}

.article-checker__head {
	color: rgba(85, 100, 115, 1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding-bottom: 8px;
	display: flex;
	justify-content: space-between
}

.article-checker__name {
	color: rgba(27, 193, 154, 1);
	font-size: 18px;
	font-weight: 500;
	line-height: 1px;
	margin-top: 8px
}

.article-checker__name+span {
	background: rgba(87, 87, 87, 0.4);
	width: 28px;
	height: 1px;
	display: inline-block
}

.article-checker__prodoctorov-link {
	margin-top: 16px;
	display: inline-block
}

.article-info-doctors {
	display: flex;
	flex-direction: column;
	gap: 16px
}

.nav__box.nav__box--new {
	-webkit-border-radius: 30px;
	border-radius: 30px;
	background: #fff;
	-webkit-box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	box-shadow: 4px 4px 30px rgba(0, 0, 0, 0.25);
	margin-bottom: 40px;
	padding: 30px
}

.nav__stati.nav__stati--new,
.nav__stati.nav__doc.nav__doc--new {
	box-shadow: none;
	max-width: unset;
	padding: 0;
	margin: 0
}

.nav__box.nav__box--new ol.nav__stati-ol {
	max-width: unset
}

.nav__stati.nav__doc.nav__doc--new {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.nav__doc-body {
	display: flex;
	flex-direction: row;
	gap: 20px
}

.nav__doc-text {
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: flex-start;
	justify-content: space-between
}

.nav-doc-sp-wrap {
	display: flex;
	flex-direction: column
}

.divider--new {
	height: 1px;
	width: 11%;
	border-bottom: 2px gray solid
}

.main-article-item-doc.main-article-item-doc--new {
	font-size: 20px;
	line-height: 1.25
}

.nav__doc-wrap {
	padding: 15px;
	border: 1px #1bc19a solid;
	border-radius: 11px;
	display: flex;
	flex-direction: column;
	gap: 15px
}

.nav__doc-header {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 5px 0;
	border-bottom: 1px #80808045 solid
}

.nav-doc-sp.nav-doc-sp--new {
	font-size: 16px;
	font-weight: 400;
	line-height: 1
}

.nav__stati.nav__stati--new h2 {
	font-size: 24px
}

.post__wrap--new {
	margin-bottom: 50px;
	padding: 0;
	display: flex;
	flex-direction: row;
	gap: 40px;
	margin-top: 80px
}

.stati__title.stati__title--new {
	max-width: 60%
}

.nav__doc-wrap {
	width: 100%
}

@media (max-width: 1025px) {
	.nav-doc-img.nav-doc-img--new {
		width: 80px;
		height: 80px
	}

	.post__wrap--new {
		flex-direction: column
	}

	.stati__title.stati__title--new {
		max-width: 100%
	}
}

@media (max-width: 900px) {
	.nav__box.nav__box--new {
		flex-direction: column
	}

	.nav-service {
		grid-template-columns: 1fr
	}
}

.result_wrapper h3 {
	font-size: 22px;
	font-weight: 700;
	color: #026060;
	margin-bottom: 20px;
	display: block;
	text-align: center
}

.result_wrapper {
	width: 100%
}

.result_wrapper p {
	margin-bottom: 0
}

.stati__img {
	border-radius: 25px
}

.stati__title {
	margin-top: 24px
}

@media(max-width: 500px) {
	.article-checker__body {
		grid-template-columns: 1fr
	}
}

.popup {
	height: 100vh;
	left: 50%;
	opacity: 0;
	pointer-events: none;
	position: fixed;
	top: 50%;
	transform: translate3d(-50%, -50%, 0);
	width: 100%;
	z-index: 2000;
	transition: opacity .4s;
	overflow-y: auto;
	background-color: #0b0b0ba9;
	-webkit-backdrop-filter: blur(4px);
	backdrop-filter: blur(4px);
	display: none
}

.popup.popup-response {
	z-index: 10000
}

.popup.active {
	display: block
}

.popup__body {
	width: 100%;
	min-height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 60px 15px 20px
}

.popup.open {
	opacity: 1;
	pointer-events: all
}

.popup__content {
	width: 100%;
	max-width: 532px;
	border-radius: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	gap: 10px;
	padding: 40px 24px 24px;
	scale: .3;
	transition: scale .4s;
	background-color: #fff;
	box-shadow: 0 0 30px 0 rgba(255, 255, 255, 0.1)
}

.popup.open .popup__content {
	scale: 1
}

.close-popup {
	position: absolute;
	top: -16px;
	right: -16px;
	width: 49px;
	cursor: pointer;
	height: 49px;
	transition: width .3s linear, height .3s linear, top .3s linear, right .3s linear
}

.review-item__button {
	text-align: left;
	font-size: 16px;
	font-weight: 700
}

.kapelnitsy-list {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 30px 10px;
	margin-bottom: 50px;
}

.links-column {
	list-style: none;
	padding: 0;
	margin: 0;
	text-align: center;
}

.links-column li {
	margin-bottom: 8px;
}

.toggle-links {
	display: none;
	padding: 0px 10px;
	cursor: pointer;
	justify-content: center;
}

.links-column a {
	text-decoration: underline;
	display: inline-block;
	padding: 4px 0;
	transition: color 0.2s ease;
}

.links-column a:hover {
	color: #1bc19a;
}

.toggle-links {
	display: none;
	font-weight: 700;
	margin-top: 10px;
}

@media (max-width: 900px) {
	.kapelnitsy-list {
		display: block;
		margin-bottom: 0px;
	}

	.links-column {
		display: none;
	}

	.links-column.show {
		display: block;
	}

	.toggle-links {
		display: flex;
		margin-top: 15px;
		margin-bottom: 30px;
	}
}

.select_city {
	color: #1bc19a;
	font-size: 16px;
	transition: color .3s linear;
	font-weight: 700;

}

.persone-offset {
	margin-bottom: 90px
}

.persona-block h2 {
	font-weight: 700;
	font-size: 28px;
	line-height: 140%;
	color: #1bc19a
}

.persona__undertitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 140%;
	color: rgba(87, 87, 87, 0.8);
	margin-bottom: 2px !important
}

.persone__btn-wrapper {
	padding: 0 20px 20px
}

.persone__btn {
	width: 100%
}

.persona__experiences {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 40px
}

.persona__experience {
	padding: 14px 0;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	flex: 1 0 100%;
	font-size: 20px;
	line-height: 140%;
	color: #575757
}

.persona__experience span {
	font-weight: 700
}

.persona__experience_small {
	flex: 1 0 40%;
	padding-top: 0
}

.persona__experience_small:nth-child(1) {
	padding-right: 14px
}

.persona__experience_small:nth-child(2) {
	padding-left: 14px;
	border-left: 1px solid rgba(0, 0, 0, 0.2)
}

.persona__content .persona_linkdin {
	flex-wrap: wrap;
	gap: 20px;
	margin-top: 40px
}

.persona-education__item {
	padding-top: 40px
}

.persona-education__name {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #000
}

.persona-education__list ul {
	display: flex;
	flex-direction: column;
	gap: 20px
}

.persona-education__list li {
	font-weight: 400;
	color: #000;
	font-size: 18px;
	line-height: 140%;
	position: relative;
	padding-left: 36px
}

.persona-education__list li: before {
	content: "";
	display: block;
	border-radius: 10px;
	width: 18px;
	height: 3px;
	background: #1bc19a;
	position: absolute;
	top: 10px;
	left: 0
}

.persona-education__list li span {
	font-weight: 700;
	color: #1bc09a
}

.persona-achievements__row {
	display: flex;
	gap: 80px;
	justify-content: space-between
}

.persona-achievements__item {
	flex: 1 0 40%
}

.persona-achievements__list ul {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 40px
}

.persona-achievements__list li {
	font-weight: 400;
	color: #000;
	font-size: 18px;
	line-height: 140%;
	display: flex;
	gap: 12px
}

.persona-achievements__list li: before {
	content: url("/app/img/doctor-publications.svg");
	display: block;
	min-width: 17px
}

.persona-achievements__item_awards {
	border-radius: 40px;
	padding: 40px;
	box-shadow: 0 6px 60px 0 rgba(203, 203, 203, 0.4);
	background: #fff
}

.persona-achievements__item_awards h2 {
	font-size: 23px
}

.persona-achievements__list_awards ul {
	margin-top: 30px
}

.persona-achievements__list_awards li: before {
	content: url("/app/img/doctor-achievement.svg");
	display: block;
	min-width: 17px
}

.persona-progress__list {
	margin-top: 40px
}

.persona-progress__list li {
	padding-left: 28px
}

.persona-progress__list li: before {
	width: 12px;
	height: 12px;
	top: 6px
}

.persona-progress__list li: :after {
	content: "";
	display: block;
	width: 3px;
	height: calc(100% + 15px);
	background: rgba(27, 192, 154, 0.3);
	position: absolute;
	top: 15px;
	left: 5px
}

.persona-progress__list li: last-child:after {
	content: none
}

.persona-quote {
	border-radius: 40px;
	padding: 40px;
	box-shadow: 0 6px 60px 0 rgba(203, 203, 203, 0.4);
	background: #fff;
	display: flex;
	align-items: center;
	gap: 40px
}

.persona-quote__author {
	font-weight: 700;
	font-size: 20px;
	line-height: 140%;
	color: #1bc19a;
	margin-top: 20px
}

.persona-quote__inner {
	flex: 1 0 60%
}

.persona-quote__inner p {
	font-style: italic;
	font-weight: 300;
	font-size: 20px;
	line-height: 140%;
	color: #000
}

.persona-quote__image {
	flex: 1 0 30%;
	max-width: 250px
}

.persona-quote__image img {
	width: 100%;
	border-bottom: 2px solid #1bc19a;
	object-fit: cover
}

.persona_lince .owl-carousel36-inner,
.persona_otzyve .owl-carousel38-inner {
	padding-bottom: 0
}

@media (max-width: 800px) {
	.persona {
		flex-direction: column;
		gap: 30px
	}

	.persone-offset {
		margin-bottom: 40px
	}

	.persona-block h2 {
		font-size: 22px
	}

	.persona__undertitle {
		font-size: 22px
	}

	.persona__content {
		display: contents
	}

	.persona_header {
		order: 1;
		width: 100%
	}

	.persona__aside {
		order: 2
	}

	.persona__experiences {
		order: 3;
		flex-direction: column;
		width: 100%;
		margin-bottom: 30px
	}

	.person__footer {
		order: 4
	}

	.persona__content .persona_linkdin {
		margin-top: 30px
	}

	.persona-education__item {
		padding-top: 30px
	}

	.persona-achievements__row {
		flex-direction: column;
		gap: 40px
	}

	.persona-achievements__list ul {
		margin-top: 20px
	}

	.persona-achievements__item_awards {
		border-radius: 30px;
		padding: 20px
	}

	.persona-quote {
		border-radius: 30px;
		padding: 20px
	}

	.persona-quote__inner p {
		font-size: 18px
	}

	.persona-quote__image {
		display: none
	}
}

.services.services--indent {
	margin-top: 40px
}

.footer__infotamtion p {
	color: #fff;
	margin-top: 50px;
	font-size: 14px;
	text-align: center
}

#specialButton {
	background: rgba(27, 193, 154, 0.5);
	box-shadow: 0 8px 32px 0 #4f0000;
	backdrop-filter: blur(4.5px);
	-webkit-backdrop-filter: blur(4.5px);
	border-radius: 30px;
	border: 1px solid rgba(255, 255, 255, 0.18);
	position: fixed;
	bottom: 5%;
	left: 5%;
	padding: 10px;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 3
}

.medecine.medecines {
	margin-top: 40px
}


.nav-service .nav__stati-title {
	font-weight: 500;
	font-size: 18px;
	line-height: 140%;
	color: #575757;
	margin-bottom: 10px;
}

.nav__stati.nav__stati--new .nav__stati-title {
	font-size: 24px;
}

.list-references {
    color: #1bc19a;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 10px;
}

@media (max-width: 800px) {
    .list-references {
        font-size: 16px;
    }
}
.general-title {
    color: #1bc19a;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 24px;
    line-height: 1.5;
    margin-bottom: 15px;
}

@media only screen and (max-width: 767px) {
    .general-title {
        font-size: 16px;
        line-height: 1.2;
    }
}

.consult--services {
    margin-bottom: 15px;
}

.swiper-button-next, .swiper-button-prev {
    color: #626262 !important;
}

.specialist__rowblock.row {
    display: block !important;
}