/*
Theme Name: Frutido microsite
Author: Petr Pojer
Author URI: https://www.petrpojer.cz/
Description: Template for Frutido microsite
Version: 1.0
*/
html {
  font-family: Arial;
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}
ahover,
aactive {
  outline: 0;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
label {
  cursor: pointer;
}
button,
input,
select,
textarea {
  margin: 0;
  font-family: 'objectivity', sans-serif;
  font-size: 100%;
  vertical-align: middle;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  cursor: pointer;
}
*:focus {
  outline: 0;
}
body {
  margin: 0px;
  padding: 0px;
  line-height: 1.3;
  color: #352d36;
  background: url("images/bg-main.jpg") no-repeat center top #fff;
  font-family: 'objectivity', sans-serif;
  font-size: 16px;
  font-weight: 400;
}
body.noscroll {
  overflow: hidden;
}
a {
  color: #ed0c75;
  text-decoration: underline;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
a:hover {
  text-decoration: none;
}
h1,
h2,
h3,
h4,
h5 {
  margin: 0px auto;
  line-height: 1.1;
  color: #352d36;
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  word-wrap: break-word;
}
h1 {
  margin: 0px 0px 60px;
  font-size: 90px;
  font-weight: 800;
}
@media (max-width: 991px) {
  h1 {
    margin: 0px 0px 40px;
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  h1 {
    font-size: 40px;
  }
}
h2 {
  margin: 0px 0px 20px;
  font-size: 28px;
}
h3 {
  margin: 40px 0px 30px;
  font-size: 22px;
}
h4 {
  margin: 30px 0px;
  font-size: 20px;
}
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
p:first-child {
  margin-top: 0px;
}
p {
  margin: 25px 0px;
  line-height: 1.5;
}
strong {
  font-weight: 700;
}
table {
  width: 100%;
  font-family: 'objectivity', sans-serif;
  font-size: 16px;
  border-collapse: collapse;
}
iframe {
  max-width: 100%;
  display: block;
}
ul {
  margin: 25px 0px;
  padding-left: 20px;
}
ul li {
  margin-bottom: 5px;
  padding-left: 10px;
}
textarea {
  resize: none;
}
.perex p {
  font-size: 26px;
  font-weight: 700;
}
@media (max-width: 767px) {
  .perex p {
    font-size: 18px;
  }
}
.aligncenter {
  margin: 5px auto;
  display: block;
}
.alignright {
  margin: 15px 0px 20px 20px;
  float: right;
}
.alignleft {
  margin: 15px 20px 20px 0px;
  float: left;
}
@media (max-width: 767px) {
  .margin-top-xs {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .text-center-sm {
    text-align: center;
  }
}
@media (max-width: 991px) {
  .text-left-sm {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
@media (max-width: 767px) {
  .text-left-xs {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .text-center-xs {
    text-align: center;
  }
}
.container-fluid {
  max-width: 1920px;
}
.content {
  padding: 40px 0px;
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .content-wrapper {
    width: 83.33333333%;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  .footer-content-wrapper {
    width: 83.33333333%;
  }
}
#footer {
  padding: 20px 0px 0px;
  background: transparent;
  font-size: 14px;
}
@media (max-width: 640px) {
  #footer {
    text-align: center;
  }
}
#footer .footer-logo {
  max-width: 200px;
}
@media (max-width: 1199px) {
  #footer .footer-logo {
    margin-bottom: 40px;
  }
}
#footer .footer-inner {
  margin: 0px -15px;
  padding-left: 50px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 1199px) {
  #footer .footer-inner {
    padding-left: 0px;
  }
}
#footer .footer-inner .footer-column {
  padding: 0px 15px;
}
#footer .footer-inner .footer-column.left {
  width: 75%;
}
@media (max-width: 900px) {
  #footer .footer-inner .footer-column.left {
    width: 100%;
  }
}
#footer .footer-inner .footer-column.right {
  width: 25%;
}
@media (max-width: 900px) {
  #footer .footer-inner .footer-column.right {
    width: 100%;
  }
}
#footer .footer-inner .footer-title {
  margin-bottom: 35px;
  font-size: 12px;
  font-weight: 700;
}
#footer .footer-inner p {
  margin: 25px 0px 0px;
  line-height: 1.7;
}
#footer .footer-inner ul {
  margin: 0px;
  padding: 25px 0px 0px;
  list-style-type: none;
}
#footer .footer-inner ul li {
  margin: 0px 0px 7px;
  padding: 0px;
}
#footer .footer-inner ul li:last-child {
  margin-bottom: 0px;
}
#footer .footer-contact-wrapper {
  margin: 0px -15px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
#footer .footer-contact-wrapper .footer-contact-item {
  padding: 0px 15px;
  width: 30%;
}
@media (max-width: 640px) {
  #footer .footer-contact-wrapper .footer-contact-item {
    width: 100%;
  }
}
#footer .footer-contact-wrapper .footer-contact-item:first-child {
  width: 40%;
}
@media (max-width: 640px) {
  #footer .footer-contact-wrapper .footer-contact-item:first-child {
    width: 100%;
  }
}
#footer .footer-contact-wrapper .footer-contact-item:first-child p {
  margin: 0px;
}
#copyright {
  padding: 110px 0px 20px;
  background: transparent;
  color: #7d7b7b;
  font-size: 14px;
}
@media (max-width: 900px) {
  #copyright {
    padding: 60px 0px 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1700px) {
  #copyright .copyright-right {
    width: 50%;
  }
}
#copyright a {
  color: #ec1b2e;
  font-weight: 700;
  text-decoration: none;
}
#copyright a:hover {
  text-decoration: underline;
}
#header {
  width: 100%;
  height: 260px;
  background: transparent;
}
#logo {
  margin-top: 110px;
  width: 200px;
  max-width: 100%;
  display: inline-block;
}
.brand-wrapper {
  margin: 0px 0px 0px auto;
  padding: 30px;
  width: 140px;
  max-width: 100%;
  height: 250px;
  background: #fff;
  border-top: 4px solid #ec1b2e;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 21px 25px rgba(192,167,137,0.25);
  -moz-box-shadow: 0px 21px 25px rgba(192,167,137,0.25);
  box-shadow: 0px 21px 25px rgba(192,167,137,0.25);
}
.brand-wrapper span {
  margin-bottom: 10px;
  color: #7d7b7b;
  font-size: 14px;
}
.button {
  padding: 0px 25px;
  max-width: 100%;
  height: 65px;
  line-height: 63px;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  border: 0px;
  border-radius: 50px;
  display: inline-block;
  position: relative;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
.button:hover {
  text-decoration: none;
}
.button.button-full {
  width: 100%;
}
.button.button-pink {
  background: #fff;
  color: #ed0c75;
  border: 1px solid #ed0c75;
}
.button.button-pink:hover {
  background: #ed0c75;
  color: #fff;
}
.form-item {
  margin-bottom: 25px;
}
.form-item label {
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 400;
  display: block;
}
.form-item textarea,
.form-item input {
  padding: 0px 15px;
  width: 100%;
  height: 70px;
  line-height: 70px;
  background: #f2ebf5;
  color: #352d36;
  font-size: 20px;
  font-weight: 700;
  border: 1px solid #e5dae9;
  border-radius: 5px;
}
.form-item textarea:focus,
.form-item input:focus {
  background: #fff;
  border-color: #ed0c75;
}
.form-item textarea {
  padding: 15px;
  height: 240px;
  line-height: 1.3;
}
.form-button {
  margin-top: 50px;
}
@media (max-width: 640px) {
  .form-button .button {
    width: 100%;
  }
}
.validator .erorr-s {
  padding: 5px 10px;
  background: #ec1b2e;
  color: #fff;
  font-size: 12px;
  display: block;
}
.modal-overlay {
  width: 100vw;
  height: 100vh;
  background: rgba(65,12,36,0.8);
  position: fixed;
  top: 0px;
  left: 0px;
  z-index: 999;
  overflow: auto;
  display: none;
}
.modal-overlay .modal-inner {
  padding: 40px 90px;
  width: 610px;
  max-width: 100%;
  background: #fff;
  border-radius: 5px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-height: 1000px), (max-width: 700px) {
  .modal-overlay .modal-inner {
    top: 0px;
    border-radius: 0px;
    -ms-transform: translate(-50%, 0px);
    -webkit-transform: translate(-50%, 0px);
    transform: translate(-50%, 0px);
  }
}
@media (max-width: 700px) {
  .modal-overlay .modal-inner {
    padding: 80px 15px 30px;
  }
}
.modal-overlay .modal-inner .modal-close-wrapper {
  width: 60px;
  height: 60px;
  line-height: 60px;
  background: #f15830;
  background: -moz-linear-gradient(left, #f15830 0%, #ed0c75 100%);
  background: -webkit-linear-gradient(left, #f15830 0%, #ed0c75 100%);
  background: linear-gradient(to right, #f15830 0%, #ed0c75 100%);
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 90;
}
@media (max-height: 1000px) {
  .modal-overlay .modal-inner .modal-close-wrapper {
    top: 0px;
  }
}
@media (max-width: 700px) {
  .modal-overlay .modal-inner .modal-close-wrapper {
    top: 0px;
    right: 0px;
  }
}
.modal-overlay .modal-inner .modal-close-wrapper:hover {
  -webkit-box-shadow: 0px 14px 25px rgba(122,31,123,0.25);
  -moz-box-shadow: 0px 14px 25px rgba(122,31,123,0.25);
  box-shadow: 0px 14px 25px rgba(122,31,123,0.25);
}
.modal-overlay .modal-inner .modal-close-wrapper img {
  width: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.modal-overlay .modal-inner .modal-close-wrapper h2 {
  margin: 0px 0px 50px;
}
.advantage-list {
  margin: 180px -15px;
  display: flex;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}
@media (max-width: 1199px) {
  .advantage-list {
    margin: 80px -15px;
  }
}
@media (max-width: 600px) {
  .advantage-list {
    display: block;
  }
}
.advantage-list .advantage-item {
  padding: 0px 15px;
  width: 33.33%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
@media (max-width: 1700px) {
  .advantage-list .advantage-item {
    display: block;
    text-align: center;
  }
}
@media (max-width: 600px) {
  .advantage-list .advantage-item {
    margin-bottom: 50px;
    width: 100%;
  }
}
@media (max-width: 600px) {
  .advantage-list .advantage-item:last-child {
    margin-bottom: 0px;
  }
}
.advantage-list .advantage-item .advantage-icon {
  margin-right: 15px;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border: 2px solid #fad1cc;
  border-radius: 50%;
  display: block;
  position: relative;
  flex-shrink: 0;
}
@media (max-width: 1700px) {
  .advantage-list .advantage-item .advantage-icon {
    margin: 0px auto 20px;
  }
}
@media (max-width: 600px) {
  .advantage-list .advantage-item .advantage-icon {
    margin-bottom: 10px;
  }
}
.advantage-list .advantage-item .advantage-icon span {
  width: 105px;
  height: 105px;
  line-height: 105px;
  background: #f15830;
  background: -moz-linear-gradient(left, #f15830 0%, #ed0c75 100%);
  background: -webkit-linear-gradient(left, #f15830 0%, #ed0c75 100%);
  background: linear-gradient(to right, #f15830 0%, #ed0c75 100%);
  display: block;
  border-radius: 50%;
  -webkit-box-shadow: 0px 14px 25px rgba(122,31,123,0.25);
  -moz-box-shadow: 0px 14px 25px rgba(122,31,123,0.25);
  box-shadow: 0px 14px 25px rgba(122,31,123,0.25);
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.advantage-list .advantage-item .advantage-icon span img {
  width: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.advantage-list .advantage-item strong {
  color: #f15830;
  font-size: 20px;
}
.advantage-list .advantage-item p {
  margin: 15px 0px 0px;
}
.cta-list {
  margin-bottom: 200px;
}
@media (max-width: 1199px) {
  .cta-list {
    margin-bottom: 80px;
  }
}
.cta-list .cta-item {
  padding-left: 90px;
  height: 270px;
  border: solid #f2ebf5;
  border-width: 0px 1px 1px;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
}
@media (max-width: 991px) {
  .cta-list .cta-item {
    padding-left: 40px;
  }
}
@media (max-width: 700px) {
  .cta-list .cta-item {
    padding: 0px 15px;
    text-align: center;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: center;
    justify-content: center;
  }
}
.cta-list .cta-item:hover {
  -webkit-box-shadow: 0px 14px 25px rgba(122,31,123,0.1);
  -moz-box-shadow: 0px 14px 25px rgba(122,31,123,0.1);
  box-shadow: 0px 14px 25px rgba(122,31,123,0.1);
  z-index: 2;
}
.cta-list .cta-item:nth-child(1) {
  background: url("images/bg-cta-1.jpg") no-repeat center right;
  border-top-width: 1px;
}
.cta-list .cta-item:nth-child(2) {
  background: url("images/bg-cta-2.jpg") no-repeat center right;
}
.cta-list .cta-item:before {
  width: 100%;
  height: 100%;
  background: rgba(255,255,255,0.75);
  content: '';
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
}
@media (max-width: 700px) {
  .cta-list .cta-item:before {
    display: block;
  }
}
.cta-list .cta-item h2 {
  margin: 0px;
  position: relative;
  z-index: 2;
}
.cta-list .cta-item p {
  margin: 25px 0px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .main-info {
    text-align: center;
  }
}
.main-info h1 {
  margin: 60px 0px;
  color: #f15830;
}
.main-info h1 span {
  color: #ed0c75;
  display: block;
}
.main-info p {
  font-size: 26px;
}
@media (max-width: 640px) {
  .main-info p {
    font-size: 20px;
  }
}
