/*RESET*/
/*Default text color*/
body {
  color: #000;
  background: #fff;
}

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a:link, a:visited {
  color: #000;
  text-decoration: none;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/*COLORS*/
/*FONTS*/
@font-face {
  font-family: 'Cocogoose Light';
  src: url("../fonts/cocogoose/Cocogoose Pro Light-trial.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat SemiBold';
  src: url("../fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype");
}

@font-face {
  font-family: 'Montserrat Regular';
  src: url("../fonts/montserrat/Montserrat-Regular.ttf") format("truetype");
}

/*MIXINS*/
/*Variables*/
::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}
:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}
::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}
::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #727272;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #727272;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #727272;
}

.container {
  max-width: 1150px;
  width: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 1260px) and (min-width: 960px) {
  .container {
    max-width: 860px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 350px) {
  .container {
    padding: 0 15px;
  }
}

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

.hr {
  background: #ff5a00;
  height: 2px;
  width: 100%;
  max-width: 1920px;
}

.center {
  text-align: center;
}

.orange-btn {
  background: #ff5a00;
  padding: 10px 25px;
  border: 0;
  color: white;
  cursor: pointer;
}

.orange-btn:hover {
  background: #ff6e1f;
}

h2 {
  font-size: 30px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin: 12px 0;
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  h2 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  h2 {
    font-size: 24px;
  }
}

h4 {
  font-size: 20px;
  font-family: "Montserrat SemiBold", sans-serif;
  margin: 8px 0;
}

p {
  font-size: 18px;
  margin: 10px 0;
  font-family: "Montserrat Regular", sans-serif;
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  p {
    font-size: 16px;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  p {
    font-size: 14px;
  }
}

.uppercase {
  text-transform: uppercase;
}

.orange {
  color: #ff5a00 !important;
}

.list-type-1 {
  margin-left: 10px !important;
  display: block;
}

.list-type-1 li {
  list-style-type: none;
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  .list-type-1 li {
    font-size: 16px;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  .list-type-1 li {
    font-size: 14px;
  }
}

.list-type-1 li::before {
  content: '\f111';
  font-family: 'FontAwesome';
  color: #ff5a00;
  padding-right: 7px;
  font-size: 14px;
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  .list-type-1 li::before {
    font-size: 12px;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  .list-type-1 li::before {
    font-size: 10px;
  }
}

.list-type-2 {
  margin-left: 10px !important;
  display: block;
}

.list-type-2 li {
  list-style-type: none;
  font-size: 17px;
  font-family: "Montserrat Regular", sans-serif;
  padding: 5px 0;
}

@media only screen and (max-width: 959px) and (min-width: 760px) {
  .list-type-2 li {
    font-size: 15px;
    padding: 3px 0;
  }
}

.frame-orange {
  background: #ff5a00;
  padding: 15px;
  height: 400px;
  margin-top: 15px;
  color: white !important;
}

@media only screen and (max-width: 1260px) and (min-width: 760px) {
  .frame-orange {
    height: 470px;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  .frame-orange {
    height: 470px;
  }
}

.frame-orange h5 {
  color: white !important;
}

.frame-orange:nth-child(2) {
  margin: 0 15px;
}

.bold {
  font-weight: 900;
}

.justify {
  text-align: justify;
}

#main-gallery .open-gallery-menu {
  background: rgba(255, 255, 255, 0.75);
}

#main-gallery .open-gallery-menu ul li {
  color: #2e2e2e;
}

#main-gallery .open-gallery-menu ul li a {
  color: #151515 !important;
}

#main-gallery .open-gallery-menu ul li a:hover {
  color: #ff6e1f !important;
  background: transparent;
}

#main-offer .open-offer-menu, #main .open-offer-menu {
  background: rgba(255, 255, 255, 0.75);
}

#main-offer .open-offer-menu ul li, #main .open-offer-menu ul li {
  color: #2e2e2e;
}

#main-offer .open-offer-menu ul li a, #main .open-offer-menu ul li a {
  color: #151515 !important;
}

#main-offer .open-offer-menu ul li a:hover, #main .open-offer-menu ul li a:hover {
  color: #ff6e1f !important;
  background: transparent;
}

#main-offer section, #main section {
  padding: 30px 0;
}

header #home {
  background: url("../img/header-bg.jpg");
  width: 100%;
  height: 993px;
  position: relative;
  z-index: 2;
  background-attachment: fixed;
  background-position: center;
  background-size: cover;
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  header #home {
    height: 600px;
  }
}

header #home .header-navbar .nav {
  background: white;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), to(white));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, white 100%);
  height: 215px;
}

header #gallery, header #offer {
  position: relative;
  height: 100px;
}

header #gallery .header-navbar .nav, header #offer .header-navbar .nav {
  background: white;
  height: auto;
}

header .header-navbar .nav {
  background: white;
  height: auto;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9;
}

header .header-navbar .logo img {
  min-height: 30px;
  max-height: 80px;
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  header .header-navbar .logo img {
    max-height: 50px;
  }
}

header .header-navbar .menu {
  min-width: 500px;
  width: 100%;
  font-family: "Montserrat SemiBold", sans-serif;
  text-transform: uppercase;
}

header .header-navbar .menu .flex {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

header .header-navbar .menu ul {
  height: 100%;
  min-height: 80px;
}

header .header-navbar .menu ul .active {
  background: #ff5a00;
  color: white !important;
  height: 100%;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

header .header-navbar .menu ul .active a {
  color: white !important;
}

header .header-navbar .menu ul .active:hover {
  background: #ff5a00;
  color: white !important;
  height: 100%;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

header .header-navbar .menu ul .active:hover a {
  color: white !important;
}

header .header-navbar .menu ul li {
  height: 100%;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
  cursor: pointer;
}

header .header-navbar .menu ul li:hover {
  background: #ff6e1f;
  color: white !important;
  height: 100%;
  min-height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 15px;
}

header .header-navbar .menu ul li:hover a {
  color: white !important;
}

header .header-navbar .menu ul .open-gallery-menu, header .header-navbar .menu ul .open-offer-menu {
  display: none;
  position: absolute;
  top: 80px;
  background: rgba(255, 255, 255, 0.9);
  margin-left: -15px;
  border-bottom: 2px solid #ff5a00;
}

header .header-navbar .menu ul .open-gallery-menu ul, header .header-navbar .menu ul .open-offer-menu ul {
  -webkit-padding-start: 25px;
          padding-inline-start: 25px;
  -webkit-margin-end: 15px;
          margin-inline-end: 15px;
  -webkit-margin-before: 15px;
          margin-block-start: 15px;
  -webkit-margin-after: 15px;
          margin-block-end: 15px;
}

header .header-navbar .menu ul .open-gallery-menu ul li, header .header-navbar .menu ul .open-offer-menu ul li {
  min-height: unset;
  padding: 10px 15px 10px 0;
  color: #151515;
  background: transparent;
  text-transform: unset !important;
}

header .header-navbar .menu ul .open-gallery-menu ul li:hover, header .header-navbar .menu ul .open-offer-menu ul li:hover {
  color: #ff6e1f !important;
  background: transparent;
}

header .header-navbar .menu ul .open-gallery-menu ul li a, header .header-navbar .menu ul .open-offer-menu ul li a {
  color: #151515 !important;
}

header .header-navbar .menu ul .open-gallery-menu ul li a:hover, header .header-navbar .menu ul .open-offer-menu ul li a:hover {
  color: #ff6e1f !important;
  background: transparent;
}

header .header-navbar .mobile-menu .open-menu::before {
  content: '\f0c9';
  font-family: 'FontAwesome';
  color: #ff5a00;
  font-size: 36px;
}

header .header-navbar .mobile-menu ul {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #ff5a00;
  -webkit-margin-before: 0;
          margin-block-start: 0;
  -webkit-padding-start: 0;
          padding-inline-start: 0;
  width: 100%;
  padding: 10px 0;
}

header .header-navbar .mobile-menu ul .close-menu::before {
  content: '\f00d';
  font-family: 'FontAwesome';
  color: white;
  font-size: 36px;
  z-index: 6;
  position: absolute;
  top: 5px;
  right: 15px;
}

header .header-navbar .mobile-menu ul li {
  list-style-type: none;
  color: white;
  padding: 5px 0;
  text-align: center;
  text-transform: uppercase;
  font-family: "Montserrat SemiBold", sans-serif;
}

header .content {
  min-height: 600px;
  max-height: 900px;
  height: 900px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  header .content {
    height: 600px;
  }
}

header .content .flex {
  min-height: 350px;
  max-height: 900px;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

header .content .block {
  background: rgba(21, 21, 21, 0.5);
  padding: 20px 35px;
  color: white;
  text-transform: uppercase;
}

header .content .block h1 {
  font-family: "Cocogoose Light", sans-serif;
  font-weight: 100;
  font-size: 52px;
}

@media only screen and (max-width: 959px) and (min-width: 760px) {
  header .content .block h1 {
    font-size: 42px;
  }
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  header .content .block h1 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  header .content .block h1 {
    font-size: 30px;
  }
}

header .content .block h3 {
  font-family: "Cocogoose Light", sans-serif;
  font-weight: 100;
  font-size: 36px;
}

@media only screen and (max-width: 959px) and (min-width: 760px) {
  header .content .block h3 {
    font-size: 34px;
  }
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  header .content .block h3 {
    font-size: 30px;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  header .content .block h3 {
    font-size: 24px;
  }
}

header .content .orange-btn {
  font-size: 20px;
  font-family: "Cocogoose Light", sans-serif;
  font-weight: 100;
}

.section-1 {
  padding-bottom: 50px !important;
  padding-top: 0 !important;
}

.section-1 .content-image {
  position: relative;
  background: url(../img/image-1.png);
  background-position: right;
  height: 500px;
  width: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  margin-top: -10px;
  z-index: 0;
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  .section-1 .content-image {
    margin-top: -45px;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  .section-1 .content-image {
    background-position: top;
  }
}

@media only screen and (max-width: 959px) and (min-width: 350px) {
  .section-1 .content-image .container {
    padding: 0;
  }
}

@media only screen and (max-width: 1550px) and (min-width: 960px) {
  .section-1 .content-image {
    height: 400px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 350px) {
  .section-1 .content-image {
    height: unset;
  }
}

.section-1 .content-image .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: 10px;
  max-width: 600px;
  width: 100%;
  background: rgba(255, 255, 255, 0.75);
}

@media only screen and (max-width: 959px) and (min-width: 760px) {
  .section-1 .content-image .flex {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 959px;
  }
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-1 .content-image .flex {
    margin: 0 auto;
    padding: 0 15px;
    max-width: 759px;
  }
}

.section-1 .content-text {
  padding-top: 50px;
}

.section-2 {
  background: url("../img/sec-2-bg.jpg");
  width: 100%;
  position: relative;
  z-index: 1;
  background-attachment: fixed;
  padding: 50px 0;
}

.section-2 .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.section-2 .flex .row {
  padding: 15px 0;
}

.section-2 .flex .row .flex {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-2 .flex .row .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section-2 .flex .row .flex .frame {
  border-radius: 15px;
  background: white;
  color: #151515;
  padding: 15px;
  width: 33.333333%;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-2 .flex .row .flex .frame {
    width: 80%;
  }
}

.section-2 .flex .row .flex .frame:nth-child(2) {
  margin: 0 30px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-2 .flex .row .flex .frame:nth-child(2) {
    margin: 30px 0;
  }
}

.section-2 .flex .row .flex .frame img {
  display: block;
  margin: 10px auto;
}

.section-2 .flex .row .flex .frame p {
  font-size: 14px;
}

@media only screen and (max-width: 959px) and (min-width: 760px) {
  .section-2 .flex .row .flex .frame p {
    height: 260px;
  }
}

@media only screen and (max-width: 959px) and (min-width: 760px) {
  .section-2 .flex .row .flex .frame h4 {
    font-size: 17px;
  }
}

.section-2 .flex .row .flex .frame a {
  color: #ff5a00;
  font-weight: 600;
  border: 1px solid #ff5a00;
  border-radius: 8px;
  padding: 8px 15px;
}

.section-2 .flex .row .flex .frame a:hover {
  padding: 5px 25px;
}

#main-gallery .section-3, #main-offer .section-3 {
  background: white;
  margin-top: 50px;
  padding-top: 20px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery .section-offer .flex, #main-offer .section-offer .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#main-gallery h3, #main-offer h3 {
  color: #151515;
  line-height: 1.5rem;
  font-size: 26px;
  border-bottom: 2px solid #ff5a00;
  padding-bottom: 5px;
  text-transform: uppercase;
  font-family: "Montserrat Regular", sans-serif;
  padding-top: 30px;
}

#main-gallery h4, #main-offer h4 {
  color: #151515;
  line-height: 1.5rem;
  font-size: 20px;
  border-bottom: 2px solid #ff5a00;
  padding-bottom: 2px;
  margin: 0 auto;
  margin-bottom: 10px;
  text-transform: uppercase;
  font-family: "Montserrat Regular", sans-serif;
  padding-top: 30px;
  display: block;
  width: auto;
  max-width: 350px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery h4, #main-offer h4 {
    text-align: left !important;
    margin: 0;
  }
}

#main-gallery h5, #main-offer h5 {
  color: #151515;
  line-height: 1.3rem;
  font-size: 18px;
  padding-bottom: 2px;
  margin-bottom: 10px;
  font-family: "Montserrat Regular", sans-serif;
}

#main-gallery .section-offer-2, #main-offer .section-offer-2 {
  background: #e1e1e1;
}

#main-gallery .section-offer-2 .flex, #main-offer .section-offer-2 .flex {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  #main-gallery .section-offer-2 .flex img, #main-offer .section-offer-2 .flex img {
    max-width: 350px;
    width: 100%;
  }
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  #main-gallery .section-offer-2 .flex, #main-offer .section-offer-2 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main-gallery .section-offer-3 img, #main-offer .section-offer-3 img {
  display: block;
  padding-right: 20px;
  max-width: 320px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery .section-offer-3 img, #main-offer .section-offer-3 img {
    min-width: 340px;
    max-width: 560px;
    width: 100%;
  }
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery .section-offer-3 .flex, #main-offer .section-offer-3 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main-gallery .section-offer-3 .second-flex, #main-offer .section-offer-3 .second-flex {
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery .section-offer-3 .second-flex, #main-offer .section-offer-3 .second-flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

#main-gallery .section-offer-4, #main-offer .section-offer-4 {
  background: #e1e1e1;
}

#main-gallery .section-offer-4 h4, #main-offer .section-offer-4 h4 {
  margin: 0 0 10px 0;
  text-align: left;
  max-width: 700px;
}

#main-gallery .section-offer-5 img, #main-offer .section-offer-5 img {
  margin: 0 0 0 15px;
  max-width: 400px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery .section-offer-5 img, #main-offer .section-offer-5 img {
    margin: 0;
    max-width: 560px;
    width: 100%;
  }
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery .section-offer-5 .flex, #main-offer .section-offer-5 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

#main-gallery .section-offer-6, #main-offer .section-offer-6 {
  background: #e1e1e1;
}

#main-gallery .section-offer-6 .flex, #main-offer .section-offer-6 .flex {
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery .section-offer-6 .flex, #main-offer .section-offer-6 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

#main-gallery .section-offer-6 .flex div, #main-offer .section-offer-6 .flex div {
  width: 33.333333%;
  text-align: center;
  padding: 0 15px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  #main-gallery .section-offer-6 .flex div, #main-offer .section-offer-6 .flex div {
    width: 80%;
    margin: 5px auto;
  }
}

#main-gallery .offer-flex-image, #main-offer .offer-flex-image {
  max-height: 250px;
  height: 100%;
  margin: 10px;
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  #main-gallery .offer-flex-image, #main-offer .offer-flex-image {
    max-height: 200px;
  }
}

#main-offer h3 {
  padding: 0;
}

.section-3 {
  padding-bottom: 50px;
}

.section-3 .flex {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-3 .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.section-3 .bottom-menu {
  width: 50%;
  padding-right: 10px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-3 .bottom-menu {
    width: 100%;
    padding: 0;
  }
}

.section-3 .bottom-menu img {
  max-width: 150px;
  width: 100%;
  margin: 25px 0;
}

.section-3 .bottom-menu .flex {
  width: 75%;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 959px) and (min-width: 560px) {
  .section-3 .bottom-menu .flex {
    width: 100%;
  }
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-3 .bottom-menu .flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
    width: 100%;
  }
}

.section-3 .bottom-menu .left-side-menu, .section-3 .bottom-menu .right-side-menu {
  border-left: 2px solid #ff5a00;
  padding-left: 5px;
}

@media only screen and (max-width: 559px) and (min-width: 350px) {
  .section-3 .bottom-menu .left-side-menu, .section-3 .bottom-menu .right-side-menu {
    font-size: 14px;
  }
}

.section-3 .contact {
  width: 50%;
  padding-left: 10px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-3 .contact {
    width: auto;
    padding: 0;
    margin: 0 auto;
  }
}

.section-3 .contact .contact-mail-phone {
  max-width: 400px;
}

.section-3 .contact .contact-mail-phone .before-phone, .section-3 .contact .contact-mail-phone .before-mail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 20px;
  font-weight: 600;
}

.section-3 .contact .contact-mail-phone .before-phone::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: '\f87b';
  font-family: 'FontAwesome';
  color: #ff5a00;
  padding-right: 7px;
  font-size: 20px;
}

.section-3 .contact .contact-mail-phone .before-mail::before {
  content: '\f0e0';
  font-family: 'FontAwesome';
  color: #ff5a00;
  padding-right: 7px;
  font-size: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.section-3 .contact form input, .section-3 .contact form textarea {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 10px 0;
  border: 1px solid #ff5a00;
  border-radius: 2px;
  padding: 5px 0 5px 5px;
}

.section-3 .contact form textarea {
  resize: none;
  height: 100px;
}

.section-3 .contact form .flex {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-bottom: 8px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-3 .contact form .flex {
    -webkit-box-orient: unset;
    -webkit-box-direction: unset;
        -ms-flex-direction: unset;
            flex-direction: unset;
  }
}

.section-3 .contact form .flex input {
  margin-right: 8px;
  width: 12px;
  height: 12px;
}

@media only screen and (max-width: 759px) and (min-width: 350px) {
  .section-3 .contact form button {
    margin: 0 auto;
    display: block;
  }
}

footer {
  background: #ff5a00;
  text-align: center;
  padding: 15px 0;
}

footer a, footer a:link, footer a:visited {
  color: white;
}

footer span {
  display: block;
  color: white;
  line-height: 18px;
  font-size: 14px;
}

.modal {
  position: fixed;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 350px;
  height: 80px;
  top: calc( (100vh - 160px) / 2);
  left: calc( (100vw - 350px) / 2);
  z-index: 9;
  text-align: center;
}

.modal .modal-content-success, .modal .modal-content-error, .modal .modal-content-error-res {
  position: relative;
  color: white;
  padding: 50px 20px;
}

.modal .modal-content-success {
  background: green;
}

.modal .modal-content-error, .modal .modal-content-error-res {
  background: red;
}

.modal .modal-content-error .close, .modal .modal-content-error-res .close {
  cursor: pointer;
  border: 1px solid white;
  padding: 5px;
  display: block;
  width: 100%;
  max-width: 80px;
  margin: 25px auto 0 auto;
}

.floating-elements {
  position: fixed;
  top: 200px;
  left: 0;
  z-index: 3;
}

@media only screen and (max-width: 759px) and (min-width: 560px) {
  .floating-elements {
    top: 180px;
  }
}

.floating-elements .phone a, .floating-elements .mail a {
  display: none;
  background: #ff5a00;
  color: white;
  padding: 0 10px;
  font-family: "Montserrat SemiBold", sans-serif;
}

.floating-elements .phone, .floating-elements .mail {
  background: #ff5a00;
  width: 50px;
  height: 50px;
  margin: 10px 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.floating-elements .phone::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: url("../img/phone.png");
  color: white;
}

.floating-elements .phone:hover::after {
  padding-top: 7px;
}

.floating-elements .mail::after {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  content: url("../img/mail.png");
  color: white;
}

.floating-elements .mail:hover::after {
  padding-top: 7px;
}

/*cookie*/
.cookie-frame {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  position: fixed;
  bottom: 0;
  left: 0;
  display: block;
  padding: 10px 0 10px 0;
}

.cookie-frame .right {
  width: 100%;
  font-weight: 600;
}

.cookie-frame .right .d-agree {
  padding: 3px 5px;
  background: #b3b3b3;
  border: 1px solid #a2a2a2;
  border-radius: 2px;
  text-align: center;
  float: right;
  margin: 5px 10px;
  font-size: 10px;
  color: #353535;
  cursor: pointer;
}

.cookie-frame .right .agree {
  padding: 3px 5px;
  background: #1cbf21;
  border: 1px solid #214c255e;
  border-radius: 2px;
  text-align: center;
  float: right;
  margin: 5px 10px;
  font-size: 10px;
  color: #eee;
  cursor: pointer;
}

@media only screen and (min-width: 760px) {
  .menu {
    display: block;
  }
  .mobile-menu {
    display: none;
  }
}

@media only screen and (max-width: 759px) and (min-width: 260px) {
  .menu {
    display: none;
  }
  .mobile-menu {
    display: block;
  }
}
/*# sourceMappingURL=style.css.map */