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

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-100Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-100Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-500Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-500Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-900.woff2') format('woff2'),
        url('fonts/MuseoSlab-900.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-100.woff2') format('woff2'),
        url('fonts/MuseoSlab-100.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-700.woff2') format('woff2'),
        url('fonts/MuseoSlab-700.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-1000.woff2') format('woff2'),
        url('fonts/MuseoSlab-1000.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-300Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-300Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-900Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-900Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-500.woff2') format('woff2'),
        url('fonts/MuseoSlab-500.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-700Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-700Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-300.woff2') format('woff2'),
        url('fonts/MuseoSlab-300.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Museo Slab';
    src: url('fonts/MuseoSlab-1000Italic.woff2') format('woff2'),
        url('fonts/MuseoSlab-1000Italic.woff') format('woff');
    font-weight: normal;
    font-style: italic;
}

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

.wrapper--main { position: relative; overflow-x: hidden; }

@media(max-width: 1023px){
    .wrapper--main { padding-top: 0; }
}

/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */

.video--main { position: relative; overflow: hidden; height: calc(100vh - 220px); max-height: 560px; background: url('images/temp/bg-video-fallback-sm.jpg') no-repeat center; background-size: cover; }
.video--main video { background-color: #111; min-width: 100%; width: auto; max-width: none; min-height: 100%; height: auto; position: absolute; top: 50%; left: 50%; z-index: -1; transform: translate(-50%, -50%); z-index: 0; }

@media(max-width: 767px) {
	.video--main { height: auto; padding-bottom: 56.25%; }
	.video--main video { background-color: transparent; }
}

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */

.bar--main { background: #33B44A; color: #fff; }

.bar--main h5 { font-size: 20px; font-weight: 300; text-transform: uppercase; margin-right: 30px; padding-right: 30px; border-right: 1px solid #EEECE9; }
.bar--main h5 a { text-decoration: none; color: #fff; transition: .3s opacity; }
.bar--main h5 a:hover { opacity: .6; }

.bar--main .bar__inner { display: flex; align-items: center; }

.bar--main .bar__content { display: flex; align-items: center; }

.bar--main .nav--primary { margin-right: 50px; }

.bar--main .btn { min-width: 200px; }

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

.nav--primary ul { display: flex; align-items: center; }
.nav--primary li + li { margin-left: 30px; }
.nav--primary a { display: block; padding: 20px 0; font-size: 18px; font-weight: bold; text-decoration: none; }

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

.intro { position: relative; display: flex; justify-content: flex-start; align-items: flex-end; height: 330px; background-repeat: no-repeat; background-position: center; background-size: cover; }

@media (max-width: 1200px) {
    .intro { height: 260px; }
}
@media (max-width: 1023px) {
    .intro { height: 380px; }
}
/* Mobile */
@media (max-width: 767px) {
    .intro { height: 230px; }
}

/*  Intro Content  */
.intro .intro__content { position: relative; z-index: 5; flex: 1 0; padding: 33px 0; }

.intro .intro__content h1,
.intro .intro__content h2,
.intro .intro__content h3,
.intro .intro__content h4,
.intro .intro__content h5,
.intro .intro__content h6 { margin-bottom: 14px; font-weight: 400; line-height: 1.2; color: #fff; }

.intro .intro__content h1 { font-size: 52px; }

/*  Intro Entry  */
.intro .intro__entry { max-width: 870px; font-size: 20px; font-weight: 300; line-height: 1.5; color: #fff; }

@media (max-width: 1023px) {
	.intro .intro__content h1 { font-size: 45px; }

	.intro .intro__entry { font-size: 18px; }
}

@media (max-width: 767px) {

	.intro .intro__content { padding: 50px 0; }

	.intro .intro__content h1,
	.intro .intro__content h2,
	.intro .intro__content h3,
	.intro .intro__content h4,
	.intro .intro__content h5,
	.intro .intro__content h6 { margin-bottom: 13px; line-height: 1.05; }

	.intro .intro__content h1 { font-size: 34px; }

	.intro .intro__entry { font-size: 16px; line-height: 1.25; }
}

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

.section-nav .section__content { padding: 24px 0 17px; border-bottom: 1px solid #EEECE9; }

@media (max-width: 767px) {
	.section-nav .section__content { padding: 24px 0 25px; }
}

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

.nav-tertiary { display: flex; align-items: center; font-size: 16px; color: rgba(74, 74, 74, .7); white-space: nowrap; }

.nav-tertiary h1,
.nav-tertiary h2,
.nav-tertiary h3,
.nav-tertiary h4,
.nav-tertiary h5,
.nav-tertiary h6 { margin: 0 13px 0 0; font-weight: 400; color: inherit; }

.nav-tertiary ul { display: flex; flex-wrap: wrap; align-items: center; padding: 0; margin: 0 -9px !important; list-style-type: none; }

.nav-tertiary li { padding: 0 9px; }

.nav-tertiary a { display: inline-block; padding: 5px 8px; border-radius: 5px; background-color: #F4F3F1; font-weight: 600; color: #33B44A; text-decoration: none; transition: background .4s, color .4s; }

.nav-tertiary a:hover { background-color: #33B44A; color: #fff; }

@media (max-width: 1023px) {
	.nav-tertiary { display: block; text-align: center; }

	.nav-tertiary h1,
	.nav-tertiary h2,
	.nav-tertiary h3,
	.nav-tertiary h4,
	.nav-tertiary h5,
	.nav-tertiary h6 { margin: 0 0 12px 0; }
}

@media (max-width: 767px) {
	.nav-tertiary ul { display: block; margin: 0; }

	.nav-tertiary li { margin: 0; }

	.nav-tertiary li + li { margin-top: 9px; }

	.nav-tertiary a { display: block; }
}

/* ------------------------------------------------------------ *\
	Section Columns
\* ------------------------------------------------------------ */

.section-columns { padding: 61px 0; font-size: 16px; line-height: 1.75; color: #4A4A4A; }

/*  Section Columns Inner  */
.section-columns .section__inner { display: flex; margin: 0 -65px; }

.section-columns .section__content { flex: 1 0; padding: 0 65px; }

.section-columns .section__aside { flex: 0 0 500px; max-width: 500px; padding: 0 65px; }

/*  Section Columns Entry  */
.section-columns .section__entry { margin-bottom: 30px; }

.section-columns .section__entry h1,
.section-columns .section__entry h2,
.section-columns .section__entry h3 { margin-bottom: 6px; font-weight: 400; line-height: 1.2; color: #33B44A; }

.section-columns .section__entry h4,
.section-columns .section__entry h5,
.section-columns .section__entry h6 { margin-bottom: 20px; font-weight: 400; color: #1A1919; line-height: 1.2; letter-spacing: .078em; text-transform: uppercase; }

.section-columns .section__entry h3 { font-size: 36px; }

.section-columns .section__entry h4 { font-size: 22px; }

/*  Section Columns Aside  */
.section-columns .section__aside img { margin-bottom: 39px; }

@media (max-width: 1023px) {
	.section-columns .section__inner { display: block; margin: 0; }

	.section-columns .section__content { padding: 0; margin-bottom: 50px; }

	.section-columns .section__aside { max-width: 100%; padding: 0; text-align: center; }
}

@media (max-width: 767px) {
	.section-columns { padding: 40px 0; }

	.section-columns .section__entry h1,
	.section-columns .section__entry h2,
	.section-columns .section__entry h3 { margin-bottom: 13px; }

	.section-columns .section__entry h4,
	.section-columns .section__entry h5,
	.section-columns .section__entry h6 { margin-bottom: 15px; }

	.section-columns .section__entry h3 { font-size: 32px; }

	.section-columns .section__entry h4 { font-size: 18px; }
}

/* ------------------------------------------------------------ *\
	Section Articles
\* ------------------------------------------------------------ */

.section-articles { padding: 19px 0; }

.section-articles .articles-small { margin-bottom: 83px; }

/* ------------------------------------------------------------ *\
	Article Small
\* ------------------------------------------------------------ */

.articles-small .article-small + .article-small { margin-top: 60px; }

.articles-small .article-small:nth-child(even) .article__inner { flex-direction: row-reverse; }

.articles-small .article-small:nth-child(even) .article__image { margin: 0 -70px 0 0; }

.articles-small .article-small:nth-child(even) .article__content { padding: 41px 40px 41px 110px; }

.article-small { font-size: 16px; line-height: 1.8; color: #4A4A4A; }

/*  Article Small Inner  */
.article-small .article__inner { display: flex; flex-wrap: wrap; }

/*  Article Small Content  */
.article-small .article__content { flex: 0 0 57.2%; max-width: 57.2%; padding: 41px 110px 41px 40px; background-color: #F4F3F1; }

.article-small .article__content h1,
.article-small .article__content h2,
.article-small .article__content h3,
.article-small .article__content h4,
.article-small .article__content h5,
.article-small .article__content h6 { margin-bottom: 19px; font-family: 'Roboto Slab', sans-serif; line-height: 1.2; color: #33B44A; }

.article-small .article__content h3 { font-size: 36px; }

.article-small .article__content p { margin-bottom: 22px; }

.article-small .article__content p + .btn { margin-top: 8px; margin-bottom: 8px; }

.article-small .article__content .btn { padding: 0 28px; }

/*  Article Small Image  */
.article-small .article__image { flex: 0 0 48.7%; max-width: 48.7%; padding: 40px 0; margin-left: -70px; }

/* Video left, content right */
.section-articles--video .articles-small .article-small .article__inner { flex-direction: row-reverse; }
.section-articles--video .articles-small .article-small .article__image { margin: 0 -70px 0 0; }
.section-articles--video .articles-small .article-small .article__content { padding: 41px 40px 41px 110px; }

.section-articles--video .article-small .article__content .btn { display: inline-block; margin: 0 10px 10px 0; line-height: 47px !important; float: none; }

@media (max-width: 1023px) {
	.articles-small .article-small:nth-child(even) .article__image { margin: 0; }

	.articles-small .article-small:nth-child(even) .article__content { padding: 60px 40px 40px !important; }

	.article-small .article__content { order: 5; flex: 0 0 100% !important; max-width: 100% !important; padding: 60px 40px 40px !important; margin-top: -30px !important; }

	.article-small .article__image { position: relative !important; flex: 0 0 100% !important; max-width: 100% !important; padding: 0 !important; margin-left: 0 !important; margin-right: 0 !important; text-align: center; }
}

@media (max-width: 767px) {
	.articles-small .article-small:nth-child(even) .article__content { padding: 60px 20px 20px !important; }

	.article-small .article__content { padding: 60px 20px 20px !important; }

	.article-small .article__content h3 { font-size: 32px; }

	.article-small .article__content .btn { min-width: 0; padding: 0 15px; font-size: 14px; }

	.article-small .article__image { padding: 0 20px; }
}

/* ------------------------------------------------------------ *\
	Accordion Secondary
\* ------------------------------------------------------------ */

.accordion-secondary { padding: 31px 20px 39px 20px; background-color: #F4F3F1; font-size: 14px; line-height: 1.5; }

.accordion-secondary > h1,
.accordion-secondary > h2,
.accordion-secondary > h3,
.accordion-secondary > h4,
.accordion-secondary > h5,
.accordion-secondary > h6 { margin-bottom: 24px; font-weight: 400; line-height: 1.2; color: #1A1919; }

/*  Accordion Section  */
.accordion-secondary .accordion__section { border-radius: 2px; background-color: #fff; }

.accordion-secondary .accordion__section + .accordion__section { margin-top: 10px; }

/*  Accordion Head  */
.accordion-secondary .accordion__head { position: relative; padding: 26px 50px 26px 20px; cursor: pointer; }

.accordion-secondary .accordion__head:after { content: ''; position: absolute; top: 50%; right: 30px; width: 7px; height: 11px; background-image: url(images/ico-arrow-right@2x.png); background-size: 7px 11px; background-repeat: no-repeat; background-position: center; transform: translateY(-50%); transition: transform .4s ease; }

.accordion-secondary .accordion__head > h1,
.accordion-secondary .accordion__head > h2,
.accordion-secondary .accordion__head > h3,
.accordion-secondary .accordion__head > h4,
.accordion-secondary .accordion__head > h5,
.accordion-secondary .accordion__head > h6 { font-family: 'Roboto Slab', sans-serif; font-weight: 400; color: #33B44A; }

/*  Accordion Body  */
.accordion-secondary .accordion__body { padding: 0 20px 26px; }

/*  Accordion Active State  */
.accordion-secondary .accordion__section--current .accordion__head:after { transform: translateY(-50%) rotate(90deg); }


/* ------------------------------------------------------------ *\
	Video
\* ------------------------------------------------------------ */

.video--open { position: relative; }

.video--open img { width: 100%; }

.video--open .ico-video { position: absolute; left: 50%;  top: 50%; transform: translate(-50%, -50%);}
.video--open .ico-video img { transition: transform .3s; }
.video--open .ico-video:hover img { transform: scale(.9); }

@media (max-width: 767px){
	.video--open .ico-video { margin-left: 0; max-width: 70px;  }
}

/* ------------------------------------------------------------ *\
	Section Testimonials
\* ------------------------------------------------------------ */

.section--testimonials { margin-top: 51px !important; padding-bottom: 56px; }

.section--testimonials .section__image { min-height: 500px; background-position: 50% 50%; background-repeat: no-repeat; background-size: cover; }

@media(max-width: 1200px){
    .section--testimonials { margin-top: 25PX !important; padding-bottom: 56px; }
}

@media(max-width: 1023px){
    .section.section--testimonials { margin-top: 0 !important; padding-bottom: 0px; }
}

/* ------------------------------------------------------------ *\
	Card testimonial
\* ------------------------------------------------------------ */

.card-testimonial { max-width: 778px; margin-top: -189px; margin-left: 87px; }

.card-testimonial .testimonial blockquote { font-size: 18px; line-height: 30px; color: #4a4a4a; margin-bottom: 17px; position: relative; z-index: 1; }
.card-testimonial .testimonial  { padding: 37px 59px 0 80px ;  font-family: 'Museo Slab', sans-serif; }
.card-testimonial .testimonial  p { color: #4a4a4a; font-weight: bold; }
.card-testimonial .testimonial .testimonal__author h5 { margin-bottom: 8px; font-size: 14px; color: #33b44a; font-weight: 700; font-family: 'Museo Slab', sans-serif;}
.card-testimonial .testimonial .testimonal__author span { font-size: 14px; color: #666; font-family: 'Museo Slab', sans-serif;}

.card-testimonial .slider--testimonials { padding: 16px 44px 69px !important; border-bottom: 5px solid #33b44a;  }
.card-testimonial .slider--testimonials .owl-prev { left: 21px; margin-top: -11px; }
.card-testimonial .slider--testimonials .owl-next { right: 20px; margin-top: -13px; }

@media(max-width: 767px){
    .card-testimonial .testimonial  { padding: 24px 47px 0;  font-family: 'Museo Slab', sans-serif; }
    .card-testimonial .testimonial p { font-size: 15px; }
    .card-testimonial .slider--testimonials { padding: 12px 8px 35px !important; }
    .card-testimonial { margin-left: 0; }
    .section--testimonials .section__image { padding: 0; margin: 0 -15px; }
}
/* ------------------------------------------------------------ *\
	Ico
\* ------------------------------------------------------------ */

.ico-check { background-image: url(images/icons/check-circle-2@2x.png); width: 24px; height: 24px; background-repeat: no-repeat; background-position: center center; background-size: 24px 24px; }
.ico-back { background-image: url(images/icons/ico-back@2x.png); width: 18px; height: 18px; background-repeat: no-repeat; background-position: center center; background-size: 18px 18px; }
.ico-pin { background-image: url(images/icons/ico-pin@2x.png); width: 54px; height: 71px; background-repeat: no-repeat; background-position: center center; background-size: 54px 71px; }

/* ------------------------------------------------------------ *\
	Bar
\* ------------------------------------------------------------ */

.bar--main { background: #33B44A; color: #fff; position: absolute; top: 0; left: 0; right: 0; z-index: 10; }

.bar--main.fixed { position: fixed; top: 0; }

.bar--main h5 { font-size: 20px; font-weight: 300; text-transform: uppercase; margin-right: 23px; padding-right: 21px; border-right: 1px solid #EEECE9; }

.bar--main h5 span { display: none; }

.bar--main .bar__inner { display: flex; align-items: center; }

.bar--main .bar__content { display: flex; align-items: center; }

.bar--main .btn { min-width: 148px; }

.bar--main .nav-trigger-main { display: none; }

@media(min-width: 1024px){
    .bar--main h5 { display: none; }
}
@media(max-width: 1023px){
    .bar--main.fixed { position: absolute; }

    .bar--main h5 {  font-family: 'Museo Slab', sans-serif; font-weight: 500; font-size: 18px; margin: 0 5px; padding-right: 0; border-right: 0; text-transform: none; }
    .bar--main h5 span { display: inline-block; }
    .bar--main.expanded .bar__content { visibility: visible; opacity: 1; transform: translateY(0); }

    .bar--main .bar__inner { justify-content: space-between; padding: 24px 0; }

    .bar--main .bar__content { display: block; padding: 32px 30px; position: absolute; top: 100%; left: 0; width: 100%; z-index: 10; background: #278a39; color: #fff; text-align: center; visibility: hidden; opacity: 0; transform: translateY(20px); transition: visibility .3s, opacity .3s, transform .3s; }

    .bar--main .nav-trigger-main { display: inline-block; margin-right: 10px; }


    .bar--main .nav--primary { margin-right: 0; margin-bottom: 32px; }
}

@media(max-width: 767px){
    .bar--main .btn { display: block; width: 100%; }
}

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

.nav--primary ul { display: flex; align-items: center; }
.nav--primary li + li { margin-left: 44px; }
.nav--primary a { position: relative; display: block; padding: 24px 0; font-size: 18px; font-weight: bold; text-decoration: none; }
.nav--primary a:hover { color: rgba(255,255,255,.6); }
.nav--primary a:after { content: ''; display: inline-block; border-bottom: 7px solid #fff; border-left: 7px solid transparent; border-right: 7px solid transparent; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); display: none; }
.nav--primary .current-menu-item a:after,
.nav--primary .current a:after { display: inline-block; }

/* dropdown */
.nav--primary li.menu-item-has-children > a { cursor: default; pointer-events: none; }
@media(min-width: 1024px) {
    .nav--primary li { position: relative; }
    .nav--primary li:hover ul { display: block; opacity: 1; visibility: visible; height: auto; }
    .nav--primary li ul { display: none; opacity: 0; visibility: hidden; height: 0; position: absolute; top: 100%; left: -20px; display: block; width: 240px; background-color: #33B44A; transition: .3s all; }
    .nav--primary li ul li { display: block; margin-left: 0; }
    .nav--primary li ul li a { display: block; font-size: 16px; padding: 15px 20px; font-weight: normal; }
}

@media(max-width: 1023px) {
    .nav--primary ul { display: block; text-align: left; }
    .nav--primary li + li { margin-left: 0; margin-top: 22px; }
    .nav--primary a { padding: 0; font-weight: normal; }
    .nav--primary a:after { display: none;  }
    .nav--primary .current-menu-item,
    .nav--primary .current a:after { display: none;  }

    /* dropdown */
    .nav--primary li ul { margin-top: 20px; padding-left: 15px; }
    .nav--primary li ul li a { font-size: 16px; font-weight: normal; }
}

/* ------------------------------------------------------------ *\
	Bar wrapper
\* ------------------------------------------------------------ */

.bar--wrapper { position: relative; padding-top: 70px; }

/* ------------------------------------------------------------ *\
	Section video
\* ------------------------------------------------------------ */

.section--video-alt { overflow: hidden; position: relative; padding: 80px 0; margin-top: 20px !important; margin-bottom: 0; }
.section--video-alt:before { content: ''; display: inline-block; position: absolute; top: 0; left: 0; bottom: 0; background: #F4F3F1; right: 31%; }

.section--video-alt .section__head { margin-bottom: 30px; position: relative; z-index: 1; max-width: 69%;  }
.section--video-alt .section__head h2 { margin-bottom: 8px; font-family: 'Museo Slab', sans-serif; font-weight: 700; font-size: 46px; color: #33B44A; letter-spacing: 0.016em;}
.section--video-alt .section__head p { font-size: 20px; font-weight: bold; }

.section--video-alt .section__body { position: relative; display: flex; justify-content: space-between; z-index: 1; }
.section--video-alt .section__body p { font-size: 18px; line-height: 1.6; letter-spacing: 0.016em;  }
.section--video-alt .section__body p + p { margin-top: 23px; }
.section--video-alt .section__body p + .btn { margin-top: 16px; line-height: 44px; }
.section--video-alt .section__body .btn { min-width: 170px; }

.section--video-alt .section__aside { flex: 0 0 51%; max-width: 51%; }

.section--video-alt .section__content { flex: 0 0 49%; max-width: 49%; padding-right: 50px; }

.section--video-alt .video { box-shadow: none; border: 13px solid #fff; }
.section--video-alt .video:before { display: none; }

@media(max-width: 1200px){
    .section--video-alt .section__content { padding-right: 15px; }
}

@media(max-width: 1023px){
    .section.section--video-alt { padding: 45px 0 50px; }
    .section--video-alt:before { right: 0; }

    .section--video-alt .section__head { max-width: 100%; }
    .section--video-alt .section__head h2 { font-size: 36px; }

    .section--video-alt .section__head p { font-size: 18px; }
    .section--video-alt .section__body p + p { margin-top: 16px; }
    .section--video-alt .section__body p + .btn { margin-top: 5px; }

    .section--video-alt .section__body { display: block; }

    .section--video-alt .section__content { max-width: 100%; margin-bottom: 35px; padding: 0; }

    .section--video-alt .section__aside { max-width: 100%; }
}
@media(max-width: 767px){
    .section.section--video-alt { padding: 35px 0 45px; }

    .section--video-alt .section__head { margin-bottom: 25px; }
    .section--video-alt .section__head h2 { font-size: 30px; }

    .section--video-alt .section__head p { font-size: 16px; }
    .section--video-alt .section__body p { font-size: 16px; }
    .section--video-alt .section__body p + p { margin-top: -5px; }
    .section--video-alt .section__body p + .btn { margin-top: 5px; }
}

/* ------------------------------------------------------------ *\
	Section team
\* ------------------------------------------------------------ */

.section--team { padding: 56px 0 0px; }
.section--team .section__head { text-align: center; margin-bottom: 30px; }
.section--team .section__head h4 { font-size: 36px; font-weight: 400; margin-bottom: 3px; }
.section--team .section__head h5 { font-size: 18px; font-weight: 400; color: #33B44A; letter-spacing: 0.08em; text-transform: uppercase;  }

@media(max-width: 1200px){
    .section--team { padding: 25px 0 0px; }
}

@media(max-width: 1023px){
    .section--team { padding: 5px 0 0px; margin-bottom: 0px !important; }
}

@media(max-width: 767px){
    .section.section--team { padding: 0; }

    .section--team .section__head { margin-bottom: 25px; }
}

/* ------------------------------------------------------------ *\
	Tiles primary
\* ------------------------------------------------------------ */

.tiles--primary { display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap; margin: 0 -15px; }
.tiles--primary .tile--primary { margin-bottom: 30px; flex: 0 0 33.33%; max-width: 33.33%; padding: 0 15px; }

@media(max-width: 1023px){
    .tiles--primary .tile--primary { margin-bottom: 30px; flex: 0 0 50%; max-width: 50%; padding: 0 15px; }
}

@media(max-width: 767px){
    .tiles--primary { display: block; margin: 0; }
    .tiles--primary .tile--primary { margin-bottom: 20px; max-width: 100%; padding: 0; }
}

/* ------------------------------------------------------------ *\
	Tile primary
\* ------------------------------------------------------------ */

.tile--primary h6 { color: #33B44A; font-size: 19px; font-weight: 500; margin-bottom: 3px; transition: color .3s; }

.tile--primary p { font-size: 16px; }

.tile--primary .tile__inner { display: block; position: relative; background-size: cover; background-repeat: no-repeat; width: 100%; height: 400px; }

.tile--primary .tile__content { position: absolute; bottom: 20px; left: 20px; right: 20px; background: #fff; padding: 17px 20px 13px; border-bottom: 3px solid #33B44A; transition: background .3s, color .3s; }

@media(min-width: 1025px){
	.tile--primary .tile__inner:hover h6 { color: #fff; }
	.tile--primary .tile__inner:hover .tile__content { background: #33B44A; color: #fff; }
}

@media(max-width: 767px){
    .tile--primary p { font-size: 15px; }

    .tile--primary .tile__inner { height: auto; padding-top: 100%; }

    .tile--primary .tile__content { bottom: 15px; left: 15px; right: 15px; padding: 15px 15px 13px; }
}

/* ------------------------------------------------------------ *\
	Section benefits
\* ------------------------------------------------------------ */

.section--benefits h2 { margin-bottom: 9px; color: #33B44A; font-size: 36px; font-weight: 400; }
.section--benefits p { font-size: 18px; line-height: 1.7; }
.section--benefits .section__inner { display: flex; align-items: center; }
.section--benefits .section__aside { flex: 0 0 40%; max-width: 40%; padding-bottom: 78px; padding-right: 20px; }
.section--benefits .section__content { flex: 0 0 60%; max-width: 60%; background: #F4F3F1; padding: 34px 20px 26px; }

@media(max-width: 1200px){
    .section--benefits .section__content { padding: 34px 20px 26px 30px; }
}

@media(max-width: 1023px){
    .section--benefits .section__inner { display: block; }

    .section--benefits .section__aside { max-width: 100%; padding: 0; margin-bottom: 25px; }

    .section--benefits .section__content { max-width: 100%; }
}

@media(max-width: 767px){
    .section.section--benefits { padding: 0; }

    .section--benefits h2 { font-size: 28px; }

    .section--benefits .section__content { padding: 10px 15px 10px; }
}
/* ------------------------------------------------------------ *\
	List benefits
\* ------------------------------------------------------------ */

.list--benefits { columns: 2; column-gap: 20px; }
.list--benefits li + li { margin-top: 14px; }
.list--benefits li { padding-left: 34px; }
.list--benefits a { font-size: 16px; text-decoration: underline; }
.list--benefits a:hover { color: #33b44a; }
.list--benefits i { margin-right: 10px; margin-left: -38px; }

@media(max-width: 1200px){
    .list--benefits { column-gap: 5px; margin-left: 0 !important; }
}

@media(max-width: 767px){
    .list--benefits { columns: 1; column-gap: 0; }
    .list--benefits li + li { margin-top: 10px; }
    .list--benefits i { position: relative; bottom: 2px; margin-right: 4px; width: 18px; height: 18px; background-size: 18px 18px; }
    .list--benefits a { font-size: 14px; }
}

/* ------------------------------------------------------------ *\
	Articles primary
\* ------------------------------------------------------------ */

.articles--primary .article--primary + .article--primary { margin-top: 82px; }
.articles--primary .article--primary-alt + .article--primary-alt { margin-top: 48px; padding-top: 48px; }

@media(max-width: 12200px){
    .articles--primary .article--primary-alt + .article--primary-alt { margin-top: 36px; padding-top: 36px; }
}

@media(max-width: 1023px){
    .articles--primary .article--primary + .article--primary { margin-top: 60px; }
    .articles--primary .article--primary-alt + .article--primary-alt { margin-top: 30px; padding-top: 30px; }
}

@media(max-width: 767px){
    .articles--primary .article--primary + .article--primary { margin-top: 45px; }
    .articles--primary .article--primary-alt + .article--primary-alt { margin-top: 20px; padding-top: 20px; }
}

/* ------------------------------------------------------------ *\
	Article primary
\* ------------------------------------------------------------ */

.article--primary { display: flex; justify-content: space-between; }

.article--primary h3 { margin-bottom: 10px; color: #33B44A; font-size: 34px; font-weight: 400; }

.article--primary p { margin-bottom: 20px; font-size: 18px; line-height: 1.67; }

.article--primary .article__image { flex: 0 0 220px; max-width: 220px; margin-right: 50px; }
.article--primary .article__aside { flex: 0 0 220px; max-width: 220px; margin-right: 50px; text-align: center; }

.article--primary .article__content { flex: 1; }

.article--primary .btn { min-width: 176px; padding: 0 30px; }

@media(max-width: 1023px){
    .article--primary h3 { font-size: 30px; }

    .article--primary .article__image { margin-right: 20px; }
    .article--primary .article__aside { margin-right: 20px; }
}

@media(max-width: 767px){
    .article--primary { display: block; }

    .article--primary h3 { margin-bottom: 5px; font-size: 28px; }

    .article--primary p { margin-bottom: 15px; font-size: 16px; }

    .article--primary .article__image { margin-right: 0; margin-bottom: 15px; max-width: 100%; }
    .article--primary .article__aside { margin-right: 0; margin-bottom: 15px; }
}

/* ------------------------------------------------------------ *\
	Article reversed
\* ------------------------------------------------------------ */

.article--reversed .article__image { order: 2; margin-right: 0; margin-left: 50px; }
.article--reversed .article__aside { order: 2; margin-right: 0; margin-left: 50px; }
.article--reversed .article__content { order: 1; }

@media(max-width: 767px){
    .article--reversed .article__image { margin-left: 0; }
    .article--reversed .article__aside { margin-left: 0; }
}

/* ------------------------------------------------------------ *\
    Article primary alt
\* ------------------------------------------------------------ */

.article--primary-alt h2 { margin-bottom: 9px; color: #33b44a; font-size: 48px; font-weight: 500; }
.article--primary-alt h3 { font-size: 36px; }
.article--primary-alt h6 { margin-bottom: 28px; color: #4a4a4a; font-family:'Muli'; font-size: 20px; font-weight: 700; }
.article--primary-alt p { line-height: 1.7; letter-spacing: -0.007em; }

.article--primary-alt .article__aside { flex: 0 0 400px; max-width: 400px; text-align: center; margin-right: 100px; }
.article--primary-alt.article--reversed .article__aside { margin-left: 100px; margin-right: 0; }
.article--primary-alt .nav--links { margin-top: 13px; margin-left: -88px;  }
.article--primary-alt .list--skills { margin-top: 40px; }

.article--primary-alt .btn--back { margin-bottom: 39px; }

@media(max-width: 1200px){
    .article--primary-alt .article__aside { margin-right: 25px; }

    .article--primary-alt.article--reversed .article__aside { margin-left: 25px; }

    .article--primary-alt .nav--links { margin-left: -30px; }
}

@media(max-width: 1023px){
    .article--primary-alt p { font-size: 16px; }

    .article--primary-alt h2 { margin-bottom: 9px; font-size: 38px; }
    .article--primary-alt h3 { font-size: 32px; }
    .article--primary-alt h6 { margin-bottom: 16px; font-size: 18px; }

    .article--primary-alt { display: block; }
    .article--primary-alt .article__aside { max-width: 100%; margin-bottom: 20px; margin-right: 0; }
    .article--primary-alt .article__image { max-width: 100%; }
    .article--primary-alt .article__content { max-width: 100%; }

    .article--primary-alt.article--reversed .article__aside { margin-left: 0; }

    .article--primary-alt .btn--back { margin-bottom: 20px; }

    .article--primary-alt .list--skills { margin-top: 25px; }

     .article--primary-alt .nav--links { margin: 0; }
}

@media(max-width: 767px){
    .article--primary-alt h2 { margin-bottom: 9px; font-size: 32px; }
    .article--primary-alt h3 { font-size: 26px; }
    .article--primary-alt h6 { margin-bottom: 12px; font-size: 17px; }
}

/* ------------------------------------------------------------ *\
    Article primary main
\* ------------------------------------------------------------ */

.article--primary-main p { line-height: 1.7; }
.article--primary-main p + p { margin-top: 24px; }

@media(max-width: 767px){
    .article--primary-main p + p { margin-top: 15px; }
}

/* ------------------------------------------------------------ *\
    Tilte
\* ------------------------------------------------------------ */

.title { position: relative; padding-bottom: 20px; }
.title:before { content: ''; display: inline-block; width: 50px; height: 3px; position: absolute; bottom: 0; left: 50%; transform: translateX(-50%); background: #33B44A; }

/* ------------------------------------------------------------ *\
	Callout primary
\* ------------------------------------------------------------ */

.callout--primary { padding: 0 0 104px; }
.callout--primary h2 { color: #33B44A; font-size: 38px; font-weight: 400; }
.callout--primary p { font-size: 22px; font-weight: normal; }
.callout--primary a { text-decoration: none; color: #2167C0; font-weight: bold; }
.callout--primary a strong,
.callout--primary a span { color: #1A1919; }

.callout--primary .callout__inner { text-align: center; padding: 30px 30px 50px; box-shadow: 0px 0px 20px rgba(0, 0, 0, .1); }

.callout--primary .title { margin-bottom: 30px; }

.callout--primary .callout__inner { text-align: center; padding: 60px 30px; box-shadow: 0px 0px 20px rgba(0, 0, 0, .1); max-width: 1000px; margin: 0 auto; }

.callout--primary .title { margin-bottom: 30px; }

@media(max-width: 1023px){
    .callout--primary { padding: 0 0 60px; }

    .callout--primary h2 { font-size: 34px; }

    .callout--primary p { font-size: 20px; }

    .callout--primary .callout__inner { padding: 30px 15px 41px; }
}

@media(max-width: 767px){
    .callout--primary { padding: 0 0 20px; }

    .callout--primary h2 { font-size: 28px; }

    .callout--primary p { font-size: 18px; }

    .callout--primary .callout__inner { padding: 30px 15px 41px; }

    .callout--primary .title { margin-bottom: 25px; }
}

/* ------------------------------------------------------------ *\
    Popup main
\* ------------------------------------------------------------ */

.popup--main h3 { font-size: 32px; font-weight: 500; color: #33B44A; margin-bottom: 2px; }
.popup--main h6 { font-size: 18px; margin-bottom: 26px; }
.popup--main p { margin-bottom: 14px; font-size: 16px; color: #4A4A4A; line-height: 1.65; letter-spacing: -0.01em;}
.popup--main p:last-child { margin-bottom: 0; }
.popup--main img { max-width: 226px; }
.popup--main .alignright { margin: 0 0 10px 30px;  }
.popup--main .popup__inner { padding: 50px 50px; }
.popup--main .popup__inner:after { content: ''; display: table; line-height: 0; clear: both; }
.popup--main .mfp-close { opacity: 0; line-height: .5; color: #1A1919 !important; top: 33px !important; right: 12px !important; }

.popup--main-alt h3 { margin-bottom: 20px; }
.popup--main-alt .popup__inner { padding: 50px 50px; }

@media(max-width: 767px){
    .popup--main img { max-width: 100%; }
    .popup--main p { margin-bottom: 10px; }
    .popup--main h3 { font-size: 26px; margin-bottom: 2px; }
    .popup--main h6 { margin-bottom: 15px; }

    .popup--main .popup__inner { padding: 50px 20px 35px; }
    .popup--main .alignright { float: none; margin: 0 0 20px; }

    .popup--main .mfp-close { opacity: 0; line-height: .5; color: #1A1919 !important; top: 28px !important; right: 5px !important; }
}
/* ------------------------------------------------------------ *\
    Section articles
\* ------------------------------------------------------------ */

.section--articles { padding: 57px 0 55px; }

.section--articles .articles--primary { max-width: 970px; margin: 0 auto; }

@media(max-width: 1200px){
    .section--articles { padding: 35px 0 55px; }
}

@media(max-width: 1023px){
    .section--articles { padding: 0 0 25px; }
}

@media(max-width: 767px){
    .section.section--articles { padding: 0 0 10px; }
}

/* ------------------------------------------------------------ *\
    Section articles alt
\* ------------------------------------------------------------ */

.section--articles-alt { padding: 6px 0 37px; }

.section--articles-alt .articles--primary { max-width: 100%; margin: 0 auto; }

@media(max-width: 1023px){
    .section.section--articles-alt { padding: 0px 0 20px; }
}

@media(max-width: 767px){
    .section.section--articles-alt { margin: 25px 0; }
}

/* ------------------------------------------------------------ *\
    Нav trigger main
\* ------------------------------------------------------------ */

.nav-trigger-main { position: relative; display: inline-block; width: 21px; height: 18px; }
.nav-trigger-main span { position: absolute; display: block; height: 3px; width: 100%; border-radius: 4px; background: #fff; transition: top .2s .25s, opacity .2s .25s, transform .2s 0s; }

.nav-trigger-main span:nth-child(1) { top: 0; }
.nav-trigger-main span:nth-child(2) { top: 7px; }
.nav-trigger-main span:nth-child(3) { top: 14px; }

.nav-trigger--active span { transition: background .2s, top .2s, opacity .2s, transform .2s .25s; }

.nav-trigger--active span:nth-child(3),
.nav-trigger--active span:nth-child(1) { top: 7px; }

.nav-trigger--active span:nth-child(2) { opacity: 0; }
.nav-trigger--active span:nth-child(1) { transform: rotate(45deg); }
.nav-trigger--active span:nth-child(3) { transform: rotate(-45deg); }

/* ------------------------------------------------------------ *\
	Section Grid
\* ------------------------------------------------------------ */

.section-grid { padding: 60px 0 30px; }

/* ------------------------------------------------------------ *\
	Card Secondary
\* ------------------------------------------------------------ */

.cards-secondary { display: flex; flex-wrap: wrap; margin: 0 -15px; }

.cards-secondary .card-secondary { flex: 0 0 33.33%; max-width: 33.33%; padding: 0 15px; margin-bottom: 30px; }

.card-secondary { font-size: 16px; line-height: 1.4; color: #fff; text-align: center; }

/*  Card Inner  */
.card-secondary .card__inner { display: block; text-decoration: none;  position: relative; height: 100%; background-color: #2FA644; }

/*  Card Image  */
.card-secondary .card__image { position: absolute; top: 0; left: 0; width: 100%; height: 100%; opacity: .1; transition: opacity .4s; background-size: cover; }

/*  Card Content  */
.card-secondary .card__content { position: relative; padding: 94px 40px 96px; }

.card-secondary .card__content h1,
.card-secondary .card__content h2,
.card-secondary .card__content h3,
.card-secondary .card__content h4,
.card-secondary .card__content h5,
.card-secondary .card__content h6 { margin-bottom: 6px; font-weight: 400; color: #F4F3F1; }

.card-secondary .card__content h3 { font-size: 36px; }

/*  Card Hover  */
.card-secondary .card__inner:hover .card__image { opacity: 0; }

/*  Section Secondary Alt  */
.card-secondary--alt { font-size: 18px; line-height: 1.6; color: #4A4A4A; text-align: left; flex: 0 100% !important; max-width: 100% !important; width: 100% !important; }

.card-secondary--alt .card__inner { background-color: transparent; }

.card-secondary--alt .card__content { padding: 10px 0; }

.card-secondary--alt .card__content h1,
.card-secondary--alt .card__content h2,
.card-secondary--alt .card__content h3,
.card-secondary--alt .card__content h4,
.card-secondary--alt .card__content h5,
.card-secondary--alt .card__content h6 { margin-bottom: 19px; font-weight: 400; line-height: 1.15; color: #33B44A; }
.card-secondary--alt .card__content p { font-size: 16px; }

@media (max-width: 1023px) {
	.cards-secondary .card-secondary { flex: 0 0 50%; max-width: 50%; }

	.card-secondary .card__content { padding: 94px 30px 96px; }

	.card-secondary--alt .card__content { padding: 10px 0; }
}

@media (max-width: 767px) {
	.cards-secondary { display: block; margin: 0; }

	.cards-secondary .card-secondary { max-width: 100%; padding: 0; }

	.card-secondary .card__content { padding: 80px 20px; }

	.card-secondary .card__content h3 { font-size: 32px; }

	.card-secondary--alt .card__content { padding: 10px 0; }
}

/* ------------------------------------------------------------ *\
	Section Text
\* ------------------------------------------------------------ */

.section-text { padding: 20px 0 8px; }

.section-text .section__content { max-width: 768px; margin: 0 auto; font-size: 16px; line-height: 1.8; color: #4A4A4A; }

.section-text .section__content h1,
.section-text .section__content h2,
.section-text .section__content h3,
.section-text .section__content h4,
.section-text .section__content h5,
.section-text .section__content h6 { margin-bottom: 11px; font-weight: 400; line-height: 1.2; color: #33B44A; }

.section-text .section__content h2 { font-size: 36px; }

.section-text .section__content p { margin-bottom: 22px; }

@media (max-width: 767px) {
	.section-text .section__content h2 { font-size: 32px; }
}

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

.btn.btn--green-dark { line-height: 36px; border: 2px solid #33b44a; }
.btn.btn--green-dark:hover { background: transparent; }

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

.nav--links { padding: 35px 0; position: relative; width: 358px; height: 358px; display: inline-block; background-image: url(images/background-image-1.png); background-position: center center; background-size: cover; background-repeat: no-repeat; }
.nav--links ul { position: relative; left: -47px; }
.nav--links .nav__link { position: relative; display: inline-block; min-width: 240px; height: 52px; line-height: 1.15; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.16); border-radius: 25px; border: 4px solid #4a4a4a; background-color: #ffffff; padding: 0 6px 0 14px; text-decoration: none; font-family: 'Roboto Slab', sans-serif; font-weight: 500; font-size: 18px; position: relative; z-index: 1; transition: box-shadow .3s, color .3s, border-color .3s; }
.nav--links .nav__link:hover { box-shadow: 0 2px 10px rgba(0, 0, 0, 0.4); }
.nav--links .nav__link-primary { color: #297dcc; border-color: #297dcc; }
.nav--links .nav__link-success { color: #33b44a; border-color: #33b44a; }
.nav--links .nav__link-success:hover { color: #297dcc; border-color: #297dcc; }
.nav--links .nav__link-solid { background: #4a4a4a; color: #fff; border-color: #4a4a4a; }
.nav--links .nav__link i { position: absolute; top: -8px; left: -34px; }
.nav--links .nav__link span { padding: 0 0 0 10px; position: relative; top: 50%; transform: translateY(-50%); display: inline-block; }

.nav--links li { position: relative; }
.nav--links li + li { margin-top: 61px; }
.nav--links li + li:before { content: ''; display: inline-block; background-image: url(images/background-image-3.png); width: 161px; height: 114px; background-repeat: no-repeat; position: absolute; bottom: 28px; left: -100px; }
.nav--links .level3 { margin-left: 212px; }
.nav--links .level2 { margin-left: 139px; }
.nav--links .level3 + .level2:before { left: -80px; }
.nav--links .level2 + .level1:before { left: -18px; bottom: 20px; }

@media(max-width: 767px){
    .nav--links { padding: 35px 0; position: relative; width: 280px; height: 280px; }

    .nav--links ul { left: -60px; }
    .nav--links li + li { margin-top: 44px; }
    .nav--links li + li:before { width: 128px; height: 91px; background-size: 128px 91px; }

    .nav--links .nav__link { min-width: 160px; height: 38px; border-radius: 21px; border-width: 2px; padding: 0 5px 0 16px; font-size: 14px; }
	.nav--links .nav__link span { padding: 0 0 0 15px; }
    .nav--links .nav__link i { position: absolute; top: -7px; left: -10px; }

    .nav--links .level3 { margin-left: 182px; }
    .nav--links .level2 { margin-left: 116px; }
    .nav--links .level2 + .level1:before { left: 2px; }
    .nav--links .level3 + .level2:before { left: -52px; }
    .nav--links .ico-pin { width: 38px; height: 50px; background-size: 38px 50px; }
}

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

.list--skills { display: flex; align-items: center; justify-content: space-between; flex-flow: row wrap; margin: 0 -14px; }
.list--skills li { margin-bottom: 6px; flex: 0 0 50%; max-width: 50%; padding: 0 10px;  }
.list--skills span { display: block; background-color: #f4f3f1; border-radius: 3px; font-size: 16px; font-weight: 300; padding: 16px 16px; }


@media(max-width: 767px){
    .list--skills { display: block; margin: 0; }
    .list--skills li { margin-bottom: 6px; max-width: 100%; padding: 0;  }
    .list--skills span { padding: 12px 15px; }
}

/* ------------------------------------------------------------ *\
    Section apply
\* ------------------------------------------------------------ */

.section--apply { padding: 60px 0 0; }

.section--apply h1 { margin-bottom: 10px; font-family: 'Roboto Slab', sans-serif; font-weight: 700; font-size: 46px; color: #33b44a; }

.section--apply h6 { color: #4a4a4a; font-size: 20px; font-weight: 400; }

.section--apply p { font-size: 18px; font-weight: 300; line-height: 1.6; }

.section--apply .section__head { padding: 0 0 110px; background: #fff; }

.section--apply .section__body { padding: 0 0 20px; background-color: #f4f3f1; }
.section--apply .section__body-inner { position: relative; top: -30px; position: relative; z-index: 1; }

.section--apply .cols { max-width: 1200px; margin: 0 auto; }
.section--apply .col { padding: 0 15px; }
.section--apply .col--size1 { max-width: 41.5%; width: 41.5%; }
.section--apply .col--size2 { max-width: 58.5%; width: 58.5%; }

@media(max-width: 1200px){
    .section--apply .section__head { padding: 0 0 90px; }
}

@media(max-width: 1023px){
    .section--apply h1 { margin-bottom: 10px; font-size: 38px; }

    .section--apply h6 { font-size: 18px; }

    .section--apply p { font-size: 16px; }
}

@media(max-width: 767px){
    .section--apply { padding: 35px 0 0; }

    .section--apply h1 { margin-bottom: 10px; font-size: 30px; }

    .section--apply h6 { font-size: 16px; }

    .section--apply .section__head { padding: 0 0 65px; }
    .section--apply .section__body { padding: 0; }

    .section--apply .cols { margin: 0; display: block; }
    .section--apply .col { padding: 0; }
    .section--apply .col + .col { margin-top: 10px; }
    .section--apply .col--size1 { width: 100%; max-width: 100%; }
    .section--apply .col--size2 { width: 100%; max-width: 100%; }
}

/* ------------------------------------------------------------ *\
    Tile main
\* ------------------------------------------------------------ */

.tiles--main { display: flex; justify-content: space-between; margin: 0 -15px; }

.tiles--main .tile--main { flex: 0 0 50%; max-width: 50%; padding: 0 10px; }

@media(max-width: 1023px){
    .tiles--main { margin: 0 -10px; }

    .tiles--main .tile--main { padding: 0 10px; }
}

@media(max-width: 767px){
    .tiles--main { margin: 0; display: block; }

    .tiles--main .tile--main { padding: 0; width: 100%; max-width: 100%; }
    .tiles--main .tile--main + .tile--main { margin-top: 20px; }
}

/* ------------------------------------------------------------ *\
    Tile main
\* ------------------------------------------------------------ */

.tile--main h3 { margin-bottom: 5px; color: #1a1919; font-family: 'Roboto Slab', sans-serif; font-weight: 500; font-size: 22px; text-transform: uppercase; letter-spacing: 0.09em; }
.tile--main h3 span { font-weight: bold; }

.tile--main h4 { margin-bottom: 41px; color: #33b44a; font-family: 'Muli'; font-size: 18px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.09em; }

.tile--main .tile__inner { height: 100%; padding: 40px 15px 30px; background-color: #ffffff; box-shadow: 0 1px 12px rgba(0, 0, 0, 0.15); border-bottom: 4px solid #33b44a; text-align: center; }

.tile--main .btn { width: 260px; max-width: 100%; height: 50px; line-height: 46px; border-radius: 25px; font-size: 15px; }
.tile--main .btn--green-dark:hover { background: transparent; }

.tile--main .list--buttons { display: flex; align-items: center; justify-content: center; }
.tile--main .list--buttons li + li { margin-left: 13px; }
.tile--main .list--buttons .btn { width: 260px; max-width: 100%; }
.tile--main .btn--green-dark { border: 2px solid #28a647; line-height: 46px; }

@media(max-width: 1023px){
    .tile--main h3 { font-size: 20px; }
    .tile--main h4 { margin-bottom: 26px; font-size: 16px; }

    .tile--main .tile__inner { padding: 40px 15px 30px; }

    .tile--main .list--buttons { display: block; }
    .tile--main .list--buttons li + li { margin-left: 0; margin-top: 12px; }

    .tile--main .btn { width: 230px; height: 44px; line-height: 42px; border-radius: 22px; }
    .tile--main .btn--green-dark { border: 2px solid #28a647; line-height: 42px; }
    .tile--main .list--buttons .btn.btn--white.btn--regular { line-height: 42px; }
}

@media(max-width: 767px){
    .tile--main h3 { font-size: 20px; }
    .tile--main h4 { margin-bottom: 22px; font-size: 16px; }

    .tile--main .tile__inner { padding: 37px 15px 40px; }

    .tile--main .btn { width: 230px; height: 44px; line-height: 42px; border-radius: 22px; }
    .tile--main .btn--green-dark { border: 2px solid #28a647; line-height: 42px; }
    .tile--main .list--buttons .btn.btn--white.btn--regular { line-height: 42px; }
}

/* ------------------------------------------------------------ *\
    Section cards
\* ------------------------------------------------------------ */

.section--cards { padding: 31px 0 81px; background-color: #f4f3f1; }

.section--cards .section__head { margin-bottom: 30px; text-align: center; }
.section--cards .section__head h5 { margin-bottom: 5px; color: #1a1919; font-family: 'Roboto Slab', sans-serif; font-weight: 400; font-size: 32px; }
.section--cards .section__head h6 { color: #33b44a; font-family: 'Muli'; font-size: 18px; font-weight: 400; text-transform: uppercase; letter-spacing: 0.09em;  }

.section--cards .cards--primary { max-width: 1020px; margin: 0 auto; }

@media(max-width: 1200px){
    .section--cards { padding: 31px 0 60px; }
}

@media(max-width: 1023px){
    .section--cards { padding: 10px 0 55px; }

    .section--cards .cards--primary { max-width: calc(100% + 20px); margin: 0 -10px; }
}

@media(max-width: 767px){
    .section--cards { padding: 20px 0 50px; }

    .section--cards .section__head { margin-bottom: 20px; }
}

/* ------------------------------------------------------------ *\
    cards primary
\* ------------------------------------------------------------ */

.cards--primary { display: flex; justify-content: space-between; margin: 0 -20px; }

.cards--primary .card--primary { flex: 0 0 33.33%; max-width: 33.33%; padding: 0 20px; }

@media(max-width: 1023px){
    .cards--primary { margin: 0 -10px; }

    .cards--primary .card--primary { padding: 0 10px; }
}

@media(max-width: 767px){
    .cards--primary { margin: 0; display: block; }

    .cards--primary .card--primary { padding: 0; max-width: 100%; }
    .cards--primary .card--primary + .card--primary { margin-top: 20px; }
}

/* ------------------------------------------------------------ *\
    card primary
\* ------------------------------------------------------------ */

.card--primary h5 { margin-bottom: 12px; color: #33b44a; font-family: "Roboto Slab"; font-weight: 400; font-size: 20px; max-width: 90%; }
.card--primary h5 a { text-decoration: none; }
.card--primary h5 a:hover {  color: #4a4a4a; }

.card--primary p { margin-bottom: 23px; line-height: 1.6; color: #4a4a4a; font-size: 16px; font-weight: 300; }
.card--primary p span { display: block; font-weight: 700; }

.card--primary .card__inner { height: 100%; box-shadow: 0 1px 8px rgba(0, 0, 0, 0.1); background-color: #ffffff; }

.card--primary .card__image { position: relative; background-size: cover; background-repeat: no-repeat; background-position: center center; padding-top: 57%; }

.card--primary .card__content { padding: 21px 24px 27px; }

.card--primary .link-more { text-decoration: none; color: #216bc0; font-size: 16px; font-weight: 700; }
.card--primary .link-more:hover { text-decoration: none; color: #33b44a; }

@media(max-width: 1023px){
    .card--primary p { margin-bottom: 15px; }

    .card--primary .card__content { padding: 18px 15px 22px; }
}
/* ------------------------------------------------------------ *\
    Section info
\* ------------------------------------------------------------ */

.section--info { padding: 80px 0 103px; }

.section--info h2 { color: #33b44a; font-family: "Roboto Slab"; font-weight: 500; font-size: 36px; }
.section--info p { font-size: 18px; font-weight: 300; line-height: 1.6; }

.section--info .section__head { margin-bottom: 21px; }

.section--info .col--1of2 { width: 50%; max-width: 50%; }

@media(max-width: 1200px){
    .section--info { padding: 45px 0 70px; }
}

@media(max-width: 1023px){
    .section--info { padding: 40px 0 50px; }

    .section--info h2 { font-size: 32px; }

    .section--info p { font-size: 16px; line-height: 1.5; }

    .section--info .cols { margin: 0 -15px; }
    .section--info .col { padding: 0 15px; }
}

@media(max-width: 767px){
     .section--info { padding: 35px 0 50px; }

    .section--info p { margin-bottom: 14px; }

    .section--info h2 { font-size: 30px; }

    .section--info .section__head { margin-bottom: 17px; }

    .section--info .cols { margin: 0; display: block; }
    .section--info .col { padding: 0; max-width: 100%; width: 100%; }
    .section--info .col + .col { margin-top: 25px; }
}

.section-campuses { background-color: #F4F3F1; padding: 80px 0; margin-bottom: 40px; font-size: 16px; line-height: 1.75; color: #4A4A4A; }
.section-campuses .section__entry { margin-bottom: 40px; }
.section-campuses .section__entry h3 { margin-bottom: 6px; font-weight: 400; line-height: 1.2; color: #33B44A; font-size: 36px;  }
.section-campuses .accordion-secondary .accordion__head { padding: 20px 40px 20px 20px; font-size: 16px; color: #33B44A; font-weight: bold; line-height: 1.0; transition: .3s all; }
.section-campuses .accordion-secondary .accordion__head:hover { background-color: #E0F4E4; }
.section-campuses .accordion-secondary .accordion__body { padding: 0 0 10px; }
.section-campuses .accordion-secondary .accordion__body ul li { list-style: none; font-size: 16px; text-decoration: none; margin: 0 0 1px; }
.section-campuses .accordion-secondary .accordion__body ul li a { font-size: 16px; text-decoration: none; display: block; padding: 10px 30px; }
.section-campuses .accordion-secondary .accordion__body ul li a:hover { background-color: #E0F4E4; }

.campuses { display: flex; flex-flow: row wrap; margin: 0 -40px; }
.campuses .campus { flex: 0 0 calc(33.3333% - 80px); margin: 0 40px; }
.campuses .campus .campus--summary img { margin-bottom: 20px; max-width: 100%; height: auto; }
.campuses .campus h4 { line-height: 1.25; margin-bottom: 16px; }
.campuses .campus .accordion-secondary { padding: 0; margin-top: 30px; }

[data-tooltip] { position: relative; cursor: default; }
[data-tooltip]::after { background-color: #111; border-radius: 10px; color: #fff; display: none; padding: 16px 20px; font-size: 14px; position: absolute; text-align: left; z-index: 999; }
[data-tooltip]::before { background-color: #111; content: ' '; display: none; position: absolute; width: 15px; height: 15px; z-index: 999; }
[data-tooltip]:hover::after { display: block; }
[data-tooltip]:hover::before { display: block; }

/* default (right) */
[data-tooltip]::after { content: attr(data-tooltip); top: 0; right: 10px; transform: translateX(calc(100% + 10px)); }
[data-tooltip]::before { top: 50%; right: 10px; transform: translate(calc(100% + 5px), -50%) rotate(45deg); }

/* top styles */
[data-tooltip].top::after { content: 'top'; top: 0; left: 50%; transform: translate(-50%, calc(-100% - 10px)); }
[data-tooltip].top::before { top: 0; left: 50%; transform: translate(-50%, calc(-100% - 5px)) rotate(45deg); }

/* bottom styles */
[data-tooltip].bottom::after { content: 'bottom'; bottom: 0; left: 50%; transform: translate(-50%, calc(100% + 10px)); }
[data-tooltip].bottom::before { bottom: 0; left: 50%; transform: translate(-50%, calc(100% + 5px)) rotate(45deg); }

/* last (left) styles */
.campuses .campus:nth-child(3) [data-tooltip]::after { content: attr(data-tooltip); top: 0; left: 10px; transform: translateX(calc(-100% - 10px)); }
.campuses .campus:nth-child(3) [data-tooltip]::before { top: 50%; left: 10px; transform: translate(calc(-100% - 5px), -50%) rotate(45deg); }

@media(max-width: 767px) {
    .campuses { display: block; margin: 0; }
    .campuses .campus { flex: none; margin: 0 0 20px; }

    .campuses .campus:nth-child(3) [data-tooltip]::after,
    [data-tooltip]::after { content: attr(data-tooltip); top: 0; left: 50%; right: auto; transform: translate(-50%, calc(-100% - 10px)); min-width: 280px; }
    .campuses .campus:nth-child(3) [data-tooltip]::before,
    [data-tooltip]::before { top: 0; left: 50%; right: auto; transform: translate(-50%, calc(-100% - 5px)) rotate(45deg); }        
}
