* {
	margin: 0;
	padding: 0;
}

input,
textarea,
button {
	outline: none;
	-webkit-box-shadow: none;
	box-shadow: none;
}

input:focus,
textarea:focus,
select:focus {
	outline: none;
}

input[required=required],
textarea[required=required] {
	outline: none;
}

.scrollup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
   align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  position: fixed;
  z-index: 900;
  bottom: 20px;
  right: 20px;
  padding-bottom: 2px;
  -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  background-color: #fff;
  color: #1f1f1fa6;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

.scrollup svg {
  width: 24px;
  height: 24px;
}

.scrollup svg {
  fill: currentColor;
}

.clearfix:after {
	content: "";
	display: table;
	clear: both;
}

body {
	background: #fff;
	color: #353535;
	font-family: 'Montserrat', sans-serif;
	font-size: 18px;
	line-height: 1;
	min-width: 320px;
	text-align: left;
	vertical-align: top;
	overflow-x: hidden;
	font-weight: 400;
}

input::-webkit-input-placeholder {
	color: #ACACAC;
}

input::-moz-placeholder {
	color: #ACACAC;
}

input:-moz-placeholder {
	color: #ACACAC;
}

input:-ms-input-placeholder {
	color: #ACACAC;
}

li {
	list-style: none;
}

.fancybox-slide--iframe .fancybox-content {
	width: 800px !important;
	height: 600px !important;
	max-width: 80%;
	max-height: 80%;
	margin: 0;
}

#success-response {
	text-align: center;
	font-size: 18px;
	background: #1AD7E4;
	color: #000;
	padding: 20px;
	display: none;
	line-height: 28px;
	font-weight: 600;
	border-radius: 15px;
}

.tinymce .justifyright,
#tinymce .justifyright {
	text-align: right;
}

.tinymce img.justifyright,
#tinymce img.justifyright {
	float: right;
	margin: 0 0 10px 25px;
}

.tinymce .justifyleft,
#tinymce .justifyleft {
	text-align: left;
}

.tinymce img.justifyleft,
#tinymce img.justifyleft {
	float: left;
	margin: 0 25px 10px 0;
}

.tinymce .justifycenter,
#tinymce .justifycenter {
	text-align: center;
}

.tinymce h1,
#tinymce h1 {
	font-size: 26px;
	margin: 0 0 20px 0;
	text-align: left;
}

.tinymce h2,
#tinymce h2 {
	font-size: 22px;
	margin: 0 0 15px 0;
	text-align: left;
}

.tinymce h3,
#tinymce h3 {
	font-size: 18px;
	margin: 0 0 15px 0;
	text-align: left;
}

.tinymce p,
#tinymce p {
	margin: 0 0 15px 0;
}

.tinymce ul li,
#tinymce ul li {
	list-style-type: disc;
	margin: 0 0 7px 35px;
}

.tinymce ol li,
#tinymce ol li {
	list-style-type: decimal;
	margin: 0 0 7px 35px;
}

.tinymce ul li:last-child,
#tinymce ul li:last-child {
	margin: 0 0 15px 35px;
}

.tinymce ol li:last-child,
#tinymce ol li:last-child {
	margin: 0 0 15px 35px;
}

.tinymce a,
#tinymce a {
	color: #F72A27;
	text-decoration: underline;
}

.tinymce a:hover,
#tinymce a:hover {
	text-decoration: none;
}

.tinymce img,
#tinymce img {
	vertical-align: top;
	max-width: 100%;
	height: auto !important;
	border-radius: 15px;
}

#tinymce video {
	max-width: 100%;
}

.tinymce img[style*="float: left"],
.tinymce img[style*="float:left"],
#tinymce img[style*="float: left"],
#tinymce img[style*="float:left"] .tinymce img[style*="float: left"],
#tinymce img[style*="float:left"] {
	margin: 0 25px 10px 0;
}

.tinymce img[style*="float: right"],
.tinymce img[style*="float:right"],
#tinymce img[style*="float: right"],
#tinymce img[style*="float:right"] {
	margin: 0 0 10px 25px;
}

.tinymce table,
#tinymce table {
	border-collapse: collapse;
	margin: 0 0 15px 0;
}

.tinymce table[align=center],
#tinymce table[align=center] {
	margin: 0 auto 15px;
}

.tinymce table[align=left],
#tinymce table[align=left] {
	margin: 0 0 15px 0;
}

.tinymce table[align=right],
#tinymce table[align=right] {
	margin: 0 0 15px auto;
}

.tinymce table.tiny-center,
#tinymce table.tiny-center {
	margin: 0 auto 15px;
}

.tinymce table.tiny-left,
#tinymce table.tiny-left {
	margin: 0 0 15px 0;
}

.tinymce table.tiny-right,
#tinymce table.tiny-right {
	margin: 0 0 15px auto;
}

.tinymce table td,
#tinymce table td {
	padding: 6px 10px;
	text-align: left;
	vertical-align: top;
}

.tinymce table td p,
#tinymce table td p {
	margin: 0;
}

a {
	text-decoration: none;
}

.title {
	font-family: 'Philosopher';
	font-weight: 700;
	font-size: 40px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.toggle-mnu {
	display: none;
	width: 28px;
	height: 28px;
	padding: 9px 9px 1px;
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	background: #1ad7e4;
	border-radius: 5px;
	margin-top: 7px;
}

.toggle-mnu.on {
	background: #000000;
}

.toggle-mnu span:after,
.toggle-mnu span:before {
	content: "";
	position: absolute;
	left: 0;
	top: 9px;
}

.toggle-mnu span:after {
	top: 18px;
}

.toggle-mnu span {
	position: relative;
	display: block;
}

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
	width: 100%;
	height: 2px;
	background-color: #fff;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	border-radius: 2px;
}

.toggle-mnu.on span {
	background-color: transparent;
}

.toggle-mnu.on span:before {
	-webkit-transform: rotate(45deg) translate(-1px, 0px);
	-ms-transform: rotate(45deg) translate(-1px, 0px);
	transform: rotate(45deg) translate(-1px, 0px);
}

.toggle-mnu.on span:after {
	-webkit-transform: rotate(-45deg) translate(6px, -7px);
	-ms-transform: rotate(-45deg) translate(6px, -7px);
	transform: rotate(-45deg) translate(6px, -7px);
}

.toggle-mnu {
	position: absolute;
	z-index: 21;
	right: 20px;
	top: 16px;
}

.header {
	background: url(../images/main-background.jpg) center top/cover;
	min-height: 850px;
	padding-top: 47px;
}

.header__logo {
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	color: #000000;
}

.header__mobile-bg {
	max-width: 100%;
	display: none;
}

.header__menu ul {
	margin-bottom: 0;
}

.header__menu ul li {
	background: transparent;
	margin-right: 22px;
}

.header__menu ul li:hover {
	background: transparent;
}

.header__menu ul li a {
	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	border-left: none;
	border-top: none;
	border-top: none;
	padding: 0;
	text-decoration: none;
	zoom: 1;
}

.header__menu ul li a:hover {
	color: #1AD7E4;
}

.header__menu ul li.active a {
	color: #1AD7E4;
}

.header__phone {
	font-weight: 700;
	font-size: 33px;
	line-height: 40px;
	color: #000000;
}

.header__btn {
	background: -webkit-linear-gradient(180deg, rgb(108, 237, 246), rgb(26, 215, 228));
	background: -moz-linear-gradient(180deg, rgb(108, 237, 246), rgb(26, 215, 228));
	background: linear-gradient(180deg, rgb(108, 237, 246), rgb(26, 215, 228));
	border-radius: 28px;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 44px;
	color: #fff;
	width: 192px;
	height: 47px;
	text-align: center;
	margin-top: 5px;
	position: relative;
	overflow: hidden;
}

.header__btn:hover {
	-webkit-box-shadow: 0px 4px 25px 13px rgba(26, 215, 228, 0.25);
	box-shadow: 0px 4px 25px 13px rgba(26, 215, 228, 0.25);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.header__btn:after {
	content: "";
	display: block;
	width: 20px;
	height: 200px;
	margin-left: 50px;
	background: #fff;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 100%);
	left: -40px;
	top: -100px;
	z-index: 1;
	transform: rotate(45deg);
	position: absolute;
	animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.header__wrapper {
	margin-top: 142px;
	display: inline-block;
}

.header__offer {
	font-family: 'Philosopher';
	font-weight: 700;
	font-size: 59px;
	line-height: 66px;
	text-transform: uppercase;
	color: #000000;
}

.header__city {
	font-size: 33px;
	line-height: 40px;
	text-align: center;
	color: #000000;
	margin-top: 7px;
}

.header__text {
	font-size: 21px;
	line-height: 26px;
	text-align: center;
	color: #3E3E3E;
	margin-top: 23px;
}

.header__video {
	display: block;
	width: 217px;
	height: 211px;
	background: url(../images/video-btn.png);
	margin: 100px auto 0;
	animation: headerLane .3s linear infinite alternate;
}

@keyframes headerLane {
	0% {
		background: url(../images/video-btn.png);
	}

	100% {
		background: url(../images/video-btn-hover.png);
	}
}

.header__video:hover {
	background: url(../images/video-btn-hover.png) no-repeat;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	animation: none;
}

.video-hidden {
	width: 80% !important;
	height: 80% !important;
	overflow: hidden !important;
	padding: 0 !important;
}
.video-hidden iframe {
	width: 100%;
	height: 100%;
}

.f-video-player {
	width: 100%;
	height: 100%;
}

.header__video:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.popular {
	padding-bottom: 184px;
	padding-top: 100px;
	background: url(../images/adv-bg.jpg) center bottom/cover;
}

.popular .popular-items {
	margin-top: 33px;
}

.popular .popular-items .popular-item__title {
	font-size: 18px;
	line-height: 24px;
	text-align: center;
	color: #353535;
	margin-top: 27px;
}

.services {
	padding-top: 181px;
	background: url(../images/services-bg.png);
	background-repeat: no-repeat;
	margin-top: -140px;
	padding-bottom: 50px;
}

.services__text {
	margin-top: 50px;
}

.services__name {
	font-weight: 700;
	font-size: 31px;
	line-height: 35px;
	text-transform: uppercase;
	font-family: 'Philosopher';
}

.services__description {
	font-size: 18px;
	line-height: 28px;
	margin-top: 31px;
}

.services .sub-title {
	font-size: 21px;
	line-height: 120%;
	text-align: center;
	color: #000000;
	margin-top: 30px;
}

.services .items-services {
	position: relative;
	margin: 65px -10px 0;
}

.services .items-services img {
	max-width: 100%;
}

.services .items-services .slick-prev {
	background: url(../images/prev.png);
	position: absolute;
	bottom: -78px;
	left: 0;
	width: 88px;
	height: 57px;
	display: block;
	border: none;
	font-size: 0;
	cursor: pointer;
}

.services .items-services .slick-prev:hover {
	opacity: 0.5;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.services .items-services .slick-prev:focus {
	outline: none;
}

.services .items-services .slick-next {
	background: url(../images/next.png);
	position: absolute;
	bottom: -78px;
	right: 300px;
	width: 88px;
	height: 57px;
	display: block;
	border: none;
	font-size: 0;
	cursor: pointer;
}

.services .items-services .slick-next:hover {
	opacity: 0.5;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.services .items-services .slick-next:focus {
	outline: none;
}

.services .item-services {
	margin: 0 10px 0;
	float: none;
	vertical-align: bottom;
	display: inline-block;
}

.services .item-services__title {
	font-family: 'Philosopher';
	font-weight: 700;
	font-size: 19px;
	line-height: 21px;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 39px;
}

.services .item-services img {
	border-radius: 15px 15px 0px 0px;
}

.services .opacity-slide {
	opacity: 0.17;
}

.services ul.slick-dots li {
	display: inline-block;
	margin: 0 3px;
}

.services ul.slick-dots li button {
	background: #F0F0F0;
	width: 9px;
	height: 9px;
	border: none;
	font-size: 0;
	border-radius: 8px;
}

.services ul.slick-dots {
	position: absolute;
	left: 390px;
	bottom: -63px;
}

.services ul.slick-dots li.slick-active button {
	background: #1AD7E4;
}

.order-section {
	padding-top: 120px;
	background: url(../images/order-bg.jpg) center top / cover;
	padding-bottom: 115px;
}

.order-section .slick-list.draggable {
	padding-bottom: 50px;
}

.order-section .items-order {
	padding: 0 130px;
	margin-top: 58px;
}

.order-section .items-order .item-order {
	padding: 0 17px;
}

.order-section .items-order .item-order__img img {
	border-radius: 15px;
}

.order-section .items-order .item-order__title {
	font-family: 'Philosopher';
	font-weight: 700;
	font-size: 20px;
	line-height: 120%;
	color: #353535;
	margin-top: 17px;
}

.order-section .items-order .item-order__wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-top: 40px;
	width: 100%;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.order-section .items-order .item-order__price {
	font-weight: 500;
	font-size: 23px;
	line-height: 120%;
}

.order-section .items-order .item-order__button {
	background: -webkit-linear-gradient(180deg, rgb(108, 237, 246), rgb(26, 215, 228));
    background: -moz-linear-gradient(180deg, rgb(108, 237, 246), rgb(26, 215, 228));
    background: linear-gradient(180deg, rgb(108, 237, 246), rgb(26, 215, 228));
	border-radius: 50px;
	width: 146px;
	height: 50px;
	display: block;
	font-weight: 700;
	font-size: 16px;
	line-height: 47px;
	color: #FFFFFF;
	text-align: center;
	margin: 29px auto 0;
	position: relative;
	overflow: hidden;
}

.order-section .items-order .item-order__button:after {
  content: "";
  display: block;
  width: 20px;
  height: 200px;
  margin-left: 50px;
  background: #fff;
  background: linear-gradient(
      to bottom,
      rgba(255, 255, 255, 0.5) 0%,
      rgba(255, 255, 255, 1) 50%,
      rgba(255, 255, 255, 0.5) 100%
  );
  left: -40px;
  top: -100px;
  z-index: 1;
  transform: rotate(45deg);
  position: absolute;
  animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.order-section .items-order .item-order__button:hover {
	-webkit-box-shadow: 0px 4px 25px 13px rgba(26, 215, 228, 0.25);
	box-shadow: 0px 4px 25px 13px rgba(26, 215, 228, 0.25);
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.order-section .items-order .slick-prev {
	background: url(../images/prev.png);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 88px;
	height: 57px;
	display: block;
	border: none;
	font-size: 0;
	cursor: pointer;
	margin: auto;
}

.order-section .items-order .slick-prev:hover {
	opacity: 0.5;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.order-section .items-order .slick-prev:focus {
	outline: none;
}

.order-section .items-order .slick-next {
	background: url(../images/next.png);
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	right: 0;
	width: 88px;
	height: 57px;
	display: block;
	border: none;
	font-size: 0;
	cursor: pointer;
}

.order-section .items-order .slick-next:hover {
	opacity: 0.5;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.order-section .items-order .slick-next:focus {
	outline: none;
}

.programm {
	padding-top: 145px;
	background: url(../images/programm-bg.png) center top/cover;
	background-repeat: no-repeat;
	margin-top: -154px;
}

.programm__sub-title {
	font-size: 21px;
	line-height: 120%;
	text-align: center;
	color: #000000;
	margin-top: 30px;
}

.programm__btn {
	border: 2px solid #FFF282;
	border-radius: 50px;
	width: 226px;
	height: 86px;
	font-weight: 500;
	line-height: 60px;
	color: #464646;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 72px auto 0;
}

.programm__btn span {
	background: -webkit-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: -o-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: radial-gradient(56.91% 56.91% at 79.67% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background-blend-mode: soft-light, normal;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	border-radius: 50px;
	display: inline-block;
	width: 210px;
	height: 70px;
	position: relative;
	overflow: hidden;
}

.programm__btn span:after {
	content: "";
	display: block;
	width: 20px;
	height: 200px;
	margin-left: 50px;
	background: #fff;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 100%);
	left: -40px;
	top: -100px;
	z-index: 1;
	transform: rotate(45deg);
	position: absolute;
	animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.programm__btn span:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.programm__btn span:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.programm .list-programm {
	margin-top: 65px;
}

.programm .item-programm {
	text-align: center;
}

.programm .item-programm__name {
	font-family: 'Philosopher';
	font-weight: 700;
	font-size: 21px;
	line-height: 120%;
	color: #000000;
	margin-top: 17px;
}

.programm .item-programm__text {
	line-height: 24px;
	margin-top: 40px;
}

.working {
	padding-top: 108px;
	background: url(../images/vector.png) center 214px, url(../images/workink-bg.jpg) center top/cover;
	background-repeat: no-repeat;
	padding-bottom: 120px;
}

.working .list-work {
	margin-top: 36px;
}

.working .item-work {
	text-align: center;
}

.working .item-work__text {
	font-size: 18px;
	line-height: 24px;
	margin-top: 23px;
}

.conversion {
	min-height: 680px;
	background: url(../images/conversion-bg.jpg) center top/cover;
	padding: 100px 0;
}

.conversion form {
	margin-top: 54px;
}

.conversion__sub-title {
	font-size: 21px;
	line-height: 120%;
	text-align: center;
	color: #000000;
	margin-top: 30px;
}

.conversion input {
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	-webkit-box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	width: 331px;
	height: 70px;
	text-indent: 32px;
	display: block;
	margin: 0 auto 10px;
}

.conversion button {
	border: 2px solid #FFF282;
	border-radius: 50px;
	width: 262px;
	height: 86px;
	font-weight: 500;
	line-height: 60px;
	color: #464646;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 26px auto 0;
	background: transparent;
	cursor: pointer;
}

.conversion button span {
	background: -webkit-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: -o-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: radial-gradient(56.91% 56.91% at 79.67% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background-blend-mode: soft-light, normal;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	border-radius: 50px;
	display: inline-block;
	width: 245px;
	height: 70px;
	position: relative;
	overflow: hidden;
}

.conversion button span:after {
	content: "";
	display: block;
	width: 20px;
	height: 200px;
	margin-left: 50px;
	background: #fff;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 100%);
	left: -40px;
	top: -100px;
	z-index: 1;
	transform: rotate(45deg);
	position: absolute;
	animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.conversion button span:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.conversion button span:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.conversion .conversion__danger {
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #A1A1A1;
	margin-top: 30px;
}

.conversion .conversion__danger a {
	color: #88D0D5;
}

.conversion .conversion__danger a:hover {
	text-decoration: underline;
}

.gallery {
	padding-top: 100px;
	padding-bottom: 60px;
	background: url(../images/gallery-bg.jpg) center top/cover;
}

.gallery .list-video {
	margin-top: 58px;
	padding-left: 100px;
	padding-right: 100px;
}

.gallery .item-video {
	text-align: center;
	position: relative;
}

.gallery .item-video img {
	border-radius: 15px;
	margin: auto;
	max-width: 100%;
}

.gallery .item-video span {
	background: -webkit-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: -o-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: radial-gradient(56.91% 56.91% at 79.67% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background-blend-mode: soft-light, normal;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.57);
	box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.57);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.gallery .item-video span:before {
	content: "";
	position: absolute;
	left: 5px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/polygon.png);
	width: 16px;
	height: 19px;
}

.gallery .item-video span:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.gallery .item-video span:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.gallery .slick-prev {
	background: url(../images/prev.png);
	position: absolute;
	bottom: 0;
	top: 0;
	left: 0;
	width: 88px;
	height: 57px;
	display: block;
	border: none;
	font-size: 0;
	cursor: pointer;
	margin: auto;
}

.gallery .slick-prev:hover {
	opacity: 0.5;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.gallery .slick-prev:focus {
	outline: none;
}

.gallery .slick-next {
	background: url(../images/next.png);
	position: absolute;
	bottom: 0;
	top: 0;
	margin: auto;
	right: 0;
	width: 88px;
	height: 57px;
	display: block;
	border: none;
	font-size: 0;
	cursor: pointer;
}

.gallery .slick-next:hover {
	opacity: 0.5;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.gallery .slick-next:focus {
	outline: none;
}

.foto-gallery {
	margin-top: 100px;
}

.foto-gallery__sub-title {
	font-size: 21px;
	line-height: 32px;
	text-align: center;
	color: #000000;
	margin-top: 30px;
}

.foto-gallery .list-foto {
	margin-top: 65px;
}

.foto-gallery .item-foto {
	margin-bottom: 30px;
	display: block;
}

.two-page .foto-gallery .item-load-video {
	position: relative;
}

.two-page .foto-gallery .item-load-video span {
	background: -webkit-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: -o-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: radial-gradient(56.91% 56.91% at 79.67% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background-blend-mode: soft-light, normal;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.57);
	box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.57);
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	top: 0;
	bottom: 0;
	width: 90px;
	height: 90px;
	border-radius: 50%;
}

.two-page .foto-gallery .item-load-video span:before {
	content: "";
	position: absolute;
	left: 5px;
	right: 0;
	top: 0;
	bottom: 0;
	margin: auto;
	background: url(../images/polygon.png);
	width: 16px;
	height: 19px;
}

.two-page .foto-gallery .item-load-video span:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.two-page .foto-gallery .item-load-video span:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.foto-gallery .item-foto .item-foto__name {
	width: 100%;
	min-height: 62px;
	background: #FFF282;
	border-radius: 0px 0px 15px 15px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-family: 'Philosopher';
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
}

.foto-gallery .item-foto:hover .item-foto__name {
	background: #1AD7E4;
	transition: .5s;
}


.foto-gallery .item-foto img {
	border-radius: 15px;
}

.foto-gallery__more {
	border: 2px solid #FFF282;
	border-radius: 50px;
	width: 226px !important;
	height: 86px;
	font-weight: 500;
	line-height: 60px;
	color: #464646;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 15px auto 0;
	background: transparent;
}

.foto-gallery__more span {
	background: -webkit-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: -o-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: radial-gradient(56.91% 56.91% at 79.67% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background-blend-mode: soft-light, normal;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	border-radius: 50px;
	display: inline-block;
	width: 201px;
	height: 70px;
	position: relative;
	overflow: hidden;
}

.foto-gallery__more span:after {
	content: "";
	display: block;
	width: 20px;
	height: 200px;
	margin-left: 50px;
	background: #fff;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 100%);
	left: -40px;
	top: -100px;
	z-index: 1;
	transform: rotate(45deg);
	position: absolute;
	animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.foto-gallery__more span:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.foto-gallery__more span:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.footer {
	min-height: 300px;
	background: url(../images/footer-bg.png) center top/cover;
	background-repeat: no-repeat;
	padding-top: 120px;
}

.footer_up {
	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;
	padding-bottom: 20px;
	border-bottom: 1px solid #EAE6D9;
}

.footer__logo {
	font-family: 'Philosopher';
	font-weight: 700;
	font-size: 37px;
	line-height: 41px;
	color: #000000;
}

.footer__menu ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 0;
}

.footer__menu ul li {
	margin-right: 30px;
}

.footer__menu ul li a {
	font-size: 16px;
	line-height: 20px;
	color: #000000;
	font-weight: 500;
}

.footer__menu ul li a:hover {
	color: #1AD7E4;
}

.footer__menu ul li.active a {
	color: #1AD7E4;
}

.footer__phone {
	font-weight: 700;
	font-size: 31px;
	line-height: 38px;
	color: #000000;
}

.footer__phone:hover {
	color: #666;
}

.footer__down {
	padding-top: 17px;
	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;
}

.footer__copyright {
	font-size: 16px;
	line-height: 20px;
	color: #9B9B9B;
}

.footer__danger {
	font-size: 16px;
	line-height: 20px;
	-webkit-text-decoration-line: underline;
	text-decoration-line: underline;
	color: #9B9B9B;
}

.footer__danger:hover {
	text-decoration: none;
}

.footer__social ul li {
	display: inline-block;
}

.footer__social ul li a {
	display: block;
	width: 48px;
	height: 49px;
	background: url(../images/vk.png);
}

.footer__social ul li:nth-child(2) a {
	background: url(../images/whatsap.png);
}

.footer__social ul li:nth-child(3) a {
	background: url(../images/insta.png);
}

.footer__social ul li:nth-child(4) a {
	background: url(../images/telega.png);
}

.footer__social ul li:hover {
	opacity: 0.8;
}

.two-page .order-section {
	background: url(../images/bg-services-2.png);
	padding-bottom: 60px;
	padding-top: 100px;
}

.two-page .foto-gallery {
	margin-top: 0;
}

.two-page .foto-gallery .list-foto {
	margin-top: 0;
}

.two-page .foto-gallery .item-foto img {
	border-radius: 15px 16px 0px 0px;
}

.two-page .content {
	background: url(../images/bg-services.png) center top / cover;
	background-repeat: no-repeat;
}

.two-page .content.indent {
	padding-bottom: 80px;
}

.two-page .header {
	min-height: 132px;
	padding-top: 20px;
	background: url(../images/twopage-bg.jpg) center top/cover;
}

.two-page .footer {
	min-height: 300px;
	background: #FAF8E3;
	padding-top: 93px;
}

.two-page .breadcrumbs {
	padding-top: 18px;
}

.two-page .breadcrumbs .navi {
	font-size: 14px;
	line-height: 16px;
	color: #000;
}

.two-page .breadcrumbs .navi a {
	font-weight: 600;
	color: #000000;
}

.two-page .breadcrumbs .navi a:hover {
	color: #666;
}

.two-page .breadcrumbs .navi span {
	width: 5px;
	height: 5px;
	background: #1AD7E4;
	display: inline-block;
	margin: 0 10px;
	vertical-align: middle;
	border-radius: 50%;
}

.two-page .page-section {
	padding-top: 59px;
}

.two-page .page-section__sub-title {
	font-weight: 700;
	font-size: 24px;
	line-height: 120%;
	text-align: center;
	color: #000;
	margin-top: 34px;
}

.two-page .page-section__sub-title span {
	color: #1AD7E4;
}

.two-page .page-section__description {
	margin-top: 6px;
	line-height: 32px;
	text-align: center;
}

.two-page .page-section .pages-services {
	margin-top: 35px;
}

.two-page .page-section .pages-services .page-services {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: start;
	-ms-flex-pack: start;
	justify-content: start;
	margin-bottom: 44px;
}

.two-page .page-section .pages-services .page-services__icon {
	background: -webkit-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: -o-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: radial-gradient(56.91% 56.91% at 79.67% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background-blend-mode: soft-light, normal;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	width: 90px;
	height: 90px;
	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;
	margin-right: 13px;
}

.two-page .page-section .pages-services .page-services__text {
	font-weight: 600;
	font-size: 16px;
	line-height: 22px;
	color: #000000;
	width: 62%;
}

.two-page .page-section .text-services {
	line-height: 28px;
	margin-top: 59px;
}

.two-page .services-gallery {
	padding-top: 28px;
}

.two-page .services-gallery .row {
	margin-top: 33px;
}

.two-page .services-gallery__item {
	background: #FFF58C;
	border-radius: 15px;
	padding: 23px 22px 17px 25px;
	margin-left: 25px;
	margin-bottom: 30px;
	min-height: 366px;
}

.two-page .services-gallery__item img {
	border-radius: 15px;
	margin-left: -49px;
}

.two-page .services-gallery__text {
	margin-top: 17px;
	font-size: 16px;
	line-height: 24px;
	color: #000000;
}

#call-order, #order-program, #reviews-order {
	width: 500px;
	padding: 60px 86px 60px;
	display: none;
	border-radius: 15px;
}

.call-order__title {
	font-weight: 700;
	font-family: 'Philosopher';
	font-size: 35px;
	line-height: 45px;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	margin-bottom: 25px;
}

.call-order input {
	width: 100%;
	height: 70px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	font-size: 16px;
	line-height: 20px;
	text-indent: 30px;
	margin-bottom: 10px;
}

.call-order textarea {
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	border: 1px solid #E4E4E4;
	box-shadow: 0px 0px 20px 3px rgba(0, 0, 0, 0.05);
	border-radius: 50px;
	font-size: 16px;
	line-height: 20px;
	text-indent: 30px;
	padding-top: 30px;
}

.call-order__danger {
	font-size: 14px;
	line-height: 120%;
	text-align: center;
	color: #A1A1A1;
	margin-top: 20px;
}
.call-order__danger a {
	color: #88D0D5;
}

.call-order__danger a:hover {
	text-decoration: underline;
}

.call-order .call-order__btn {
	width: 262px;
	height: 86px;
	border: 2px solid #FFF282;
	border-radius: 50px;
	font-weight: 500;
	line-height: 60px;
	color: #464646;
	display: flex;
	text-align: center;
	justify-content: center;
	align-items: center;
	margin: 15px auto 0;
	background: #0000;
	cursor: pointer;
}

.call-order .call-order__btn span {
	width: 247.84px;
	height: 70px;
	background: radial-gradient(56.91% 56.91% at 79.67% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */, #FFF282;
	background-blend-mode: soft-light, normal;
	border: 5px solid #FFFFFF;
	box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	border-radius: 50px;
	display: inline-block;
}

.call-order button:hover span {
	box-shadow: none;
	transition: .5s;
}

.map-contacts {
	margin-top: 59px;
}

.title__contact {
	font-family: 'Philosopher';
	font-size: 21px;
	line-height: 120%;
	color: #000;
	margin-bottom: 21px;
	padding-bottom: 15px;
	border-bottom: 1px solid #F0F0F0;
}

.contacts__text li {
	margin-bottom: 42px;
	padding-left: 55px;
	position: relative;
}

.contacts__text li:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: url(../images/coords.png);
	width: 19px;
	height: 25px;
}

.contacts__text li:nth-child(2):before {
	background: url(../images/phone.png);
	width: 25px;
	height: 25px;
}

.contacts__text li span {
	font-size: 18px;
	line-height: 120%;
}

.contacts__text li span a {
	font-size: 25px;
	line-height: 120%;
	color: #353535;
}

.two-page .list-foto .new {
	display: flex;
}
.two-page .list-foto .new:nth-of-type(even) {
	flex-direction: row-reverse;
}
.reviews {
	background: url(img/bg.png) repeat;
	padding-top: 45px;
	padding-bottom: 65px;
}
.reviews .title {
	margin-bottom: 41px;
}
.reviews__items {
	font-size: 0;
	margin-top: -29px;
}
.reviews__item {
    display: block;
    vertical-align: top;
    background: #C2FBFF;
	border-radius: 15px;
    margin-top: 29px;
    padding: 23px 30px 15px;
    margin: 29px auto 0;
    position: relative;
}
.reviews__name {
	font-weight: 600;
	font-size: 16px;
	line-height: 28px;
	color: #353535;
}
.reviews__down {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.reviews__item .reviews__down img {
	display: inline-block;
	margin-right: 5px;
}
.reviews__text {
    color: #000000;
	font-size: 16px;
	line-height: 28px;
	color: #353535;
    height: 105px;
    overflow: hidden;
}
.reviews a.button {
	margin: 33px auto 0;
	width: 245px;
	display: block;
}
.reviews__item > a {
	color: #000;
	text-decoration: underline;
	margin: 15px 0 5px;
	display: inline-block;
	display: flex;
	justify-content: end;
}
.reviews__item > a:hover {
	text-decoration: none;
}
.reviews__item > a:before {
	content:'Подробнее';
	font-size: 16px;
}
.reviews__item > a.active:before {
	content:'Свернуть';
	font-size: 16px;
}
.reviews .col-md-4 {
	float: none;
	display: inline-block;
	vertical-align: top;
}
.reviews__items {
	padding-bottom: 60px;
}
.reviews__items .col-md-4 {
    float: none;
    display: inline-block;
    vertical-align: top;
}
.reviews-button {
    color: #fe0000;
    font-size: 14px;
    background: none;
    border: 1px solid #fe0000;
    border-radius: 24px;
    text-transform: uppercase;
    padding: 5px 15px;
    display: block;
    margin: 30px auto 0;
    width: 178px;
    text-align: center;
}
.reviews-button:hover {
	background: #fe0000;
	color: #fff;
}
a.vk__reviews {
	font-size: 14px;
	line-height: 28px;
	color: #000;
	display: inline-block;
}
.btn__reviews {
	border: 2px solid #FFF282;
	border-radius: 50px;
	width: 226px;
	height: 86px;
	font-weight: 500;
	line-height: 60px;
	color: #464646;
	display: block;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 auto 0;
}

.btn__reviews span {
	background: -webkit-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: -o-radial-gradient(79.67% 100%, 56.91% 56.91%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background: radial-gradient(56.91% 56.91% at 79.67% 100%, #000000 0%, rgba(0, 0, 0, 0) 100%), #FFF282;
	background-blend-mode: soft-light, normal;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	box-shadow: 0px 0px 25px 12px rgba(228, 214, 93, 0.3);
	border-radius: 50px;
	display: inline-block;
	width: 210px;
	height: 70px;
	position: relative;
	overflow: hidden;
}

.btn__reviews span:after {
	content: "";
	display: block;
	width: 20px;
	height: 200px;
	margin-left: 50px;
	background: #fff;
	background: linear-gradient(to bottom,rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.5) 100%);
	left: -40px;
	top: -100px;
	z-index: 1;
	transform: rotate(45deg);
	position: absolute;
	animation: movingFlare 3s ease-in-out 0.05s infinite;
}
 
@keyframes movingFlare {
  0% {
    left: -30px;
    margin-left: 0px;
  }
  30% {
    left: 110%;
    margin-left: 80px;
  }
  100% {
    left: 110%;
    margin-left: 80px;
  }
}

.btn__reviews span:hover {
	-webkit-box-shadow: none;
	box-shadow: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.btn__reviews span:not(:hover) {
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}