.navigation ul,
.thankyou-block .text-content ul,
.partners-block .partners,
.detail-block .profit-listing,
.social-networks,
.popup-holder .submit-form-value {
	margin: 0;
	padding: 0;
	list-style: none;
}

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

.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}

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

[class^="icon-"],
[class*=" icon-"] {
	/* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.icon-call:before {
	content: "\e900";
}

.icon-snapchat-ghost:before {
	content: "\e901";
}

.icon-facebook:before {
	content: "\ea90";
}

.icon-instagram:before {
	content: "\ea92";
}

.icon-twitter:before {
	content: "\ea96";
}

.icon-youtube:before {
	content: "\ea9d";
}

body {
	min-width: 320px;
	font: 13px/20px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

#wrapper {
	position: relative;
	overflow: hidden;
	margin: 0;
}

.form-control {
	border: none;
	border-bottom: 1px solid #fff;
	outline: none;
	border-radius: 0;
	background: none;
	font: 300 20px/26px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	padding: 10px 0;
	height: 46px;
	box-shadow: none;
	color: #fff;
	position: relative;
	z-index: 2;
}

.form-control::-webkit-input-placeholder {
	color: #fff;
}

.form-control::-moz-placeholder {
	opacity: 1;
	color: #fff;
}

.form-control:-moz-placeholder {
	color: #fff;
}

.form-control:-ms-input-placeholder {
	color: #fff;
}

.form-control.placeholder {
	color: #fff;
}

.form-control:focus {
	outline: none;
	box-shadow: none;
}

.btn {
	font: bold 22px/26px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	background: #ef2040;
	padding: 17px 20px;
	border-radius: 3px 3px 5px 5px;
	min-width: 264px;
	border: none;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	box-shadow: 0 2px 0 rgba(0, 0, 0, .75);
}

.btn:hover,
.btn:active {
	color: #fff;
	background: #b50d27;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus input:-webkit-autofill,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
	-webkit-text-fill-color: #fff;
	-webkit-box-shadow: 0 0 0 1000px transparent inset;
	-webkit-transition: background-color 5000s ease-in-out 0s;
	transition: background-color 5000s ease-in-out 0s;
}

.error .form-control {
	color: #e30613;
	border-color: #e30613;
}

.error .form-control::-webkit-input-placeholder {
	color: #e30613;
}

.error .form-control::-moz-placeholder {
	opacity: 1;
	color: #e30613;
}

.error .form-control:-moz-placeholder {
	color: #e30613;
}

.error .form-control:-ms-input-placeholder {
	color: #e30613;
}

.error .form-control.placeholder {
	color: #e30613;
}

.error .jcf-select {
	border-color: #e30613;
}

.error .jcf-select .jcf-select-text {
	color: #e30613;
}

.error .jcf-select .jcf-select-opener {
	border-color: #e30613 transparent transparent;
}

#header {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 320px;
	width: 100%;
	padding: 28px 0;
	z-index: 2;
}

#header:before {
	position: absolute;
	z-index: -1;
	top: 0;
	bottom: -20px;
	left: 0;
	width: 100%;
	background: -webkit-linear-gradient(top, black 0%, rgba(0, 0, 0, .94) 13%, rgba(0, 0, 0, .74) 38%, rgba(0, 0, 0, .46) 64%, rgba(0, 0, 0, .01) 100%);
	background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, .94) 13%, rgba(0, 0, 0, .74) 38%, rgba(0, 0, 0, .46) 64%, rgba(0, 0, 0, .01) 100%);
	content: "";
}

#header .logo {
	float: left;
	display: none;
}

#header .logo img {
	max-width: 100%;
	height: auto;
}

.navigation-holder {
	float: right;
}

.navigation {
	font: bold 17px/26px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	text-transform: uppercase;
}

.nav-active .navigation {
	margin-right: 0;
	left: 0;
}

.navigation li {
	padding: 0 20px 10px;
	text-align: center;
}

.navigation a {
	color: #fff;
	display: inline-block;
}

.navigation a:active,
.navigation a:hover {
	text-decoration: none;
	color: #ef2040;
}

.navigation .tel-link a {
	display: inline-block;
	padding-left: 34px;
	position: relative;
	color: #ef2040;
}

.navigation .tel-link a:before {
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 25px;
	color: #ef2040; /* use !important to prevent issues with browser extensions that change fonts */
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1; /* Better Font Rendering =========== */
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	content: "\e900";
}

.navigation .tel-link a:hover {
	color: #fff;
}

.navigation .tel-link a:hover:before {
	color: #fff;
}

.menu-opener {
	text-indent: -9999px;
	width: 32px;
	height: 24px;
	display: block;
	position: relative;
}

.menu-opener:before,
.menu-opener:after,
.menu-opener span {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: #fff;
	text-indent: 0;
	border-radius: 4px;
	-webkit-transition: .3s ease;
	transition: .3s ease;
}

.menu-opener:after,
.menu-opener:before {
	content: "";
}

.menu-opener span {
	top: 50%;
	margin-top: -2px;
}

.nav-active .menu-opener:after,
.nav-active .menu-opener:before {
	left: 20%;
}

.nav-active .menu-opener span {
	left: 40%;
}

.menu-opener:after {
	top: auto;
	bottom: 0;
}

.banner {
	padding: 130px 0 70px;
	text-align: center;
}

.banner h1 {
	font: bold 35px/44px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 11px;
}

.banner .text {
	display: block;
	font: 19px/26px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #ef2040;
	text-shadow: 0 0 9px rgba(0, 0, 0, .75);
	margin-bottom: 11px;
}

.thankyou-block {
	padding: 130px 0 70px;
	text-align: center;
	color: #fff;
	font-size: 20px;
	line-height: 1.4;
}

.thankyou-block h1 {
	font: bold 35px/44px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
	margin: 0 0 11px;
	text-transform: uppercase;
}

.thankyou-block .text-content ul span {
	position: relative;
	padding-left: 15px;
}

.thankyou-block .text-content ul span:before {
	position: absolute;
	top: 12px;
	left: 0;
	width: 6px;
	height: 6px;
	background: #fff;
	content: "";
	border-radius: 50%;
}

.partners-block {
	padding: 22px 0;
	text-align: center;
	background: #1a1a1a;
}

.partners-block .partners {
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.partners-block .partners li {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 17px;
	letter-spacing: 0;
}

.partners-block .partners a img {
	-webkit-transition: opacity .3s ease;
	transition: opacity .3s ease;
}

.partners-block .partners a:hover img {
	opacity: .8;
}

.main-text-block {
	padding: 30px 0;
}

.main-text-block .container {
	width: 100%;
	max-width: 1154px;
}

.main-text-block .video-holder {
	padding-bottom: 56.4%;
	position: relative;
	margin-bottom: 20px;
}

.main-text-block .video-holder iframe {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

.main-text-block .text-block {
	font: 13px/21px "Open Sans", Arial, Verdana, Helvetica, sans-serif;
}

.main-text-block h2 {
	font: 400 32px/38px "Anton", Arial, Verdana, Helvetica, sans-serif;
	color: #1a1a1a;
	margin: 0 0 10px;
	text-transform: uppercase;
}

.main-text-block .text {
	font: 19px/20px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #ef2040;
	display: block;
	padding-bottom: 10px;
}

.main-text-block .btn {
	min-width: 249px;
}

.testominal-block {
	padding: 30px 0;
	text-align: center;
	font: 300 22px/36px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
}

.testominal-block .holder {
	position: relative;
	padding: 30px 15px;
}

.testominal-block .quote-left,
.testominal-block .quote-right {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
}

.testominal-block .quote-left img,
.testominal-block .quote-right img {
	max-width: 100%;
	height: auto;
	display: block;
}

.testominal-block .quote-right {
	top: auto;
	bottom: 0;
	left: auto;
	right: 0;
}

.testominal-block .quote-holder {
	max-width: 800px;
	margin: 0 auto;
}

.testominal-block h2 {
	font: 400 32px/38px "Anton", Arial, Verdana, Helvetica, sans-serif;
	margin: 0 0 10px;
	color: #fff;
	text-transform: uppercase;
}

.detail-block {
	padding: 40px 0;
	background: #111;
	font: 300 20px/26px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #fff;
}

.detail-block .container {
	width: 100%;
	max-width: 424px;
	margin: 0 auto;
}

.detail-block h2 {
	font-family: "Anton", Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	font-size: 51px;
	text-transform: uppercase;
	margin: 0 0 26px;
	text-align: center;
}

.detail-block .profit-listing {
	text-align: left;
	margin-bottom: 34px;
}

.detail-block .profit-listing li {
	margin-bottom: 20px;
	padding-left: 42px;
	position: relative;
}

.detail-block .profit-listing li:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	overflow: hidden;
	content: "";
	background: #ef2040;
}

.detail-block .profit-listing li:after {
	position: absolute;
	display: block;
	height: 10px;
	width: 17px;
	top: 18px;
	left: 16px;
	margin: -9px 0 0 -10px;
	z-index: 2;
	border: 4px solid #111;
	border-width: 0 0 4px 4px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	content: "";
}

.detail-block .btn-wrap {
	text-align: center;
}

.workshop-block {
	padding: 40px 0 20px;
}

.workshop-block .container {
	max-width: 904px;
	width: 100%;
}

.workshop-block .heading {
	text-align: center;
	text-transform: uppercase;
	padding-bottom: 20px;
}

.workshop-block .heading .price {
	font: bold 20px/26px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #ef2040;
}

.workshop-block h2 {
	font-family: "Anton", Arial, Verdana, Helvetica, sans-serif;
	font-weight: 400;
	color: #fff;
	margin: 0;
	font-size: 51px;
	letter-spacing: 2px;
}

.record-form {
	font-size: 23px;
	line-height: 27px;
}

.record-form .label-holder {
	background: #fff;
	border-radius: 5px;
	font-size: 20px;
	line-height: 26px;
}

.record-form label {
	display: block;
	padding: 40px 24px 24px;
	color: #000;
	font-weight: normal;
	cursor: pointer;
}

.record-form label strong {
	display: block;
}

.record-form sup {
	top: -5px;
}

.record-form .col-holder {
	overflow: hidden;
	margin: 0 -5px 5px;
	letter-spacing: -4px;
	font-size: 0;
	line-height: 0;
}

.record-form .col-holder .col {
	padding: 7px;
	letter-spacing: 0;
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.record-form .col-holder .input-holder {
	position: relative;
	z-index: 5;
	margin-bottom: -23px;
	text-align: center;
}

.record-form .input-wrap {
	max-width: 440px;
	margin: 0 auto 24px;
	padding: 0 5px;
	position: relative;
}

.record-form .input-group-addon {
	position: absolute;
	top: 50%;
	right: 5px;
	z-index: 0;
	color: #fff;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.record-form .col-wrap {
	max-width: 440px;
	margin: 0 auto;
	overflow: hidden;
}

.record-form .col-wrap .input-wrap {
	padding: 0 5px;
}

.record-form .btn-wrap {
	padding-top: 25px;
	position: relative;
}

.record-form .btn-wrap .loader-holder {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
}

.record-form .btn-wrap img {
	width: 60px;
	height: 60px;
}

.record-form .message-holder span {
	display: block;
	padding-top: 10px;
}

.record-form .message-holder .success-text {
	color: #008000;
}

.record-form .message-holder .fail-text {
	color: #e30613;
}

/* custom radio styles */

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: default;
	background: #cecece;
	border: 4px solid #fff;
	border-radius: 9px;
	margin: 0 3px 0 0;
	height: 46px;
	width: 46px;
	border-radius: 50%;
}

.jcf-radio span {
	position: absolute;
	display: none;
	height: 11px;
	width: 19px;
	top: 50%;
	left: 50%;
	margin: -9px 0 0 -9px;
	border: 4px solid #fff;
	border-width: 0 0 4px 4px;
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

.jcf-radio.jcf-checked {
	background: #ef2040;
}

.jcf-radio.jcf-checked span {
	display: block;
}

.social-networks {
	text-align: center;
	padding-top: 30px;
}

.social-networks li {
	display: inline-block;
	vertical-align: top;
	padding: 5px 6px;
}

.social-networks a {
	display: block;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	overflow: hidden;
	background: #ef2040;
	position: relative;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}

.social-networks a:hover {
	background: #b50d27;
}

.social-networks a span {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 18px;
}

.footer {
	padding-top: 20px;
	text-align: center;
	font: 300 15px/22px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	color: #5d5d5d;
}

.footer a {
	color: #5d5d5d;
	-webkit-transition: color  .3s ease;
	transition: color  .3s ease;
}

.footer a:hover {
	color: #fff;
}

.other-footer {
	padding-bottom: 20px;
}

.other-footer .andmine-footer a:hover {
	color: #000;
}

.andmine-footer a:hover {
	text-decoration: none;
}

.andmine-footer a img {
	margin-left: 4px;
}

/* custom select styles */

.jcf-select {
	display: block;
	position: relative;
	border-bottom: 1px solid #fff;
	height: 46px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font: 300 20px/46px "Oswald", Arial, Verdana, Helvetica, sans-serif;
	margin: 0 35px 0 0;
	color: #fff;
}

.jcf-select .jcf-select-opener {
	position: absolute;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 13px 8px 0;
	border-color: #fff transparent transparent;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #fff;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #fff;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	font-size: 17px;
	line-height: 24px;
	width: 100%;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.jcf-list li {
	overflow: hidden;
	display: block;
	cursor: pointer;
}

.jcf-list li:first-child {
	display: none;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	display: block;
	padding: 5px 9px;
	color: #656565;
	height: 1%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}

/* common custom form elements styles */

.jcf-disabled {
	background: #ddd !important;
}

.popup-active {
	overflow: hidden;
}

.popup-active .popup-holder {
	z-index: 99;
	visibility: visible;
	opacity: 1;
}

.popup-holder {
	position: fixed;
	z-index: -99;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .9);
	font-size: 20px;
	line-height: 1.2;
	color: #fff;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
}

.popup-holder .submit-form-value li {
	overflow: hidden;
	margin: 0 -15px 15px;
}

.popup-holder .submit-form-value span {
	display: inline-block;
	vertical-align: top;
}

.popup-holder .submit-form-value .btn-holder {
	padding-top: 5px;
}

.popup-holder .close {
	width: 30px;
	height: 30px;
	position: absolute;
	top: 10px;
	right: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

.popup-holder .close:before,
.popup-holder .close:after {
	position: absolute;
	top: 50%;
	left: 0;
	height: 3px;
	width: 30px;
	content: "";
	background: #2dccd3;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.popup-holder .close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.popup-holder h2 {
	font-size: 36px;
	line-height: 1.2;
	color: #2dccd3;
	margin: 0 0 20px;
	text-transform: uppercase;
	text-align: center;
}

.popup-holder .popup-content {
	display: table;
	height: 100%;
	max-width: 500px;
	margin: 0 auto;
}

.popup-holder .popup-box {
	display: table-cell;
	vertical-align: middle;
	padding: 50px 20px 30px;
}

@media (min-width: 480px) and (max-width: 767px) {
	.record-form .col-holder {
		text-align: center;
	}

	.record-form .col-holder .col {
		text-align: left;
	}
}

@media (min-width: 480px) {
	.record-form .col-holder .col {
		width: 50%;
	}

	.record-form .col-wrap .input-wrap {
		float: left;
		width: 50%;
		max-width: none;
	}
}

@media (min-width: 768px) {
	.form-control {
		font-size: 26px;
		line-height: 30px;
		padding: 13px 0;
		height: 56px;
	}

	.navigation li {
		float: left;
		margin-left: 12px;
		text-align: left;
		padding: 0;
	}

	.navigation li:first-child {
		margin-left: 0;
	}

	.navigation .tel-link a {
		font-size: 22px;
		letter-spacing: -1px;
		padding-left: 42px;
	}

	.navigation .tel-link a:before {
		font-size: 34px;
	}

	.menu-opener {
		display: none;
	}

	.banner {
		padding: 309px 0 102px;
	}

	.banner h1 {
		font-size: 81px;
		line-height: 102px;
	}

	.banner .text {
		font-size: 26px;
		line-height: 34px;
	}

	.thankyou-block {
		padding: 260px 0 150px;
		font-size: 25px;
	}

	.thankyou-block h1 {
		font-size: 81px;
		line-height: 102px;
	}

	.thankyou-block .text-content ul span:before {
		top: 15px;
	}

	.main-text-block {
		padding: 78px 0 88px;
	}

	.main-text-block .video-holder {
		float: left;
		width: 66%;
		padding-bottom: 35.4%;
		margin-bottom: 0;
	}

	.main-text-block .text-block {
		float: right;
		width: 34%;
		padding-left: 25px;
	}

	.main-text-block h2 {
		max-width: 296px;
		font-size: 48px;
		line-height: 50px;
		letter-spacing: 4px;
	}

	.testominal-block {
		font-size: 44px;
		line-height: 50px;
		padding: 48px 0;
	}

	.testominal-block .holder {
		padding: 67px 80px 124px;
	}

	.testominal-block .quote-left,
	.testominal-block .quote-right {
		width: 97px;
	}

	.testominal-block h2 {
		font-size: 51px;
		line-height: 60px;
		margin-bottom: 16px;
		letter-spacing: 2px;
	}

	.detail-block {
		padding: 59px 0 92px;
		font-size: 27px;
		line-height: 1.3;
	}

	.detail-block .profit-listing {
		margin-bottom: 49px;
	}

	.detail-block .profit-listing li {
		margin-bottom: 23px;
		padding-left: 45px;
	}

	.detail-block .profit-listing li:before {
		width: 34px;
		height: 34px;
	}

	.detail-block .profit-listing li:after {
		height: 11px;
		width: 19px;
		top: 17px;
		left: 16px;
		margin: -8px 0 0 -9px;
	}

	.workshop-block {
		padding: 72px 0 40px;
	}

	.workshop-block .heading {
		padding-bottom: 40px;
	}

	.workshop-block .heading .price {
		font-size: 25px;
		line-height: 30px;
	}

	.record-form .label-holder {
		font-size: 23px;
		line-height: 27px;
	}

	.record-form .col-holder {
		margin-bottom: 37px;
	}

	.record-form .col-holder .col {
		width: 33.33%;
	}

	.social-networks {
		padding-top: 45px;
	}

	.social-networks a {
		width: 55px;
		height: 55px;
	}

	.social-networks a span {
		font-size: 24px;
	}

	.footer {
		padding-top: 30px;
		font-size: 17px;
		line-height: 26px;
	}

	.jcf-select {
		height: 56px;
	}

	.jcf-select .jcf-select-text {
		font-size: 26px;
		line-height: 56px;
	}

	.jcf-list {
		line-height: 28px;
		font-size: 20px;
	}

	.popup-holder {
		font-size: 24px;
	}

	.popup-holder .submit-form-value .btn-holder {
		padding-top: 20px;
	}

	.popup-holder h2 {
		font-size: 48px;
		letter-spacing: 2px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	#header .logo {
		width: 180px;
	}

	.navigation {
		font-size: 16px;
	}
}

@media (min-width: 992px) {
	.navigation {
		font-size: 18px;
	}

	.navigation li {
		margin-left: 33px;
	}

	.navigation li:first-child {
		margin-left: 0;
	}

	.navigation .tel-link a {
		font-size: 25px;
		letter-spacing: -1px;
		padding-left: 48px;
	}

	.navigation .tel-link a:before {
		font-size: 38px;
	}

	.banner h1 {
		font-size: 95px;
	}

	.thankyou-block h1 {
		font-size: 95px;
	}

	.record-form label {
		padding: 43px 27px 25px;
	}
}

@media (max-width: 768px) {
	.navigation ul {
		padding: 15px 0 5px;
	}
}

@media (max-width: 767px) {
	.navigation {
		position: absolute;
		top: 100%;
		margin-right: -200px;
		left: 100%;
		-webkit-transition: ease .3s;
		transition: ease .3s;
		width: 100%;
		background: rgba(0, 0, 0, .8);
	}

	.main-text-block h2 br {
		display: none;
	}

	.detail-block h2 {
		font-size: 32px;
		line-height: 38px;
	}

	.workshop-block h2 {
		font-size: 32px;
		line-height: 38px;
	}
}

@media (max-width: 479px) {
	.popup-holder .submit-form-value .col-xs-6 {
		width: 100%;
		padding-top: 15px;
	}

	.popup-holder .submit-form-value .col-xs-6:first-child {
		padding-top: 0;
	}
}
