@charset "UTF-8";

a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
	outline: 0;
}

article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
	display: block;
}

body {
	line-height: 1;
}

ol,ul {
	list-style: none;
}

blockquote,q {
	quotes: none;
}

blockquote:after,blockquote:before,q:after,q:before {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
	-webkit-appearance: none;
	-moz-appearance: none;
}

input[type=search] {
	-webkit-appearance: none;
	-moz-appearance: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

textarea {
	overflow: auto;
	vertical-align: top;
	resize: vertical;
}

audio,canvas,video {
	display: inline-block;
	max-width: 100%;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden] {
	display: none;
}

html {
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

a:focus {
	outline: thin dotted;
}

a:active,a:hover {
	outline: 0;
}

img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

figure {
	margin: 0;
}

form {
	margin: 0;
}

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
	white-space: normal;
}

button,input,select,textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
}

button,input {
	line-height: normal;
}

button,select {
	text-transform: none;
}

button,html input[type=button],input[type=reset],input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],html input[disabled] {
	cursor: default;
}

input[type=checkbox],input[type=radio] {
	box-sizing: border-box;
	padding: 0;
}

input[type=search] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration {
	-webkit-appearance: none;
}

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

textarea {
	overflow: auto;
	vertical-align: top;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

button,html,input,select,textarea {
	color: #222;
}

::-moz-selection {
	background: #b3d4fc;
	text-shadow: none;
}

::selection {
	background: #b3d4fc;
	text-shadow: none;
}

img {
	vertical-align: middle;
}

fieldset {
	border: 0;
	margin: 0;
	padding: 0;
}

textarea {
	resize: vertical;
}

.chromeframe {
	margin: .2em 0;
	background: #ccc;
	color: #000;
	padding: .2em 0;
}

.fancybox-image,.fancybox-inner,.fancybox-nav,.fancybox-nav span,.fancybox-outer,.fancybox-skin,.fancybox-tmp,.fancybox-wrap,.fancybox-wrap iframe,.fancybox-wrap object {
	padding: 0;
	margin: 0;
	border: 0;
	outline: 0;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	-moz-box-shadow: 0 10px 25px rgba(0,0,0,.5);
	box-shadow: 0 10px 25px rgba(0,0,0,.5);
}

.fancybox-inner,.fancybox-outer {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-iframe,.fancybox-image {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
	background-image: url(../libs/fancybox-2.1.7/source/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: .8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(../libs/fancybox-2.1.7/source/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(../libs/fancybox-2.1.7/source/blank.gif);
	-webkit-tap-highlight-color: transparent;
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible!important;
}

.fancybox-lock {
	overflow: visible!important;
	width: auto;
}

.fancybox-lock body {
	overflow: hidden!important;
}

.fancybox-lock-test {
	overflow-y: hidden!important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(../libs/fancybox-2.1.7/source/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: 0 0;
	background: rgba(0,0,0,.8);
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #fff;
	font-weight: 700;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0,0,0,.8);
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min--moz-device-pixel-ratio:1.5),only screen and (min-device-pixel-ratio:1.5) {
	#fancybox-loading,.fancybox-close,.fancybox-next span,.fancybox-prev span {
		background-image: url(../libs/fancybox-2.1.7/source/fancybox_sprite@2x.png);
		background-size: 44px 152px;
	}

	#fancybox-loading div {
		background-image: url(../libs/fancybox-2.1.7/source/fancybox_loading@2x.gif);
		background-size: 24px 24px;
	}
}

@-ms-viewport {
	width:device-width;
}

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: 540px;
	}
}

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

@media (min-width:992px) {
	.container {
		max-width: 960px;
	}
}

@media (min-width:1230px) {
	.container {
		max-width: 1170px;
	}
}

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

.row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-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 {
	-ms-flex-preferred-size: 0;
	flex-basis: 0;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-12 {
	-webkit-box-ordinal-group: 13;
	-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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-sm-12 {
		-webkit-box-ordinal-group: 13;
		-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 {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-md-12 {
		-webkit-box-ordinal-group: 13;
		-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:992px) {
	.col-lg {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-lg-12 {
		-webkit-box-ordinal-group: 13;
		-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:1230px) {
	.col-xl {
		-ms-flex-preferred-size: 0;
		flex-basis: 0;
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		max-width: 100%;
	}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

	.order-xl-12 {
		-webkit-box-ordinal-group: 13;
		-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;
}

.d-block {
	display: block!important;
}

.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: -ms-flexbox!important;
	display: flex!important;
}

.d-inline-flex {
	display: -webkit-inline-box!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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-sm-inline-flex {
		display: -webkit-inline-box!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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-md-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:992px) {
	.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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-lg-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

@media (min-width:1230px) {
	.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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-xl-inline-flex {
		display: -webkit-inline-box!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: -ms-flexbox!important;
		display: flex!important;
	}

	.d-print-inline-flex {
		display: -webkit-inline-box!important;
		display: -ms-inline-flexbox!important;
		display: inline-flex!important;
	}
}

.flex-row {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: row!important;
	flex-direction: row!important;
}

.flex-column {
	-webkit-box-orient: vertical!important;
	-webkit-box-direction: normal!important;
	-ms-flex-direction: column!important;
	flex-direction: column!important;
}

.flex-row-reverse {
	-webkit-box-orient: horizontal!important;
	-webkit-box-direction: 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;
	-ms-flex-direction: column-reverse!important;
	flex-direction: column-reverse!important;
}

.flex-wrap {
	-ms-flex-wrap: wrap!important;
	flex-wrap: wrap!important;
}

.flex-nowrap {
	-ms-flex-wrap: nowrap!important;
	flex-wrap: nowrap!important;
}

.flex-wrap-reverse {
	-ms-flex-wrap: wrap-reverse!important;
	flex-wrap: wrap-reverse!important;
}

.justify-content-start {
	-webkit-box-pack: start!important;
	-ms-flex-pack: start!important;
	justify-content: flex-start!important;
}

.justify-content-end {
	-webkit-box-pack: end!important;
	-ms-flex-pack: end!important;
	justify-content: flex-end!important;
}

.justify-content-center {
	-webkit-box-pack: center!important;
	-ms-flex-pack: center!important;
	justify-content: center!important;
}

.justify-content-between {
	-webkit-box-pack: justify!important;
	-ms-flex-pack: justify!important;
	justify-content: space-between!important;
}

.justify-content-around {
	-ms-flex-pack: distribute!important;
	justify-content: space-around!important;
}

.align-items-start {
	-webkit-box-align: start!important;
	-ms-flex-align: start!important;
	align-items: flex-start!important;
}

.align-items-end {
	-webkit-box-align: end!important;
	-ms-flex-align: end!important;
	align-items: flex-end!important;
}

.align-items-center {
	-webkit-box-align: center!important;
	-ms-flex-align: center!important;
	align-items: center!important;
}

.align-items-baseline {
	-webkit-box-align: baseline!important;
	-ms-flex-align: baseline!important;
	align-items: baseline!important;
}

.align-items-stretch {
	-webkit-box-align: stretch!important;
	-ms-flex-align: stretch!important;
	align-items: stretch!important;
}

.align-content-start {
	-ms-flex-line-pack: start!important;
	align-content: flex-start!important;
}

.align-content-end {
	-ms-flex-line-pack: end!important;
	align-content: flex-end!important;
}

.align-content-center {
	-ms-flex-line-pack: center!important;
	align-content: center!important;
}

.align-content-between {
	-ms-flex-line-pack: justify!important;
	align-content: space-between!important;
}

.align-content-around {
	-ms-flex-line-pack: distribute!important;
	align-content: space-around!important;
}

.align-content-stretch {
	-ms-flex-line-pack: stretch!important;
	align-content: stretch!important;
}

.align-self-auto {
	-ms-flex-item-align: auto!important;
	-ms-grid-row-align: auto!important;
	align-self: auto!important;
}

.align-self-start {
	-ms-flex-item-align: start!important;
	align-self: flex-start!important;
}

.align-self-end {
	-ms-flex-item-align: end!important;
	align-self: flex-end!important;
}

.align-self-center {
	-ms-flex-item-align: center!important;
	-ms-grid-row-align: center!important;
	align-self: center!important;
}

.align-self-baseline {
	-ms-flex-item-align: baseline!important;
	align-self: baseline!important;
}

.align-self-stretch {
	-ms-flex-item-align: stretch!important;
	-ms-grid-row-align: stretch!important;
	align-self: stretch!important;
}

@media (min-width:576px) {
	.flex-sm-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-sm-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-sm-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: 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;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-sm-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-sm-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-sm-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-sm-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-sm-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-sm-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-sm-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-sm-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-sm-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-sm-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-sm-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-sm-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-sm-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-sm-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-sm-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-sm-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-sm-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-sm-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-sm-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-sm-auto {
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important;
	}

	.align-self-sm-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-sm-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-sm-center {
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important;
	}

	.align-self-sm-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-sm-stretch {
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:768px) {
	.flex-md-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-md-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-md-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: 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;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-md-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-md-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-md-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-md-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-md-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-md-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-md-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-md-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-md-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-md-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-md-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-md-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-md-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-md-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-md-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-md-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-md-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-md-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-md-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-md-auto {
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important;
	}

	.align-self-md-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-md-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-md-center {
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important;
	}

	.align-self-md-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-md-stretch {
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:992px) {
	.flex-lg-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-lg-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-lg-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: 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;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-lg-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-lg-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-lg-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-lg-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-lg-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-lg-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-lg-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-lg-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-lg-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-lg-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-lg-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-lg-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-lg-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-lg-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-lg-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-lg-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-lg-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-lg-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-lg-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-lg-auto {
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important;
	}

	.align-self-lg-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-lg-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-lg-center {
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important;
	}

	.align-self-lg-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-lg-stretch {
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important;
	}
}

@media (min-width:1230px) {
	.flex-xl-row {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: row!important;
		flex-direction: row!important;
	}

	.flex-xl-column {
		-webkit-box-orient: vertical!important;
		-webkit-box-direction: normal!important;
		-ms-flex-direction: column!important;
		flex-direction: column!important;
	}

	.flex-xl-row-reverse {
		-webkit-box-orient: horizontal!important;
		-webkit-box-direction: 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;
		-ms-flex-direction: column-reverse!important;
		flex-direction: column-reverse!important;
	}

	.flex-xl-wrap {
		-ms-flex-wrap: wrap!important;
		flex-wrap: wrap!important;
	}

	.flex-xl-nowrap {
		-ms-flex-wrap: nowrap!important;
		flex-wrap: nowrap!important;
	}

	.flex-xl-wrap-reverse {
		-ms-flex-wrap: wrap-reverse!important;
		flex-wrap: wrap-reverse!important;
	}

	.justify-content-xl-start {
		-webkit-box-pack: start!important;
		-ms-flex-pack: start!important;
		justify-content: flex-start!important;
	}

	.justify-content-xl-end {
		-webkit-box-pack: end!important;
		-ms-flex-pack: end!important;
		justify-content: flex-end!important;
	}

	.justify-content-xl-center {
		-webkit-box-pack: center!important;
		-ms-flex-pack: center!important;
		justify-content: center!important;
	}

	.justify-content-xl-between {
		-webkit-box-pack: justify!important;
		-ms-flex-pack: justify!important;
		justify-content: space-between!important;
	}

	.justify-content-xl-around {
		-ms-flex-pack: distribute!important;
		justify-content: space-around!important;
	}

	.align-items-xl-start {
		-webkit-box-align: start!important;
		-ms-flex-align: start!important;
		align-items: flex-start!important;
	}

	.align-items-xl-end {
		-webkit-box-align: end!important;
		-ms-flex-align: end!important;
		align-items: flex-end!important;
	}

	.align-items-xl-center {
		-webkit-box-align: center!important;
		-ms-flex-align: center!important;
		align-items: center!important;
	}

	.align-items-xl-baseline {
		-webkit-box-align: baseline!important;
		-ms-flex-align: baseline!important;
		align-items: baseline!important;
	}

	.align-items-xl-stretch {
		-webkit-box-align: stretch!important;
		-ms-flex-align: stretch!important;
		align-items: stretch!important;
	}

	.align-content-xl-start {
		-ms-flex-line-pack: start!important;
		align-content: flex-start!important;
	}

	.align-content-xl-end {
		-ms-flex-line-pack: end!important;
		align-content: flex-end!important;
	}

	.align-content-xl-center {
		-ms-flex-line-pack: center!important;
		align-content: center!important;
	}

	.align-content-xl-between {
		-ms-flex-line-pack: justify!important;
		align-content: space-between!important;
	}

	.align-content-xl-around {
		-ms-flex-line-pack: distribute!important;
		align-content: space-around!important;
	}

	.align-content-xl-stretch {
		-ms-flex-line-pack: stretch!important;
		align-content: stretch!important;
	}

	.align-self-xl-auto {
		-ms-flex-item-align: auto!important;
		-ms-grid-row-align: auto!important;
		align-self: auto!important;
	}

	.align-self-xl-start {
		-ms-flex-item-align: start!important;
		align-self: flex-start!important;
	}

	.align-self-xl-end {
		-ms-flex-item-align: end!important;
		align-self: flex-end!important;
	}

	.align-self-xl-center {
		-ms-flex-item-align: center!important;
		-ms-grid-row-align: center!important;
		align-self: center!important;
	}

	.align-self-xl-baseline {
		-ms-flex-item-align: baseline!important;
		align-self: baseline!important;
	}

	.align-self-xl-stretch {
		-ms-flex-item-align: stretch!important;
		-ms-grid-row-align: stretch!important;
		align-self: stretch!important;
	}
}

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

.slick-list {
	position: relative;
	overflow: hidden;
	display: block;
	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);
	-ms-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

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

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

.slick-track:after {
	clear: both;
}

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

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

[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;
}

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

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

body {
	min-width: 320px;
	position: relative;
	overflow-x: hidden;
	color: #000;
	font-size: 16px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	font-family: Roboto,sans-serif;
	padding-top: 80px;
}
.home{
	padding-top: 0;
}

main {
	margin-bottom: auto;
	overflow: hidden;
}

img {
	max-width: 100%;
}

a {
	color: inherit;
	text-decoration: none;
}

button,input,textarea {
	font-family: inherit;
}

.overflow-hidden {
	overflow: hidden;
}

.wpcf7-acceptance label input {
	display: none;
}

.wpcf7-acceptance label input:checked+span::before {
	background-image: url(../img/check.png);
	background-position: center;
	background-repeat: no-repeat;
}

.wpcf7-acceptance label span {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	cursor: pointer;
	font-size: 11px;
	color: #3c3e5c;
	opacity: .7;
}

.wpcf7-acceptance label span::before {
	content: '';
	width: 15px;
	height: 15px;
	border: 1px solid #3c3e5c;
	margin-right: 6px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

@media (max-width:1229.98px) {
	body {
		padding-top: 90px;
	}
}

b,strong {
	font-weight: 700;
	color: #000;
}

em,i {
	font-style: italic;
}

.txt-bebas {
	letter-spacing: .01em;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #333;
}

.txt-bebas span {
	color: #f08921;
}

.txt {
	font-size: 14px;
	line-height: 21px;
}

.txt-md {
	font-size: 16px;
	line-height: 24px;
}

.txt-gray {
	color: #666;
}

.h2 {
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #333;
	font-size: 50px;
}

@media (max-width:767.98px) {
	.h2 {
		font-size: 30px;
		text-align: center;
	}
}

.button {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f08921),to(#f60));
	background-image: -o-linear-gradient(top,#f08921,#f60);
	background-image: linear-gradient(to bottom,#f08921,#f60);
	color: #fff;
	font-weight: 700;
	font-size: 14px;
	width: 232px;
	height: 67px;
	border-radius: 50px;
	-webkit-box-shadow: 0 8px 12px rgba(240,137,33,.6);
	box-shadow: 0 8px 12px rgba(240,137,33,.6);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
	border: none;
	padding: 0;
}

.button:hover {
	-webkit-transform: translate(0,-2px);
	-ms-transform: translate(0,-2px);
	transform: translate(0,-2px);
	-webkit-box-shadow: 0 10px 15px rgba(240,137,33,.7);
	box-shadow: 0 10px 15px rgba(240,137,33,.7);
}
.button__green{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#74c55c),to(#5cae44));
	background-image: -o-linear-gradient(top,#74c55c,#5cae44);
	background-image: linear-gradient(to bottom,#74c55c,#5cae44);
	-webkit-box-shadow: 0 8px 12px rgba(136,229,109,.6);
	box-shadow: 0 8px 12px rgba(136,229,109,.6);
}
.button__green:hover {
	-webkit-transform: translate(0,-2px);
	-ms-transform: translate(0,-2px);
	transform: translate(0,-2px);
	-webkit-box-shadow: 0 10px 15px rgba(136,229,109,.7);
	box-shadow: 0 10px 15px rgba(136,229,109,.7);
}

.article h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	margin-top: 24px;
}

.article p {
	margin-top: 21px;
	text-indent: 15px;
}

.article li {
	margin-top: 21px;
	padding-left: 30px;
	position: relative;
}

.article li::before {
	position: absolute;
	left: 0;
}

.article ol {
	counter-reset: list;
}

.article ol>li::before {
	counter-increment: list;
	content: "0" counter(list);
	top: -1px;
	font-size: 24px;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #76a9e3;
}

.article ul>li::before {
	content: '';
	position: absolute;
	width: 15px;
	height: 11px;
	top: 5px;
	background-image: url(../img/article-ul-li.png);
}

.article img {
	margin-top: 24px;
}

.input {
	width: 100%;
	padding: 18px 19px;
	border-radius: 6px;
	border: 1px solid #76a9e3;
	font-size: 13px;
}

.input::-webkit-input-placeholder {
	color: #666;
}

.input::-moz-placeholder {
	color: #666;
}

.input:-ms-input-placeholder {
	color: #666;
}

.input::-ms-input-placeholder {
	color: #666;
}

.input::placeholder {
	color: #666;
}

.textarea {
	width: 100%;
	padding: 18px 19px;
	border-radius: 6px;
	border: 1px solid #76a9e3;
	font-size: 13px;
	resize: none;
	height: 90px;
}

.textarea::-webkit-input-placeholder {
	color: #666;
}

.textarea::-moz-placeholder {
	color: #666;
}

.textarea:-ms-input-placeholder {
	color: #666;
}

.textarea::-ms-input-placeholder {
	color: #666;
}

.textarea::placeholder {
	color: #666;
}

.form {
	position: relative;
}

.form::before {
	content: '';
	position: absolute;
	top: 30px;
	left: 9px;
	right: 9px;
	bottom: -9px;
	background-color: #fff;
	border-radius: 40px;
	-webkit-box-shadow: 0 10px 15px rgba(136,100,71,.2);
	box-shadow: 0 10px 15px rgba(136,100,71,.2);
}

.form__inner {
	padding: 25px 50px;
	background-color: #fff;
	background-image: -o-linear-gradient(32deg,#fbfbfc,rgba(251,251,252,0));
	background-image: linear-gradient(58deg,#fbfbfc,rgba(251,251,252,0));
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	border-radius: 40px;
	position: relative;
}

.form__title {
	text-align: center;
	font-weight: 700;
	max-width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
}

.form__input {
	margin-top: 14px;
}

.form__button {
	margin-left: auto;
	margin-right: auto;
	margin-top: 33px;
}

.form__consent-wrap {
	margin-left: -15px;
	margin-right: -15px;
	margin-top: 27px;
}

.pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.pagination__next,.pagination__prev {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.pagination__next:hover,.pagination__prev:hover {
	opacity: .6;
}

.pagination__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	font-size: 20px;
}

.pagination__list li {
	margin: 0 11px;
}

.pagination__list li a {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.pagination__list li a:hover {
	opacity: .6;
}

.pagination__list li.active a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#76a9e3),to(#39f));
	background-image: -o-linear-gradient(top,#76a9e3,#39f);
	background-image: linear-gradient(to bottom,#76a9e3,#39f);
	color: #fff;
	opacity: 1;
}

.crumbs {
	margin-top: 15px;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.crumbs li {
	margin-right: 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.crumbs li::after {
	content: '/';
	margin-left: 10px;
}

.crumbs li:last-child {
	margin-right: 0;
}

.crumbs li:last-child::after {
	display: none;
}

.crumbs a:hover {
	text-decoration: underline;
}

.crumbs--align-left {
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: flex-start;
}

.card {
	display: block;
	position: relative;
}

.card::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 10px;
	right: 10px;
	bottom: -10px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 15px rgba(136,100,71,.33);
	box-shadow: 0 10px 15px rgba(136,100,71,.33);
	opacity: .85;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

.card__content {
	background-color: #fff;
	background-image: -o-linear-gradient(32deg,#fbfbfc,rgba(251,251,252,0));
	background-image: linear-gradient(58deg,#fbfbfc,rgba(251,251,252,0));
	border-radius: 10px;
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	position: relative;
	height: 100%;
}

.card:hover::before {
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

.header {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	padding: 0 60px;
	z-index: 2;
}

.header__container {
	max-width: none;
	padding: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.header__logo {
	margin-top: 8px;
	display: flex;
	padding-right: 10px;
}


.header__logo-inner {
	display: none;
}

.header__title {
	margin-left: 13px;
	margin-top: 35px;
	font-size: 14px;
	line-height: normal;
	font-weight: 500;
	max-width: 180px;
}

.header__nav-list {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-left: 40px;
	font-weight: 700;
	margin-top: 35px;
}

.header__nav-link {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
	font-size: 18px;
}

.header__nav-link:hover {
	opacity: .6;
}

.header__time-and-request-call {
	margin-left: 60px;
	margin-top: 25px;
}

.header__time {
	font-size: 13px;
}

.header__request-call {
	display: inline-block;
	margin-top: 10px;
	color: #f08921;
	font-size: 15px;
	font-weight: 700;
	letter-spacing: .01em;
	border-bottom: 2px dotted #f08921;
	padding-bottom: 3px;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.header__request-call:hover {
	opacity: .6;
}

.header__phone-list-wrap {
	margin-left: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    padding-left: 20px;
    margin-top: 20px;
}

.header__phone-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f08921),to(#f60));
	background-image: -o-linear-gradient(top,#f08921,#f60);
	background-image: linear-gradient(to bottom,#f08921,#f60);
	margin-right: 13px;
}
.header__phone-icon._viber{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#7f4da0),to(#7f4da0));
	background-image: -o-linear-gradient(top,#7f4da0,#7f4da0);
	background-image: linear-gradient(to bottom,#7f4da0,#7f4da0);
	font-size: 21px;
}
.header__phone-icon._whatsapp{
	background-image: -webkit-gradient(linear,left top,left bottom,from(#27d045),to(#27d045));
	background-image: -o-linear-gradient(top,#27d045,#27d045);
	background-image: linear-gradient(to bottom,#27d045,#27d045);
	font-size: 21px;
}

.header__phone-list {
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	font-size: 20px;
	line-height: 26px;
}

.header__phone-link {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.header__phone-link:hover {
	opacity: .6;
}

.header__nav-toggle {
	display: none;
}

.header--inner-page {
	background-color: #fff;
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	padding: 0;
}

.header--inner-page .header__container {
	max-width: 1170px;
	padding-left: 15px;
	padding-right: 15px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	height: 80px;
}

.header--inner-page .header__logo {
	display: none;
}

.header--inner-page .header__logo-inner {
	display: block;
}

.header--inner-page .header__title {
	display: none;
}

.header--inner-page .header__nav-list {
	margin-top: 0;
	margin-left: 25px;
	margin-right: 25px;
}

.header--inner-page .header__phone-list-wrap {
	margin-top: 0;
	margin-left: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.header--inner-page .header__phone-icon {
	width: 36px;
	height: 36px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 14px;
	color: #fff;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f08921),to(#f60));
	background-image: -o-linear-gradient(top,#f08921,#f60);
	background-image: linear-gradient(to bottom,#f08921,#f60);
	margin-right: 13px;
}
.header--inner-page .header__phone-icon._viber {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#7f4da0),to(#7f4da0));
	background-image: -o-linear-gradient(top,#7f4da0,#7f4da0);
	background-image: linear-gradient(to bottom,#7f4da0,#7f4da0);
	font-size: 21px;
}
.header--inner-page .header__phone-icon._whatsapp {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#27d045),to(#27d045));
	background-image: -o-linear-gradient(top,#27d045,#27d045);
	background-image: linear-gradient(to bottom,#27d045,#27d045);
	font-size: 21px;
}

.header--inner-page .header__time-and-request-call {
	display: none;
}

@media (max-width:1700px) {
	.header__phone-list-wrap {
		margin-top: 0;
		margin-left: auto;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		height: 50px;
		padding-left: 20px;
		margin-top: 20px;
	}

	.header--inner-page .header__phone-list-wrap {
		position: static;
	}
}

@media (max-width:1700px) {
	.header__logo {
		display: flex;
		padding-right: 10px;
	}
	.header__logo-text {
		font-size: 14px;
		line-height: 19px;
	}

	.header__time-and-request-call {
		position: absolute;
		top: 65px;
		right: 220px;
	}
}
@media (max-width:1500px) {
	.header__logo-icon {
		width: 150px;
	}
	.header__logo-icon img {
		width: 100%;
	}
	.header__logo-text {
		display: none;
	}
}

@media (max-width:1229.98px) {
	.header {
		background-color: #fff;
		-webkit-box-shadow: 0 5px 10px rgba(4,3,2,.33);
		box-shadow: 0 5px 10px rgba(4,3,2,.33);
		padding: 0;
	}

	.header__container {
		padding: 5px 15px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.header__logo {
		width: 80px;
		margin-top: 0;
	}
	.header__logo-icon {
    width: 100%;
	}

	.header__title {
		margin-top: 0;
		max-width: 220px;
		font-size: 13px;
	}

	.header__time-and-request-call {
		display: none;
	}

	.header__nav-list {
		display: none;
		text-align: center;
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		margin-left: 0;
		padding-bottom: 20px;
	}
	.header__nav-list li:not(:last-child){
		margin-bottom: 15px;
	}

	.header__nav-item {
		margin-top: 10px;
	}

	.header__phone-list-wrap {
		position: static;
		margin-left: auto;
		margin-top: 0;
	}

	.header__nav-toggle {
		margin-left: 50px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		cursor: pointer;
	}

	.header__nav-toggle span {
		width: 30px;
		height: 4px;
		border-radius: 2px;
		margin-top: 4px;
		background-color: #000;
	}

	.header--inner-page .header__container {
		height: auto;
	}

	.header--inner-page .header__logo {
		display: block;
	}

	.header--inner-page .header__logo-inner {
		display: none;
	}

	.header--inner-page .header__phone-icon {
		display: none;
	}
	.header__phone-icon {
		display: none;
	}

	.header--inner-page .header__nav-list {
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width:767.98px) {
	.header__title {
		display: none;
	}

	.header__phone-list {
		font-size: 18px;
	}

	.header__nav-toggle {
		margin-left: 30px;
	}

	.header__nav-list {
		margin-top: 20px;
	}
}

.init {
	background-image: url(../img/init-bg.jpg);
	background-position: 50% 0;
	background-size: cover;
	padding-top: 240px;
}

.init__main {
	max-width: 855px;
	padding-left: 60px;
	position: relative;
	padding-bottom: 190px;
}

.init__title {
	font-size: 68px;
	line-height: 78px;
}

.init__desc {
	font-size: 36px;
	line-height: 48px;
	max-width: 100%;
	margin-top: 10px;
	margin-bottom: 35px;
}
.init__button{
	display: flex;
}
.init__button a:first-child{
	margin-right: 20px;
}

.init__delivery {
	position: absolute;
	right: 0;
	top: 125px;
	max-width: 206px;
	padding: 10px 20px 10px 40px;
	background-color: #fff;
	border-radius: 6px;
	-webkit-box-shadow: 0 10px 15px rgba(4,3,2,.33);
	box-shadow: 0 10px 15px rgba(4,3,2,.33);
}

.init__delivery::after,.init__delivery::before {
	content: '';
	position: absolute;
	left: 11px;
}

.init__delivery::before {
	top: 0;
	width: 17px;
	height: 18px;
	background-color: #5fa3ed;
	-webkit-transition: height .2s;
	-o-transition: height .2s;
	transition: height .2s;
}

.init__delivery::after {
	top: 18px;
	border-top: 7px solid #5fa3ed;
	border-left: 8.5px solid #fff;
	border-right: 8.5px solid #fff;
	-webkit-transition: top .2s;
	-o-transition: top .2s;
	transition: top .2s;
}

.init__delivery:hover::before {
	height: 23px;
}

.init__delivery:hover::after {
	top: 23px;
}

.init__list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-left: -3px;
	margin-right: -3px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 70px;
	counter-reset: list;
}

.init__item {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 33.33333%;
	flex: 0 0 33.33333%;
	max-width: 33.33333%;
	padding-left: 3px;
	padding-right: 3px;
	position: relative;
}

.init__item::before {
	content: '';
	position: absolute;
	top: 10px;
	left: 13px;
	right: 13px;
	bottom: -9px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 15px rgba(4,3,2,.33);
	box-shadow: 0 10px 15px rgba(4,3,2,.33);
	opacity: .85;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

.init__item:hover .init__item-box::before,.init__item:hover::before {
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

.init__item-box {
	background-color: #fff;
	background-image: -o-linear-gradient(32deg,#fbfbfc,rgba(251,251,252,0));
	background-image: linear-gradient(58deg,#fbfbfc,rgba(251,251,252,0));
	border-radius: 10px;
	height: 100%;
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	padding: 55px 28px 35px;
	position: relative;
}

.init__item-box::before {
	counter-increment: list;
	content: "0" counter(list);
	width: 72px;
	height: 72px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #76c75e;
	position: absolute;
	border: 6px solid #fff;
	top: -34px;
	left: 23px;
	font-family: 'Bebas Neue',cursive;
	font-size: 36px;
	font-weight: 700;
	color: #fff;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

.init-list-wrap {
	display: none;
}

@media (max-width:1500px) {
	.init{
	}
	.init__main {
		max-width: 600px;
		padding-bottom: 140px
	}
	.init__title{
		font-size: 48px;
		line-height: 60px;
	}
	.init__desc{
		font-size: 32px;
		line-height: 40px;
		margin-bottom: 25px;
	}
	.init__desc br{
		display: none;
	}

	.init__list {
		display: none;
	}

	.init__delivery {
		position: relative;
		top: 0;
		margin-top: 20px;
	}

	.init-list-wrap {
		display: block;
		background-color: #fbfbfc;
		padding: 10px 0 30px;
	}

	.init-list-wrap .init__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		position: relative;
		z-index: 3;
	}

	.init-list-wrap .init__item {
		z-index: 1;
	}
}

@media (max-width:1229.98px) {
	.init {
		padding-top: 150px;
	}

	.init__main {
		max-width: 855px;
		height: auto;
	}
	.init__title{
		font-size: 60px;
		line-height: 65px;
	}

	.init__delivery {
		position: absolute;
		margin-top: 0;
		top: 125px;
	}

	.init__list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.init-list-wrap {
		display: none;
	}
}

@media (max-width:991.98px) {
	.init__main {
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 100px;
	}

	.init__title {
		font-size: 50px;
		line-height: 60px;
	}

	.init__delivery {
		right: 15px;
	}
}

@media (max-width:767.98px) {
	.init {
		padding-top: 120px;
	}

	.init__title {
		font-size: 32px;
		line-height: 38px;
	}

	.init__desc {
		font-size: 26px;
		line-height: 30px;
	}

	.init__delivery {
		position: relative;
		top: 0;
		right: 0;
		margin-top: 20px;
	}

	.init__list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.init__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: none;
	}

	.init__item:nth-child(n+2) {
		margin-top: 30px;
	}
}

@media (max-width:550px){
	.init__button{
		flex-direction: column;
	}
	.init__button a:first-child {
		margin-right: 0;
		margin-bottom: 20px;
	}
	.init__main {
		padding-bottom: 60px;
	}
}


.animals {
	position: absolute;
	width: calc(100% - 855px);
	max-width: 1060px;
	top: 680px;
	right: -61px;
	-webkit-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
	z-index: 2;
}

.animals__container {
	position: relative;
	background-image: url(../img/animals-bg.png);
	background-size: 100%;
}

.animals__container::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.animals__img-box {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 21.32% 25% 39.43%;
}

.animals__image {
	max-height: 100%;
}

.animals__list {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}

.animals__item {
	position: absolute;
	left: 0;
	width: 50%;
	top: 50%;
	-webkit-transform-origin: 100%;
	-ms-transform-origin: 100%;
	transform-origin: 100%;
}

.animals__item:nth-child(1) {
	-webkit-transform: rotate(.8deg);
	-ms-transform: rotate(.8deg);
	transform: rotate(.8deg);
}

.animals__item:nth-child(1) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-.8deg);
	-ms-transform: translate(-40%,0) rotate(-.8deg);
	transform: translate(-40%,0) rotate(-.8deg);
}

.animals__item:nth-child(2) {
	-webkit-transform: rotate(16.6deg);
	-ms-transform: rotate(16.6deg);
	transform: rotate(16.6deg);
}

.animals__item:nth-child(2) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-16.6deg);
	-ms-transform: translate(-40%,0) rotate(-16.6deg);
	transform: translate(-40%,0) rotate(-16.6deg);
}

.animals__item:nth-child(3) {
	-webkit-transform: rotate(32.4deg);
	-ms-transform: rotate(32.4deg);
	transform: rotate(32.4deg);
}

.animals__item:nth-child(3) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-32.4deg);
	-ms-transform: translate(-40%,0) rotate(-32.4deg);
	transform: translate(-40%,0) rotate(-32.4deg);
}

.animals__item:nth-child(4) {
	-webkit-transform: rotate(48.2deg);
	-ms-transform: rotate(48.2deg);
	transform: rotate(48.2deg);
}

.animals__item:nth-child(4) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-48.2deg);
	-ms-transform: translate(-40%,0) rotate(-48.2deg);
	transform: translate(-40%,0) rotate(-48.2deg);
}

.animals__item:nth-child(5) {
	-webkit-transform: rotate(64deg);
	-ms-transform: rotate(64deg);
	transform: rotate(64deg);
}

.animals__item:nth-child(5) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-64deg);
	-ms-transform: translate(-40%,0) rotate(-64deg);
	transform: translate(-40%,0) rotate(-64deg);
}

.animals__item:nth-child(6) {
	-webkit-transform: rotate(79.8deg);
	-ms-transform: rotate(79.8deg);
	transform: rotate(79.8deg);
}

.animals__item:nth-child(6) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-79.8deg);
	-ms-transform: translate(-40%,0) rotate(-79.8deg);
	transform: translate(-40%,0) rotate(-79.8deg);
}

.animals__item:nth-child(7) {
	-webkit-transform: rotate(95.6deg);
	-ms-transform: rotate(95.6deg);
	transform: rotate(95.6deg);
}

.animals__item:nth-child(7) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-95.6deg);
	-ms-transform: translate(-40%,0) rotate(-95.6deg);
	transform: translate(-40%,0) rotate(-95.6deg);
}

.animals__item:nth-child(8) {
	-webkit-transform: rotate(111.4deg);
	-ms-transform: rotate(111.4deg);
	transform: rotate(111.4deg);
}

.animals__item:nth-child(8) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-111.4deg);
	-ms-transform: translate(-40%,0) rotate(-111.4deg);
	transform: translate(-40%,0) rotate(-111.4deg);
}

.animals__item:nth-child(9) {
	-webkit-transform: rotate(127.2deg);
	-ms-transform: rotate(127.2deg);
	transform: rotate(127.2deg);
}

.animals__item:nth-child(9) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-127.2deg);
	-ms-transform: translate(-40%,0) rotate(-127.2deg);
	transform: translate(-40%,0) rotate(-127.2deg);
}

.animals__item:nth-child(10) {
	-webkit-transform: rotate(143deg);
	-ms-transform: rotate(143deg);
	transform: rotate(143deg);
}

.animals__item:nth-child(10) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-143deg);
	-ms-transform: translate(-40%,0) rotate(-143deg);
	transform: translate(-40%,0) rotate(-143deg);
}

.animals__item:nth-child(11) {
	-webkit-transform: rotate(158.8deg);
	-ms-transform: rotate(158.8deg);
	transform: rotate(158.8deg);
}

.animals__item:nth-child(11) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-158.8deg);
	-ms-transform: translate(-40%,0) rotate(-158.8deg);
	transform: translate(-40%,0) rotate(-158.8deg);
}

.animals__item:nth-child(12) {
	-webkit-transform: rotate(174.6deg);
	-ms-transform: rotate(174.6deg);
	transform: rotate(174.6deg);
}

.animals__item:nth-child(12) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-174.6deg);
	-ms-transform: translate(-40%,0) rotate(-174.6deg);
	transform: translate(-40%,0) rotate(-174.6deg);
}

.animals__item:nth-child(13) {
	-webkit-transform: rotate(190.4deg);
	-ms-transform: rotate(190.4deg);
	transform: rotate(190.4deg);
}

.animals__item:nth-child(13) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-190.4deg);
	-ms-transform: translate(-40%,0) rotate(-190.4deg);
	transform: translate(-40%,0) rotate(-190.4deg);
}

.animals__item:nth-child(14) {
	-webkit-transform: rotate(206.2deg);
	-ms-transform: rotate(206.2deg);
	transform: rotate(206.2deg);
}

.animals__item:nth-child(14) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-206.2deg);
	-ms-transform: translate(-40%,0) rotate(-206.2deg);
	transform: translate(-40%,0) rotate(-206.2deg);
}

.animals__item:nth-child(15) {
	-webkit-transform: rotate(222deg);
	-ms-transform: rotate(222deg);
	transform: rotate(222deg);
}

.animals__item:nth-child(15) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-222deg);
	-ms-transform: translate(-40%,0) rotate(-222deg);
	transform: translate(-40%,0) rotate(-222deg);
}

.animals__item:nth-child(16) {
	-webkit-transform: rotate(237.8deg);
	-ms-transform: rotate(237.8deg);
	transform: rotate(237.8deg);
}

.animals__item:nth-child(16) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-237.8deg);
	-ms-transform: translate(-40%,0) rotate(-237.8deg);
	transform: translate(-40%,0) rotate(-237.8deg);
}

.animals__item:nth-child(17) {
	-webkit-transform: rotate(253.6deg);
	-ms-transform: rotate(253.6deg);
	transform: rotate(253.6deg);
}

.animals__item:nth-child(17) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-253.6deg);
	-ms-transform: translate(-40%,0) rotate(-253.6deg);
	transform: translate(-40%,0) rotate(-253.6deg);
}

.animals__item:nth-child(18) {
	-webkit-transform: rotate(269.4deg);
	-ms-transform: rotate(269.4deg);
	transform: rotate(269.4deg);
}

.animals__item:nth-child(18) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-269.4deg);
	-ms-transform: translate(-40%,0) rotate(-269.4deg);
	transform: translate(-40%,0) rotate(-269.4deg);
}

.animals__item:nth-child(19) {
	-webkit-transform: rotate(285.2deg);
	-ms-transform: rotate(285.2deg);
	transform: rotate(285.2deg);
}

.animals__item:nth-child(19) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-285.2deg);
	-ms-transform: translate(-40%,0) rotate(-285.2deg);
	transform: translate(-40%,0) rotate(-285.2deg);
}

.animals__item:nth-child(20) {
	-webkit-transform: rotate(301deg);
	-ms-transform: rotate(301deg);
	transform: rotate(301deg);
}

.animals__item:nth-child(20) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-301deg);
	-ms-transform: translate(-40%,0) rotate(-301deg);
	transform: translate(-40%,0) rotate(-301deg);
}

.animals__item:nth-child(21) {
	-webkit-transform: rotate(316.8deg);
	-ms-transform: rotate(316.8deg);
	transform: rotate(316.8deg);
}

.animals__item:nth-child(21) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-316.8deg);
	-ms-transform: translate(-40%,0) rotate(-316.8deg);
	transform: translate(-40%,0) rotate(-316.8deg);
}

.animals__item:nth-child(22) {
	-webkit-transform: rotate(332.6deg);
	-ms-transform: rotate(332.6deg);
	transform: rotate(332.6deg);
}

.animals__item:nth-child(22) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-332.6deg);
	-ms-transform: translate(-40%,0) rotate(-332.6deg);
	transform: translate(-40%,0) rotate(-332.6deg);
}

.animals__item:nth-child(23) {
	-webkit-transform: rotate(348.4deg);
	-ms-transform: rotate(348.4deg);
	transform: rotate(348.4deg);
}

.animals__item:nth-child(23) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-348.4deg);
	-ms-transform: translate(-40%,0) rotate(-348.4deg);
	transform: translate(-40%,0) rotate(-348.4deg);
}

.animals__item:nth-child(24) {
	-webkit-transform: rotate(364.2deg);
	-ms-transform: rotate(364.2deg);
	transform: rotate(364.2deg);
}

.animals__item:nth-child(24) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-364.2deg);
	-ms-transform: translate(-40%,0) rotate(-364.2deg);
	transform: translate(-40%,0) rotate(-364.2deg);
}

.animals__item:nth-child(25) {
	-webkit-transform: rotate(380deg);
	-ms-transform: rotate(380deg);
	transform: rotate(380deg);
}

.animals__item:nth-child(25) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-380deg);
	-ms-transform: translate(-40%,0) rotate(-380deg);
	transform: translate(-40%,0) rotate(-380deg);
}

.animals__item:nth-child(26) {
	-webkit-transform: rotate(395.8deg);
	-ms-transform: rotate(395.8deg);
	transform: rotate(395.8deg);
}

.animals__item:nth-child(26) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-395.8deg);
	-ms-transform: translate(-40%,0) rotate(-395.8deg);
	transform: translate(-40%,0) rotate(-395.8deg);
}

.animals__item:nth-child(27) {
	-webkit-transform: rotate(411.6deg);
	-ms-transform: rotate(411.6deg);
	transform: rotate(411.6deg);
}

.animals__item:nth-child(27) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-411.6deg);
	-ms-transform: translate(-40%,0) rotate(-411.6deg);
	transform: translate(-40%,0) rotate(-411.6deg);
}

.animals__item:nth-child(28) {
	-webkit-transform: rotate(427.4deg);
	-ms-transform: rotate(427.4deg);
	transform: rotate(427.4deg);
}

.animals__item:nth-child(28) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-427.4deg);
	-ms-transform: translate(-40%,0) rotate(-427.4deg);
	transform: translate(-40%,0) rotate(-427.4deg);
}

.animals__item:nth-child(29) {
	-webkit-transform: rotate(443.2deg);
	-ms-transform: rotate(443.2deg);
	transform: rotate(443.2deg);
}

.animals__item:nth-child(29) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-443.2deg);
	-ms-transform: translate(-40%,0) rotate(-443.2deg);
	transform: translate(-40%,0) rotate(-443.2deg);
}

.animals__item:nth-child(30) {
	-webkit-transform: rotate(459deg);
	-ms-transform: rotate(459deg);
	transform: rotate(459deg);
}

.animals__item:nth-child(30) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-459deg);
	-ms-transform: translate(-40%,0) rotate(-459deg);
	transform: translate(-40%,0) rotate(-459deg);
}

.animals__item:nth-child(31) {
	-webkit-transform: rotate(474.8deg);
	-ms-transform: rotate(474.8deg);
	transform: rotate(474.8deg);
}

.animals__item:nth-child(31) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-474.8deg);
	-ms-transform: translate(-40%,0) rotate(-474.8deg);
	transform: translate(-40%,0) rotate(-474.8deg);
}

.animals__item:nth-child(32) {
	-webkit-transform: rotate(490.6deg);
	-ms-transform: rotate(490.6deg);
	transform: rotate(490.6deg);
}

.animals__item:nth-child(32) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-490.6deg);
	-ms-transform: translate(-40%,0) rotate(-490.6deg);
	transform: translate(-40%,0) rotate(-490.6deg);
}

.animals__item:nth-child(33) {
	-webkit-transform: rotate(506.4deg);
	-ms-transform: rotate(506.4deg);
	transform: rotate(506.4deg);
}

.animals__item:nth-child(33) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-506.4deg);
	-ms-transform: translate(-40%,0) rotate(-506.4deg);
	transform: translate(-40%,0) rotate(-506.4deg);
}

.animals__item:nth-child(34) {
	-webkit-transform: rotate(522.2deg);
	-ms-transform: rotate(522.2deg);
	transform: rotate(522.2deg);
}

.animals__item:nth-child(34) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-522.2deg);
	-ms-transform: translate(-40%,0) rotate(-522.2deg);
	transform: translate(-40%,0) rotate(-522.2deg);
}

.animals__item:nth-child(35) {
	-webkit-transform: rotate(538deg);
	-ms-transform: rotate(538deg);
	transform: rotate(538deg);
}

.animals__item:nth-child(35) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-538deg);
	-ms-transform: translate(-40%,0) rotate(-538deg);
	transform: translate(-40%,0) rotate(-538deg);
}

.animals__item:nth-child(36) {
	-webkit-transform: rotate(553.8deg);
	-ms-transform: rotate(553.8deg);
	transform: rotate(553.8deg);
}

.animals__item:nth-child(36) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-553.8deg);
	-ms-transform: translate(-40%,0) rotate(-553.8deg);
	transform: translate(-40%,0) rotate(-553.8deg);
}

.animals__item:nth-child(37) {
	-webkit-transform: rotate(569.6deg);
	-ms-transform: rotate(569.6deg);
	transform: rotate(569.6deg);
}

.animals__item:nth-child(37) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-569.6deg);
	-ms-transform: translate(-40%,0) rotate(-569.6deg);
	transform: translate(-40%,0) rotate(-569.6deg);
}

.animals__item:nth-child(38) {
	-webkit-transform: rotate(585.4deg);
	-ms-transform: rotate(585.4deg);
	transform: rotate(585.4deg);
}

.animals__item:nth-child(38) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-585.4deg);
	-ms-transform: translate(-40%,0) rotate(-585.4deg);
	transform: translate(-40%,0) rotate(-585.4deg);
}

.animals__item:nth-child(39) {
	-webkit-transform: rotate(601.2deg);
	-ms-transform: rotate(601.2deg);
	transform: rotate(601.2deg);
}

.animals__item:nth-child(39) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-601.2deg);
	-ms-transform: translate(-40%,0) rotate(-601.2deg);
	transform: translate(-40%,0) rotate(-601.2deg);
}

.animals__item:nth-child(40) {
	-webkit-transform: rotate(617deg);
	-ms-transform: rotate(617deg);
	transform: rotate(617deg);
}

.animals__item:nth-child(40) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-617deg);
	-ms-transform: translate(-40%,0) rotate(-617deg);
	transform: translate(-40%,0) rotate(-617deg);
}

.animals__item:nth-child(41) {
	-webkit-transform: rotate(632.8deg);
	-ms-transform: rotate(632.8deg);
	transform: rotate(632.8deg);
}

.animals__item:nth-child(41) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-632.8deg);
	-ms-transform: translate(-40%,0) rotate(-632.8deg);
	transform: translate(-40%,0) rotate(-632.8deg);
}

.animals__item:nth-child(42) {
	-webkit-transform: rotate(648.6deg);
	-ms-transform: rotate(648.6deg);
	transform: rotate(648.6deg);
}

.animals__item:nth-child(42) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-648.6deg);
	-ms-transform: translate(-40%,0) rotate(-648.6deg);
	transform: translate(-40%,0) rotate(-648.6deg);
}

.animals__item:nth-child(43) {
	-webkit-transform: rotate(664.4deg);
	-ms-transform: rotate(664.4deg);
	transform: rotate(664.4deg);
}

.animals__item:nth-child(43) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-664.4deg);
	-ms-transform: translate(-40%,0) rotate(-664.4deg);
	transform: translate(-40%,0) rotate(-664.4deg);
}

.animals__item:nth-child(44) {
	-webkit-transform: rotate(680.2deg);
	-ms-transform: rotate(680.2deg);
	transform: rotate(680.2deg);
}

.animals__item:nth-child(44) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-680.2deg);
	-ms-transform: translate(-40%,0) rotate(-680.2deg);
	transform: translate(-40%,0) rotate(-680.2deg);
}

.animals__item:nth-child(45) {
	-webkit-transform: rotate(696deg);
	-ms-transform: rotate(696deg);
	transform: rotate(696deg);
}

.animals__item:nth-child(45) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-696deg);
	-ms-transform: translate(-40%,0) rotate(-696deg);
	transform: translate(-40%,0) rotate(-696deg);
}

.animals__item:nth-child(46) {
	-webkit-transform: rotate(711.8deg);
	-ms-transform: rotate(711.8deg);
	transform: rotate(711.8deg);
}

.animals__item:nth-child(46) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-711.8deg);
	-ms-transform: translate(-40%,0) rotate(-711.8deg);
	transform: translate(-40%,0) rotate(-711.8deg);
}

.animals__item:nth-child(47) {
	-webkit-transform: rotate(727.6deg);
	-ms-transform: rotate(727.6deg);
	transform: rotate(727.6deg);
}

.animals__item:nth-child(47) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-727.6deg);
	-ms-transform: translate(-40%,0) rotate(-727.6deg);
	transform: translate(-40%,0) rotate(-727.6deg);
}

.animals__item:nth-child(48) {
	-webkit-transform: rotate(743.4deg);
	-ms-transform: rotate(743.4deg);
	transform: rotate(743.4deg);
}

.animals__item:nth-child(48) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-743.4deg);
	-ms-transform: translate(-40%,0) rotate(-743.4deg);
	transform: translate(-40%,0) rotate(-743.4deg);
}

.animals__item:nth-child(49) {
	-webkit-transform: rotate(759.2deg);
	-ms-transform: rotate(759.2deg);
	transform: rotate(759.2deg);
}

.animals__item:nth-child(49) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-759.2deg);
	-ms-transform: translate(-40%,0) rotate(-759.2deg);
	transform: translate(-40%,0) rotate(-759.2deg);
}

.animals__item:nth-child(50) {
	-webkit-transform: rotate(775deg);
	-ms-transform: rotate(775deg);
	transform: rotate(775deg);
}

.animals__item:nth-child(50) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-775deg);
	-ms-transform: translate(-40%,0) rotate(-775deg);
	transform: translate(-40%,0) rotate(-775deg);
}

.animals__item:nth-child(51) {
	-webkit-transform: rotate(790.8deg);
	-ms-transform: rotate(790.8deg);
	transform: rotate(790.8deg);
}

.animals__item:nth-child(51) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-790.8deg);
	-ms-transform: translate(-40%,0) rotate(-790.8deg);
	transform: translate(-40%,0) rotate(-790.8deg);
}

.animals__item:nth-child(52) {
	-webkit-transform: rotate(806.6deg);
	-ms-transform: rotate(806.6deg);
	transform: rotate(806.6deg);
}

.animals__item:nth-child(52) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-806.6deg);
	-ms-transform: translate(-40%,0) rotate(-806.6deg);
	transform: translate(-40%,0) rotate(-806.6deg);
}

.animals__item:nth-child(53) {
	-webkit-transform: rotate(822.4deg);
	-ms-transform: rotate(822.4deg);
	transform: rotate(822.4deg);
}

.animals__item:nth-child(53) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-822.4deg);
	-ms-transform: translate(-40%,0) rotate(-822.4deg);
	transform: translate(-40%,0) rotate(-822.4deg);
}

.animals__item:nth-child(54) {
	-webkit-transform: rotate(838.2deg);
	-ms-transform: rotate(838.2deg);
	transform: rotate(838.2deg);
}

.animals__item:nth-child(54) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-838.2deg);
	-ms-transform: translate(-40%,0) rotate(-838.2deg);
	transform: translate(-40%,0) rotate(-838.2deg);
}

.animals__item:nth-child(55) {
	-webkit-transform: rotate(854deg);
	-ms-transform: rotate(854deg);
	transform: rotate(854deg);
}

.animals__item:nth-child(55) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-854deg);
	-ms-transform: translate(-40%,0) rotate(-854deg);
	transform: translate(-40%,0) rotate(-854deg);
}

.animals__item:nth-child(56) {
	-webkit-transform: rotate(869.8deg);
	-ms-transform: rotate(869.8deg);
	transform: rotate(869.8deg);
}

.animals__item:nth-child(56) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-869.8deg);
	-ms-transform: translate(-40%,0) rotate(-869.8deg);
	transform: translate(-40%,0) rotate(-869.8deg);
}

.animals__item:nth-child(57) {
	-webkit-transform: rotate(885.6deg);
	-ms-transform: rotate(885.6deg);
	transform: rotate(885.6deg);
}

.animals__item:nth-child(57) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-885.6deg);
	-ms-transform: translate(-40%,0) rotate(-885.6deg);
	transform: translate(-40%,0) rotate(-885.6deg);
}

.animals__item:nth-child(58) {
	-webkit-transform: rotate(901.4deg);
	-ms-transform: rotate(901.4deg);
	transform: rotate(901.4deg);
}

.animals__item:nth-child(58) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-901.4deg);
	-ms-transform: translate(-40%,0) rotate(-901.4deg);
	transform: translate(-40%,0) rotate(-901.4deg);
}

.animals__item:nth-child(59) {
	-webkit-transform: rotate(917.2deg);
	-ms-transform: rotate(917.2deg);
	transform: rotate(917.2deg);
}

.animals__item:nth-child(59) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-917.2deg);
	-ms-transform: translate(-40%,0) rotate(-917.2deg);
	transform: translate(-40%,0) rotate(-917.2deg);
}

.animals__item:nth-child(60) {
	-webkit-transform: rotate(933deg);
	-ms-transform: rotate(933deg);
	transform: rotate(933deg);
}

.animals__item:nth-child(60) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-933deg);
	-ms-transform: translate(-40%,0) rotate(-933deg);
	transform: translate(-40%,0) rotate(-933deg);
}

.animals__item:nth-child(61) {
	-webkit-transform: rotate(948.8deg);
	-ms-transform: rotate(948.8deg);
	transform: rotate(948.8deg);
}

.animals__item:nth-child(61) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-948.8deg);
	-ms-transform: translate(-40%,0) rotate(-948.8deg);
	transform: translate(-40%,0) rotate(-948.8deg);
}

.animals__item:nth-child(62) {
	-webkit-transform: rotate(964.6deg);
	-ms-transform: rotate(964.6deg);
	transform: rotate(964.6deg);
}

.animals__item:nth-child(62) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-964.6deg);
	-ms-transform: translate(-40%,0) rotate(-964.6deg);
	transform: translate(-40%,0) rotate(-964.6deg);
}

.animals__item:nth-child(63) {
	-webkit-transform: rotate(980.4deg);
	-ms-transform: rotate(980.4deg);
	transform: rotate(980.4deg);
}

.animals__item:nth-child(63) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-980.4deg);
	-ms-transform: translate(-40%,0) rotate(-980.4deg);
	transform: translate(-40%,0) rotate(-980.4deg);
}

.animals__item:nth-child(64) {
	-webkit-transform: rotate(996.2deg);
	-ms-transform: rotate(996.2deg);
	transform: rotate(996.2deg);
}

.animals__item:nth-child(64) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-996.2deg);
	-ms-transform: translate(-40%,0) rotate(-996.2deg);
	transform: translate(-40%,0) rotate(-996.2deg);
}

.animals__item:nth-child(65) {
	-webkit-transform: rotate(1012deg);
	-ms-transform: rotate(1012deg);
	transform: rotate(1012deg);
}

.animals__item:nth-child(65) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1012deg);
	-ms-transform: translate(-40%,0) rotate(-1012deg);
	transform: translate(-40%,0) rotate(-1012deg);
}

.animals__item:nth-child(66) {
	-webkit-transform: rotate(1027.8deg);
	-ms-transform: rotate(1027.8deg);
	transform: rotate(1027.8deg);
}

.animals__item:nth-child(66) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1027.8deg);
	-ms-transform: translate(-40%,0) rotate(-1027.8deg);
	transform: translate(-40%,0) rotate(-1027.8deg);
}

.animals__item:nth-child(67) {
	-webkit-transform: rotate(1043.6deg);
	-ms-transform: rotate(1043.6deg);
	transform: rotate(1043.6deg);
}

.animals__item:nth-child(67) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1043.6deg);
	-ms-transform: translate(-40%,0) rotate(-1043.6deg);
	transform: translate(-40%,0) rotate(-1043.6deg);
}

.animals__item:nth-child(68) {
	-webkit-transform: rotate(1059.4deg);
	-ms-transform: rotate(1059.4deg);
	transform: rotate(1059.4deg);
}

.animals__item:nth-child(68) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1059.4deg);
	-ms-transform: translate(-40%,0) rotate(-1059.4deg);
	transform: translate(-40%,0) rotate(-1059.4deg);
}

.animals__item:nth-child(69) {
	-webkit-transform: rotate(1075.2deg);
	-ms-transform: rotate(1075.2deg);
	transform: rotate(1075.2deg);
}

.animals__item:nth-child(69) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1075.2deg);
	-ms-transform: translate(-40%,0) rotate(-1075.2deg);
	transform: translate(-40%,0) rotate(-1075.2deg);
}

.animals__item:nth-child(70) {
	-webkit-transform: rotate(1091deg);
	-ms-transform: rotate(1091deg);
	transform: rotate(1091deg);
}

.animals__item:nth-child(70) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1091deg);
	-ms-transform: translate(-40%,0) rotate(-1091deg);
	transform: translate(-40%,0) rotate(-1091deg);
}

.animals__item:nth-child(71) {
	-webkit-transform: rotate(1106.8deg);
	-ms-transform: rotate(1106.8deg);
	transform: rotate(1106.8deg);
}

.animals__item:nth-child(71) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1106.8deg);
	-ms-transform: translate(-40%,0) rotate(-1106.8deg);
	transform: translate(-40%,0) rotate(-1106.8deg);
}

.animals__item:nth-child(72) {
	-webkit-transform: rotate(1122.6deg);
	-ms-transform: rotate(1122.6deg);
	transform: rotate(1122.6deg);
}

.animals__item:nth-child(72) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1122.6deg);
	-ms-transform: translate(-40%,0) rotate(-1122.6deg);
	transform: translate(-40%,0) rotate(-1122.6deg);
}

.animals__item:nth-child(73) {
	-webkit-transform: rotate(1138.4deg);
	-ms-transform: rotate(1138.4deg);
	transform: rotate(1138.4deg);
}

.animals__item:nth-child(73) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1138.4deg);
	-ms-transform: translate(-40%,0) rotate(-1138.4deg);
	transform: translate(-40%,0) rotate(-1138.4deg);
}

.animals__item:nth-child(74) {
	-webkit-transform: rotate(1154.2deg);
	-ms-transform: rotate(1154.2deg);
	transform: rotate(1154.2deg);
}

.animals__item:nth-child(74) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1154.2deg);
	-ms-transform: translate(-40%,0) rotate(-1154.2deg);
	transform: translate(-40%,0) rotate(-1154.2deg);
}

.animals__item:nth-child(75) {
	-webkit-transform: rotate(1170deg);
	-ms-transform: rotate(1170deg);
	transform: rotate(1170deg);
}

.animals__item:nth-child(75) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1170deg);
	-ms-transform: translate(-40%,0) rotate(-1170deg);
	transform: translate(-40%,0) rotate(-1170deg);
}

.animals__item:nth-child(76) {
	-webkit-transform: rotate(1185.8deg);
	-ms-transform: rotate(1185.8deg);
	transform: rotate(1185.8deg);
}

.animals__item:nth-child(76) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1185.8deg);
	-ms-transform: translate(-40%,0) rotate(-1185.8deg);
	transform: translate(-40%,0) rotate(-1185.8deg);
}

.animals__item:nth-child(77) {
	-webkit-transform: rotate(1201.6deg);
	-ms-transform: rotate(1201.6deg);
	transform: rotate(1201.6deg);
}

.animals__item:nth-child(77) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1201.6deg);
	-ms-transform: translate(-40%,0) rotate(-1201.6deg);
	transform: translate(-40%,0) rotate(-1201.6deg);
}

.animals__item:nth-child(78) {
	-webkit-transform: rotate(1217.4deg);
	-ms-transform: rotate(1217.4deg);
	transform: rotate(1217.4deg);
}

.animals__item:nth-child(78) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1217.4deg);
	-ms-transform: translate(-40%,0) rotate(-1217.4deg);
	transform: translate(-40%,0) rotate(-1217.4deg);
}

.animals__item:nth-child(79) {
	-webkit-transform: rotate(1233.2deg);
	-ms-transform: rotate(1233.2deg);
	transform: rotate(1233.2deg);
}

.animals__item:nth-child(79) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1233.2deg);
	-ms-transform: translate(-40%,0) rotate(-1233.2deg);
	transform: translate(-40%,0) rotate(-1233.2deg);
}

.animals__item:nth-child(80) {
	-webkit-transform: rotate(1249deg);
	-ms-transform: rotate(1249deg);
	transform: rotate(1249deg);
}

.animals__item:nth-child(80) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1249deg);
	-ms-transform: translate(-40%,0) rotate(-1249deg);
	transform: translate(-40%,0) rotate(-1249deg);
}

.animals__item:nth-child(81) {
	-webkit-transform: rotate(1264.8deg);
	-ms-transform: rotate(1264.8deg);
	transform: rotate(1264.8deg);
}

.animals__item:nth-child(81) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1264.8deg);
	-ms-transform: translate(-40%,0) rotate(-1264.8deg);
	transform: translate(-40%,0) rotate(-1264.8deg);
}

.animals__item:nth-child(82) {
	-webkit-transform: rotate(1280.6deg);
	-ms-transform: rotate(1280.6deg);
	transform: rotate(1280.6deg);
}

.animals__item:nth-child(82) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1280.6deg);
	-ms-transform: translate(-40%,0) rotate(-1280.6deg);
	transform: translate(-40%,0) rotate(-1280.6deg);
}

.animals__item:nth-child(83) {
	-webkit-transform: rotate(1296.4deg);
	-ms-transform: rotate(1296.4deg);
	transform: rotate(1296.4deg);
}

.animals__item:nth-child(83) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1296.4deg);
	-ms-transform: translate(-40%,0) rotate(-1296.4deg);
	transform: translate(-40%,0) rotate(-1296.4deg);
}

.animals__item:nth-child(84) {
	-webkit-transform: rotate(1312.2deg);
	-ms-transform: rotate(1312.2deg);
	transform: rotate(1312.2deg);
}

.animals__item:nth-child(84) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1312.2deg);
	-ms-transform: translate(-40%,0) rotate(-1312.2deg);
	transform: translate(-40%,0) rotate(-1312.2deg);
}

.animals__item:nth-child(85) {
	-webkit-transform: rotate(1328deg);
	-ms-transform: rotate(1328deg);
	transform: rotate(1328deg);
}

.animals__item:nth-child(85) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1328deg);
	-ms-transform: translate(-40%,0) rotate(-1328deg);
	transform: translate(-40%,0) rotate(-1328deg);
}

.animals__item:nth-child(86) {
	-webkit-transform: rotate(1343.8deg);
	-ms-transform: rotate(1343.8deg);
	transform: rotate(1343.8deg);
}

.animals__item:nth-child(86) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1343.8deg);
	-ms-transform: translate(-40%,0) rotate(-1343.8deg);
	transform: translate(-40%,0) rotate(-1343.8deg);
}

.animals__item:nth-child(87) {
	-webkit-transform: rotate(1359.6deg);
	-ms-transform: rotate(1359.6deg);
	transform: rotate(1359.6deg);
}

.animals__item:nth-child(87) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1359.6deg);
	-ms-transform: translate(-40%,0) rotate(-1359.6deg);
	transform: translate(-40%,0) rotate(-1359.6deg);
}

.animals__item:nth-child(88) {
	-webkit-transform: rotate(1375.4deg);
	-ms-transform: rotate(1375.4deg);
	transform: rotate(1375.4deg);
}

.animals__item:nth-child(88) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1375.4deg);
	-ms-transform: translate(-40%,0) rotate(-1375.4deg);
	transform: translate(-40%,0) rotate(-1375.4deg);
}

.animals__item:nth-child(89) {
	-webkit-transform: rotate(1391.2deg);
	-ms-transform: rotate(1391.2deg);
	transform: rotate(1391.2deg);
}

.animals__item:nth-child(89) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1391.2deg);
	-ms-transform: translate(-40%,0) rotate(-1391.2deg);
	transform: translate(-40%,0) rotate(-1391.2deg);
}

.animals__item:nth-child(90) {
	-webkit-transform: rotate(1407deg);
	-ms-transform: rotate(1407deg);
	transform: rotate(1407deg);
}

.animals__item:nth-child(90) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1407deg);
	-ms-transform: translate(-40%,0) rotate(-1407deg);
	transform: translate(-40%,0) rotate(-1407deg);
}

.animals__item:nth-child(91) {
	-webkit-transform: rotate(1422.8deg);
	-ms-transform: rotate(1422.8deg);
	transform: rotate(1422.8deg);
}

.animals__item:nth-child(91) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1422.8deg);
	-ms-transform: translate(-40%,0) rotate(-1422.8deg);
	transform: translate(-40%,0) rotate(-1422.8deg);
}

.animals__item:nth-child(92) {
	-webkit-transform: rotate(1438.6deg);
	-ms-transform: rotate(1438.6deg);
	transform: rotate(1438.6deg);
}

.animals__item:nth-child(92) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1438.6deg);
	-ms-transform: translate(-40%,0) rotate(-1438.6deg);
	transform: translate(-40%,0) rotate(-1438.6deg);
}

.animals__item:nth-child(93) {
	-webkit-transform: rotate(1454.4deg);
	-ms-transform: rotate(1454.4deg);
	transform: rotate(1454.4deg);
}

.animals__item:nth-child(93) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1454.4deg);
	-ms-transform: translate(-40%,0) rotate(-1454.4deg);
	transform: translate(-40%,0) rotate(-1454.4deg);
}

.animals__item:nth-child(94) {
	-webkit-transform: rotate(1470.2deg);
	-ms-transform: rotate(1470.2deg);
	transform: rotate(1470.2deg);
}

.animals__item:nth-child(94) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1470.2deg);
	-ms-transform: translate(-40%,0) rotate(-1470.2deg);
	transform: translate(-40%,0) rotate(-1470.2deg);
}

.animals__item:nth-child(95) {
	-webkit-transform: rotate(1486deg);
	-ms-transform: rotate(1486deg);
	transform: rotate(1486deg);
}

.animals__item:nth-child(95) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1486deg);
	-ms-transform: translate(-40%,0) rotate(-1486deg);
	transform: translate(-40%,0) rotate(-1486deg);
}

.animals__item:nth-child(96) {
	-webkit-transform: rotate(1501.8deg);
	-ms-transform: rotate(1501.8deg);
	transform: rotate(1501.8deg);
}

.animals__item:nth-child(96) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1501.8deg);
	-ms-transform: translate(-40%,0) rotate(-1501.8deg);
	transform: translate(-40%,0) rotate(-1501.8deg);
}

.animals__item:nth-child(97) {
	-webkit-transform: rotate(1517.6deg);
	-ms-transform: rotate(1517.6deg);
	transform: rotate(1517.6deg);
}

.animals__item:nth-child(97) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1517.6deg);
	-ms-transform: translate(-40%,0) rotate(-1517.6deg);
	transform: translate(-40%,0) rotate(-1517.6deg);
}

.animals__item:nth-child(98) {
	-webkit-transform: rotate(1533.4deg);
	-ms-transform: rotate(1533.4deg);
	transform: rotate(1533.4deg);
}

.animals__item:nth-child(98) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1533.4deg);
	-ms-transform: translate(-40%,0) rotate(-1533.4deg);
	transform: translate(-40%,0) rotate(-1533.4deg);
}

.animals__item:nth-child(99) {
	-webkit-transform: rotate(1549.2deg);
	-ms-transform: rotate(1549.2deg);
	transform: rotate(1549.2deg);
}

.animals__item:nth-child(99) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1549.2deg);
	-ms-transform: translate(-40%,0) rotate(-1549.2deg);
	transform: translate(-40%,0) rotate(-1549.2deg);
}

.animals__item:nth-child(100) {
	-webkit-transform: rotate(1565deg);
	-ms-transform: rotate(1565deg);
	transform: rotate(1565deg);
}

.animals__item:nth-child(100) .animals__item-box {
	-webkit-transform: translate(-40%,0) rotate(-1565deg);
	-ms-transform: translate(-40%,0) rotate(-1565deg);
	transform: translate(-40%,0) rotate(-1565deg);
}

.animals__item-box {
	width: 15.85%;
	position: absolute;
	-webkit-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
}

.animals__item-box::before {
	content: '';
	display: block;
	padding-top: 100%;
}

.animals__item-box.active .animals__item-icon-box {
	background-image: -webkit-gradient(linear,left top,left bottom,from(#76a9e3),to(#39f));
	background-image: -o-linear-gradient(top,#76a9e3,#39f);
	background-image: linear-gradient(to bottom,#76a9e3,#39f);
	-webkit-box-shadow: 0 0 0 12px rgba(116,169,228,.3),0 0 0 33px rgba(116,169,228,.1);
	box-shadow: 0 0 0 12px rgba(116,169,228,.3),0 0 0 33px rgba(116,169,228,.1);
	border-color: transparent;
}

.animals__item-box.active .animals__item-icon-box::before {
	display: none;
}

.animals__item-box.active .animals__item-icon {
	display: none;
}

.animals__item-box.active .animals__item-icon-active {
	display: block;
}

.animals__item-icon-box,.animals__item-title {
	position: absolute;
}

.animals__item-icon-box {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #fff;
	border: 1px solid #eef3f9;
	-webkit-box-shadow: 0 0 0 11px #fff;
	box-shadow: 0 0 0 11px #fff;
	padding: 25%;
}

.animals__item-icon-box::before {
	content: '';
	position: absolute;
	top: -12px;
	left: -12px;
	right: -12px;
	bottom: -12px;
	border: 1px dashed #5fa3ed;
	border-radius: 50%;
}

.animals__item-icon-active {
	display: none;
}

.animals__item-title {
	top: 100%;
	left: 50%;
	-webkit-transform: translate(-50%,0);
	-ms-transform: translate(-50%,0);
	transform: translate(-50%,0);
	margin-top: -5px;
	white-space: nowrap;
	width: 120px;
	height: 37px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 15px;
	font-weight: bold;
}

.animals__item-title::before {
	content: '';
	position: absolute;
	background-color: #fff;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	-webkit-box-shadow: 0 7px 10px #e3e6e8;
	box-shadow: 0 7px 10px #e3e6e8;
	-webkit-transform: skewX(-15deg);
	-ms-transform: skewX(-15deg);
	transform: skewX(-15deg);
	border-radius: 6px;
}

.animals__item-title span {
	position: relative;
}

@media (max-width:1700px) {
	.animals__item:nth-child(1) {
		-webkit-transform: rotate(-6deg);
		-ms-transform: rotate(-6deg);
		transform: rotate(-6deg);
	}

	.animals__item:nth-child(1) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(6deg);
		-ms-transform: translate(-40%,0) rotate(6deg);
		transform: translate(-40%,0) rotate(6deg);
	}

	.animals__item:nth-child(2) {
		-webkit-transform: rotate(10deg);
		-ms-transform: rotate(10deg);
		transform: rotate(10deg);
	}

	.animals__item:nth-child(2) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-10deg);
		-ms-transform: translate(-40%,0) rotate(-10deg);
		transform: translate(-40%,0) rotate(-10deg);
	}

	.animals__item:nth-child(3) {
		-webkit-transform: rotate(26deg);
		-ms-transform: rotate(26deg);
		transform: rotate(26deg);
	}

	.animals__item:nth-child(3) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-26deg);
		-ms-transform: translate(-40%,0) rotate(-26deg);
		transform: translate(-40%,0) rotate(-26deg);
	}

	.animals__item:nth-child(4) {
		-webkit-transform: rotate(42deg);
		-ms-transform: rotate(42deg);
		transform: rotate(42deg);
	}

	.animals__item:nth-child(4) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-42deg);
		-ms-transform: translate(-40%,0) rotate(-42deg);
		transform: translate(-40%,0) rotate(-42deg);
	}

	.animals__item:nth-child(5) {
		-webkit-transform: rotate(58deg);
		-ms-transform: rotate(58deg);
		transform: rotate(58deg);
	}

	.animals__item:nth-child(5) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-58deg);
		-ms-transform: translate(-40%,0) rotate(-58deg);
		transform: translate(-40%,0) rotate(-58deg);
	}

	.animals__item:nth-child(6) {
		-webkit-transform: rotate(74deg);
		-ms-transform: rotate(74deg);
		transform: rotate(74deg);
	}

	.animals__item:nth-child(6) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-74deg);
		-ms-transform: translate(-40%,0) rotate(-74deg);
		transform: translate(-40%,0) rotate(-74deg);
	}

	.animals__item:nth-child(7) {
		-webkit-transform: rotate(90deg);
		-ms-transform: rotate(90deg);
		transform: rotate(90deg);
	}

	.animals__item:nth-child(7) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-90deg);
		-ms-transform: translate(-40%,0) rotate(-90deg);
		transform: translate(-40%,0) rotate(-90deg);
	}

	.animals__item:nth-child(8) {
		-webkit-transform: rotate(106deg);
		-ms-transform: rotate(106deg);
		transform: rotate(106deg);
	}

	.animals__item:nth-child(8) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-106deg);
		-ms-transform: translate(-40%,0) rotate(-106deg);
		transform: translate(-40%,0) rotate(-106deg);
	}

	.animals__item:nth-child(9) {
		-webkit-transform: rotate(122deg);
		-ms-transform: rotate(122deg);
		transform: rotate(122deg);
	}

	.animals__item:nth-child(9) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-122deg);
		-ms-transform: translate(-40%,0) rotate(-122deg);
		transform: translate(-40%,0) rotate(-122deg);
	}

	.animals__item:nth-child(10) {
		-webkit-transform: rotate(138deg);
		-ms-transform: rotate(138deg);
		transform: rotate(138deg);
	}

	.animals__item:nth-child(10) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-138deg);
		-ms-transform: translate(-40%,0) rotate(-138deg);
		transform: translate(-40%,0) rotate(-138deg);
	}

	.animals__item:nth-child(11) {
		-webkit-transform: rotate(154deg);
		-ms-transform: rotate(154deg);
		transform: rotate(154deg);
	}

	.animals__item:nth-child(11) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-154deg);
		-ms-transform: translate(-40%,0) rotate(-154deg);
		transform: translate(-40%,0) rotate(-154deg);
	}

	.animals__item:nth-child(12) {
		-webkit-transform: rotate(170deg);
		-ms-transform: rotate(170deg);
		transform: rotate(170deg);
	}

	.animals__item:nth-child(12) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-170deg);
		-ms-transform: translate(-40%,0) rotate(-170deg);
		transform: translate(-40%,0) rotate(-170deg);
	}

	.animals__item:nth-child(13) {
		-webkit-transform: rotate(186deg);
		-ms-transform: rotate(186deg);
		transform: rotate(186deg);
	}

	.animals__item:nth-child(13) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-186deg);
		-ms-transform: translate(-40%,0) rotate(-186deg);
		transform: translate(-40%,0) rotate(-186deg);
	}

	.animals__item:nth-child(14) {
		-webkit-transform: rotate(202deg);
		-ms-transform: rotate(202deg);
		transform: rotate(202deg);
	}

	.animals__item:nth-child(14) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-202deg);
		-ms-transform: translate(-40%,0) rotate(-202deg);
		transform: translate(-40%,0) rotate(-202deg);
	}

	.animals__item:nth-child(15) {
		-webkit-transform: rotate(218deg);
		-ms-transform: rotate(218deg);
		transform: rotate(218deg);
	}

	.animals__item:nth-child(15) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-218deg);
		-ms-transform: translate(-40%,0) rotate(-218deg);
		transform: translate(-40%,0) rotate(-218deg);
	}

	.animals__item:nth-child(16) {
		-webkit-transform: rotate(234deg);
		-ms-transform: rotate(234deg);
		transform: rotate(234deg);
	}

	.animals__item:nth-child(16) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-234deg);
		-ms-transform: translate(-40%,0) rotate(-234deg);
		transform: translate(-40%,0) rotate(-234deg);
	}

	.animals__item:nth-child(17) {
		-webkit-transform: rotate(250deg);
		-ms-transform: rotate(250deg);
		transform: rotate(250deg);
	}

	.animals__item:nth-child(17) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-250deg);
		-ms-transform: translate(-40%,0) rotate(-250deg);
		transform: translate(-40%,0) rotate(-250deg);
	}

	.animals__item:nth-child(18) {
		-webkit-transform: rotate(266deg);
		-ms-transform: rotate(266deg);
		transform: rotate(266deg);
	}

	.animals__item:nth-child(18) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-266deg);
		-ms-transform: translate(-40%,0) rotate(-266deg);
		transform: translate(-40%,0) rotate(-266deg);
	}

	.animals__item:nth-child(19) {
		-webkit-transform: rotate(282deg);
		-ms-transform: rotate(282deg);
		transform: rotate(282deg);
	}

	.animals__item:nth-child(19) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-282deg);
		-ms-transform: translate(-40%,0) rotate(-282deg);
		transform: translate(-40%,0) rotate(-282deg);
	}

	.animals__item:nth-child(20) {
		-webkit-transform: rotate(298deg);
		-ms-transform: rotate(298deg);
		transform: rotate(298deg);
	}

	.animals__item:nth-child(20) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-298deg);
		-ms-transform: translate(-40%,0) rotate(-298deg);
		transform: translate(-40%,0) rotate(-298deg);
	}

	.animals__item:nth-child(21) {
		-webkit-transform: rotate(314deg);
		-ms-transform: rotate(314deg);
		transform: rotate(314deg);
	}

	.animals__item:nth-child(21) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-314deg);
		-ms-transform: translate(-40%,0) rotate(-314deg);
		transform: translate(-40%,0) rotate(-314deg);
	}

	.animals__item:nth-child(22) {
		-webkit-transform: rotate(330deg);
		-ms-transform: rotate(330deg);
		transform: rotate(330deg);
	}

	.animals__item:nth-child(22) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-330deg);
		-ms-transform: translate(-40%,0) rotate(-330deg);
		transform: translate(-40%,0) rotate(-330deg);
	}

	.animals__item:nth-child(23) {
		-webkit-transform: rotate(346deg);
		-ms-transform: rotate(346deg);
		transform: rotate(346deg);
	}

	.animals__item:nth-child(23) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-346deg);
		-ms-transform: translate(-40%,0) rotate(-346deg);
		transform: translate(-40%,0) rotate(-346deg);
	}

	.animals__item:nth-child(24) {
		-webkit-transform: rotate(362deg);
		-ms-transform: rotate(362deg);
		transform: rotate(362deg);
	}

	.animals__item:nth-child(24) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-362deg);
		-ms-transform: translate(-40%,0) rotate(-362deg);
		transform: translate(-40%,0) rotate(-362deg);
	}

	.animals__item:nth-child(25) {
		-webkit-transform: rotate(378deg);
		-ms-transform: rotate(378deg);
		transform: rotate(378deg);
	}

	.animals__item:nth-child(25) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-378deg);
		-ms-transform: translate(-40%,0) rotate(-378deg);
		transform: translate(-40%,0) rotate(-378deg);
	}

	.animals__item:nth-child(26) {
		-webkit-transform: rotate(394deg);
		-ms-transform: rotate(394deg);
		transform: rotate(394deg);
	}

	.animals__item:nth-child(26) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-394deg);
		-ms-transform: translate(-40%,0) rotate(-394deg);
		transform: translate(-40%,0) rotate(-394deg);
	}

	.animals__item:nth-child(27) {
		-webkit-transform: rotate(410deg);
		-ms-transform: rotate(410deg);
		transform: rotate(410deg);
	}

	.animals__item:nth-child(27) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-410deg);
		-ms-transform: translate(-40%,0) rotate(-410deg);
		transform: translate(-40%,0) rotate(-410deg);
	}

	.animals__item:nth-child(28) {
		-webkit-transform: rotate(426deg);
		-ms-transform: rotate(426deg);
		transform: rotate(426deg);
	}

	.animals__item:nth-child(28) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-426deg);
		-ms-transform: translate(-40%,0) rotate(-426deg);
		transform: translate(-40%,0) rotate(-426deg);
	}

	.animals__item:nth-child(29) {
		-webkit-transform: rotate(442deg);
		-ms-transform: rotate(442deg);
		transform: rotate(442deg);
	}

	.animals__item:nth-child(29) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-442deg);
		-ms-transform: translate(-40%,0) rotate(-442deg);
		transform: translate(-40%,0) rotate(-442deg);
	}

	.animals__item:nth-child(30) {
		-webkit-transform: rotate(458deg);
		-ms-transform: rotate(458deg);
		transform: rotate(458deg);
	}

	.animals__item:nth-child(30) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-458deg);
		-ms-transform: translate(-40%,0) rotate(-458deg);
		transform: translate(-40%,0) rotate(-458deg);
	}

	.animals__item:nth-child(31) {
		-webkit-transform: rotate(474deg);
		-ms-transform: rotate(474deg);
		transform: rotate(474deg);
	}

	.animals__item:nth-child(31) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-474deg);
		-ms-transform: translate(-40%,0) rotate(-474deg);
		transform: translate(-40%,0) rotate(-474deg);
	}

	.animals__item:nth-child(32) {
		-webkit-transform: rotate(490deg);
		-ms-transform: rotate(490deg);
		transform: rotate(490deg);
	}

	.animals__item:nth-child(32) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-490deg);
		-ms-transform: translate(-40%,0) rotate(-490deg);
		transform: translate(-40%,0) rotate(-490deg);
	}

	.animals__item:nth-child(33) {
		-webkit-transform: rotate(506deg);
		-ms-transform: rotate(506deg);
		transform: rotate(506deg);
	}

	.animals__item:nth-child(33) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-506deg);
		-ms-transform: translate(-40%,0) rotate(-506deg);
		transform: translate(-40%,0) rotate(-506deg);
	}

	.animals__item:nth-child(34) {
		-webkit-transform: rotate(522deg);
		-ms-transform: rotate(522deg);
		transform: rotate(522deg);
	}

	.animals__item:nth-child(34) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-522deg);
		-ms-transform: translate(-40%,0) rotate(-522deg);
		transform: translate(-40%,0) rotate(-522deg);
	}

	.animals__item:nth-child(35) {
		-webkit-transform: rotate(538deg);
		-ms-transform: rotate(538deg);
		transform: rotate(538deg);
	}

	.animals__item:nth-child(35) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-538deg);
		-ms-transform: translate(-40%,0) rotate(-538deg);
		transform: translate(-40%,0) rotate(-538deg);
	}

	.animals__item:nth-child(36) {
		-webkit-transform: rotate(554deg);
		-ms-transform: rotate(554deg);
		transform: rotate(554deg);
	}

	.animals__item:nth-child(36) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-554deg);
		-ms-transform: translate(-40%,0) rotate(-554deg);
		transform: translate(-40%,0) rotate(-554deg);
	}

	.animals__item:nth-child(37) {
		-webkit-transform: rotate(570deg);
		-ms-transform: rotate(570deg);
		transform: rotate(570deg);
	}

	.animals__item:nth-child(37) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-570deg);
		-ms-transform: translate(-40%,0) rotate(-570deg);
		transform: translate(-40%,0) rotate(-570deg);
	}

	.animals__item:nth-child(38) {
		-webkit-transform: rotate(586deg);
		-ms-transform: rotate(586deg);
		transform: rotate(586deg);
	}

	.animals__item:nth-child(38) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-586deg);
		-ms-transform: translate(-40%,0) rotate(-586deg);
		transform: translate(-40%,0) rotate(-586deg);
	}

	.animals__item:nth-child(39) {
		-webkit-transform: rotate(602deg);
		-ms-transform: rotate(602deg);
		transform: rotate(602deg);
	}

	.animals__item:nth-child(39) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-602deg);
		-ms-transform: translate(-40%,0) rotate(-602deg);
		transform: translate(-40%,0) rotate(-602deg);
	}

	.animals__item:nth-child(40) {
		-webkit-transform: rotate(618deg);
		-ms-transform: rotate(618deg);
		transform: rotate(618deg);
	}

	.animals__item:nth-child(40) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-618deg);
		-ms-transform: translate(-40%,0) rotate(-618deg);
		transform: translate(-40%,0) rotate(-618deg);
	}

	.animals__item:nth-child(41) {
		-webkit-transform: rotate(634deg);
		-ms-transform: rotate(634deg);
		transform: rotate(634deg);
	}

	.animals__item:nth-child(41) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-634deg);
		-ms-transform: translate(-40%,0) rotate(-634deg);
		transform: translate(-40%,0) rotate(-634deg);
	}

	.animals__item:nth-child(42) {
		-webkit-transform: rotate(650deg);
		-ms-transform: rotate(650deg);
		transform: rotate(650deg);
	}

	.animals__item:nth-child(42) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-650deg);
		-ms-transform: translate(-40%,0) rotate(-650deg);
		transform: translate(-40%,0) rotate(-650deg);
	}

	.animals__item:nth-child(43) {
		-webkit-transform: rotate(666deg);
		-ms-transform: rotate(666deg);
		transform: rotate(666deg);
	}

	.animals__item:nth-child(43) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-666deg);
		-ms-transform: translate(-40%,0) rotate(-666deg);
		transform: translate(-40%,0) rotate(-666deg);
	}

	.animals__item:nth-child(44) {
		-webkit-transform: rotate(682deg);
		-ms-transform: rotate(682deg);
		transform: rotate(682deg);
	}

	.animals__item:nth-child(44) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-682deg);
		-ms-transform: translate(-40%,0) rotate(-682deg);
		transform: translate(-40%,0) rotate(-682deg);
	}

	.animals__item:nth-child(45) {
		-webkit-transform: rotate(698deg);
		-ms-transform: rotate(698deg);
		transform: rotate(698deg);
	}

	.animals__item:nth-child(45) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-698deg);
		-ms-transform: translate(-40%,0) rotate(-698deg);
		transform: translate(-40%,0) rotate(-698deg);
	}

	.animals__item:nth-child(46) {
		-webkit-transform: rotate(714deg);
		-ms-transform: rotate(714deg);
		transform: rotate(714deg);
	}

	.animals__item:nth-child(46) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-714deg);
		-ms-transform: translate(-40%,0) rotate(-714deg);
		transform: translate(-40%,0) rotate(-714deg);
	}

	.animals__item:nth-child(47) {
		-webkit-transform: rotate(730deg);
		-ms-transform: rotate(730deg);
		transform: rotate(730deg);
	}

	.animals__item:nth-child(47) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-730deg);
		-ms-transform: translate(-40%,0) rotate(-730deg);
		transform: translate(-40%,0) rotate(-730deg);
	}

	.animals__item:nth-child(48) {
		-webkit-transform: rotate(746deg);
		-ms-transform: rotate(746deg);
		transform: rotate(746deg);
	}

	.animals__item:nth-child(48) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-746deg);
		-ms-transform: translate(-40%,0) rotate(-746deg);
		transform: translate(-40%,0) rotate(-746deg);
	}

	.animals__item:nth-child(49) {
		-webkit-transform: rotate(762deg);
		-ms-transform: rotate(762deg);
		transform: rotate(762deg);
	}

	.animals__item:nth-child(49) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-762deg);
		-ms-transform: translate(-40%,0) rotate(-762deg);
		transform: translate(-40%,0) rotate(-762deg);
	}

	.animals__item:nth-child(50) {
		-webkit-transform: rotate(778deg);
		-ms-transform: rotate(778deg);
		transform: rotate(778deg);
	}

	.animals__item:nth-child(50) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-778deg);
		-ms-transform: translate(-40%,0) rotate(-778deg);
		transform: translate(-40%,0) rotate(-778deg);
	}

	.animals__item:nth-child(51) {
		-webkit-transform: rotate(794deg);
		-ms-transform: rotate(794deg);
		transform: rotate(794deg);
	}

	.animals__item:nth-child(51) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-794deg);
		-ms-transform: translate(-40%,0) rotate(-794deg);
		transform: translate(-40%,0) rotate(-794deg);
	}

	.animals__item:nth-child(52) {
		-webkit-transform: rotate(810deg);
		-ms-transform: rotate(810deg);
		transform: rotate(810deg);
	}

	.animals__item:nth-child(52) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-810deg);
		-ms-transform: translate(-40%,0) rotate(-810deg);
		transform: translate(-40%,0) rotate(-810deg);
	}

	.animals__item:nth-child(53) {
		-webkit-transform: rotate(826deg);
		-ms-transform: rotate(826deg);
		transform: rotate(826deg);
	}

	.animals__item:nth-child(53) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-826deg);
		-ms-transform: translate(-40%,0) rotate(-826deg);
		transform: translate(-40%,0) rotate(-826deg);
	}

	.animals__item:nth-child(54) {
		-webkit-transform: rotate(842deg);
		-ms-transform: rotate(842deg);
		transform: rotate(842deg);
	}

	.animals__item:nth-child(54) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-842deg);
		-ms-transform: translate(-40%,0) rotate(-842deg);
		transform: translate(-40%,0) rotate(-842deg);
	}

	.animals__item:nth-child(55) {
		-webkit-transform: rotate(858deg);
		-ms-transform: rotate(858deg);
		transform: rotate(858deg);
	}

	.animals__item:nth-child(55) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-858deg);
		-ms-transform: translate(-40%,0) rotate(-858deg);
		transform: translate(-40%,0) rotate(-858deg);
	}

	.animals__item:nth-child(56) {
		-webkit-transform: rotate(874deg);
		-ms-transform: rotate(874deg);
		transform: rotate(874deg);
	}

	.animals__item:nth-child(56) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-874deg);
		-ms-transform: translate(-40%,0) rotate(-874deg);
		transform: translate(-40%,0) rotate(-874deg);
	}

	.animals__item:nth-child(57) {
		-webkit-transform: rotate(890deg);
		-ms-transform: rotate(890deg);
		transform: rotate(890deg);
	}

	.animals__item:nth-child(57) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-890deg);
		-ms-transform: translate(-40%,0) rotate(-890deg);
		transform: translate(-40%,0) rotate(-890deg);
	}

	.animals__item:nth-child(58) {
		-webkit-transform: rotate(906deg);
		-ms-transform: rotate(906deg);
		transform: rotate(906deg);
	}

	.animals__item:nth-child(58) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-906deg);
		-ms-transform: translate(-40%,0) rotate(-906deg);
		transform: translate(-40%,0) rotate(-906deg);
	}

	.animals__item:nth-child(59) {
		-webkit-transform: rotate(922deg);
		-ms-transform: rotate(922deg);
		transform: rotate(922deg);
	}

	.animals__item:nth-child(59) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-922deg);
		-ms-transform: translate(-40%,0) rotate(-922deg);
		transform: translate(-40%,0) rotate(-922deg);
	}

	.animals__item:nth-child(60) {
		-webkit-transform: rotate(938deg);
		-ms-transform: rotate(938deg);
		transform: rotate(938deg);
	}

	.animals__item:nth-child(60) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-938deg);
		-ms-transform: translate(-40%,0) rotate(-938deg);
		transform: translate(-40%,0) rotate(-938deg);
	}

	.animals__item:nth-child(61) {
		-webkit-transform: rotate(954deg);
		-ms-transform: rotate(954deg);
		transform: rotate(954deg);
	}

	.animals__item:nth-child(61) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-954deg);
		-ms-transform: translate(-40%,0) rotate(-954deg);
		transform: translate(-40%,0) rotate(-954deg);
	}

	.animals__item:nth-child(62) {
		-webkit-transform: rotate(970deg);
		-ms-transform: rotate(970deg);
		transform: rotate(970deg);
	}

	.animals__item:nth-child(62) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-970deg);
		-ms-transform: translate(-40%,0) rotate(-970deg);
		transform: translate(-40%,0) rotate(-970deg);
	}

	.animals__item:nth-child(63) {
		-webkit-transform: rotate(986deg);
		-ms-transform: rotate(986deg);
		transform: rotate(986deg);
	}

	.animals__item:nth-child(63) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-986deg);
		-ms-transform: translate(-40%,0) rotate(-986deg);
		transform: translate(-40%,0) rotate(-986deg);
	}

	.animals__item:nth-child(64) {
		-webkit-transform: rotate(1002deg);
		-ms-transform: rotate(1002deg);
		transform: rotate(1002deg);
	}

	.animals__item:nth-child(64) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1002deg);
		-ms-transform: translate(-40%,0) rotate(-1002deg);
		transform: translate(-40%,0) rotate(-1002deg);
	}

	.animals__item:nth-child(65) {
		-webkit-transform: rotate(1018deg);
		-ms-transform: rotate(1018deg);
		transform: rotate(1018deg);
	}

	.animals__item:nth-child(65) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1018deg);
		-ms-transform: translate(-40%,0) rotate(-1018deg);
		transform: translate(-40%,0) rotate(-1018deg);
	}

	.animals__item:nth-child(66) {
		-webkit-transform: rotate(1034deg);
		-ms-transform: rotate(1034deg);
		transform: rotate(1034deg);
	}

	.animals__item:nth-child(66) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1034deg);
		-ms-transform: translate(-40%,0) rotate(-1034deg);
		transform: translate(-40%,0) rotate(-1034deg);
	}

	.animals__item:nth-child(67) {
		-webkit-transform: rotate(1050deg);
		-ms-transform: rotate(1050deg);
		transform: rotate(1050deg);
	}

	.animals__item:nth-child(67) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1050deg);
		-ms-transform: translate(-40%,0) rotate(-1050deg);
		transform: translate(-40%,0) rotate(-1050deg);
	}

	.animals__item:nth-child(68) {
		-webkit-transform: rotate(1066deg);
		-ms-transform: rotate(1066deg);
		transform: rotate(1066deg);
	}

	.animals__item:nth-child(68) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1066deg);
		-ms-transform: translate(-40%,0) rotate(-1066deg);
		transform: translate(-40%,0) rotate(-1066deg);
	}

	.animals__item:nth-child(69) {
		-webkit-transform: rotate(1082deg);
		-ms-transform: rotate(1082deg);
		transform: rotate(1082deg);
	}

	.animals__item:nth-child(69) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1082deg);
		-ms-transform: translate(-40%,0) rotate(-1082deg);
		transform: translate(-40%,0) rotate(-1082deg);
	}

	.animals__item:nth-child(70) {
		-webkit-transform: rotate(1098deg);
		-ms-transform: rotate(1098deg);
		transform: rotate(1098deg);
	}

	.animals__item:nth-child(70) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1098deg);
		-ms-transform: translate(-40%,0) rotate(-1098deg);
		transform: translate(-40%,0) rotate(-1098deg);
	}

	.animals__item:nth-child(71) {
		-webkit-transform: rotate(1114deg);
		-ms-transform: rotate(1114deg);
		transform: rotate(1114deg);
	}

	.animals__item:nth-child(71) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1114deg);
		-ms-transform: translate(-40%,0) rotate(-1114deg);
		transform: translate(-40%,0) rotate(-1114deg);
	}

	.animals__item:nth-child(72) {
		-webkit-transform: rotate(1130deg);
		-ms-transform: rotate(1130deg);
		transform: rotate(1130deg);
	}

	.animals__item:nth-child(72) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1130deg);
		-ms-transform: translate(-40%,0) rotate(-1130deg);
		transform: translate(-40%,0) rotate(-1130deg);
	}

	.animals__item:nth-child(73) {
		-webkit-transform: rotate(1146deg);
		-ms-transform: rotate(1146deg);
		transform: rotate(1146deg);
	}

	.animals__item:nth-child(73) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1146deg);
		-ms-transform: translate(-40%,0) rotate(-1146deg);
		transform: translate(-40%,0) rotate(-1146deg);
	}

	.animals__item:nth-child(74) {
		-webkit-transform: rotate(1162deg);
		-ms-transform: rotate(1162deg);
		transform: rotate(1162deg);
	}

	.animals__item:nth-child(74) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1162deg);
		-ms-transform: translate(-40%,0) rotate(-1162deg);
		transform: translate(-40%,0) rotate(-1162deg);
	}

	.animals__item:nth-child(75) {
		-webkit-transform: rotate(1178deg);
		-ms-transform: rotate(1178deg);
		transform: rotate(1178deg);
	}

	.animals__item:nth-child(75) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1178deg);
		-ms-transform: translate(-40%,0) rotate(-1178deg);
		transform: translate(-40%,0) rotate(-1178deg);
	}

	.animals__item:nth-child(76) {
		-webkit-transform: rotate(1194deg);
		-ms-transform: rotate(1194deg);
		transform: rotate(1194deg);
	}

	.animals__item:nth-child(76) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1194deg);
		-ms-transform: translate(-40%,0) rotate(-1194deg);
		transform: translate(-40%,0) rotate(-1194deg);
	}

	.animals__item:nth-child(77) {
		-webkit-transform: rotate(1210deg);
		-ms-transform: rotate(1210deg);
		transform: rotate(1210deg);
	}

	.animals__item:nth-child(77) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1210deg);
		-ms-transform: translate(-40%,0) rotate(-1210deg);
		transform: translate(-40%,0) rotate(-1210deg);
	}

	.animals__item:nth-child(78) {
		-webkit-transform: rotate(1226deg);
		-ms-transform: rotate(1226deg);
		transform: rotate(1226deg);
	}

	.animals__item:nth-child(78) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1226deg);
		-ms-transform: translate(-40%,0) rotate(-1226deg);
		transform: translate(-40%,0) rotate(-1226deg);
	}

	.animals__item:nth-child(79) {
		-webkit-transform: rotate(1242deg);
		-ms-transform: rotate(1242deg);
		transform: rotate(1242deg);
	}

	.animals__item:nth-child(79) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1242deg);
		-ms-transform: translate(-40%,0) rotate(-1242deg);
		transform: translate(-40%,0) rotate(-1242deg);
	}

	.animals__item:nth-child(80) {
		-webkit-transform: rotate(1258deg);
		-ms-transform: rotate(1258deg);
		transform: rotate(1258deg);
	}

	.animals__item:nth-child(80) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1258deg);
		-ms-transform: translate(-40%,0) rotate(-1258deg);
		transform: translate(-40%,0) rotate(-1258deg);
	}

	.animals__item:nth-child(81) {
		-webkit-transform: rotate(1274deg);
		-ms-transform: rotate(1274deg);
		transform: rotate(1274deg);
	}

	.animals__item:nth-child(81) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1274deg);
		-ms-transform: translate(-40%,0) rotate(-1274deg);
		transform: translate(-40%,0) rotate(-1274deg);
	}

	.animals__item:nth-child(82) {
		-webkit-transform: rotate(1290deg);
		-ms-transform: rotate(1290deg);
		transform: rotate(1290deg);
	}

	.animals__item:nth-child(82) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1290deg);
		-ms-transform: translate(-40%,0) rotate(-1290deg);
		transform: translate(-40%,0) rotate(-1290deg);
	}

	.animals__item:nth-child(83) {
		-webkit-transform: rotate(1306deg);
		-ms-transform: rotate(1306deg);
		transform: rotate(1306deg);
	}

	.animals__item:nth-child(83) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1306deg);
		-ms-transform: translate(-40%,0) rotate(-1306deg);
		transform: translate(-40%,0) rotate(-1306deg);
	}

	.animals__item:nth-child(84) {
		-webkit-transform: rotate(1322deg);
		-ms-transform: rotate(1322deg);
		transform: rotate(1322deg);
	}

	.animals__item:nth-child(84) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1322deg);
		-ms-transform: translate(-40%,0) rotate(-1322deg);
		transform: translate(-40%,0) rotate(-1322deg);
	}

	.animals__item:nth-child(85) {
		-webkit-transform: rotate(1338deg);
		-ms-transform: rotate(1338deg);
		transform: rotate(1338deg);
	}

	.animals__item:nth-child(85) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1338deg);
		-ms-transform: translate(-40%,0) rotate(-1338deg);
		transform: translate(-40%,0) rotate(-1338deg);
	}

	.animals__item:nth-child(86) {
		-webkit-transform: rotate(1354deg);
		-ms-transform: rotate(1354deg);
		transform: rotate(1354deg);
	}

	.animals__item:nth-child(86) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1354deg);
		-ms-transform: translate(-40%,0) rotate(-1354deg);
		transform: translate(-40%,0) rotate(-1354deg);
	}

	.animals__item:nth-child(87) {
		-webkit-transform: rotate(1370deg);
		-ms-transform: rotate(1370deg);
		transform: rotate(1370deg);
	}

	.animals__item:nth-child(87) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1370deg);
		-ms-transform: translate(-40%,0) rotate(-1370deg);
		transform: translate(-40%,0) rotate(-1370deg);
	}

	.animals__item:nth-child(88) {
		-webkit-transform: rotate(1386deg);
		-ms-transform: rotate(1386deg);
		transform: rotate(1386deg);
	}

	.animals__item:nth-child(88) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1386deg);
		-ms-transform: translate(-40%,0) rotate(-1386deg);
		transform: translate(-40%,0) rotate(-1386deg);
	}

	.animals__item:nth-child(89) {
		-webkit-transform: rotate(1402deg);
		-ms-transform: rotate(1402deg);
		transform: rotate(1402deg);
	}

	.animals__item:nth-child(89) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1402deg);
		-ms-transform: translate(-40%,0) rotate(-1402deg);
		transform: translate(-40%,0) rotate(-1402deg);
	}

	.animals__item:nth-child(90) {
		-webkit-transform: rotate(1418deg);
		-ms-transform: rotate(1418deg);
		transform: rotate(1418deg);
	}

	.animals__item:nth-child(90) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1418deg);
		-ms-transform: translate(-40%,0) rotate(-1418deg);
		transform: translate(-40%,0) rotate(-1418deg);
	}

	.animals__item:nth-child(91) {
		-webkit-transform: rotate(1434deg);
		-ms-transform: rotate(1434deg);
		transform: rotate(1434deg);
	}

	.animals__item:nth-child(91) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1434deg);
		-ms-transform: translate(-40%,0) rotate(-1434deg);
		transform: translate(-40%,0) rotate(-1434deg);
	}

	.animals__item:nth-child(92) {
		-webkit-transform: rotate(1450deg);
		-ms-transform: rotate(1450deg);
		transform: rotate(1450deg);
	}

	.animals__item:nth-child(92) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1450deg);
		-ms-transform: translate(-40%,0) rotate(-1450deg);
		transform: translate(-40%,0) rotate(-1450deg);
	}

	.animals__item:nth-child(93) {
		-webkit-transform: rotate(1466deg);
		-ms-transform: rotate(1466deg);
		transform: rotate(1466deg);
	}

	.animals__item:nth-child(93) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1466deg);
		-ms-transform: translate(-40%,0) rotate(-1466deg);
		transform: translate(-40%,0) rotate(-1466deg);
	}

	.animals__item:nth-child(94) {
		-webkit-transform: rotate(1482deg);
		-ms-transform: rotate(1482deg);
		transform: rotate(1482deg);
	}

	.animals__item:nth-child(94) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1482deg);
		-ms-transform: translate(-40%,0) rotate(-1482deg);
		transform: translate(-40%,0) rotate(-1482deg);
	}

	.animals__item:nth-child(95) {
		-webkit-transform: rotate(1498deg);
		-ms-transform: rotate(1498deg);
		transform: rotate(1498deg);
	}

	.animals__item:nth-child(95) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1498deg);
		-ms-transform: translate(-40%,0) rotate(-1498deg);
		transform: translate(-40%,0) rotate(-1498deg);
	}

	.animals__item:nth-child(96) {
		-webkit-transform: rotate(1514deg);
		-ms-transform: rotate(1514deg);
		transform: rotate(1514deg);
	}

	.animals__item:nth-child(96) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1514deg);
		-ms-transform: translate(-40%,0) rotate(-1514deg);
		transform: translate(-40%,0) rotate(-1514deg);
	}

	.animals__item:nth-child(97) {
		-webkit-transform: rotate(1530deg);
		-ms-transform: rotate(1530deg);
		transform: rotate(1530deg);
	}

	.animals__item:nth-child(97) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1530deg);
		-ms-transform: translate(-40%,0) rotate(-1530deg);
		transform: translate(-40%,0) rotate(-1530deg);
	}

	.animals__item:nth-child(98) {
		-webkit-transform: rotate(1546deg);
		-ms-transform: rotate(1546deg);
		transform: rotate(1546deg);
	}

	.animals__item:nth-child(98) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1546deg);
		-ms-transform: translate(-40%,0) rotate(-1546deg);
		transform: translate(-40%,0) rotate(-1546deg);
	}

	.animals__item:nth-child(99) {
		-webkit-transform: rotate(1562deg);
		-ms-transform: rotate(1562deg);
		transform: rotate(1562deg);
	}

	.animals__item:nth-child(99) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1562deg);
		-ms-transform: translate(-40%,0) rotate(-1562deg);
		transform: translate(-40%,0) rotate(-1562deg);
	}

	.animals__item:nth-child(100) {
		-webkit-transform: rotate(1578deg);
		-ms-transform: rotate(1578deg);
		transform: rotate(1578deg);
	}

	.animals__item:nth-child(100) .animals__item-box {
		-webkit-transform: translate(-40%,0) rotate(-1578deg);
		-ms-transform: translate(-40%,0) rotate(-1578deg);
		transform: translate(-40%,0) rotate(-1578deg);
	}

	.animals__item-icon-box {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.animals__item-icon-box::before {
		display: none;
	}

	.animals__item-title {
		font-size: 12px;
		width: 100px;
		height: 25px;
	}
}

@media (max-width:1500px) {
	.animals {
		width: calc(100% - 600px);
		top: 630px;
		right: -50px;
	}
}

@media (max-width:1229.98px) {
	.animals {
		position: static;
		width: 100%;
		max-width: none;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		background-color: #fbfbfc;
		padding-top: 50px;
	}

	.animals__container {
		max-width: 720px;
		margin-left: auto;
		margin-right: auto;
		padding-left: 15px;
		padding-right: 15px;
		background: 0 0;
	}

	.animals__container::before {
		display: none;
	}

	.animals__img-box {
		display: none;
	}

	.animals__list {
		position: static;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin-left: -8px;
		margin-right: -8px;
	}

	.animals__item {
		position: static;
		-webkit-transform: none!important;
		-ms-transform: none!important;
		transform: none!important;
		width: auto;
		margin: 0 0 20px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 50%;
		flex: 0 0 50%;
		max-width: 50%;
		padding-left: 8px;
		padding-right: 8px;
	}

	.animals__item-box {
		width: auto;
		position: static;
		-webkit-transform: none!important;
		-ms-transform: none!important;
		transform: none!important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.animals__item-box::before {
		display: none;
	}

	.animals__item-box.active .animals__item-icon-box {
		background: #fff;
		-webkit-box-shadow: none;
		box-shadow: none;
		border-color: #eef3f9;
	}

	.animals__item-box.active .animals__item-icon {
		display: block;
	}

	.animals__item-box.active .animals__item-icon-active {
		display: none;
	}

	.animals__item-icon-box {
		position: static;
		padding: 10px;
		-ms-flex-negative: 0;
		flex-shrink: 0;
		margin-right: 5px;
		width: 45px;
		height: 45px;
	}

	.animals__item-title {
		position: static;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		width: auto;
	}

	.animals__item-title::before {
		display: none;
	}
}

@media (max-width:767.98px) {
	.animals__container {
		max-width: 540px;
	}
}

.feed-types{
	margin-bottom: 20px;
}

.feed-types__text {
	background-color: #fbfbfc;
	padding: 50px 0 150px;
}
.feed-types__text .h2{
	margin-bottom: 40px;
}

.feed-types__text-article {
	font-size: 16px;
	padding-right: 50px;
}

.feed-types__text-article p:nth-child(n+2) {
	margin-top: 25px;
}

.feed-types__list-wrap {
	margin-top: -100px;
}

.feed-types__item-box {
	background-color: #fff;
	background-image: -o-linear-gradient(32deg,#fbfbfc,rgba(251,251,252,0));
	background-image: linear-gradient(58deg,#fbfbfc,rgba(251,251,252,0));
	padding: 0 20px 25px 25px;
	border-radius: 20px;
	height: 100%;
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	-o-transition: box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s,-webkit-box-shadow .2s;
	position: relative;
	z-index: 2;
}

.feed-types__item-box:hover {
	-webkit-box-shadow: 0 5px 8px rgba(194,194,195,.4);
	box-shadow: 0 5px 8px rgba(194,194,195,.4);
}

.feed-types__item-head {
	height: 115px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.feed-types__item-head img {
	-ms-flex-item-align: center;
	-ms-grid-row-align: center;
	align-self: center;
}

.feed-types__item-head span {
	margin-left: 40px;
	margin-top: 38px;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	font-size: 36px;
	color: #76a9e3;
}
.feed-types__block-list{
	display: flex;
	align-items: flex-end;
	height: 100%;
	
}
.feed-types__block-list li{
	position: relative;
	font-size: 16px;
	line-height: 24px;
	padding-left: 20px;
}
.feed-types__block-list li:not(:last-child){
	margin-bottom: 20px;
}
.feed-types__block-list li::before{
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #f08921;
	position: absolute;
	left: 0;
	top: 8px;
}

@media (max-width:991.98px) {
	.feed-types__item:nth-child(n+2) {
		margin-top: 15px;
	}

	.feed-types__item-box {
		background-image: none;
	}
	.feed-types__text-article {
		padding-right: 0px;
		margin-bottom: 20px;
	}
	.feed-types__text .h2{
		margin-bottom: 30px;
	}
}

@media (max-width:767.98px) {
	.feed-types__text-article {
		margin-top: 0;
	}
}
.feed-types__text .h2{
		margin-bottom: 20px;
	}

.feed-info {
	margin-top: 40px;
	margin-bottom: 100px;
}

.feed-info__right-box {
	margin-left: 80px;
	position: relative;
}

.feed-info__list {
	padding: 35px 0 45px;
	position: relative;
}

.feed-info__list::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: -57px;
	width: 1px;
	background-color: #f08921;
}

.feed-info__item {
	position: relative;
}

.feed-info__item::before {
	content: '';
	position: absolute;
	top: 5px;
	left: -59px;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #f08921;
}

.feed-info__item:nth-child(n+2) {
	margin-top: 50px;
}

.feed-info__download-pricelist {
	position: absolute;
	bottom: -80px;
	width: 224px;
	height: 56px;
	padding-right: 28px;
	font-size: 16px;
}

.feed-info__download-pricelist::after {
	content: '';
	position: absolute;
	top: 7px;
	right: 9px;
	width: 42px;
	height: 42px;
	background-image: url(../img/download.png);
}

.feed-info--category {
	margin-top: 70px;
	margin-bottom: 70px;
}

.feed-info--category .feed-info__list {
	padding-top: 30px;
	padding-bottom: 30px;
}

.feed-info--category .feed-info__item:nth-child(n+2) {
	margin-top: 24px;
}

@media (max-width:767.98px) {
	.feed-info__col-image {
		display: none;
	}

	.feed-info__right-box {
		margin-left: 20px;
	}

	.feed-info__list::before {
		left: -20px;
	}

	.feed-info__item::before {
		left: -22px;
	}

	.feed-info--category {
		margin-top: 40px;
		margin-bottom: 40px;
	}
}

.consult {
	background-image: url(../img/consult-bg-new.jpg);
	background-size: cover;
	background-position: 50% 0;
	padding: 40px 0 48px;
}

.consult__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
}

.consult__left {
	margin-top: 40px;
}

.consult__title {
	max-width: 570px;
	font-size: 72px;
	line-height: 87px;
}

.consult__circle-wrap {
	margin-top: -25px;
	margin-left: 405px;
	position: relative;
}

.consult__circle-wrap::before {
	content: '';
	position: absolute;
	top: 73px;
	right: 101px;
	width: 338px;
	height: 245px;
	background-image: url(../img/consult-corn.png);
	background-size: 100% 100%;
}

.consult__circle {
	position: relative;
	width: 219px;
	height: 219px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #76c75e;
	color: #fff;
	text-align: center;
	font-family: 'Bebas Neue',cursive;
	font-size: 22px;
	line-height: 30px;
	-webkit-box-shadow: 0 0 0 21px rgba(255,255,255,.5),0 0 0 48px rgba(255,255,255,.5);
	box-shadow: 0 0 0 21px rgba(255,255,255,.5),0 0 0 48px rgba(255,255,255,.5);
}

.consult__circle b {
	font-size: 30px;
	line-height: 37px;
}

.consult__form {
	max-width: 340px;
}

.consult--delivery {
	position: relative;
}

.consult--dealers .consult__left {
	margin-top: 65px;
}

.consult--dealers .consult__title {
	max-width: 680px;
	padding-right: 30px;
}

@media (max-width:1229.98px) {
	.consult__circle-wrap {
		margin-left: 300px;
		margin-top: 30px;
	}
}

@media (max-width:991.98px) {
	.consult__title {
		font-size: 50px;
		line-height: 60px;
	}

	.consult__circle-wrap {
		margin-left: 30px;
	}

	.consult__circle {
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.consult__circle-wrap .circle-block {
		width: 120px;
		height: 120px;
	}
	.consult__circle-wrap .circle-block .circle-block__content {
		width: 120px;
		height: 120px;
	}
}

@media (max-width:767.98px) {
	.consult__container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.consult__left {
		margin-top: 0;
	}

	.consult__title {
		font-size: 30px;
		line-height: 36px;
		text-align: center;
	}

	.consult__circle-wrap {
		margin-left: 0;
		margin-top: 10px;
	}

	.consult__circle-wrap::before {
		display: none;
	}
	.consult__circle-wrap .circle-block {
		position: relative;
		bottom: auto;
    right: auto;
		margin: 0 auto;
		width: 120px;
		height: 120px;
	}
	.consult__circle-wrap .circle-block .circle-block__content {
		width: 120px;
		height: 120px;
	}

	.consult__circle {
		margin-left: auto;
		margin-right: auto;
		width: 160px;
		height: 160px;
		font-size: 18px;
		line-height: 24px;
	}

	.consult__circle b {
		font-size: 20px;
		line-height: 28px;
	}

	.consult__form {
		width: 100%;
		margin-top: 20px;
	}

	.consult__form .form__inner {
		padding: 25px;
	}

	.consult--dealers .consult__left {
		margin-top: 0;
	}

	.consult--dealers .consult__title {
		padding-right: 0;
	}
}

.how-order {
	padding-top: 140px;
	padding-bottom: 150px;
	position: relative;
	overflow: hidden;
}

.how-order::before {
	content: '';
	position: absolute;
	background-image: url(../img/how-order-image.png);
	width: 528px;
	height: 352px;
	bottom: -8px;
	right: -140px;
}

.how-order__list {
	margin-top: 115px;
}

.how-order__item {
	position: relative;
}

.how-order__item::before {
	content: '';
	position: absolute;
	top: 9px;
	left: 25px;
	right: 25px;
	bottom: -9px;
	background-color: #fff;
	border-radius: 10px;
	-webkit-box-shadow: 0 10px 15px rgba(136,100,71,.2);
	box-shadow: 0 10px 15px rgba(136,100,71,.2);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
	opacity: .85;
}

.how-order__item:hover .how-order__number,.how-order__item:hover::before {
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

.how-order__item:nth-child(1) .how-order__icon {
	background-image: url(../img/how-order-icon-1.svg);
}

.how-order__item:nth-child(1) .how-order__number {
	background-image: url(../img/01.png);
	width: 70px;
}

.how-order__item:nth-child(2) .how-order__icon {
	background-image: url(../img/how-order-icon-2.svg);
}

.how-order__item:nth-child(2) .how-order__number {
	background-image: url(../img/02.png);
}

.how-order__item:nth-child(3) .how-order__icon {
	background-image: url(../img/how-order-icon-3.svg);
	width: 48px;
	height: 40px;
}

.how-order__item:nth-child(3) .how-order__number {
	background-image: url(../img/03.png);
}

.how-order__item-box {
	padding: 85px 30px 40px;
	background-color: #fff;
	background-image: -o-linear-gradient(32deg,#fbfbfc,rgba(251,251,252,0));
	background-image: linear-gradient(58deg,#fbfbfc,rgba(251,251,252,0));
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	height: 100%;
	border-radius: 10px;
	position: relative;
	font-weight: 500;
}

.how-order__icon {
	position: absolute;
	top: 13px;
	left: 30px;
	width: 42px;
	height: 41px;
	background-repeat: no-repeat;
}

.how-order__number {
	position: absolute;
	right: 60px;
	top: -19px;
	width: 76px;
	height: 74px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

@media (max-width:991.98px) {
	.how-order__item:nth-child(n+2) {
		margin-top: 40px;
	}
}

@media (max-width:767.98px) {
	.how-order {
		padding-top: 30px;
		padding-bottom: 40px;
	}

	.how-order::before {
		display: none;
	}

	.how-order__list {
		margin-top: 50px;
	}
}

.info {
	padding-top: 50px;
	padding-bottom: 60px;
	background-color: #fbfbfc;
}

.info__list {
	margin-top: 45px;
}

.info__item-box {
	display: flex;
	flex-direction: column;
	background-color: #fff;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	outline: 0;
	-webkit-transition: -webkit-box-shadow .2s;
	transition: -webkit-box-shadow .2s;
	-o-transition: box-shadow .2s;
	transition: box-shadow .2s;
	transition: box-shadow .2s,-webkit-box-shadow .2s;
}

.info__item-box:hover {
	-webkit-box-shadow: 0 5px 8px rgba(194,194,195,.4);
	box-shadow: 0 5px 8px rgba(194,194,195,.4);
}

.info__item-box:hover .info__img-box img {
	-webkit-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}

.info__img-box {
	/* height: 175px; */
	padding-bottom: 48%;
	overflow: hidden;
	position: relative;
}

.info__img-box img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

.info__content {
	padding: 25px 30px 35px;
	flex: 1 1 auto;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.info__item-title {
	font-size: 18px;
	line-height: 28px;
	font-weight: 700;
}

.info__item-desc {
	margin-top: 25px;
}

@media (max-width:1230px){
	.info__content {
		padding: 15px 20px 20px;
	}
	.info__item-desc {
    margin-top: 15px;
	}
}

@media (max-width:991.98px) {
	.info__item:nth-child(n+2) {
		margin-top: 15px;
	}

	.info .slick-list {
		padding-bottom: 10px;
	}

	.info__slider-dots {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
	}

	.info__slider-dots li {
		margin: 0 5px;
	}

	.info__slider-dots li.slick-active button {
		background-color: #797979;
	}

	.info__slider-dots button {
		font-size: 0;
		line-height: 0;
		border: none;
		background: 0 0;
		width: 12px;
		height: 12px;
		border-radius: 50%;
		background-color: #b3b3b3;
	}
}

.footer {
	background-color: #f1f1f2;
	position: relative;
}

.footer a:hover {
	border-bottom: 1px solid #000;
}

.footer__main {
	padding-top: 40px;
	padding-bottom: 25px;
}

.footer__menu-list,.footer__title {
	font-weight: 500;
}

.footer__title--time {
	margin-top: 22px;
}

.footer__menu-item:nth-child(n+2) {
	margin-top: 20px;
}

.footer__animals-list {
	margin-top: 15px;
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}

.footer__animals-item:nth-child(n+2) {
	margin-top: 15px;
}

.footer__address,.footer__phone-list,.footer__time {
	margin-top: 10px;
}

.footer__phone-item {
	margin-top: 5px;
}

.footer__bottom {
	border-top: 1px solid #ccdbed;
}

.footer__bottom-container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 19px;
	padding-bottom: 19px;
	font-size: 13px;
	line-height: 16px;
	opacity: .5;
	font-weight: 700;
}

.footer__copyright {
	margin-left: 60px;
}

.footer__madein {
	margin-left: 90px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	letter-spacing: .025em;
}

.footer__madein a {
	margin-left: 16px;
}

.footer__madein a:hover {
	border-bottom: none;
}

@media (max-width:991.98px) {
	.footer__col-address,.footer__col-phones {
		margin-top: 40px;
	}

	.footer__copyright {
		margin-left: 30px;
	}

	.footer__madein {
		margin-left: 40px;
	}
}

@media (max-width:767.98px) {
	.footer {
		text-align: center;
	}

	.footer__col-catalog {
		margin-top: 40px;
	}

	.footer__bottom-container {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}

	.footer__copyright,.footer__madein {
		margin-left: 0;
		margin-top: 20px;
	}
}

.modal-wrapper {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: auto;
	background: rgba(0,0,0,.5);
	z-index: 999;
}

.modal-wrapper__container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	min-height: 100%;
}

.modal {
	max-width: 340px;
	position: relative;
}

.modal__close {
	position: absolute;
	top: 18px;
	right: 21px;
	width: 23px;
	height: 23px;
	background-image: url(../img/modal-close.png);
	z-index: 1;
	cursor: pointer;
	font-size: 30px;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.modal__close:hover {
	opacity: .6;
}

.modal .form__inner::before {
	content: '';
	display: block;
	margin: -87px auto 19px;
	width: 178px;
	height: 178px;
	background-image: url(../img/logo.png);
	background-size: 100% 100%;
}

.modal .form__title {
	text-transform: uppercase;
	font-size: 24px;
	line-height: 24px;
	max-width: none;
	margin-bottom: 15px;
}

.articles__title {
	margin-top: 40px;
	margin-bottom: 30px;
}

.articles__content {
	padding-top: 65px;
	padding-bottom: 33px;
}

.articles__content .info__list {
	margin-top: 0;
}

.articles__content .info__item:nth-child(n+4) {
	margin-top: 30px;
}

.articles__pagination {
	margin-top: 35px;
}

.article-page {
	background-color: #fbfbfc;
	padding-top: 20px;
	padding-bottom: 50px;
}

.article-page__container {
	max-width: 840px;
}

.article-page__title {
	text-align: center;
	margin-top: 28px;
}

.article-page__content {
	margin-top: 30px;
}

.about-init {
	padding-top: 40px;
	position: relative;
}

.about-init::before {
	content: '';
	position: absolute;
	background-size: 100%;
	background-image: url(../img/circle-bg.png);
	width: 882px;
	height: 882px;
	top: -102px;
	right: -275px;
}

.about-init__box {
	background-color: #fbfbfc;
	margin-left: -15px;
	margin-top: 25px;
}

.about-init__box-col {
	padding-top: 30px;
	padding-left: 30px;
	padding-bottom: 75px;
	z-index: 1;
}

.about-init__item-box {
	background-color: #fff;
	background-image: -o-linear-gradient(32deg,#fbfbfc,rgba(251,251,252,0));
	background-image: linear-gradient(58deg,#fbfbfc,rgba(251,251,252,0));
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	height: 100%;
	border-radius: 10px;
	padding: 40px 40px 40px 45px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.about-init__item-box:hover {
	-webkit-box-shadow: 0 5px 8px rgba(194,194,195,.4);
	box-shadow: 0 5px 8px rgba(194,194,195,.4);
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

.about-init__item-title {
	font-size: 36px;
	line-height: 1;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #76a9e3;
}

.about-init__item-title span {
	font-size: 60px;
}

.about-init__item-desc {
	font-size: 24px;
	line-height: normal;
	margin-top: 10px;
}

.about-init__text {
	margin-top: 75px;
	max-width: 500px;
}

.about-init__text p {
	margin-top: 24px;
}

.about-init__img-box {
	margin-top: -19px;
	margin-left: -115px;
	margin-right: -48px;
}

@media (max-width:991.98px) {
	.about-init::before {
		display: none;
	}

	.about-init__image-col {
		-webkit-box-ordinal-group: 0;
		-ms-flex-order: -1;
		order: -1;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}

	.about-init__img-box {
		margin: -5px auto 0;
		max-width: 300px;
	}
}

@media (max-width:768px){
	.about-init__item-title {
		font-size: 28px;
	}

	.about-init__item-title span {
		font-size: 40px;
	}
	.about-init__item-box {
		padding: 20px;
	}


	.about-init__item-desc {
		font-size: 20px;
	}
}

@media (max-width:575.98px) {
	.about-init__item:nth-child(n+2) {
		margin-top: 20px;
	}

	

	.about-init__text {
		margin-top: 40px;
	}
}

.about-info {
	margin-bottom: 65px;
}

.about-info__head-col-main {
	padding-top: 15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.about-info__head-logo {
	width: 178px;
	margin-left: -15px;
	margin-right: 40px;
}

.about-info__head-title {
	font-size: 24px;
	line-height: 1;
}

.about-info__head-desc {
	margin-top: 10px;
}

.about-info__card {
	margin-top: -34px;
	background-color: #fff;
	background-image: -o-linear-gradient(32deg,#fbfbfc,rgba(251,251,252,0));
	background-image: linear-gradient(58deg,#fbfbfc,rgba(251,251,252,0));
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	border-radius: 10px;
	padding: 40px 40px 40px 45px;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.about-info__card:hover {
	-webkit-box-shadow: 0 5px 8px rgba(194,194,195,.4);
	box-shadow: 0 5px 8px rgba(194,194,195,.4);
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

.about-info__card-title {
	font-size: 36px;
	line-height: 1;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #76a9e3;
}

.about-info__card-title span {
	font-size: 60px;
}

.about-info__card-desc {
	font-size: 24px;
	line-height: normal;
	margin-top: 10px;
}

.about-info__list {
	margin-top: 84px;
}

.about-info__item-card {
	height: 100%;
}

.about-info__item-card:hover .about-info__item-icon {
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

.about-info__item-content {
	padding: 50px 24px 20px;
}

.about-info__item-icon {
	width: 61px;
	height: 61px;
	border-radius: 50%;
	background-color: #76c75e;
	background-repeat: no-repeat;
	background-position: center center;
	position: absolute;
	top: -28px;
	left: 29px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

@media (max-width:991.98px) {
	.about-info__card {
		margin-top: 20px;
	}

	.about-info__item:nth-child(n+3) {
		margin-top: 60px;
	}
}

@media (max-width:575.98px) {
	.about-info__head-col-main {
		-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;
	}

	.about-info__head-logo {
		margin-right: 0;
		margin-left: 0;
		margin-bottom: 10px;
	}

	.about-info__head-title {
		font-size: 20px;
		text-align: center;
	}

	.about-info__head-desc {
		text-align: center;
	}

	.about-info__card {
		padding: 20px;
	}

	.about-info__card-title {
		font-size: 28px;
	}

	.about-info__card-title span {
		font-size: 40px;
	}

	.about-info__card-desc {
		font-size: 20px;
	}

	.about-info__item:nth-child(n+2) {
		margin-top: 60px;
	}
}

.certificates {
	padding-bottom: 50px;
}

.certificates__text-box {
	padding: 85px 0 180px;
	background-color: #fbfbfc;
	position: relative;
	font-size: 18px;
	line-height: 30px;
}

.certificates__text-box::before {
	content: '';
	position: absolute;
	width: 50%;
	width: calc(50% - 15px);
	right: 0;
	top: 0;
	bottom: 0;
	background-image: url(../img/certificates-bg.jpg);
	background-size: cover;
	background-position: center center;
}

.certificates__subtitle {
	font-weight: 500;
	margin-top: 80px;
}

.certificates__list {
	margin-top: -142px;
}

.certificates__item-box {
	display: block;
	-webkit-box-shadow: 0 5px 32px rgba(194,194,195,.2);
	box-shadow: 0 5px 32px rgba(194,194,195,.2);
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;
}

.certificates__item-box:hover {
	-webkit-box-shadow: 0 5px 32px rgba(194,194,195,.7);
	box-shadow: 0 5px 32px rgba(194,194,195,.7);
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

@media (max-width:767.98px) {
	.certificates__text-box {
		padding-top: 280px;
	}

	.certificates__text-box::before {
		width: 100%;
		height: 250px;
	}

	.certificates__item:nth-child(n+3) {
		margin-top: 30px;
	}
}

@media (max-width:575.98px) {
	.certificates__text-box {
		font-size: 16px;
		line-height: 24px;
	}

	.certificates__subtitle {
		margin-top: 40px;
	}
}

.production__title {
	margin-top: 25px;
	margin-bottom: 25px;
}

.production__content {
	background-color: #fbfbfc;
	padding-top: 35px;
}

.production__content-container {
	position: relative;
	padding-bottom: 65px;
}

.production__content-container::before {
	content: '';
	position: absolute;
	right: 62px;
	bottom: -24px;
	width: 500px;
	height: 310px;
	background-image: url(../img/production-image.png);
}

.production__desc {
	max-width: 720px;
}

.production__list {
	margin-top: 80px;
}

.production__item:nth-child(n+5) {
	margin-top: 95px;
}

.production__item-card {
	height: 100%;
}

.production__item-card:hover .production__icon {
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

.production__item-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0 24px 24px;
}

.production__icon {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 84px;
	height: 84px;
	border-radius: 50%;
	margin-top: -28px;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#76a9e3),to(#39f));
	background-image: -o-linear-gradient(top,#76a9e3,#39f);
	background-image: linear-gradient(to bottom,#76a9e3,#39f);
	padding: 24px;
	-webkit-box-shadow: 0 0 0 12px rgba(116,169,228,.3),0 0 0 33px rgba(116,169,228,.1);
	box-shadow: 0 0 0 12px rgba(116,169,228,.3),0 0 0 33px rgba(116,169,228,.1);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

.production__item-title {
	font-size: 18px;
	margin-top: 55px;
}

@media (max-width:991.98px) {
	.production__item:nth-child(n+4) {
		margin-top: 95px;
	}
}

@media (max-width:767.98px) {
	.production__content-container::before {
		display: none;
	}

	.production__item:nth-child(n+3) {
		margin-top: 60px;
	}

	.production__item-content {
		padding: 0 8px 20px;
	}

	.production__icon {
		-webkit-box-shadow: none;
		box-shadow: none;
	}

	.production__item-title {
		margin-top: 30px;
		font-size: 14px;
		text-align: center;
	}
}

.contacts {
	position: relative;
}

.contacts::before {
	content: '';
	position: absolute;
	background-size: 100%;
	background-image: url(../img/circle-bg.png);
	width: 882px;
	height: 882px;
	top: -102px;
	right: -275px;
	z-index: 1;
}

.contacts__title {
	padding: 40px 0 25px;
}

.contacts__box {
	background-color: #fbfbfc;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.contacts__main {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	max-width: 680px;
	padding: 25px 25px 50px;
	position: relative;
	z-index: 1;
}

.contacts__info-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 8px 13px;
}

.contacts__info-img-box {
	width: 178px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.contacts__info-text-box {
	margin-left: 30px;
}

.contacts__info-title {
	font-weight: 500;
	font-size: 24px;
	line-height: 30px;
}

.contacts__info-address {
	font-weight: 700;
	margin-top: 10px;
}

.contacts__person-list {
	margin: 0px -25px 40px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding-right: 70px;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.contacts__person-item {
	padding: 0 25px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	margin-bottom: 30px;
}

.contacts__person-card {
	height: 100%;
}

.contacts__person-card:hover .contacts__person-img-box {
	-webkit-transform: translate(0,-5px);
	-ms-transform: translate(0,-5px);
	transform: translate(0,-5px);
}

.contacts__person-content {
	padding: 30px 10px 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-align: center;
}

.contacts__person-img-box {
	width: 198px;
	height: 198px;
	border-radius: 50%;
	border: 16px solid #fff;
	overflow: hidden;
	margin-top: -146px;
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

.contacts__person-img-box img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.contacts__person-tel,.contacts__person-title {
	font-weight: 700;
}

.contacts__person-title {
	margin-top: 18px;
}

.contacts__person-desc {
	margin-bottom: auto;
}

.contacts__person-tel {
	margin-top: 25px;
}

.contacts__person-tel a {
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.contacts__person-tel a:hover {
	opacity: .6;
}
.contacts__person-email a{
	font-size: 15px;
	font-weight: 700;
	color: #f08921;
}
.contacts__person-email a:hover {
	text-decoration: underline;
}

.contacts__form-wrap {
	width: 100%;
	max-width: 340px;
	position: relative;
	z-index: 1;
}

.contacts__form-wrap::before {
	content: '';
	position: absolute;
	top: -49px;
	left: -130px;
	right: -130px;
	bottom: -96px;
	background-image: url(../img/contacts-form-circle-bg.jpg);
	background-size: cover;
	background-position: center center;
	border-radius: 50%;
	display: none;
}

.contacts__form .form__inner {
	padding-top: 32px;
}

.contacts__form .form__title {
	font-size: 24px;
	line-height: 1;
	margin-bottom: 14px;
}

.contacts__map {
	margin: 22px 0;
	height: 410px;
}

@media (max-width:991.98px) {
	.contacts::before {
		display: none;
	}

	.contacts__box {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.contacts__main {
		width: 100%;
		max-width: none;
	}

	.contacts__person-list {
		margin-top: 0;
		padding-right: 0;
	}

	.contacts__form-wrap {
		margin: 20px auto;
	}
}

@media (max-width:767.98px) {
	.contacts__info-content {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.contacts__info-text-box {
		margin-left: 0;
		margin-top: 15px;
		text-align: center;
	}

	.contacts__info-title {
		font-size: 20px;
	}
}

@media (max-width:575.98px) {
	.contacts__main {
		padding: 10px;
	}

	.contacts__info-img-box {
		width: 150px;
	}

	.contacts__person-list {
		margin: 0 -10px 20px;
	}

	.contacts__person-item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: none;
		padding: 0 10px;
	}

	.contacts__person-item:nth-child(n+2) {
		margin-top: 20px;
	}

	.contacts__person-img-box {
		width: 150px;
		height: 150px;
		margin-top: -100px;
	}

	.contacts__form-wrap {
		margin-top: 50px;
	}

	.contacts__form-wrap::before {
		display: none;
	}

	.contacts__form-wrap .form__inner {
		padding: 30px 25px;
	}

	.contacts__map {
		height: 250px;
	}
}

.delivery {
	position: relative;
}

.delivery::before {
	content: '';
	position: absolute;
	background-size: 100%;
	background-image: url(../img/circle-bg.png);
	width: 882px;
	height: 882px;
	top: -102px;
	right: -350px;
}

.delivery::after {
	content: '';
	position: absolute;
	top: 55px;
	right: -210px;
	width: 600px;
	height: 600px;
	background-image: url(../img/delivery-image-bg.png);
}

.delivery__image{
	position: absolute;
	bottom: -120px;
	left: -100px;
	width: 60%;
}

.delivery__title {
	padding: 40px 0 25px;
}

.delivery__box {
	margin: 0 -15px;
	background-color: #fbfbfc;
	padding: 90px 45px 45px;
}

.delivery__how-order-list {
	margin: 0 -18px;
	max-width: 880px;
	position: relative;
	z-index: 1;
}

.delivery__how-order-list .how-order__item {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	max-width: 33.33333%;
	padding: 0 18px;
}

.delivery__how-order-list .how-order__item:nth-child(1) .how-order__number {
	background-image: url(../img/01-delivery.png);
}

.delivery__how-order-list .how-order__item:nth-child(2) .how-order__number {
	background-image: url(../img/02-delivery.png);
}

.delivery__how-order-list .how-order__item:nth-child(3) .how-order__number {
	background-image: url(../img/03-delivery.png);
}

.delivery__info {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 82px -18px 0;
	max-width: 880px;
	position: relative;
	z-index: 1;
}

.delivery__info-col {
	padding: 0 18px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 66.66666%;
	flex: 0 0 66.66666%;
	max-width: 66.66666%;
	margin-left: 33.33333%;
}

.delivery__pay-types .about-info__item-content {
	padding: 68px 30px 54px;
}

.delivery__info-free {
	margin-left: 60px;
	font-size: 36px;
	line-height: 1;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #76a9e3;
}

.delivery__info-free span {
	font-size: 60px;
}
.delivery__card-title{
	font-size: 36px;
	line-height: 50px;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #76c75e;
	position: absolute;
	top: -15px;
	left: 110px;
}

@media (max-width:991.98px) {
	.delivery::after,.delivery::before {
		display: none;
	}
	.delivery__info-col {
		padding: 0 18px;
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: 100%;
		margin-left: 0;
	}

	.delivery__box {
		padding: 30px 18px;
	}

	.delivery__how-order-list .how-order__item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: none;
	}
}

@media (max-width:767.98px) {
	.delivery__info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.delivery__info-col {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: none;
	}

	.delivery__info-free {
		margin: 40px auto 0;
		text-align: center;
	}
}

@media (max-width:575.98px) {
	.delivery__info-free {
		font-size: 28px;
	}

	.delivery__info-free span {
		font-size: 40px;
	}
}
@media (max-width:400px) {
	.delivery__card-title{
		font-size: 32px;
		line-height: 50px;
		top: -15px;
		left: 100px;
	}
}

.category {
	background-color: #fbfbfc;
	padding-top: 35px;
}

.category img{
	height: auto;
}

.category__price-new{
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #76a9e3;
	font-size: 36px;
	margin-bottom: 25px;
}
.category__buttons{
	display: flex;
	align-items: center;
}
@media (max-width: 370px){
	.category__buttons{
		flex-direction: column;
		align-items: flex-start;
	}
}
.category__link{
	display: inline-block;
	font-size: 15px;
	font-weight: 700;
	color: #f08921;
	border-bottom: 1px dashed #f08921;

}
.category__buttons .button{
	margin-top: 0;
	margin-right: 30px;
	width: 150px;
}
@media (max-width: 370px){
	.category__buttons .button{
		margin-bottom: 30px;
		margin-right: 0;
		margin-left: 0;
	}
}

.category__init-title {
	margin-top: 30px;
	font-size: 40px;
}

.category__init-text {
	margin-top: 15px;
}

.category__init-text h2:nth-child(n+2),.category__init-text p:nth-child(n+2) {
	margin-top: 24px;
}

.category__init-text h2 {
	font-size: 16px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
}

.category__init-text ul {
	color: #000;
}

.category__init-text ul li::before {
	content: '• ';
}

.category__init-button {
	margin-top: 38px;
	width: 224px;
	height: 56px;
	font-size: 16px;
}

.category__tabs {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px -7px 0;
	margin-left: -7px;
}

.category__tabs li {
	-webkit-box-flex: 0;
	-ms-flex: 0 0 20%;
	flex: 0 0 20%;
	max-width: 20%;
	padding: 0 7px;
}

.category__tabs a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-image: -o-linear-gradient(32deg,#fbfbfc,#fff);
	background-image: linear-gradient(58deg,#fbfbfc,#fff);
	-webkit-box-shadow: 0 3px 4px rgba(194,194,195,.2);
	box-shadow: 0 3px 4px rgba(194,194,195,.2);
	height: 73px;
	border-radius: 10px;
	font-size: 24px;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #76a9e3;
	padding-bottom: 4px;
	text-align: center;
}

.category__tabs .active a {
	background: #fff;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.category__tab-container {
	margin-top: -14px;
	position: relative;
	background-color: #fff;
}

.category__tab-content {
	padding: 32px 35px 35px;
}

.category__tab-init {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.category__tab-init-img-box {
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 146px;
}

.category__tab-init-text {
	margin-left: 25px;
	max-width: 630px;
}

.category__table-title {
	font-weight: 500;
	margin-left: 230px;
	margin-top: -15px;
}

.category__table {
	margin-top: 20px;
	border: 1px solid #ccc;
	width: 100%;
}

.category__table tr:nth-child(2n+1) td,.category__table tr:nth-child(2n+1) th {
	background-color: #fbfbfc;
}

.category__table td,.category__table th {
	text-align: center;
	font-weight: 500;
	padding-left: 30px;
	padding-right: 30px;
}

.category__table td:first-child,.category__table th:first-child {
	text-align: left;
}

.category__table th {
	padding-top: 18px;
	padding-bottom: 18px;
}

.category__table td {
	padding-top: 12px;
	padding-bottom: 12px;
}

.category__tab-footer {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: baseline;
	-ms-flex-align: baseline;
	align-items: baseline;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.category__price {
	font-size: 24px;
	font-weight: 500;
	margin-right: auto;
}

.category__link-certificate,.category__link-full {
	font-size: 18px;
	font-weight: 500;
	color: #76a9e3;
	text-decoration: underline;
	-webkit-transition: opacity .2s;
	-o-transition: opacity .2s;
	transition: opacity .2s;
}

.category__link-certificate:hover,.category__link-full:hover {
	opacity: .6;
}

.category__link-certificate {
	margin-left: 100px;
}

.category__types-pack {
	width: 100%;
	margin-top: 35px;
}

.category__types-pack b {
	font-weight: 500;
}

.category__description{

}

@media (max-width:991.98px) {
	.category__tabs li {
		-ms-flex-preferred-size: 25%;
		flex-basis: 25%;
		max-width: 25%;
	}

	.category__tabs a {
		font-size: 18px;
	}

	.category__link-certificate,.category__link-full {
		-webkit-box-ordinal-group: 2;
		-ms-flex-order: 1;
		order: 1;
		margin-top: 20px;
	}

	.category__link-certificate {
		margin-left: 20px;
	}

	.category__types-pack {
		margin-top: 20px;
	}
}

@media (max-width:767.98px) {
	.category__init-title {
		font-size: 30px;
		margin-top: 20px;
	}

	.category__init-button {
		margin-left: auto;
		margin-right: auto;
		margin-top: 25px;
	}

	.category__tabs li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: none;
		margin-bottom: 5px;
	}

	.category__tab-container {
		margin-top: 0;
	}

	.category__tab-content {
		padding: 10px 10px 20px;
	}

	.category__tab-init-img-box {
		width: 100px;
	}

	.category__table-title {
		margin-left: 0;
		margin-top: 20px;
		text-align: center;
	}

	.category__table {
		margin-top: 10px;
	}

	.category__tab-footer {
		margin-top: 20px;
	}

	.category__price {
		font-size: 20px;
	}
}

@media (max-width:575.98px) {
	.category__table {
		font-size: 12px;
	}

	.category__table td,.category__table th {
		padding-left: 10px;
		padding-right: 10px;
	}

	.category__tab-footer {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}

	.category__link-certificate {
		margin-left: 0;
	}
}

.category-description{
	padding: 20px 30px 30px;
	background: #fff;
	margin-top: 30px;
}
.category-description__title{
	font-size: 24px;
	font-family: 'Bebas Neue',cursive;
	font-weight: 700;
	color: #76a9e3;
}

.dealers {
	padding-top: 40px;
	padding-bottom: 20px;
	position: relative;
}

.dealers::before {
	content: '';
	position: absolute;
	background-size: 100%;
	background-image: url(../img/circle-bg.png);
	width: 882px;
	height: 882px;
	top: -102px;
	right: -350px;
}

.dealers::after {
	content: '';
	position: absolute;
	top: 55px;
	right: -210px;
	width: 600px;
	height: 600px;
	background-image: url(../img/dealers-circle-bg.png);
}

.dealers__init {
	margin-top: 25px;
	background-color: #fbfbfc;
	padding: 45px 35px 50px;
}

.dealers__init-text {
	max-width: 500px;
	position: relative;
	z-index: 1;
}

.dealers__init-text p:nth-child(n+2) {
	margin-top: 24px;
}

.dealers__services {
	margin-top: 20px;
	max-width: 705px;
	position: relative;
	z-index: 1;
}

.dealers__services-content {
	padding: 35px 25px;
}

.dealers__subtitle {
	font-family: 'Bebas Neue',cursive;
	font-size: 36px;
	font-weight: 700;
	color: #76a9e3;
}

.dealers__services-desc {
	font-weight: 500;
	margin-top: 10px;
	text-transform: uppercase;
}

.dealers__require-list,.dealers__services-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	font-weight: 700;
}

.dealers__require-list li,.dealers__services-list li {
	position: relative;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
	padding-right: 15px;
	padding-left: 33px;
	margin-top: 35px;
}

.dealers__require-list li:before,.dealers__services-list li:before {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #f5821f;
	left: 15px;
	top: 7px;
}

.dealers__require {
	padding: 45px 65px;
}

.dealers__require-list li {
	-ms-flex-preferred-size: 33.33333%;
	flex-basis: 33.33333%;
	max-width: 33.33333%;
}

.dealers__require-list li::before {
	top: 9px;
}

.dealers__areas {
	background-color: #fbfbfc;
	padding: 28px 22px 26px;
}

.dealers__areas .dealers__subtitle {
	margin-left: 22px;
}

.dealers__areas-list {
	margin-top: 30px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}

.dealers__areas-item {
	padding: 0 15px;
	-webkit-box-flex: 0;
	-ms-flex: 0 0 50%;
	flex: 0 0 50%;
	max-width: 50%;
}

.dealers__areas-item:nth-child(n+3) {
	margin-top: 10px;
}

.dealers__areas-item-title {
	padding: 17px 13px 17px 20px;
	font-weight: 500;
	text-transform: uppercase;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background-color: #fff;
	cursor: pointer;
}

.dealers__areas-item-title::after {
	content: '';
	width: 10px;
	height: 6px;
	background-image: url(../img/dealers-areas-arrow-down.png);
	-webkit-transition: -webkit-transform .2s;
	transition: -webkit-transform .2s;
	-o-transition: transform .2s;
	transition: transform .2s;
	transition: transform .2s,-webkit-transform .2s;
}

.dealers__areas-item-title.active::after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.dealers__areas-item-content {
	display: none;
	background-color: #fff;
	padding: 3px 20px 22px;
}

@media (max-width:1229.98px) {
	.dealers__require-list br {
		display: none;
	}
}

@media (max-width:991.98px) {
	.dealers::after,.dealers::before {
		display: none;
	}

	.dealers__init {
		padding: 15px 15px 30px;
	}

	.dealers__services-content {
		padding: 15px;
	}

	.dealers__services-list br {
		display: none;
	}

	.dealers__require {
		padding: 30px 0;
	}

	.dealers__areas {
		padding: 15px;
	}
}

@media (max-width:767.98px) {
	.dealers__subtitle {
		font-size: 28px;
		text-align: center;
	}

	.dealers__areas .dealers__subtitle {
		margin-left: 0;
	}

	.dealers__require-list li,.dealers__services-list li {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: none;
		margin-top: 20px;
	}

	.dealers__areas-list {
		margin-top: 20px;
	}

	.dealers__areas-item {
		-ms-flex-preferred-size: 100%;
		flex-basis: 100%;
		max-width: none;
	}

	.dealers__areas-item:nth-child(n+2) {
		margin-top: 10px;
	}
}

.item_titl {
	text-align: center;
    padding-bottom: 15px;
    text-transform: uppercase;
    font-weight: bold;
    color: #f08921;
}

.fourth_block {
	position: absolute;
    top: 35%;
    left: 15%;
}

.fourth_block-img {
	height: 65px;
    width: 100%;
    background-size: contain !important;
    background-position: center !important;
    margin-top: 20px;
}

.mob-fourth-block {
	display: none;
}

@media (max-width:1500px) {
	.fourth_block {
		display: none;
	}
	.mob-fourth-block {
		display: block;
	}
	.init__item {
	   	-webkit-box-flex: 0;
    	-ms-flex: 0 0 25%;
    	flex: 0 0 25%;
    	max-width: 25%;
	}
}

@media (max-width:767.98px) {

	.init__item {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		max-width: none;
	}

	.init__item:nth-child(n+2) {
		margin-top: 30px;
	}
}

.wpcf7-form.init{
	padding: 0 !important;
	margin: 0 !important;
	background-image: none !important;
}

.special-conditions{
	position: relative;
	background-image: url(../img/special_bg.jpg);
	background-position: 50% 0;
	background-size: cover;
	padding: 160px 0;
}
.special-conditions__wrap{
	position: relative;
	width: 100%;
	height: 100%;
}

.special-conditions__text{
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 20px;
}

.special-conditions__form{
	max-width: 520px;
}

.special-conditions .circle-block{
	position: absolute;
	right: 0;
	bottom: -50px;
}
.special-conditions .init__title{
	font-size: 68px;
	line-height: 78px;
}
.special-conditions .init__desc{
	font-size: 24px;
	line-height: 32px;
	margin-top: 0;
	margin-bottom: 15px;
}
@media (max-width:1230px){
	.special-conditions{
		background-position: 30% 0;
		padding: 130px 0;
	}
}
@media (max-width:991px){
	.special-conditions{
		background-position: 30% 0;
		padding: 90px 0;
	}
	.special-conditions .circle-block{
		position: absolute;
		bottom: -70px;
	}
	.special-conditions .init__title{
		font-size: 50px;
    line-height: 60px;
	}
	.special-conditions .init__desc{
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.special-conditions__text{
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}
}
@media (max-width:768px){
	.special-conditions{
		background-position: 30% 0;
		padding: 50px 0 150px;
	}
	.special-conditions .circle-block{
		position: absolute;
		bottom: -110px;
		right: auto;
		left: 24px;
	}
	.special-conditions .init__title{
		font-size: 48px;
    line-height: 56px;
	}
	.special-conditions .init__desc{
		font-size: 17px;
		line-height: 24px;
		margin-bottom: 15px;
	}
	.special-conditions__text{
		font-size: 14px;
		line-height: 21px;
		margin-bottom: 15px;
	}
	.special-conditions__form{
		max-width: 420px;
	}
}
@media (max-width:568px){
	.special-conditions__text br{
		display: none;
	}
}
@media (max-width:461px){
	.special-conditions__text{
		font-size: 12px;
		line-height: 19px;
		margin-bottom: 10px;
	}
	.special-conditions .init__title{
		font-size: 36px;
    line-height: 48px;
	}
	.special-conditions .init__desc{
		font-size: 16px;
		line-height: 24px;
		margin-bottom: 10px;
	}
}

.circle-block{
	position: relative;
	width: 219px;
	height: 219px;
	/* border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #76c75e;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 30px; */
	/* -webkit-box-shadow: 0 0 0 21px rgb(255 255 255 / 50%), 0 0 0 48px rgb(255 255 255 / 50%);
	box-shadow: 0 0 0 21px rgb(255 255 255 / 50%), 0 0 0 48px rgb(255 255 255 / 50%); */
}
.circle-block__content{
	position: relative;
	width: 219px;
	height: 219px;
	border-radius: 50%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #76c75e;
	color: #fff;
	text-align: center;
	font-size: 22px;
	line-height: 30px;
	z-index: 9;
}
.circle-block__filter {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.circle-block__filter:before {
  position: absolute;
  display: block;
  content: " ";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -2;
  border: 15px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-animation: pulsate 2s ease-out;
  animation: pulsate 2s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
.circle-block__filter:after {
  position: absolute;
  display: block;
  content: " ";
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  z-index: -3;
  border: 15px solid rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% 100%;
  pointer-events: none;
  -webkit-animation: pulsate 2.5s ease-out;
  animation: pulsate 2.5s ease-out;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  opacity: 0;
}
@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.3, 1.3);
  }
}

@keyframes pulsate {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5);
  }
}
.circle-block__icon{
	width: 46px;
	height: 46px;
	border-radius: 50%;
	background: url(../img/play.png) 50% 50% no-repeat;
  background-size: cover;
	margin-bottom: 10px;
}

.circle-block__orange .circle-block__content{
	background-color: #f08921;
	background-image: -webkit-gradient(linear,left top,left bottom,from(#f08921),to(#f60));
	background-image: -o-linear-gradient(top,#f08921,#f60);
	background-image: linear-gradient(to bottom,#f08921,#f60);
	color: #fff;
}
.circle-block__orange .circle-block__top{
	font-size: 37px;
	line-height: 40px;
	margin-bottom: 15px;
}
.circle-block__orange .circle-block__body{
	font-size: 65px;
	line-height: 40px;
}
@media (max-width:1230px){
	.circle-block{
		width: 190px;
		height: 190px;
	}
	.circle-block__content{
		width: 190px;
		height: 190px;
	}
}
@media (max-width:991px){
	.circle-block{
		width: 110px;
		height: 110px;
	}
	.circle-block__content{
		width: 110px;
		height: 110px;
	}
	.circle-block__content span{
		font-size: 12px;
		line-height: 17px;
	}
	.circle-block__orange .circle-block__top{
		font-size: 24px;
		line-height: 28px;
		margin-bottom: 10px;
	}
	.circle-block__orange .circle-block__body{
		font-size: 32px;
		line-height: 28px;
	}
}
@media (max-width:768px){
	.circle-block{
		width: 90px;
		height: 90px;
	}
	.circle-block__content{
		width: 90px;
		height: 90px;
	}
	.circle-block__orange .circle-block__top{
		font-size: 21px;
		line-height: 26px;
		margin-bottom: 5px;
	}
	.circle-block__orange .circle-block__body{
		font-size: 26px;
		line-height: 26px;
	}
}


.line-form {
  width: 100%;
  position: relative;
}
.line-form .button {
  width: 45%;
  position: absolute;
  top: 6px;
  right: 15px;
  line-height: 52px;
  min-height: 52px;
  min-width: 100px;
  padding: 0;
}
.line-form__query {
  position: relative;
  display: block;
  max-height: 52px;
  background: transparent;
  border-radius: 10px;
}
.line-form__query input {
  width: 55%;
  background: #fff;
  font-size: 16px;
  line-height: 50px;
  min-height: 50px;
  padding: 0px 20px 0px 20px;
  border-radius: 10px 0 0 10px;
  border: 1px solid #76a9e3;
  outline: none;
}
@media (max-width: 568px) {
  .line-form .button {
    width: 45%;
    position: absolute;
    line-height: 52px;
    min-height: 42px;
		height: 52px;
    min-width: 50px;
    padding: 0 15px;
    font-size: 14px;
		/* top: -6px; */
    right: 15px
  }
  .line-form__query {
    max-height: 42px;
  }
  .line-form__query input {
    width: 55%;
    background: #fff;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    padding: 0px 20px 0px 20px;
  }
}
@media (max-width: 461px) {
  .line-form .button {
    width: 100%;
    position: relative;
    top: auto;
    right: auto;
    line-height: 42px;
    min-height: 42px;
    min-width: 50px;
    padding: 0 15px;
    font-size: 14px;
  }
  .line-form__query {
    max-height: 42px;
    margin-bottom: 30px;
  }
  .line-form__query input {
    width: 100%;
    background: #fff;
    font-size: 15px;
    line-height: 40px;
    min-height: 40px;
    padding: 0px 20px 0px 20px;
    border-radius: 10px;
  }
}

.line-form__item-check {
  position: relative;
  margin: 0 0 15px;
  display: block;
  cursor: pointer;
  min-height: 28px;
}
.line-form__item-check p {
  font-size: 12px;
  line-height: 24px;
  font-weight: 400;
  color: #3c3e5c;
  text-align: left;
}
.line-form__item-check p a {
  text-decoration: underline;
  color: #BDBDBD;
}
@media (any-hover: hover) {
  .line-form__item-check p a:hover {
    color: #0c97cb;
  }
}
.line-form__item-check input.error ~ label.text {
  display: none !important;
}
.line-form__item-check input.error ~ label.error {
  margin: 5px 0 0 !important;
  z-index: 9;
}
.line-form__item-check input[type=checkbox] {
  opacity: 0;
  width: 18px;
  height: 18px;
  position: absolute;
  padding: 0;
  top: 0px;
  left: -23px;
  display: block;
  z-index: 1;
}
.line-form__item-check input[type=checkbox]:checked ~ label:after {
  content: "";
  position: absolute;
  background: url(../img/check.png) 50% 50% no-repeat;
  background-size: cover;
  top: 8px;
  left: 3px;
  width: 8px;
  height: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.line-form__item-check label {
  position: relative;
  padding-left: 20px;
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  display: block;
  width: 100%;
  cursor: pointer;
}
.line-form__item-check label:before {
  content: "";
  position: absolute;
  top: 4px;
  left: 0px;
  background: transparent;
  border: 1px solid #373a36;
  width: 14px;
  height: 14px;
}
.line-form__item:not(:last-child) {
  margin: 0 0 15px;
  position: relative;
}

.presentation{
	position: relative;
	padding: 110px 0 50px;
	background-image: url(../img/presentation_bg.png);
	background-position: 50% 0;
	background-size: cover;
}
.presentation__wrap{
	position: relative;
	display: flex;
	justify-content: space-between;
}
.circle-block{
	margin-top: 60px;
}
.presentation .circle-block .circle-block__body{
	font-size: 18px;
	line-height: 28px;
}
.presentation__title{
	font-size: 72px;
	line-height: 87px;
}
.presentation__content{
	max-width: 710px;
	position: relative;
	z-index: 4;
}
.presentation__text{
	font-size: 16px;
	line-height: 24px;
	color: #666666;
	font-weight: 400;
	margin-bottom: 30px;
}
.presentation__text p:not(:last-child){
	margin-bottom: 15px;
}
.presentation__info{
	position: relative;
	padding: 30px 50px 30px 60px;
	box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
	background: #fff;
	display: inline-block;
	border-radius: 12px;
}
.presentation__info:before{
	position: absolute;
	display: block;
	content: '';
	left: 20px;
	top: 0;
	width: 17px;
	height: 24px;
	background: url(../img/flag.png) 50% 50% no-repeat;
  background-size: cover;
}
.presentation__info-title{
	color: #76a9e3;
	font-size: 60px;
	line-height: 50px;
	font-weight: 700;
	font-family: 'Bebas Neue',cursive;
}
.presentation__info-title span{
	font-size: 36px;
	line-height: 50px;
}
.presentation__info-text{
	font-size: 24px;
	line-height: 36px;
	font-weight: 400;
}
.presentation__image{
	position: absolute;
	bottom: -100px;
	right: -100px;
	width: 55%;
}
.presentation__image img{
	width: 100%;
	vertical-align: top;
}

@media (max-width:1230px){
	.presentation{
		position: relative;
		padding: 80px 0 40px;
	}
	.presentation__title{
		font-size: 60px;
		line-height: 65px;
	}
	.presentation__content{
		max-width: 600px;
	}
	.presentation__info{
		position: relative;
		padding: 25px 40px 25px 50px;
		box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1);
		background: #fff;
		display: inline-block;
		border-radius: 12px;
	}
	.presentation__info-title{
		font-size: 54px;
		line-height: 48px;
	}
	.presentation__info-title span{
		font-size: 36px;
		line-height: 48px;
	}
	.presentation__info-text{
		font-size: 21px;
		line-height: 32px;
	}
}
@media (max-width:991px){
	.presentation{
		position: relative;
		padding: 60px 0 30px;
		background-position: 80% 0;
	}
	
	.presentation__title{
		font-size: 48px;
		line-height: 52px;
	}
	.presentation__content{
		max-width: 490px;
	}
	.presentation__info{
		padding: 20px 35px 20px 40px;
	}
	.presentation__info-title{
		font-size: 48px;
		line-height: 42px;
	}
	.presentation__info-title span{
		font-size: 32px;
		line-height: 42px;
	}
	.presentation__info-text{
		font-size: 18px;
		line-height: 26px;
	}
	.presentation__text{
		margin-bottom: 20px;
	}
	.presentation__text p:not(:last-child){
		margin-bottom: 10px;
	}
	.circle-block__icon{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: url(../img/play.png) 50% 50% no-repeat;
		background-size: cover;
		margin-bottom: 5px;
	}

	.presentation .circle-block .circle-block__body{
		font-size: 12px;
		line-height: 14px;
	}
}
@media (max-width:768px){
	.presentation{
		position: relative;
		padding: 50px 0 30px;
		background-position: 80% 0;
	}
	
	.presentation__title{
		font-size: 42px;
		line-height: 48px;
	}
	.presentation__content{
		max-width: 100%;
	}
	.presentation__info{
		padding: 20px 35px 20px 40px;
	}
	.presentation__info-title{
		font-size: 48px;
		line-height: 42px;
	}
	.presentation__info-title span{
		font-size: 32px;
		line-height: 42px;
	}
	.presentation__info-text{
		font-size: 18px;
		line-height: 26px;
	}
	.presentation__text{
		margin-bottom: 20px;
	}
	.presentation__text p:not(:last-child){
		margin-bottom: 10px;
	}
	.circle-block{
		margin-top: 0px;
		width: 80px;
		height: 80px;
		position: absolute;
		bottom: 30px;
		right: 50px;
	}
	.circle-block__icon{
		width: 30px;
		height: 30px;
		border-radius: 50%;
		background: url(../img/play.png) 50% 50% no-repeat;
		background-size: cover;
		margin-bottom: 5px;
	}

	.presentation .circle-block .circle-block__body{
		font-size: 12px;
		line-height: 14px;
	}
}
@media (max-width:768px){
	.presentation{
		padding: 30px 0 20px;
	}
	
	.presentation__title{
		font-size: 36px;
		line-height: 42px;
	}
	.presentation__info{
		padding: 15px 20px 15px 25px;
	}
	.presentation__info-title{
		font-size: 36px;
		line-height: 36px;
	}
	.presentation__info-title span{
		font-size: 28px;
		line-height: 32px;
	}
	.presentation__info-text{
		font-size: 16px;
		line-height: 24px;
	}
	.presentation__info:before{
		left: 5px;
		top: 0;
		width: 17px;
		height: 24px;
	}
	.presentation__text{
		margin-bottom: 15px;
	}
	.presentation__text p:not(:last-child){
		margin-bottom: 8px;
	}
	.circle-block{
		margin-top: 0px;
		width: 80px;
		height: 80px;
		position: absolute;
		bottom: 30px;
		right: 30px;
	}
	.circle-block__icon{
		width: 26px;
		height: 26px;
		border-radius: 50%;
		background: url(../img/play.png) 50% 50% no-repeat;
		background-size: cover;
		margin-bottom: 5px;
	}
	.presentation .circle-block .circle-block__body{
		font-size: 12px;
		line-height: 13px;
	}
}
@media (max-width:420px){
	.presentation{
		padding: 30px 0 10px;
	}
	
	.presentation__title{
		font-size: 28px;
		line-height: 36px;
	}
	.presentation__info{
		padding: 15px 15px 15px 25px;
	}
	.presentation__info-title{
		font-size: 26px;
		line-height: 32px;
	}
	.presentation__info-title span{
		font-size: 21px;
		line-height: 32px;
	}
	.presentation__info-text{
		font-size: 15px;
		line-height: 19px;
	}
	.presentation__info:before{
		left: 5px;
		top: 0;
		width: 17px;
		height: 24px;
	}
	.presentation__text{
		margin-bottom: 15px;
	}
	.circle-block{
		margin-top: 0px;
		width: 90px;
		height: 90px;
		position: absolute;
		bottom: 30px;
		right: 30px;
	}
	.circle-block__icon{
		width: 26px;
		height: 26px;
		border-radius: 50%;
		background: url(../img/play.png) 50% 50% no-repeat;
		background-size: cover;
		margin-bottom: 5px;
	}
	.presentation .circle-block .circle-block__body{
		font-size: 10px;
		line-height: 11px;
	}
}

.pay-card{
	display: flex;
}
.pay-card__item{
	position: relative;
	width: 50%;
	padding-left: 60px;
	padding-right: 25px;
}
.pay-card__title{
	font-size: 16px;
	line-height: 24px;
	font-weight: 700;
	margin-bottom: 5px;
}
.pay-card__text{
	font-size: 14px;
	line-height: 21px;
}
.pay-card__icon{
	position: absolute;
	left: 0;
	top: -20px;
	max-width: 47px;
	height: 48px;
	display: flex;
	align-items: flex-end;
}
.pay-card__icon img{
	max-width: 100%;
	vertical-align: top;
}
@media (max-width: 550px){
	.pay-card{
		flex-direction: column;
	}
	.pay-card__item{
		position: relative;
		width: 100%;
		padding-left: 60px;
		padding-right: 10px;
	}
	.pay-card__item:not(:last-child){
		margin-bottom: 20px;
	}
}


/* main-slider */
.main-slider {
  position: relative;
  opacity: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  margin-bottom: 25px;
}
.main-slider.slick-initialized {
  overflow: visible !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
}
.main-slider .slick-list {
  min-height: 100% !important;
  width: 100%;
}
.main-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 100%;
  width: 100%;
}
.main-slider .slick-slide {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}
.main-slider .slick-slide > div {
  height: 100%;
  width: 100%;
}
.main-slider__slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
  padding: 0;
  width: 100%;
  min-height: 100% !important;
  height: 400px !important;
	background-position: 50% 50%;
	background-size: cover;
	background-repeat: no-repeat;
}
.main-slider .slick-dots {
  display: block;
  position: absolute !important;
  left: 50%;
  margin-left: 0;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 25px;
  padding: 0;
  margin: 0;
}
.main-slider .slick-dots li {
  display: inline-block !important;
  margin: 0 10px 0 0;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  border: 1px solid #a7c281;
  background: #a7c281;
  -webkit-transition: all 0.8s ease 0s;
  transition: all 0.8s ease 0s;
}
.main-slider .slick-dots li button {
  display: none;
}
.main-slider .slick-dots li:last-child {
  margin: 0;
}
.main-slider button.button {
  display: inline-block;
}
.main-slider li.slick-active {
  width: 8px;
  height: 8px;
  border: 1px solid #f5821f;
  background: #f5821f;
}
@media (max-width: 1230px){
	.main-slider__slide {
		height: 350px !important;
		background-position: 50% 50%;
	}
}
@media (max-width: 991px){
	.main-slider__slide {
		height: 320px !important;
		background-position: 50% 50%;
	}
}
@media (max-width: 768px){
	.main-slider__slide {
		height: 280px !important;
		background-position: 50% 50%;
	}
}

.slider-content{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
}
.slider-content__title{
	font-size: 68px;
	line-height: 78px;
	font-weight: 700;
	font-family: 'Bebas Neue',cursive;
	color: #f08921;
}
.slider-content__text{
	font-size: 20px;
	line-height: 28px;
	margin-bottom: 20px;
}
@media (max-width: 1230px){
	.slider-content__title{
		font-size: 54px;
		line-height: 68px;
	}
	.slider-content__text{
		font-size: 20px;
		line-height: 28px;
		margin-bottom: 20px;
	}
}
@media (max-width: 991px){
	.slider-content__title{
		font-size: 48px;
		line-height: 54px;
	}
	.slider-content__text{
		font-size: 18px;
		line-height: 26px;
		margin-bottom: 15px;
	}
	.slider-content__button .button{
		line-height: 50px;
		height: 50px;
	}
}

/* table */
.table {
  position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
.table__table {
  width: 100%;
  font-size: 14px;
	line-height: 24px;
	text-align: left;
}
.table__table tr th, .table__table tr td{
  height: 45px;
	vertical-align: middle;
	padding: 5px 5px 5px 10px;
}
.table__table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.table__table tr:first-child {
  background-color: #76a9e3;
}
.table__table tr td{
	color: #666;
}
.table__table tr th {
  color: #000;
}

@media (max-width: 568px) {
  .table {
    max-width: 1200px;
    overflow-y: auto;
  }
  .table__table {
    width: 550px;
    overflow-y: auto;
  }
  .table td {
    
  }
}

.image-block{
	position: relative;
}
.image-block .article h2{
	padding: 20px 30px;
	background-color: #76c75e;
	margin-bottom: 25px;
	font-weight: 700;
}
.image-block .article h3{
	margin-bottom: 25px;
	font-weight: 700;
	font-size: 18px;
	line-height: 24px;
	text-transform: uppercase;
}
.image-block__wrap{
	display: flex;
	margin-bottom: 50px;
}
.image-block__wrap-item{
	display: flex;
	align-items: center;
	width: 50%;
	flex-shrink: 0;
	padding-right: 10px;
}
.image-block__image{
	width: 150px;
	height: 150px;
	border-radius: 50%;
	overflow: hidden;
	flex-shrink: 0;
	margin-right: 20px;
}
.image-block__image img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	margin: 0;
}
.image-block__text p{
	margin-top: 0;
}

@media (max-width: 768px){
	.image-block__wrap{
		flex-direction: column;
	}
	.image-block__wrap-item{
		width: 100%;
		padding-right: 0px;
	}
	.image-block__wrap-item:not(:last-child){
		margin-bottom: 20px;
	}
	.image-block__image{
		width: 120px;
		height: 120px;
	}
}
@media (max-width: 568px){
	.image-block__image{
		width: 100px;
		height: 100px;
	}
	.image-block__text p{
		font-size: 12px;
	}
}
