/* 
	Table of Contents

    01. Settings ----------------------------------
    02. Sprite ------------------------------------
    03. Generic -----------------------------------
    04. Base --------------------------------------
    05. Fonts -------------------------------------
    06. Helpers -----------------------------------
         Clear ------------------------------------
         Notext -----------------------------------
         Hidden -----------------------------------
         Alignleft --------------------------------
         Alignright -------------------------------
         Disabled ---------------------------------
         Grid -------------------------------------
         Responsive Helpers -----------------------
    07. Reset -------------------------------------
    08. Regions -----------------------------------
    09. Container ---------------------------------
    10. Content -----------------------------------
    11. Footer ------------------------------------
    12. Header ------------------------------------
    13. Main --------------------------------------
    14. Shell -------------------------------------
    15. Sidebar -----------------------------------
    16. Wrapper -----------------------------------
    17. Modules -----------------------------------
    18. Article Alt -------------------------------
    19. Button ------------------------------------
         Button Alt -------------------------------
    20. Form Elements -----------------------------
    21. Form --------------------------------------
    22. Icons -------------------------------------
    23. Intro Alt ---------------------------------
    24. List --------------------------------------
    25. List Features -----------------------------
    26. List Rates Alt ----------------------------
    27. List Testimonials -------------------------
    28. Logo --------------------------------------
    29. Nav ---------------------------------------
    30. Plan --------------------------------------
    31. Section Alt -------------------------------
         Section Alt Gray -------------------------
         Section Alt Primary ----------------------
    32. Slider ------------------------------------
    33. Table -------------------------------------
    34. Widget ------------------------------------
    35. Widget Alt --------------------------------
    36. Themes ------------------------------------
 */

/* ------------------------------------------------------------ *\
	Settings
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Sprite
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Generic
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */

body { min-width: 320px; background: #fff; font-family: Arial, Helvetica, sans-serif; font-size: 14px; line-height: 1.3; color: #000; }

a { color: inherit; text-decoration: underline; }

a:hover,
a[href^="tel"] { text-decoration: none; }

h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; }

/*h1 { font-size: 40px; }
h2 { font-size: 36px; }
h3 { font-size: 28px; }
h4 { font-size: 18px; }
h5 { font-size: 16px; }
h6 { font-size: 21px; }*/

p,
ul,
ol,
dl,
hr,
table,
blockquote { margin-bottom: 1.3em; }

h1[class],
h2[class],
h3[class],
h4[class],
h5[class],
h6[class],
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
p:last-child,
ul:last-child,
ol:last-child,
dl:last-child,
table:last-child,
blockquote:last-child { margin-bottom: 0; }

/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */

/*  Clear  */

.clear:after { content: ''; display: block; clear: both; }

/*  Notext  */

.notext { overflow: hidden; text-indent: 101%; white-space: nowrap; }

/*  Hidden  */

[hidden],
.hidden { display: none !important; }

/*  Alignleft  */

.alignleft { float: left; }

/*  Alignright  */

.alignright { float: right; }

/*  Disabled  */

[disabled],
.disabled { cursor: default; }

/*  Grid  */

.cols { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: horizontal; -webkit-box-direction: normal; -ms-flex-flow: row wrap; flex-flow: row wrap; }

.col { max-width: 100%; -webkit-box-flex: 1; -ms-flex: 1 1; flex: 1 1; }

.col--1of2 { max-width: 50%; -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; }

/*  Responsive Helpers  */

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block { display: none !important; }

@media (max-width: 767px) {
	.hidden-xs { display: none !important; }
	.visible-xs-block { display: block !important; }
	.visible-xs-inline { display: inline !important; }
	.visible-xs-inline-block { display: inline-block !important; }
}

@media (min-width: 768px) and (max-width: 1023px) {
	.hidden-sm { display: none !important; }
	.visible-sm-block { display: block !important; }
	.visible-sm-inline { display: inline !important; }
	.visible-sm-inline-block { display: inline-block !important; }
}

@media (min-width: 1024px) and (max-width: 1200px) {
	.hidden-md { display: none !important; }
	.visible-md-block { display: block !important; }
	.visible-md-inline { display: inline !important; }
	.visible-md-inline-block { display: inline-block !important; }
}

@media (min-width: 1201px) {
	.hidden-lg { display: none !important; }
	.visible-lg-block { display: block !important; }
	.visible-lg-inline { display: inline !important; }
	.visible-lg-inline-block { display: inline-block !important; }
}

/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */

* { padding: 0; margin: 0; outline: 0; -webkit-box-sizing: border-box; box-sizing: border-box; }

*:before,
*:after { -webkit-box-sizing: inherit; box-sizing: inherit; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }

template { display: none; }

html { -webkit-tap-highlight-color: rgba(0,0,0,0); tap-highlight-color: rgba(0,0,0,0); }

body { -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; -webkit-text-size-adjust: none; -moz-text-size-adjust: none; -ms-text-size-adjust: none; text-size-adjust: none; }

img,
iframe,
video,
audio,
object { max-width: 100%; }

img,
iframe { border: 0 none; }

img { height: auto; display: inline-block; vertical-align: middle; }

b,
strong { font-weight: bold; }

address { font-style: normal; }

svg:not(:root) { overflow: hidden; }

a,
button,
input[type="submit"],
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="image"],
label[for] { cursor: pointer; }

a[href^="tel"],
button[disabled],
input[disabled],
textarea[disabled],
select[disabled] { cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner { padding: 0; border: 0; }

input[type="text"],
input[type="password"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="month"],
input[type="week"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="time"],
input[type="url"],
input[type="color"],
textarea,
a[href^="tel"] { -webkit-appearance: none; -moz-appearance: none; appearance: none; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration { -webkit-appearance: none; appearance: none; }

textarea { overflow: auto; -webkit-overflow-scrolling: touch; overflow-scrolling: touch; }

button,
input,
optgroup,
select,
textarea { font-family: inherit; font-size: inherit; color: inherit; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; }

button,
select { text-transform: none; }

table { width: 100%; border-collapse: collapse; border-spacing: 0; }

nav ul,
nav ol { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Regions
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */

.shell { max-width: 1220px; padding-left: 10px; padding-right: 10px; margin: auto; }

.shell--fluid { max-width: none; }

/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */

.wrapper { min-height: 100vh; }

/* ------------------------------------------------------------ *\
	Modules
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Article Alt
\* ------------------------------------------------------------ */

.article-alt { background: #f6f6f8; position: relative; padding: 0 0 0 56.5%;  }

.article-alt h4 { margin: 0 0 23px; color: #00A5A0; text-transform: uppercase; }

.article-alt h3 { margin: 0 0 54px; font-size: 36px; line-height: 1.33;  }

.article-alt .article__image { position: absolute; top: 0; left: 0; width: 50.5%; height: 100%; background-size: cover;  }

.article-alt .article__body { padding: 97px 30px 96px 70px;  }

.article-alt .list-rates-alt { margin: 0 -77px 0 0; }

.article-alt .btn { margin: 54px 0 0; }

@media (max-width: 767px) {
	.article-alt { padding: 0;  }	
	.article-alt h4 { font-size: 18px; }	
	.article-alt h3 { font-size: 22px; margin: 0 0 30px; }	
	.article-alt .list-rates-alt { margin: 0; }
	.article-alt .article__image { position: static; padding-top: 100%; width: 100%; height: initial; }	
	.article-alt .article__body { padding: 40px 10px; }	
	.article-alt .btn { margin: 30px 0 0; }
}

@media(max-width: 374px){
	.article-alt .btn { min-width: 0; padding-left: 15px; padding-right: 15px; }
	
}

/* ------------------------------------------------------------ *\
	Button
\* ------------------------------------------------------------ */

.btn { display: inline-block; vertical-align: middle; text-align: center; cursor: pointer; text-decoration: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

/*  Button Alt  */

.btn--alt { font-size: 19px; background: #00A5A0; border: 2px solid #00A5A0; border-radius: 27px; min-width: 340px; padding: 12px 10px; }

.btn--alt:hover { border: 2px solid #00A5A0; color: #00A5A0; background: #fff; }

.btn--alt-white { color: #00A5A0; background: #fff; }

.btn--alt-white:hover { background: #00A5A0; color: #fff; }

.btn--alt-size1 { min-width: 373px; }

@media (max-width: 767px) {
	.btn--alt { min-width: 290px; font-size: 14px; }	
}

/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */

input::-webkit-input-placeholder { color: inherit; opacity: 1; }

input::-moz-placeholder { color: inherit; opacity: 1; }

input:-ms-input-placeholder { color: inherit; opacity: 1; }

input::-ms-input-placeholder { color: inherit; opacity: 1; }

input::placeholder { color: inherit; opacity: 1; }

textarea::-webkit-input-placeholder { color: inherit; opacity: 1; }

textarea::-moz-placeholder { color: inherit; opacity: 1; }

textarea:-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::-ms-input-placeholder { color: inherit; opacity: 1; }

textarea::placeholder { color: inherit; opacity: 1; }

input:-webkit-autofill { -webkit-text-fill-color: inherit; -webkit-box-shadow: 0 0 0 1000px #fff inset; }

/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Icons
\* ------------------------------------------------------------ */

.ico-angle-down { display: inline-block; background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; background-image: url(../../css/images/icons/ico-angle-down.svg); width: 50px; height: 27px; }

.ico-data { display: inline-block; background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; background-image: url(../../css/images/icons/ico-data.png); width: 99px; height: 104px; }

.ico-devices { display: inline-block; background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; background-image: url(../../css/images/icons/ico-devices.png); width: 122px; height: 85px; }

.ico-music { display: inline-block; background-position: 0 0; background-repeat: no-repeat; background-size: 100% 100%; background-image: url(../../css/images/icons/ico-music.png); width: 354px; height: 103px; }

@media (max-width: 767px) {
	.ico-angle-down { width: 41px; height: 22px; }
	.ico-data { width: 82px; height: 86px; }
	.ico-devices { width: 101px; height: 70px; }
	.ico-music { width: 272px; height: 79px; }
	
}

/* ------------------------------------------------------------ *\
	Intro Alt
\* ------------------------------------------------------------ */

.intro-alt { height: 100vh; position: relative; }

.intro-alt h1 { margin: 0 0 32px; font-size: 55px; line-height: 1.31; font-weight: 700; letter-spacing: -0.007em; }

.intro-alt h1 strong { font-size: 70px; text-transform: uppercase; margin-bottom: 6px; display: block; line-height: 1; }

.intro-alt .shell { max-width: 1233px; }

.intro-alt .intro__image { position: absolute; bottom: 0; left: 50%; margin-left: 92px; }

.intro-alt .intro__btn { position: absolute; bottom: 36px; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); margin-left: 12px; -webkit-transition: opacity .4s; -o-transition: opacity .4s; transition: opacity .4s; }

.intro-alt .intro__btn:hover { opacity: .7; }

.intro-alt .intro__inner { position: absolute; top: 50%; left: 0; width: 100%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); margin-top: 27px; }

.intro-alt .intro__actions p { text-align: center; font-family: 'Open Sans', sans-serif; font-weight: 600; font-size: 23px; max-width: 710px; margin: 35px 0 0; }

.intro-alt .intro__actions .btn + .btn { margin-left: 10px; }

@media (max-width: 767px) {
	.intro-alt h1 { font-size: 22px; }
	.intro-alt h1 strong { font-size: 35px; }
	.intro-alt .intro__inner { -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); top: 60px; }
	.intro-alt .intro__actions p { font-size: 16px; margin: 20px 0 0; }
	.intro-alt .intro__actions .btn { display: block; }
	.intro-alt .intro__actions .btn + .btn { margin: 10px 0 0; }
	.intro-alt .intro__image { margin-left: 0; max-width: 220px; left: auto; right: 10px; }
}

@media(max-width: 374px){
	.intro-alt .intro__image { max-width: 180px; }
}

/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */

[class^="list-"] { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	List Features
\* ------------------------------------------------------------ */

.list-features { display: -webkit-box; display: -ms-flexbox; display: flex; text-align: center; font-family: 'Proxima Nova', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.56; margin-right: 55px; position: relative; left: 17px; }

.list-features li { -webkit-box-flex: 0; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; position: relative; padding: 127px 10px 40px; }

.list-features li i { position: absolute; top: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.list-features li + li:after { content: ''; position: absolute; top: 10px; bottom: 10px; left: 0; width: 1px; background: #00A5A0;  }

@media (max-width: 767px) {
	.list-features { display: block; left: 0; margin: 0; font-size: 16px; }	
	.list-features li { max-width: 100%; padding: 0; }	
	.list-features li i { position: static; -webkit-transform: translateX(0); -ms-transform: translateX(0); transform: translateX(0); display: block; margin: 0 auto 15px; }	
	.list-features li + li { margin: 50px 0 0; }	
	.list-features li + li:after { display: none; }	
}

/* ------------------------------------------------------------ *\
	List Rates Alt
\* ------------------------------------------------------------ */

.list-rates-alt { display: -webkit-box; display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; font-family: 'Proxima Nova', sans-serif; font-weight: 400; font-size: 18px; line-height: 1.56; }

.list-rates-alt li { -webkit-box-flex: 0; -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; margin-bottom: 2px; }

.list-rates-alt img { display: inline-block; vertical-align: middle; margin-right: 11px; }

.list-rates-alt p { display: inline-block; vertical-align: middle; }

.list-rates-alt p span { min-width: 100px; display: inline-block; }

.list-rates-alt p span + span { min-width: 0; }

@media (max-width: 767px) {
	.list-rates-alt { display: block; }
	.list-rates-alt li { max-width: 100%; }
	
}

/* ------------------------------------------------------------ *\
	List Testimonials
\* ------------------------------------------------------------ */

.list-testimonials { display: -webkit-box; display: -ms-flexbox; display: flex; font-family: 'Proxima Nova', sans-serif; font-weight: 400; font-size: 14px; line-height: 1.72; padding-left: 33px; margin-right: -70px; }

.list-testimonials li { -webkit-box-flex: 0; -ms-flex: 0 0 25%; flex: 0 0 25%; max-width: 25%; padding-right: 70px; }

.list-testimonials img { margin-bottom: 16px; }

.list-testimonials p { margin: 0; }

.list-testimonials h5 { margin: 20px 0 0; color: #201F1F; font-family: 'Proxima Nova', sans-serif; font-weight: 700; }

.list-testimonials h5 span { display: block; font-size: 14px; font-weight: 400; color: #959595; margin: 9px 0 0; }

@media (max-width: 767px) {
	.list-testimonials { display: block; margin: 0; padding: 0; }
	.list-testimonials li { max-width: 100%; padding: 0; }
	.list-testimonials li + li { margin: 40px 0 0; }
	
}

/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Plan
\* ------------------------------------------------------------ */

.plan--alt { border: 1px solid #00A5A0; -webkit-box-shadow: none; box-shadow: none; width: 500px; border-radius: 0; padding: 55px 34px 61px 71px; }

.plan--alt .plan__price { font-size: 70px; }

.plan--alt .plan__price sup { font-size: 30px; position: relative; top: -27px; left: -8px; }

.plan--alt .plan__duration { font-size: 18px; bottom: 14px; right: -70px; }

.plan--alt .plan__conditions li { font-family: 'Proxima Nova', sans-serif; font-size: 18px; line-height: 1.78; margin-bottom: 0; }

.plan--alt .plan__conditions li:before { content: ''; top: 10px; background: url(../../css/images/icons/ico-check-alt.svg) no-repeat 0 0; width: 16px; height: 13px; }

.plan--alt .plan__head { margin-left: -74px; margin-bottom: 28px; }

.plan--alt .plan__actions { text-align: center; padding: 0 7px 0 13px;  }

.plan--alt .plan__actions .btn { width: 100%; min-width: 0; }

.plan--alt .plan__actions + .plan__body { margin: 47px 0 0; }

@media (max-width: 767px) {
	.plan--alt { padding: 50px 30px; }	
	.plan--alt .plan__head { margin-left: 0; }
	.plan--alt .plan__actions { padding: 0; }
	.plan--alt .plan__conditions li { font-size: 16px; }
	.plan--alt .plan__conditions br { display: none; }
	.plan--alt .btn { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Section Alt
\* ------------------------------------------------------------ */

.section-alt { padding: 73px 0; }

.section-alt .article-alt { margin: 70px -70px 0; }

.section-alt .section__head { text-align: center; margin-bottom: 66px; }

.section-alt .section__head h2 { margin: 0; }

.section-alt + .section-white { padding-top: 0; margin-top: -20px; }

/*  Section Alt Gray  */

.section-alt--gray { background: #F6F6F7; padding: 59px 0 95px; }

.section-alt--gray .section__head  { margin-bottom: 52px; }

/*  Section Alt Primary  */

.section-alt--primary { padding: 0; margin-top: 41px; }

.section-alt--primary .section__inner { border-top: 1px solid #00A5A0; padding: 80px 0 110px; }

.section-alt--primary .section__head { margin-bottom: 80px; }

@media (max-width: 767px) {
	.section-alt .section__head h2 { font-size: 30px; }
	.section-alt .article-alt { margin: 70px 0 0; }


	
}

/* ------------------------------------------------------------ *\
	Slider
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */

/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */

.widgets { list-style: none outside none; }

/* ------------------------------------------------------------ *\
	Widget Alt
\* ------------------------------------------------------------ */

.widget-alt { padding: 62px 0 74px; }

.widget-alt h3 { font-size: 30px; margin-bottom: 13px; letter-spacing: -0.017em; }

.widget-alt p { font-family: 'Proxima Nova', sans-serif; font-size: 22px; line-height: 1.36; letter-spacing: -0.024em;  }

.widget-alt .widget__inner { position: relative; padding-left: 231px; max-width: 855px; margin: auto; }

.widget-alt .widget__image { position: absolute; top: 50%; left: 0; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }

@media (max-width: 767px) {
	.widget-alt { text-align: center; }
	.widget-alt h3 { font-size: 22px; }
	.widget-alt p { font-size: 16px; }
	.widget-alt br { display: none; }
	.widget-alt .widget__inner { padding-left: 0; }
	.widget-alt .widget__image { position: static; -webkit-transform: translateY(0); -ms-transform: translateY(0); transform: translateY(0); }	
}

/* ------------------------------------------------------------ *\
	Themes
\* ------------------------------------------------------------ */

/*# sourceMappingURL=bundle.css.map */
