/* 
	Table of Contents

	I.   Generic --------------------------------------
	     01. Reset ------------------------------------
	     02. Base -------------------------------------
	     03. Fonts ------------------------------------
	     04. Helpers ----------------------------------
	         Clear ------------------------------------
	         Notext -----------------------------------
	         Hidden -----------------------------------
	         Alignleft --------------------------------
	         Alignright -------------------------------
	         Animations -------------------------------
	         Disabled ---------------------------------
	         Grid -------------------------------------
	         Responsive Helpers -----------------------
	II.  Regions --------------------------------------
	     01. Container --------------------------------
	     02. Content ----------------------------------
	     03. Footer -----------------------------------
	     04. Header -----------------------------------
	     05. Main -------------------------------------
	     06. Shell ------------------------------------
	     07. Sidebar ----------------------------------
	     08. Wrapper ----------------------------------
	         Tablet Portrait --------------------------
	III. Modules --------------------------------------
	     01. Articles ---------------------------------
	     02. Article ----------------------------------
	     03. Article primary --------------------------
	     04. Article primary --------------------------
	     05. Article secondary ------------------------
	     06. Button -----------------------------------
	         Button Block -----------------------------
	         Button default ---------------------------
	         Button Primary ---------------------------
	         Button Secondary -------------------------
	     07. Features ---------------------------------
	     08. Feature ----------------------------------
	     09. Form Elements ----------------------------
	     10. Form -------------------------------------
	     11. Form donate ------------------------------
	     12. Form filters -----------------------------
	     13. Goal -------------------------------------
	     14. List -------------------------------------
	     15. List features ----------------------------
	     16. List radios ------------------------------
	     17. Logo -------------------------------------
	     18. Nav --------------------------------------
	     19. Nav utilities ----------------------------
	     20. Nav trigger ------------------------------
	     21. Products ---------------------------------
	     22. Product ----------------------------------
	     23. Products secondary -----------------------
	     24. Products tertiary ------------------------
	     25. Quantity ---------------------------------
	     26. Search -----------------------------------
	     27. Section ----------------------------------
	     28. Section slider ---------------------------
	     29. Section features -------------------------
	     30. Section main -----------------------------
	     31. Section main secondary -------------------
	     32. Section main tertiary --------------------
	     33. Slider primary ---------------------------
	     34. Slider features --------------------------
	     35. Table ------------------------------------
	     36. Widget -----------------------------------
	     37. Widget centered --------------------------
	     38. Widget -----------------------------------
 */

.ico-bag { background-image: url(images/sprite.png); background-position: 100% 0%; background-size: 522.2222222222223% 304%; width: 36px; height: 50px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-people { background-image: url(images/sprite.png); background-position: 71.42857142857143% 0%; background-size: 391.66666666666663% 304%; width: 48px; height: 50px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-people-2 { background-image: url(images/sprite.png); background-position: 0% 0%; background-size: 195.83333333333331% 152%; width: 96px; height: 100px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-person { background-image: url(images/sprite.png); background-position: 0% 100%; background-size: 940% 316.66666666666663%; width: 20px; height: 48px; display: inline-block; vertical-align: middle; font-size: 0; }
.ico-search { background-image: url(images/sprite.png); background-position: 89.41176470588236% 40.298507462686565%; background-size: 1044.4444444444446% 844.4444444444445%; width: 18px; height: 18px; display: inline-block; vertical-align: middle; font-size: 0; }
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
	.ico-bag { background-image: url(images/sprite.@2x.png); background-position: 68.42105263157895% 0%; background-size: 311.11111111111114% 144%; width: 36px; height: 50px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-people { background-image: url(images/sprite.@2x.png); background-position: 0% 0%; background-size: 233.33333333333334% 144%; width: 48px; height: 50px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-person { background-image: url(images/sprite.@2x.png); background-position: 100% 0%; background-size: 560% 150%; width: 20px; height: 48px; display: inline-block; vertical-align: middle; font-size: 0; }
	.ico-search { background-image: url(images/sprite.@2x.png); background-position: 0% 100%; background-size: 622.2222222222223% 400%; width: 18px; height: 18px; display: inline-block; vertical-align: middle; font-size: 0; }}
/* ------------------------------------------------------------ *\
	I.   Generic
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Reset
\* ------------------------------------------------------------ */
*,
*:before,
*:after { padding: 0; margin: 0; outline: 0; box-sizing: border-box; }
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main { display: block; }
html { 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; -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; }
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; }
/* ------------------------------------------------------------ *\
	Base
\* ------------------------------------------------------------ */
body { min-width: 320px; background: #fff; font-family: 'Open Sans', sans-serif; font-size: 16px; line-height: 1.3; color: #333333; }
a { color: inherit; text-decoration: underline; transition: color .4s; }
a:hover,
a[href^="tel"] { text-decoration: none; }
h1,
h2,
h3,
h4,
h5,
h6 { margin-bottom: 0.65em; line-height: 1.2; font-family: 'Montserrat', sans-serif; font-weight: bold; }
h1, .h1 { font-size: 48px; }
h2, .h2 { font-size: 28px; }
h3, .h3 { font-size: 21px; letter-spacing: 0.03em; }
h4, .h4 { font-size: ; }
h5, .h5 { font-size: 16px; letter-spacing: 0.03em; }
h6, .h6 { font-size: ; }
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; }
.primary-color { color: #5EBADD; }
.secondary-color { color: #87005B; }
.danger-color { color: #a42404; }
.grey-color { color: #666666; }
.light-grey-color { color: #7f7f7f; }
.white-color-bg { background: #fff; }
.primary-color-bg { background: #953cee; }
.secondary-color-bg { background: #7f7f7f; }
.light-grey-color-bg { background: #f1f1f1; }
@media (max-width: 1023px) {
	h1, .h1 { font-size: 36px; }
	h2, .h2 { font-size: 26px; }
	h3, .h3 { font-size: 18px; }
	h4, .h4 { font-size: ; }
	h5, .h5 { font-size: 14px; }
	h6, .h6 { font-size: ; }

	p { font-size: 15px; }
}
@media (max-width: 767px) {
	h1, .h1 { font-size: 30px; }
	h2, .h2 { font-size: 24px; }
	h3, .h3 { font-size: 18px; }
	h4, .h4 { font-size: ; }
	h5, .h5 { font-size: 14px; }
	h6, .h6 { font-size: ; }
}
/* ------------------------------------------------------------ *\
	Fonts
\* ------------------------------------------------------------ */
@font-face {
    font-family: 'Helvetica-Black';
    src: url('css/fonts/Helvetica-Black-SemiBold.woff2') format('woff2'),
        url('css/fonts/Helvetica-Black-SemiBold.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Condensed-Black-Se';
    src: url('css/fonts/Helvetica-Condensed-Black-Se.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-Black-Se.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Condensed-Light';
    src: url('css/fonts/Helvetica-Condensed-Light-Light.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-Light-Light.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Condensed-Light-Li';
    src: url('css/fonts/Helvetica-Condensed-Light-Li.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-Light-Li.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('css/fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Conth';
    src: url('css/fonts/Helvetica-Conth.woff2') format('woff2'),
        url('css/fonts/Helvetica-Conth.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica-Condensed';
    src: url('css/fonts/Helvetica-Condensed-Thin.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-Thin.woff') format('woff');
    font-weight: 100;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Compressed.woff2') format('woff2'),
        url('css/fonts/Helvetica-Compressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Condensed-BlackObl.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-BlackObl.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Condensed-LightObl.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-LightObl.woff') format('woff');
    font-weight: 300;
    font-style: italic;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Condensed-Black.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-BoldOblique.woff2') format('woff2'),
        url('css/fonts/Helvetica-BoldOblique.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Bold.woff2') format('woff2'),
        url('css/fonts/Helvetica-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Condensed-Light.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-Light.woff') format('woff');
    font-weight: 300;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Black.woff2') format('woff2'),
        url('css/fonts/Helvetica-Black.woff') format('woff');
    font-weight: 900;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Condensed-Bold.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Condensed.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed.woff') format('woff');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Fraction.woff2') format('woff2'),
        url('css/fonts/Helvetica-Fraction.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Condensed-Oblique.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-Oblique.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-Condensed-BoldObl.woff2') format('woff2'),
        url('css/fonts/Helvetica-Condensed-BoldObl.woff') format('woff');
    font-weight: bold;
    font-style: italic;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-BlackOblique.woff2') format('woff2'),
        url('css/fonts/Helvetica-BlackOblique.woff') format('woff');
    font-weight: 900;
    font-style: italic;
}
@font-face {
    font-family: 'Helvetica';
    src: url('css/fonts/Helvetica-ExtraCompressed.woff2') format('woff2'),
        url('css/fonts/Helvetica-ExtraCompressed.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
/* ------------------------------------------------------------ *\
	Helpers
\* ------------------------------------------------------------ */
/*  Clear  */
.clear:after { content: ''; line-height: 0; display: table; clear: both; }
/*  Notext  */
.notext { white-space: nowrap; text-indent: 100%; text-shadow: none; overflow: hidden; }
.notext-old { font-size: 0; line-height: 0; text-indent: -4000px; }
/*  Hidden  */
[hidden],
.hidden { display: none; }
/*  Alignleft  */
.alignleft { float: left; }
/*  Alignright  */
.alignright { float: right; }
/* Animations */
.animations { opacity: 0; }
.animations.animated { opacity: 1; }
@keyframes ticker {
	from { transform: translateY(0); }
	to { transform: translateY(-100%); }
}
/*  Disabled  */
[disabled],
.disabled { cursor: default; }
/*  Grid  */
.cols { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 -30px; }
.col { max-width: 100%; -ms-flex: 1; flex: 1; padding: 0 30px; }
.col--1of2 { max-width: 50%; -ms-flex: 0 0 50%; flex: 0 0 50%; }
.col--1of3 { max-width: 33.33%; -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; }
/*  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; }
}
/* ------------------------------------------------------------ *\
	II.  Regions
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Container
\* ------------------------------------------------------------ */
.container { min-height: calc(100vh - 344px);  }
@media (max-width: 767px) {
	.container { min-height: auto;  }
}
/* ------------------------------------------------------------ *\
	Content
\* ------------------------------------------------------------ */
.content {}
/* ------------------------------------------------------------ *\
	Footer
\* ------------------------------------------------------------ */
.footer { padding: 30px 0 30px; background: #333333; color: #fff; }
.footer h5 { margin-bottom: 18px; text-transform: uppercase; color: #B9CC01; }
.footer p { font-size: 12px; letter-spacing: 0.028em; max-width: 340px; line-height: 2; margin-top: -5px; }
.footer .footer__cols { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin: 0 -10px; }
.footer .footer__col { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; padding: 0 10px; }
.footer .footer__col--1of2 { -ms-flex: 0 0 50%; flex: 0 0 50%; max-width: 50%; padding: 0 10px; }
.footer .footer__nav li + li { margin-top: 9px; }
.footer .footer__nav a { display: block; text-decoration: none; font-size: 12px; letter-spacing: 0.03em; }
.footer .footer__nav a:hover { color: #953cee; }
@media (max-width: 767px) {
	.footer { padding: 40px 0 40px; }

	.footer p { max-width: 100%; }

	.footer .footer__cols-primary { display: block; }

	.footer .footer__cols-primary > .footer__col { display: block; width: 100%; max-width: 100%; margin-bottom: 40px; }
	.footer .footer__cols-primary > .footer__col:last-child { margin-bottom: 0px; }
}
/* ------------------------------------------------------------ *\
	Header
\* ------------------------------------------------------------ */
.header { position: fixed; text-align: right; border-bottom: 5px solid #14c8e7; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); width: 100%; background-color: #fff; top: 0; left: 0; z-index: 999;  }
.header .logo { -ms-flex: 0 0 145px; flex: 0 0 145px; max-width: 145px; margin-bottom: -5px; margin-right: 20px; border-bottom: 5px solid #953cee; z-index: 10; padding-bottom: 15px; }
.header .header__inner { position: relative; display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; -ms-flex-pack: justify; justify-content: space-between; padding: 15px 0 0; }
.header .header__content { -ms-flex: 1; flex: 1; display: -ms-flexbox; display: flex; -ms-flex-align: end; align-items: flex-end; -ms-flex-pack: end; justify-content: flex-end; padding: 0 0 24px; }
.header .header__content-inner { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; max-width: 280px; -ms-flex-pack: end; justify-content: flex-end; }
.header .header__content-inner .search { width: 100%; max-width: 100%; -ms-flex-order: 2; order: 2; }
.header .header__content-inner .nav-utilities { max-width: 100%; -ms-flex-order: 1; order: 1; margin-bottom: 8px; }
.header .nav { position: relative; z-index: 10; margin-bottom: -11px; margin-right: 82px; }
.header .nav-utilities ul { -ms-flex-pack: end; justify-content: flex-end; }
.header .profile img { width: 100%; height: auto; }
@media (max-width: 1200px) {
	.header .header__content-inner { max-width: 200px; }

	.header .nav { margin-right: 40px; }
}
@media (max-width: 1023px) {
	.header { text-align: left; }

	.header .header__inner { -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; }

	.header .header__content { display: block; position: fixed; top: 0; bottom: 0; padding: 58px 0 30px; left: 0; right: 0; width: auto; background: #fff; z-index: 30; visibility: hidden; opacity: 0; -ms-transform: translateY(-100%); transform: translateY(-100%); transition: transform .4s, visibility .4s, opacity .4s; }
	.header .header__content.visible { -ms-transform: translateY(0); transform: translateY(0); overflow: auto; -webkit-overflow-scrolling: touch; visibility: visible; opacity: 1; }

	.header .header__content-inner { display: block; max-width: 100%; -ms-flex-pack: start; justify-content: flex-start; background: #333333; padding: 19px 35px 23px; color: #fff; }

	.header .nav { margin-right: 0; margin-bottom: 33px; padding: 0 35px; }

	.header .nav-utilities ul { -ms-flex-pack: start; justify-content: flex-start; }

	.header .nav-trigger { margin-bottom: 18px; }
	.header .nav-trigger.close { position: fixed; top: 26px; right: 11px; z-index: 40; }

	.header .search { position: relative; margin-bottom: 0px; }
	.header .search .search__field { font-size: 14px; height: 40px; padding: 0 20px 0 24px; border-bottom: 1px solid #fff; color: #fff; }
	.header .search .search__btn { position: absolute; top: 6px; left: 0; }

	.header .logo { max-width: 105px; }
	.header .logo--secondary { margin: 59px 35px 0; max-width: 116px; height: auto; }
}
@media (max-width: 767px) {
	.header { border-bottom: 2px solid #14c8e7; }

	.header .logo { max-width: 79px; margin-bottom: -2px; padding-bottom: 12px; border-bottom: 2px solid #953cee;}

	.header .header__inner { padding: 9px 0 0; }

	.header .nav-trigger { margin-bottom: 10px; }
	.header .nav-trigger.close { top: 16px; }
}
/* ------------------------------------------------------------ *\
	Main
\* ------------------------------------------------------------ */
.main {}
/* ------------------------------------------------------------ *\
	Shell
\* ------------------------------------------------------------ */
.shell { max-width: 1200px; padding-left: 10px; padding-right: 10px; margin: auto; }
.shell--fluid { max-width: none; }
/* ------------------------------------------------------------ *\
	Sidebar
\* ------------------------------------------------------------ */
.sidebar {}
/* ------------------------------------------------------------ *\
	Wrapper
\* ------------------------------------------------------------ */
.wrapper { min-height: 100vh; margin-top: 108px; }
/* Tablet Portrait */
@media (max-width: 1023px) {
	.wrapper { margin-top: 69px; }
}
@media (max-width: 767px) {
	.wrapper { margin-top: 44px; }
}
/* ------------------------------------------------------------ *\
	III. Modules
\* ------------------------------------------------------------ */
/* ------------------------------------------------------------ *\
	Articles
\* ------------------------------------------------------------ */
.articles { list-style-type: none; }
.articles .article + .article { margin-top: 26px; }
/* ------------------------------------------------------------ *\
	Article
\* ------------------------------------------------------------ */
.article h5 { margin-bottom: 0; text-transform: none; letter-spacing: -0.01em; }
.article h5 a { text-decoration: none; }
.article h5 a:hover { color: #953cee; }
.article p { line-height: 1.3 !important; letter-spacing: 0.03em; }
.article p a { text-decoration: none; }
.article p a:hover { color: #953cee; }
.article .article__image { position: relative; background-size: contain; background-repeat: no-repeat; background-position: center center; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; width: 180px; height: 180px; margin: 0 auto 15px; overflow: hidden;  }
.article .article__image img { transition: opacity .4s; width: 100%; }
.article .article__image a { display: block; text-decoration: none; width: 100%; height: 100%; overflow: hidden; }
.article .article__image a img { transition: opacity .4s; width: 100%; height: auto; }
.article .article__image a:hover img { opacity: .85; }
/* ------------------------------------------------------------ *\
	Article primary
\* ------------------------------------------------------------ */
.article--primary .article__inner { display: -ms-flexbox; display: flex; -ms-flex-flow: row wrap; flex-flow: row wrap; text-align: left; }
.article--primary h2 { margin-bottom: 4px; font-family: 'Open Sans', sans-serif; letter-spacing: 0.03em; }
.article--primary h3 { margin-bottom: 27px; font-family: 'Open Sans', sans-serif; font-weight: normal; text-transform: uppercase; letter-spacing: 0.03em; }
.article--primary p { margin-bottom: 3px; font-weight: normal; letter-spacing: 0.015em; line-height: 1.4 !important; }
.article--primary .article__image { margin-bottom: 0; -ms-flex: 0 0 180px; flex: 0 0 180px; max-width: 180px; margin-right: 20px; }
.article--primary .article__content { -ms-flex: 1; flex: 1; padding: 11px 0; }
.article--primary .form-donate { margin-top: 16px; }
@media (max-width: 1023px) {
	.article--primary h2 { font-size: 24px; }

	.article--primary .article__image { margin-right: 10px; }
}
@media (max-width: 767px) {
	.article--primary { text-align: center; }

	.article--primary h3 { margin-bottom: 15px; }

	.article--primary .article__inner { display: block; text-align: center; }

	.article--primary .article__image { max-width: 100%; margin: 0 auto; }
	.article--primary .article__aside { display: block; width: 100%; max-width: 100%; }
}
/* ------------------------------------------------------------ *\
	Article primary
\* ------------------------------------------------------------ */
.article--main h3 { margin-bottom: 25px; font-family: 'Open Sans', sans-serif; letter-spacing: 0.03em; }
.article--main p { line-height: 1.45; letter-spacing: 0.028em; }
/* ------------------------------------------------------------ *\
	Article secondary
\* ------------------------------------------------------------ */
.article--main-secondary { padding-top: 16px; }
.article--main-secondary p { letter-spacing: 0.027em; max-width: 780px; }
@media (max-width: 767px) {
	.article--main-secondary { text-align: center; }
}
/* ------------------------------------------------------------ *\
	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 Block  */
.btn--block { display: block; padding-left: 0; padding-right: 0; }
/*  Button default  */
.btn--default { border: 0; border-bottom: 2px solid rgba(0, 0, 0, .2); border-radius: 5px; padding: 9px 25px 8px; font-family: 'Open Sans', sans-serif; font-weight: bold; font-size: 14px; transition: background .4s; letter-spacing: 0.02em; color: #fff; }
/*  Button Primary  */
.btn--default.primary-color-bg:hover { background: #7f7f7f; }
/*  Button Secondary  */
.btn--default.secondary-color-bg:hover { background: #953cee; }
@media (max-width: 767px) {
	.btn--default { padding: 8px 15px 8px; font-size: 13px; }
}
/* ------------------------------------------------------------ *\
	Features
\* ------------------------------------------------------------ */
.features { list-style-type: none; display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-flow: row wrap; flex-flow: row wrap; margin: 0 -10px; }
.features .feature { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; padding: 0 10px; }
.features .feature:nth-child(2) { animation-delay: .4s; }
.features .feature:nth-child(3) { animation-delay: .8s; }
@media (max-width: 1023px) {
	.features { margin: 0 -5px; }

	.features .feature { padding: 0 5px; }
}
@media (max-width: 767px) {
	.features { display: block; }
	.features .feature { display: block; width: 100%; max-width: 100%; margin-bottom: 50px; }

	.features .feature:nth-child(2) { animation-delay: .2s; }
	.features .feature:nth-child(3) { animation-delay: .4s; }
}
/* ------------------------------------------------------------ *\
	Feature
\* ------------------------------------------------------------ */
.feature h3 { margin-bottom: 15px; text-transform: uppercase; }
.feature p { margin-bottom: 27px; max-width: 340px; letter-spacing: 0.03em; }
@media (max-width: 1023px) {
	.feature h3 { margin-bottom: 12px; min-height: 63px; }

	.feature p { margin-bottom: 18px; }
}
@media (max-width: 767px) {
	.feature h3 { min-height: auto; }
}
/* ------------------------------------------------------------ *\
	Form Elements
\* ------------------------------------------------------------ */
input::-webkit-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:-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; }
.field { width: 48px; height: 35px; display: inline-block; box-shadow: 0px 1px 1px 0px rgba(0, 0, 0, 0.25) inset; border-radius: 0; border: 1px solid #bfbfbf; border-radius: 0; -webkit-appearance: none; -moz-appearance: none; appearance: none; padding: 0 4px; text-align: center; }
.textarea {}
.select { position: relative; }
.select:before { content: ''; width: 0; height: 0; display: inline-block; border-top: 4px solid #333333; border-left: 4px solid transparent; border-right: 4px solid transparent; pointer-events: none; position: absolute; top: 50%; right: 0; -ms-transform: translateY(-50%); transform: translateY(-50%); }
.select select { height: 34px; display: block; width: 100%; padding: 0 20px 0 0; background: transparent; font-size: 16px; border: 0; border-radius: 0; border-bottom: 1px solid #333333; -webkit-appearance: none; -moz-appearance: none; appearance: none; letter-spacing: 0.02em; }
.select select option { background: #f1f1f1; }
.select select::-ms-expand { display: none; }
.field--secondary { height: 34px; display: block; width: 100%; padding: 0 20px 0 0; background: transparent; font-size: 16px; border: 0; border-radius: 0; border-bottom: 1px solid #333333; -webkit-appearance: none; -moz-appearance: none; appearance: none; letter-spacing: 0.02em; box-shadow: none; text-align: left; }
.radio {}
.radio input { display: none; }
.radio label { position: relative; padding: 8px 24px 7px; display: inline-block; border: 0; border-bottom: 2px solid rgba(0, 0, 0, .2); border-radius: 5px; transition: background .4s; background: #7f7f7f;  text-align: center; font-size: 14px; font-weight: bold; color: #fff; }
.radio label:hover { background: #953cee; }
.checkbox {}
@media (max-width: 767px) {
	.radio label { padding: 8px 14px 6px; }
}
/* ------------------------------------------------------------ *\
	Form
\* ------------------------------------------------------------ */
.form {}
/* ------------------------------------------------------------ *\
	Form donate
\* ------------------------------------------------------------ */
.form-donate .form__head { margin-bottom: 10px; }
.form-donate .form__body { margin-bottom: 18px; display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.form-donate .field { height: 36px; width: 71px; border-radius: 5px; }
.form-donate .list-radios { margin: 0 16px 0 0; }
@media (max-width: 767px) {
	.form-donate { text-align: center; }

	.form-donate .form__head { margin-bottom: 20px; }

	.form-donate .form__body { display: block; text-align: center; }

	.form-donate .list-radios { margin-right: 10px; margin-bottom: 13px; }

	.form-donate .field { height: 34px; width: 75px; }
}
/* ------------------------------------------------------------ *\
	Form filters
\* ------------------------------------------------------------ */
.form-filters p { margin-bottom: 0 !important; font-size: 14px; }
.form-filters .form__head { margin-bottom: 0px; }
.form-filters .form__body { display: -ms-flexbox; display: flex; }
.form-filters .cols { -ms-flex: 1; flex: 1; margin: 0 -10px; }
.form-filters .col { padding: 0 10px; }
.form-filters .btn { -ms-flex: 0 0 70px; flex: 0 0 70px; max-width: 70px; padding: 9px 10px 9px; margin-left: 20px; margin-top: -3px; text-transform: uppercase; }
@media (max-width: 767px) {
	.form-filters p { margin-bottom: 10px !important;}
	.form-filters .form__body { display: block; }

	.form-filters .cols { display: block; margin: 0; }
	.form-filters .col { display: block; width: 100%; max-width: 100%; padding: 0; }
	.form-filters .col + .col { margin-top: 10px; }

	.form-filters .btn { display: block; width: 100%; max-width: 100%; margin-left: 0; margin-top: 15px; }
}
/* ------------------------------------------------------------ *\
	Goal
\* ------------------------------------------------------------ */
.goal { display: inline-block; width: 216px; height: 216px; position: relative; z-index: 5; transform: rotateY(-180deg); backface-visibility: hidden; overflow: hidden; transition: transform .8s; }
.goal.animate { transform: rotateY(0deg); }
.goal,
.goal svg { border-radius: 50%; }
.goal svg { position: absolute; top: 0; left: 0; right: 0; bottom: 0; -ms-transform: rotate(-90deg); transform: rotate(-90deg); }
.goal .goal__animate { fill: #ccc; stroke: #c03c36; stroke-width: 16px; stroke-width: 32px; stroke-dasharray: 0 100; transition: stroke 2s linear, stroke-dasharray 2s linear; }
.goal .goal__content { display: -ms-flexbox; display: flex; -ms-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-line-pack: center; align-content: center; -ms-flex-pack: center; justify-content: center; line-height: 1; background: #fff; border-radius: 50%; width: calc(100% - 32px); height: calc(100% - 32px); padding-bottom: 3px; position: absolute; top: 50%; left: 50%; z-index: 5; -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }
.goal .goal__completed { font-weight: 800; font-size: 50px; width: 100%; }
/* ------------------------------------------------------------ *\
	List
\* ------------------------------------------------------------ */
[class^="list-"] { list-style: none outside none; }
/* ------------------------------------------------------------ *\
	List features
\* ------------------------------------------------------------ */
.list-features-wrap { position: relative; height: 170px; padding: 0 5px; overflow: hidden; transition: top .4s; }
.list-features { position: absolute; width: 100%; }
.list-features  ul { list-style-type: none; }
.list-features li { position: relative; display: block; height: 63px; letter-spacing: 0.02em; }
.list-features li + li:after { content: ''; width: 100%; height: 1px; background: #fff; position: absolute;top: -10px; left: 0;}
.list-features li + .blank:after { background: transparent !important; }
.list-features .blank + li:after { background: transparent !important; }
.list-features .blank + .blank:after { background: transparent !important; }
.list-features p { line-height: 1.3 !important; }
.list-features p span { display: block; font-weight: bold; }
/* ------------------------------------------------------------ *\
	List radios
\* ------------------------------------------------------------ */
.list-radios { display: -ms-flexbox; display: flex; margin-bottom: 0; }
.list-radios li + li { margin-left: 16px; }
.list-radios .btn { padding: 8px 24px 8px; text-transform: uppercase; }
@media (max-width: 767px) {
	.list-radios { -ms-flex-pack: center; justify-content: center; }

	.list-radios .btn { padding: 8px 12px 8px; text-transform: uppercase; }
}
/* ------------------------------------------------------------ *\
	Logo
\* ------------------------------------------------------------ */
.logo {}
/* ------------------------------------------------------------ *\
	Nav
\* ------------------------------------------------------------ */
.nav > ul { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.nav > ul > li { position: relative; padding: 16px 0; }
.nav > ul > li + li { margin-left: 32px; }
.nav > ul a { font-family: 'Montserrat', sans-serif; text-decoration: none; font-size: 14px; font-weight: 600; text-transform: uppercase; letter-spacing: 0.03em; }
.nav > ul ul { padding: 6px 0; text-align: left; position: absolute; top: 100%; left: -25px; right: -27px; width: auto; background: #fff; box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.15); visibility: hidden; opacity: 0; transition: visibility .4s, opacity .4s; }
.nav > ul ul:before { content: ''; width: 27px; height: 13px; display: inline-block; background: url(images/dropdown-arrow.png); position: absolute; top: -13px; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); }
.nav > ul ul a { display: block; padding: 6px 10px 6px 15px; font-size: 12px; transition: background .4s; }
@media(min-width: 1024px) {
	.nav > ul a:hover { color: #953cee; }
	.nav > ul li:hover ul { visibility: visible; opacity: 1; }
	.nav .dropdown a:hover { background: #333333; color: #fff; }
}
@media (max-width: 1200px) {
	.nav > ul > li + li { margin-left: 20px; }
}
@media (max-width: 1023px) {
	.nav > ul { display: block; }
	.nav > ul a { letter-spacing: 0.03em; }
	.nav > ul > li { position: relative; padding: 0; }
	.nav > ul > li > a { display: block; padding: 11px 0 10px; border-bottom: 1px solid #c1c1c1; }
	.nav > ul > li + li { margin-left: 0; margin-top: 0; }

	.nav >ul ul { position: static; display: none; visibility: visible; opacity: 1; box-shadow: none; padding: 10px 0 0; }
	.nav >ul ul:before { content: none; }
	.nav >ul ul a { padding: 7px 0; }

	.nav .has-dropdown.is-expanded > a { color: #953cee; }
	.nav .has-dropdown.is-expanded { position: relative; }
	.nav .has-dropdown.is-expanded:before { -ms-transform: rotate(90deg); transform: rotate(90deg); }
	.nav .has-dropdown:before { content: ''; width: 8px; height: 12px; background-image: url(images/dropdown-arrow-small@2x.png); background-size: 8px 12px; display: inline-block; position: absolute; top: 12px; right: 0; transition: background .4s, transform .4s; }
}
/* ------------------------------------------------------------ *\
	Nav utilities
\* ------------------------------------------------------------ */
.nav-utilities ul { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.nav-utilities li + li { margin-left: 35px; }
.nav-utilities a { text-decoration: none; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: normal; color: #666666; }
.nav-utilities a:hover { color: #953cee; }
@media (max-width: 1200px) {
	.nav-utilities li + li { margin-left: 15px; }
}
@media (max-width: 1023px) {
	.nav-utilities ul { display: block; }
	.nav-utilities li + li { margin-left: 0; margin-top: 0px; }
	.nav-utilities a { padding: 11px 0 10px; display: block; border-bottom: 1px solid #717171; font-size: 14px; color: #fff; letter-spacing: 0.03em; }
}
/* ------------------------------------------------------------ *\
	Nav trigger
\* ------------------------------------------------------------ */
.nav-trigger { display: none; width: 18px; height: 12px; }
.nav-trigger span { display: block; width: 18px; height: 2px; background: #333333; transition: transform .4s; }
.nav-trigger span + span { margin-top: 3px; }
.nav-trigger.close span:nth-child(1) { position: absolute; top: 6px; left: 0; -ms-transform: rotate(-45deg); transform: rotate(-45deg); }
.nav-trigger.close span:nth-child(2) { display: none; }
.nav-trigger.close span:nth-child(3) { position: absolute; top: 3px; left: 0; -ms-transform: rotate(45deg); transform: rotate(45deg); }
@media (max-width: 1023px) {
	.nav-trigger { display: inline-block; }
}
/* ------------------------------------------------------------ *\
	Products
\* ------------------------------------------------------------ */
.products .cols .product { height: 100%; }
.products .cols .col { margin-bottom: 59px; }
@media (max-width: 1200px) {
	.products .cols { margin: 0 -10px; }
	.products .cols .col { padding: 0 10px; margin-bottom: 33px; }
}
@media (max-width: 767px) {
	.products .cols { margin: 0; display: block; }
	.products .cols .col { display: block; width: 100%; max-width: 100%; padding: 0; margin-bottom: 33px; }
}
/* ------------------------------------------------------------ *\
	Product
\* ------------------------------------------------------------ */
.product { text-align: center; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); padding: 14px 16px 15px; }
.product .product__inner { position: relative; height: 100%; padding-bottom: 48px; }
.product h5 { font-family: 'Open Sans', sans-serif; margin-bottom: -4px; line-height: 1; }
.product small { position: relative; display: inline-block; margin-bottom: 13px; font-size: 12px; letter-spacing: 0.03em; }
.product p { font-size: 14px; letter-spacing: 0.03em; }
.product p small { display: block; margin-bottom: 0px; font-size: 13px; }
.product p small span { position: relative; }
.product p small span:before { content: ''; width: 100%; height: 1px; background: #666666; display: inline-block; -ms-transform: rotate(-3deg); transform: rotate(-3deg); position: absolute; top: 9px; left: 0; }
.product .product__image { -ms-flex: 0 0 208px; flex: 0 0 208px; max-height: 208px; margin-bottom: 14px; }
.product .product__content { -ms-flex: 0 0 100%; flex: 0 0 100%; }
.product .product__content-inner { margin-bottom: 20px; }
.product .quantity { position: absolute; left: 0; bottom: 0; width: 100%; text-align: center; }
/* ------------------------------------------------------------ *\
	Products secondary
\* ------------------------------------------------------------ */
.products--secondary .product .product__inner { position: relative; height: 100%; padding-bottom: 0; }
.products--secondary .product small { display: block; margin-bottom: 15px; }
.products--secondary .product h5 { margin-bottom: 3px; }
@media (max-width: 767px) {
	.products--secondary .product h5 { margin-bottom: 5px; }
}
/* ------------------------------------------------------------ *\
	Products tertiary
\* ------------------------------------------------------------ */
.products--tertiary {
	.product h5 { margin-bottom: -4px; }
}
@media (max-width: 1200px) {
	.products--tertiary h5 { margin-bottom: 0px; }
}
/* ------------------------------------------------------------ *\
	Quantity
\* ------------------------------------------------------------ */
.quantity .quantity__inner { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; -ms-flex-pack: center; justify-content: center; }
.quantity .form__label { margin-right: 10px; font-size: 12px; }
.quantity .field { margin-right: 16px; font-size: 12px; }
.quantity .btn { padding: 8px 24px 8px; text-transform: uppercase; }
/* ------------------------------------------------------------ *\
	Search
\* ------------------------------------------------------------ */
.search .search__inner { display: -ms-flexbox; display: flex; -ms-flex-align: center; align-items: center; }
.search .search__btn { margin-right: 7px; border: 0; border-radius: 0; background: transparent; -ms-flex: 0 0 18px; flex: 0 0 18px; max-width: 18px; }
.search .search__field { display: block; height: 24px; width: 100%; -ms-flex: 1; flex: 1; max-width: 100%; border: 0; border-radius: 0; border-bottom: 1px solid #666666; background: transparent; color: #666666; font-family: 'Open Sans', sans-serif; font-size: 12px; font-weight: normal; transition: border-bottom-color .4s; letter-spacing: 0.03em; -webkit-appearance: none; -moz-appearance: none; appearance: none; }
.search .search__field:focus { border-bottom-color: #953cee; }
/* ------------------------------------------------------------ *\
	Section
\* ------------------------------------------------------------ */
.section {}
/* ------------------------------------------------------------ *\
	Section slider
\* ------------------------------------------------------------ */
.section--slider { padding: 0; }
@media (min-height: 700px) {
	.section--slider { padding-top: 30px; }
}
@media (max-width: 1023px) {
	.section--slider { padding: 0 0 20px; }
}
@media (max-width: 767px) {
	.section--slider { padding: 0 0 15px; }

	.section--slider .slider--primary { margin-left: -10px; margin-right: -10px; }
}
/* ------------------------------------------------------------ *\
	Section features
\* ------------------------------------------------------------ */
.section--features { padding: 39px 0 80px; }
@media (max-width: 767px) {
	.section--features { padding: 20px 0 10px; }
}
/* ------------------------------------------------------------ *\
	Section main
\* ------------------------------------------------------------ */
.section--main { padding: 0 0 77px; }
.section--main .section__head { padding: 24px 0 21px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); }
.section--main .section__head h3,
.section--main .section__head .h3 { font-family: 'Open Sans', sans-serif; font-weight: normal; margin-top: 3px; margin-right: 10px; }
.section--main .section__head-inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
.section--main .section__head-content { padding-top: 33px; -ms-flex: 0 0 76.3%; flex: 0 0 76.3%; max-width: 76.3%; padding-right: 57px; -ms-flex-align: center; -ms-grid-row-align: center; align-items: center; }
.section--main .section__head-aside { -ms-flex: 0 0 23.7%; flex: 0 0 23.7%; max-width: 23.7%; }
.section--main .section__head-aside .widget { padding-right: 0; padding-left: 0; }
.section--main .section__head-content-inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; margin-bottom: 19px; }
.section--main .section__body { padding: 34px 0 0; }
.section--main .section__body-inner { display: -ms-flexbox; display: flex; -ms-flex-pack: justify; justify-content: space-between; }
.section--main .section__body-content { -ms-flex: 0 0 76.3%; flex: 0 0 76.3%; max-width: 76.3%; padding-right: 59px; }
.section--main .section__body-aside { -ms-flex: 0 0 23.7%; flex: 0 0 23.7%; max-width: 23.7%; }
.section--main .stButton { margin-left: 2px; }
.section--main .stButton span { box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.15); }
.section--main .stButton .stLarge { border-radius: 6px; }
.section--main .article--main { margin-top: -5px; max-width: 775px; }
@media (max-width: 1023px) {
	.section--main .section__head { padding: 30px 0; }
	.section--main .section__head h3 { margin-bottom: 15px; }

	/*.section--main .section__head-content { padding-top: 0; flex: 0 0 68.3%; max-width: 68.3%; padding-right: 20px; }
	.section--main .section__head-aside { flex: 0 0 31.7%; max-width: 31.7%; }
	.section--main .section__head-content-inner { display: block; margin-bottom: 23px; }*/
	.section--main .section__head-inner { display: block; }
	.section--main .section__head-content { display: block; width: 100%; max-width: 100%; margin-bottom: 30px; padding-top: 0; padding-right: 0px; }
	.section--main .section__head-aside { display: block; width: 100%; max-width: 100%;}

	.section--main .section__body-inner { display: block; }
	.section--main .section__body-content { display: block; width: 100%; max-width: 100%; margin-bottom: 30px; padding-right: 0;}
	.section--main .section__body-aside { display: block; width: 100%; max-width: 100%; }
}
@media (max-width: 767px) {

	.section--main .section__head-content-inner { display: block; text-align: center; }
	.section--main .section__head-content-inner h3 { margin-bottom: 15px; }
	.section--main .section__head-content-inner .fi-share-this { margin-left: -2px; }
}
/* ------------------------------------------------------------ *\
	Section main secondary
\* ------------------------------------------------------------ */
.section--main-secondary .section__head .article--primary h2 { margin-bottom: 0px; font-family: 'Helvetica', sans-serif; letter-spacing: 0.11em; }
.section--main-secondary .section__head .article--primary p { font-family: 'Helvetica', sans-serif; letter-spacing: 0.076em; line-height: 1.3 !important; }
.section--main-secondary .article--main + .article { margin-top: 55px; }
@media (max-width: 1023px) {
	.section--main-secondary .article--main + .article { margin-top: 30px; }
}
/* ------------------------------------------------------------ *\
	Section main tertiary
\* ------------------------------------------------------------ */
.section--main-tertiary .section__head p { max-width: 780px; letter-spacing: 0.027em; line-height: 1.45; }
.section--main-tertiary .section__head-content-inner { margin-bottom: 23px; }
.section--main-tertiary .form-filters { max-width: 670px; }
.section--main-tertiary .products--secondary { margin-top: 25px; }
.section--main-tertiary .product .product__inner { position: relative; height: 100%; padding-bottom: 0; }
@media (max-width: 1200px) {
	.section--main-tertiary .form-filters { max-width: 100%; }
}
@media (max-width: 1023px) {
	.section--main-tertiary .products--secondary { margin-top: 0; }
}
/* ------------------------------------------------------------ *\
	Slider primary
\* ------------------------------------------------------------ */
.slider--primary { color: #fff; overflow: hidden; max-height: 52vh; min-height: 360px; }
.slider--primary h1 { margin-bottom: 52px; font-size: 48px; font-weight: bold; line-height: 1.13; text-transform: uppercase; letter-spacing: 0.025em;}
.slider--primary .owl-item { backface-visibility: visible; }
.slider--primary .slider__slide { height: 500px; }
.slider--primary .slider__slides {  overflow: hidden; }
.slider--primary .slider__slide-image { position: relative; background-size: cover; background-position: center center; position: absolute; top: 0; left: 0; right: 0; bottom: 0; }
.slider--primary .slider__slide-content { position: absolute; top: 180px; left: 0; -ms-transform: translateY(-50%); transform: translateY(-50%); max-width: 60%; padding: 10px 100px 20px; }
.slider--primary .btn { padding: 13px 33px 12px; font-size: 16px; animation-delay: .7s; letter-spacing: 0.025em; border-radius: 5px; }
.slider--primary .owl-dots { position: absolute; bottom: 21px; left: 50%; -ms-transform: translateX(-50%); transform: translateX(-50%); }
.slider--primary .owl-dots .owl-dot.active { position: relative; }
.slider--primary .owl-dots .owl-dot.active:before { content: ''; width: 6px; height: 6px; display: inline-block; background: #fff; border-radius: 50%; position: absolute; top: 4px; left: 4px; }
.slider--primary .owl-dots .owl-dot { width: 16px; height: 16px; display: inline-block; border: 1px solid #fff; border-radius: 50%; }
.slider--primary .owl-dots .owl-dot + .owl-dot { margin-left: 16px; }
@media (max-width: 1023px) {
	.slider--primary h1  { margin-bottom: 30px; font-size: 34px; }

	.slider--primary .slider__slide { height: 400px; }

	.slider--primary .slider__slide-content { padding: 10px 30px 20px; }

	.slider--primary .btn { padding: 9px 28px 9px; font-size: 14px; }
}
@media (max-width: 767px) {
	.slider--primary { max-height: 100%; }
	
	.slider--primary  { color: #333333; }

	.slider--primary h1  { margin-bottom: 23px; padding: 0 22px; font-size: 30px; line-height: 1.2; }

	.slider--primary .slider__slide { height: auto; }

	.slider--primary .slider__slide-image { position: static; height: 348px; background-position: right center; }

	.slider--primary .slider__slide-content { position: static; padding: 31px 12px 20px; height: auto; top: auto; max-width: 100%; -ms-transform: translateY(0%); transform: translateY(0%); transition: visibility .4s, opacity. 4s; }

	.slider--primary .owl-dots { bottom: auto; top: 311px; }
	.slider--primary .owl-dots .owl-dot.active:before { content: ''; width: 6px; height: 6px; display: inline-block; background: #fff; border-radius: 50%; position: absolute; top: 3px; left: 3px; }
	.slider--primary .owl-dots .owl-dot { width: 14px; height: 14px; display: inline-block; border: 1px solid #fff; border-radius: 50%; }

	.slider--primary .btn { padding: 9px 28px 8px; display: block; width: 100%; letter-spacing: -0.02em; }

	.slider--primary .owl-item h1 { animation-delay: -20s; }
	.slider--primary .owl-item .btn { animation-delay: -20s; }
	.slider--primary .owl-item.active h1 { animation-delay: 0s;  }
	.slider--primary .owl-item.active .btn { animation-delay: .2s; }
}
/* ------------------------------------------------------------ *\
	Slider features
\* ------------------------------------------------------------ */
.slider--features {}
/* ------------------------------------------------------------ *\
	Table
\* ------------------------------------------------------------ */
.table {}
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widgets { list-style: none outside none; }
.widgets .widget + .widget { margin-top: 33px; }
.widgets .widget { padding: 20px 17px 21px; }
.widgets .widget .widget__head  { margin-bottom: 20px; }
@media (max-width: 1023px) {
	.widgets .widget .widget__head  { margin-bottom: 15px; }
}
/* ------------------------------------------------------------ *\
	Widget centered
\* ------------------------------------------------------------ */
.widget--centered { text-align: center; }
/* ------------------------------------------------------------ *\
	Widget
\* ------------------------------------------------------------ */
.widget { padding: 13px 20px 15px; box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.15); text-align: center; }
.widget h5 { text-transform: none; font-weight: bold;  margin-bottom: 14px; text-align: center; }
.widget p { line-height: 1.45; letter-spacing: 0.025em; text-align: left; }
.widget .widget__head { margin-bottom: 14px; text-align: center; }
.widget .widget__foot { margin-top: 25px; margin-bottom: 12px; text-align: center; }
.widget .list-features { position: relative; animation: ticker 12s linear infinite; }
.widget .list-features:hover { animation-play-state: paused; }
.widget .list-features ul { margin: 0; }
.widget .list-features ul ~ ul { position: absolute; top: 100%; left: 0; width: 100%; }
.widget .list-features p { text-align: center; }
.widget .articles { margin-bottom: 5px; }
.widget .articles p { text-align: center; }
@media (max-width: 1023px) {
	.widget .articles { display: -ms-flexbox; display: flex; margin: 0 -10px; }
	.widget .articles .article { -ms-flex: 0 0 33.33%; flex: 0 0 33.33%; max-width: 33.33%; padding: 0 10px; }
	.widget .articles .article + .article { margin-top: 0; }
}
@media (max-width: 767px) {
	.widget .articles { display: block; margin: 0; }
	.widget .articles .article { width: 100%; max-width: 100%; padding: 0; }
	.widget .articles .article + .article { margin-top: 20px; }
}
