@font-face{
	font-family: 'Intro';
	src: url(../fonts/Intro_0.otf);
	font-style: normal;
	font-weight: normal;
}

@font-face{
	font-family: 'IntroBook';
	src: url(../fonts/Intro-Book.ttf);
	font-style: normal;
	font-weight: normal;
}

@font-face{
	font-family: 'IntroBold';
	src: url(../fonts/Intro-Bold.ttf);
	font-style: normal;
	font-weight: normal;
}

@font-face{
	font-family: 'IntroBlack';
	src: url(../fonts/Intro-Black.ttf);
	font-style: normal;
	font-weight: normal;
}

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	font-family: 'Intro';
}

body {
	margin: 0 auto;
	text-align: center;
	min-width: 1200px;
}

.wrap {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.shadow {
    position: absolute;
    width: 400px;
    height: 760px;
    z-index: 99;
    top: 220px;
}


.shadow_1 {
    left: 0px;
    background: linear-gradient(to right, rgba(249,249,249,1), rgba(249,249,249,0.4));
}

.shadow_2 {
    right: 0px;
    background: linear-gradient(to left, rgba(249,249,249,1), rgba(249,249,249,0.4));
}

.order_button button, .order_button button label{
    width: 300px;
	height: 85px;
    background-color: #fb0752;
    border: none;
    border-radius: 50px;
    color: #fff;
    font-size: 24px;
    font-family: 'IntroBold';
    cursor: pointer;
}

.last {
    font-family: 'IntroBlack';
    font-size: 14px;
    text-transform: uppercase;
    color: #595f6c;
}

.modal .last {
    margin-bottom: 30px;    
}

.h1 {
	color: #172c40;
	font-size: 36px;
	position: relative;
	margin: 0 auto;
}

.h1:after {
	content: '';
	position: absolute;
	width: 60px;
	height: 5px;
	background-color: #fb0752;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
    bottom: -18px;
}

#one {
	background-image: url(../img/one_bg.png);
	background-position: center 200px;
	background-repeat: no-repeat;
    padding-bottom: 135px;
    background-color: #eaeff5;
}

#one .row1, .modal-body .row1 {
	color: #2b455d;
	font-size: 11px;
	font-weight: 400;
	text-transform: uppercase;
    padding-top: 100px;
    padding-bottom: 10px;
    letter-spacing: 4.3px;
}

#one .row2, .modal-body .row2 {
	color: #fb0752;
	font-size: 40px;
	font-weight: 400;
	padding-bottom: 50px;
}

#one .row3 {
	color: #2b455d;
	font-size: 36px;
	width: 700px;
    margin: 0 auto;
    font-family: 'IntroBold';
    padding-top: 26px;
    margin-top: 83px;
    margin-top: 0px;
}

#one .row4 {
	color: #fb0752;
	font-size: 26px;
	font-family: 'IntroBold';
    padding-bottom: 38px;
}

#one .scroll {
    margin-bottom: 200px;
}

#one .order_button button{
    box-shadow: 0 0 41.4px 4.6px #2b455d;
    width: 380px;
    height: 107px;
    font-size: 30px;
}

#one .last {
	color: #fff;
	width: 300px;
	height: 37px;
	opacity: 0.85;
	background-color: #2b455d;
	margin: 0 auto;
    margin-top: 54px;
    font-size: 18px;
    line-height: 39px;
}

#one .back {
	width: 480px;
    height: 50px;
    line-height: 50px;
    background-color: #f9f9f9;
    box-shadow: 0 13px 29px rgba(43, 69, 93, 0.33);
    margin: 0 auto;
    margin-bottom: 106px;
    margin-top: 18px;
}

#two {
	background-image: url(../img/two_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
    padding-top: 80px;
    padding-bottom: 80px;
    background-color: #f9f9f9; 
}

#two .h1 {
    width: 570px;
}

#two .item {
	display: inline-block;
    width: 24%;
    position: relative;
}

#two .item div {
	font-size: 20px;
	color: #172c40;
	font-family: 'IntroBold';
	width: 250px;
	margin: 0 auto;
}

#two .item:after {
	content: url(../img/line.png);
	right: -71px;
    top: 67px;
	position: absolute;
}

#two .item:last-child:after {
	content: '';
}

#two .item span {
	color: #fb0752;
}

#two .item:first-child div {
	width: 180px;
}

#two .item:last-child div {
	width: 300px;
}

#two .items {
	margin-top: 92px;
}

#two .item img {
    margin-bottom: 12px;
}

#two .line {
	margin-top: 16px;
    margin-bottom: 16px;
}

#two .order_button {
	margin-top: 53px;
    margin-bottom: 28px;
}

#tree {
	background-color: #f9f9f9;
	padding-bottom: 0px; 
}

#tree .h1{
	width: 490px;
    padding-top: 84px;
}

#tree .item .inner{
    background-color: white;
    box-shadow: 0 13px 32px rgba(0, 0, 0, 0.1);
    margin: 20px 15px;
    padding-bottom: 23px;
    padding: 20px;
}

#tree .item .name {
	color: #fb0752;
	font-size: 12px;
	font-weight: 400;
    padding-bottom: 32px;
}

#tree .item .row div {
	font-family: 'IntroBold';
	color: #98a6b3;
	font-size: 20px;
	width: 200px;
	margin: 0 auto;
}

#tree .item .row div span {
	font-size: 16px;
    font-family: inherit;
}

#tree .item .row div:first-child {
	color: #172c40;
	font-size: 16px;
}

#tree .item .res {
	background-color: #fb0752;
	width: 242px;
	height: 60px;
	margin: 0 auto;
	color: #fff;
    margin-top: -6px;
    line-height: 30px;
}

#tree .item .res div {
	font-size: 24px;
	font-family: 'IntroBold';
}

#tree .owl-carousel {
	margin-top: 60px;
    /* margin-bottom:   38px; */
}

#tree .owl-theme .owl-nav {
    margin-top: 0px;
}

#tree .item img {
	padding-top: 12px;
	padding-bottom: 27px;
	width: 100%;
}

#tree .item .row {
    padding-bottom: 20px;
}

#tree .owl-theme .owl-nav [class*=owl-] {
	background: transparent;
}

#tree .owl-prev, #tree .owl-next {
	position: absolute;
	top: 286px;
}

#tree .owl-prev {
    left: 390px;
}

#tree .owl-next {
    right: 390px;
}

#tree .owl-dots {
	display: none;
}

#tree .order_button {
    margin-bottom: 28px;
}

.footnote {
    font-size: 10px;
    font-family: IntroBook;
    text-transform: none;
    width: 80%;
    margin: auto;
    margin-top: 27px;
    color: #cdc6c6;
}

#four {
	background-image: url(../img/four_bg.png);
	background-position: top center;
	background-repeat: no-repeat;
    /*padding-top: 115px;*/
    padding-top: 64px;
    padding-bottom: 90px;

}

#four .h1 {
	width: 580px;
    margin-bottom: 104px;
    padding-top: 80px;
}

#four .item {
	float: left;
	width: 50%;
}

#four .item div {
	font-family: 'IntroBold';
	width: 150px;
	margin: 0 auto;
	font-size: 18px;
	margin-bottom: 72px;
}

#four .item img {
    margin-bottom: 18px;
}

#four .row_1 {
	width: 730px;
	margin: 0 auto;
}

#four .row_1 .item {
	width: 33%;
}

#four .row_2 {
	width: 400px;
	margin: 0 auto;
}

#four .row_2 .item {
	width: 50%;
}

#five {
	background-image: url(../img/five_bg.png);
	background-position: bottom;
    padding-top: 84px;
    background-repeat: no-repeat; 
    background-color: #fbfbfb;
}

#five .h1 {
	color: #fb0752;
	font-size: 48px;
}

#five .row1 {
    color: #172c40;
    font-size: 24px;
    font-family: 'IntroBook';
    width: 480px;
    margin: 0 auto;
    padding-top: 88px;
    font-size: 30px;
}

#five div img {
    padding-right: 42px;
    padding-top: 9px;
}

#five form {
    margin-top: -28px;
}

form input {
	background-color: white;
	box-shadow: 0 0 9.5px 0.5px rgba(23, 44, 64, 0.25);
	width: 300px;
	height: 51px;
	border: none;
	border-radius: 30px;
	font-family: 'IntroBook';
	font-size: 24px;
	text-align: center;
	color: #98a6b3;
	margin-bottom: 30px;
}

form .checkbox div {
	color: #172c40;
	font-size: 16px;
	font-family: 'IntroBold';
	margin-top: 21px;
}

#five .order_button button {
	box-shadow: 0 11px 26.1px 2.9px rgba(204, 15, 73, 0.28);
}

form div {
    padding-bottom: 34px;
}

.checkbox input {
    background: transparent;
    box-shadow: none;
}

.radio, .radio2, .radio3 {
  vertical-align: top;
  width: 17px;
  height: 17px;
  margin: 0 3px 0 0;
}
.radio + label, .radio2 + label, .radio3 + label {
  cursor: pointer;
}
.radio:not(checked), .radio2:not(checked), .radio3:not(checked) {
  position: absolute;
  opacity: 0;
}
.radio:not(checked) + label, .radio2:not(checked) + label, .radio3:not(checked) + label {
  position: relative;
  padding: 0 0 0 35px;
}
.radio:not(checked) + label:before, .radio2:not(checked) + label:before, .radio3:not(checked) + label:before {
	content: '';
    position: absolute;
    top: -8px;
    left: 0;
    width: 26px;
    height: 26px;
    border: 3px solid #a6b2bd;
    border-radius: 50%;
    background: #FFF;
}
.radio:not(checked) + label:after, .radio2:not(checked) + label:after, .radio3:not(checked) + label:after {
	content: '';
	position: absolute;
	top: -1px;
	left: 7px;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: #fb0752;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.5);
	opacity: 0;
	transition: all .2s;
}
.radio:checked + label:after, .radio2:checked + label:after, .radio3:checked + label:after {
  opacity: 1;
}

#five .checkbox {
	margin-top: -5px;
}

#five .order_button {
    margin-top: -35px;
}

#five .last {
    padding-bottom: 85px;
    color: #98a6b3;
}

footer {
    background-color: #04435e;
    background-repeat: no-repeat;
    // background-image: url(../img/footer_bg.png);
    background-position: top center;
    margin-top: -1px;
    padding-top: 30px;
}

footer div {
	color: white;
	font-size: 14px;
	font-family: 'IntroBook';
}

footer div:first-child {
	width: 850px;
    margin: 0 auto;
    padding-top: 25px;
    padding-bottom: 16px;
    font-size: 18px;
}

footer div:last-child {
	font-size: 16px;
    padding-bottom: 36px;
}

.modal .btn-close {
    color: #aaa;
    cursor: pointer;
    font-size: 30px;
    text-decoration: none;
    position: absolute;
    right: 10px;
    top: 10px;
}
.modal .btn-close:hover {
    color: red;
}

.modal-wrap:before {
    content: "";
    display: none;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 101;
}
.modal-overlay {
    bottom: 0;
    display: none;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 102;
    opacity: 0.9;
	background-color: #172c40;
}

.modal-open:checked ~ .modal-wrap:before,
.modal-open:checked ~ .modal-wrap .modal-overlay {
    display: block;
}
.modal-open:checked ~ .modal-wrap .modal-dialog {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    top: 1%;
}

.modal-dialog {
    border: none;
    position: fixed;
    width: 80%;
    left: 50%;
    top: -100%;
    -webkit-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -moz-box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    box-shadow: 0 15px 20px rgba(0,0,0,.22),0 19px 60px rgba(0,0,0,.3);
    -webkit-transform: translate(-50%, -500%);
    -ms-transform: translate(-50%, -500%);
    -o-transform: translate(-50%, -500%);
    transform: translate(-50%, -500%);
    -webkit-transition: -webkit-transform 0.4s ease-out;
    -moz-transition: -moz-transform 0.4s ease-out;
    -o-transition: -o-transform 0.4s ease-out;
    transition: transform 0.4s ease-out;
    z-index: 103;
    width: 400px;
	background-image: url(../img/modal.png);
	background-position: center;
}

.modal-dialog
{
    background-size: 150%;    
}

.modal-body .row1 {
	font-size: 12px;
    padding-top: 80px;
    letter-spacing: 3.5px;
    padding-bottom: 12px;
}

.modal-body .row2 {
	font-size: 36px;
    padding-bottom: 32px;
}

.modal-body .row3 {
	text-transform: uppercase;
	font-size: 24px;
	color: #2b455d;
	padding-bottom: 40px;
    margin-left: 25px;
    margin-right: 25px;
}

.modal-body .order_button {
    margin-top: -37px;
}

.agreement-container {
    margin-left: 50px;
    margin-right: 50px;
    text-align: left;
    color: gray;
    opacity: 0.4;
    /*display: none;*/
}

#five .agreement-container
{
    max-width: 380px;
    margin: auto;
}

.agreement_cb {
    float: left;
    width: 20px;
    height: 20px;
    margin-right: 10px;
    margin-bottom: 0px;

}

.agreement label 
{
    font-family: Arial, sans-serif;
    font-size: 12px;
}
.agreement label a
{
    color: inherit;
    display: inline;
    font: inherit;
    text-decoration: none;
}
.agreement label a:hover
{
    text-decoration: none;
}

.phone_hide {
	margin-bottom: 38px;
}

#sps {
	background-image: url(../img/sps_bg.png);
	background-position: center top;
    background-repeat: no-repeat;
    background-color: #98a6b3;
    background-size: cover;
}

#sps .h1 {
	margin: 0 auto;
	width: 570px;
	color: #172c40;
    font-size: 36px;
    padding-top: 70px;
}



#sps .h1:after {
	background: transparent;
}

#sps .h1 span {
	display: block;
	color: #fb0752;
}

#sps .row1 {
    float: right;
    font-family: 'IntroBook';
    width: 715px;
    font-size: 22px;
    color: #172c40;
    margin-top: 70px;
    margin-right: 58px;
    text-align: left;
    position: relative;
    line-height: 28px;
    margin-bottom: 35px;
}

#sps .row1.one-mailer {
    margin-bottom: 0px;

}

#sps .row1 span {
	font-size: 24px;
	color: #fb0752;
	font-family: 'IntroBook';
}

#sps .row2 {
    float: right;
    margin-top: 7px;
    margin-right: 23px;
    position: relative;
    width: 760px;
}

#sps .row2 .item {
	/*width: 250px;
	height: 60px;
	background-color: white;
	box-shadow: 0 0 10px rgba(23, 44, 64, 0.1);*/
    margin-bottom: 30px;
	cursor: pointer;
    display: inline-block;
    margin-right: 50px;
}

#sps .row2 .item div {
    display: inline-block;
    font-family: 'IntroBook';
    font-size: 20px;
    color: #172c40;
    text-align: left;
    padding-top: 12px;
    vertical-align: top;
    line-height: 34px;
}

#sps .row2 .item:last-child div img {
    margin-left: 5px;
}

#sps .row1:before {
	position: absolute;
	content: '';
	width: 38px;
	height: 3px;
	background-color: #fb0752;
	top: 12px;
    left: -57px;
}

#sps .row3 {
	font-family: 'IntroBook';
    margin-right: 175px;
    float: right;
    opacity: 0.75;
    color: #172c40;
    font-size: 20px;
    text-align: left;
    padding-bottom: 22px;
}

#sps .row2 .hide div{
	padding-right: 7px;
}

#sps .hide {
	position: absolute;
}

#sps .hide_1 {
    top: 10px;
}

#sps .hide_2 {
    top: 80px;
}

#sps .hide_3 {
    top: 150px;
}

#sps .hide_4 {
    top: 220px;
}

#con {
	background-image: url(../img/con_bg.png);
	background-repeat: no-repeat;
    background-color: #002840;
    background-size: cover;
    background-position: center;
}

#con .row1 {
    color: #2b455d;
    font-size: 14px;
    text-transform: uppercase;
    padding-top: 98px;
    letter-spacing: 2.3px;
    padding-bottom: 5px;
}

#con .row2 {
	color: #fb0752;
	font-size: 40px;
}

#con .row3 {
	color: #2b455d;
	font-size: 35px;
	padding-top: 61px;
}

#con .row4 {
	width: 780px;
	height: 338px;
	background-color: white;
	margin: 0 auto;
    /* margin-top: 33px;*/
    margin-top: 60px;
    padding-top: 10px;
    line-height: 25px;
    margin-bottom: 38px;
}

#con .row4 div:first-child {
	color: #fb0752;
	font-size: 26px;
	font-family: 'IntroBold';
    padding-top: 16px;
    line-height: 30px;
    padding-bottom: 10px;
}

#con .row4 .social {
	display: inline-block;
    padding: 0 20px;
    margin-bottom: 12px;
}

#con .row4 div:last-child {
	color: #2b455d;
	font-size: 20px;
	font-family: 'IntroBold';
}

#con .row5 {
	color: #2b455d;
	font-size: 18px;
	font-family: 'IntroBold'; 
	width: 830px;
    margin: 0 auto;
}

#con .row5 .h1 {
    font-size: 26px;
    line-height: 38px;
}

#con .row5 .h1:after {
	background: transparent;
}


#con .row6 {
	position: relative;
	width: 980px;
	height: 266px;
    margin: 0 auto;
    line-height: 25px;
}

#con .row6 .item_1, #con .row6 .item_2, #con .row6 .item_3 {
	position: absolute;
	color: #2b455d;
	font-family: 'IntroBold';
	font-size: 24px;
}

#con .row6 .item_1 {
    left: 22px;
    top: 33px;
    background: url(../img/bg_item.png);
    width: 380px;
    height: 84px;
    padding-top: 32px;
    background-repeat: no-repeat;
}

#con .row6 .item_2 {
    right: 22px;
    top: 33px;
    background: url(../img/bg_item.png);
    height: 84px;
    width: 380px;
    padding-top: 32px;
    background-repeat: no-repeat;
}

#con .row6 .item_3 {
    bottom: -35px;
    left: 299px;
    background: url(../img/bg_item3.png);
    width: 380px;
    height: 120px;
    padding-top: 38px;
    background-repeat: no-repeat;
}

#con .row7 {
	margin-top: 6px;
    margin-bottom: 34px;
}

#con .row8 {
    font-size: 20px;
	color: #2b455d;
	font-family: 'IntroBold';
	padding-bottom: 28px;
    /* padding-top: 85px; */
    padding-top: 45px;
    text-shadow: 2px 4px 3px rgba(0,0,0,0.3);
    text-shadow: 1px 5px 4px rgba(255, 255, 255, 0.7);
}

#con .row8 span {
	color: #fb0752;
	font-family: 'IntroBold';
}

#con .row9 {
	width: 400px;
	height: 50px;
	background-color: rgba(23, 44, 64, 0.85);
	margin: 0 auto;
    line-height: 48px;
    margin-top: 21px;
    margin-bottom: 7px;
}

#con .row9 a {
	color: white;
	font-size: 20px;
	text-decoration: underline;
	font-family: 'IntroBold';
}

#con .row10 {
	color: white;
	font-size: 20px;
    color: #2b455d;
	font-family: 'IntroBook';
    padding-bottom: 73px;
}

#con form div {
    padding-bottom: 10px;
}

@media screen and (max-width: 410px) {
	#con .row5 {
		font-size: 15px;
	}
}

@media screen and (max-width: 360px) {
	#con .row5 {
	    font-size: 15px;
	}

	#con .row8 {
		font-size: 12px;
	}
}

.con_footer {
    background-image: none;
    background-color: #00283f;
}

#sps .row2.one-mailer
{
    margin-right: 165px;
}

#sps .row2 .item img:hover{

	transform: scale(0.95);
/*    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.21);
	box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.21);*/
}
#sps .row2 a.item 
{
	position: relative;
    display: block;
    width: 105px;
	height: 106px;

    background-image: url(../img/mail_button.png);
    margin-left: 8px;
    margin-right: 23px;
    float: left;
    margin-bottom: 30px;
    text-align: center;
    color: #172c40;
    border-radius: 11px;
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.5);
	background-position: 0px -1px;
}
#sps .row2 a.item:hover
{
	transform: scale(0.95);
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.21);
	-moz-box-shadow:    0px 0px 7px 0px rgba(0, 0, 0, 0.21);
	box-shadow:         0px 0px 7px 0px rgba(0, 0, 0, 0.21);
}
 a.item 
{
	margin-left: 70px;
	float: none;
}
#sps .row2 a .item-img
{
	padding-top: 26px;
}
#sps .row2 a .item-img img
{
	height: 33px;
}
#sps .row2 a .item-name
{
	font-family: 'IntroBook', sans-serif;
	padding-top: 5px;
	text-align: center;
	font-size: 15px;
    padding-top: 0px;
    display: block;
}

#sps .row2 .item_4 .item-img
{
	padding-top: 21px;
}

#sps .row2 .item_4 .item-img img
{
	height: 37px;
}


.owl-item {
    margin-bottom: 8px;
}


footer a
{
    color: white;
    font-size: 18px;
    text-transform: none;
    font-family: 'IntroBook';
}

footer a:hover
{
    text-decoration: underline;
}

.webinar-date
{
    font-family: 'IntroBold';
}

.form_done
{
    color: #fb0752;
    font-size: 25px;
    padding: 15px;
    background-color: white;
    max-width: 500px;
    margin: auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

body.censored .uncensored, body.uncensored .censored
{
    display: none;
}


body.uncensored .row3
{
    padding-bottom: 80px;
}
