@font-face {
  font-family: "slick";
  src: url("../fonts/slick.eot");
  src: url("../fonts/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick.woff") format("woff"), url("../fonts/slick.ttf") format("truetype"), url("../fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }

html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, footer, header, nav, section {
  display: block; }

h1 {
  margin: 0.67em 0; }

figcaption, figure, main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
  position: relative; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

audio, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

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

button, input, optgroup, select, textarea {
  margin: 0;
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15; }

button, input {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  display: table;
  max-width: 100%;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details, menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-rendering: optimizeLegibility; }

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

body {
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

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

img {
  vertical-align: middle; }

blockquote, dl, dd, h1, h2, h3, h4, h5, h6, figure, p, pre, fieldset, ul, ol, menu, form {
  margin: 0; }

button, fieldset, iframe {
  border: 0; }

fieldset, ul, ol, button, menu {
  padding: 0; }

ol, ul {
  list-style: none; }

textarea {
  resize: vertical; }

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

td {
  padding: 0; }

*:focus {
  outline: none; }

*[padding="no"] {
  padding-left: 0px !important;
  padding-right: 0px !important; }

::-webkit-input-placeholder {
  color: #1E1E1E; }

::-moz-placeholder {
  color: #1E1E1E; }

:-ms-input-placeholder {
  color: #1E1E1E; }

:-moz-placeholder {
  color: #1E1E1E; }

html, body {
  min-height: 100vh; }
  html.full-page, body.full-page {
    height: 100%; }

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #1E1E1E;
  font-size: 14px;
  font-family: "Open Sans", sans-serif; }
  body.is-fixed {
    overflow: hidden; }

a {
  -webkit-transition: .15s;
  transition: .15s; }

img[responsive="true"] {
  display: block;
  max-width: 100%;
  height: auto; }

p[role="paragraph"] {
  margin-bottom: 20px;
  line-height: 1.6em; }

.wrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.hidden__xs {
  display: none; }
  @media (min-width: 768px) {
    .hidden__xs {
      display: block; } }

.hidden__sm {
  display: none; }
  @media (min-width: 991px) {
    .hidden__sm {
      display: block; } }

.hidden__md {
  display: none; }
  @media (min-width: 1170px) {
    .hidden__md {
      display: block; } }

.hidden__lg {
  display: none; }
  @media (min-width: 1170px) {
    .hidden__lg {
      display: block; } }

.ellipsis {
  padding-right: 20px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden; }

.title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  letter-spacing: -0.5px; }
  .title__dark {
    color: #1E1E1E; }
    .title__dark:after {
      background-color: #1E1E1E; }
  .title__light {
    color: #ffffff; }
    .title__light:after {
      background-color: #ffffff; }
  .title--section, .title--big {
    font-weight: 700;
    font-size: 1.42857em; }
    @media (min-width: 768px) {
      .title--section, .title--big {
        font-size: 1.78571em; } }
    @media (min-width: 991px) {
      .title--section, .title--big {
        font-size: 2.14286em; } }
  .title--section {
    height: 50px;
    position: relative; }
    .title--section:after {
      content: '';
      width: 50px;
      height: 3px;
      position: absolute;
      bottom: 0;
      left: 0; }
  .title__space {
    margin-bottom: 30px; }

/*
.summary{
    line-height:normal;
    font-weight: 400;;
    //color:$color-medium;
    @include font-size(14px);
}
*/
.ex-slick--loader {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0; }
  .ex-slick--loader.loader-initialized {
    visibility: visible;
    opacity: 1; }

.ex-slick--carousel {
  opacity: 0;
  visibility: hidden;
  overflow: hidden; }
  .ex-slick--carousel.slick-initialized {
    opacity: 1;
    visibility: visible; }

.logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.arrow {
  height: 10px;
  width: 10px;
  border-style: solid;
  border-width: 0px 2px 2px 0px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .arrow--right {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .arrow--down {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

address {
  font-style: normal; }

.fronteditor * {
  line-height: 24px;
  letter-spacing: -0.5px; }

.fronteditor p {
  margin-bottom: 20px;
  font-size: 1.07143em; }

.fronteditor b {
  color: #88060D;
  font-weight: 700;
  font-size: 1.14286em; }

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  border-bottom: 1px solid #EAEAEA;
  /*
    &--item{
        display: flex;
        margin-right:$gutter + 10;
        padding-top:$gutter / 2;
        padding-bottom:$gutter / 2;
        color: #222;
        letter-spacing: $letter-spacing;
        @include font-size(16px);
        font-family: $font-secondary;
        border-bottom: 3px solid transparent;
        &.current{
            font-weight:700;
            border-color:$color-primary;
            color: #222;
        }
    }
    */ }
  .tabs--item {
    cursor: pointer; }
  .tabs--content {
    display: none;
    width: 100%; }
    .tabs--content.current {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
  .tabs--wrapper {
    width: 100%; }

.text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #606060;
  line-height: 24px;
  font-size: 18px;
  font-family: "Oswald", sans-serif;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .text * {
    color: inherit; }
  .text h2, .text h3 {
    margin-bottom: 20px; }
  .text ul {
    padding-left: 15px;
    margin-bottom: 20px; }
    .text ul:last-child {
      margin-bottom: 0px; }
    .text ul li {
      margin-bottom: 6.66667px;
      list-style-type: disc; }
      .text ul li:last-child {
        margin-bottom: 0px; }
  .text li, .text p {
    line-height: normal; }
  .text p {
    margin-bottom: 20px;
    font-weight: 200; }
    .text p b, .text p strong {
      color: #000000; }
    .text p:last-child {
      margin-bottom: 0px; }

.evolution {
  background-image: url(../images/evolution.svg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover; }

.outer {
  position: relative; }
  .outer:before {
    display: block;
    content: "";
    width: 100%; }

.inner {
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.mobileNavigation {
  cursor: pointer; }

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center; }
  .icon__big {
    width: 30px;
    height: 30px; }
  .icon__normal {
    width: 20px;
    height: 20px;
    background-size: contain; }
    @media (min-width: 768px) {
      .icon__normal {
        width: 25px;
        height: 25px;
        background-size: auto; } }
  .icon__small {
    width: 15px;
    height: 15px; }
  .icon--space {
    margin-right: 5px;
    margin-left: 5px; }
  .icon--facebook {
    background-image: url(../iconset/icon-facebook.svg); }
  .icon--twitter {
    background-image: url(../iconset/icon-twitter.svg); }
  .icon--instagram {
    background-image: url(../iconset/icon-instagram.svg); }
  .icon--youtube {
    background-image: url(../iconset/icon-youtube.svg); }

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  letter-spacing: -0.5px;
  -webkit-transition: all 100ms linear;
  transition: all 100ms linear;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .button--normal {
    padding-right: 10px;
    padding-left: 10px;
    font-size: 1.07143em; }
  .button__primary {
    color: #ffffff;
    background-color: #88060D; }
  .button__tertiary {
    color: #ffffff;
    background-color: #142540; }
  .button__light {
    color: #88060D;
    background-color: #ffffff; }
  .button__radius {
    border-radius: 3px; }

/*
.user__switch {
    //display: block;
    display: none;
    width: 30px;
    height: 15px;
    border-top: 2px solid;
    border-bottom: 2px solid;
    cursor: pointer;
    color: $color-white;
    transition: all .25s ease-in-out;
    background: transparent;
    position: relative;
    z-index: 19;
    &.sectorButton{
        color:$color-primary;
    }
    @include mq("tablet"){
        display: none;
    }
    &:before,&:after {
        content: '';
        display: block;
        width: 100%;
        height: 2px;
        @include position(absolute,$top:50%,$left:50%);
        background: currentColor;
        transform: translate(-50%, -50%);
        transition: transform .25s ease-in-out;
    }
    &.is-active{
        border-color: transparent;
        &:before{
            transform: translate(-50%, -50%) rotate(45deg);
        }
        &:after{
            transform: translate(-50%, -50%) rotate(-45deg);
        }
    }
}
*/
.arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .arrows__dark .arrows--next, .arrows__dark .arrows--prev {
    background-image: url(../iconset/arrow-dark.svg); }
  .arrows__light .arrows--next, .arrows__light .arrows--prev {
    background-image: url(../iconset/arrow-light.svg); }
  .arrows--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .arrows--carousel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 30px;
    height: 30px;
    cursor: pointer;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center center; }
  .arrows--prev {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg); }
  .arrows--next {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }

.card--v16_9, .card--v4_3, .card--v4_4 {
  width: 100%;
  position: relative; }
  .card--v16_9:before, .card--v4_3:before, .card--v4_4:before {
    display: block;
    content: "";
    width: 100%; }
  .card--v16_9__inner, .card--v4_3__inner, .card--v4_4__inner {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.card--v16_9:before {
  padding-top: 56.25%; }

.card--v4_3:before {
  padding-top: 75%; }

.card--v4_4:before {
  padding-top: 100%; }

.card--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.card--title {
  font-size: 1.14286em;
  font-weight: 700;
  letter-spacing: -0.5px;
  line-height: 24px; }

.card--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.card--achievement__title {
  color: #F7F7F9; }

.card--video__images:before {
  background-image: url(../iconset/play.svg); }

.card--photo__images:before {
  background-image: url(../iconset/view.svg); }

.card--zoom__images:before {
  background-image: url(../iconset/zoom.svg); }

.card--holder {
  width: 360px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-right: 20px;
  margin-left: 20px; }
  @media (min-width: 576px) {
    .card--holder {
      margin-right: 30px;
      margin-left: 0; } }
  .card--holder:hover .card--holder__images:before {
    background-color: #142540; }
  .card--holder__page {
    margin-bottom: 30px; }
    .card--holder__page:hover .card--holder__images:before {
      background-color: #142540; }
    .card--holder__page:hover a figure {
      -webkit-transform: scale(1.1);
      transform: scale(1.1); }
    .card--holder__page a {
      overflow: hidden; }
      .card--holder__page a figure {
        -webkit-transform: scale(1);
        transform: scale(1);
        -webkit-transition: all 300ms ease-in-out;
        transition: all 300ms ease-in-out; }
  .card--holder__images {
    position: relative; }
    .card--holder__images:before {
      content: '';
      width: 60px;
      height: 50px;
      background-color: #88060D;
      background-repeat: no-repeat;
      background-position: center center;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 82; }
  .card--holder__content {
    padding-right: 20px; }
  .card--holder__title {
    color: #1E1E1E; }

.card--calendar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  margin-bottom: 20px; }
  .card--calendar__day, .card--calendar__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .card--calendar__day {
    width: 60px;
    min-width: 60px;
    padding-top: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-right: 1px solid #999999; }
  .card--calendar__number, .card--calendar__month {
    color: #999999;
    font-weight: 700; }
  .card--calendar__number {
    font-size: 2.85714em;
    letter-spacing: -2px; }
  .card--calendar__month {
    font-size: 0.78571em;
    font-family: "Poppins", sans-serif; }
  .card--calendar__content {
    padding-top: 5px;
    padding-right: 10px;
    padding-bottom: 5px;
    padding-left: 10px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .card--calendar__title, .card--calendar__address {
    letter-spacing: -0.5px; }
  .card--calendar__title {
    font-size: 1.14286em;
    font-weight: 600; }
  .card--calendar__location {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0.85714em;
    font-family: "Poppins", sans-serif;
    letter-spacing: -0.5px; }
    .card--calendar__location:before {
      content: '';
      width: 16px;
      height: 16px;
      background: url(../iconset/pin.svg) no-repeat center center; }

.card--social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 768px) {
    .card--social {
      height: 175px;
      padding-right: 20px;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-right: 1px solid #999999;
      border-bottom: none; } }
  .card--social__noborder {
    border-right-color: transparent; }
    @media (min-width: 768px) {
      .card--social__noborder {
        border-bottom-color: transparent; } }
  .card--social__text {
    display: none;
    margin-top: 20px;
    font-weight: 700;
    font-size: 1.14286em;
    color: #999999;
    line-height: 24px;
    letter-spacing: -0.5px; }
    @media (min-width: 768px) {
      .card--social__text {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }

.card--school {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 215px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  overflow: hidden; }
  .card--school:hover:after {
    -webkit-transform: scale(1.2);
    transform: scale(1.2); }
  .card--school:hover .card--school__title:before {
    background-color: #142540; }
  .card--school:before, .card--school:after {
    content: '';
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .card--school:before {
    background-color: rgba(0, 0, 0, 0.4);
    z-index: -1; }
  .card--school:after {
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    -webkit-transform: scale(1);
    transform: scale(1);
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    z-index: -2; }
  .card--school__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .card--school__title:before {
      content: '';
      width: 50px;
      height: 50px;
      margin-right: 20px;
      background-image: url(../iconset/arrow-right.svg);
      background-color: #88060D;
      background-position: center center;
      background-repeat: no-repeat;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }
    .card--school__title span {
      color: #ffffff;
      font-weight: 700;
      font-size: 1.42857em;
      line-height: 22px;
      letter-spacing: -0.5px; }

.card--anaokulu:after {
  background-image: url(../school/anaokulu.png); }

.card--ilkokul:after {
  background-image: url(../school/ilkokul.png); }

.card--ortaokul:after {
  background-image: url(../school/ortaokul.png); }

.card--lise:after {
  background-image: url(../school/lise.png); }

.card--staff {
  margin-bottom: 30px; }
  .card--staff__images {
    margin-bottom: 20px;
    border-bottom: 5px solid #88060D; }
  .card--staff__title, .card--staff__job {
    letter-spacing: -0.5px; }
  .card--staff__title {
    margin-bottom: 5px;
    font-size: 1.14286em;
    color: #88060D;
    font-weight: 700; }
  .card--staff__job {
    color: #1E1E1E;
    font-weight: 500;
    font-family: "Poppins", sans-serif; }

.card--club {
  margin-bottom: 30px; }
  .card--club:hover .card--club__title {
    color: #142540; }
  .card--club__images {
    margin-bottom: 10px;
    border-bottom: 5px solid #88060D; }
  .card--club__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #88060D;
    font-size: 1.14286em;
    font-weight: 700;
    letter-spacing: -0.5px;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }

/*
.element{
    &--checkbox,&--row{
        display: flex;
    }
    &--row{
        margin-bottom: $gutter;
    }
    &--33{
        flex-wrap: wrap;
        label.checkbox{
            line-height: normal;
        }
    }
    &--box{
        display: flex;
        width: 100%;
        margin-bottom:$gutter;
        @include mq("tablet"){
            width:50%;
        }
        @include mq("desktop"){
            width:33%;
        }
    }
    &--label{
        display: flex;
        margin-bottom:$gutter / 2;
        font-weight:400;
        @include font-size(14px);
        color:$color-primary;
        letter-spacing: $letter-spacing / 2;
        font-family: $font-primary;
    }
    &--required{
        position: relative;
        &:after{
            content: '';
            width: 10px;
            height: 16px;
            margin-left:5px;
            color:$color-error;
            font-weight: 700;
            background:url(../iconset/icon-required.svg) no-repeat center center;
        }
    }
    &--warning{
        display: flex;
        margin-top:5px;
        color:#C6C6C6;
        letter-spacing: $letter-spacing;
        @include font-size(13px);
        &:before{
            content: '';
            width: 15px;
            height:15px;
            margin-right: $gutter / 4;
            background:url(../iconset/warning-icon.svg) no-repeat center center;
        }
    }
    &__link{
        padding-right:3px;
        padding-left:3px;
        text-decoration: underline;
    }
    &__w50{
        display: flex;
        flex-direction: column;
        @include mq("tablet"){
            margin-left:-15px;
            margin-right:-15px;
            flex-direction: row;
        }
    }
    &.w50{
        width:100%;
        margin-bottom: $gutter;
        &:last-child{
            margin-bottom:0px;
        }
        @include mq("tablet"){
            width:50%;
            margin-right:$gutter - 5;
            margin-bottom:0px;
            margin-left:$gutter - 5;
        }
    }
    &.w100{
        width:100%;
    }
}
*/
.form--homepage {
  margin-top: 20px; }
  @media (min-width: 768px) {
    .form--homepage {
      margin-top: 30px; } }
  .form--homepage__row {
    position: relative; }
    .form--homepage__row input, .form--homepage__row textarea {
      font-family: "Oswald", sans-serif !important; }
    .form--homepage__row textarea {
      padding-top: 12px; }
  .form--homepage__label {
    color: #ffffff;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    font-size: 13px;
    position: absolute;
    top: 12px;
    -webkit-transition: all 300ms linear;
    transition: all 300ms linear; }
    .form--homepage__label.current {
      opacity: 0; }

input[type="text"], input[type="date"], textarea {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  border: none;
  font-size: 1em;
  font-family: "Roboto", sans-serif;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }

input[page="home"], textarea[page="home"] {
  color: #ffffff;
  border-bottom: 0.02em solid rgba(255, 255, 255, 0.6);
  background-color: transparent; }

input[page="contact"], textarea[page="contact"] {
  padding-right: 20px;
  padding-left: 20px;
  background-color: #ffffff; }

.label {
  padding-top: 5px;
  padding-left: 10px;
  border: 1px solid rgba(183, 183, 183, 0.4);
  background-color: #FCFCFC; }
  @media (min-width: 768px) {
    .label {
      width: 32%; } }
  @media (min-width: 991px) {
    .label {
      width: 195px; } }
  .label label {
    font-size: 12px; }
  .label.w100 {
    width: 100%; }

/*
.label{
    display: flex;
    height:$gutter;
    margin-bottom:6px;
    align-items: center;
    font-family: $font-secondary;
    letter-spacing: $letter-spacing;
}

label{
    &.checkbox{
        display: inline-flex;
        height:$gutter;
        margin-right: $gutter / 2;
        padding-left: $gutter / 2;
        align-items: center;
        cursor: pointer;
        @include font-size(14px);
        letter-spacing: $letter-spacing;
        user-select: none;
        font-family: $font-primary;
        &:last-child{
            margin-right:0px;
        }
    }
}
*/
input[type="button"] {
  width: 100px;
  border: none;
  font-weight: 600;
  cursor: pointer; }

input[type="text"], input[type="date"] {
  height: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 768px) {
    input[type="text"], input[type="date"] {
      height: 30px; } }
  @media (min-width: 991px) {
    input[type="text"], input[type="date"] {
      height: 41px; } }

textarea {
  resize: none; }
  textarea.h150 {
    min-height: 150px; }
  textarea.h90 {
    width: 100%;
    height: 90px; }
  textarea.h100 {
    height: 100px; }
  textarea.h126 {
    height: 126px; }
    @media (min-width: 768px) {
      textarea.h126 {
        height: 90px; } }
    @media (min-width: 991px) {
      textarea.h126 {
        height: 126px; } }

/*
.select{
    width: 100%;
    border: 1px solid $color-think;
    position: relative;
    &:before{
        content: '';
        width: 0;
        height:0;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        border-top: 10px solid $color-think;
        @include translateY(-50%);
        @include position(absolute,$top:50%,$right:20px);
        z-index: 91;
    }
    select{
        width: 100%;
        height: 40px;
        padding-left: $gutter;
        border-radius: 0px;
        border:none;
        box-shadow: none;
        user-select: none;
        appearance: none;
        background-color:$color-white;
        position: relative;
        &:focus{
            outline: none;
        }
    }
}
*/
.send {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 135px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400; }
  .send--home {
    height: 27px;
    margin-top: 26px;
    font-family: "Oswald", sans-serif;
    background-color: #ffffff;
    font-size: 14px; }
    @media (min-width: 768px) {
      .send--home {
        margin-top: 36px; } }
  .send--subpage {
    height: 34px;
    margin-top: 10px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    background-color: #383838; }
    @media (min-width: 991px) {
      .send--subpage {
        margin-right: 0; } }
    .send--subpage:hover {
      background-color: #FF6920; }

button[type="submit"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100px;
  height: 40px;
  color: #ffffff;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #000000;
  cursor: pointer;
  font-family: "Open Sans", sans-serif; }

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: none; }

button {
  outline: none; }

button::-moz-focus-inner {
  border: 0; }

/* Uncomment and set these variables to customize the grid. */
.container {
  width: 100%;
  max-width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0.9375rem;
  padding-right: 0.9375rem;
  /*
	@include mq("large"){
		max-width: 1340px;
	}
	*/ }
  @media (min-width: 768px) {
    .container {
      width: 95%; } }
  @media (min-width: 991px) {
    .container {
      max-width: 1170px; } }

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.row {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .row--list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -0.9375rem;
    margin-left: -0.9375rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }

.row.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

.col.reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse; }

.col-xs {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-1 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-2 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-3 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-4 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-5 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-7 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-8 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-9 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-10 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-11 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-12 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  padding-right: 0.9375rem;
  padding-left: 0.9375rem; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.333%;
  flex-basis: 8.333%;
  max-width: 8.333%; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.667%;
  flex-basis: 16.667%;
  max-width: 16.667%; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
  flex-basis: 25%;
  max-width: 25%; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.333%;
  flex-basis: 33.333%;
  max-width: 33.333%; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.667%;
  flex-basis: 41.667%;
  max-width: 41.667%; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
  flex-basis: 50%;
  max-width: 50%; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.333%;
  flex-basis: 58.333%;
  max-width: 58.333%; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.667%;
  flex-basis: 66.667%;
  max-width: 66.667%; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
  flex-basis: 75%;
  max-width: 75%; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.333%;
  flex-basis: 83.333%;
  max-width: 83.333%; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.667%;
  flex-basis: 91.667%;
  max-width: 91.667%; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  max-width: 100%; }

.col-xs-offset-1 {
  margin-left: 8.333%; }

.col-xs-offset-2 {
  margin-left: 16.667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.333%; }

.col-xs-offset-5 {
  margin-left: 41.667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.333%; }

.col-xs-offset-8 {
  margin-left: 66.667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.333%; }

.col-xs-offset-11 {
  margin-left: 91.667%; }

.start-xs {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-align: start; }

.center-xs {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center; }

.end-xs {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end; }

.top-xs {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.middle-xs {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.bottom-xs {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.around-xs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.between-xs {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.first-xs {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1; }

.last-xs {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }

@media (min-width: 768px) {
  .col-sm-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-sm {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-sm-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-sm-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-sm-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-sm-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-sm-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-sm-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-sm-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-sm-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-1 {
    margin-left: 8.333%; }
  .col-sm-offset-2 {
    margin-left: 16.667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.333%; }
  .col-sm-offset-5 {
    margin-left: 41.667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.333%; }
  .col-sm-offset-8 {
    margin-left: 66.667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.333%; }
  .col-sm-offset-11 {
    margin-left: 91.667%; }
  .start-sm {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-sm {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-sm {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-sm {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-sm {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-sm {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-sm {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-sm {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-sm {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-sm {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 991px) {
  .col-md-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-md {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-md-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-md-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-md-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-md-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-md-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-md-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-md-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-md-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-1 {
    margin-left: 8.333%; }
  .col-md-offset-2 {
    margin-left: 16.667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.333%; }
  .col-md-offset-5 {
    margin-left: 41.667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.333%; }
  .col-md-offset-8 {
    margin-left: 66.667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.333%; }
  .col-md-offset-11 {
    margin-left: 91.667%; }
  .start-md {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-md {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-md {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-md {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-md {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-md {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-md {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-md {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-md {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-md {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

@media (min-width: 1170px) {
  .col-lg-1 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-2 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-3 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-4 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-5 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-6 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-7 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-8 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-9 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-10 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-11 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg-12 {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    padding-right: 0.9375rem;
    padding-left: 0.9375rem; }
  .col-lg {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    -ms-flex-preferred-size: 8.333%;
    flex-basis: 8.333%;
    max-width: 8.333%; }
  .col-lg-2 {
    -ms-flex-preferred-size: 16.667%;
    flex-basis: 16.667%;
    max-width: 16.667%; }
  .col-lg-3 {
    -ms-flex-preferred-size: 25%;
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    -ms-flex-preferred-size: 33.333%;
    flex-basis: 33.333%;
    max-width: 33.333%; }
  .col-lg-5 {
    -ms-flex-preferred-size: 41.667%;
    flex-basis: 41.667%;
    max-width: 41.667%; }
  .col-lg-6 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    -ms-flex-preferred-size: 58.333%;
    flex-basis: 58.333%;
    max-width: 58.333%; }
  .col-lg-8 {
    -ms-flex-preferred-size: 66.667%;
    flex-basis: 66.667%;
    max-width: 66.667%; }
  .col-lg-9 {
    -ms-flex-preferred-size: 75%;
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    -ms-flex-preferred-size: 83.333%;
    flex-basis: 83.333%;
    max-width: 83.333%; }
  .col-lg-11 {
    -ms-flex-preferred-size: 91.667%;
    flex-basis: 91.667%;
    max-width: 91.667%; }
  .col-lg-12 {
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-1 {
    margin-left: 8.333%; }
  .col-lg-offset-2 {
    margin-left: 16.667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.333%; }
  .col-lg-offset-5 {
    margin-left: 41.667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.333%; }
  .col-lg-offset-8 {
    margin-left: 66.667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.333%; }
  .col-lg-offset-11 {
    margin-left: 91.667%; }
  .start-lg {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .center-lg {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .end-lg {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .top-lg {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .middle-lg {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .bottom-lg {
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .around-lg {
    -ms-flex-pack: distribute;
    justify-content: space-around; }
  .between-lg {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .first-lg {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1; }
  .last-lg {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; } }

.navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .navigation__space {
    height: 50px;
    padding-right: 40px;
    padding-left: 40px;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    @media (min-width: 768px) {
      .navigation__space {
        height: 60px;
        padding-right: 0px;
        padding-left: 0px; } }
    @media (min-width: 991px) {
      .navigation__space {
        height: 80px;
        padding-right: 30px;
        padding-left: 30px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
  .navigation--header__item {
    font-size: 14px;
    font-weight: 300;
    overflow: hidden;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    @media (min-width: 991px) {
      .navigation--header__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        overflow: visible; } }
    .navigation--header__item:hover {
      font-weight: 900; }
    .navigation--header__item.navigationCurrent > a span {
      font-weight: 900; }
    .navigation--header__item span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      padding-top: 20px;
      padding-bottom: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 16px;
      color: #1E1E1E;
      white-space: nowrap;
      position: relative;
      -webkit-transform-origin: center;
      transform-origin: center;
      -webkit-transition: all 300ms linear;
      transition: all 300ms linear; }
      @media (min-width: 576px) {
        .navigation--header__item span {
          padding-right: 30px;
          padding-left: 30px; } }
      @media (min-width: 768px) {
        .navigation--header__item span {
          padding-right: 20px;
          padding-left: 20px;
          font-size: 13px; } }
      @media (min-width: 991px) {
        .navigation--header__item span {
          width: auto;
          padding-top: 0px;
          padding-right: 0px;
          padding-bottom: 0px;
          padding-left: 0px;
          font-size: 14px;
          color: #ffffff;
          border-bottom: none;
          color: inherit; } }
  .navigation--mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 310px;
    height: 100%;
    max-height: 600px;
    padding-top: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    background-image: url(../images/menu-background.png);
    background-repeat: no-repeat;
    background-position: left bottom 40px;
    position: absolute;
    top: 96px;
    left: 6px; }
    @media (min-width: 576px) {
      .navigation--mobile {
        max-width: 466px; } }
    @media (min-width: 768px) {
      .navigation--mobile {
        margin-top: 0px;
        padding-top: 0px;
        padding-bottom: 0px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none;
        background-color: transparent;
        background: none;
        position: static; } }
  .navigation--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 230px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 13px;
    border-top: .01em solid #707070; }
    .navigation--social__first {
      margin-top: 280px; }
    @media (min-width: 768px) {
      .navigation--social {
        display: none;
        width: 320px; } }
  .navigation--evolution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 75px;
    height: 30px;
    margin-left: auto; }
  .navigation--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    overflow-y: scroll;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
    -webkit-transform: translateX(-105%);
    transform: translateX(-105%);
    position: fixed;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 119; }
    .navigation--content:before {
      content: ''; }
    @media (min-width: 768px) {
      .navigation--content {
        width: auto;
        padding-top: 0px;
        border-top: none;
        overflow-y: visible;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-transform: translateX(0%);
        transform: translateX(0%);
        position: static;
        background-color: transparent; } }
    .navigation--content.opened {
      -webkit-transform: translateY(0%);
      transform: translateY(0%); }

.menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: 0.3s all cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -webkit-transform: translateX(-105%);
  transform: translateX(-105%);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 203; }
  @media (min-width: 768px) {
    .menu {
      -webkit-transform: translateX(0%);
      transform: translateX(0%);
      -webkit-transform: translateY(-105%);
      transform: translateY(-105%);
      z-index: 201; } }
  @media (min-width: 991px) {
    .menu {
      height: 115px; }
      .menu:hover {
        -webkit-transform: translateX(0%);
        transform: translateX(0%); } }
    @media (min-width: 991px) and (min-width: 768px) {
      .menu:hover {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); } }
  .menu.opened {
    -webkit-transform: translateX(0%);
    transform: translateX(0%); }
    @media (min-width: 768px) {
      .menu.opened {
        -webkit-transform: translateY(0%);
        transform: translateY(0%); } }
  .menu--content {
    width: 100%;
    max-width: 310px;
    height: 100%;
    max-height: 600px;
    padding-top: 25px;
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-color: #ffffff;
    position: absolute;
    top: 96px;
    left: 6px; }
    @media (min-width: 576px) {
      .menu--content {
        max-width: 466px;
        padding-top: 35px;
        padding-right: 50px;
        padding-bottom: 35px;
        padding-left: 50px; } }
    @media (min-width: 768px) {
      .menu--content {
        max-width: 100%;
        max-height: 140px;
        padding-top: 7px;
        padding-right: 150px;
        padding-bottom: 7px;
        padding-left: 150px;
        top: 60px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%); } }
    @media (min-width: 991px) {
      .menu--content {
        max-width: 100%;
        max-height: 115px;
        margin-left: auto;
        margin-right: auto;
        padding-left: 0.9375rem;
        padding-right: 0.9375rem;
        top: 80px; } }
  .menu--title {
    padding-top: 6px;
    padding-bottom: 6px;
    font-size: 16px;
    font-weight: bold; }
    @media (min-width: 768px) {
      .menu--title {
        display: none; } }
  .menu--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: .02em solid #707070; }
    @media (min-width: 576px) {
      .menu--container {
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
    @media (min-width: 768px) {
      .menu--container {
        padding-top: 0px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (min-width: 991px) {
      .menu--container {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; } }
  .menu--dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: calc(100% - 50px);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .menu--dropdown {
        height: 100%; } }
    @media (min-width: 991px) {
      .menu--dropdown {
        width: 95%;
        max-width: 1170px;
        margin-right: auto;
        margin-left: auto; } }
  .menu--button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 50%;
    height: 60px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    color: #606060;
    font-family: "Oswald", sans-serif; }
    @media (min-width: 576px) {
      .menu--button {
        width: 33%;
        height: 80px; } }
    @media (min-width: 768px) {
      .menu--button {
        width: 16.66%;
        height: 65px; } }
    @media (min-width: 991px) {
      .menu--button {
        width: auto;
        height: 93px; } }
    .menu--button:hover {
      color: #000000; }
      .menu--button:hover .fruits--button__text {
        font-weight: 700; }
        .menu--button:hover .fruits--button__text:after {
          width: 16px; }

.header {
  width: 100%;
  position: relative;
  z-index: 203; }
  @media (min-width: 991px) {
    .header {
      overflow: inherit; } }
  .header--logo {
    margin-right: auto;
    margin-left: auto; }
    @media (min-width: 768px) {
      .header--logo {
        margin-right: 0px;
        margin-left: 0px; } }
    @media (min-width: 576px) {
      .header--logo img {
        width: 150px; } }
    @media (min-width: 768px) {
      .header--logo img {
        width: 105px; } }
    @media (min-width: 991px) {
      .header--logo img {
        width: 99px; } }
    @media (min-width: 1170px) {
      .header--logo img {
        width: 130px; } }
  .header--evolution {
    display: none;
    width: 116px;
    height: 46px;
    margin-top: 30px;
    position: relative;
    z-index: 509; }
    @media (min-width: 768px) {
      .header--evolution {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (min-width: 991px) {
      .header--evolution {
        width: 173px;
        height: 69px;
        margin-top: 40px; } }
  .header--container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative; }
  .header--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ffffff; }
    @media (min-width: 768px) {
      .header--content {
        height: 60px; } }
    @media (min-width: 991px) {
      .header--content {
        height: 80px; } }
  .header--switch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 56px;
    margin-right: -10px;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    position: absolute;
    top: 130px;
    right: 0.9375rem;
    z-index: 121;
    background: url(../images/menu.svg) no-repeat center center; }
    @media (min-width: 768px) {
      .header--switch {
        display: none; } }

.showcase {
  height: 400px; }
  .showcase--container {
    /*
        @include mq("tablet"){
            height:280px;
        }
        @include mq("desktop"){
            height:350px;
        }
        @include mq("large"){
            height:400px;
        }
        */ }
  .showcase--scrollbar {
    width: 80%;
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    -ms-touch-action: none;
    background: #D5D5D5; }
    @media (min-width: 768px) {
      .showcase--scrollbar {
        width: 360px; } }
  .showcase--dragger {
    height: 4px;
    z-index: 101; }
  .showcase--slide {
    width: auto !important;
    height: 100% !important;
    display: inherit !important; }

.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative; }
  .footer--container {
    padding-top: 30px;
    padding-bottom: 15px;
    position: relative; }
    @media (min-width: 768px) {
      .footer--container {
        padding-top: 50px; } }
  .footer--content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 348px;
    position: relative; }
    @media (min-width: 768px) {
      .footer--content {
        height: 348px; } }
    .footer--content:after, .footer--content:before {
      content: '';
      width: 100%;
      height: 100%;
      margin: auto;
      background-repeat: no-repeat;
      background-position: center center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; }
    .footer--content:before {
      background-color: rgba(0, 0, 0, 0.65);
      z-index: -1; }
    .footer--content:after {
      background-image: url(../images/bg-footer_mobile.jpg);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      z-index: -2; }
      @media (min-width: 768px) {
        .footer--content:after {
          background-image: url(../images/bg-footer.jpg);
          background-size: normal; } }
  .footer--evolution {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 150px;
    height: 60px;
    position: absolute;
    top: -32px;
    right: 0px; }
    @media (min-width: 768px) {
      .footer--evolution {
        left: 0;
        right: inherit; } }
    @media (min-width: 1170px) {
      .footer--evolution {
        width: 205px;
        height: 82px; } }
  .footer--social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    @media (min-width: 768px) {
      .footer--social {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; } }
    .footer--social__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 25px;
      height: 25px;
      margin-right: 25px;
      opacity: .3;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      -webkit-transition: all 300ms linear;
      transition: all 300ms linear; }
      .footer--social__item:last-child {
        margin-right: 0px; }
      .footer--social__item:hover {
        opacity: 1; }
  .footer--logo {
    display: none; }
    @media (min-width: 768px) {
      .footer--logo {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-bottom: 60px; } }
    @media (min-width: 991px) {
      .footer--logo {
        margin-bottom: 90px; } }
  .footer--end {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .footer--end {
        margin-top: 0px;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end; } }
  .footer--border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40px;
    margin-top: -13px;
    border-right: 0.02em solid rgba(255, 255, 255, 0.6);
    border-bottom: 0.02em solid rgba(255, 255, 255, 0.6);
    border-left: 0.02em solid rgba(255, 255, 255, 0.6); }
    @media (min-width: 768px) {
      .footer--border {
        margin-top: 25px;
        margin-left: -20px;
        margin-right: -20px; } }
    @media (min-width: 991px) {
      .footer--border {
        height: 54px;
        margin-top: 15px; } }
  .footer--information {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 81px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #ffffff;
    font-size: 7px;
    letter-spacing: 2px;
    background-color: #000000; }
    @media (min-width: 1170px) {
      .footer--information {
        height: 42px; } }
    .footer--information__logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (min-width: 768px) {
        .footer--information__logo {
          display: none; } }
    .footer--information__text {
      display: none; }
      @media (min-width: 768px) {
        .footer--information__text {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex; } }

.section--space60 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section--space60 {
      margin-bottom: 40px; } }
  @media (min-width: 991px) {
    .section--space60 {
      margin-bottom: 60px; } }

.section--space40 {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .section--space40 {
      margin-bottom: 40px; } }

.section--space30 {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .section--space30 {
      margin-bottom: 30px; } }

.section--space20 {
  margin-bottom: 20px; }

.notification--content, .Ataturk--content, .registration--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 150px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .notification--content, .Ataturk--content, .registration--content {
      padding-right: 60px;
      padding-left: 60px; } }
  @media (min-width: 991px) {
    .notification--content, .Ataturk--content, .registration--content {
      padding-right: 80px;
      padding-left: 80px; } }
  @media (min-width: 1170px) {
    .notification--content, .Ataturk--content, .registration--content {
      padding-right: 100px;
      padding-left: 100px; } }

.notification {
  margin-top: -75px;
  position: relative;
  z-index: 81; }
  .notification--carousel {
    width: 100%; }
  .notification--dots {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 40px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    bottom: 0px;
    left: 0px; }
    .notification--dots li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 20px;
      height: 20px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      cursor: pointer; }
      .notification--dots li.slick-active button {
        background-color: #88060D; }
      .notification--dots li button {
        width: 8px;
        height: 8px;
        cursor: pointer;
        border-radius: 50%;
        text-indent: -1000px;
        background-color: #1E1E1E; }
  .notification--content {
    -webkit-box-shadow: 0px 15px 40px -25px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 15px 40px -25px rgba(0, 0, 0, 0.5);
    background-color: #ffffff; }
  .notification--title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 150px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    color: #1E1E1E;
    font-family: "Poppins", sans-serif;
    font-size: 1em;
    line-height: normal;
    letter-spacing: -0.5px; }
    @media (min-width: 768px) {
      .notification--title {
        font-size: 1.42857em;
        line-height: 24px; } }

.achievement {
  position: relative; }
  .achievement:after {
    content: '';
    width: 100%;
    height: 85%;
    background-color: #142540;
    position: absolute;
    bottom: -30px;
    left: 0;
    z-index: -1; }
    @media (min-width: 991px) {
      .achievement:after {
        height: 197px; } }
  @media (min-width: 991px) {
    .achievement--content {
      height: 267px; } }
  .achievement--body {
    margin-bottom: 20px;
    /*
        width: 100%;
        //padding-right: 0.9375rem;
        //padding-left:0.9375rem;
        box-sizing: border-box;
        @include mq("small"){
            width: 262px;
            margin-right:$gutter;
        }
        @include mq("tablet"){
            
            //margin-right:$gutter;
        }
        @include mq("desktop"){
            width: 262px;
            margin-right:$gutter;
        }
        @include mq("large"){
            margin-right:$gutter + 10;
        }
        */ }

.videos {
  position: relative;
  /*
    &--wrap{
        margin-right:$gutter + 10;
        box-sizing: border-box;
    }
    */ }
  .videos--body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .videos:before {
    content: '';
    width: 100%;
    height: 245px;
    background-color: #142540;
    position: absolute;
    top: -30px;
    left: 0;
    z-index: -1; }
  .videos--content {
    width: 100%;
    height: 340px;
    position: relative; }

.calendar--body {
  position: relative; }

.calendar--container {
  position: relative; }

.access--body {
  height: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  .access--body:before, .access--body:after {
    content: '';
    width: 100%;
    height: 100%;
    margin: auto;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
  .access--body:before {
    z-index: -2; }
  .access--body:after {
    z-index: -1; }

.access--text {
  min-height: 50px;
  margin-top: 20px;
  margin-bottom: 20px;
  color: #F7F7F9;
  letter-spacing: -0.5px;
  font-size: 1.14286em;
  line-height: 24px; }

.access--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }
  @media (min-width: 991px) {
    .access--content {
      padding-right: 50px;
      padding-left: 50px; } }
  @media (min-width: 1170px) {
    .access--content {
      width: 570px; } }

.access--career {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .access--career:before {
    background-image: url(../images/bg-career.jpg); }
  .access--career:after {
    background-color: rgba(136, 6, 13, 0.8); }

.access--activity:before {
  background-image: url(../images/bg-activity.jpg); }

.access--activity:after {
  background-color: rgba(20, 37, 64, 0.8); }

.contact--home__map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 190px;
  margin-bottom: 20px;
  background: url(../images/home-map.jpg) no-repeat center center/cover; }

.contact--home__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  letter-spacing: -0.5px;
  color: #1E1E1E;
  font-family: "Poppins", sans-serif;
  font-size: 1.07143em; }
  .contact--home__block address {
    margin-bottom: 20px; }

.contact--home__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  letter-spacing: inherit;
  color: inherit;
  font-family: inherit;
  font-size: inherit; }
  .contact--home__row b {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 18px; }
    .contact--home__row b:after {
      content: ':';
      margin-left: auto; }

.contact--home__space {
  margin-bottom: 10px; }

.contact--home__line {
  width: 1px;
  height: 390px;
  margin-top: 80px;
  margin-right: auto;
  margin-left: auto;
  background-color: #B3B3B3; }

.Ataturk--content {
  margin-left: -0.9375rem;
  margin-right: -0.9375rem;
  background-color: #142540; }
  @media (min-width: 1170px) {
    .Ataturk--content {
      margin-left: -50px;
      margin-right: -50px; } }

.Ataturk--title, .Ataturk--MKA {
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.5px; }

.Ataturk--title {
  margin-bottom: 20px;
  line-height: normal;
  font-size: 1.42857em; }
  @media (min-width: 768px) {
    .Ataturk--title {
      font-size: 1.78571em; } }

.Ataturk--MKA {
  font-size: 1.14286em; }

.registration--content {
  background-color: #142540; }
  @media (min-width: 768px) {
    .registration--content {
      margin-right: 20px;
      margin-left: 20px; } }
  @media (min-width: 991px) {
    .registration--content {
      margin-right: 40px;
      margin-left: 40px; } }

.registration--title {
  margin-bottom: 10px;
  font-size: 1.07143em;
  line-height: normal;
  text-align: center;
  color: #ffffff;
  font-weight: 700;
  letter-spacing: -0.5px; }
  @media (min-width: 768px) {
    .registration--title {
      margin-bottom: 20px;
      font-size: 1.14286em; } }
  @media (min-width: 991px) {
    .registration--title {
      font-size: 1.42857em; } }

.registration--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  padding-right: 20px;
  padding-left: 20px;
  color: #ffffff;
  font-weight: 700;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid #ffffff;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out; }
  .registration--button:hover {
    color: #142540;
    background-color: #ffffff; }

@-webkit-keyframes animationFruit {
  0% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg); }
  100% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg); } }

@keyframes animationFruit {
  0% {
    -webkit-transform: rotate(360deg) translate(-10px) rotate(-360deg);
    transform: rotate(360deg) translate(-10px) rotate(-360deg); }
  100% {
    -webkit-transform: rotate(0deg) translate(-10px) rotate(0deg);
    transform: rotate(0deg) translate(-10px) rotate(0deg); } }

@-webkit-keyframes animationBranch {
  0%, 100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  25%, 75% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

@keyframes animationBranch {
  0%, 100% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px); }
  25%, 75% {
    -webkit-transform: translateY(0);
    transform: translateY(0); }
  50% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px); } }

.about--centered {
  text-align: center; }

.about--image img {
  margin-right: auto;
  margin-left: auto; }

.about--image__row {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .about--image__row {
      margin-bottom: 0px; } }

.about--branch {
  width: 317px;
  height: 373px;
  background-color: red;
  background: url(../images/about-branch.png) no-repeat center center;
  position: absolute;
  top: 115px;
  z-index: 19;
  -webkit-animation: animationBranch 10s infinite 0s linear;
  animation: animationBranch 10s infinite 0s linear; }

.about--birds {
  display: none;
  width: 500px;
  height: 300px;
  background: url(../images/about-birds.png) no-repeat center center/cover;
  position: absolute;
  top: -200px;
  right: 60px; }
  @media (min-width: 991px) {
    .about--birds {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .about--birds__container {
    position: relative; }

.about--bird__item {
  position: absolute;
  top: -25px;
  right: 160px;
  z-index: -1; }

.about--bird__wrap {
  padding-top: 40px;
  position: relative; }

.about--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.about--text {
  font-family: "Oswald", sans-serif;
  font-weight: 200;
  font-size: 16px;
  line-height: 22px;
  color: #969696; }
  .about--text p {
    margin-bottom: 20px; }
    .about--text p:last-child {
      margin-bottom: 0px; }

.about--row {
  margin-bottom: 50px; }

.about--images {
  height: 332px;
  margin-bottom: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  position: relative; }
  @media (min-width: 991px) {
    .about--images {
      height: 332px; } }
  @media (min-width: 1170px) {
    .about--images {
      height: 400px; } }
  .about--images__x1 {
    background-image: url(../images/about-page_x1.jpg); }
  .about--images__x2 {
    background-image: url(../images/about-page_x2.jpg); }
  .about--images__x3 {
    background-image: url(../images/about-page_x3.jpg); }

.about--colored {
  display: none;
  width: 30%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: top center;
  position: absolute;
  top: 0; }
  @media (min-width: 768px) {
    .about--colored {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; } }
  .about--colored__left {
    left: 0; }
  .about--colored__right {
    right: 0; }
  .about--colored__orange {
    background-image: url(../images/about-rise.svg);
    background-color: #FF6920; }
  .about--colored__yellow {
    background-image: url(../images/about-evolution.svg);
    background-color: #FFC400; }
  .about--colored__red {
    background-image: url(../images/about-abundance.svg);
    background-color: #8B0045; }

.about--home {
  margin-top: 40px;
  margin-bottom: 40px; }
  .about--home__title {
    margin-top: 15px;
    margin-bottom: 15px;
    font-size: 16px;
    line-height: 21px; }
  .about--home__summary {
    font-size: 16px;
    line-height: 22px;
    color: #969696;
    font-weight: 200;
    font-family: "Oswald", sans-serif; }
  .about--home__button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 156px;
    height: 28px;
    margin-top: 10px;
    margin-right: auto;
    margin-left: auto;
    font-size: 14px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 1px solid transparent; }
    .about--home__button:hover {
      border-color: #707070; }
    .about--home__button b, .about--home__button i {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: 16px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .about--home__button i {
      margin-left: 10px; }

.about--content {
  margin-bottom: 50px; }

.fruits--showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 576px) {
    .fruits--showcase {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 768px) {
    .fruits--showcase {
      height: 100%; } }

.fruits--column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 576px) {
    .fruits--column {
      width: 50%; } }
  @media (min-width: 991px) {
    .fruits--column {
      width: initial; } }

.fruits--box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 150px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center; }
  @media (min-width: 576px) {
    .fruits--box {
      height: 200px;
      text-align: left; } }
  @media (min-width: 768px) {
    .fruits--box {
      width: auto;
      height: 50%; } }
  .fruits--box__title, .fruits--box__summary {
    font-family: "Oswald", sans-serif; }
  .fruits--box__title {
    margin-bottom: 15px;
    font-weight: 400;
    font-size: 17px; }
  .fruits--box__summary {
    font-size: 14px;
    line-height: 22px;
    font-weight: 200; }
    @media (min-width: 576px) {
      .fruits--box__summary {
        font-size: 16px; } }
  .fruits--box__gray {
    padding: 20px;
    background-color: #F0EFEF; }
    @media (min-width: 768px) {
      .fruits--box__gray {
        padding: 27px; } }
  .fruits--box__colored {
    background-color: #C90549; }

.fruits--images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 225px; }
  @media (min-width: 576px) {
    .fruits--images {
      height: 100%; } }
  @media (min-width: 991px) {
    .fruits--images {
      width: 380px; } }
  .fruits--images__outer {
    width: 100%; }
    .fruits--images__outer:before {
      padding-top: 110.52632%; }

.fruits--block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  @media (min-width: 768px) {
    .fruits--block {
      -webkit-box-align: end;
      -ms-flex-align: end;
      align-items: flex-end; } }

.fruits--horizontal {
  width: 100%; }
  .fruits--horizontal__outer:before {
    padding-top: 31.30435%; }
  .fruits--horizontal__outer .inner {
    background-size: cover;
    /*
                @include mq("tablet"){
                    background-size:inherit;
                }
                */ }

.fruits--icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 768px) {
    .fruits--icons {
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }

.fruits--logo, .fruits--item {
  background-repeat: no-repeat;
  background-position: center center; }

.fruits--logo {
  width: 100%;
  height: 202px;
  margin-top: 20px;
  margin-bottom: 20px;
  background-size: contain;
  position: relative; }
  @media (min-width: 576px) {
    .fruits--logo {
      background-size: 80%; } }
  @media (min-width: 768px) {
    .fruits--logo {
      margin-top: 0px;
      margin-bottom: 0px; } }
  @media (min-width: 991px) {
    .fruits--logo {
      background-size: initial; } }

.fruits--item {
  width: 70px;
  height: 70px;
  position: absolute;
  top: 40px;
  right: 100px;
  z-index: -1;
  -webkit-animation: animationFruit 10s linear infinite;
  animation: animationFruit 10s linear infinite; }

.fruits--centered {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.fruits--button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 93px;
  line-height: 18px;
  font-size: 13px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: all 300ms linear;
  transition: all 300ms linear; }
  .fruits--button:hover .fruits--button__text {
    font-weight: 700; }
    .fruits--button:hover .fruits--button__text:after {
      width: 16px; }
  .fruits--button__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 12px;
    height: 12px;
    margin-bottom: 6px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .fruits--button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Oswald", sans-serif;
    font-weight: 200;
    -webkit-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out; }
    .fruits--button__text:after {
      content: '';
      width: 0px;
      height: 1px;
      margin-top: 4px;
      background-color: #000000;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }

.fruits--navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #F0EFEF;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch; }
  @media (min-width: 768px) {
    .fruits--navigation {
      overflow: hidden;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (min-width: 991px) {
    .fruits--navigation {
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -ms-flex-pack: distribute;
      justify-content: space-around; } }
  .fruits--navigation li {
    width: 100px;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    @media (min-width: 768px) {
      .fruits--navigation li {
        width: 16%; } }
    @media (min-width: 991px) {
      .fruits--navigation li {
        width: auto; } }
    .fruits--navigation li.current a div {
      font-weight: 700; }
      .fruits--navigation li.current a div:after {
        width: 16px; }

.quality--home {
  margin-top: 40px; }
  @media (min-width: 768px) {
    .quality--home {
      margin-top: 80px; } }

.quality--row {
  margin-bottom: 30px; }
  @media (min-width: 991px) {
    .quality--row {
      margin-bottom: 70px; } }

.quality--first {
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  position: relative; }
  @media (min-width: 768px) {
    .quality--first {
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1; } }

.quality--image {
  margin-bottom: 30px;
  text-align: center; }
  @media (min-width: 991px) {
    .quality--image {
      margin-bottom: 0px;
      text-align: right; } }
  .quality--image__margin {
    margin-bottom: 25px; }

.quality--text {
  line-height: 24px; }
  .quality--text p {
    margin-bottom: 20px; }
    .quality--text p:last-child {
      margin-bottom: 0px; }
    .quality--text p.font {
      font-family: "Oswald", sans-serif;
      font-size: 18px;
      font-weight: 200;
      color: #606060; }

.quality--home__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  /*
            @include mq("tablet"){
                padding-right:26px;
                padding-left:26px;
            }
            */
  /*
            @include mq("tablet"){
                flex-wrap: nowrap;
            }
            */ }
  @media (min-width: 576px) {
    .quality--home__column {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  @media (min-width: 768px) {
    .quality--home__column {
      padding-right: 0px;
      padding-left: 0px; } }
  @media (min-width: 1170px) {
    .quality--home__column {
      padding-right: 26px;
      padding-left: 26px; } }

.quality--home__box {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1; }
  @media (min-width: 576px) {
    .quality--home__box {
      width: 50%; } }
  @media (min-width: 768px) {
    .quality--home__box {
      width: auto;
      -webkit-box-ordinal-group: 1;
      -ms-flex-order: 0;
      order: 0; } }

.quality--home__title, .quality--home__button, .quality--home__summary {
  font-family: "Oswald", sans-serif; }

.quality--home__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 5px;
  font-size: 21px;
  font-weight: 400; }
  @media (min-width: 991px) {
    .quality--home__title {
      font-size: 29px;
      margin-bottom: 19px; } }
  @media (min-width: 1170px) {
    .quality--home__title {
      font-size: 37px; } }

.quality--home__summary {
  margin-bottom: 5px;
  font-size: 14px;
  line-height: 21px;
  color: #969696;
  font-weight: 200; }
  @media (min-width: 991px) {
    .quality--home__summary {
      margin-bottom: 30px; } }

.quality--home__images {
  margin-bottom: 20px;
  margin-right: auto;
  margin-left: auto;
  text-align: center; }
  @media (min-width: 576px) {
    .quality--home__images {
      width: 50%;
      margin-bottom: 0px; } }
  @media (min-width: 768px) {
    .quality--home__images {
      width: auto;
      margin-bottom: 25px;
      text-align: left; } }
  .quality--home__images img {
    width: 240px; }
    @media (min-width: 768px) {
      .quality--home__images img {
        width: 120px; } }
    @media (min-width: 991px) {
      .quality--home__images img {
        width: 163px; } }
    @media (min-width: 1170px) {
      .quality--home__images img {
        width: 191px; } }

.quality--home__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #000000;
  font-size: 13px;
  font-weight: 500;
  position: absolute;
  right: 0;
  bottom: -35px;
  background: url(../images/quality-home_button.svg) no-repeat right center; }
  @media (min-width: 576px) {
    .quality--home__button {
      width: 50%;
      bottom: 0; } }
  @media (min-width: 768px) {
    .quality--home__button {
      width: 100%;
      position: inherit; } }
  .quality--home__button:hover {
    color: #FF6920; }

.seeds--showcase {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 330px;
  padding: 20px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover; }
  @media (min-width: 768px) {
    .seeds--showcase {
      height: 300px; } }
  @media (min-width: 991px) {
    .seeds--showcase {
      height: 402px; } }
  @media (min-width: 1170px) {
    .seeds--showcase {
      height: 477px; } }
  .seeds--showcase:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: rgba(30, 30, 30, 0.2); }

.seeds--title {
  width: 130px;
  height: 100%;
  font-weight: 200;
  position: absolute;
  top: 0;
  right: 0;
  background-color: rgba(30, 30, 30, 0.5); }
  @media (min-width: 576px) {
    .seeds--title {
      width: 180px; } }
  @media (min-width: 991px) {
    .seeds--title {
      width: 225px; } }
  @media (min-width: 1170px) {
    .seeds--title {
      width: 255px; } }
  .seeds--title__primary {
    white-space: nowrap;
    font-family: "Oswald", sans-serif;
    font-size: 49px;
    color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(70px, 180px) rotate(-90deg);
    transform: translate(70px, 180px) rotate(-90deg);
    position: absolute;
    top: 0;
    right: 0; }
    @media (min-width: 768px) {
      .seeds--title__primary {
        -webkit-transform: translate(70px, 140px) rotate(-90deg);
        transform: translate(70px, 140px) rotate(-90deg); } }
    @media (min-width: 991px) {
      .seeds--title__primary {
        font-size: 63px; } }
    @media (min-width: 1170px) {
      .seeds--title__primary {
        font-size: 75px;
        -webkit-transform: translate(120px, 250px) rotate(-90deg);
        transform: translate(120px, 250px) rotate(-90deg); } }

.seeds--description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 150px);
  height: 70px;
  color: #ffffff;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "Oswald", sans-serif;
  position: relative;
  z-index: 107; }
  @media (min-width: 576px) {
    .seeds--description {
      width: calc(100% - 200px); } }
  @media (min-width: 768px) {
    .seeds--description {
      width: calc(100% - 200px); } }
  @media (min-width: 991px) {
    .seeds--description {
      width: calc(100% - 245px); } }
  @media (min-width: 1170px) {
    .seeds--description {
      width: calc(100% - 275px); } }
  .seeds--description__primary {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 5px;
    border-bottom: 1px solid #FFFFFF;
    font-size: 27px;
    font-weight: 200; }
  .seeds--description__secondary {
    margin-top: 5px;
    font-size: 17px;
    font-style: italic;
    font-weight: 200; }

.seeds--link {
  width: 32px;
  height: 32px;
  margin-left: 20px;
  background: url(../images/arrow-white_right.svg) no-repeat center center;
  position: absolute;
  bottom: 48px;
  z-index: 119; }

.seeds--pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 65px;
  margin: 0;
  border: none;
  position: absolute;
  bottom: 121px;
  right: 185px;
  z-index: 117; }
  @media (min-width: 576px) {
    .seeds--pagination {
      right: 235px; } }
  @media (min-width: 991px) {
    .seeds--pagination {
      right: 280px; } }
  @media (min-width: 1170px) {
    .seeds--pagination {
      right: 310px; } }
  .seeds--pagination li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .seeds--pagination li.current span {
      height: 2px; }
    .seeds--pagination li:last-child {
      margin-right: 0px; }
    .seeds--pagination li span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      width: 100%;
      height: .05em;
      background-color: #ffffff; }

.seeds--navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 54px;
  margin-top: 7px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #180c23;
  background: -webkit-gradient(linear, left top, right top, from(#180c23), color-stop(10%, #311c39), color-stop(20%, #552e4f), color-stop(30%, #834162), color-stop(40%, #bc566f), color-stop(50%, #ff6b77), color-stop(60%, #e06f74), color-stop(70%, #c47171), color-stop(80%, #ab716d), color-stop(90%, #977069), to(black));
  background: linear-gradient(90deg, #180c23 0%, #311c39 10%, #552e4f 20%, #834162 30%, #bc566f 40%, #ff6b77 50%, #e06f74 60%, #c47171 70%, #ab716d 80%, #977069 90%, black 100%); }
  .seeds--navigation li {
    margin-right: 10px; }
    .seeds--navigation li:last-child {
      margin-right: 0px; }
    .seeds--navigation li.current img, .seeds--navigation li:hover img {
      opacity: 1; }
    .seeds--navigation li img {
      opacity: .4;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out; }

.contact--content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 991px) {
    .contact--content {
      width: 600px; } }

.contact--row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.contact--block {
  margin-bottom: 30px;
  text-align: center; }

.contact--between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  @media (min-width: 768px) {
    .contact--between {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; } }
  .contact--between .label {
    margin-bottom: 20px; }
    .contact--between .label:last-child {
      margin-bottom: 10px; }
      @media (min-width: 768px) {
        .contact--between .label:last-child {
          margin-bottom: 0px; } }
    @media (min-width: 768px) {
      .contact--between .label {
        margin-bottom: 0px; } }

.contact--summary {
  margin-bottom: 25px;
  font-size: 15px; }

.contact--phone {
  font-size: 15px; }

.address {
  margin-bottom: 15px;
  font-size: 14px; }

.subpage {
  margin-top: 80px; }
  .subpage--title {
    margin-bottom: 20px;
    font-size: 23px;
    text-align: center; }

.detail--row {
  margin-bottom: 35px;
  padding-bottom: 10px;
  color: #606060;
  font-size: 17px;
  line-height: 29px;
  font-family: "Oswald", sans-serif;
  border-bottom: 1px solid #707070; }
  .detail--row__block {
    position: relative; }
  .detail--row__images {
    width: 120px;
    height: 105px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
    position: absolute;
    top: -20px;
    right: -20px;
    z-index: -1; }

.detail--feature {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }
  .detail--feature__title, .detail--feature__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .detail--feature__title {
    margin-bottom: 15px;
    padding-bottom: 5px;
    color: #000000;
    font-weight: 700;
    font-size: 21px;
    border-bottom: 1px solid #707070; }
  .detail--feature__size {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 5px;
    font-family: "Oswald", sans-serif;
    font-size: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #000000;
    font-weight: 200; }
    @media (min-width: 768px) {
      .detail--feature__size {
        margin-top: 0px; } }
  .detail--feature__images {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    @media (min-width: 768px) {
      .detail--feature__images {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; } }

.detail--image {
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 1170px) {
    .detail--image {
      margin-right: 0;
      margin-left: 0; } }

.detail--navigation {
  margin-bottom: 20px;
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative; }
  .detail--navigation:after {
    content: '';
    width: 100%;
    height: 100%;
    border: 20px solid #E8E8E8;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -2; }
  .detail--navigation__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 80px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: "Oswald", sans-serif;
    font-size: 17px; }
    .detail--navigation__item span.light {
      color: #606060;
      font-weight: 200; }
    .detail--navigation__item span.bolder {
      color: #000000;
      font-weight: 700; }

.detail--current {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 315px;
  height: 80px;
  margin: auto;
  border: 8px solid #CBB3A9;
  opacity: 0;
  position: absolute;
  left: -26px;
  top: 0;
  z-index: -1;
  -webkit-transition: top 400ms ease-in-out;
  transition: top 400ms ease-in-out; }

.gallery {
  margin-top: 50px; }
  .gallery--item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative; }
    .gallery--item:hover:before {
      opacity: 1;
      visibility: visible; }
    .gallery--item:before {
      content: '';
      width: 100%;
      height: 100%;
      opacity: 0;
      visibility: hidden;
      background-image: url(../images/gallery-zoom.svg);
      background-repeat: no-repeat;
      background-position: center center;
      background-color: rgba(255, 255, 255, 0.5);
      border: 20px solid #E8E8E8;
      -webkit-transition: all 300ms ease-in-out;
      transition: all 300ms ease-in-out;
      position: absolute;
      top: 0;
      right: 0; }
    .gallery--item img {
      width: 100%; }
  .gallery--box {
    margin-bottom: 20px; }

.contact--row {
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .contact--row {
      margin-bottom: 0px; } }

.contact--home {
  margin-bottom: 30px; }
  @media (min-width: 768px) {
    .contact--home {
      margin-bottom: 0px; } }

.contact--space {
  margin-bottom: 20px; }

.map {
  margin-top: 40px; }
  .map--body {
    width: 100%;
    height: 310px;
    background-color: #525252; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  display: block;
  position: relative;
  top: 0;
  left: 0; }

.slick-track:before, .slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .slick-dots li {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: 20px;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background-color: red; }
    .slick-dots li button {
      width: 10px;
      height: 10px;
      border-radius: 50%;
      text-indent: -100000px;
      cursor: pointer;
      background-color: #EDEEEF; }

/* Magnific Popup CSS */
.mfp-bg {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #1e1e1e;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1042; }

.mfp-wrap {
  width: 100%;
  height: 100%;
  outline: none !important;
  -webkit-backface-visibility: hidden;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1043; }

.mfp-container {
  width: 100%;
  height: 100%;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top:before {
  display: none; }

.mfp-content {
  display: inline-block;
  margin: 0 auto;
  padding: 44px;
  vertical-align: middle;
  text-align: left;
  background-color: #ffffff;
  position: relative;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.mfp-counter {
  color: #1E1E1E;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-preloader {
  width: auto;
  margin-top: -0.8em;
  color: #CCC;
  text-align: center;
  position: absolute;
  top: 50%;
  right: 8px;
  left: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-close {
  width: 44px;
  height: 44px;
  padding: 0 0 18px 10px;
  line-height: 44px;
  text-decoration: none;
  text-align: center;
  border-radius: 50%;
  background-color: #ffffff !important;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
  position: absolute;
  top: 0;
  right: 0; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-arrow {
  display: block;
  background-color: transparent; }

button.mfp-close, button.mfp-arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
  border: 0;
  -webkit-appearance: none;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 1046; }

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

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #1E1E1E; }

.mfp-arrow {
  width: 80px;
  height: 80px;
  margin: 0;
  margin-top: -40px;
  padding: 0;
  opacity: 0.65;
  position: absolute;
  top: 50%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before, .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }
  .mfp-arrow-left {
    left: 50px; }
    .mfp-arrow-left:after {
      border-right: 17px solid #FFF; }
  .mfp-arrow-right {
    right: 50px; }
    .mfp-arrow-right:after {
      border-left: 17px solid #FFF; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    width: 100%;
    max-width: 900px;
    line-height: 0; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  overflow: hidden; }
  .mfp-iframe-scaler iframe {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
    position: absolute;
    top: 0;
    left: 0; }

/* Main image in popup */
img.mfp-img {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    display: block;
    width: auto;
    height: auto;
    position: absolute;
    top: 40px;
    right: 0;
    bottom: 40px;
    left: 0;
    z-index: -1; }
  .mfp-figure small {
    display: block;
    color: #BDBDBD;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 44px;
  margin-top: -44px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 100%;
  left: 0;
  cursor: auto; }

.mfp-title {
  line-height: 18px;
  color: #1E1E1E;
  word-wrap: break-word; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /** * Remove all paddings around the image on small screen */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    padding: 3px 5px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    top: auto;
    bottom: 0; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    width: 35px;
    height: 35px;
    padding: 0;
    position: fixed;
    top: 0;
    right: 0;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    text-align: center; } }

@media all and (max-width: 900px) {
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
    .mfp-arrow-left {
      -webkit-transform-origin: 0;
      transform-origin: 0; }
    .mfp-arrow-right {
      -webkit-transform-origin: 100%;
      transform-origin: 100%; } }

/* overlay at start */
.mfp-fade.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* overlay animate in */
.mfp-fade.mfp-bg.mfp-ready {
  opacity: .9; }

/* overlay animate out */
.mfp-fade.mfp-bg.mfp-removing {
  opacity: 0; }

/* content at start */
.mfp-fade.mfp-wrap .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.15s ease-out;
  transition: all 0.15s ease-out; }

/* content animate it */
.mfp-fade.mfp-wrap.mfp-ready .mfp-content {
  opacity: 1; }

/* content animate out */
.mfp-fade.mfp-wrap.mfp-removing .mfp-content {
  opacity: 0; }
