@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Regular.eot');
    src: local('TT Norms Regular'), local('TTNorms-Regular'),
        url('../fonts/TTNorms-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTNorms-Regular.woff2') format('woff2'),
        url('../fonts/TTNorms-Regular.woff') format('woff'),
        url('../fonts/TTNorms-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TT Norms';
    src: url('../fonts/TTNorms-Bold.eot');
    src: local('TT Norms Bold'), local('TTNorms-Bold'),
        url('../fonts/TTNorms-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/TTNorms-Bold.woff2') format('woff2'),
        url('../fonts/TTNorms-Bold.woff') format('woff'),
        url('../fonts/TTNorms-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

/*
font-family: 'TT Norms', sans-serif;
*/

/* reset */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	color: #000;
	font-family: 'TT Norms', Arial, sans-serif;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {-webkit-font-smoothing: antialiased;}


:focus::-webkit-input-placeholder,
:focus::-moz-placeholder,
:focus:-moz-placeholder,
:focus:-ms-input-placeholder {
	color: transparent
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="submit"],
textarea,
select,
button,
a {
	-webkit-appearance: none;
	-moz-appearance:    none;
	appearance:         none;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="submit"]:focus,
input[type="email"]:focus,
textarea:focus,
select:focus,
button:focus,
a:focus {outline: none;}

input[type=submit],
button,
a {
	cursor: pointer;
}


/* mix */
.error {
	box-shadow: inset 0 0 0px 3px #f00 !important;
	/*border: 1px solid #f00;*/
}

.transition {
	-moz-transition:    all 0.2s ease;
	-o-transition:      all 0.2s ease;
    -webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}

.ta-l { text-align: left; }
.ta-c { text-align: center; }
.ta-r { text-align: right; }

.btn {
    display: inline-block;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 16px;
    outline: none;
    padding: 25px 20px;
    min-width: 290px;
    border-radius: 6px;
    background: linear-gradient(to bottom, #42c9de, #018596);
    box-shadow: 0px 10px 24px 0px rgba(12, 39, 51, 0.16);
}
.btn:hover {
    text-decoration: none;
    color: #fff;
    background: linear-gradient(to bottom, #33d3eb, #05a0b4);
}
.btn:active {
    background: linear-gradient(to top, #33d3eb, #05a0b4);
}
.btn:active, .btn:visited, .btn:focus {
    text-decoration: none;
    color: #fff;
}

.heading {}
.heading h2 {
    font-size: 42px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0;
}
.heading h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.4;
    margin: 0 0;
    color: #414547;
}
.heading h3 span {
    color: #026c74;
}

/* styles */
#header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 40;
    padding-top: 35px;
}
#header .logo {
    display: inline-block;
    vertical-align: middle;
}
#header .logo img {}
#header .desc {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
}
#header .callback {}
#header .callback p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
}
#header .callback .phone {
    font-size: 22px;
}
#header .callback .link {
    font-size: 14px;
}
#header .callback .call {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../img/icon-phone.svg) center / 25px no-repeat, linear-gradient(210deg, #0fb1c1, #007d8e);
    margin-left: 30px;
}
#header .callback .call:hover {
    background: url(../img/icon-phone.svg) center / 25px no-repeat, linear-gradient(210deg, #13c3d4, #0490a3);
}
#header .callback a:hover {
    text-decoration: none;
}

#main {
	height: 910px;
	background: url(../img/bg/main.jpg) center no-repeat;
    padding-top: 310px;
}
#main > img {
    display: none;
}
#main h1 {
    font-size: 62px;
    font-weight: bold;
    line-height: 1.2;
    margin: 0 0;
}
#main h1 span {
    color: #037382;
    display: inline-block;
    background-color: #ffd800;
    padding: 0 10px;
    line-height: 1;
}
#main h2 {
    font-weight: normal;
    color: #414547;
    font-size: 32px;
    line-height: 1.2;
    margin: 20px 0;
}
#main .button {
    margin-top: 50px;
}
#main .button span {
    display: block;
    font-size: 14px;
    color: #8f8f8f;
    margin: 20px 0;
}
#main .button .btn {}

#features {
    padding-bottom: 10px;
}
#features .heading {
    position: relative;
    background-color: #edf3f4;
    padding: 70px 70px;
}
#features .heading:after {
    content: '';
    display: block;
    border: 30px solid transparent;
    border-top: 20px solid #edf3f4;
    position: absolute;
    bottom: -45px;
    left: 50%;
    transform: translateX(-50%);
}
#features .heading h2 {
    font-size: 40px;
}
#features .heading h3 {
    font-size: 22px;
}
#features .items {
    text-align: center;
    margin-top: 50px;
}
#features .items .item {
    width: 30%;
    display: inline-block;
    vertical-align: middle;
}
#features .items .item img {}
#features .items .item p {
    font-size: 16px;
    color: #414547;
}
#features .desc {
    font-size: 24px;
    color: #919191;
    text-align: center;
    margin-top: 50px;
}

#open {
	height: 745px;
	background: url(../img/bg/open.jpg) center no-repeat;
    padding-top: 250px;
}
#open .heading h2 {
    color: #fff;
}
#open .heading h2 span {
    color: #2cb1c4;
}
#open ul {
    padding: 0;
    list-style: none;
    margin: 30px 0;
}
#open ul li {
    color: #fff;
    font-size: 16px;
    margin: 10px 0;
}
#open ul li:last-child {
    color: #2cb1c4;
}
#open p {
    color: #fff;
    font-size: 24px;
    color: #a2a2a2;
    margin-top: 50px;
}

#profit {
	height: 727px;
	background: url(../img/bg/profit.jpg) center no-repeat;
    padding-top: 170px;
}
#profit > img {
    display: none;
}
#profit .heading h2 {}
#profit .heading h2 span {
    color: #1b8e9e;
}
#profit ul {
    padding: 0;
    list-style: none;
    margin: 30px 0;
}
#profit ul li {
    font-size: 16px;
    margin: 10px 0;
}
#profit .button {
    margin-top: 90px;
}
#profit .button span {
    display: block;
    font-size: 14px;
    color: #8f8f8f;
    margin: 20px 0;
}
#profit .button .btn {}

#invest {
	background: url(../img/bg/invest-top.jpg) center top no-repeat;
	margin-bottom: -110px;
	padding-top: 50px;
}
#invest .heading {
    margin-bottom: 70px;
}
#invest .heading h2 {
	font-size: 38px;
}
#invest .heading h2 span {
    color: #1b8e9e;
}
#invest p {
    color: #414547;
    font-size: 16px;
    max-width: 500px;
}
#invest p b {
    display: block;
    color: #414547;
    font-weight: bold;
    margin: 40px 0;
}
#invest picture {
    display: block;
    position: relative;
}
#invest picture p {
    width: 351px;
    height: 172px;
    background: url(../img/s1.png) center no-repeat;
    color: #fff;
    font-size: 24px;
    text-align: center;
    padding-top: 35px;
    padding-left: 35px;
    position: absolute;
    z-index: 15;
    top: 70px;
}
#invest picture img {
    position: relative;
    z-index: 20;
}

.advantages {}
.advantages .heading {
    text-align: center;
    padding-top: 110px;
    transform: translateY(220px);
}
.advantages .heading h2 {
    font-size: 58px;
}
.advantages picture {
    display: none;
    position: relative;
}
.advantages picture img {}
.advantages .text {
    position: relative;
}
.advantages .text span {
    font-size: 180px;
    color: #e9f1f3;
    font-weight: normal;
    position: absolute;
    z-index: 1;
    top: -120px;
    left: 20px;
}
.advantages .text h3 {
    position: relative;
    z-index: 5;
    font-size: 34px;
    color: #19191a;
    line-height: 1.2;
    margin: 0 0;
}
.advantages .text p {
    position: relative;
    z-index: 5;
    font-size: 16px;
    line-height: 1.6;
    color: #414547;
}
.advantages-1 {
	height: 783px;
	background: url(../img/bg/advantages-1.jpg) center top no-repeat;
    padding-top: 430px;
}
.advantages-2 {
	height: 461px;
	background: url(../img/bg/advantages-2.jpg) center top no-repeat;
    padding-top: 180px;
}
.advantages-3 {
	height: 662px;
	background: url(../img/bg/advantages-3.jpg) center top no-repeat;
    padding-top: 280px;
}
.advantages-4 {
	height: 426px;
	background: url(../img/bg/advantages-4.jpg) center top no-repeat;
    padding-top: 100px;
}
.advantages-5 {
	height: 408px;
	background: url(../img/bg/advantages-5.jpg) center top no-repeat;
    padding-top: 120px;
}
.advantages-6 {
	height: 527px;
	background: url(../img/bg/advantages-6.jpg) center top no-repeat;
    padding-top: 230px;
}
.advantages .s2 {
	display: inline-block;
	width: 362px;
	height: 109px;
	background: url(../img/s2.png) center no-repeat;
	color: #fff;
	text-align: center;
	font-size: 18px;
	padding-top: 25px;
	padding-left: 20px;
	margin-top: 250px;
}

#format {
	background: url(../img/bg/format-top.jpg) center top no-repeat;
}
#format .heading h2 {
    text-align: center;
    font-size: 24px;
}
#format .tabs {
    text-align: center;
    margin: 40px 0;
}
#format .tabs .tab {
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    font-size: 18px;
    border: 2px solid #fff;
    border-radius: 100px;
    width: 240px;
    line-height: 1;
    padding: 15px 20px;
    margin: 0 20px;
}
#format .tabs .tab:hover,
#format .tabs .tab.active {
    border: 2px solid #198991;
}
#format .contents {}
#format .content {}
#format .content picture {
	display: block;
}
#format .content picture img {
	width: 100%;
	height: auto;
}
#format .content p {
    font-size: 16px;
}
#format .content .btn {
    margin-top: 50px;
}

#support {
	height: 387px;
	background: url(../img/bg/support.jpg) center no-repeat;
    text-align: center;
    padding-top: 80px;
}
#support .heading h2 {
    color: #fff;
    font-weight: normal;
}
#support .heading h2 span {
    color: #1b8e9e;
}
#support p {
    font-size: 24px;
    font-weight: normal;
    color: #a1a5a8;
    margin-top: 10px;
}
#support .btn {
    margin-top: 20px;
}

#order {
	height: 760px;
	background: url(../img/bg/founder.jpg) center no-repeat;
    padding-top: 140px;
}
#order .founder-img {
    display: none;
}
#order .heading h2 {
    color: #fff;
    line-height: 1.3;
}
#order .heading h2 span {
    color: #1b8e9e;
}
#order .heading p {
    font-size: 24px;
    font-weight: normal;
    color: #a2a2a2;
}
#order form {
    margin-top: 90px;
}
#order form fieldset {
    padding: 0;
    margin: 0;
    border: none;
}
#order form label {
    display: inline-block;
    vertical-align: bottom;
    margin-right: 20px;
}
#order form label p {
    font-size: 16px;
    color: #646464;
    margin: 5px 0;
}
#order form input[type=text] {
    padding: 25px 20px;
    min-width: 290px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 1px;
    background: transparent;
    border: 1px solid rgba(255,255,255,.5);
}
#order form input[type=text]:focus,
#order form input[type=text]:hover {
    border: 1px solid rgba(255,255,255,1);
}
#order form .btn {
    display: inline-block;
    vertical-align: bottom;
    border: none;
}
#order .founder {
    font-size: 22px;
    color: #fff;
    margin-top: 50px;
}
#order .founder span {
    font-size: 18px;
    color: #a0a3a5;
}

#footer {
	height: 202px;
	background: url(../img/bg/footer.jpg) center no-repeat;
    padding-top: 50px;
}
#footer .logo {
    display: inline-block;
    vertical-align: middle;
}
#footer .logo img {}
#footer .desc {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    margin-left: 30px;
}
#footer .callback {
    margin-top: 20px;
}
#footer .callback p {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0;
}
#footer .callback .phone {
    font-size: 22px;
    color: #fff;
}
#footer .callback .link {
    font-size: 14px;
    color: #fff;
    opacity: .5;
}
#footer .callback .call {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: url(../img/icon-phone.svg) center / 25px no-repeat, linear-gradient(210deg, #0fb1c1, #007d8e);
    margin-left: 30px;
}
#footer .callback .call:hover {
    background: url(../img/icon-phone.svg) center / 25px no-repeat, linear-gradient(210deg, #13c3d4, #0490a3);
}
#footer .callback a:hover {
    text-decoration: none;
}
#footer .soc {
    text-align: center;
    margin-top: 40px;
}
#footer .soc a {
    display: inline-block;
    vertical-align: middle;
    margin: 0 10px;
    opacity: .5;
	transition: transform 0.2s ease;
}
#footer .soc a img {
    width: 25px;
}
#footer .soc a:hover {
    opacity: 1;
    transform: scale(1.2);
}



/* modals */
#modals {
	display: none;
}
.modal {
	padding: 30px 40px;
	text-align: center;
	width: 600px;
}
.modal h2 {
	margin: 0 0 30px;
	font-size: 26px;
}
.modal form {
	padding: 0 0px;
}
.modal form fieldset {
	overflow: hidden;
	padding: 0;
	margin: 0;
	border: none;
}
.modal form input[type=text] {
	text-align: left;
	width: 100%;
	padding: 25px 30px;
    border-radius: 6px;
    font-size: 16px;
    letter-spacing: 1px;
    background: transparent;
    border: none;
    background-color: #eff0f4;
    margin: 0 0 15px;
}
.modal form fieldset input[type=text]:first-child {
	width: 48%;
	float: left;
}
.modal form fieldset input[type=text]:last-child {
	width: 48%;
	float: right;
}
.modal form .btn {
	margin-top: 10px;
	border: none;
}


/* meadia */
@media (max-width: 1200px) {}
@media (max-width: 992px) {}
@media (max-width: 868px) {
    
    html, body {
        overflow-x: hidden;
    }

	.btn {
        min-width: 0;
        width: 100%;
        max-width: 320px;
        font-size: 14px;
        padding: 20px 20px;
    }

	.heading {}
	.heading h2 {
        font-size: 18px;
    }
	.heading h3 {
        font-size: 14px;
    }

	#header {
        padding-top: 10px;
    }
	#header .logo {}
	#header .logo img {
        width: 50%;
    }
	#header .desc {
        display: none;
    }
	#header .callback {}
	#header .callback .phone {
        font-size: 14px;
    }
	#header .callback .link {
        font-size: 12px;
    }
	#header .callback .call {
        width: 40px;
        height: 40px;
        background: url(../img/icon-phone.svg) center / 15px no-repeat, linear-gradient(210deg, #0fb1c1, #007d8e);
        margin-left: 10px;
    }

	#main {
        height: auto;
        background: linear-gradient(to bottom, #fff 10%, #78c9f7 50%);
        padding-bottom: 0;
        text-align: center;
        padding-top: 80px;
    }
    #main > img {
        display: block;
        width: 100%;
        height: auto;
    }
	#main h1 {
        font-size: 28px;
        line-height: 1.1;
    }
    #main h2 br {
        display: none;
    }
	#main h2 {
        font-size: 18px;
    }
	#main .button {
        margin-top: 20px;
    }
	#main .button span {
        font-size: 12px;
        padding: 0 40px;
        color: #000;
        opacity: .7;
    }
	#main .button .btn {}

	#features {
        padding-bottom: 30px;
    }
	#features .heading {
        text-align: center;
        padding: 20px 10px;
    }
    #features .heading br {
        display: none;
    }
	#features .heading h2 {
        font-size: 20px;
        margin-bottom: 10px;
    }
	#features .heading h3 {
        font-size: 14px;
    }
	#features .items {}
	#features .items .item {
        width: 100%;
        margin: 0 0 20px;
    }
	#features .items .item img {
        width: 32px;
    }
	#features .items .item p {
        margin-top: 0;
        font-size: 14px;
    }
    #features .desc br {
        display: none;
    }
	#features .desc {
        margin: 0;
        font-size: 16px;
    }

	#open {
        height: auto;
        background: #000;
        padding: 30px 0;
        text-align: center;
    }
	#open .heading {}
	#open ul {}
	#open ul li {
        margin: 5px 0;
    }
	#open p {
        font-size: 16px;
        margin: 0;
    }

	#profit {
        height: auto;
        width: 100%;
        background: #fff;
        padding: 30px 0 0;
        text-align: center;
    }
	#profit > img {
        display: block;
        width: 100%;
        height: auto;
    }
	#profit .heading {}
	#profit ul {
        margin: 20px 0;
        text-align: left;
    }
	#profit ul li {
        margin: 5px 0;
    }
	#profit .button {
        margin-top: 30px;
    }
	#profit .button span {
        font-size: 12px;
        margin: 10px 0;
    }
	#profit .button .btn {}

	#invest {
        height: auto;
        background: #fff;
        padding: 30px 0;
        text-align: center;
    }
	#invest .heading {
        margin-bottom: 20px;
    }
	#invest .heading h2 {
        font-size: 20px;
    }
	#invest p {
        font-size: 14px;
    }
	#invest p b {}
	#invest picture {
        max-width: 320px;
        margin: 0 auto;
    }
	#invest picture img {
        width: 100%;
        height: auto;
        transform: translateY(-50px);
    }
	#invest picture p {
        background: #1b8e9e;
        width: 100%;
        height: auto;
        padding: 20px 20px;
        font-size: 18px;
        position: relative;
        top: auto;
        left: auto;
        margin-top: 0;
    }

	.advantages {
        padding-top: 0;
        padding-bottom: 0px;
    }
	.advantages .heading {
        transform: none;
        padding: 0;
    }
	.advantages .heading h2 {
        font-size: 22px;
    }
	.advantages picture {
        display: block;
    }
	.advantages picture img {
        width: 100%;
        height: auto;
    }
	.advantages .text {}
	.advantages .text span {
        font-size: 100px;
        top: -80px;
    }
	.advantages .text h3 {
        font-size: 16px;
    }
    .advantages .text p br {
        /*display: none;*/
    }
	.advantages .text p {
        font-size: 14px;
    }
	.advantages-1,
	.advantages-2,
	.advantages-3,
	.advantages-4,
	.advantages-5,
    .advantages-6 {
        background: #fff;
        height: auto;
        padding: 0;
        margin-bottom: 30px;
    }
    .advantages .s2 {
        display: none;
    }

	#format {
        padding: 0 0 40px;
    }
	#format .tabs {
        margin: 20px 0;
    }
	#format .tabs .tab {
        width: 100%;
        margin: 0 0 5px;
        padding: 15px 20px;
        font-size: 14px;
        border: 2px solid rgba(25, 137, 145, 0.3);
    }
	#format .tabs .tab.active,
	#format .tabs .tab:hover {
        border: 2px solid #198991;
    }
	#format .contents {}
	#format .content {}
	#format .content picture {}
	#format .content picture img {}
	#format .content p {
        margin: 0 0;
        font-size: 14px;
    }
	#format .content .btn {
        margin-top: 20px;
    }

	#support {
        background: #000;
        height: auto;
        padding: 30px 0;
    }
	#support .heading h2 {}
	#support .heading h2 br {
        display: none;
    }
	#support p {
        font-size: 14px;
        margin-bottom: 0;
    }
	#support .btn {
        margin-bottom: 20px;
    }

	#order {
        height: auto;
        background: #000;
        padding: 0px 0 0;
        text-align: center;
    }
	#order .founder-img {
        display: block;
        width: 100%;
        height: auto;
    }
	#order .heading {}
	#order .heading p {
        font-size: 14px;
    }
	#order form {
        text-align: left;
        margin-top: 20px;
    }
	#order form label {
        width: 100%;
        margin: 0 0 5px;
    }
	#order form label p {
        font-size: 12px;
    }
	#order form fieldset {}
	#order form input[type=text] {
        width: 100%;
        font-size: 14px;
        padding: 15px 20px;
        letter-spacing: 0;
    }
	#order form .btn {
		margin: 0;
        margin-top: 15px;
        width: 100%;
    }
	#order .founder {
        margin: 0 0;
        text-align: center;
        font-size: 14px;
    }
	#order .founder span {
        font-size: 12px;
    }

	#footer {
        height: auto;
        background: #000;
        padding: 0px 0 20px;
    }
    #footer .container {}
	#footer .logo {
        display: none;
    }
	#footer .logo img {}
	#footer .desc {
        display: none;
    }
	#footer .callback {
        text-align: center;
    }
	#footer .callback .phone {}
	#footer .callback .link {}
	#footer .callback .call {
        display: none;
    }
	#footer .soc {
        width: 100%;
        margin-top: 20px;
        padding-top: 20px;
        margin: 20px auto 0;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
    }
	#footer .soc a {}
	#footer .soc a img {}
	#footer .soc a:hover {}


	.modal {
        padding: 10px 10px;
        width: 100%;
    }
	.modal h2 {
        font-size: 18px;
        line-height: 1.2;
        margin-bottom: 20px;
    }
	.modal form {
        padding: 0;
    }
	.modal form input[type=text] {
        width: 100% !important;
        float: none !important;
        letter-spacing: 0;
        font-size: 14px;
        padding: 15px 20px;
        margin: 0 0 10px;
    }
	.modal form .btn {
        margin-top: 0px;
        box-shadow: none;
    }

}