@charset "UTF-8";
/**
* Eric Meyer's Reset CSS v2.0
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input, textarea {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, time {
  display: block;
}

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

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* meyerweb css reset end */

textarea:focus, input:focus {
  outline: 0;
}

input {
  border-width: 0;
}

em {
  font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

.group:before,
.group:after {
  content: " ";
  display: table;
}

.group:after {
  clear: both;
}

.group {
  zoom: 1; /* ie 6/7 */
}

embed,
img,
object,
video {
  max-width: 100%;
}
sup {
  font-size: 58.3%;
  vertical-align: text-top;
}
sub {
  font-size: 58.3%;
  vertical-align: text-bottom;
}
.no-space-between-inline-blocks {
  letter-spacing: -0.31em; /*webkit*/
  word-spacing: -0.43em; /*IE < 8 && gecko*/
}
/*restore spacing on inner elements*/
.no-space-between-inline-blocks > * {
  letter-spacing: normal;
  word-spacing: normal;
}
.displace {
  left: -5000px;
  position: absolute;
}
html {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:after,
*:before {
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}
body {
  color: #000000;
  font-size: 16px;
  font-style: normal;
  font-weight: normal;
  font-family: 'Roboto', sans-serif;
  letter-spacing: 0;
  text-decoration: none;
  float: none;
  height: auto;
  position: relative;
  width: 100%;
  background: white;
}
.creo-container {
  line-height: 1;
  background-image: url('images/back.jpg');
  margin: auto;
  max-width: 1920px;
  display: flex;
  position: relative;
  flex-direction: column;
}
.creo-area-nav {
  font-family: 'Roboto', sans-serif;
  font-weight: 500;
  display: flex;
  flex-direction: row;
  max-width: inherit;
  width: 100%;
}
.creo-area1-lang {
  padding: 30px 30px 30px 30px;
  margin-left: auto;
}
.creo-area1-lang a {
  padding: 0px 15px;
}
.area-child-div {
  max-width: 970px;
  margin: 0 auto;
}
[class*="-title-main"] {
  font-size: 2em;
  display: flex;
  justify-content: center;
  font-weight: bolder;
  line-height: 1.4;
  padding: 50px 0 35px 0;
  color: #000000;
  text-align: center;
}

[class*="-photo-container"] {
  flex: 1 1 30%;
  overflow: hidden;
  text-align: center;  
  max-width: 300px;
}
[class*="-photo-img"] {
  width: 100%;
  object-fit: cover;
  overflow: hidden;
  border-radius: 10px;
}
[class*="-photo-img"] > img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  transition: transform .2s;
  transform: scale(1.05);
}
[class*="-photo-title"] {
  font-size: 1.5em;
  font-weight: bold;
  padding-bottom: 15px;
  padding-top: 25px;
  text-align: left;
}
[class$="-photo-text"] {
  font-size: 1em;
  line-height: 1.5;
  color: #555555;
  text-align: justify;
  padding-bottom: 10px;
}
[class$="-photos"] {
  display: flex;
  justify-content: space-between;
  gap: 2em;
  flex-wrap: wrap;
}
[class$="-buttons"] {
  justify-content: center;
  display: flex;
  padding: 50px 0;
}

[class*="-button-common"]:hover,
[class*="-button-common"]:focus,
[class*="-button-common"].active,
[class*="-button-common"].focus {
  color: #ffffff !important;
  background-color: #574f46 !important;
  border-color: #3f3a33 !important;
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.2);
}
@media (max-width: 768px) {
  [class$="-photos"] {
    display: flex;
    flex-direction: column;
    gap: 1.5em;
  }
}
