html {
	overflow-x: hidden;
}
img {
	vertical-align: top;
	transition: all .5s ease 0s;
}
a {
	color: #2D549A;
	outline: none;
}
a:hover,
a img:hover {
	color: #D2232A;
	text-decoration:none
}


body {
	color: #542749;
	font-size: 16px;
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
	line-height: auto;
	width: 100%;
	background: #fff;
	overflow-x: hidden;
}

h2, h3 {
	font-size: 36px;
	font-family: 'ProximaNova', Arial, Helvetica, sans-serif;
	font-weight: 500;
	text-transform: uppercase;
	margin: 0 0 30px;
}

.left {
	float: left;
}
.right {
	float: right;
}
.center {
	margin: auto;
}

.clear {
	clear: both;
}

.reset-m {
	margin: 0 !important;
}
.reset-p {
	padding: 0 !important;
}
.reset-bg {
	background: none !important;
}

.txt-left {
	text-align: left;
}
.txt-center {
	text-align: center;
}
.txt-right {
	text-align: right;
}

.row-eq-height {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
	flex-flow: row wrap;
}
.row-eq-height:before,
.row-eq-height:after {
	content: normal;
}
.row-no-gutters > div {
	padding-left: 0;
	padding-right: 0;
}


/* Forms */
.form > p {
	font-size: 14px;
	line-height: 18px;
	margin: 0 0 32px;
	position: relative;
	clear: both;
}
.form input.input {
	font-size: 18px;
	line-height: 1.75;
	font-weight: 400;
	border: 1px solid #e0e0e0;
	outline: none;
	margin: 0;
	padding: 0px 8px;
	width: 440px;
	height: 32px;
	vertical-align: top;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
}
.form textarea {
	overflow-x: hidden;
	resize: vertical;
	height: 82px;
}

.form .error {
	box-shadow: inset 0 0 2px 0 #F00;
}
.form label.error,
.form span.error {
	display: none !important;
}

#popup-1-form .container, #popup-2-form .container, #lp-form .container, #popup-free-form .container {
	max-width: 430px;
}

#lp-form {
	max-width: 430px;
	float: right;
}
.ia-lp-formbox, .ia-popup-formbox {
	width: 100%;
	max-width: 430px;
	position: relative;
	margin: 0 auto;
	padding: 45px 60px;
	background: rgba(44,76,101,.4);
}
.ia-lp-formbox h3, .ia-popup-formbox h3 {
	color: #fff;
	font-size: 41px;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 10px;
}
.ia-lp-formbox h3 span, .ia-popup-formbox h3 span {
	font-size: 22px;
	text-transform: none;
}
.ia-lp-formbox button, .ia-popup-formbox button, .btm-popup {
	position: relative;
	z-index: 200;
	display: inline-block;
	width: 100%;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 60px;
	text-transform: uppercase;
	margin: 10px auto;
	background: #542749;
	cursor: pointer;
	transition:all .5s ease;
	border: 0;
}
.ia-lp-formbox button:hover, .ia-popup-formbox button:hover,.btm-popup:hover {
	background: #66b045;
}
.btm-popup {
	width: 300px;
	text-align: center;
}
.ia-lp-formbox-inner, .ia-popup-formbox-inner {
	max-width: 374px;
	margin: 0 auto;
}

.ia-lp-formbox-row, .ia-popup-formbox-row {
	position: relative;
}

.ia-lp-formbox-field, .ia-popup-formbox-field {
	width: 100%;
	height: 60px;
	color: #839fb1;
	font-size: 18px;
	font-weight: 400;
	vertical-align: top;
	outline: none;
	border: 0;
	background: #ebeef0;
	margin: 0 0 15px;
	padding: 16px 22px;
	/* box-shadow: inset 0px 1px 3px rgba(0,0,0,.3); */
}

.ia-lp-formbox-footer, .ia-popup-formbox-footer {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	line-height: 20px;
	text-align: center;
	text-transform: uppercase;
}

/* Fancybox */
.fancybox-skin {
	color: #66b045;
	background: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
}
.fancybox-type-iframe .fancybox-inner {
	overflow: hidden !important;
}
.fancybox-close{
	width: 34px;
	height: 33px;
	top: 30px;
	right: 20px;
	background: url('../img/icon-close.png') no-repeat;
}
#name-error, #phone-error, #email-error {
	display: none !important;
}

.radiobox {
    display: inline-block;
    width: 100%;
    max-width: 304px;
    height: 50px;
    padding: 3px;
    border: 1px solid #fff;
    border-radius: 25px;
    text-align: left;
    margin: 5px auto 24px auto;
}
.radiobox .box:first-child {
    float: left;
}
.radiobox .box:first-child input[type="radio"]:checked + span {
    background-position: 0 0;
}
.radiobox .box {
    float: right;
    width: 100%;
    max-width: 148px;
    overflow: hidden;
}
input[type="radio"], input[type="radio"] + span {
    position: relative;
    display: inline-block;
    vertical-align: middle;
    width: 148px;
    height: 42px;
    border-radius: 21px;
}
input[type="radio"] {
    z-index: 2;
    padding: 0;
    opacity: 0;
    border: none;
}
input[type="radio"] + span + label {
    display: inline-block;
    width: 148px;
    padding-left: 53px;
    font-weight: 600;
    font-size: 12px;
    color: #fff;
    line-height: 12px;
    text-transform: uppercase;
    vertical-align: -6px;
    top: -31px;
    position: relative;
    z-index: 3;
    cursor: pointer;
}
input[type="radio"]:checked + span {
    background: #fff url(../img/icon-form.png) no-repeat 0 -42px;
}
input[type="radio"]:checked + span + label {
    color: #839fb1;
}
input[type="radio"] + span {
    margin-left: -148px;
    z-index: 1;
    box-sizing: border-box;
    border: none;
    text-align: center;
}
.checkbox {
    display: inline-block;
    max-width: 260px;
    text-align: left;
}
input[type="checkbox"], input[type="checkbox"] + span {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 34px;
    height: 31px;
    padding: 0;
    margin: 0;
}
input[type="checkbox"] {
    z-index: 2;
    padding: 0;
    opacity: 0;
    border: none;
}
input[type="checkbox"] + span {
    margin-left: -31px;
    z-index: 1;
    box-sizing: border-box;
    background: url(../img/icon-form.png) no-repeat;
    border: none;
    text-align: center;
}
input[type="checkbox"]:checked + span {
    background-position: 0 -84px;
}
input[type="checkbox"] + span {
    background-position: 0 -115px;
}
input[type="checkbox"] + span + label {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    line-height: 14px;
    text-transform: uppercase;
    vertical-align: top;
    text-align: center;
    margin: -30px 0 0 45px;
    cursor: pointer;
}

/* Carousel */
.owl-carousel .owl-item img, .owl-carousel.owl-loaded, .owl-stage-outer, .owl-stage, .owl-item {
	width: auto;
	height: 100%;
}
.slide {
	width: 100%;
	height: 100%;
	background-position: 50% 0%;
	background-size: cover;
}

.owl-prev, .owl-next {
	background: url('../img/icon-nav.png') no-repeat -9000px -9000px;
	width: 60px;
	height: 60px;
	text-indent: -10000px;
	position: absolute;
}
.owl-prev {
	background-position: 0 0;
	top: 45%;
	left: 10%;
}
.owl-next {
	background-position: 0 -60px;
	top: 45%;
	right: 10%;
}
.owl-prev:hover {
	background-position: -60px 0;
}
.owl-next:hover {
	background-position: -60px -60px;
}
.owl-dots {
	width: 300px;
	margin: auto;
	text-align: center;
	position: relative;
	z-index: 101;
	margin-top: -100px;
}
.owl-dot {
	display: inline-block;
}
.owl-dots span {
	background: url('../img/icon-nav.png') no-repeat 0 -120px;
	width: 20px;
	height: 20px;
	margin: 30px 5px;
	float: left;
}
.active span {
	background: url('../img/icon-nav.png') no-repeat -20px -120px;
}

/* my style */
.wrapper-01 {
	min-height: 981px;
	background: url('../img/bg-wrapper-01.jpg') no-repeat top center / cover;
}
.wrapper-09 {
	min-height: 897px;
	background: url('../img/bg-wrapper-09.jpg') no-repeat top center / cover;
	padding: 60px 0;
}
.wrapper-01 .header, .wrapper-09 .header {
	margin: 30px 0 30px 70px;
	color: #66b045;
	font-size: 1.1em;
	font-weight: 400;
}
.wrapper-01 .header a {
	color: #66b045;
}
.wrapper-01 .header .logotype img, .wrapper-09 .header .logotype img {
	width: 100%;
	max-width: 347px;
}
.wrapper-01 .header .contact {
	text-align: right;
}
.wrapper-01 .header .phone, .mail {
	display: inline-block;
}
.wrapper-01 .header .phone {
	width: auto;
}
.wrapper-01 .header .phone a:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url('../img/icon-phone.png') no-repeat;
	margin: 4px 6px;
	display: block;
	float: left;
}
.wrapper-01 .header .mail {
	margin-left: 30px;
	width: auto;
}
.wrapper-01 .header .mail a {
	border-bottom: 1px solid #c3dcbc;
}
.wrapper-01 .header .mail a:before {
	content: '';
	width: 12px;
	height: 11px;
	background: url("../img/icon-mail.png") no-repeat;
	margin: 6px;
	display: block;
	float: left;
}
.wrapper-01 .header .address {
	color: #542749;
	font-weight: 700;
	width: auto;
	float: right;
	margin: 20px 0;
}
.wrapper-01 .header .address:before {
	content: '';
	width: 15px;
	height: 15px;
	background: url('../img/icon-metro.png') no-repeat 0 0;
	margin: 6px 6px 0 0;
	display: block;
	float: left;
}
.wrapper-01 .header .address span {
	color: #66b045;
	font-weight: 400;
	padding-left: 22px;
}
.wrapper-01 .block {
	margin: auto;
}
.wrapper-01 .block h1, .wrapper-09 .block h1 {
	color: #542749;
	font-size: 98px;
	font-weight: 800;
	line-height: 105px;
	text-transform: uppercase;
	margin: 0;
}
.wrapper-01 .block h1 span, .wrapper-09 .block h1 span {
	display: block;
	font-size: 38px;
	font-weight: 600;
	line-height: 47px;
	letter-spacing: 4px;
}
.date {
	color: #66b045;
	font-size: 28px;
	line-height: 40px;
	font-weight: 600;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin: 0 0 45px 70px;
}
.wrapper-07 .date {
	margin: 0;
}
.date .number {
	font-size: 83px;
	line-height: 85px;
	font-weight: 700;
	letter-spacing: -5px;
	float: left;
	margin-right: 10px;
}
.date .month {
	font-size: 26px;
	line-height: 30px;
	font-weight: 800;
	padding-top: 10px;
}
.date .time {
	font-size: 30px;
	line-height: 30px;
	font-weight: 400;
	letter-spacing: 2px;
	margin-bottom: 15px;
}
.free {
	color: #fff;
	background: #542749;
	padding: 3px 21px;
	transition: all .5s ease;
}
.free:hover {
	background: #66b045;
}
[class*='wrapper-'] {
	position: relative;
	z-index: 10;
}
.wrapper-01 .block .btm-play {
	width: 118px;
	height: 118px;
	margin: 30px 70px;
	display: inline-block;
	cursor: pointer;
	background: url('../img/btm-play.png') no-repeat 0 0;
}
.wrapper-01 .block .btm-play:hover {
	background-position: -118px 0;
}


.wrapper-02 {
	background: #fff;
}
.wrapper-02 .row > div {
	padding: 0;
}
.wrapper-02 img {
	width: 100%;
}
.wrapper-02 .content {
	font-size: 24px;
	line-height: 30px;
	text-transform: none;
	margin: 40px 60px;
}
.wrapper-02 .content h3 {
	font-size: 30px;
	line-height: 36px;
	text-transform: none;
}
.wrapper-02 .content ul {
	padding: 0;
}
.wrapper-02 .content li {
	margin-bottom: 15px;
	list-style: none;
}
.wrapper-02 .content li:before {
	content: '';
	width: 12px;
	height: 12px;
	background: url('../img/list-style.png') no-repeat;
	margin: 6px 6px 0 -20px;
	display: block;
	float: left;
}



.wrapper-03 {
	min-height: 841px;
	background: url('../img/bg-wrapper-03.jpg') no-repeat top center / cover;
}
.wrapper-03 .content {
	font-size: 24px;
	font-weight: 400;
	line-height: 36px;
}
.wrapper-03 .content p{
	margin: 80px 40px;
}



.wrapper-04 {
	overflow: hidden;
	background: #fff;
}
.wrapper-04 h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	text-transform: none;
	padding: 40px 0px;
	margin: 0;
}
.wrapper-04 h3 {
	color: #66b045;
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	text-transform: none;
	margin: 0;
}
.wrapper-04 span {
	color: #66b045;
	font-size: 18px;
	font-weight: 400;
	line-height: 20px;
	text-transform: uppercase;
	display: inline-block;
	margin-left: 40px;
	margin-top: 20px;
	vertical-align: top;
}
.wrapper-04 .box {
	height: 100%;
	font-size: 24px;
	font-weight: 400;
	line-height: 32px;
	position: relative;
	border: 1px solid #d2cad5;
	border-top: 0;
	margin: 0 -1px 0px 0;
	padding: 40px 60px 40px 50px;
}
.wrapper-04 .box-bg-20 {
	background: rgba(234,223,238,.2);
}
.wrapper-04 .box-bg-25 {
	background: rgba(234,223,238,.25);
}
.wrapper-04 .box-bg-48 {
	background: rgba(234,223,238,.48);
}
.wrapper-04 .box-left:before, .wrapper-04 .box-right:before {
	content: '';
	width: 9999px;
	height: 9999px;
	position: absolute;
	bottom: -1px;
	right: 100%;
	border-bottom: 1px solid #d2cad5;
	background: rgba(234,223,238,.07);
}
.wrapper-04 .box-right:before {
	right: auto;
	left: 100%;
	background: none;
}



.wrapper-05 .row > div {
	padding: 0;
	color: #fff;
}
.wrapper-05 img {
	min-width: 100%;
	height: 100%;
	float: right;
}
.wrapper-05 .content {
	font-size: 24px;
	font-weight: 400;
	line-height: 28px;
	margin: 40px 60px;
}
.wrapper-05 .content h2 {
	font-size: 48px;
	font-weight: 400;
	line-height: 50px;
	text-transform: none;
}
.wrapper-05 .content ul {
	padding: 0;
}
.wrapper-05 .content li {
	list-style: none;
	padding: 35px 0 35px 170px;
	position: relative;
	min-height: 125px;
	margin-bottom: 30px;
}
.wrapper-05 .content li:before {
	content: '';
	width: 125px;
	height: 125px;
	background: url('../img/list-style-yoga.png') no-repeat 0 0;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	margin: auto;
}
.wrapper-05 .bg-yoga-left {
	background: url('../img/yoga-left.jpg') no-repeat 0 0 / cover;
}
.wrapper-05 .bg-yoga-right {
	background: url('../img/yoga-right.jpg') no-repeat 0 0 / cover;
}
.wrapper-05 .content li.list-style-yoga-1:before {
	background-position: 0 0;
}
.wrapper-05 .content li.list-style-yoga-2:before {
	background-position: 0 -125px;
}
.wrapper-05 .content li.list-style-yoga-3:before {
	background-position: 0 -250px;
}

.wrapper-06 {
	font-size: 18px;
 	font-weight: 400;
  line-height: 20px;
  padding-bottom: 75px;
  background: #fff;
}
.wrapper-06 .row {
	background: #eaecf1;
}
.wrapper-06 h2 {
	font-size: 48px;
	font-weight: 700;
	line-height: 60px;
	text-transform: none;
	text-align: center;
	padding: 60px 0 50px;
	margin: 0;
	background: #fff;
}
.wrapper-06 h2 span {
    color: #66b045;
    font-size: 24px;
    font-weight: 400;
    line-height: 50px;
 }
.wrapper-06 h3, .wrapper-06 .item h3 {
	font-size: 24px;
  font-weight: 700;
  line-height: 28px;
  margin: 0;
  padding-top: 30px;
}
.wrapper-06 .item h3 {
	padding: 0;
}
.wrapper-06 h3 span {
  font-weight: 400;
  line-height: 28px;
  text-transform: none;
  margin-bottom: 7px;
  display: inline-block;
}
.wrapper-06 h4 {
	color: #2446c6;
	font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  margin: 0;
}
.wrapper-06 h4:before {
	content: url('../img/icon-metro-2.png');
	margin-left: -28px;
	margin-right: 6px;
}
.wrapper-06 .number {
  color: #66b045;
	font-size: 64px;
	font-weight: 700;
	line-height: 80px;
	border: 2px #66b045 solid;
	border-radius: 50%;
	width: 85px;
	height: 85px;
	text-align: center;
}
.wrapper-06 .bg-map {
	background: url('../img/bg-map.jpg') no-repeat 0 0 / cover;
	min-height: 216px;
	padding: 60px;
}
.wrapper-06 .btm-open-map, .btm-learn-more {
	border: 1px solid #542749;
	text-align: center;
	text-transform: uppercase;
	max-width: 272px;
	padding: 20px 40px;
	display: inline-block;
}
.wrapper-06 .btm-open-map:hover, .btm-learn-more:hover {
	color: #fff;
	background: #66b045;
	border: 1px solid #66b045;
}
.wrapper-06 a {
	color: #542749;
}
.wrapper-06 a:hover {
	color: #fff;
}
.wrapper-06 .box-left, .wrapper-06 .box-right {
	height: 100%;
	width: 100%;
	padding:  50px 60px;
}
.wrapper-06 .box-left {
	background: #eaecf1;
}
.wrapper-06 .box-right {
	background: #cef8bc;
}
.flex-container{
  display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  width: 100%;
  align-items: center;
  justify-content: space-between;

}
.item {
	max-width: 33.33%;
	min-width: 300px;
}
.wrapper-07 {
	font-size: 18px;
 	font-weight: 400;
  line-height: 20px;
	z-index: 2;
}
.wrapper-07 a {
	color: #542749;
}
.wrapper-07 .box-left {
	background: #dfdbe6;
}
.wrapper-07 .box-left img {
	position: absolute;
	bottom: -30px;
	right: 30px;
}
.wrapper-07 .box-left:before {
	content: '';
	width: 9999px;
	height: 9999px;
	position: absolute;
	right: 100%;
	bottom: 0;
	background: #dfdbe6;
}
.wrapper-07 .box-right {
	background: #f3ebf5;
	padding: 60px 40px;
}
.wrapper-07 .box-right:after {
	content: '';
	width: 9999px;
	height: 9999px;
	position: absolute;
	left: 100%;
	bottom: 0;
	background: #f3ebf5;
}
.wrapper-07 h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 60px;
  text-transform: none;
  margin: 0;
}
.wrapper-07 h2 span {
	font-size: 28px;
	font-weight: 400;
  line-height: 30px;
  text-transform: none;
  display: inline-block;
  margin-top: 7px;
  margin-bottom: 40px;
}
.wrapper-07 .block-1 {
	border-top: 1px solid #66b045;
	margin-top: 40px;
	padding-top: 25px;
}
.wrapper-07 .block-2 {
	margin-top: 40px;
}
.wrapper-08 {
    font-size: 24px;
    font-weight: 400;
    line-height: 33px;
    margin-bottom: 80px;
    z-index: 1;
}
.wrapper-08 h2 {
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-transform: none;
    text-align: center;
    padding: 60px 0 40px;
    margin: 0;
}

.wrapper-10 {
	margin-top: 60px;
}
.btm-request a {
	color: #fff;
	font-size: 24px;
	font-weight: 900;
	text-align: center;
	text-transform: uppercase;
	background: #f44c52;
	border-radius: 10px;
	padding: 30px 40px;
	display: inline-block;
	cursor: pointer;
	-webkit-transition:all .5s ease;
	-moz-transition:all .5s ease;
	-ms-transition:all .5s ease;
	-o-transition:all .5s ease;
	transition:all .5s ease;
}
.btm-request a:hover {
	color: #f44c52;
	background: #fff;
}

.social {
	color: #426176;
	font-size: 12px;
	text-align: center;
	text-transform: uppercase;
	margin: 7px auto;
}
/* Виджет соцсетей */
.social-block-fixed {
    z-index: 101;
    border-radius: 0 3px 3px 0;
    transition: 0.3s;
    margin-top: 5px;
}
.social-block-fixed:hover {
    left: 0;
}
iframe[height="1px"] {
    display: none;
}

.wrapper-04 .box {
  min-height: 300px;
}
.wrapper-04 .box-mh-01 {
	min-height: 250px;
	padding: 20px 60px 20px 50px;
}
.wrapper-04 .box-mh-02 {
	min-height: 130px;
	padding: 20px 60px 20px 50px;
}

/* Responsive */
@media (min-width: 1200px) {
	.container {
		width: 1200px;
	}
}

@media (max-width: 1199px) {
	.wrapper-01 .header, .wrapper-09 .header, .date {
    margin: 30px 0;
	}
	.wrapper-04 .box {
    min-height: 370px;
	}
}
@media (max-width: 992px) {
	.wrapper-04 .box-mh-01 {
		min-height: 300px;
	}
	.wrapper-04 .box-mh-02 {
		min-height: 200px;
	}
}

@media (max-width: 991px) {
	.container {
		width: 100%;
	}
}

@media (max-width: 910px) {
	.mail {
		display: block;
		position: absolute;
		right: 15px;
	}
	.wrapper-01 .header .address {
		margin: 50px 0;
	}
}
@media (min-width: 651px) and (max-width: 991px) {
	.mt65 {
		margin-top: -65px;
	}
}

@media (max-width: 850px) {
	/* .header, .date, .social {
		text-shadow: 0 0 10px #fff;
	} */
	.free {
		text-shadow: none;
	}
	.contact {
		text-align: center;
	}
	.phone {
		margin-top: 30px;
		width: auto;
	}
	.mail {
		margin: auto;
	}
}
@media (max-width: 800px) {
	.wrapper-01 .block h1 {
		font-size: 80px;
		line-height: 90px;
	}
}

@media (max-width: 767px) {
	.header {
		margin: 30px 0 60px;
	}
	#lp-form {
    float: none;
    margin: auto;
	}
	.ia-lp-formbox, .ia-popup-formbox {
    padding: 45px 30px;
	}
	.wrapper-04 .box {
  min-height: 340px;
	}
}

@media (max-width: 519px) {
	.block h1 {
		font-size: 80px;
		line-height: 75px;
	}
	.block h1 span {
		font-size: 30px;
		line-height: 27px;
		letter-spacing: 3px;
	}
	.ia-lp-formbox, .ia-popup-formbox {
    padding: 45px 30px;
	}
	.p0 {
	padding: 0 !important;
	}
}

@media (max-width: 379px) {
	.block h1 {
		font-size: 65px !important;
		line-height: 60px !important;
	}
	.block h1 span {
		font-size: 25px !important;
		line-height: 22px !important;
		letter-spacing: 2px !important;
	}
	.ia-lp-formbox, .ia-popup-formbox {
    padding: 45px 5px;
	}
}

#hcm-1478416575339006,
#hcm-1478416503820815,
#hcm-1478416451319055,
#hcm-1478416418843921,
#hcm-1478416342659666,
#hcm-1478416311929670,
#hcm-1477650922019528,
#hcm-1477650743356494,
#hcm-1478123870311567 .hc__parent,
#hcm-1478081802318791 .hc__parent,
#hcm-1478036823104559 .hc__parent,
#hcm-1477939012184916 .hc__parent,
#hcm-1477650922019528 .hc__parent {
	display: none;
}
