@charset "UTF-8";

.slick-list,
.slick-slider,
.slick-track {
	display: block;
	position: relative
}

.slick-dots li,
.slick-list,
.slick-slider,
.slick-track {
	position: relative
}

.slick-dots li button,
.slick-next,
.slick-prev {
	line-height: 0;
	font-size: 0;
	color: transparent;
	cursor: pointer;
	outline: 0
}

.slick-dots li button:focus:before,
.slick-dots li button:hover:before,
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
	opacity: 1
}

.slick-dots li button:before,
.slick-next:before,
.slick-prev:before {
	font-family: slick;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-list,
body.fancybox-active {
	overflow: hidden
}

.fancybox-is-hidden,
.slick-loading .slick-slide,
.slick-loading .slick-track {
	visibility: hidden
}

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

.fancybox-button,
.fancybox-close-small:after,
.fancybox-share input,
.fancybox-slide,
.fancybox-slide>*,
.fancybox-thumbs,
.slick-slider {
	box-sizing: border-box
}

.fancybox-container,
.fancybox-infobar,
.fancybox-thumbs,
.fancybox-thumbs>ul>li,
.slick-slider {
	-webkit-tap-highlight-color: transparent
}

.contact,
.param {
	align-items: center
}

.contact,
.form__caption,
.goal__bottomline,
.review__name {
	text-transform: uppercase
}

.deco-list li,
ol:not([class]) li {
	counter-increment: my-awesome-counter
}

.slick-slider {
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y
}

.fancybox-infobar,
.fancybox-slide .fancybox-image-wrap {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.slick-list {
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

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

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

.slick-track {
	left: 0;
	top: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex
}

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

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

.slick-track:after {
	clear: both
}

.slick-slide>div {
	height: 100%
}

.slick-slide {
	float: left;
	min-height: 1px
}

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

.slick-slide img {
	display: block
}

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

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

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

.slick-loading .slick-list {
	background: center center no-repeat #fff
}

.slick-next,
.slick-prev {
	position: absolute;
	display: block;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	padding: 0;
	border: 1px solid #dcdcdc;
	z-index: 1
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
	outline: 0
}

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
	opacity: .25
}

[dir=rtl] .slick-prev {
	left: auto;
	right: -25px
}

.slick-prev:before {
	content: "←"
}

.slick-next:before,
[dir=rtl] .slick-prev:before {
	content: "→"
}

[dir=rtl] .slick-next {
	left: -25px;
	right: auto
}

[dir=rtl] .slick-next:before {
	content: "←"
}

.slick-dotted .slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	list-style: none;
	display: block;
	text-align: center;
	padding: 0;
	margin: 0;
	width: 100%
}

.slick-dots li {
	display: inline-block;
	height: 20px;
	width: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	border: 0;
	background: 0 0;
	display: block;
	height: 20px;
	width: 20px;
	padding: 5px
}

.slick-dots li button:focus,
.slick-dots li button:hover {
	outline: 0
}

.slick-dots li button:before {
	position: absolute;
	top: 0;
	left: 0;
	content: "•";
	width: 20px;
	height: 20px;
	font-size: 6px;
	line-height: 20px;
	text-align: center;
	color: #000;
	opacity: .25
}

.slick-dots li.slick-active button:before {
	color: #000;
	opacity: .75
}

.slick-next:before,
.slick-prev:before {
	font-size: 20px;
	line-height: 1;
	color: #fff;
	opacity: .75;
	content: ''
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg,
.fancybox-inner,
.fancybox-outer,
.fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	transition-duration: inherit;
	transition-property: opacity;
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap,
.fancybox-infobar,
.fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	transition: opacity .25s, visibility .25s linear;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap,
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	transition: opacity .25s, visibility
}

.fancybox-slide,
.fancybox-slide .fancybox-image-wrap {
	-webkit-backface-visibility: hidden;
	transition-property: transform, opacity, -webkit-transform;
	top: 0;
	left: 0
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

.fancybox-slide {
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	white-space: normal;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	backface-visibility: hidden
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--current,
.fancybox-slide--next,
.fancybox-slide--previous {
	display: block
}

.fancybox-slide--image:before,
.fancybox-slide>base,
.fancybox-slide>link,
.fancybox-slide>meta,
.fancybox-slide>script,
.fancybox-slide>style,
.fancybox-slide>title {
	display: none
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
	background: #e5e3df
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide>* {
	display: inline-block;
	position: relative;
	padding: 50px 40px;
	margin: 44px 10px;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: 0 0/100% 100% no-repeat;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	transform-origin: top left;
	backface-visibility: hidden;
	user-select: none
}

.fancybox-image,
.fancybox-share_button,
.fancybox-spaceball {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image,
.fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}

.fancybox-error,
.fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}

.fancybox-button {
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	transition: color .3s;
	cursor: pointer;
	outline: 0
}

.fancybox-button--pause svg path:nth-child(1),
.fancybox-button--play svg path:nth-child(2),
.fancybox-navigation {
	display: none
}

.fancybox-button,
.fancybox-button:link,
.fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus,
.fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: 0 0;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 44px;
	height: 44px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: 0 0;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 300 20px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	transition: background-color .25s;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: 0
}

.fancybox-close-small:focus:after {
	outline: #888 dotted 1px
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small,
.fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -44px
}

.fancybox-slide--iframe .fancybox-close-small:after,
.fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after,
.fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: 0 0
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
	pointer-events: all;
	position: relative
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.button,
.contact,
.fancybox-share_button,
.lang,
.location__inner,
.menu-main a,
.pagination .page-numbers,
.program-mob__inner,
.tag {
	text-decoration: none
}

.fancybox-slide>.fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: .8s linear infinite a;
	animation: .8s linear infinite a;
	background: 0 0;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}

	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next,
.fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 33px;
	font-weight: 700;
	text-align: center
}

.fancybox-share p {
	margin: 0;
	padding: 0;
	text-align: center
}

.fancybox-share p:first-of-type {
	margin-right: -10px
}

.fancybox-share_button {
	display: inline-block;
	margin: 0 10px 10px 0;
	padding: 10px 20px;
	border: 0;
	border-radius: 3px;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .16);
	background: #fff;
	white-space: nowrap;
	font-size: 16px;
	line-height: 23px;
	user-select: none;
	min-width: 140px;
	color: #707070;
	transition: .2s
}

.button,
.form__caption,
.screen-caption,
.screen-precaption {
	line-height: 1;
	font-weight: 700;
	text-align: center
}

.fancybox-slide,
body {
	min-width: 360px
}

.button,
a {
	transition: .1s linear
}

.fancybox-share_button:focus,
.fancybox-share_button:hover {
	text-decoration: none;
	color: #333;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .3)
}

.fancybox-share_button svg {
	margin-right: 5px;
	width: 20px;
	height: 20px;
	vertical-align: text-bottom
}

.fancybox-share input {
	width: 100%;
	margin: 5px 0 0;
	padding: 10px 15px;
	border: 1px solid #d7d7d7;
	border-radius: 3px;
	background: #ebebeb;
	color: #5d5b5b;
	font-size: 14px;
	outline: 0
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	z-index: 99995
}

.button,
.fancybox-thumbs>ul,
.popup-form,
.social,
.tag,
.wpcf7-form {
	position: relative
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs>ul {
	list-style: none;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}

.button:after,
.button_icon span,
.button_icon:before {
	top: 0;
	bottom: 0;
	margin: auto;
	position: absolute
}

.article-wr .wrapper,
.fancybox-thumbs-x>ul,
.goal__image-wr,
.mainscreen,
.mainscreen .video,
.news__image-wr,
.popup-form,
.popup-goal,
.program-mob__inner,
.program__inner,
.review,
.schedule-screen,
.screen-news,
.screen-reviews,
.stage {
	overflow: hidden
}

.fancybox-thumbs-y>ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.button,
input,
textarea {
	border: none;
	outline: 0;
	box-sizing: border-box
}

.fancybox-thumbs>ul>li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs>ul>li>img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs>ul>li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	transition: .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs>ul>li.fancybox-thumbs-active:before {
	opacity: 1
}

button,
input,
select,
textarea {
	font-family: ProximaNovaCn, sans-serif;
	font-size: 15px
}

.button,
.form__caption,
.screen-caption,
.screen-precaption,
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: BebasNeue, sans-serif
}

.wrapper {
	max-width: 1200px;
	padding: 0 40px;
	margin: 0 auto
}

a {
	color: #000
}

a:hover {
	opacity: .7
}

p {
	font-size: 22px;
	margin: 22px 0
}

h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2;
	margin: 0
}

img {
	max-width: 100%;
	height: auto
}

.button {
	display: inline-block;
	cursor: pointer;
	background: 0 0;
	font-size: 24px;
	color: #0d46a5;
	padding: 17px 30px 13px;
	margin: 0 10px;
	z-index: 1
}

.button:after {
	content: '';
	right: 0;
	left: 0;
	border: 3px solid #0d46a5;
	transform: skew(-20deg);
	z-index: -1
}

.button:hover {
	transform: translate(0, 2px);
	opacity: 1
}

.button_icon {
	padding: 18px 85px 14px 40px;
	font-size: 28px;
	color: #0a3276
}

.button_icon span {
	right: 15px;
	z-index: 1;
	width: 36px;
	height: 36px;
	background: url(../images/sprite.svg) -68px -2px no-repeat;
	transition: .2s ease-in-out
}

.button_icon:before {
	content: '';
	right: 0;
	transform: skew(-20deg);
	background: #fff;
	width: 65px;
	height: 60px;
	transition: .2s ease-in-out
}

.button_icon:after {
	background: #3affff;
	border-color: #3affff
}

.button_icon:hover:before {
	right: -10px
}

.button_icon:hover span {
	right: 5px
}

.button_blue {
	color: #0d46a5
}

.button_blue span {
	background: url(../images/sprite.svg) -120px -2px no-repeat
}

.button_blue:before {
	background: #0d46a5
}

.popup-form,
.popup-form .button:after,
body {
	background: #fff
}

.button_blue:after {
	background: #fff;
	border-color: #0d46a5
}

input,
select,
textarea {
	font-weight: 500
}

input,
textarea {
	height: 54px;
	background: #c7f5ff;
	padding: 0 20px;
	max-width: 100%;
	width: 100%;
	color: #0a3276;
	font-size: 20px
}

input:focus,
textarea:focus {
	border: 2px solid #0d46a5;
	outline: 0
}

input:-webkit-autofill,
input:-webkit-autofill:active,
input:-webkit-autofill:focus,
input:-webkit-autofill:hover {
	-webkit-box-shadow: inset 0 0 0 54px #c7f5ff !important;
	-webkit-text-fill-color: #0a3276
}

.header,
.location__inner {
	box-shadow: 0 7px 15px rgba(0, 0, 0, .1)
}

textarea {
	height: 120px;
	min-height: 120px;
	padding: 20px;
	resize: vertical;
	display: block
}

.wpcf7-form {
	margin: 0 -10px
}

.wpcf7-form-control-wrap {
	display: block;
	padding: 10px;
	box-sizing: border-box
}

.wpcf7-form-control-wrap_button {
	padding-top: 20px
}

.form__caption {
	font-size: 42px;
	padding: 0 10px;
	color: #0a3276;
	margin-bottom: 5px
}

.ajax-loader,
.screen-reader-response,
.wpcf7-response-output {
	display: none !important
}

.wpcf7-not-valid-tip {
	display: block;
	font-size: 12px;
	color: red;
	margin-top: 3px;
	text-align: center
}

.popup-form {
	max-width: 370px;
	padding: 50px 40px 35px
}

.popup-form:before {
	content: '';
	width: 430px;
	height: 580px;
	background: url(/webps/themes/triton/images/pattern-right.png) center/cover no-repeat;
	position: absolute;
	bottom: -310px;
	right: -120px;
	opacity: .4
}

.social:after,
.tag:after {
	right: 0;
	left: 0;
	position: absolute;
	top: 0;
	bottom: 0;
	z-index: -1
}

.popup-form .button {
	width: calc(100% - 20px)
}

body {
	margin: 0;
	padding: 0;
	font-family: ProximaNovaCn, sans-serif;
	font-weight: 400;
	font-size: 22px;
	color: #333;
	line-height: 1.4
}

.logo-sm {
	width: 54px;
	height: 54px;
	background: url(../images/logo-sm.png) center/cover no-repeat;
	display: block
}

.logo {
	width: 120px;
	height: 143px;
	background: url(../images/logo.png) center/cover no-repeat;
	display: block
}

.contact,
.social-wr {
	display: flex
}

.screen-caption {
	color: #0a3276;
	font-size: 70px;
	margin-bottom: 40px
}

.screen-precaption {
	font-size: 105px;
	color: #0d46a5;
	opacity: .1
}

.contact {
	font-weight: 700;
	font-size: 25px;
	color: #3affff
}

.lang,
.param,
.tag {
	color: #fff;
	font-family: BebasNeue, sans-serif;
	line-height: 1
}

.contact:before {
	content: "";
	display: block;
	width: 56px;
	height: 56px;
	background: url(../images/sprite.svg) 4px -41px;
	flex-shrink: 0;
	border: 2px solid #fff;
	border-radius: 50%;
	margin-right: 15px
}

.contact_phone:before {
	background-position: 4px -41px
}

.contact_mail:before {
	background-position: -53px -41px
}

.social {
	margin: 0 5px;
	height: 58px;
	display: block;
	width: 60px;
	z-index: 1;
	background: url(../images/sprite.svg) 2px -96px
}

.lang-wr,
.param,
.tag-wr {
	display: flex
}

.social:after {
	content: '';
	margin: auto;
	border: 2px solid #fff;
	transform: skew(-15deg)
}

.social_in {
	background-position: 2px -96px
}

.social_yt {
	background-position: -59px -96px
}

.social_fb {
	background-position: -121px -96px
}

.lang {
	font-size: 26px;
	font-weight: 300
}

.lang_active,
.param,
.tag {
	font-weight: 400
}

.lang:after {
	content: '/';
	margin: 0 4px
}

.lang:last-child:after {
	display: none
}

.tag-wr {
	flex-wrap: wrap
}

.tag {
	font-size: 24px;
	text-align: center;
	padding: 9px 20px 7px;
	margin: 5px 10px;
	z-index: 1;
	display: block
}

.tag:after {
	content: '';
	margin: auto;
	background: #0d46a5;
	transform: skew(-20deg)
}

.stage,
.together {
	position: relative
}

.block-day.visible,
.block-day__precaption.visible,
.distance__photo.visible,
.goal-wr.visible,
.news.visible,
.philosophy.visible,
.program-mob.visible,
.program.visible,
.schedule.visible,
.screen-caption.visible,
.together__photo.visible,
.wp-block-image.visible {
	transform: translate(0, 0);
	opacity: 1
}

.param {
	font-size: 27px
}

.contact-us,
.stage {
	display: flex;
	align-items: center
}

.param:before {
	content: '';
	width: 26px;
	height: 26px;
	background: url(../images/sprite.svg) -214px -7px no-repeat;
	margin-right: 10px
}

.param_time:before {
	background-position: -214px -7px
}

.param_loc:before {
	background-position: -178px -7px
}

.contact-us .contact {
	margin-right: 40px;
	color: #0d46a5
}

.contact-us .contact:before {
	border: 3px solid #0d46a5
}

.contact-us .contact_phone:before {
	background-position: -112px -41px
}

.together {
	padding: 80px 0 0;
	margin-bottom: -30px;
	z-index: 1
}

.together .wrapper {
	display: flex;
	justify-content: space-between;
	position: relative;
	align-items: center
}

.together .wrapper:before {
	content: '';
	width: 430px;
	height: 580px;
	background: url(../images/figure-1.svg) center/cover no-repeat;
	position: absolute;
	top: -70px;
	left: -70px;
	z-index: -1
}

.together .screen-caption {
	text-align: left;
	margin-bottom: 20px
}

.together__photo {
	width: 554px;
	height: fit-content
}

.together__text {
	max-width: 540px
}

.together .contact-us {
	margin-top: 5px
}

.stage:after,
.stage:before {
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	height: 125px;
	width: 100%;
	content: ''
}

.stage {
	background: linear-gradient(180deg, #1055c9 0, #0d46a5 100%);
	color: #fff;
	padding: 150px 0 170px;
	min-height: 580px
}

.deco-list li,
.stage__target {
	align-items: center;
	display: flex
}

.stage:before {
	top: -1px;
	background: url(../images/triangle-bottom-white.svg) center no-repeat
}

.stage:after {
	bottom: -1px;
	background: url(../images/triangle-top-white.svg) center no-repeat
}

.stage a {
	color: #fff
}

.stage .wrapper {
	position: relative;
	width: 100%
}

.stage .screen-caption {
	color: #fff;
	text-align: left;
	margin-top: -35px;
	margin-bottom: 15px
}

.stage__text {
	max-width: 820px;
	position: relative;
	z-index: 2
}

.stage__precaption {
	font-size: 105px;
	font-weight: 700;
	font-family: BebasNeue, sans-serif;
	line-height: 1;
	color: #fff;
	opacity: .1;
	margin-top: -35px
}

.stage__target {
	font-size: 30px;
	font-weight: 400;
	font-family: BebasNeue, sans-serif;
	line-height: 1;
	color: #fff;
	margin-bottom: 30px
}

.stage__target:before {
	content: '';
	width: 46px;
	height: 46px;
	background: url(../images/sprite.svg) -11px -168px no-repeat;
	margin-right: 15px;
	display: block;
	flex-shrink: 0
}

.goal-screen-pr:after,
.schedule-screen:after {
	right: 0;
	width: 100%;
	height: 125px;
	background: url(../images/triangle-bottom-white.svg) center no-repeat;
	left: 0
}

.stage__photo {
	width: 673px;
	height: 875px;
	background: url(../images/run-program-1.png) center/cover no-repeat;
	position: absolute;
	top: 0;
	bottom: 0;
	right: -220px;
	margin: auto;
	z-index: 9
}

.stage__decor {
	content: '';
	position: absolute;
	z-index: 0;
	top: 0;
	right: -145px;
	width: 632px;
	height: 1115px;
	background: url(/webps/themes/triton/images/pattern-right.png) center/cover no-repeat
}

.deco-list {
	list-style: none;
	padding: 0;
	margin: 0 -10px;
	display: flex;
	flex-wrap: wrap
}

.deco-list li {
	padding: 10px;
	box-sizing: border-box;
	position: relative;
	font-weight: 600;
	line-height: 1.3;
	font-size: 22px;
	width: 50%
}

.deco-list li:before,
.location__name,
.schedule h3 {
	font-family: BebasNeue, sans-serif;
	font-weight: 700
}

.deco-list li:before {
	content: counter(my-awesome-counter);
	font-size: 60px;
	min-width: 28px;
	text-align: right;
	display: inline-block;
	margin-right: 45px
}

.deco-list li:after,
.goal-screen-pr:after,
.schedule-screen:after {
	content: '';
	position: absolute;
	margin: auto
}

.deco-list li:after {
	border: 13px solid transparent;
	border-left: 22px solid #3affff;
	height: 0;
	top: 0;
	bottom: 0;
	left: 50px
}

.goal-screen-pr {
	margin-top: -70px;
	margin-bottom: 20px;
	position: relative
}

.goal-screen-pr:after {
	bottom: -123px
}

.schedule-screen {
	position: relative;
	padding: 70px 0 135px;
	z-index: 2
}

.schedule-screen:after {
	bottom: 0
}

.location-screen,
.popup-goal,
.popup-goal__main,
.schedule-screen .wrapper {
	position: relative
}

.popup-goal:before,
.schedule-screen .wrapper:before {
	width: 430px;
	height: 580px;
	background: url(../images/figure-1.svg) center/cover no-repeat;
	content: ''
}

.schedule-screen .wrapper:before {
	position: absolute;
	top: -30px;
	left: -70px;
	z-index: -1
}

.schedule-screen .wrapper:after {
	content: '';
	width: 430px;
	height: 689px;
	background: url(../images/figure-2.svg) center/cover no-repeat;
	position: absolute;
	top: 70px;
	right: -70px;
	z-index: -1
}

.schedule-screen .screen-caption {
	margin-bottom: 20px
}

.schedule {
	margin: 0 0 50px
}

.schedule:last-child {
	margin: 0
}

.schedule h3 {
	font-size: 46px;
	color: #0d46a5
}

.schedule h3 span {
	display: flex;
	align-items: center;
	justify-content: center
}

.schedule h3 span:after,
.schedule h3 span:before {
	content: '';
	width: 34px;
	height: 34px;
	background: url(../images/sprite.svg) -241px -53px no-repeat;
	margin-right: 20px;
	display: block;
	transform: translate(0, -4px)
}

.schedule h3 span:after {
	margin-right: 0;
	margin-left: 20px
}

.schedule_summer h3 {
	color: #ff5811
}

.schedule_summer h3 span:after,
.schedule_summer h3 span:before {
	background: url(../images/sprite.svg) -303px -53px no-repeat
}

.schedule_summer .wp-block-table table td {
	background: #fff8bd;
	color: #ff5811
}

.schedule_summer .wp-block-table table tr td:first-child,
.schedule_summer .wp-block-table table tr:first-child * {
	background: #ffe3d7
}

.schedule_summer .wp-block-table table tr:nth-child(n+2) td:first-child:before {
	background-position: -286px -9px
}

.location-screen {
	background: #c7f5ff;
	padding: 190px 0;
	margin-top: -125px
}

.location {
	width: 25%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box
}

.location-wr {
	display: flex;
	flex-wrap: wrap;
	margin: -15px
}

.location__inner {
	background: #fff;
	display: flex;
	flex-direction: column;
	width: 100%
}

.location__image {
	height: 200px;
	background: url(../images/slide-3.png) center/cover no-repeat
}

.location__text {
	padding: 30px 20px;
	text-align: center
}

.location__name {
	font-size: 30px;
	color: #0d46a5;
	line-height: 1.1;
	margin-bottom: 5px
}

.location__preview {
	font-size: 18px;
	margin: 10px auto 0;
	line-height: 1.2
}

.popup-goal__call,
.popup-goal__caption {
	line-height: 1;
	font-family: BebasNeue, sans-serif;
	font-weight: 700
}

.popup-goal {
	display: none;
	max-width: 800px;
	padding: 0 !important
}

.popup-goal:before {
	position: absolute;
	bottom: -340px;
	right: -50px
}

.popup-goal__main {
	padding: 35px 20px 55px;
	display: flex;
	flex-direction: column;
	align-items: center;
	background-color: #1055c9
}

.popup-goal__main:after,
.popup-goal__main:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 125px;
	background: url(../images/triangle-right-white.svg) left bottom no-repeat;
	z-index: 1
}

.blog:after,
.gallery:after,
.similar-screen:after {
	bottom: -123px;
	width: 100%
}

.popup-goal__main:after {
	left: 0;
	background: url(../images/triangle-left-white.svg) right bottom no-repeat
}

.popup-goal__bg {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	opacity: .4;
	mix-blend-mode: multiply
}

.blog,
.popup-goal__caption,
.popup-goal__close,
.popup-goal__params {
	position: relative;
	z-index: 2
}

.popup-goal__caption {
	text-align: center;
	font-size: 80px;
	color: #fff
}

.popup-goal__params {
	display: flex;
	margin-top: 10px
}

.popup-goal__params .param {
	margin-right: 40px
}

.popup-goal__params .param:last-child {
	margin-right: 0
}

.popup-goal__text {
	padding: 25px 70px 40px;
	text-align: left
}

.popup-goal__text>:first-child {
	margin-top: 0
}

.popup-goal__call {
	font-size: 36px;
	color: #0d46a5;
	margin: 10px 0
}

.popup-goal__close {
	background: #e5e5e5;
	color: #0d46a5;
	padding: 10px;
	font-size: 18px;
	font-weight: 700;
	margin-top: 15px;
	display: none;
	cursor: pointer
}

.popup-goal .button:after {
	background: #fff
}

.blog {
	padding: 60px 0 20px
}

.blog:after {
	content: '';
	position: absolute;
	right: 0;
	left: 0;
	margin: auto;
	height: 125px;
	background: url(../images/triangle-bottom-white.svg) center no-repeat
}

.blog .tag-wr {
	margin-bottom: 35px
}

.pagination {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	margin: 60px 0 0
}

.pagination a:hover {
	transform: scale(1.1)
}

.pagination .page-numbers {
	display: block;
	line-height: 60px;
	height: 60px;
	min-width: 60px;
	text-align: center;
	margin: 7px;
	font-family: BebasNeue, sans-serif;
	font-size: 32px;
	font-weight: 700;
	color: #0a3276;
	position: relative;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.gallery:after,
.pagination .page-numbers:after,
.similar-screen:after {
	right: 0;
	left: 0;
	margin: auto;
	content: ''
}

.pagination .page-numbers:after {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #c7f5ff;
	transform: skew(-20deg);
	z-index: -1
}

.burger,
.gallery,
.header,
.mainscreen,
.pagination .page-numbers.next,
.pagination .page-numbers.prev,
.similar-screen {
	position: relative
}

.pagination .page-numbers.current {
	color: #fff
}

.pagination .page-numbers.current:after {
	background: #0a3276
}

.pagination .page-numbers.next:before,
.pagination .page-numbers.prev:before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	z-index: 1;
	width: 36px;
	height: 36px;
	background: url(../images/sprite.svg) -68px -2px no-repeat
}

.pagination .page-numbers.prev:before {
	background-position: -327px -2px
}

.similar-screen {
	padding: 180px 0 20px;
	background: #c7f5ff
}

.similar-screen:after {
	position: absolute;
	height: 125px;
	background: url(../images/triangle-bottom-light.svg) center no-repeat
}

.gallery {
	padding: 60px 0 20px
}

.gallery:after {
	position: absolute;
	height: 125px;
	background: url(../images/triangle-bottom-white.svg) center no-repeat
}

.gallery .wp-block-gallery {
	margin: 0 -5px;
	display: block
}

.gallery .wp-block-image {
	width: 33.3333% !important;
	box-sizing: border-box;
	padding: 5px;
	margin: 0 !important
}

.gallery .wp-block-image a {
	margin: 0;
	font-size: 0;
	display: block
}

.slick-next,
.slick-prev {
	background: url(../images/sprite.svg) -119px -233px no-repeat;
	width: 70px;
	height: 70px;
	border: none;
	border-radius: 0;
	right: -100px;
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.slick-next:hover,
.slick-prev:hover {
	opacity: .5
}

.slick-prev {
	left: -100px;
	background-position: -11px -233px
}

.screen-reviews .slick-next {
	right: -120px
}

.screen-reviews .slick-prev {
	left: -120px
}

.fancybox-container {
	font-family: ProximaNovaCn, sans-serif;
	font-size: 18px;
	font-weight: 400;
	line-height: 1.4;
	color: #333
}

.mainscreen__first,
.mainscreen__second,
.menu-main a {
	font-family: BebasNeue, sans-serif;
	text-align: center;
	color: #fff
}

.fancybox-close-small:after {
	color: #555;
	background: #fff
}

.block-day,
.distance__photo,
.goal-wr,
.news,
.program,
.program-mob,
.schedule,
.together__photo,
.wp-block-image {
	transform: translate(0, 30px);
	opacity: 0;
	transition: .6s ease-in-out
}

.block-day__precaption,
.philosophy,
.screen-caption {
	transform: translate(-30px, 0);
	opacity: 0;
	transition: .6s ease-in-out
}

.stage .stage__photo {
	transform: translate(100px, 0);
	transition: 1s
}

.stage.visible .stage__photo {
	transform: translate(0, 0)
}

.screen-precaption {
	transform: translate(0, 30px);
	opacity: 0;
	transition: .6s ease-in-out
}

.screen-precaption.visible {
	transform: translate(0, 0);
	opacity: 1;
	opacity: .1
}

.block-day__precaption,
.stage__precaption {
	opacity: 0;
	transform: translate(-240px, 0);
	transition: .6s ease-in-out
}

.goal,
.goal__image,
.program,
.program__inner {
	transition: .4s ease-in-out
}

.block-day.visible .block-day__precaption,
.block-day.visible .stage__precaption,
.stage.visible .block-day__precaption,
.stage.visible .stage__precaption {
	opacity: .1;
	transform: translate(-40px, 0)
}

.goal:hover .goal__image,
.news:hover .news__image {
	transform: scale(1.05)
}

.popup-goal .wp-block-image {
	opacity: 1 !important;
	transform: translate(0, 0) !important
}

.goal:hover,
.program:hover {
	transform: translate(0, -10px)
}

.menu-main {
	display: flex;
	padding: 0;
	margin: 0 -15px;
	list-style: none
}

.menu-main a {
	font-weight: 700;
	font-size: 26px;
	line-height: 1;
	padding: 26px 15px 22px;
	display: flex
}

.burger {
	display: none;
	box-sizing: border-box;
	width: 54px;
	height: 54px;
	background: #3affff;
	cursor: pointer;
	transform: skew(-20deg);
	margin: 0 10px 0 5px
}

.burger span,
.burger span::after,
.burger span::before {
	display: block;
	width: 24px;
	height: 4px;
	background: #0d46a5;
	position: absolute;
	top: 17px;
	right: 14px;
	transition: .2s ease-in-out
}

.burger span::before {
	content: '';
	left: 0;
	top: 8px
}

.burger span::after {
	content: '';
	left: 0;
	top: 16px
}

.burger_active span {
	background-color: transparent
}

.burger_active span::before {
	transform: rotate(45deg)
}

.burger_active span::after {
	transform: rotate(-45deg);
	top: 8px;
	height: 5px
}

.header {
	background: #0d46a5;
	border-bottom: 5px solid #3affff;
	z-index: 999
}

.header .wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center
}

.header__menu .lang-wr {
	display: none
}

.header__buttons {
	display: flex
}

.header__buttons .button {
	color: #3affff
}

.header__buttons .button:after {
	border-color: #3affff
}

.header__right {
	display: flex;
	align-items: center
}

.header__right .lang-wr {
	margin-left: 15px
}


.mainscreen:after,
.mainscreen:before {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 125px;
	background: url(../images/triangle-right-white.svg) left bottom no-repeat;
	z-index: 12
}

.mainscreen:after {
	left: 0;
	background: url(../images/triangle-left-white.svg) right bottom no-repeat
}

.mainscreen .wrapper {
	padding: 70px 0 130px
}

.mainscreen .wrapper:before {
	content: '';
	position: absolute;
	top: -320px;
	left: -300px;
	width: 599px;
	height: 1115px;
	background: url(../images/pattern-left.png) center/cover no-repeat
}

.mainscreen .wrapper:after {
	content: '';
	position: absolute;
	top: -320px;
	right: -325px;
	width: 632px;
	height: 1115px;
	background: url(/webps/themes/triton/images/pattern-right.png) center/cover no-repeat
}

.mainscreen .logo {
	margin-bottom: 35px
}

.mainscreen .video,
.mainscreen__image {
	top: 0;
	margin: auto;
	mix-blend-mode: multiply;
	left: 0;
	position: absolute;
	bottom: 0;
	right: 0
}

.mainscreen__image {
	background: url(/webps/themes/triton/images/mainscreen-ex.jpg) center/cover no-repeat;
	/*opacity: .4*/
}

.mainscreen .video {
	height: 100%;
	/*opacity: .5*/
}

.goal__inner:hover,
.program__inner:hover {
	opacity: 1
}

.mainscreen .video__video {
	height: 130%;
	display: block;
	margin-right: auto;
	margin-left: auto;	
	object-fit: cover
}

.mainscreen .video__canvas {
	height: 100%;
	width: 100%
}

.mainscreen__inner {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	position: relative;
	z-index: 9
}

.mainscreen__inner .button {
	display: none;
}

.mainscreen__first {
	font-weight: 700;
	font-size: 80px;
	line-height: 1
}

.mainscreen__second {
	font-weight: 400;
	font-size: 32px;
	margin-top: 5px;
	line-height: 1.2
}

.mainscreen__price,
.program-mob__caption {
	font-family: BebasNeue, sans-serif;
	line-height: 1;
	font-weight: 700;
	color: #fff
}

.mainscreen .button {
	margin-top: 40px
}

.mainscreen .tag-wr {
	margin-top: 15px
}

.mainscreen .tag:after {
	background: rgba(58, 255, 255, .44)
}

.mainscreen__params {
	display: flex;
	margin-top: 10px
}

.mainscreen__params .param {
	margin-right: 40px
}

.mainscreen__params .param:last-child {
	margin-right: 0
}

.mainscreen__camp {
	display: flex;
	align-items: center;
	margin-top: 40px
}

.mainscreen__camp .button {
	margin: 0 0 0 40px
}

.mainscreen__price {
	font-size: 48px
}

.mainscreen__price span {
	font-size: 38px;
	font-weight: 400;
	color: #3affff
}

.mainscreen_1 .wrapper,
.mainscreen_2 .wrapper,
.mainscreen_3 .wrapper,
.mainscreen_4 .wrapper {
	padding: 130px 15px 160px
}

.category .mainscreen__image {
	background: url(/webps/themes/triton/images/mainscreen-blog.png) center/cover no-repeat
}

.screen-programs {
	position: relative;
	padding: 70px 0 123px;
	z-index: 22
}

.screen-programs:after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 125px;
	background: url(../images/triangle-bottom-white.svg) center no-repeat
}

.program {
	width: 33.33333333%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box;
	font-size: 0
}

.program-wr {
	display: flex;
	flex-wrap: wrap;
	margin: -15px
}

.program__inner {
	display: block;
	background: url(../images/type-1.png) center/cover no-repeat;
	height: 450px
}

.program:hover {
	background-size: auto 110%
}

.program-wr-mob {
	display: none;
	flex-wrap: wrap;
	margin: -7px
}

.program-mob {
	width: 100%;
	padding: 7px;
	box-sizing: border-box
}

.program-mob:nth-child(2) .program-mob__inner:before {
	top: -470px
}

.program-mob:nth-child(3) .program-mob__inner:before {
	top: -610px
}

.program-mob__inner {
	display: flex;
	align-items: center;
	background: #1055c9;
	background: linear-gradient(180deg, #1055c9 0, #0d46a5 100%);
	position: relative;
	padding: 43px 15px 33px
}

.program-mob__inner:before {
	content: '';
	position: absolute;
	top: -260px;
	left: -160px;
	width: 450px;
	height: 837px;
	background: url(../images/pattern-left.png) center/cover no-repeat
}

.program-mob__caption {
	font-size: 54px;
	position: relative;
	z-index: 1
}

.program-mob img {
	position: absolute;
	bottom: 0;
	right: 0;
	width: 175px;
	height: 130px
}

.goal-screen {
	background: #c7f5ff;
	padding: 190px 0 0;
	margin-top: -125px;
	position: relative
}

.goal-screen .wrapper {
	position: relative;
	z-index: 44
}

.goal-screen .button {
	margin: 50px auto 0;
	display: block;
	width: fit-content
}

.goal {
	width: 25%;
	padding: 15px;
	margin: 0 auto;
	box-sizing: border-box
}

.goal-wr {
	display: flex;
	flex-wrap: wrap;
	margin: -15px
}

.goal__inner,
.news__inner {
	box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
	flex-direction: column;
	text-decoration: none
}

.goal__inner {
	display: flex;
	background: #0d46a5;
	width: 100%
}

.goal__level,
.goal__name,
.goal__time {
	display: flex;
	align-items: center;
	line-height: 1
}

.goal__name {
	font-family: ProximaNovaExCn, sans-serif;
	font-weight: 700;
	font-size: 30px;
	color: #fff;
	min-height: 110px;
	padding: 10px 25px;
	box-sizing: border-box
}

.news__date,
.news__name,
.philosophy,
.review__name {
	font-family: BebasNeue, sans-serif
}

.goal__image {
	background: url(/webps/themes/triton/images/target-1.png) center/cover no-repeat;
	height: 277px
}

.goal__bottomline {
	font-weight: 600;
	font-size: 14px;
	color: #fff;
	display: flex;
	padding: 11px 25px;
	justify-content: space-between
}

.goal__level:before,
.goal__time:before {
	content: '';
	width: 18px;
	height: 18px;
	background: url(../images/sprite.svg) -38px -11px;
	margin-right: 10px
}

.goal__time:before {
	background-position: -8px -11px
}

.screen-reviews {
	background: linear-gradient(180deg, #1055c9 0, #0d46a5 100%);
	padding: 380px 0 130px;
	position: relative;
	margin-top: -220px
}

.screen-reviews:before {
	content: '';
	position: absolute;
	top: 200px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 125px;
	background: url(../images/triangle-bottom-light.svg) center no-repeat
}

.screen-reviews:after {
	content: '';
	top: 0;
	width: 100%;
	height: 210px;
	position: absolute;
	background: #c7f5ff
}

.screen-reviews .screen-caption {
	text-align: left;
	color: #fff;
	position: relative;
	z-index: 2
}

.screen-reviews .screen-caption__cyan {
	color: #3affff
}

.screen-reviews .wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: -145px;
	width: 632px;
	height: 1115px;
	z-index: 1;
	background: url(/webps/themes/triton/images/pattern-right.png) center/cover no-repeat
}

.review-wr {
	position: relative;
	z-index: 2
}

.review {
	position: relative;
	min-height: 546px
}

.review__photo-mob {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 288px;
	height: 335px;
	background: url(../images/review-1-mob.png) center/cover no-repeat
}

.review__photo-mob:before {
	content: '';
	border: 70px solid transparent;
	border-left: 130px solid #3affff;
	opacity: .8;
	position: absolute;
	bottom: -30px;
	right: 70px
}

.review__photo {
	position: absolute;
	top: 0;
	left: 0;
	width: 555px;
	height: 546px;
	background: url(../images/review-1.png) center/cover no-repeat;
	transform: scale(0);
	-moz-transition: .2s ease-in-out;
	-webkit-transition: .2s ease-in-out;
	transition: .2s ease-in-out
}

.philosophy,
.screen-gallery,
.screen-news,
.slideshow {
	position: relative
}

.news,
.news__image {
	transition: .4s ease-in-out
}

.review__main {
	margin-left: 410px;
	background: #fff;
	box-shadow: 0 7px 15px rgba(0, 0, 0, .1);
	padding: 60px 70px 60px 180px;
	box-sizing: border-box;
	height: fit-content
}

.review__info {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 20px
}

.review__name {
	font-weight: 700;
	font-size: 38px;
	color: #0a3276;
	line-height: 1;
	margin-bottom: 5px
}

.review__position {
	font-weight: 600;
	color: #0d46a5;
	line-height: 1;
	font-size: 22px
}

.review__text {
	font-size: 22px
}

.slick-active .review__photo {
	transform: scale(1)
}

.screen-gallery {
	z-index: 10;
	background: #fff
}

.screen-gallery:before {
	content: '';
	position: absolute;
	top: -123px;
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 125px;
	background: url(../images/triangle-top-white.svg) center no-repeat
}

.philosophy {
	font-size: 70px;
	font-weight: 300;
	line-height: 1.1;
	color: #0d46a5;
	margin-bottom: 25px
}

.philosophy:after {
	content: '';
	width: 317px;
	height: 465px;
	background: url(../images/runner.svg) center/cover no-repeat;
	position: absolute;
	top: 0;
	right: 0
}

.philosophy:before {
	content: '';
	width: 236px;
	height: 191px;
	background: url(../images/quote.svg) center/cover no-repeat;
	position: absolute;
	top: 20px;
	right: 145px
}

.news__date:after,
.screen-news:before {
	content: '';
	right: 0;
	left: 0;
	margin: auto
}

.philosophy__inner-blue {
	font-weight: 700;
	line-height: 1
}

.philosophy__inner {
	max-width: 980px;
	padding: 130px 0 50px;
	position: relative;
	z-index: 3
}

.slideshow {
	z-index: 33
}

.slideshow__item {
	padding: 0 15px
}

.slideshow__item img {
	height: 550px;
	width: auto
}

.screen-news {
	background: #0d46a5;
	padding: 270px 0 20px;
	z-index: 11
}

.screen-news:before {
	position: absolute;
	top: 80px;
	width: 100%;
	height: 125px;
	background: url(../images/triangle-bottom-white.svg) center no-repeat
}

.screen-news:after {
	content: '';
	top: 0;
	width: 100%;
	height: 80px;
	position: absolute;
	background: #fff
}

.screen-news .wrapper:before {
	content: '';
	bottom: 0;
	width: 100%;
	height: 120px;
	position: absolute;
	z-index: 2;
	background: linear-gradient(180deg, rgba(13, 70, 165, 0) 0, #0d46a5 100%)
}

.screen-news .wrapper:after {
	content: '';
	position: absolute;
	top: 0;
	right: -145px;
	width: 632px;
	height: 1115px;
	z-index: 1;
	background: url(/webps/themes/triton/images/pattern-right.png) center/cover no-repeat
}

.screen-news .screen-caption {
	text-align: left;
	color: #fff;
	position: relative;
	z-index: 2
}

.screen-news .screen-caption__cyan {
	color: #3affff
}

.slick-slide .news {
	height: 100%
}

.news {
	width: 33.33333333%;
	padding: 20px;
	margin: 0 auto;
	box-sizing: border-box
}

.news-wr {
	position: relative;
	z-index: 2;
	display: flex;
	flex-wrap: wrap;
	margin: -20px
}

.news:hover {
	transform: translate(0, -10px)
}

.news__inner {
	background: #fff;
	display: flex;
	height: 100%;
	width: 100%
}

.news__date,
.news__registration,
ol:not([class]) li:before {
	display: inline-block;
	text-align: center;
	font-weight: 700
}

.news__inner:hover {
	opacity: 1
}

.news__image {
	height: 280px;
	background: url(../images/slide-3.png) center/cover no-repeat
}

.news__text {
	padding: 35px 40px
}

.news__name {
	font-weight: 700;
	font-size: 34px;
	color: #0a3276;
	line-height: 1.1
}

.news__preview {
	font-size: 20px;
	margin-top: 5px
}

.news__date {
	font-size: 20px;
	line-height: 1;
	color: #0a3276;
	padding: 9px 15px 7px;
	margin: 0 10px 15px;
	position: relative;
	z-index: 1;
	text-decoration: none
}

.news__date:after {
	position: absolute;
	top: 0;
	bottom: 0;
	background: #c7f5ff;
	transform: skew(-20deg);
	z-index: -1
}

.article-content,
.article-wr,
.front-page .footer,
.training {
	position: relative
}

.news__registration {
	background: #3affff;
	color: #0a3276;
	font-size: 22px;
	padding: 7px 40px 3px;
	font-family: BebasNeue, sans-serif
}

.article-content blockquote p,
.footer__text2 {
	font-size: 32px;
	font-family: BebasNeue, sans-serif
}

.footer {
	background: url(/webps/themes/triton/images/footer-bg.png) center/cover no-repeat #003285
}

.footer__main {
	padding: 215px 0 90px
}

.footer__main .wrapper {
	display: flex;
	flex-direction: column;
	align-items: center
}

.footer .logo {
	margin-bottom: 35px
}

.footer .screen-caption {
	color: #fff;
	margin-bottom: 5px
}

.footer__text2 {
	text-align: center;
	color: #fff
}

.footer__contacts {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 20px
}

.footer .contact {
	margin-right: 50px
}

.article-wr:after,
.front-page .footer:before {
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 125px;
	content: ''
}

.footer__bottom {
	background: #1055c9;
	font-size: 18px;
	color: #3affff;
	padding: 17px 0
}

.footer__bottom .wrapper {
	display: flex;
	justify-content: space-between
}

.footer__weblamas a {
	color: #3affff;
	text-decoration: none
}

.front-page .footer:before {
	position: absolute;
	top: 0;
	background: url(../images/triangle-bottom-blue.svg) center no-repeat
}

.article-wr {
	z-index: 2
}

.article-wr:after {
	position: absolute;
	bottom: -123px;
	background: url(../images/triangle-bottom-white.svg) center no-repeat
}

.article-content blockquote>:last-child,
.article-content>:last-child {
	margin-bottom: 0
}

.article-content {
	max-width: 800px;
	margin: 60px auto 0
}

.article-content:before {
	content: '';
	width: 430px;
	height: 689px;
	background: url(../images/figure-2.svg) center/cover no-repeat;
	position: absolute;
	top: -30px;
	right: -160px;
	z-index: -1
}

.article-content>:first-child {
	margin-top: 0
}

.article-content h1,
.article-content h2,
.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	line-height: 1.1;
	margin: 40px 0 15px;
	font-family: BebasNeue, sans-serif;
	color: #0a3276;
	font-size: 60px
}

.article-content .public-date+*,
.article-content blockquote>:first-child,
.article-content h1+*,
.article-content h2+*,
.article-content h3+*,
.article-content h4+*,
.article-content h5+*,
.article-content h6+* {
	margin-top: 0
}

.article-content h3,
.article-content h4,
.article-content h5,
.article-content h6 {
	font-size: 46px
}

.article-content a {
	color: #1c50ac;
	font-weight: 600
}

.article-content blockquote {
	background: #c7f5ff;
	color: #0a3276;
	padding: 30px 40px;
	margin: 22px 0
}

.article-content blockquote p {
	line-height: 1.2
}

.training:after,
.training:before {
	right: 0;
	left: 0;
	margin: auto;
	width: 100%;
	height: 125px
}

.article-content .block-day h2 {
	font-size: 46px;
	margin-top: 10px
}

.public-date {
	color: #a6a6a6;
	font-size: 18px;
	margin-bottom: 15px
}

ol:not([class]),
ul:not([class]) {
	list-style: none;
	padding-left: 40px;
	margin: 15px 0;
	font-size: 22px
}

ol:not([class]) li,
ul:not([class]) li {
	padding: 8px 0;
	position: relative;
	font-weight: 600;
	color: #0a3276;
	line-height: 1.2
}

ol:not([class]) li:before,
ul:not([class]) li:before {
	content: '';
	position: absolute;
	left: -40px;
	top: 12px;
	border: 11px solid transparent;
	border-left: 18px solid #0d46a5;
	height: 0
}

ol:not([class]) li:before {
	content: counter(my-awesome-counter);
	background: #c7f5ff;
	font-size: 25px;
	line-height: 28px;
	height: 28px;
	min-width: 28px;
	position: absolute;
	left: -40px;
	top: 8px;
	border: none;
	font-family: BebasNeue, sans-serif
}

.wp-block-table {
	overflow: auto;
	margin: 22px 0;
	display: block !important
}

.wp-block-table table {
	border-collapse: collapse;
	font-size: 18px;
	width: 100%
}

.wp-block-table table td {
	border: 1px solid #fff;
	padding: 15px 20px;
	vertical-align: middle;
	background: #d9ffff;
	text-align: center;
	color: #0d46a5;
	line-height: 1.1;
	width: 10%
}

.wp-block-table table tr td:first-child,
.wp-block-table table tr:first-child * {
	font-family: BebasNeue, sans-serif;
	font-size: 25px;
	font-weight: 700;
	background: #d5f0ff
}

.wp-block-table table tr td:first-child {
	min-width: 140px
}

.wp-block-table table tr:nth-child(n+2) td:first-child {
	text-align: left
}

.wp-block-table table tr:nth-child(n+2) td:first-child:before {
	content: '';
	background: url(../images/sprite.svg) -250px -9px no-repeat;
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	margin-right: 6px
}

.block-day {
	margin-bottom: 60px
}

.block-day__precaption {
	font-size: 80px;
	font-weight: 700;
	font-family: BebasNeue, sans-serif;
	line-height: 1;
	color: #0d46a5
}

.training {
	z-index: 10;
	padding: 40px 0 0
}

.training:after,
.training:before,
.training__deco,
.training__deco:before {
	content: '';
	position: absolute
}

.training:before {
	top: -123px;
	background: url(../images/triangle-top-white.svg) center no-repeat
}

.training:after {
	bottom: -123px;
	background: url(../images/triangle-bottom-white.svg) center no-repeat
}

.training__deco {
	top: 40px;
	left: -165px;
	width: 632px;
	height: 1115px;
	background: url(../images/pattern-left.png) center/cover no-repeat;
	opacity: .2;
	z-index: -1
}

.training__deco:before {
	bottom: 0;
	width: 100%;
	height: 770px;
	z-index: 2;
	background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%)
}

.prices {
	display: flex;
	justify-content: space-between
}

.prices__text {
	max-width: 530px;
	margin-right: 90px
}

.prices__text ul {
	font-size: 21px
}

.prices__text ul li {
	color: #0d46a5;
	padding: 12px 0
}

.prices__text ul li:before {
	width: 26px;
	height: 26px;
	border: none;
	background: url(../images/sprite.svg) -75px -178px no-repeat;
	top: 10px
}

.prices .screen-caption {
	text-align: left;
	margin-bottom: 10px
}

.prices .contact-us {
	margin-top: 35px
}

.prices__info {
	flex: 1;
	width: 100%
}

.subscription {
	color: #0d46a5;
	margin-bottom: 35px;
	line-height: 1
}

.subscription:last-child {
	margin-bottom: 0
}

.subscription__caption-wr {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px
}

.subscription__caption {
	font-family: BebasNeue, sans-serif;
	font-size: 46px;
	font-weight: 700;
	line-height: 1
}

.subscription__quantity {
	font-size: 17px;
	font-weight: 600;
	text-align: right;
	margin-left: 15px
}

.subscription__tr {
	background: #d9ffff;
	display: flex;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid #fff
}

.subscription__tr_first {
	background: #d5f0ff;
	border: none
}

.subscription__td {
	padding: 15px 10px;
	box-sizing: border-box;
	text-align: center;
	border-right: 1px solid #fff;
	width: 33.3333%;
	flex: 1
}

.subscription__td:last-child {
	border: none
}

.subscription__td-big {
	font-size: 20px;
	font-weight: 600;
	line-height: 1;
	margin-bottom: 3px
}

.subscription__td-small {
	font-size: 15px
}

.subscription__tr_first .subscription__td {
	padding: 11px 10px
}

.subscription__tr_first .subscription__td-big {
	font-family: BebasNeue, sans-serif;
	font-size: 25px;
	font-weight: 700
}

.subscription_orange {
	color: #ff5811
}

.subscription_orange .subscription__tr {
	background: #fff8bd
}

.subscription_orange .subscription__tr_first {
	background: #ffe3d7
}

.subscription_green {
	color: #009d55
}

.subscription_green .subscription__tr {
	background: #d9ffed
}

.subscription_green .subscription__td {
	text-align: left;
	padding: 15px 20px
}

.subscription_green .subscription__td:last-child {
	text-align: right
}

.subscription_green .subscription__td .subscription__td-training {
	font-size: 15px;
	font-weight: 400;
	font-family: ProximaNovaCn, sans-serif
}

.distance {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 50px
}

.distance .screen-caption {
	text-align: left;
	margin-bottom: 15px
}

.distance__inner {
	max-width: 820px
}

.distance__subcaption {
	font-size: 30px;
	font-weight: 400;
	font-family: BebasNeue, sans-serif;
	line-height: 1;
	color: #0d46a5;
	margin-bottom: 20px
}

.distance .deco-list {
	color: #0d46a5
}

.distance__photo {
	width: 328px;
	height: 561px;
	background: url(../images/distance-app.png) center/cover no-repeat;
	flex-shrink: 0
}

@font-face {
	font-family: ProximaNovaCn;
	src: url(../fonts/ProximaNovaCond-Regular.eot);
	src: url(../fonts/ProximaNovaCond-Regular.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNovaCond-Regular.woff2) format('woff2'), url(../fonts/ProximaNovaCond-Regular.woff) format('woff'), url(../fonts/ProximaNovaCond-Regular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: ProximaNovaCn;
	src: url(../fonts/ProximaNovaCond-Semibold.eot);
	src: url(../fonts/ProximaNovaCond-Semibold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNovaCond-Semibold.woff2) format('woff2'), url(../fonts/ProximaNovaCond-Semibold.woff) format('woff'), url(../fonts/ProximaNovaCond-Semibold.ttf) format('truetype');
	font-weight: 600;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: ProximaNovaExCn;
	src: url(../fonts/ProximaNovaExCn-Bold.eot);
	src: url(../fonts/ProximaNovaExCn-Bold.eot?#iefix) format('embedded-opentype'), url(../fonts/ProximaNovaExCn-Bold.woff2) format('woff2'), url(../fonts/ProximaNovaExCn-Bold.woff) format('woff'), url(../fonts/ProximaNovaExCn-Bold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: BebasNeue;
	src: url(../fonts/BebasNeueLight.eot);
	src: url(../fonts/BebasNeueLight.eot?#iefix) format('embedded-opentype'), url(../fonts/BebasNeueLight.woff2) format('woff2'), url(../fonts/BebasNeueLight.woff) format('woff'), url(../fonts/BebasNeueLight.ttf) format('truetype');
	font-weight: 300;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: BebasNeue;
	src: url(../fonts/BebasNeueRegular.eot);
	src: url(../fonts/BebasNeueRegular.eot?#iefix) format('embedded-opentype'), url(../fonts/BebasNeueRegular.woff2) format('woff2'), url(../fonts/BebasNeueRegular.woff) format('woff'), url(../fonts/BebasNeueRegular.ttf) format('truetype');
	font-weight: 400;
	font-style: normal;
	font-display: swap
}

@font-face {
	font-family: BebasNeue;
	src: url(../fonts/BebasNeueBold.eot);
	src: url(../fonts/BebasNeueBold.eot?#iefix) format('embedded-opentype'), url(../fonts/BebasNeueBold.woff2) format('woff2'), url(../fonts/BebasNeueBold.woff) format('woff'), url(../fonts/BebasNeueBold.ttf) format('truetype');
	font-weight: 700;
	font-style: normal;
	font-display: swap
}

@media screen and (min-width:1279px) {

	.mainscreen:after,
	.mainscreen:before {
		background-size: cover
	}
}

@media screen and (max-width:1279px) {

	.screen-news .screen-caption,
	.screen-reviews .screen-caption {
		text-align: center
	}

	.wrapper {
		padding: 0 15px
	}

	.together {
		padding-top: 20px;
	}

	.together__photo {
		width: 400px;
		transform: none
	}

	.stage {
		min-height: auto;
		padding: 150px 0 150px
	}

	.stage .wrapper {
		display: flex;
		flex-direction: column
	}

	.stage__text {
		max-width: 100%
	}

	.stage__photo {
		display: none;
	}

	.stage__precaption {
		transform: translate(-10px, 0)
	}

	.stage__decor {
		opacity: .5
	}

	.slick-next {
		right: 30px;
		opacity: .5;
		zoom: .7;
		background-position: -348px -233px
	}

	.slick-prev {
		left: 30px;
		opacity: .5;
		zoom: .7;
		background-position: -240px -233px
	}

	.screen-reviews .slick-prev {
		top: 15%;
		left: -10px
	}

	.screen-reviews .slick-next {
		top: 15%;
		right: -10px
	}

	.news-wr .slick-next,
	.news-wr .slick-prev {
		top: 25%
	}

	.location-wr .slick-next,
	.location-wr .slick-prev {
		top: 35%
	}

	.block-day.visible .block-day__precaption,
	.block-day.visible .stage__precaption,
	.stage.visible .block-day__precaption,
	.stage.visible .stage__precaption {
		transform: translate(0, 0)
	}

	.menu-main {
		flex-direction: column;
		margin: 0
	}

	.menu-main a {
		padding: 10px 15px
	}

	.burger {
		display: block
	}

	.mainscreen .wrapper:after,
	.mainscreen .wrapper:before,
	.review__photo {
		display: none
	}

	.header {
		padding: 8px 0
	}

	.header__buttons {
		zoom: .9
	}

	.header__menu {
		display: none;
		position: absolute;
		top: 75px;
		flex-direction: column;
		width: 100%;
		left: 0;
		background: #0d46a5;
		background: linear-gradient(180deg, #1055c9 0, #0d46a5 100%);
		margin: 0;
		padding: 20px 0;
		box-shadow: 0 7px 15px rgba(0, 0, 0, .1)
	}

	.header__menu:before {
		content: '';
		position: absolute;
		right: 0;
		left: 0;
		bottom: 0;
		top: 0;
		margin: auto;
		width: 120px;
		height: 143px;
		background: url(../images/logo.png) center/cover no-repeat;
		opacity: .1;
		zoom: 1.6
	}

	.header__menu .lang-wr {
		display: flex;
		margin: 8px 15px
	}

	.mainscreen .wrapper {
		padding: 60px 0 110px
	}

	.review__main {
		margin-left: 180px
	}

	.review__photo-mob {
		display: block
	}

	.philosophy {
		margin-bottom: 50px
	}

	.philosophy:before {
		left: 0;
		right: 0;
		top: -90px;
		margin: auto
	}

	.philosophy:after {
		right: 0;
		left: 0;
		top: -290px;
		margin: auto;
		zoom: .7
	}

	.philosophy__inner {
		max-width: 100%;
		padding-bottom: 0;
		text-align: center
	}

	.news-wr {
		margin: -15px
	}

	.news {
		padding: 15px
	}

	.news__text {
		padding: 30px 25px
	}

	.block-day__precaption {
		transform: none
	}

	.prices__text {
		max-width: 530px;
		margin-right: 40px
	}
}

@media screen and (max-width:1023px) {

	.review,
	.together .wrapper {
		flex-direction: column
	}

	.together {
		padding-top: 20px;
	}

	.together__photo {
		display: none;
	}

	.distance .screen-caption,
	.distance__subcaption,
	.prices .screen-caption {
		text-align: center
	}

	.together .screen-caption,
	.together__text {
		text-align: center;
		margin-top: 10px
	}

	.together .contact-us {
		margin: 5px auto 0;
		width: fit-content
	}

	.schedule-screen .wrapper:after,
	.schedule-screen .wrapper:before {
		display: none
	}

	.gallery .wp-block-image {
		width: 50% !important
	}

	.program-wr-mob {
		display: flex
	}

	.program-wr {
		display: none
	}

	.screen-reviews {
		padding-bottom: 230px
	}

	.review {
		align-items: center
	}

	.footer__contacts,
	.prices {
		flex-direction: column
	}

	.review__photo-mob {
		position: relative;
		zoom: .8
	}

	.review__main {
		margin-left: 0;
		margin-top: -90px;
		padding: 120px 40px 40px
	}

	.news {
		width: 50%
	}

	.footer .contact {
		margin: 0 0 10px
	}

	.footer .contact:before {
		border: none;
		border-radius: 0;
		width: 32px;
		height: 32px;
		background-position: -7px -54px
	}

	.footer .contact_mail:before {
		background-position: -65px -54px
	}

	.footer .social-wr {
		margin-top: 20px
	}

	.training {
		padding-top: 20px
	}

	.prices__text {
		margin: 0 auto 70px
	}

	.distance {
		flex-direction: column;
		margin-top: 100px
	}

	.distance__photo {
		zoom: .9;
		margin-top: 40px
	}
}

@media (max-width:800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-thumbs>ul>li {
		max-width: calc(100% - 10px)
	}
}

@media screen and (max-width:767px) {
	body {
		font-size: 16px
	}

	p {
		font-size: 20px;
		margin: 18px 0;
		text-align: left
	}

	.screen-caption {
		margin-bottom: 20px;
		font-size: 60px
	}

	.screen-precaption {
		font-size: 72px
	}

	.stage {
		padding: 180px 0 150px
	}

	.stage__photo {
		display: none;
	}	

	.stage .screen-caption {
		margin-top: -25px
	}

	.stage__precaption {
		font-size: 85px
	}

	.stage__target {
		font-size: 28px
	}

	.deco-list li,
	.review__text {
		font-size: 20px
	}

	.stage__photo {
		zoom: .7
	}

	.schedule h3 {
		font-size: 34px
	}

	.schedule h3 span:before {
		margin-right: 10px;
		zoom: .8
	}

	.schedule h3 span:after {
		margin-left: 10px;
		zoom: .8
	}

	.popup-goal__text {
		padding: 25px;
		text-align: center
	}

	.philosophy {
		font-size: 46px;
		margin-bottom: 30px
	}

	.philosophy__inner-blue {
		font-size: 60px
	}

	.slideshow__item img {
		height: 400px
	}

	.footer__bottom {
		font-size: 16px;
		position: relative;
		padding-top: 50px
	}

	.footer__bottom .wrapper {
		flex-direction: column;
		align-items: center
	}

	.footer .lang-wr {
		position: absolute;
		top: 15px;
		left: 0;
		right: 0;
		margin: auto;
		justify-content: center
	}

	.footer .social-wr {
		zoom: .9
	}

	.wp-block-table table {
		font-size: 17px
	}

	.wp-block-table table td {
		padding: 10px
	}

	.wp-block-table table tr td:first-child {
		min-width: 80px
	}

	.article-content:before {
		display: none
	}

	.article-content h2,
	.article-content h3,
	.article-content h4,
	.article-content h5,
	.article-content h6 {
		font-size: 42px;
		margin: 30px 0 10px
	}

	.article-content h2 {
		font-size: 56px
	}

	.article-content blockquote {
		padding: 20px
	}

	.article-content blockquote p {
		font-size: 29px
	}

	ol:not([class]),
	ul:not([class]) {
		font-size: 20px;
		padding-left: 35px
	}

	ol:not([class]) li:before,
	ul:not([class]) li:before {
		left: -35px
	}

	ol:not([class]) li:before {
		font-size: 22px
	}

	.subscription__caption {
		font-size: 36px
	}

	.subscription__td-big {
		font-size: 18px
	}

	.subscription__td-small {
		font-size: 13px
	}
}

@media (max-width:639px) {
	.fancybox-slide>* {
		padding: 50px 20px
	}
}

@media screen and (max-width:639px) {

	.button_icon,
	.tag {
		zoom: .9
	}

	.goal,
	.location,
	.news {
		max-width: 380px
	}

	body {
		font-size: 20px
	}

	.logo {
		width: 100px;
		height: 120px
	}

	.screen-caption {
		font-size: 46px
	}

	.contact-us,
	.deco-list,
	.popup-goal__params {
		flex-direction: column
	}

	.contact-us .contact {
		margin: 0 0 20px
	}

	.mainscreen__params .param,
	.popup-goal__params .param {
		margin: 0 0 10px
	}

	.stage .wrapper {
		box-sizing: border-box
	}

	.deco-list li {
		width: 100%;
		max-width: 400px;
		padding: 5px 10px
	}

	.popup-goal__params {
		align-items: center
	}

	.popup-goal__caption {
		font-size: 50px
	}

	.popup-goal__close {
		display: block
	}

	.header__right .lang-wr,
	.training__deco {
		display: none
	}

	.pagination {
		zoom: .8
	}

	.gallery .wp-block-image {
		width: 100% !important
	}

	.mainscreen__first {
		font-size: 58px
	}

	.mainscreen__second {
		font-size: 26px
	}

	.mainscreen__params {
		flex-direction: column;
		align-items: center
	}

	.mainscreen__params .param:last-child {
		margin: 0
	}

	.mainscreen__camp {
		flex-direction: column;
		margin-top: 30px
	}

	.mainscreen__camp .button {
		margin: 20px 0 0
	}

	.footer .logo,
	.mainscreen .logo {
		margin-bottom: 25px
	}

	.mainscreen_1 .wrapper,
	.mainscreen_2 .wrapper,
	.mainscreen_3 .wrapper,
	.mainscreen_4 .wrapper {
		padding: 80px 15px 100px
	}

	.program-wr {
		margin: -5px
	}

	.program {
		padding: 5px
	}

	.review__main {
		padding: 120px 20px 30px
	}

	.review__info {
		flex-direction: column;
		text-align: center
	}

	.review__name-gr {
		margin-bottom: 15px
	}

	.review__name {
		font-size: 34px
	}

	.review__position {
		font-size: 20px
	}

	.philosophy {
		font-size: 32px;
		font-weight: 400
	}

	.philosophy__inner-blue {
		font-size: 46px
	}

	.news {
		width: 100%
	}

	.footer__text2 {
		font-size: 26px;
		line-height: 1.2
	}

	.footer__contacts {
		zoom: .9
	}

	.training {
		padding-top: 0
	}

	.prices .contact-us {
		margin-top: 15px
	}
}	