/* FONTS */
:root {
  --avenir-heavy: "Avenir LT W01_85 Heavy1475544";
  --avenir-light: "Avenir LT W01_35 Light1475496";
  --avenir-medium: "Avenir LT W01_65 Medium1475532";
  --avenir-roman: "Avenir LT W01_55 Roman1475520";
  --avenir-book: "Avenir LT W01_45 Book1475508";
}

/* GENERAL - start */

strong, u, i, em {
  vertical-align: baseline;
}

.standard-content em,
.standard-content i {
  font-family: var(--avenir-light);
}


.container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  padding-right: 30px;
  padding-left: 30px;
  margin-right: auto;
  margin-left: auto;
}

.container-fluid {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -30px;
  margin-left: -30px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 30px;
  padding-left: 30px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

a,
a:focus,
a:hover,
a:active {
  color: #272d2f;
}

.hide {
  display: none;
}

/* GENERAL - responsive */

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1230px;
  }
}

@media screen and (max-width: 1439px) {
  .container {
    max-width: 1230px;
  }
}

@media screen and (max-width: 768px) {
  .container {
    max-width: 708px;
  }
}

@media (max-width: 374px) {
  .container {
    max-width: 375px;
  }
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-sm-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-sm-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-sm-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-sm-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-sm-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-sm-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-sm-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-md-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-md-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-md-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-md-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-md-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-lg-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-lg-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-lg-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-lg-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-lg-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-lg-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-lg-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-lg-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-1 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }

  .col-xl-2 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-xl-3 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-xl-5 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }

  .col-xl-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-xl-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .col-xl-9 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .col-xl-11 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }

  .col-xl-12 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

/* General Elements */

.more-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  align-items: center;
  justify-content: center;
  width: 170px;
  height: 40px;
  margin: 30px 0;
  font-family: var(--avenir-heavy);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  text-align: center;
  letter-spacing: normal;
  border-radius: 20px;
  cursor: pointer;
}

.more-button.basic {
  color: #005ba2;
  background-color: transparent;
  border: solid 1px #cfd5d6;
}

.more-button.basic:hover {
  color: #fff;
  background-color: #005ba2;
  border: 1px solid #005ba2;
}

.more-button.primar {
  color: #fff;
  background-color: #005ba2;
  border: 1px solid #005ba2;
}

.more-button.primar:hover {
  background-color: #e85a4d;
  border: solid 1px #e85a4d;
}

.more-button.secundar {
  color: #fff;
  background-color: #e85a4d;
  border: solid 1px #e85a4d;
}

.more-button.secundar:hover {
  background-color: #005ba2;
  border: 1px solid #005ba2;
}

.border-bottom {
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #cfd5d6;
}

.module {
  padding-top: 50px;
  padding-bottom: 50px;
}

.select-box {
  position: relative;
}

.select-box .options-container,
.select-box .selected {
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #262626;
  letter-spacing: normal;
}

.select-box .options-container {
  position: absolute;
  top: 100%;
  z-index: -1;
  width: 100%;
  max-height: 0;
  overflow-x: hidden;
  background-color: #eceeef;
  border-right: solid 1px #cfd5d6;
  border-bottom: solid 1px #cfd5d6;
  border-left: solid 1px #cfd5d6;
  opacity: 0;
  transition: all 0.4s;
}

.select-box .options-container.active {
  z-index: 1;
  max-height: 160px;
  overflow-y: scroll;
  opacity: 1;
}

.select-box .options-container.active + .selected::after {
  transform: rotateX(180deg);
}

.select-box .options-container::-webkit-scrollbar {
  width: 8px;
  background: #d2d5d6;
}

.select-box .options-container::-webkit-scrollbar-thumb {
  background: #525861;
}

.select-box .selected {
  position: relative;
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  margin-top: 10px;
  /*color: #6e6e6e;*/
  color: #000;
  border: solid 1px #cfd5d6;
}

.filters .select-box .selected {
  margin-top: 0;
}

.select-box .selected.active {
  background-color: #eceeef;
}

.select-box .selected::after {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 100%;
  content: "";
  background: url("../images/assets-icon-arrow-down.svg");
  background-repeat: no-repeat;
  background-size: contain;
  transition: all 0.4s;
}

.select-box .option {
  display: flex;
  align-items: center;
  height: 40px;
  padding-left: 15px;
  color: #6e6e6e;
}

.select-box .option,
.select-box .selected {
  cursor: pointer;
}

.select-box .option:hover,
.select-box .option.chosen {
  color: #fff;
  background: #005ba2;
}

.select-box .option .radio {
  display: none;
}

.select-box label {
  cursor: pointer;
}

.filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
}

.categories {
  width: 70%;
}

.categories a {
  display: inline-block;
  margin-right: 32px;
  font-family: var(--avenir-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
  cursor: pointer;
}

.categories a.active {
  color: #e85a4d;
}

.categories-select {
  display: none;
}

.categories-select.show {
  display: block;
}

.categories-select .select-box {
  width: 309px;
}

.standard-content ul {
  padding-left: 25px;
}

.standard-content ul li {
  position: relative;
}

.standard-content ul li::before {
  position: absolute;
  left: -20px;
  width: 30px;
  height: 30px;
  content: "";
  background: url("../images/assets-bullet.svg");
}

.standard-content ol {
  padding-left: 30px;
  list-style: decimal;
}

.standard-content blockquote {
  position: relative;
  padding: 60px 0 60px 66px;
  font-family: var(--avenir-light);
  font-size: 30px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.standard-content blockquote::before {
  position: absolute;
  top: 67px;
  left: 21px;
  width: 27px;
  height: 27px;
  content: "";
  background: url("../images/assets-quote.svg");
}

.standard-content h1,
.standard-content h1 a,
.standard-content h2,
.standard-content h2 a,
.standard-content h3,
.standard-content h3 a,
.standard-content h4,
.standard-content h4 a,
.standard-content h5,
.standard-content h5 a,
.standard-content h6,
.standard-content h6 a {
  margin-top: 60px;
  margin-bottom: 15px;
  font-family: var(--avenir-heavy);
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.standard-content h1,
.standard-content h1 a {
  font-size: 48px;
}

.standard-content h2,
.standard-content h2 a,
.standard-content h2 strong {
  font-size: 42px;
}

.standard-content h3,
.standard-content h3 a,
.standard-content h3 strong {
  font-size: 38px;
}

.standard-content h4,
.standard-content h4 a,
.standard-content h4 strong {
  font-size: 32px;
}

.standard-content h5,
.standard-content h5 a,
.standard-content h25 strong {
  font-size: 24px;
}

.standard-content h6,
.standard-content h6 a,
.standard-content h6 strong {
  font-size: 18px;
}

.standard-content,
.standard-content strong,
.standard-content p,
.standard-content a,
.standard-content li,
.standard-content .bigger {
  font-family: var(--avenir-light);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.standard-content p {
  min-height: 25px;
}

.standard-content strong {
  font-weight: 600;
}

.standard-content a {
  color: #005ba2;
  vertical-align: baseline;
  text-decoration: underline;
  text-underline-position: under;
}

.standard-content a:hover {
  text-decoration: none;
}

.standard-content .bigger,
.standard-content .bigger a,
.standard-content .bigger li {
  font-size: 24px;
}

.standard-content .bigger a {
  color: #005ba2;
  text-decoration: underline;
  text-underline-position: under;
}

.standard-content .bigger a:hover {
  text-decoration: none;
}

.standard-content.large-lists ul {
  padding-left: 35px;
}

.standard-content.large-lists ul,
.standard-content.large-lists ol {
  padding-top: 30px;
  padding-bottom: 30px;
}

.standard-content.large-lists li {
  padding-bottom: 30px;
}

.standard-content.large-lists ul li::before {
  top: -2px;
  left: -30px;
}

.container-wrapper {
  max-width: 770px;
  margin: 0 auto;
}

/* General Elements - responsive */

@media screen and (max-width: 1200px) {
  .categories {
    display: none;
    width: auto;
  }

  .categories-select {
    display: block;
  }
}

@media screen and (max-width: 1100px) {
  main {
    padding-top: 0;
    margin-top: 80px;
  }
}

@media screen and (max-width: 767px)  {
  .module {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .select-box {
    width: 100% !important;
  }

  .filters {
    flex-wrap: wrap;
  }

  .categories-select {
    width: 100%;
    margin-bottom: 30px;
  }

  .standard-content blockquote {
    padding: 50px 0 45px 55px;
    font-size: 24px;
  }

  .standard-content blockquote::before {
    top: 50px;
    left: 0;
  }

  .standard-content .bigger {
    font-size: 18px;
  }

  .standard-content h1,
  .standard-content h1 a,
  .standard-content h2,
  .standard-content h2 a,
  .standard-content h3,
  .standard-content h3 a,
  .standard-content h4,
  .standard-content h4 a,
  .standard-content h5,
  .standard-content h5 a,
  .standard-content h6,
  .standard-content h6 a {
    margin-top: 45px;
    margin-bottom: 20px;
  }

  .standard-content h1,
  .standard-content h1 a {
    font-size: 32px;
  }

  .standard-content h2,
  .standard-content h2 a {
    font-size: 30px;
  }

  .standard-content h3,
  .standard-content h3 a {
    font-size: 30px;
  }

  .standard-content h4,
  .standard-content h4 a {
    font-size: 28px;
  }

  .standard-content h5,
  .standard-content h5 a {
    font-size: 24px;
  }

  .standard-content h6,
  .standard-content h6 a {
    font-size: 18px;
  }
}

/* GENERAL - end */

/* HEADER - start */

.header-replacer {
  display: none;
  height: 200px;
}

.normal-nav-wrapper {
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.normal-nav-wrapper.sticky-nav {
  position: fixed;
  top: 0;
  z-index: 2;
  background-color: #005ba2;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.normal-nav {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 200px;
  padding-top: 30px;
  padding-bottom: 15px;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-nav .normal-nav {
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.big-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  z-index: 1;
  /*width: 270px;*/
  width: 416px;
  height: 100%;
  max-height: 136px;
  margin: auto 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-nav .big-logo {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.small-logo {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 30px;
  display: block;
  width: 0;
  height: 0;
  margin: auto 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-nav .small-logo {
  z-index: 1;
  width: 65px;
  height: 55px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.big-logo a,
.small-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.normal-nav .first-menu,
.normal-nav .second-menu {
  width: 100%;
}

.normal-nav .first-menu {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: auto;
  text-align: right;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-nav .first-menu {
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.normal-nav .first-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  align-items: center;
  justify-content: flex-end;
}

.normal-nav .first-menu ul li {
  display: inline-block;
  margin-left: 30px;
}

.normal-nav .first-menu ul li a,
.normal-nav .first-menu .language-switcher span,
.normal-nav .first-menu .language-switcher a {
  font-family: var(--avenir-roman);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
}

.normal-nav .first-menu .language-switcher span {
  color: #e85a4d;
}

.normal-nav .first-menu .language-switcher:first-child {
  margin-right: 5px;
}

.normal-nav .first-menu .language-switcher:last-child {
  margin-left: 5px;
}

.normal-nav .first-menu a:hover,
.normal-nav .first-menu a.active {
  color: #e85a4d;
}

.normal-nav .first-menu .shop-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.normal-nav .first-menu .shop-qty,
.normal-nav .first-menu .user-profile {
  height: 40px;
  cursor: pointer;
  border: 1px solid #d1d6d7;
  border-radius: 50%;
}

.normal-nav .first-menu .shop-qty:hover,
.normal-nav .first-menu .user-profile:hover {
  border: 1px solid #e85a4d;
}

.normal-nav .first-menu .shop-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  min-width: 80px;
  padding: 0 5px 0 10px;
  margin-right: 15px;
  border-radius: 25px;
}

.normal-nav .first-menu .shop-qty .qty {
  font-family: var(--avenir-heavy);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #e85a4d;
  text-align: center;
  letter-spacing: normal;
}

.normal-nav .first-menu .shop-qty svg path {
  fill: #e85a4d;
}

.normal-nav .first-menu .user-profile svg path {
  fill: #005ba2;
}

.normal-nav .second-menu {
  -ms-flex-item-align: end;
  align-self: flex-end;
  text-align: right;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.sticky-nav .second-menu {
  -ms-flex-item-align: start;
  align-self: flex-start;
  height: 100%;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

.normal-nav .second-menu .exit-dropdown-up {
  width: 100%;
  height: 50px;
}

.sticky-nav .second-menu .exit-dropdown-up {
  display: none;
}

.normal-nav .second-menu .exit-dropdown-left {
  width: 50px;
  height: auto;
}

.normal-nav .second-menu .main-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.sticky-nav .second-menu .main-menu {
  height: 100%;
}

.normal-nav .second-menu .main-menu li {
  display: inline-block;
  height: 48px;
  margin-left: 15px;
}

.sticky-nav .second-menu .main-menu li {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.normal-nav .second-menu .main-menu li:hover,
.normal-nav .second-menu .main-menu li.active {
  background-color: #ecf3f8;
}

.normal-nav .second-menu .main-menu li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  margin: 0 15px;
  font-family: var(--avenir-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.56;
  letter-spacing: normal;
}

.normal-nav .second-menu .main-menu li a.active {
  color: #e85a4d;
}

.sticky-nav .second-menu .main-menu li a {
  color: #fff;
}

.sticky-nav .second-menu .main-menu li a.active {
  color: #fff;
}

.sticky-nav .second-menu .main-menu li:hover a,
.sticky-nav .second-menu .main-menu li.active a {
  color: #272d2f;
}

.normal-nav .second-menu #first-menu-dropdown-btn {
  z-index: 1;
  display: none;
  cursor: pointer;
}

.normal-nav .second-menu #search {
  z-index: 1;
  width: 48px;
  padding-top: 3px;
  cursor: pointer;
}

.normal-nav .second-menu #search.working,
.normal-nav .second-menu #first-menu-dropdown-btn.working {
  background-color: #ecf3f8;
}

.normal-nav .second-menu #search div {
  margin: 0 auto;
}

.normal-nav .second-menu #search .close-icon {
  display: none;
  width: 40px;
  height: 40px;
}

.normal-nav .second-menu #search .search-icon {
  width: 40px;
  height: 40px;
}

.sticky-nav .second-menu #search .search-icon svg path,
.search-dropdown .search-icon svg path {
  width: 40px;
  height: 40px;
}

.sticky-nav .second-menu #search .search-icon svg path {
  fill: #fff;
}
.sticky-nav .second-menu #first-menu-dropdown-btn.working svg path,
.sticky-nav .second-menu #search:hover .search-icon svg path,
.sticky-nav .second-menu #first-menu-dropdown-btn:hover svg path {
  fill: #262626;
}

.sticky-nav .second-menu #first-menu-dropdown-btn {
  display: inline-flex;
}

.search-dropdown,
.first-menu-dropdown {
  position: absolute;
  z-index: 1;
  display: none;
  height: 103px;
  margin-top: -15px;
  background-color: #ecf3f8;
}

.first-menu-dropdown {
  z-index: 1;
  height: 282px;
  padding-top: 40px;
  padding-bottom: 20px;
}

.search-dropdown.sticky-search-dropdown,
.first-menu-dropdown.sticky-first-menu-dropdown {
  position: fixed;
  top: 80px;
  z-index: 1;
  margin-top: 0;
}

.first-menu-dropdown ul li {
  margin-bottom: 20px;
}

.first-menu-dropdown ul li a {
  font-family: var(--avenir-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.11;
  color: #272d2f;
  letter-spacing: normal;
}

.first-menu-dropdown .language-switcher span,
.first-menu-dropdown .language-switcher a {
  font-family: var(--avenir-roman);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
}

.first-menu-dropdown .language-switcher span {
  color: #e85a4d;
}

.first-menu-dropdown a:hover {
  color: #e85a4d;
}

.search-dropdown > div {
  height: 100%;
}

.search-dropdown .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.search-dropdown input {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  padding-left: 10px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #6e6e6e;
  letter-spacing: normal;
  border: solid 1px #cfd5d6;
}

.search-dropdown label,
.search-dropdown button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.search-dropdown label {
  z-index: 3;
}

.search-dropdown button {
  z-index: 4;
  display: none;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  -webkit-appearance: button;
}

.search-dropdown .wrapper button:active,
.search-dropdown .wrapper input:focus ~ button,
.search-dropdown .wrapper button:focus {
  display: block;
}

.dropdowns {
  position: absolute;
  z-index: 5;
  overflow: hidden;
  margin-top: -15px;
  background-color: #ecf3f8;
}

.dropdowns.sticky-dropdowns {
  position: fixed;
  top: 80px;
  margin-top: 0;
}

.dropdown-menu {
  display: none;
  width: 100%;
  height: 360px;
  padding-top: 45px;
}

.dropdown-menu.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dropdown-menu > li {
  display: inline-block;
}

.dropdown-menu .dropdown-child {
  width: 300px;
  padding-right: 30px;
}

.dropdown-menu .menu-article {
  width: 270px;
}

.dropdown-menu .cat-label {
  display: block;
  margin-bottom: 23px;
  font-family: "Avenir LT W01_85 Heavy1475544";
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  text-transform: uppercase;
  letter-spacing: normal;
}

.dropdown-menu .sub-nav li {
  margin-bottom: 20px;
}

.dropdown-menu .sub-nav li a {
  font-family: var(--avenir-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.11;
  color: #272d2f;
  letter-spacing: normal;
}

.dropdown-menu .sub-nav li:hover a,
.dropdown-menu .sub-nav li a.active {
  color: #e85a4d;
}

.dropdown-menu .menu-article a {
  display: block;
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.4;
  color: #005ba2;
  letter-spacing: normal;
}

.dropdown-menu .menu-article a:first-of-type {
  margin-bottom: 20px;
}

.mobile-menu {
  z-index: 2;
  display: none;
  height: 80px;
}

.mobile-menu > div {
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  height: 100%;
}

.mobile-menu .mobile-menu-btn {
  cursor: pointer;
}

.mobile-menu .mobile-logo {
  position: absolute;
  right: 0;
  left: 0;
  width: 65px;
  height: 100%;
  margin: auto;
}

.mobile-menu .mobile-logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.mobile-menu .shop-btns {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 40px;
}

.mobile-menu .shop-qty,
.mobile-menu .user-profile {
  height: 40px;
  cursor: pointer;
  border: 1px solid #d1d6d7;
  border-radius: 50%;
}

.mobile-menu .shop-qty:hover,
.mobile-menu .user-profile:hover {
  border: 1px solid #e85a4d;
}

.mobile-menu .shop-qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-right: 23px;
  border-radius: 25px;
}

.mobile-menu .shop-qty svg path {
  fill: #e85a4d;
}

.mobile-menu .user-profile svg path {
  fill: #005ba2;
}

.mobile-menu .hamburger,
#left-mobile-menu .hamburger {
  padding: 0;
  background: none;
  border: 0;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 0;
  height: 100%;
  overflow-x: hidden;
  background-color: #ecf3f8;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

#left-mobile-menu > div {
  padding: 0;
  opacity: 0;
  -webkit-transition: all 0.1s ease-in-out 0s;
  -o-transition: all 0.1s ease-in-out 0s;
  transition: all 0.1s ease-in-out 0s;
}

#left-mobile-menu > .active-mobile-menu {
  padding: 20px 30px 30px;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}

#left-mobile-menu .mobile-menu-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

#left-mobile-menu .language-switcher span,
#left-mobile-menu .language-switcher a {
  font-family: var(--avenir-roman);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  letter-spacing: normal;
}

#left-mobile-menu .language-switcher span {
  color: #e85a4d;
}

#left-mobile-menu .language-switcher:first-child {
  margin-right: 5px;
}

#left-mobile-menu .language-switcher:last-child {
  margin-left: 5px;
}

.mobile-search {
  margin-top: 25px;
  margin-bottom: 60px;
}

.mobile-search .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.mobile-search input {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  padding-left: 10px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #6e6e6e;
  letter-spacing: normal;
  border: solid 1px #cfd5d6;
}

.mobile-search label,
.mobile-search button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.mobile-search label {
  z-index: 3;
}

.mobile-search button {
  z-index: 4;
  display: none;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  -webkit-appearance: button;
}

.mobile-search .wrapper input:focus ~ button,
.mobile-search .wrapper button:active,
.mobile-search .wrapper button:focus {
  display: block;
}

#left-mobile-menu .first-menu ul li {
  margin-top: 40px;
}

#left-mobile-menu .first-menu {
  border-top: 1px solid #fff;
}

#left-mobile-menu .first-menu ul li a {
  font-family: var(--avenir-roman);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  color: #272d2f;
  letter-spacing: normal;
}

#left-mobile-menu .first-menu ul li a.active {
  color: #e85a4d;
}

#left-mobile-menu .second-menu .main-menu .after {
  display: none;
}

#left-mobile-menu .second-menu .main-menu .initial > li,
#left-mobile-menu .second-menu .main-menu .after > li {
  margin-bottom: 40px;
}

#left-mobile-menu .second-menu .main-menu .initial > li > a,
#left-mobile-menu .second-menu .main-menu .after > li > a {
  display: block;
  width: 100%;
  font-family: var(--avenir-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  font-stretch: normal;
  line-height: 1.67;
  color: #272d2f;
  letter-spacing: normal;
}

#left-mobile-menu .second-menu .main-menu .initial > li > a.active,
#left-mobile-menu .second-menu .main-menu .after > li > a.active {
  color: #e85a4d;
}

#left-mobile-menu .dropdown-menu > li {
  display: block;
}

#left-mobile-menu .dropdown-child {
  margin-bottom: 40px;
}

#left-mobile-menu .language-switcher p {
  display: inline;
}

#left-mobile-menu .language-switcher svg {
  display: none;
}

#left-mobile-menu .back-icon {
  cursor: pointer;
}

.shopping-cart-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
  width: 50%;
  height: 100%;
  padding: 35px 100px 35px 35px;
  background-color: #ecf3f8;
}

.shopping-cart-popup.cart {
  display: block;
}

.shopping-cart-popup form {
  width: 100%;
  height: 100%;
}

.shopping-cart-popup .top-content {
  display: flex;
  align-items: center;
  padding-right: 20px;
}

.shopping-cart-popup .popup-title {
  margin-right: 25px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.shopping-cart-popup .top-content .close-popup {
  margin: 0;
}

.shopping-cart-popup .top-content .close-popup .icon {
  display: none;
}

.shopping-cart-popup .top-content .close-popup:hover .icon svg path {
  fill: #fff;
}

.shopping-cart-popup .product .title,
.shopping-cart-popup .product .price,
.shopping-cart-popup .end-content .total {
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.shopping-cart-popup .product .price {
  flex: auto;
  text-align: right;
}

.shopping-cart-popup .product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: solid 1px #cfd5d6;
}

.shopping-cart-popup .product .quantity {
  display: flex;
  align-items: center;
  width: 50px;
  margin-right: 30px;
}

.shopping-cart-popup .product .quantity label {
  position: relative;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #005ba2;
  border-radius: 20px;
}

.shopping-cart-popup .product .quantity svg path {
  fill: #fff;
}

.shopping-cart-popup .product .quantity-number {
  position: absolute;
  right: -5px;
  bottom: -5px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
  color: #fff;
  background-color: #e85a4d;
  border-radius: 25px;
}

.shopping-cart-popup .product .quantity input {
  display: block;
  float: left;
  width: 100px;
  height: 42px;
  padding: 0 0 0 20px;
  margin: 0;
  font-family: var(--avenir-light);
  font-size: 15px;
  line-height: 1.65;
  border: solid 1px #cfd5d6;
  border-radius: 0;
}

/* Chrome, Safari, Edge, Opera */
.shopping-cart-popup .product .quantity input::-webkit-outer-spin-button,
.shopping-cart-popup .product .quantity input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* Firefox */
.shopping-cart-popup .product .quantity input[type=number] {
  -moz-appearance: textfield;
}

.shopping-cart-popup .product .quantity .quantity-nav {
  position: relative;
  height: 44px;
  margin-right: 10px;
}

.shopping-cart-popup .product .quantity .quantity-button {
  position: relative;
  width: 28px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;

  border-left: solid 1px #cfd5d6;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.shopping-cart-popup .product .quantity .quantity-button.quantity-up {
  position: absolute;
  top: 0;
  height: 50%;
  border-bottom: solid 1px #cfd5d6;
}

.shopping-cart-popup .product .quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 50%;
}

.shopping-cart-popup .product .image {
  width: 40px;
  height: 57px;
  margin-right: 20px;
}

.shopping-cart-popup .product .title {
  flex: auto;
  width: 220px;
}

.shopping-cart-popup .product .extra-info {
  margin-top: 5px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #272d2f;
  letter-spacing: normal;
}

.delete-product-wrapper {
  position: absolute;
  top: 0;
  right: -60px;
  bottom: 0;
  display: flex;
  align-items: center;
}

.shopping-cart-popup .product .delete-product {
  display: flex;
  align-items: center;
  width: 24px;
  height: 24px;
  cursor: pointer;
  background: #e85a4d;
  border-radius: 24px;
}

.shopping-cart-popup .product .delete-product svg path {
  fill: #fff;
}

.shopping-cart-popup .middle-content {
  height: calc(100% - 300px);
  overflow-x: hidden;
  padding-right: 20px;
}

.shopping-cart-popup .end-content {
  position: absolute;
  bottom: 0;
  width: calc(100% - 135px);
  padding-right: 20px;
}

.shopping-cart-popup .end-content .transport {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #272d2f;
  letter-spacing: normal;
  border-bottom: 1px solid #cfd5d6;
}

.shopping-cart-popup .end-content .transport,
.shopping-cart-popup .end-content .total {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.shopping-cart-popup .end-content .final-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.shopping-cart-popup .end-content .more-button {
  width: 45%;
  margin: 40px 0;
}

.profile-popup {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
  display: none;
  width: 330px;
  height: 100%;
  padding: 30px;
  background-color: #ecf3f8;
}

.profile-popup .close-popup {
  width: 40px;
  margin-top: 0;
  margin-left: auto;
  border: none;
}

.profile-popup .close-popup:hover .icon svg path {
  fill: #fff;
}

.profile-popup form input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 14px 0 18px;
  margin-bottom: 30px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #6e6e6e;
  letter-spacing: normal;
  border: 1px solid transparent;
}

.profile-popup .login-btn {
  width: 100%;
  margin-top: 0;
}

.profile-popup .lost-password {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #005ba2;
  text-decoration: underline;
  letter-spacing: normal;
  text-underline-position: under;
}

.profile-popup .lost-password:hover {
  text-decoration: none;
}

.profile-popup .hello-user {
  margin-bottom: 30px;
  font-family: var(--avenir-roman);
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  font-stretch: normal;
  line-height: 2;
  color: #272d2f;
  text-transform: uppercase;
  letter-spacing: normal;
}

.profile-popup .logged-in-user {
  display: none;
}

.profile-popup .logged-out-user {
  display: none;
}

.profile-popup .logged-in-user.active {
  display: block;
}

.profile-popup .logged-out-user.active {
  display: block;
}

.profile-popup .logged-in-user a {
  display: block;
  margin-bottom: 30px;
  font-family: var(--avenir-roman);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  color: #272d2f;
  letter-spacing: normal;
}

.profile-popup .logged-in-user a:hover {
  text-decoration: underline;
}

.product-sticky-nav-wrapper {
  position: fixed;
  top: 0;
  z-index: 3;
  display: none;
  background-color: #ecf3f8;
}

.product-sticky-nav {
  position: relative;
  display: flex;
  align-items: center;
  height: 100px;
  padding: 0 25px;
}

.product-sticky-nav .image {
  width: 40px;
  height: 57px;
  margin-right: 20px;
}

.product-sticky-nav .title {
  flex: auto;
  width: 220px;
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.product-sticky-nav .title .mobile {
  display: none;
}

.product-sticky-nav .price {
  flex: auto;
  margin-right: 30px;
  font-family: var(--avenir-heavy);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  text-align: right;
  letter-spacing: normal;
}

.product-sticky-nav form {
  display: flex;
  align-items: center;
}

.product-sticky-nav .more-button {
  width: 190px;
  margin: 0;
}

.product-sticky-nav .buttons label {
  display: none;
}

.shopping-cart {
   padding-right: 100px;
}

.shopping-cart .middle-content {
  height: calc(100% - 300px);
}

.shopping-cart .product {
  position: relative;
  display: flex;
  align-items: center;
  padding: 30px 0;
  border-bottom: solid 1px #cfd5d6;
}

.shopping-cart .product .quantity {
  display: flex;
  align-items: center;
  width: 100px;
  margin-right: 30px;
}

.shopping-cart .product .quantity input {
  display: block;
  float: left;
  width: 100px;
  height: 42px;
  padding: 0 0 0 20px;
  margin: 0;
  font-family: var(--avenir-light);
  font-size: 15px;
  line-height: 1.65;
  border: solid 1px #cfd5d6;
  border-radius: 0;
}

.shopping-cart .product .quantity input[type="number"] {
  -moz-appearance: textfield;
}

.shopping-cart .product .quantity .quantity-nav {
  position: relative;
  height: 42px;
  margin-right: 10px;
}

.shopping-cart .product .quantity .quantity-button {
  position: relative;
  width: 28px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-left: solid 1px #cfd5d6;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.shopping-cart .product .quantity .quantity-button.quantity-up {
  position: absolute;
  top: 0;
  height: 50%;
  border-bottom: solid 1px #cfd5d6;
}

.shopping-cart .product .quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 50%;
}

.shopping-cart .product .image {
  width: 40px;
  height: 57px;
  margin-right: 20px;
}

.shopping-cart .product .title {
  flex: auto;
  width: 220px;
}

.shopping-cart .product .title,
.shopping-cart .product .price,
.shopping-cart .end-content .total {
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.shopping-cart .product .price {
  flex: auto;
  text-align: right;
}

.shopping-cart .end-content .transport,
.shopping-cart .end-content .total {
  display: flex;
  justify-content: space-between;
  padding: 25px 0;
}

.shopping-cart .end-content .transport {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #272d2f;
  letter-spacing: normal;
  border-bottom: 1px solid #cfd5d6;
}

.shopping-cart .end-content .final-buttons {
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.shopping-cart .end-content .more-button {
  width: 45%;
  margin: 40px 0;
}

.shopping-cart .delete-product {
  position: relative;
  font-family: var(--avenir-book);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  color: #262626;
  letter-spacing: normal;
  cursor: pointer;
}

.shopping-cart .delete-product input {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}

.shopping-cart .delete-product:hover input ~ .checkmark {
  background-color: #ccc;
}

.shopping-cart .delete-product input:checked ~ .checkmark {
  background-color: #e85a4d;
  border: 1px solid #e85a4d;
}

.shopping-cart .delete-product .checkmark {
  border-radius: 50%;
}

.shopping-cart .delete-product .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cfd5d6;
}

.shopping-cart .delete-product input:checked ~ .checkmark svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.shopping-cart .delete-product input:checked ~ .checkmark svg path {
  fill: #fff;
}

.shopping-cart .end-content {
  margin-top: 100px;
}

/* HEADER - responsive */

@media screen and (max-width: 1440px) {
  .shopping-cart-popup {
     padding: 30px 60px 30px 30px;
   }

  .shopping-cart-popup .top-content {
    justify-content: space-between;
  }

  .shopping-cart-popup .top-content .close-popup {
    width: 40px;
    border: none;
  }

  .shopping-cart-popup .top-content .close-popup .icon {
    display: block;
  }

  .shopping-cart-popup .top-content .close-popup .text {
    display: none;
  }

  .shopping-cart-popup .product {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }

  .shopping-cart-popup .product .title,
  .shopping-cart-popup .product .price,
  .shopping-cart-popup .end-content .total,
  .shopping-cart-popup .end-content .transport{
    font-size: 15px;
  }

  /*.shopping-cart-popup .product .quantity,*/
  .delete-product-wrapper {
    order: 1;
  }

  /*.shopping-cart-popup .product .quantity {*/
  /*width: 50%;*/
  /*margin-left: 45px;*/
  /*}*/

  .shopping-cart-popup .product .image {
    width: 29px;
    height: 42px;
    margin-right: 15px;
  }

  .delete-product-wrapper {
    position: relative;
    margin-right: 8px;
  }

  .shopping-cart-popup .product .title {
    width: 175px;
  }

  .shopping-cart-popup .product .image,
  .shopping-cart-popup .product .title,
  .shopping-cart-popup .product .price {
    margin-bottom: 15px;
  }

  .shopping-cart-popup .end-content {
    width: calc(100% - 90px);
  }

  .more-button.basic:hover {
    color: inherit;
    background-color: initial;
    border: none;
  }

  .profile-popup {
    width: 370px;
  }
}

@media screen and (max-width: 1200px) {
  .product-sticky-nav {
    height: 80px;
  }

  .product-sticky-nav .title,
  .product-sticky-nav .price {
    font-size: 15px;
  }

  .product-sticky-nav .image {
    width: 29px;
    height: 42px;
  }

  .shopping-cart-popup .product .quantity {
     margin-right: 0;
  }

  .shopping-cart-popup .product .quantity label {
    width: 30px;
    height: 30px;
  }

  .shopping-cart-popup .product .quantity svg {
    width: 30px;
    height: 30px;
  }

  .shopping-cart-popup .product .quantity-number {
    width: 20px;
    height: 20px;
    font-size: 12px;
  }
}

@media screen and (max-width: 1100px) {
  .normal-nav-wrapper,
  .dropdowns,
  .search-dropdown {
    display: none;
  }

  .mobile-menu {
    position: fixed;
    top: 0;
    display: block;
    background-color: #fff;
  }

  .mobile-menu > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .shopping-cart-popup .end-content .more-button {
    min-width: auto;
  }
}

@media screen and (max-width: 767px) {
  .shopping-cart-popup {
    width: 100%;
    padding: 30px 35px 30px 30px;
  }

  .shopping-cart-popup .end-content {
    width: calc(100% - 65px);
  }

  .profile-popup {
    width: 100%;
  }

  .product-sticky-nav .buttons input {
    display: none;
  }

  .product-sticky-nav .buttons label {
    display: block;
    width: 40px;
    height: 40px;
    background-color: #005ba2;
    border-radius: 20px;
  }

  .product-sticky-nav .buttons label svg path {
    fill: #fff;
  }

  .product-sticky-nav .image {
    margin-right: 10px;
  }

  .product-sticky-nav .title {
    display: flex;
    align-items: center;
    width: 140px;
    height: 40px;
  }

  .product-sticky-nav .title .desktop {
    display: none;
  }

  .product-sticky-nav .title .mobile {
    display: block;
  }

  .product-sticky-nav .price {
    margin-right: 15px;
  }

  .shopping-cart-popup .middle-content {
    height: calc(100% - 350px);
  }

  .shopping-cart-popup .final-buttons .more-button {
    margin: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .shopping-cart-popup .end-content .final-buttons {
    flex-wrap: wrap;
  }

  .shopping-cart-popup .final-buttons .more-button {
    width: 40%;
    min-width: 40%;
  }
}

/* HEADER - end */

/* FOOTER - start */

footer .container-fluid {
  background-color: #ecf3f8;
}

footer .footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 91px;
  padding-bottom: 55px;
}


.footer-wrapper .left {
  width: 332px;
  padding-right: 62px;
}

.footer-wrapper .left .newsletter-title {
  margin-bottom: 34px;
  font-family: var(--avenir-heavy);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.footer-wrapper .left .description {
  margin-bottom: 40px;
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.footer-wrapper .left .description .unsubscribe-message {
  display: none;
}

.footer-wrapper form.unsubscribe-newsletter {
  display: none;
}

.footer-wrapper form input[type="text"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 40px;
  padding: 0 14px 0 18px;
  margin-bottom: 20px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #6e6e6e;
  letter-spacing: normal;
  border: 1px solid transparent;
}

.footer-wrapper form input[type="submit"] {
  width: 170px;
  height: 40px;
  margin: 20px 0 45px;
  font-family: var(--avenir-heavy);
  font-size: 14px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  text-align: center;
  letter-spacing: normal;
  background-color: transparent;
  border: solid 1px #cfd5d6;
  border-radius: 20px;
}

.footer-wrapper form input[type="submit"]:hover {
  color: #fff;
  background-color: #005ba2;
  border: solid 1px #005ba2;
}

.footer-wrapper form input.error {
  border: solid 1px #e85a4d;
}

.footer-wrapper form input:focus {
  border: solid 1px #272d2f;
}

.footer-wrapper a {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #005ba2;
  text-decoration: underline;
  letter-spacing: normal;
  text-underline-position: under;
}

.footer-wrapper a.unsubscribe {
  font-size: 12px;
}

.footer-wrapper a:hover {
  text-decoration: none;
}

.footer-wrapper .right {
  width: calc(100% - 332px);
  padding-left: 66px;

  border-left: solid 1px #fff;
}

.footer-wrapper .company-info {
  margin-bottom: 70px;
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.footer-wrapper .directions {
  display: block;
  margin-top: 10px;
}

.footer-wrapper .title {
  margin-bottom: 10px;
  font-family: var(--avenir-heavy);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #81add2;
  text-transform: uppercase;
  letter-spacing: normal;
}

.footer-wrapper .contact-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrapper .communication,
.footer-wrapper .opening-hours,
.footer-wrapper .communication a,
.footer-wrapper .opening-hours a,
.footer-wrapper .communication span,
.footer-wrapper .opening-hours span {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  text-decoration: none;
  letter-spacing: normal;
}

.footer-wrapper .communication {
  width: 40%;
  margin-bottom: 80px;
}

.footer-wrapper .opening-hours {
  width: 60%;
}

.footer-wrapper .phones,
.footer-wrapper .faxes {
  position: relative;
  /*padding-left: 37px;*/
}

.footer-wrapper .emails {
  position: relative;
  /*padding-left: 60px;*/
}

.footer-wrapper .phones span,
.footer-wrapper .faxes span,
.footer-wrapper .emails span {
  position: absolute;
  top: 0;
  left: 0;
}

.footer-wrapper .phones a:hover,
.footer-wrapper .faxes a:hover {
  color: #005ba2;
}

.footer-wrapper .emails a {
  color: #005ba2;
  text-decoration: underline;
}

.footer-wrapper .emails a:hover {
  text-decoration: none;
}

.footer-wrapper .certificates {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-wrapper .first-certificate {
  width: 40%;
}

.footer-wrapper .second-certificate {
  width: 60%;
  /*padding-left: 34px;*/
}

.footer-wrapper .certificates .title {
  margin-bottom: 30px;
}

.footer-wrapper .logo-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 170px;
  height: 88px;
  max-height: 88px;
}

.footer-wrapper .logo-wrapper img {
  width: auto;
  height: 100%;
}

.footer-wrapper .partners {
  margin-top: 35px;
}

.footer-wrapper .partners .title {
  margin-bottom: 30px;
}

.footer-wrapper .partners-logos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-pack: justify;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer-wrapper .partners-logos img {
  width: auto;
  height: 100%;
}

.footer-wrapper .partners-logos a {
  display: block;
  /*width: 170px;*/
  /*height: 58px;*/
  /*max-height: 58px;*/
  margin-bottom: 20px;
}

.footer-wrapper .empty-fill {
  width: 170px;
}

.footer-last {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 108px;
  padding-bottom: 54px;
}

.footer-last ul li {
  display: inline;
  margin-left: 25px;
}

.footer-last ul li a {
  font-family: var(--avenir-roman);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  color: #272d2f;
  letter-spacing: normal;
}

.footer-last ul li a:hover {
  text-decoration: underline;
}

.footer-last .copyright {
  font-family: var(--avenir-roman);
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 2;
  color: #272d2f;
  letter-spacing: normal;
}

.linkedin {
  margin-top: 70px;
}

.linkedin img {
  margin-left: -3px;
  margin-top: 10px;
}

/* FOOTER - responsive */

@media screen and (max-width: 1300px) {
  .footer-wrapper .first-certificate {
    width: 30%;
  }

  .footer-wrapper .second-certificate {
    width: 70%;
  }
}

@media screen and (max-width: 1200px) {
  .footer-wrapper .partners-logos a {
    width: 195px;
    height: 54px;
    margin-bottom: 40px;
  }

  .footer-wrapper .partners-logos a:nth-child(3n) {
    margin-right: 0;
  }

  .footer-wrapper .logo-wrapper {
    max-width: 195px;
    height: 67px;
    max-height: 67px;
  }
}

@media screen and (max-width: 1100px) {
  footer .footer-wrapper {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px;
    padding-bottom: 0;
  }

  .footer-wrapper .left,
  .footer-wrapper .right {
    width: 100%;
  }

  .footer-wrapper .left {
    padding-right: 0;
    padding-bottom: 60px;
  }

  .footer-wrapper .right {
    padding-top: 60px;
    padding-left: 0;
    border-top: solid 1px #fff;
    border-left: 0;
  }

  .footer-wrapper form input[type="submit"] {
    width: 310px;
  }

  .footer-last {
    padding-top: 70px;
    padding-bottom: 33px;
  }

  .footer-last ul li {
    margin-left: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer-wrapper .company-info {
    margin-bottom: 45px;
  }

  .footer-wrapper .contact-info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-wrapper .communication,
  .footer-wrapper .opening-hours {
    width: 100%;
    margin-bottom: 45px;
  }

  .footer-wrapper .partners {
    margin-top: 50px;
  }

  .footer-last {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 60px;
  }

  .footer-last .copyright {
    width: 100%;
  }

  .footer-last ul li {
    display: block;
    margin-top: 40px;
    margin-left: 0;
  }

  .footer-wrapper form input[type="submit"] {
    width: 100%;
  }

  footer .footer-wrapper {
    padding-top: 30px;
  }

  .footer-wrapper .first-certificate,
  .footer-wrapper .second-certificate {
    width: 50%;
  }

  .footer-wrapper .partners-logos a {
    width: 143px;
    height: 54px;
  }

  .footer-wrapper .logo-wrapper {
    max-width: 149px;
    height: 49px;
    max-height: 49px;
  }
}

/* FOOTER - end */

/* Contact page - start */

.contact-page {
  padding-top: 60px;
}

.contact-page .wrapper {
  display: flex;
}

.contact-page .left {
  width: 25%;
  padding-right: 20px;
}

.contact-page .breadcrumbs {
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.contact-page .page-title {
  margin-top: 10px;
  margin-bottom: 50px;
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.21;
  color: #005ba2;
  letter-spacing: normal;
}

.contact-page .page-description {
  font-family: var(--avenir-light);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.33;
  color: #272d2f;
  letter-spacing: normal;
}

form.register {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.contact-page .right {
  width: 75%;
  padding-left: 110px;
}

.extra-informations {
  width: 100%;
  margin-top: 60px;
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.extra-informations:first-of-type {
  margin-top: 0;
}

.input-informations {
  display: flex;
  flex-direction: column;
  margin-top: 30px;
}

.input-informations label {
  font-family: var(--avenir-book);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  color: #262626;
  letter-spacing: normal;
}

.input-informations label.hidden {
  display: none;
}

.input-informations small {
  font-family: var(--avenir-light);
  font-size: 14px;
}

.input input,
.input textarea {
  box-sizing: border-box;
  width: 100%;
}

.input input::-webkit-input-placeholder,
.input textarea::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #6e6e6e;
}

.input input::-moz-placeholder,
.input textarea::-moz-placeholder { /* Firefox 19+ */
  color: #6e6e6e;
}

.input input:-ms-input-placeholder,
.input textarea:-ms-input-placeholder { /* IE 10+ */
  color: #6e6e6e;
}

.input input:-moz-placeholder,
.input textarea:-moz-placeholder { /* Firefox 18- */
  color: #6e6e6e;
}

.input input[type="text"],
.input input[type="email"],
.input input[type="phone"],
.input input[type="password"] {
  height: 40px;
  padding-left: 15px;
  margin-top: 10px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #262626;
  letter-spacing: normal;
  border: solid 1px #cfd5d6;
}

.input input[type="radio"],
.input input[type="checkbox"] {
  width: auto;
}

.input select {
  padding-right: 40px;
  color: #6e6e6e;
  background: url("../images/assets-icon-arrow-down.png") no-repeat right transparent;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
}

.input textarea {
  height: 200px;
  padding-top: 10px;
  padding-left: 15px;
  margin-top: 10px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #262626;
  letter-spacing: normal;
  resize: none;
  border: solid 1px #cfd5d6;
}

.input input[type="file"] {
  display: none;
  margin-top: 10px;
}

input[type="submit"] {
  width: auto;
  min-width: 170px;
  margin: 50px 0;
}

.input input:focus,
.input textarea:focus {
  border: solid 1px #272d2f;
}

.input .input-group {
  display: flex;
  flex-wrap: wrap;
  margin-top: 10px;
}

.input .upload-btn {
  min-width: 170px;
  padding-right: 10px;
  margin: 10px 0 0;
  cursor: pointer;
}

.input .upload-btn .file-added {
  display: none;
}

.input .upload-btn .file-added.active {
  display: flex;
  align-items: center;
}

.input .upload-btn .file-added svg path {
  fill: #005ba2;
}

.input .upload-btn:hover .file-added svg path {
  fill: #fff;
}

.input .checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.input .checkbox a {
  font-size: 15px;
}

.input .checkbox label {
  position: relative;
  padding-left: 35px;
  font-family: var(--avenir-book);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  color: #262626;
  letter-spacing: normal;
  cursor: pointer;
}

.input .checkbox input {
  position: absolute;
  width: 0;
  height: 0;
  cursor: pointer;
  opacity: 0;
}

.input .checkbox svg {
  display: none;
}

.input .checkbox .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #cfd5d6;
}

.input .checkbox:hover input ~ .checkmark {
  background-color: #ccc;
}

.input .checkbox input:checked ~ .checkmark {
  background-color: #005ba2;
  border: 1px solid #005ba2;
}

.input .checkbox .checkmark::after {
  position: absolute;
  display: none;
  content: "";
}

.input .checkbox input:checked ~ .checkmark svg {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
}

.input .checkbox input:checked ~ .checkmark svg path {
  fill: #fff;
}

.input .checkbox.radio .checkmark {
  border-radius: 50%;
}

.error {
  border: 1px solid #e85a4d !important;
}

.alert {
  width: 100%;
  padding: 10px 0;
  margin-bottom: 20px;
  color: #005ba2;
  text-align: center;
  border: 1px solid #005ba2;
}

.alert-error {
  display: none;
  color: #e85a4d;
  border: 1px solid #e85a4d;
}

/* Contact page - responsive */

@media screen and (max-width: 1200px) {
  .contact-page .wrapper {
    flex-wrap: wrap;
  }

  .contact-page .left,
  .contact-page .right {
    width: 100%;
    padding: 0;
  }

  .extra-informations:first-of-type {
    margin-top: 60px;
  }

  .contact-page input[type="submit"] {
    min-width: 309px;
  }
}

@media screen and (max-width: 767px) {
  .contact-page .page-title {
    margin-bottom: 20px;
    font-size: 32px;
    line-height: 1.25;
  }

  .contact-page .page-description {
    font-size: 18px;
    line-height: 1.56;
  }

  .input {
    width: 100% !important;
  }

  .input .input-element {
    width: 100% !important;
  }
}

/* Contact page - end */

/* Search page - start */

.results-search-field {
  margin: 100px 0;
}

.results-search-field > div {
  height: 100%;
}

.results-search-field .wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}

.results-search-field input {
  width: 100%;
  height: 40px;
  padding-right: 40px;
  padding-left: 10px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #6e6e6e;
  letter-spacing: normal;
  border: solid 1px #cfd5d6;
}

.results-search-field label,
.results-search-field button {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.results-search-field label {
  z-index: 3;
}

.results-search-field button {
  z-index: 4;
  display: none;
  padding: 0;
  cursor: pointer;
  background: none;
  border: 0;
  outline: none;
  -webkit-appearance: button;
}

.results-search-field .wrapper button:active,
.results-search-field .wrapper input:focus ~ button,
.results-search-field .wrapper button:focus {
  display: block;
}

.results-search-field .title {
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #272d2f;
  text-align: center;
  letter-spacing: normal;
}

.search-results .main-title {
  padding-top: 50px;
  padding-bottom: 50px;
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.21;
  color: #005ba2;
  letter-spacing: normal;
}

.search-results .search-elements .title {
  padding-top: 80px;
  padding-bottom: 30px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.search-results .element {
  padding: 30px 0;
  border-top: 1px solid #cfd5d6;
}

.search-results .element a {
  font-family: var(--avenir-light);
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  font-stretch: normal;
  line-height: 1.33;
  color: #005ba2;
  letter-spacing: normal;
}

.search-results .more-button {
  margin-left: auto;
  margin-right: auto;
}

/* Search page - responsive */

@media screen and (max-width: 767px) {
  .search-results .main-title {
    font-size: 32px;
  }

  .search-results .search-elements .title,
  .results-search-field .title {
    font-size: 28px;
  }

  .search-results .element a {
    font-size: 20px;
  }

  .search-results .search-elements .title {
    padding-top: 40px;
  }
}

/* Search page - end */

/* Course page - start */

.course-details {
  padding-top: 0;
}

.course-details .container-wrapper {
  flex-wrap: wrap;
}

.mobile-menu.course {
  display: block;
  height: 160px;
}

.mobile-menu.course .mobile-logo {
  position: relative;
}

.mobile-menu.course .mobile-menu-btn {
  display: none;
}

.course-printing {
  width: 275px;
  cursor: pointer;
}

.course-download {
  width: 300px;
}

.download.course-download svg,
.download.event-download svg {
  width: 30px;
  margin-right: 10px;
}

.action-button {
  padding-top: 30px;
}

.action-button.left a {
  margin-left: auto;
}

/* Course page - responsive */

@media screen and (max-width: 1100px) {
  .mobile-menu.course {
    height: 80px;
  }
}

@media screen and (max-width: 768px) {
  .mobile-menu.course .mobile-menu-btn {
    display: block;
  }

  .mobile-menu.course .mobile-logo {
    position: absolute;
  }

  .action-button {
    padding: 0;
  }

  .action-button a {
    width: 308px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 0;
  }
}

@media print {
  .no-printing {
    display: none;
  }
}

/* Course page - end */

/* Course register form - start */

#register-form {
  display: none;
}

.register-form {
  padding-top: 100px;
}

.register-form .extra-informations {
  margin-bottom: 0;
}

.register-form .conditions label {
  margin-bottom: 35px;
  vertical-align: baseline;
}

.register-form .conditions label a {
  text-decoration: underline;
  text-underline-position: under;
  vertical-align: baseline;
}

.register-form .action-buttons {
  display: flex;
  align-items: center;
}

.register-form .action-buttons .close-form {
  margin-left: 30px;
}

/* Course register form - responsive */

/* Course register form - end */

/* Events page - start */

#open-calendar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 170px;
  height: 40px;
  padding-left: 20px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #6e6e6e;
  letter-spacing: normal;
  background: transparent;
  border: solid 1px #cfd5d6;
}

#open-calendar:focus {
  outline: none;
}

#open-calendar.active {
  background-color: #ecf3f8;
  border: 1px solid transparent;
}

#open-calendar .close-msg,
#open-calendar .close-icon {
  display: none;
}

.events.results {
  padding-bottom: 30px;
}

.events-page .filters {
  border-bottom: solid 1px #cfd5d6;
}

.events.results .wrapper .course:nth-child(2) {
  border-top: solid 1px #cfd5d6;
}

.events.results .wrapper .cat-name {
  margin: 55px 0 25px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.events.results .course {
  display: flex;
  padding: 30px 0 35px;
  border-bottom: solid 1px #cfd5d6;
}

.events.results .date {
  width: 385px;
  padding-right: 180px;
}

.events.results .date,
.events.results .date p {
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.events.results .title-section {
  width: 100%;
}

.events.results .title {
  padding-right: 30px;
  margin-bottom: 10px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.events.results .location,
.events.results .location p {
  align-items: center;
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.events.results .location span {
  padding: 0 7px;
}

.events.results .course .more-button {
  margin: 0;
}

.events.results .more-button svg {
  display: none;
}

.events.results .more-button svg path {
  fill: #005ba2;
}

.categories-select.topics {
  width: 270px;
  margin-right: 30px;
}

.categories-select.topics .select-box {
  width: 270px;
}

.event-download {
  width: 100%;
}

.download-events .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
  padding: 30px 0;
  border-bottom: solid 1px #cfd5d6;
}

.download-events .download:last-child {
  border-bottom: none;
}

.download-events .download .icon {
  padding-right: 30px;
}

.download-events .content {
  width: 100%;
  padding-bottom: 0 !important;
}

.download-events .title-download a {
  display: block;
  padding-right: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
  margin-bottom: 5px;
}

.download-events .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.download-events .details span {
  padding-right: 8px;
  margin-right: 8px;
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
  border-right: 1px solid #272d2f;
}

.download-events .details span:last-of-type {
  border: none;
}

.download-events .download-btn {
  margin-left: auto;
}

.download-events .download-btn .more-button {
  width: 40px;
  margin: 0;
}

.download-events .download-btn svg path {
  fill: #005ba2;
}

.download-events .element:last-child {
  border-bottom: none;
}

/* Events page - responsive */

@media screen and (max-width: 1200px) {
  .events-page .filters {
    justify-content: flex-start;
  }

  .events-page .categories-select {
    width: 194px;
    margin-bottom: 0;
  }

  .events-page .categories-select .select-box {
    width: 194px;
  }

  .events.results .date {
    padding-right: 20px;
  }

  .events.results .wrapper .more-button {
    width: 40px;
  }

  .events.results .more-button span {
    display: none;
  }

  .events.results .more-button svg {
    display: block;
  }

  .categories-select.topics,
  .categories-select.years {
    margin-right: 0;
    margin-left: 30px;
  }

  .calendar-button {
    margin-left: 30px;
  }
}

@media screen and (max-width: 767px) {
  .events.results .course {
    flex-wrap: wrap;
  }

  .events.results .cat-name {
    margin-top: 45px;
    font-size: 20px;
  }

  .events.results .title {
    margin-top: 15px;
    font-size: 28px;
  }

  .events.results .wrapper .more-button {
    display: none;
  }

  .events.results .load.more-button {
    width: 100%;
  }

  .events.results .date {
    padding-right: 0;
  }

  .events-page .categories-select,
  .categories-select.topics,
  .calendar-button,
  #open-calendar {
    width: 100%;
  }

  .events-page .categories-select,
  .categories-select.topics {
    margin-bottom: 30px;
  }

  .categories-select.topics,
  .calendar-button {
    margin-left: 0;
  }

  .download-events.results .wrapper .cat-name {
    font-size: 20px;
  }

  .download-events .download .icon {
    padding-right: 15px;
  }

  .download-events .title-download a {
    font-size: 28px;
    line-height: normal;
  }

  .download-events .details {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .download-events .details span {
    margin-bottom: 5px;
  }

  .download-events .download-btn {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .ui-datepicker td.active::before {
    left: 5%;
  }
}

/* Events page - end */

/* MODULE 1 - start */

.module1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.module1 .element {
  margin-bottom: 45px;
}

.module1 .element,
.module1 .element-fill {
  position: relative;
  width: 270px;
}

.module1 .element:hover .element-on-hover {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.module1 .image {
  width: 100%;
  height: 405px;
  object-fit: cover;
}

.module1 .title {
  margin-top: 30px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module1 .element-on-hover {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 475px;
  padding: 20px;
  background-color: #81add2;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  transform: scale(0.5);
}

.module1 .title-hover {
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #fff;
  letter-spacing: normal;
}

.module1 .description {
  max-height: 70%;
  overflow: hidden;
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #fff;
  letter-spacing: normal;
}

.module1 .border-bottom {
  margin-top: 40px;
}

.module1 .more-button {
  width: 115px;
  color: #fff;
}


/* MODULE 1 - responsive */

@media screen and (max-width: 1200px) {
  .module1 .element {
    margin-bottom: 45px;
  }

  .module1 .element,
  .module1 .element-fill {
    width: 309px;
  }

  .module1 .image {
    height: 464px;
  }

  .module1 .element:hover .element-on-hover {
    display: none;
  }

  .module1 .border-bottom {
    margin-top: 10px;
  }

  .module1 .title {
    margin-top: 15px;
  }
}

@media screen and (max-width: 1050px) {
  .module1 {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .module1 .element,
  .module1 .element-fill {
    width: 340px;
  }
}

@media screen and (max-width: 986px) {
  .module1 .element,
  .module1 .element-fill {
    width: 309px;
  }
}

@media screen and (max-width: 700px) {
  .module1 {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .module1 .element {
    margin-bottom: 40px;
  }

  .module1 .element,
  .module1 .element-fill {
    width: 340px;
  }

  .module1 .border-bottom {
    margin-top: 0;
  }
}

@media screen and (max-width: 677px) {
  .module1 .element,
  .module1 .element-fill {
    width: 315px;
  }
}

/* MODULE 1 - end */

/* MODULE 2 - start */

.module2 .element {
  max-width: 768px;
  margin: 0 auto;
}

.module2 .border-bottom {
  margin-top: 100px;
}

.module2 .title {
  display: inline-block;
  margin-bottom: 30px;
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.21;
  letter-spacing: normal;
}

.module2 .title-blue {
  color: #005ba2;
}

.module2 .title-red {
  color: #e85a4d;
}

.module2 .description {
  font-family: var(--avenir-light);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.33;
  color: #272d2f;
  letter-spacing: normal;
}

.module2 .more-button {
  width: 177px;
  margin-top: 60px;
  margin-bottom: 0;
}

/* MODULE 2 - responsive */

@media screen and (max-width: 992px) {
  .module2 .border-bottom {
    margin-top: 90px;
  }

  .module2 .more-button {
    margin-top: 72px;
  }
}

@media screen and (max-width: 767px) {
  .module2 {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .module2 .title {
    margin-bottom: 0;
    font-size: 32px;
  }

  .module2 .description {
    margin-top: 30px;
    font-size: 18px;
  }

  .module2 .more-button {
    margin-top: 30px;
  }

  .module2 .border-bottom {
    margin-top: 45px;
  }
}

/* MODULE 2 - end */

/* MODULE 3 - start */

.module3 .main-title {
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  text-align: center;
  letter-spacing: normal;
}

.module3 .description {
  padding: 20px 0 60px;
  font-family: var(--avenir-light);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.33;
  color: #272d2f;
  text-align: center;
  letter-spacing: normal;
}

.module3 .articles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.module3 .article {
  display: none;
  width: 268px;
  margin-bottom: 30px;
}

.module3 .article.active {
  display: block;
}

.module3 .article-image {
  display: block;
  height: 201px;
}

.module3 .article-title {
  display: block;
  margin-top: 20px;
  font-family: var(--avenir-heavy);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.module3 .empty-fill {
  width: 268px;
}

.module3 .more-button {
  width: 170px;
  margin: 30px auto 30px;
  color: #005ba2;
  cursor: pointer;
}

/* MODULE 3 - responsive */
@media screen and (max-width: 1200px) {
  .module3 .article,
  .module3 .empty-fill {
    margin-right: 10px;
  }

  .module3 .article,
  .module3 .article-image,
  .module3 .article-image img,
  .module3 .empty-fill {
    width: 309px;
  }

  .module3 .article-image,
  .module3 .article-image img {
    height: 231px;
  }
}

@media screen and (max-width: 1020px) {
  .module3 .articles {
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
  }
}

@media screen and (max-width: 767px) {
  .module3 .articles {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 700px) {
  .module3 .article {
    width: 100%;
  }

  .module3 .article,
  .module3 .empty-fill {
    margin-right: 0;
  }

  .module3 .article-image {
    margin: 0 auto;
  }

  .module3 .article-image,
  .module3 .article-image img,
  .module3 .empty-fill {
    width: 316px;
  }

  .module3 .article-image,
  .module3 .article-image img {
    height: 236px;
  }
}

/* MODULE 3 - end */

/* MODULE 4 - start */

.module4 .container-wrapper {
  max-width: 768px;
  margin: 0 auto;
}

.module4 .breadcrumbs {
  margin-bottom: 10px;
}

.module4 .breadcrumbs li,
.module4 .breadcrumbs span {
  display: inline;
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.module4 .title {
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.21;
  color: #005ba2;
  letter-spacing: normal;
}

.module4 .subtitle {
  font-family: var(--avenir-light);
  font-size: 48px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.21;
  color: #005ba2;
  letter-spacing: normal;
}

.module4 .description {
  margin-top: 30px;
  font-family: var(--avenir-light);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.33;
  color: #272d2f;
  letter-spacing: normal;
}

/* MODULE 4 - responsive */

@media screen and (max-width: 767px) {
  .module4 .breadcrumbs {
    margin-bottom: 8px;
  }

  .module4 .title {
    font-size: 32px;
    line-height: 1.25;
  }

  .module4 .subtitle {
    font-size: 32px;
  }

  .module4 .description {
    margin-top: 20px;
    font-size: 18px;
    line-height: 1.56;
  }
}

/* MODULE 4 - end */

/* MODULE 5 - start */

.module5 {
  min-height: 300px;
  overflow: hidden;
}

.module5 .search-order {
  height: 40px;
}

.module5 .search-order > div {
  position: relative;
  display: inline-block;
}

.module5 .search-order label {
  position: absolute;
  right: 0;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.module5 #src {
  width: 270px;
  height: 40px;
  padding-right: 40px;
  padding-left: 15px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #6e6e6e;
  letter-spacing: normal;
  border: solid 1px #cfd5d6;
}

.module5 #order-btn {
  height: 40px;
  padding: 0;
  background: transparent;
  border: solid 1px #cfd5d6;
}

.module5 #order-btn .order-za {
  display: none;
}

.module5 #order-btn .order-za.active,
.module5 #order-btn .order-az.active {
  display: initial;
}

.module5 .download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 125px;
  padding: 30px 0;
  border-bottom: solid 1px #cfd5d6;
}

.module5 .download.hidden {
  display: none;
}

.module5 .download .icon {
  padding-right: 30px;
}

.module5 .content {
  width: 100%;
}

.module5 .title a {
  display: block;
  margin-bottom: 5px;
  padding-right: 20px;
  font-family: var(--avenir-heavy);
  font-size: 30px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module5 .details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.module5 .details span {
  padding-right: 8px;
  margin-right: 8px;
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
  border-right: 1px solid #272d2f;
}

.module5 .details span:last-of-type {
  border: none;
}

.module5 .download-btn {
  margin-left: auto;
}

.module5 .download-btn svg {
  display: none;
}

.module5 .download-btn svg path {
  fill: #005ba2;
}

.module5 .download-btn .more-button {
  margin: 0;
}

.module5 .load {
  margin: 50px auto 0;
  cursor: pointer;
}

.module5 .download:first-child {
  border-top: solid 1px #cfd5d6;
}

/* MODULE 5 - responsive */

@media screen and (max-width: 1200px) {
  .module5 .download-btn .more-button {
    width: 40px;
  }

  .module5 .download-btn span {
    display: none;
  }

  .module5 .download-btn svg {
    display: block;
  }
}

@media screen and (max-width: 962px) {
  .module5 #src {
    width: 238px;
    margin-right: 25px;
  }

  .module5 .search-order label {
    right: 25px;
  }
}

@media screen and (max-width: 767px) {
  .module5 .search-order {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .module5 .search-order .search {
    width: calc(100% - 70px);
  }

  .module5 #src {
    width: 100%;
    margin-right: 0;
  }

  .module5 .search-order label {
    top: 0;
    right: 0;
  }

  .module5 .download .icon {
    padding-right: 15px;
  }

  .module5 .title a {
    font-size: 28px;
    line-height: normal;
  }

  .module5 .details {
    flex-wrap: wrap;
    margin-top: 15px;
  }

  .module5 .details span {
    margin-bottom: 5px;
  }

  .module5 .download-btn {
    display: none;
  }
}

/* MODULE 5 - end */

/* Module 6 - start */

.module6 {
  height: 1019px;
  margin-top: 60px;
  margin-bottom: 60px;
  position: relative;
}

.module6 .image {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: -1;
  height: 1019px;
  object-fit: cover;
}

main .module6:first-child {
  margin-top: 0;
}

.module6 .container {
  height: 100%;
}

.module6 .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 40%;
  height: 100%;
}

.module6 .wrapper > div {
  width: 100%;
}

.module6 .label {
  margin-bottom: 10px;
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.module6 .title {
  margin-bottom: 30px;
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.21;
  color: #005ba2;
  letter-spacing: normal;
}

.module6 .title-red {
  color: #e85a4d;
}

.module6 .title-blue {
  color: #005ba2;
}

.module6 .description {
  font-family: var(--avenir-light);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.33;
  color: #272d2f;
  letter-spacing: normal;
}

/* Module 6 - responsive */

@media screen and (max-width: 1440px) {
  .module6 {
    background-size: cover !important;
  }
}

@media screen and (max-width: 1200px) {
  .module6 .wrapper {
    width: 60%;
  }
}

@media screen and (max-width: 992px) {
  .module6,
  .module6 .image {
    height: 944px;
  }

  .module6 .wrapper {
    align-items: flex-end;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .module6,
  .module6 .image {
    height: 587px;
  }

  .module6 .title {
    margin-bottom: 15px;
    font-size: 32px;
    line-height: 1.25;
  }

  .module6 .description {
    font-size: 18px;
    line-height: 1.56;
  }
}

/* Module 6 - end */

/* Module 7 - start */

.module7 {
  padding-top: 100px;
  padding-bottom: 160px;
}

.module7 .wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.module7 .wrapper.right {
  flex-direction: row-reverse;
}

.module7 .image {
  width: 470px;
  height: 470px;
  object-fit: contain;
}

.module7 .content {
  width: calc(100% - 470px);
}

.module7 .wrapper.left .content {
  padding-left: 130px;
}

.module7 .wrapper.right .content {
  padding-right: 120px;
}

.module7 .label {
  margin-bottom: 10px;
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.module7 .title {
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module7 .description {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.module7 .buttons {
  margin-top: 35px;
}

.module7 .buttons a {
  display: inline-flex;
  width: auto;
  padding: 0 25px;
  margin-top: 10px;
  margin-right: 18px;
  margin-bottom: 0;
}

/* Module 7 - responsive */

@media screen and (max-width: 1440px) {
  .module7 .wrapper.left .content {
    padding-left: 60px;
  }

  .module7 .wrapper.right .content {
    padding-right: 60px;
  }
}

@media screen and (max-width: 1200px) {
  .module7 {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .module7 .content {
    width: calc(100% - 422px);
  }

  .module7 .image {
    width: 422px;
    height: 422px;
  }
}

@media screen and (max-width: 992px) {
  .module7 .wrapper {
    justify-content: center;
  }

  .module7 .wrapper.right {
    flex-direction: initial;
  }

  .module7 .wrapper .content {
    padding: 0 !important;
  }

  .module7 .content {
    width: 100%;
  }

  .module7 .image {
    margin-bottom: 60px;
  }
}

@media screen and (max-width: 767px) {
  .module7 {
    padding-top: 25px;
    padding-bottom: 20px;
  }

  .module7 .image {
    width: 315px;
    height: 315px;
  }

  .module7 .buttons a {
    padding: 0 20px;
  }
}

/* Module 7 - end */

/* Module 8 - start */

.module8 {
  padding-bottom: 100px;
}

.module8 a {
  position: relative;
  display: block;
  width: 285px;
  margin: 0 auto;
}

.module8 a::after {
  position: absolute;
  top: 0;
  right: -40px;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  content: "";
  background: #fff url("../images/assets-icon-arrow-right.svg");
  background-color: #005ba2;
  border-radius: 20px;
}

.module8 .title {
  margin-bottom: 5px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module8 .label {
  font-family: var(--avenir-roman);
  font-size: 21px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

/* Module 8 - responsive */

@media screen and (max-width: 767px) {
  .module8 .title {
    font-size: 28px;
  }

  .module8 a {
    padding-right: 20px;
    margin: initial;
  }

  .module8 a::after {
    right: -20px;
  }
}

/* Module 8 - end */

/* Module 9 - start */

.module9 {
  padding-bottom: 80px;
}

.module9 .categories {
  width: 100%;
}

.module9 #results {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-top: 45px;
  border-top: solid 1px #cfd5d6;
}

.module9 #results.manually {
  border: 0;
}

.module9 .team-member,
.module9 .empty-fill {
  width: 270px;
}

.module9 .team-member {
  position: relative;
  margin-bottom: 45px;
  padding-bottom: 100px;
}

.module9 .image {
  width: 270px;
  height: 270px;
  object-fit: contain;
}

.module9 .name {
  margin-top: 20px;
  margin-bottom: 5px;
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.module9 .position,
.module9 .departament,
.module9 .team-member a:not(.show-more) {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.3;
  color: #272d2f;
  letter-spacing: normal;
}

.module9 .position,
.module9 .departament,
.module9 .team-member a {
  /*margin-bottom: -4px;*/
}

.module9 .position.last {
  margin-bottom: 5px;
}

.module9 .team-member a:not(.show-more) {
  display: block;
}

.module9 .team-member a.email {
  color: #005ba2;
  text-decoration: underline;
  text-underline-position: under;
}

.module9 .member-downloads {
  margin-top: 10px;
}

.module9 .member-downloads .download {
  display: flex;
  align-items: center;
}

.module9 .member-downloads a:hover {
  color: #e85a4d;
}

.module9 .member-downloads .icon {
  margin-left: -8px;
}

.module9 .team-member button.show-more,
.module9 .team-member a.show-more {
  position: absolute;
  bottom: 0;
  margin-bottom: 0;
}

.module9 .team-member button.show-more {
  bottom: 50px;
}

.module9 .team-member button.show-more:focus {
  outline: none;
}

.module9 .team-member button.show-more:hover,
.module9 .team-member a.show-more:hover {
  color: #fff;
  background-color: #005ba2;
  border: 1px solid #005ba2;
}

/* Module 9 - responsive */

@media screen and (max-width: 1200px) {
  .module9 .team-member,
  .module9 .empty-fill {
    margin-right: 5px;
  }
}

@media screen and (max-width: 900px) {
  .module9 #results {
    justify-content: space-around;
  }

  .module9 .team-member,
  .module9 .empty-fill {
    width: 308px;
  }

  .module9 .image {
    width: 308px;
    height: 308px;
  }
}

@media screen and (max-width: 767px) {
  .module9 #results {
    justify-content: space-between;
  }

  .module9 .filters {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 700px) {
  .module9 .team-member,
  .module9 .empty-fill {
    width: 270px;
  }

  .module9 .image {
    width: 270px;
    height: 270px;
  }
}

@media screen and (max-width: 620px) {
  .module9 #results {
    justify-content: center;
  }

  .module9 .team-member,
  .module9 .empty-fill {
    width: 315px;
    margin-right: 0;
  }

  .module9 .image {
    width: 315px;
    height: 315px;
  }
}

/* Module 9 - end */

/* Module 10 - start */

.module10 .container-wrapper {
  padding-left: 65px;
  border-left: 7px solid #e85a4d;
}

.module10 .container-wrapper,
.module10 .container-wrapper p,
.module10 .container-wrapper a {
  font-family: var(--avenir-light);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.module10 .container-wrapper .bigger,
.module10 .container-wrapper .bigger p,
.module10 .container-wrapper .bigger a {
  font-size: 24px;
}

/* Module 10 - responsive */

@media screen and (max-width: 1200px) {
  .module10 .container-wrapper {
    padding-left: 78px;
  }
}

@media screen and (max-width: 767px) {
  .module10 .container-wrapper {
    padding-left: 21px;
  }

  .module10 .container-wrapper,
  .module10 .container-wrapper p,
  .module10 .container-wrapper a {
    font-size: 18px;
    line-height: 1.56;
  }

  .module10 .container-wrapper .bigger,
  .module10 .container-wrapper .bigger p,
  .module10 .container-wrapper .bigger a {
    font-size: 18px;
    line-height: 1.56;
  }
}

/* Module 10 - end */

/* Module 11 - start */

.module11 {
  padding-top: 90px;
}

.module11 .subtitle {
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

/* Module 11 - responsive */

@media screen and (max-width: 767px) {
  .module11 {
    padding-top: 30px;
  }

  .module11 .subtitle {
    font-size: 32px;
  }
}

/* Module 11 - end */

/* Module 12 - start */

.module12 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.module12 .element {
  cursor: pointer;
  border-top: 1px solid #cfd5d6;
}

.module12 .element:last-child {
  border-bottom: 1px solid #cfd5d6;
}

.module12 .element .title {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  min-height: 100px;
  padding-top: 10px;
  padding-right: 60px;
  padding-bottom: 10px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module12 .title.active {
  color: #272d2f;
}

.module12 .element .title::after {
  position: absolute;
  top: 0;
  right: 20px;
  bottom: 0;
  width: 40px;
  height: 40px;
  margin: auto;
  content: "";
  background: url("../images/assets-icon-add.svg");
}

.module12 .title.active::after {
  background: url("../images/assets-icon-reduce.svg");
}

.module12 .content {
  display: none;
  width: 100%;
  padding-bottom: 30px;
}

.module12 .title.active + .content {
  display: block;
}

/* Module 12 - responsive */

@media screen and (max-width: 767px) {
  .module12 .element .title {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 28px;
    line-height: normal;
  }

  .module12 .element .title::after {
    right: 5px;
  }
}

/* Module 12 - end */

/* Module 13 - start */

.module13 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.module13 .element {
  width: 570px;
  margin-bottom: 30px;
}

.module13 .image {
  width: 570px;
  height: 300px;
  object-fit: cover;
}

.module13 .title {
  margin-top: 30px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module13 .description {
  margin-top: 20px;
  font-family: var(--avenir-light);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

/* Module 13 - responsive */

@media screen and (max-width: 1230px) {
  .module13 .wrapper {
    justify-content: center;
  }

  .module13 .element {
    width: 646px;
  }

  .module13 .image {
    width: 646px;
    height: 340px;
  }
}

@media screen and (max-width: 767px) {
  .module13 .element {
    width: 100%;
  }

  .module13 .element:last-child {
    margin-bottom: 0;
  }

  .module13 .image {
    width: 315px;
    height: 166px;
    margin: 0 auto;
  }

  .module13 .title {
    font-size: 28px;
    line-height: normal;
  }

  .module13 .more-button {
    width: 100%;
  }
}

/* Module 13 - end */

/* Module 14 - start */

.module14 {
  padding: 75px 0;
  background-color: #81add2;
}

.module14 .info {
  width: 900px;
  margin: 0 auto;
}

.module14 .title {
  margin-bottom: 15px;
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
}

.module14 .description {
  margin-bottom: 35px;
  font-family: var(--avenir-light);
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.33;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
}

.module14 .member {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-left: 104px;
  margin-bottom: 20px;
}

.module14 .image {
  height: 270px;
  object-fit: cover;
}

.module14 .image,
.module14 .member-info,
.module14 .schedule {
  width: 270px;
  margin-right: 30px;
}

.module14 .member-info,
.module14 .member-info div:not(.section-title),
.module14 .member-info a,
.module14 .member-info span,
.module14 .schedule div:not(.section-title) {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.56;
  color: #fff;
  letter-spacing: normal;
}

.module14 .section-title {
  margin-top: 38px;
  margin-bottom: 10px;
  font-family: var(--avenir-heavy);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: normal;
}

.module14 .phones a,
.module14 .faxes a,
.module14 .emails a {
  display: block;
}

.module14 .phones,
.module14 .faxes {
  position: relative;
  padding-left: 40px;
}

.module14 .emails {
  position: relative;
  /*padding-left: 67px;*/
}

.module14 .phones span,
.module14 .faxes span,
.module14 .emails span {
  position: absolute;
  top: 0;
  left: 0;
}

.module14 .phones a:hover,
.module14 .faxes a:hover,
.module14 .emails a:hover {
  color: #005ba2;
}

.module14 .member-wrapper {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 300px);
}

.module14 .member-info div.name {
  font-family: var(--avenir-heavy);
  margin-top: 38px;
}

.module14 .member-info button.show-more,
.module14 .member-info a.show-more {
  /*width: 115px;*/
  width: 130px;
  font-size: 14px;
  font-family: var(--avenir-heavy);
}

.module14 .member-info a.show-more {
  margin-top: 0;
}

.module14 .member-info button.show-more {
  margin-bottom: 10px;
  color: #fff;
}

.module14 .member-info button.show-more:focus {
  outline: none;
}

/* Module 14 - responsive */

@media screen and (max-width: 1200px) {
  .module14 .info,
  .module14 .team-members {
    width: 100%;
  }

  .module14 .member-wrapper {
    width: calc(100% - 339px);
  }

  .module14 .image {
    width: 309px;
    height: 309px;
  }

  .module14 .member-info,
  .module14 .schedule {
    width: 100%;
    margin-right: 0;
  }

  .module14 .member {
    padding-left: 30px;
  }
}

@media screen and (max-width: 992px) {
  .module14 .member {
    padding-left: 0;
  }
}

@media screen and (max-width: 767px) {
  .module14 {
    padding: 45px 0;
  }

  .module14 .title {
    font-size: 32px;
    text-align: left;
  }

  .module14 .description {
    font-size: 18px;
    line-height: 1.56;
    text-align: left;
  }

  .module14 .member {
    margin-bottom: 30px;
  }

  .module14 .member:last-child {
    margin-bottom: 0;
  }

  .module14 .member-wrapper {
    width: 100%;
  }

  .module14 .image {
    width: 313px;
    height: 313px;
    margin: 0 auto;
  }

  .module14 .section-title {
    margin-top: 45px;
  }
}

/* Module 14 - end */

/* Module 15 - start */

.module15 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.module15 .wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.module15 .element {
  margin-bottom: 50px;
}

.module15 .element,
.module15 .empty-fill {
  width: 370px;
}

.module15 .title {
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module15 .description {
  font-family: var(--avenir-light);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.module15 .more-button {
  width: 98px;
  margin-bottom: 0;
}

/* Module 15 - responsive */

@media screen and (max-width: 1200px) {
  .module15 {
    padding-top: 90px;
    padding-bottom: 90px;
  }

  .module15 .element,
  .module15 .empty-fill {
    width: 50%;
  }

  .module15 .element {
    margin-bottom: 50px;
  }

  .module15 .element:nth-of-type(2n + 1) {
    padding-right: 30px;
  }

  .module15 .more-button {
    width: 196px;
  }
}

@media screen and (max-width: 767px) {
  .module15 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .module15 .element,
  .module15 .empty-fill {
    width: 100%;
  }

  .module15 .element:nth-of-type(2n + 1) {
    padding-right: 0;
  }

  .module15 .element.last {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 576px) {
  .module15 .more-button {
    width: 100%;
  }
}

/* Module 15 - end */

/* Module 16 - start */

.module16 {
  padding-top: 20px;
  padding-bottom: 60px;
}

.module16 .wrapper {
  width: 970px;
  margin: 0 auto;
}

.module16 .image {
  width: 970px;
  /*height: 405px;*/
  height: auto;
}

.module16 .caption {
  margin-top: 10px;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #8f989a;
  text-align: right;
  letter-spacing: normal;
}

/* Module 16 - responsive */

@media screen and (max-width: 1200px) {
  .module16 {
    padding-bottom: 30px;
  }

  .module16 .wrapper {
    width: 647px;
  }

  .module16 .image {
    width: 647px;
    /*height: 270px;*/
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .module16 .wrapper {
    width: 315px;
  }

  .module16 .image {
    width: 315px;
    /*height: 131px;*/
    height: auto;
  }
}

/* Module 16 - end */

/* Module 17 - start */

.module17 .wrapper a {
  color: #005ba2;
}

.module17 .standard-content.large-lists ul,
.module17 .standard-content.large-lists ol {
  padding-bottom: 0;
}

.module17 .standard-content.large-lists li:last-child {
  padding-bottom: 0;
}


/* Module 17 - responsive */

/* Module 17 - end */

/* Module 18 - start */

.module18 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.module18 .image {
  width: 770px;
  /*height: 433px;*/
  height: auto;
  margin: 0 auto;
}

/* Module 18 - responsive */

@media screen and (max-width: 1200px) {
  .module18 .image {
    width: 647px;
    /*height: 364px;*/
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .module18 .image {
    width: 315px;
    /*height: 177px;*/
    height: auto;
  }
}

/* Module 18 - end */

/* Module 19 - start */

.module19 {
  padding-top: 90px;
  padding-bottom: 50px;
}

.module19 iframe {
  display: block;
  margin: 0 auto;
}

/* Module 19 - responsive */

@media screen and (max-width: 1200px) {
  .module19 {
    padding-top: 111px;
    padding-bottom: 50px;
  }

  .module19 iframe {
    width: 648px;
    height: 365px;
  }
}

@media screen and (max-width: 767px) {
  .module19 {
    padding-top: 45px;
    padding-bottom: 35px;
  }

  .module19 iframe {
    width: 314px;
    height: 177px;
  }
}

/* Module 19 - end */

/* Module 20 - start */

.module20 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.grid {
  max-width: 770px;
  margin: 0 auto;
}

/* clearfix */
.grid::after {
  display: block;
  clear: both;
  content: "";
}

.grid-sizer {
  width: 370px;
}

.grid-item {
  float: left;
}

.grid-item.grid-item--square {
  width: 368px;
  height: 368px;
  margin-bottom: 25px;
}

.grid-item.grid-item--little-rectangle {
  width: 370px;
  height: 208px;
  margin-bottom: 30px;
}

.grid-item.grid-item--bigger-rectangle {
  width: 370px;
  height: 277px;
  margin-bottom: 30px;
}

/* Module 20 - responsive */

@media screen and (max-width: 1200px) {
  .grid {
    width: 646px;
  }

  .grid-sizer {
    width: 308px;
  }

  .grid-item.grid-item--square {
    width: 308px;
    height: 308px;
    margin-bottom: 25px;
  }

  .grid-item.grid-item--little-rectangle {
    width: 308px;
    height: 174px;
    margin-bottom: 30px;
  }

  .grid-item.grid-item--bigger-rectangle {
    width: 308px;
    height: 231px;
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 767px) {
  .grid {
    width: 315px;
  }

  .grid-sizer {
    width: 315px;
  }

  .grid-item.grid-item--square {
    width: 315px;
    height: 315px;
    margin-bottom: 25px;
  }

  .grid-item.grid-item--little-rectangle {
    width: 315px;
    height: 177px;
    margin-bottom: 30px;
  }

  .grid-item.grid-item--bigger-rectangle {
    width: 315px;
    height: 235px;
    margin-bottom: 30px;
  }
}

/* Module 20 - end */

/* Module 21 - start */

.module21 {
  padding-top: 20px;
  padding-bottom: 20px;
}

.module21 .image {
  width: 1170px;
  /*height: 489px;*/
  height: auto;
  margin: 0 auto;
}

/* Module 21 - responsive */

@media screen and (max-width: 1200px) {
  .module21 .image {
    width: 647px;
    /*height: 270px;*/
    height: auto;
  }
}

@media screen and (max-width: 767px) {
  .module21 .image {
    width: 315px;
    /*height: 131px;*/
    height: auto;
  }
}

/* Module 21 - end */

/* Module 22 - start */

.module22 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.module22 .element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  min-height: 100px;
  padding: 30px 0;
  border-bottom: solid 1px #cfd5d6;
}

.module22 .element:first-child {
  border-top: solid 1px #cfd5d6;
}

.module22 .title {
  width: 100%;
}

.module22 .title a {
  padding-right: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module22 .more-button {
  margin: 0;
}

.module22 .more-button svg {
  display: none;
}

.module22 .more-button svg path {
  fill: #005ba2;
}

/* Module 22 - responsive */

@media screen and (max-width: 1200px) {
  .module22 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .module22 .more-button {
    width: 40px;
  }

  .module22 .more-button span {
    display: none;
  }

  .module22 .more-button svg {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .module22 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .module22 .title a {
    font-size: 28px;
    line-height: normal;
  }

  .module22 .more-button {
    display: none;
  }
}

/* Module 22 - end */

/* Module 23 - start */

.module23.module26 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.module23 .cat-name {
  margin: 80px 0 25px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.module23 .cat-name:first-child {
  margin-top: 25px;
}

.module23 .course {
  display: flex;
  padding: 30px 0 35px;
  border-bottom: solid 1px #cfd5d6;
}

.module23 .course:first-child {
  border-top: solid 1px #cfd5d6;
}

.module23 .date {
  width: 385px;
  padding-right: 180px;
}

.module23 .date,
.module23 .date p {
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.module23 .title-section {
  width: 100%;
}

.module23 .title {
  display: block;
  padding-right: 30px;
  margin-bottom: 10px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.module23 .location {
  display: flex;
  flex-wrap: wrap;
}

.module23 .location,
.module23 .location p {
  align-items: center;
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.module23 .location span {
  padding: 0 7px;
}

.module23 .more-button {
  margin: 0;
}

.module23 .more-button svg {
  display: none;
}

.module23 .more-button svg path {
  fill: #005ba2;
}

/* Module 23 - responsive */

@media screen and (max-width: 1200px) {
  .module23 .date {
    padding-right: 20px;
  }

  .module23 .more-button {
    width: 40px;
  }

  .module23 .more-button span {
    display: none;
  }

  .module23 .more-button svg {
    display: block;
  }
}

@media screen and (max-width: 992px) {
  .module23 .course {
    flex-wrap: wrap;
  }

  .module23 .cat-name {
    margin-top: 45px;
    font-size: 20px;
  }

  .module23 .title {
    margin-top: 15px;
    font-size: 28px;
  }

  .module23 .more-button {
    display: none;
  }

  .module23 .cat-name:first-child {
    margin-top: 0;
  }

  .module23 .date {
    padding-right: 0;
  }
}

/* Module 23 - end */

/* Module 24 - start */

.module24 {
  padding-top: 50px;
  padding-bottom: 100px;
}

.module24 .more-button {
  width: 270px;
  margin: 0 auto;
}

@media screen and (max-width: 992px) {
  .module24 {
    padding-top: 25px;
    padding-bottom: 50px;
  }
}

/* Module 24 - responsive */
@media screen and (max-width: 500px) {
  .module24 .more-button {
    width: 100%;
  }
}

/* Module 24 - end */

/* Module 25 - start */

.module25 .billing-address {
  display: none;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}

.module25 .billing-address.active {
  display: flex;
}

.module25 .container-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.module25 .container-wrapper #register-form {
  width: 100%;
}

.module25 .left,
.module25 .right {
  width: 48%;
}

.module25 .list-element {
  padding-top: 20px;
  border-top: 1px solid #cfd5d6;
}

.module25 .list-element:first-child {
  border-top: 0;
}

.module25 .subtitle {
  font-family: var(--avenir-heavy);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #81add2;
  text-transform: uppercase;
  letter-spacing: normal;
}

.module25 .content {
  padding: 10px 0;
}

.module25 .content,
.module25 .content p {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

/* Module 25 - responsive */
@media screen and (max-width: 767px) {
  .module25 .container-wrapper {
    flex-wrap: wrap;
  }

  .module25 .left,
  .module25 .right {
    width: 100%;
  }
}

/* Module 25 - end */

/* Module 28 - start */
.module28 button:focus {
  outline: none;
}

.contact-person-form {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 10; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.contact-person-form-content {
  background-color: #fefefe;
  margin: auto;
  padding: 20px;
  border: 1px solid #888;
  width: 55%;
}

/* The Close Button */
.contact-person-form-content {
  line-height: normal !important;
}

.contact-person-form-content .close {
  color: #aaaaaa !important;
  float: right;
  font-size: 28px !important;
  font-weight: bold !important;
  font-family: var(--avenir-medium) !important;
  line-height: normal !important;
}

.contact-person-form-content .close:hover,
.contact-person-form-content .close:focus {
  color: #000 !important;
  text-decoration: none;
  cursor: pointer;
}

.contact-person-form .intro {
  font-family: var(--avenir-heavy) !important;
  font-size: 28px !important;
  font-style: normal !important;
  font-weight: 900 !important;
  font-stretch: normal !important;
  color: #005ba2 !important;
  letter-spacing: normal !important;
  line-height: 1.56
}

.contact-person-form .mandatory-info {
  margin: 30px 0;
  font-size: 16px !important;
  color: #262626 !important;
}

.contact-person-form .more-button {
  margin: 20px auto;
}

.contact-person-form .action-buttons {
  width: 100%;
}

/* Module 28 - responsive */

@media screen and (max-width: 767px) {
  .contact-person-form-content {
    width: 85%;
  }
  
  .contact-person-form .intro {
    font-size: 24px !important;
    margin-top: 50px;
  }
}

/* Module 28 - end */

/* Event 1 - start */

.event1 {
  display: flex;
  flex-wrap: wrap;
}

.event1 .left {
  width: calc(100% - 400px);
}

.event1 .image {
  width: 770px;
  height: 434px;
  margin-right: auto;
  margin-bottom: 30px;
  margin-left: auto;
  object-fit: contain;
}

.event1 .subtitle {
  margin-bottom: 5px;
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.event1 .left .title {
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.event1 .description {
  font-family: var(--avenir-light);
  font-size: 21px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.event1 .right {
  width: 270px;
  margin-left: 130px;
}

.event1 .right > .title {
  margin-bottom: 18px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.event1 .next-events {
  padding: 35px 30px;
  background-color: #fbddd3;
}

.event1 .event {
  display: flex;
  flex-wrap: wrap;
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1.3px #fff;
}

.event1 .event:first-child {
  padding-top: 0;
}

.event1 .event:last-child {
  border: none;
}

.event1 .event .title {
  width: 100%;
  margin-bottom: 5px;
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #e85a4d;
  letter-spacing: normal;
}

.event1 .event .date,
.event1 .event .location {
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.event1 .event .date {
  margin-right: 5px;
}

.event1 .event .location {
  margin-left: 10px;
}

.event1 .right .more-button {
  width: 100%;
  margin: 15px 0 0;
}

.event1 .border-bottom {
  margin-top: 60px;
}

/* Event 1 - responsive */

@media screen and (max-width: 1200px) {
  .event1 .left,
  .event1 .right {
    width: 100%;
  }

  .event1 .left {
    margin-bottom: 30px;
  }

  .event1 .right {
    margin-left: 0;
  }

  .event1 .image {
    width: 648px;
    height: 365px;
  }
}

@media screen and (max-width: 768px) {
  .event1 .image {
    width: 315px;
    height: 177px;
  }
}

/* Event 1 - end */

/* Shop - start */

.shop-page .filters {
  padding-top: 50px;
  border-bottom: solid 1px #cfd5d6;
}

.shop-products {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-top: 66px;
  margin-bottom: 120px;
}

.shop-products .product {
  display: block;
  width: 33%;
  padding: 0 10px;
  margin-bottom: 100px;
}

.shop-products .product.hidden {
  display: none;
}

.shop-products .empty-fill {
  width: 33%;
}

.shop-products .load-shop-products {
  width: 100%;
  margin-top: -80px;
}

.shop-products .load-shop-products .more-button {
  margin-right: auto;
  margin-left: auto;
}

.shop-products .image {
  width: 270px;
  height: 382px;
  margin: 0 auto 20px;
}

.shop-products .product-info {
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  text-align: center;
  letter-spacing: normal;
}

.shop-products.category {
  font-family: var(--avenir-roman);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  text-align: center;
  letter-spacing: normal;
}

.shop-products .title {
  margin-top: 5px;
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  text-align: center;
  letter-spacing: normal;
}

.categories-select.years .select-box {
  width: 170px;
}

.shop-slider-wrapper {
  max-width: 1440px;
  height: 630px;
  overflow: hidden;
}

.shop-slider {
  width: 830px;
  height: 100%;
  margin: 0 auto;
}

.shop-slider .slick-list,
.shop-slider .slick-track,
.shop-slider .slick-slide > div,
.shop-slider .slide {
  height: 100%;
}

.shop-slider .slick-list {
  overflow: visible;
}

.shop-slider .slide {
  padding-right: 1px;
}

.shop-slider .slide .content {
  display: flex;
  height: 480px;
}

.shop-slider .slide .left,
.shop-slider .slide .right {
  width: 50%;
}

.shop-slider .slide .title {
  margin-bottom: 15px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.shop-slider .slide .description {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.shop-slider .slide .left {
  position: relative;
}

.shop-slider .slide .right {
  padding-right: 30px;
  margin: auto;
}

.shop-slider .slide .image {
  position: absolute;
  top: 95px;
  left: 45px;
  width: 330px;
  height: 467px;
}

.shop-slider .slider-dots {
  position: absolute;
  bottom: 0;
  display: flex;
  justify-content: center;
  width: 100%;
}

.shop-slider .slider-dots button,
.shop-slider .slider-dots button:focus {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: #fbddd3;
  border-radius: 14px;
  outline: none;
}

.shop-slider .slider-dots .slick-active button,
.shop-slider .slider-dots li:hover button {
  background-color: #e85a4d;
}

.product-detail {
  display: flex;
  flex-wrap: wrap;
}

.product-detail > .left,
.product-detail > .right {
  width: 50%;
}

.product-detail > .left {
  padding-right: 20px;
}

.product-detail > .right {
  padding-left: 10px;
}

.product-detail .description,
.product-detail .description a {
  margin-top: 30px;
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
  vertical-align: baseline;
}

.product-detail .description a {
  color: #005ba2;
  text-decoration: underline;
  text-underline-position: under;
}

.product-detail .description a:hover {
  text-decoration: none;
}

.product-detail .qty-price {
  display: flex;
  align-items: center;
  padding-bottom: 20px;
  border-bottom: solid 1px #cfd5d6;
}

.product-detail .quantity {
  display: flex;
  align-items: center;
  width: 100px;
  margin-right: 30px;
}

.product-detail .quantity input {
  display: block;
  float: left;
  width: 100px;
  height: 45px;
  padding: 0 0 0 20px;
  margin: 0;
  font-family: var(--avenir-light);
  font-size: 15px;
  line-height: 1.65;
  border: solid 1px #cfd5d6;
  border-radius: 0;
}

.product-detail .quantity .quantity-nav {
  position: relative;
  height: 44px;
  margin-right: 10px;
}

.product-detail .quantity .quantity-button {
  position: relative;
  width: 28px;
  font-family: "Trebuchet MS", Helvetica, sans-serif !important;
  font-size: 13px;
  line-height: 1.7;
  color: #333;
  text-align: center;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  border-left: solid 1px #cfd5d6;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.product-detail .quantity .quantity-button.quantity-up {
  position: absolute;
  top: 0;
  height: 50%;
  border-bottom: solid 1px #cfd5d6;
}

.product-detail .quantity .quantity-button.quantity-down {
  position: absolute;
  bottom: 1px;
  height: 50%;
}

/* Chrome, Safari, Edge, Opera */
.product-detail .quantity input::-webkit-outer-spin-button,
.product-detail .quantity input::-webkit-inner-spin-button {
  margin: 0;
  -webkit-appearance: none;
}

/* Firefox */
.product-detail .quantity input[type="number"] {
  -moz-appearance: textfield;
}

.product-detail .price {
  font-family: var(--avenir-heavy);
  font-size: 28px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.product-detail .shipping-info {
  margin: 20px 0;
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #8f989a;
  letter-spacing: normal;
}

.product-detail .buttons .more-button {
  width: 270px;
  margin: 0 0 88px;
}

.product-detail .product-extra-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}

.product-detail .product-extra-info .left,
.product-detail .product-extra-info .right {
  width: 48%;
}

.product-detail .list-element {
  width: 100%;
  padding-top: 20px;
  border-bottom: 1px solid #cfd5d6;
}

.product-detail .list-element .subtitle {
  font-family: var(--avenir-heavy);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #81add2;
  text-transform: uppercase;
  letter-spacing: normal;
}

.product-detail .content,
.product-detail .content p,
.product-detail .content div {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.product-detail .content.books {
  margin: 12px 0;
}

.product-detail .content {
  margin: 15px 0;
}

.product-detail .content .price-info {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-detail .content .price-info > div {
  width: 48%;
}

.product-detail .mobile-slider {
  display: none;
  padding-top: 80px;
  padding-bottom: 50px;
}

.product-detail .mobile-slider .picture {
  width: 422px;
  height: 597px;
}

.product-detail .mobile-slider .slider-dots {
  position: absolute;
  bottom: 10px;
  display: flex;
  justify-content: center;
  width: 100%;
}

.product-detail .mobile-slider .slider-dots button,
.product-detail .mobile-slider .slider-dots button:focus {
  width: 14px;
  height: 14px;
  margin: 0 5px;
  background-color: #fbddd3;
  border-radius: 14px;
  outline: none;
}

.product-detail .mobile-slider .slider-dots .slick-active button,
.product-detail .mobile-slider .slider-dots li:hover button {
  background-color: #e85a4d;
}

.product-detail .main-picture {
  width: 330px;
  height: 467px;
  margin: 75px auto 110px;
}

.product-detail .other-pictures {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.product-detail .other-pictures .picture {
  width: 269px;
  height: 381px;
  margin-bottom: 50px;
}

.product-detail .other-pictures .empty-fill {
  width: 269px;
}

.product-detail .select-box .selected {
  margin-bottom: 20px;
}

.related-products {
  margin-top: 140px;
}
.related-products .top-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 20px;
  margin-bottom: 70px;
  border-bottom: 1px solid #cfd5d6;
}

.related-products .top-content .title {
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.related-products .top-content .more-button {
  margin: 0;
}

.related-products .shop-products {
  margin-top: 0;
  margin-bottom: 0;
}

.promotional-section {
  height: 580px;
}

.promotional-section.product-page {
  margin-bottom: 100px;
}

.promotional-section.shop-page {
  margin-top: 44px;
  margin-bottom: 68px;
}

.promotional-section-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 100px;
  background-color: #d2e1ed;
}

.promotional-section-wrapper .left {
  width: 38%;
}

.promotional-section-wrapper .title {
  margin-bottom: 15px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.25;
  color: #005ba2;
  letter-spacing: normal;
}

.promotional-section-wrapper .description {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.promotional-section-wrapper .more-button {
  width: 269px;
}

.promotional-section-wrapper .right {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 62%;
  padding-left: 30px;
}

.promotional-section-wrapper .red-circle {
  position: absolute;
  top: -35px;
  left: 0;
  display: flex;
  align-items: center;
  width: 100px;
  height: 100px;
  padding: 10px;
  font-family: var(--avenir-light);
  font-size: 16.9px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  letter-spacing: normal;
  background-color: #e85a4d;
  border-radius: 100px;
}

.promotional-section-wrapper .image {
  width: 270px;
  height: 382px;
}

.promotional-section .image .red-circle {
  display: none;
}

.promotional-section-wrapper .image:first-child {
  margin-right: 30px;
}

.shop-steps {
  margin-bottom: 100px;
}

.shop-steps .steps {
  padding: 30px 0;
}

.shop-steps h1 {
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.21;
  color: #005ba2;
  letter-spacing: normal;
}

.shop-steps h2 {
  margin: 50px 0 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.shop-steps input[type="submit"] {
  margin: 30px 0;
}

.shop-steps .content {
  display: flex;
  justify-content: space-between;
}

.shop-steps .left {
  width: 670px;
}

.shop-steps .right {
  width: 470px;
}

.account-step form {
  padding: 24px;
  margin: 60px 0;
  background-color: #ecf3f8;
}

.account-step .title {
  margin-bottom: 6px;
  font-family: var(--avenir-heavy);
  font-size: 15px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.account-step .description {
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.6;
  color: #272d2f;
  letter-spacing: normal;
}

.account-step .fields {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.account-step .fields .field,
.account-step input[type="submit"] {
  width: 291px;
}

.account-step .lost-password {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #005ba2;
  text-decoration: underline;
  letter-spacing: normal;
  text-underline-position: under;
}

.account-step .lost-password:hover {
  text-decoration: none;
}

.account-step .remember-me {
  margin: 10px 0;
}

.address-settings {
  display: flex;
  flex-wrap: wrap;
}

.address-settings label {
  width: 100%;
}

.shop-steps .order-review {
  padding: 30px;
  margin: 50px 0 10px;
  background-color: #ecf3f8;
}

.shop-steps .order-review h3 {
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.shop-steps .order-review .products-section,
.shop-steps .order-review .shipping-section {
  border-bottom: solid 1px #cfd5d6;
}

.shop-steps .order-review .shipping-section,
.shop-steps .order-review .total-section {
  padding: 25px 0;
}

.shop-steps .order-review .product {
  margin-bottom: 20px;
}

.shop-steps .order-review .total-section .total,
.shop-steps .order-review .total-section span {
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.shop-steps .order-review .product span,
.shop-steps .order-review .shipping-section li,
.shop-steps .order-review .shipping-section span,
.shop-steps .order-review .total-section .tax,
.shop-steps .order-review .total-section .tax span {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.shop-steps .order-review .total-section .tax {
  padding: 10px 0;
}

.addresses-step .js-radio li {
  font-family: var(--avenir-book);
  font-size: 15px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.6;
  color: #262626;
  letter-spacing: normal;
}

.cart-edit h1 {
  padding: 20px 0;
  font-family: var(--avenir-heavy);
  font-size: 32px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.addresses-step .existing-addresses .address-select  {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 51px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border-radius: unset;
  border: solid 1px #cfd5d6;
}

.addresses-step .existing-addresses .address-select .actions {
  width: 14%;
}

.addresses-step .existing-addresses .address-select .actions ul {
  text-align: right;
}

.addresses-step .existing-addresses .address-select .actions ul li a {
  font-family: var(--avenir-light);
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #005ba2;
  text-decoration: underline;
  letter-spacing: normal;
  text-underline-position: under;
}

.addresses-step .existing-addresses .address-select .actions ul li a:hover {
  text-decoration: none;
}

.addresses-step .existing-addresses .radio {
  width: 86%;
  padding: 0;
}

.addresses-step .address-data {
  display: flex !important;
  flex-wrap: wrap;
}

.addresses-step .address-data li {
  padding-right: 10px;
}

.addresses-step .existing-addresses .address-select ul.address-data li strong {
  display: inline;
}

.addresses-step .input .checkbox.radio .checkmark {
  margin-top: 3px;
}

.addresses-step .new-shipping-address {
  padding: 0;
  border-radius: unset;
}

.addresses-step .new-shipping-address .checkbox > label {
  width: 100%;
}

.addresses-step .new-shipping-address .js-body {
  padding: 15px 15px 30px;
}

.addresses-step .new-shipping-address .fields > .input:first-child .input-informations {
  margin-top: 0;
}

.addresses-step .checks .input {
  width: 100%;
}

.addresses-step .checks .checkmark {
  top: 2px;
}

.edit-address-step h1 {
  padding: 50px 0 30px;
}

.edit-address-step .input-group {
  margin-top: 30px;
}

.edit-address-step .input .checkbox .checkmark {
  top: 2px;
}

.edit-address-step .buttons {
  display: flex;
  align-items: center;
}

.edit-address-step input[type="submit"] {
  margin-left: 30px;
}

.shipping-step input[type="submit"] {
  width: 210px;
}

.shipping-step .input {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 51px;
  padding: 10px 15px;
  margin-bottom: 20px;
  border: solid 1px #cfd5d6;
  border-radius: unset;
}

.shipping-step .input .checkbox {
  width: 100%;
}

.shop-steps .order-review .address-select-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.shop-steps .order-review .address-select {
  width: 87%;
  margin-top: 10px;
  font-family: var(--avenir-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
  border: solid 1px #cfd5d6;
  border-radius: 4px;
}

.shop-steps .order-review .edit {
  width: 13%;
  font-family: var(--avenir-light);
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #005ba2;
  text-align: right;
  text-decoration: underline;
  letter-spacing: normal;
  text-underline-position: under;
}

.shop-steps .order-review .edit:hover {
  text-decoration: none;
}

.payment-step label {
  width: 100%;
}

.final-step h1 {
  padding: 30px 0;
}

.final-step h2 {
  margin: 0;
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
}

.final-step h3 {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.final-step .left,
.final-step .right {
  width: 50%;
}

.final-step .order-content {
  margin-top: 40px;
}

.final-step .order-content .content {
  margin-bottom: 0;
}

.final-step .product-detail.products-content {
  margin-top: 60px;
}

.final-step .product-detail .list-element {
  padding: 25px 0;
  border-top: 1px solid #cfd5d6;
  border-bottom: 0;
}

.final-step .product-detail .list-element li {
  margin-bottom: 0;
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.final-step .shipping-section .content,
.final-step .total-section .content {
  margin: 0;
}

.final-step .total-section .total {
  margin-bottom: 10px;
}

.final-step .total-section .total .title,
.final-step .total-section .total .price {
  font-family: var(--avenir-heavy);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #005ba2;
  letter-spacing: normal;
}

.final-step .more-button {
  margin-right: auto;
  margin-left: auto;
}

.customer-orders h1 {
  padding: 50px 0;
}

.customer-orders table {
  margin-top: 30px;
}

.customer-orders thead th {
  text-align: left;
}

.customer-orders tr {
  height: 50px;
}

.customer-orders tbody {
  margin-top: 10px;
}

.customer-orders tbody tr {
  border-top: 1px solid #d1d6d7;
}

.customer-orders a:hover {
  text-decoration: underline;
  text-underline-position: under;
}

.customer-addresses h1 {
  padding: 50px 0;
}

.customer-addresses .address-card {
  padding: 30px 0;
  margin: 0;
  border: 0;
  border-top: solid 1px #cfd5d6;
  border-radius: 0;
}

.customer-addresses .address-card .content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.customer-addresses .address-card .buttons .more-button {
  margin: 0;
}

.customer-addresses .address-card .buttons .button-primary {
  margin-bottom: 10px;
}

.customer-addresses .address-data li {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.customer-addresses .address-card .primary {
  display: flex;
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 12px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: normal;
  color: #81add2;
  letter-spacing: normal;
}

.customer-addresses .address-card .primary .billing {
  margin-right: 20px;
}

.customer-addresses .address-card .address-check {
  text-transform: uppercase;
}

.empty-cart h3,
.empty-cart a {
  font-family: var(--avenir-medium);
  font-size: 18px;
  font-style: normal;
  font-weight: normal;
  font-stretch: normal;
  line-height: normal;
  color: #272d2f;
  letter-spacing: normal;
  vertical-align: baseline;
}

.empty-cart a {
  color: #e85a4d;
}

.empty-index,
.empty-index p {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.empty-index a:not(.more-button) {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #005ba2;
  text-decoration: underline;
  letter-spacing: normal;
  text-underline-position: under;
  vertical-align: baseline;
}

.empty-index a:hover {
  text-decoration: none;
}

.cart-edit .no-items a {
  color: #e85a4d;
  vertical-align: baseline;
}

/* Shop - responsive */

@media (max-width: 1440px) {
  .shop-steps .left {
    width: 58%;
  }

  .shop-steps .right {
    width: 40%;
  }

  .account-step .fields .field, .account-step input[type="submit"] {
    width: 48%;
  }

  .account-step form {
    margin: 20px 0;
  }
}

@media (max-width: 1200px) {
  .shop-page .categories-select,
  .shop-page .categories-select .select-box {
    width: 194px;
  }

  .shop-page .filters {
    justify-content: flex-start;
  }

  .product-detail > .left,
  .product-detail > .right {
    width: 100%;
  }

  .product-detail .main-picture,
  .product-detail .other-pictures {
    display: none;
  }

  .product-detail .mobile-slider {
    display: block;
  }

  .related-products {
    margin-top: 100px;
  }

  .product-detail .buttons .more-button {
    width: 308px;
  }

  .related-products .shop-products .image {
    width: 308px;
    height: 436px;
  }

  .related-products .shop-products .product:nth-child(3) {
    display: none;
  }

  .promotional-section-wrapper {
    padding: 64px 34px 64px 30px;
  }

  .promotional-section-wrapper .image:first-child {
    width: 275px;
    height: 389px;
    margin-right: 0;
  }

  .promotional-section-wrapper .image:nth-child(2) {
    display: none;
  }

  .promotional-section-wrapper .left,
  .promotional-section-wrapper .right {
    width: 50%;
  }

  .promotional-section-wrapper .left {
    padding-right: 13px;
  }

  .promotional-section-wrapper .right {
    padding-left: 20px;
  }

  .promotional-section-wrapper .title br {
    display: none;
  }

  .promotional-section-wrapper .more-button {
    width: 100%;
  }

  .promotional-section-wrapper .red-circle {
    left: -10px;
  }

  .product-detail > .left {
    padding-right: 0;
  }

  .addresses-step .existing-addresses .address-select .actions {
    width: 30%;
  }

  .final-step .right {
    padding-left: 0;
    padding-top: 0;
  }

  .final-step .product-detail.products-content {
    margin-top: 0;
  }
}

@media (max-width: 992px) {
  .shop-products .product {
    width: 308px;
    padding: 0;
  }

  .shop-page .image {
    width: 308px;
    height: 437px;
  }

  .shop-page .filters {
    justify-content: space-between;
  }

  .shop-slider .slide .image {
    left: 60px;
    width: 309px;
    height: 438px;
  }

  .shop-slider {
    width: 768px;
  }

  .shop-slider .slide .right {
    padding-right: 65px;
    padding-left: 10px;
  }

  .product-detail .mobile-slider {
    padding-top: 50px;
  }

  .shop-steps .content {
    flex-wrap: wrap;
  }

  .shop-steps .left,
  .shop-steps .right {
    width: 100%;
  }

  .addresses-step .left,
  .shipping-step .left,
  .payment-step .left {
    order: 2;
  }

  .addresses-step .right,
  .shipping-step .right,
  .payment-step .right {
    order: 1;
  }

  .shop-steps h1 {
    font-size: 38px;
    text-align: center;
  }

  .shopping-cart {
    padding: 30px 0;
  }

  .shopping-cart .top-content {
    justify-content: space-between;
  }

  .shopping-cart .top-content .close-popup {
    width: 40px;
    border: none;
  }

  .shopping-cart .top-content .close-popup .icon {
    display: block;
  }

  .shopping-cart .top-content .close-popup .text {
    display: none;
  }

  .shopping-cart .product {
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 20px 0;
  }

  .shopping-cart .product .title,
  .shopping-cart .product .price,
  .shopping-cart .end-content .total,
  .shopping-cart .end-content .transport{
    font-size: 15px;
  }

  .shopping-cart .product .quantity,
  .delete-product-wrapper {
    order: 1;
  }

  .shopping-cart .product .quantity {
    width: 50%;
    margin-left: 45px;
  }

  .shopping-cart .product .image {
    width: 29px;
    height: 42px;
    margin-right: 15px;
  }

  .delete-product-wrapper {
    position: relative;
    right: 20px;
    margin-right: 0;
  }

  .shopping-cart .product .title {
    width: 175px;
  }

  .shopping-cart .product .image,
  .shopping-cart .product .title,
  .shopping-cart .product .price {
    margin-bottom: 15px;
  }

  .shopping-cart .end-content {
    width: 100%;
  }
}

@media (max-width: 800px) {
  .shop-products {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .shop-page .categories-select,
  .shop-page .categories-select .select-box {
    width: 100%;
  }

  .categories-select.years {
    margin-left: 0;
  }

  .shop-page .filters {
    padding-bottom: 0;
  }

  .shop-products {
    justify-content: space-between;
    margin-top: 40px;
    margin-bottom: 60px;
  }

  .shop-products .product,
  .shop-page .image {
    width: 143px;
  }

  .shop-page .shop-products .image {
    width: 100%;
    height: 203px;
  }

  .shop-products .product {
    margin-bottom: 40px;
  }

  .shop-page .product-info .title {
    font-size: 15px;
  }

  .shop-products .load-shop-products {
    margin-top: -20px;
  }

  .shop-slider {
    position: initial;
    width: 375px;
  }

  .shop-slider .slide .content {
    flex-wrap: wrap;
    height: 462px;
  }

  .shop-slider .slide .left,
  .shop-slider .slide .right {
    width: 100%;
  }

  .shop-slider .slide .image {
    position: relative;
    top: auto;
    left: auto;
    width: 314px;
    height: 444px;
    margin: 57px auto 0;
  }

  .shop-slider .slide .right {
    width: 314px;
    padding: 0;
    margin: 0 auto;
  }

  .shop-slider-wrapper {
    position: relative;
    height: auto;
    min-height: 850px;
    margin-bottom: 70px;
    overflow: visible;
  }

  .shop-slider .slide .title {
    margin-top: 30px;
  }

  .shop-slider .more-button {
    width: 100%;
  }

  .shop-slider .slider-dots {
    right: 0;
    bottom: -20px;
  }

  .shop-slider .slide {
    padding-right: 0;
  }

  .product-detail .mobile-slider .picture {
    width: 315px;
    height: 446px;
  }

  .product-detail > .right {
    padding-top: 30px;
  }

  .final-step .right {
    padding-top: 0;
  }

  .product-detail .price {
    font-size: 20px;
  }

  .product-detail .product-extra-info .left,
  .product-detail .product-extra-info .right {
    width: 100%;
  }

  .product-detail .content .price-info > div {
    width: 100%;
  }

  .related-products .top-content .title {
    font-size: 20px;
  }

  .related-products .top-content .more-button {
    width: 85px;
  }

  .related-products .top-content .more-button .desktop {
    display: none;
  }

  .related-products .top-content .more-button .mobile {
    display: block;
  }

  .related-products .shop-products .image {
    width: 143px;
    height: 203px;
  }

  .related-products .shop-products .product:nth-child(3) {
    display: block;
  }

  .shop-products .title {
    font-size: 15px;
  }

  .product-detail .content .language {
    margin-bottom: 15px;
    text-align: center;
  }

  .product-detail .content .price-info {
    padding: 10px 0;
  }

  .promotional-section {
    height: auto;
  }

  .promotional-section-wrapper .left,
  .promotional-section-wrapper .right {
    width: 100%;
    padding: 0;
  }

  .promotional-section-wrapper .left {
    order: 1;
  }

  .promotional-section-wrapper .image {
    position: relative;
    width: 254px;
    height: 359px;
  }

  .promotional-section-wrapper .image:first-child {
    width: 254px;
    height: 359px;
    margin: 0 auto;
  }

  .promotional-section-wrapper .red-circle.desktop {
    display: none;
  }

  .promotional-section .image .red-circle {
    left: -30px;
    display: flex;
  }

  .promotional-section-wrapper {
    padding: 57px 30px 25px;
  }

  .promotional-section-wrapper .title {
    margin-top: 30px;
    font-size: 28px;
  }

  .promotional-section.product-page {
    margin-bottom: 30px;
  }

  .promotional-section.shop-page {
    margin-top: 47px;
    margin-bottom: 56px;
  }

  .account-step .fields {
    flex-wrap: wrap;
  }

  .account-step .fields .field,
  .account-step input[type="submit"] {
    width: 100%;
  }

  .customer-orders tbody tr {
    display: flex;
    flex-wrap: wrap;
    height: auto;
    padding: 10px 0;
  }

  .customer-orders tbody tr td {
    width: 100%;
    padding-top: 3px;
  }

  .customer-orders tbody tr td:first-child {
    font-weight: bold;
  }

  .customer-orders thead {
    display: none;
  }

  .address-card ul,
  .address-card .buttons {
    width: 100%;
  }

  .address-card .buttons {
    margin-top: 20px;
    text-align: right;
  }

  .customer-addresses .address-card .buttons .button-primary {
    display: inline-flex;
    width: 30%;
    margin-bottom: 0;
  }

  .address-card form {
    display: inline-block;
    width: 30%;
  }

  .shop-steps .address-card input[type="submit"] {
    width: 100%;
    min-width: auto;
  }
}

@media (max-width: 700px) {
  .shop-products .product {
    width: 33%;
  }
}

@media (max-width: 550px) {
  .shop-products .product {
    width: 50%;
  }

  .shop-products .load-shop-products .more-button {
    width: 100%;
  }

  .related-products .shop-products .product:nth-child(3) {
    display: none;
  }

  .shop-steps h1 {
    font-size: 30px;
  }

  .shop-steps .order-review h3,
  .shop-steps h2 {
    font-size: 22px;
  }

  .shop-steps .order-review .total-section .total, .shop-steps .order-review .total-section span,.shop-steps .order-review .product span, .shop-steps .order-review .shipping-section li, .shop-steps .order-review .shipping-section span, .shop-steps .order-review .total-section .tax, .shop-steps .order-review .total-section .tax span {
    font-size: 16px;
  }

  .shop-steps .order-review .product span.float-right {
    float: none;
    display: block;
    width: 100%;
    font-weight: bold;
  }

  .js-addressBox .flex {
    flex-wrap: wrap;
  }

  .js-addressBox .flex-1,
  .js-addressBox .flex-3{
    width: 100%;
  }
}

@media (max-width: 450px) {
  .shop-products .product {
    width: 143px;
  }

  .customer-addresses .address-card .buttons .button-primary,
  .address-card form {
    width: 40%;
  }

  .addresses-step .existing-addresses .address-select {
    flex-wrap: wrap;
  }

  .addresses-step .existing-addresses .radio,
  .addresses-step .existing-addresses .address-select .actions {
    width: 100%;
  }

  .shopping-cart .end-content .final-buttons {
    flex-wrap: wrap;
  }

  .shopping-cart .end-content .more-button {
    width: 100%;
    margin-bottom: 0;
  }

  .shopping-cart .end-content a.more-button {
    margin-top: 20px;
  }

  .shopping-cart .product .price .price-total,
  .shopping-cart .product .price .price-subtotal span {
    display: none;
  }

}

/* Shop - end */

/* 404 page - start */

.page-404 {
  margin: 50px auto;
}

.page-404 .title {
  margin-bottom: 20px;
  font-family: var(--avenir-heavy);
  font-size: 48px;
  font-style: normal;
  font-weight: 900;
  font-stretch: normal;
  line-height: 1.21;
  color: #005ba2;
  letter-spacing: normal;
}

.page-404 .content {
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #272d2f;
  letter-spacing: normal;
}

.page-404 a {
  display: block;
  margin-top: 10px;
  font-family: var(--avenir-light);
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  font-stretch: normal;
  line-height: 1.56;
  color: #005ba2;
  text-decoration: underline;
  letter-spacing: normal;
  text-underline-position: under;
}

.page-404 a:hover {
  text-decoration: none;
}

/* 404 page - responsive */

@media (max-width: 992px) {
  .page-404 .title {
    font-size: 32px;
  }
}

/* 404 page - end */
