/*
    nav-link-color  : #242424
    nav-link-font-size :  17px
    nav-link-font-family : Avenir Next Condensed
    nav-link-social-links-color : #434343
    nav-link-choose-language-color : #202020
    nav-link-choose-language-color--active : #da2029
    slider-nav-color--active-gradient : #f35549 #c62a2a 43deg
    slider-nav-background-color : #bfbcbb
    slider-nav-font-color : #fff
    slider-nav-font-size : 13px
    page--location-bg-1 : #051e41 051e41
    page--floor-bg-1: dfb56c 7f5a3a deg21
*/
@import url('../https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&subset=latin-ext');
* {
    /* -webkit-box-flex: 1;
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%; */
    -webkit-font-smoothing:antialiased;
    font-family: "AvenirNextCondensed";
}
body {
    padding:0;
    margin: 0;
}


.intro {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 9999;
    overflow: hidden;
}

.intro video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    transform: translateX(-50%) translateY(-50%);
    background-size: cover;
}

@keyframes body-opacity {
    0% {opacity: 0}
    100% {opacity: 1}
}

.margin--t-5 { margin-top: 5px}
.margin--t-10 { margin-top: 10px}
.margin--t-15 { margin-top: 15px}
.margin--t-20 { margin-top: 20px}
.margin--t-25 { margin-top: 25px}
.margin--t-30 { margin-top: 30px}
.margin--t-35 { margin-top: 35px}
.margin--t-40 { margin-top: 40px}
.margin--t-45 { margin-top: 45px}
.margin--t-50 { margin-top: 50px}
.margin--b-5 { margin-bottom: 5px}
.margin--b-10 { margin-bottom: 10px}
.margin--b-15 { margin-bottom: 15px}
.margin--b-20 { margin-bottom: 20px}
.margin--b-25 { margin-bottom: 25px}
.margin--b-30 { margin-bottom: 30px}
.margin--b-35 { margin-bottom: 35px}
.margin--b-40 { margin-bottom: 40px}
.margin--b-45 { margin-bottom: 45px}
.margin--b-50 { margin-bottom: 50px}
.margin--r-10 { margin-right: 10px;}
.margin--r-60 { margin-right: 60px;}
.padding--5  { padding: 5px}
.padding--10 { padding: 10px}
.padding--15 { padding: 15px}
.padding--20 { padding: 20px}
.padding--25 { padding: 25px}
.padding--30 { padding: 30px}
.padding--35 { padding: 35px}
.padding--40 { padding: 40px}
.padding--45 { padding: 45px}
.padding--50 { padding: 50px}
.padding--t-5  { padding-top: 5px}
.padding--t-10 { padding-top: 10px}
.padding--t-15 { padding-top: 15px}
.padding--t-20 { padding-top: 20px}
.padding--t-25 { padding-top: 25px}
.padding--t-30 { padding-top: 30px}
.padding--t-35 { padding-top: 35px}
.padding--t-40 { padding-top: 40px}
.padding--t-45 { padding-top: 45px}
.padding--t-50 { padding-top: 50px}
.padding--b-5  { padding-bottom: 5px}
.padding--b-10 { padding-bottom: 10px}
.padding--b-15 { padding-bottom: 15px}
.padding--b-20 { padding-bottom: 20px}
.padding--b-25 { padding-bottom: 25px}
.padding--b-30 { padding-bottom: 30px}
.padding--b-35 { padding-bottom: 35px}
.padding--b-40 { padding-bottom: 40px}
.padding--b-45 { padding-bottom: 45px}
.padding--b-50 { padding-bottom: 50px}
.padding--tb-10 {padding-top:10px; padding-bottom:10px;}
.padding--lr-30 {padding-left:30px; padding-right:30px;}
.fnt--s-15 {font-size:15px}
.fnt--s-16 {font-size:16px}
.fnt--s-18 {font-size:18px}
.fnt--s-20 {font-size:20px}
.fnt--s-28 {font-size:28px}
.fnt--s-30 {font-size:30px}
.fnt--s-42 {font-size:33px}
.fnt--s-43 {font-size:43px}
.fnt--s-45 {font-size:45px}
.fnt--w-300 {font-weight:300}
.fnt--w-400 {font-weight:400}
.fnt--w-500 {font-weight:500}
.fnt--w-600 {font-weight:600}
.fnt--w-700 {font-weight:700}
.fnt--w-800 {font-weight:800}
.fnt--w-900 {font-weight:900}
.text--white {color:#FFFFFF}
.btn:hover {
cursor: pointer;
}
.btn__bordered-radius {
    border-radius: 20px;
    background-color: transparent;
}
.btn__bordered {
    border-width: 2px;
    border-style: solid;
}
.btn__bordered--white {
    border-color:#fff;
    color:#fff;
}
.btn__bordered--white:hover {
    border-color:#12050a;
    color:#12050a;
}
.btn__bordered--brown {
    border-color:#4e3620;
    color:#4e3620;
}
.btn__bordered--brown:hover {
    border-style: none;
}
.btn__bordered--danger {
    border-color:#cc2f2e;
    color: #242424
}
.btn__bordered--danger:hover {
    background-color:#cc2f2e !important;
    color:#fff;
}
.btn__gradient--danger {
    background: rgba(243,85,73,1);
    background: -moz-linear-gradient(45deg, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(243,85,73,1)), color-stop(100%, rgba(198,42,42,1)));
    background: -webkit-linear-gradient(45deg, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    background: -o-linear-gradient(45deg, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    background: linear-gradient(45deg, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35549', endColorstr='#c62a2a', GradientType=1 );
    color:#fff;
    display: block;
}
.btn__gradient--danger:hover,
.btn__gradient--danger:active {
    background: rgba(255,129,83,1);
    background: -moz-linear-gradient(45deg, rgba(255,129,83,1) 0%, rgba(237,42,10,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(255,129,83,1)), color-stop(100%, rgba(237,42,10,1)));
    background: -webkit-linear-gradient(45deg, rgba(255,129,83,1) 0%, rgba(237,42,10,1) 100%);
    background: -o-linear-gradient(45deg, rgba(255,129,83,1) 0%, rgba(237,42,10,1) 100%);
    background: -ms-linear-gradient(45deg, rgba(255,129,83,1) 0%, rgba(237,42,10,1) 100%);
    background: linear-gradient(45deg, rgba(255,129,83,1) 0%, rgba(237,42,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff8153', endColorstr='#ed2a0a', GradientType=1 );
    color:#fff;
    text-decoration: none;
}
.btn__colored {
    color:#fff;
    border-radius: 15px;
    padding:5px 15px 5px 10px;
    display: inline-flex;
    align-items: center;
}
.btn__colored:hover {
    color:#FFF;
}
.btn__colored--brown {
    background-color: #be995e;
}
.btn__colored--brown:hover {
    background-color: #eb8313;
}
.btn__flat {
}
.btn__flat--white--hover-brown {
    color:#FFF !important;
    padding:10px;
}
.btn__flat--white--hover-brown:hover {
    color:#4e3620 !important;
}
.btn__flat--white--hover-brown.active {
    border: solid 2px #4e3620;
    border-radius: 8px;
}
.alert--radius { border-radius: 20px;}
.alert--transparent-white { background-color:rgba(255, 255, 255, 0.16); color:#FFF;font-size:16px;}
.alert--transparent { background-color:transparent ;color:#12050a;font-size:16px;}
.eon__header {
    height:110px;
    width: 100%;
    position: fixed;
    top: 0;
    left:0;
    z-index: 10;
    background-image: url('../img/img__eon--nav-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    font-family: "AvenirNextCondensed",sans-serif;
    font-weight: 400;
    display: none;

}
.page__concepts .call-box__fixed--right {
    right:-100%;
    transition: right 2s;
    position: fixed;
    z-index: 999999;
    top:50%;
    margin-top: -40px;
}
.page__concepts.active .call-box__fixed--right  {
    right:0;
}
.call-box__fixed--right a.btn__gradient--danger  {
    text-align: center;
    line-height: 25px;
    border-radius: 15px 0 0 15px;
    padding:10px 20px;
}
/* .call-box__fixed--right > a {
    background-image: url('../src/img/icon__set.png');
    background-repeat: no-repeat;
    background-position: 0 -110px;
    width: 130px;
    height: 80px;
    display: block;
} */
/* .call-box__fixed--right > a >span {display: none;}
.call-box__fixed--right > a:hover {
    background-position: -139px -110px;
} */

.eon-intro {
    position: fixed;
    top:0;
    left:0;
    z-index: 10000;
    width: 100%;
    height: 100%;
}

.eon-intro img {
    width: 100%;
    height: 100%;
}

.eon__main {
    display: none;
}

#EonNavBar > ul > li {
    margin: 0 15px;
}
#EonNavBar > ul > li > a {
    font-size:17px;
    color:#242424;
    letter-spacing: .05em;
    position: relative;
    padding:0;
}
#EonNavBar > ul > li > a:hover {
    color:#d23633;
}
#EonNavBar > ul > li > a::after,
#EonNavBar > ul > li:hover > a::after {
    width:0;
    content: " ";
    height:3px;
    position: absolute;
    display: block;
    background: rgba(243,85,73,1);
    background: -moz-linear-gradient(left, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    background: -webkit-gradient(left top, right top, color-stop(0%, rgba(243,85,73,1)), color-stop(100%, rgba(198,42,42,1)));
    background: -webkit-linear-gradient(left, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    background: -o-linear-gradient(left, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    background: -ms-linear-gradient(left, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    background: linear-gradient(to right, rgba(243,85,73,1) 0%, rgba(198,42,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f35549', endColorstr='#c62a2a', GradientType=1 );
    transition: width .3s;
    top:-5px;
    left:0;
}
#EonNavBar > ul > li.active > a::after,
#EonNavBar > ul > li:hover > a::after {
    width:100%;
}/*
.page__concepts .carousel-caption {
    left:0;
    top:0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    color:#000;
}
 .page__concepts .carousel-caption::after {
    content: "";
    background-image: url(../img/img__slider__bg--left.png);
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 400px;
    height: 100%;
    position: absolute;
    right: -400px;
    top: 0;
    z-index: 10;
} */
.page__concepts__left--block {
    left:0;
    top:0;
    width: 300px;
    height: 100%;
    background-color: #fff;
    color:#000;
    position: absolute;
    z-index: 10;
}
.page__concepts__left--block::after {
    content: "";
    background-image: url('../img/img__slider__bg--left.png');
    background-repeat: no-repeat;
    background-position: right top;
    background-size: cover;
    width: 400px;
    height: 100%;
    position: absolute;
    right: -400px;
    top: 0;
    z-index: 10;
}
    /* border-top: 50vh solid transparent;
    border-left: 200px solid white;
    border-bottom: 50vh solid transparent; */
.page__concepts .carousel-item .carousel-caption {
    color: #12050a;
    z-index: 190;
    left: 30px;
    width: 390px;
    text-align: justify;
    top: 30%;
    height: auto;
    opacity: 0;
    transition: opacity .3s;
}
.page__concepts .carousel-item.active .carousel-caption {
    opacity: 1;
}
.page__concepts .concepts__description {
    width: 420px;
    display: inline-flex;
    position: absolute;
    z-index: 99999;
    height: calc(100vh - 105px);
    flex-direction: column;
    align-items: center;
}
.concepts-desc__container {
    position: relative;
    z-index: 11;
    display: flex;
    /* display: block; */
    height: 100%;
    /* justify-content: center; */
    justify-content: start;
    flex-direction: column;
    /* padding:0 20px 55px 20px; */
    padding:100px 20px 55px 20px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
}
.concepts__description.active .concepts-desc__container {
    opacity: 1;
}
.page__concepts .concepts-desc__container .title {
    background-image: url(../img/img__bg__concepts-page-header.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    -webkit-font-smoothing: antialiased;
}
.page__concepts .concepts-desc__container .title span {
    font-size:50px;
    display: block;
    font-weight: 300;
    line-height: 60px;
    text-align: center;
}
.page__concepts .concepts-desc__container .title span + span {
    font-size:63px;
    font-weight: 700;
}
.page__concepts .concepts-desc__container   p {
    font-size:19px;
    padding:10px 0 10px 20px;
    font-weight: 300;
}

.concepts__description p > b{
    font-weight:700;
    display:block;
    padding-bottom:15px;
}
.page__concepts .img__box  {
    display: block;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: right bottom;
    overflow: hidden;
}
.page__concepts .img__box::before  {
    content: ""
}

.page__concepts .img__box img {
    -webkit-backface-visibility: hidden;
    transform:translateX(0) translateY(0) scale(1.0, 1.0);
    transition: transform 20s, scale 20s;
}

.page__concepts .active .img__box img {
    -webkit-backface-visibility: hidden;
    transform: translateX(-30px) translateY(-10px)  scale(1.1, 1.1);
}

.page__concepts .img__box .img {
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size:cover;
    background-position: bottom;
    -webkit-backface-visibility: hidden;
    transform:translateX(0) translateY(0) scale(1.0, 1.0);
    transition: transform 50s, scale 50s;
    /* transition:  background 20s; */
}

.page__concepts .active .img__box .img {
    -webkit-backface-visibility: hidden;
    /* background-size: 105%; */

    transform: translateX(-30px) translateY(-10px)  scale(1.25, 1.25)
}
.page__concepts .carousel-item,
.page__concepts .carousel-inner
 {
    height:100%;
}
.eon__concepts-carousel,
.eon__concepts-carousel .owl-stage-outer,
.eon__concepts-carousel .owl-stage-outer .owl-stage,
.eon__concepts-carousel .owl-item {
    height:100%;
}
.eon-concepts__carousel--dots {
    display: inline-block;
    background-color: #dbdbdb;
    position: absolute;
    bottom: 35px;
    z-index: 40;
    padding: 10px 20px;
    height: auto;
    border-radius: 15px;
}
.eon-concepts__carousel--dots .eon__dot {
    display: inline-block;
    float: left;
    width: 12px;
    height: 12px;
    transform: rotate(45deg);
    background-color: #fff;
    margin: 0 5px;
    cursor: pointer;
}
.eon-concepts__carousel--dots .eon__dot.active {
    background-color: #cb2f2e;
}
.social-links ul,
.choose-language ul {
    padding:0;
    margin:0;
    list-style: none;
}
.social-links ul li,
.choose-language ul li {
    float: left;
    position: relative;
}
.social-links ul li a,
.choose-language ul li a {
   margin:5px;
   text-decoration: none;
}
.social-links ul li a {
    color:#434343;
    font-size:21px;
}
.social-links ul li a:hover {
    color:#292929;
 }
.choose-language ul li a {
    color: #202020;
    font-size:13px;
}
.choose-language ul li a.active,
.choose-language ul li a:hover
 {
    color: #da2029;
}
.choose-language ul li {
    padding:0 3px;
}
.choose-language .vertical-line {
    position: absolute;
    height: 15px;
    width: 2px;
    background: #202020;
    top: 6px;
    left:0;
}
/* MOUSE SCROLL ICON ANIMATION */
.icon-scroll {
	position: absolute;
	bottom: 25px;
	left: 50%;
	margin-left: -21px;
	width: 42px;
	height: 60px;
	z-index: 99999;
	-webkit-transition: opacity .4s;
}
.icon-scroll span {
	display: block;
	width: 9px;
	height: 9px;
	border-right: 2px solid rgba(255,255,255,.8);
	border-bottom: 2px solid rgba(255,255,255,.8);
	margin: 0 0 0 14px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-animation: mouse-scroll 1s infinite;
    -moz-animation: mouse-scroll 1s infinite;
    animation: mouse-scroll 1s infinite;
    -webkit-animation-direction: alternate;
	animation-direction: alternate;
}
.icon-scroll .a1 {
	margin-top: 6px;
	-webkit-animation-delay: .1s;
	-moz-animation-delay: .1s;
	animation-delay: .1s;
}
.icon-scroll .a2 {
	-webkit-animation-delay: .2s;
	-moz-animation-delay: .2s;
	animation-delay: .2s;
}
.icon-scroll .a3 {
	-webkit-animation-delay: .3s;
	-moz-animation-delay: .3s;
	animation-delay: .3s;
}
.icon-scroll .mouse {
	height: 60px;
	width: 42px;
	border: 2.5px solid rgba(255,255,255,.8);
	border-radius: 20px;
}
.icon-scroll .wheel {
  position: relative;
  display: block;
  height: 15px;
  width: 3px;
  margin: 5px auto 0;
  background: rgba(255,255,255,.8);
  -webkit-animation: mouse-wheel 1.2s ease infinite;
  -moz-animation: mouse-wheel 1.2s ease infinite;
  animation: mouse-wheel 1.2s ease infinite;
  border-radius: 2px;
}
@-webkit-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-webkit-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-webkit-transform: translateY(5px);
		transform: translateY(5px);
	}
}
@-moz-keyframes mouse-wheel {
	0% {
		opacity: 1;
		-moz-transform: translateY(0);
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		-moz-transform: translateY(5px);
		transform: translateY(5px);
	}
}
@keyframes mouse-wheel {
	0% {
		opacity: 1;
		transform: translateY(0);
	}
	100% {
		opacity: 0;
		transform: translateY(6px);
	}
}
@-webkit-keyframes mouse-scroll {
	0%   { opacity: 0;}
	50%  { opacity: .5;}
	100% { opacity: 1;}
}
@-moz-keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
@keyframes mouse-scroll {
	0%   { opacity: 0; }
	50%  { opacity: .5; }
	100% { opacity: 1; }
}
.icon {
    background-image: url('../img/icon__set.png');
    height: 50px;
    width: 65px;
    background-repeat: no-repeat;
    display: inline-block;
}
.icon.icon--facebook-square {
    background-position: 0 0;
}
.icon.icon--facebook-square:hover {
    background-position: 0 -54px;
}
.icon.icon--twitter-square {
    background-position: -70px 0;
}
.icon.icon--twitter-square:hover {
    background-position: -70px -54px;
}
.icon.icon--youtube-square {
    background-position: -140px 0;
}
.icon.icon--youtube-square:hover {
    background-position: -140px -54px;
}
.icon.icon--instagram-square {
    background-position: -210px 0;
}
.icon.icon--instagram-square:hover {
    background-position: -210px -54px;
}
.icon.icon--film {
    background-position: -145px -205px;
}
.icon.icon--film:hover {
    background-position: -145px -265px;
}
.icon.icon--360deg {
    background-position: -212px -205px;
}
.icon.icon--360deg:hover {
    background-position: -213px -260px;
}
.icon.icon--map {
    height:37px;
    width: 37px;
    background-position: -15px -210px;
}
.section.page__contact {
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(198,42,42,1)));
    background: -webkit-linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    background: -o-linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    background: -ms-linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    background: linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#c62a2a', GradientType=1 );
}
.page-contact__container {
    padding:38px;
    text-align: center;
}
.page-contact-header__title {
    font-size:30px;
    font-weight: 700;
    color:#FFF;
    /*background-image: url('../img/img__bg__contact-page-header.png');*/
    background-repeat: no-repeat;
    background-position: center center;
    /*min-height: 185px;*/
    display: flex;
    align-items:center;
    justify-content: center;
    /*margin-bottom:25px;*/
}
.page-contact-header__subtitle {
    border-bottom: solid 2px #000;
    width: 280px;
}
.page-contact-header__subtitle > div {
    line-height: 35px;
}
.page--contact-header__social-links {
    margin:16px 0 50px 0;
}
.page--contact-header__social-links > a {
    display: inline-block;
}
.form__contact .form-control__danger {
    background-color: rgba(159, 24, 24, 0.30);
    border:none;
    min-height: 48px;
    border-radius: 34px;
    margin-bottom:15px;
    text-align: center;
    color:#fff;
    font-size:17px;
}
.form__contact .form-control__danger:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.25);
}
.form__contact .form-control__danger::-webkit-input-placeholder {color: rgba(255, 255, 255, 0.8)}
.form__contact .form-control__danger::-moz-placeholder{color: rgba(255, 255, 255, 0.8)}
.form__contact .form-control__danger:-ms-input-placeholder{color: rgba(255, 255, 255, 0.8)}
.form__contact .form-control__danger:-moz-placeholder{color: rgba(255, 255, 255, 0.8)}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: pink;
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: pink;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: pink;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: pink;
  }
.form__contact textarea.form-control {
    min-height: 150px;
    padding:20px 10px 10px 10px;
}

.yga-logo {
    position: absolute;
    right: -230px;
    bottom: 30px;
}
/*LOCATION*/
.section.page__location {
    background-color: #051e41 !important;
}
.page-location__body.container {
    flex: 1;
    padding-top: 10px;
    padding-bottom:10px;
    position: relative;
}
.page-location__header {
    padding:40px 10px 10px 10px;
    width: 300px;
    position: absolute;
    right:0;
    z-index: 1;
    color:#fff;
}
.page-locaticon__message {
    line-height: 26px;
    -webkit-font-smoothing:antialiased;
}
.page-locaticon__message .message__title  {
    line-height: 65px;
}
.page-location__map {
    /* background-image: url('../img/img__kroki.png'); */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: left center;
    height: 100%;
    padding-right: 0;
    width: 100%;
    display: flex;
    align-items: center;
    position: relative;
}

.page-location__map .map__box img#ImageMap {
    height: 685px;
}

.page-location__footer {
    height:280px;
    background-color: #fff;
}
.eon__location-carousel {
    padding:0 50px;
}
.eon__location-carousel span {
    display: block;
    line-height: 24px;
}
.eon__location-carousel span:first-child{
    font-size:16px;
    font-weight: 300;
}
.eon__location-carousel span:last-child{
    font-size:23px;
    font-weight: 700;
}
.eon__location-carousel .img__box {
    display: flex;
    align-items: center;
    height: 120px;
    justify-content: center;
}
.eon__location-carousel .img__box img {
    width: unset;
}
.eon-location__carousel--nav .prev,
.eon-location__carousel--nav .next {
    height: 64px;
    width: 32px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -32px;
    cursor: pointer;
}
.eon-location__carousel--nav .next {
    right:0;
    left: unset;
}
.eon-location__carousel--nav .prev::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0px;
    height: 64px;
    border-top: solid 1px #be995e;
    border-left: solid 1px #be995e;
    transform: rotate(-45deg);
    width: 64px;
}
.eon-location__carousel--nav .next::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0px;
    height: 64px;
    border-top: solid 1px #be995e;
    border-right: solid 1px #be995e;
    transform: rotate(45deg);
    width: 64px;
}
.map-point {
    display: block;
        z-index: 9999;
        width: 200px;
        height: 150px;
        border: solid 1px #ddd;
        background-color: #fff;
        position: absolute;
        padding: 10px;
        border-radius: 35px;
        box-shadow: 0 5px 20px 2px #01050b;
        text-align: center;
        animation-duration: .5s;
}

.map-point::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #fff;
    position: absolute;
    bottom:-15px;
    left:75px;
}

.map-point.map-point--bottom::after{
    bottom: unset;
    top: -15px;
    border-top: none;
    border-bottom: solid 15px #fff;
  }

.map-point__desc {
    margin-top: 10px;
}
.map-point__desc span {
    display: block;
    line-height: 24px;
    font-size: 17px;
}

.map-point__desc span + span {
    font-size:20px;
    font-weight: 700;
}

.map-point__img {
    text-align: center;
    display: block;
}

.map-point__img img {
    height: 65px;
}


/*FLOOR PLANS*/
.page__floor-plans {
    /* background: rgba(223,181,108,1);
    background: -moz-linear-gradient(23deg, rgba(223,181,108,1) 0%, rgba(127,90,58,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(223,181,108,1)), color-stop(100%, rgba(127,90,58,1)));
    background: -webkit-linear-gradient(23deg, rgba(223,181,108,1) 0%, rgba(127,90,58,1) 100%);
    background: -o-linear-gradient(23deg, rgba(223,181,108,1) 0%, rgba(127,90,58,1) 100%);
    background: -ms-linear-gradient(23deg, rgba(223,181,108,1) 0%, rgba(127,90,58,1) 100%);
    background: linear-gradient(23deg, rgba(223,181,108,1) 0%, rgba(127,90,58,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dfb56c', endColorstr='#7f5a3a', GradientType=1 ); */
    background: rgba(227,184,44,1);
    background: -moz-linear-gradient(21deg, rgba(227,184,44,1) 0%, rgba(141,95,10,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(227,184,44,1)), color-stop(100%, rgba(141,95,10,1)));
    background: -webkit-linear-gradient(21deg, rgba(227,184,44,1) 0%, rgba(141,95,10,1) 100%);
    background: -o-linear-gradient(21deg, rgba(227,184,44,1) 0%, rgba(141,95,10,1) 100%);
    background: -ms-linear-gradient(21deg, rgba(227,184,44,1) 0%, rgba(141,95,10,1) 100%);
    background: linear-gradient(21deg, rgba(227,184,44,1) 0%, rgba(141,95,10,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3b82c', endColorstr='#8d5f0a', GradientType=1 );
}
.eon__floor-plans-carousel{
    padding: 40px 100px 40px 100px;
}
.eon__floor-plans-carousel .img__box {
    max-width: 670px;
    padding-top: 30px;
}
.eon-floor-plans__carousel--dots {
    display: flex;
    justify-content: center;
    padding-top: 85px;
}
.eon__dot a.btn__flat--white--hover-brown{
    font-size:18px;
    font-weight: 700;
    padding: 6px 20px;
}
.eon__dot.active a.btn__flat--white--hover-brown {
    border:solid 2px #4e3620;
    border-radius: 10px;
    color:#4e3620 !important;
}
.floor-plans__features {
    width: 258px;
}
.floor-plans__features span.title {
    font-size:78px;
    font-weight: 800;
    color:#4e3620;
    position: relative;
    display: block;
    height: 115px;
}
.floor-plans__features table th,
.floor-plans__features table td {
    font-size:20px;
    color:#fff;
    font-weight: 400;
}
.floor-plans__features table th {
    padding:10px 0;
}
.floor-plans__features table td {
    border:none;
    padding:0;
}
.floor-plans__features table tr th:last-child,
.floor-plans__features table tr td:last-child {
    padding-right:10px;
}
.floor-plans__features .measure{
    font-weight: 700;
}
.floor-plans__features .measure i.square-meters{
    position: absolute;
    font-size:12px;
    font-style: normal;
}
.floor-plans__description  {
    color:#fff;
    margin-top: 45px;
}
.floor-plans__description .title {
    font-size:24px;
    font-weight: 700;
}
.floor-plans__description p {
    font-size:18px;
    font-weight: 300;
    text-align: center;
}
.owl-dots span {
    background: red;
    height: 30px;
    width: 30px,
}
.eon-floor-plans__carousel--nav .owl-item {
    padding:0 15px;
    margin-right:0;
}
.eon-floor-plans__carousel--nav .prev,
.eon-floor-plans__carousel--nav .next,
.eon-gallery__carousel--nav .prev,
.eon-gallery__carousel--nav .next {
    height: 64px;
    width: 32px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    margin-top: -32px;
    cursor: pointer;
}
.eon-floor-plans__carousel--nav .next {
    right:0;
    left: unset;
}
.eon-floor-plans__carousel--nav .prev::before,
.eon-gallery__carousel--nav .prev::before {
    content: '';
    position: absolute;
    left: 15px;
    top: 0px;
    height: 64px;
    border-top: solid 1px #d4352c;
    border-left: solid 1px #d4352c;
    transform: rotate(-45deg);
    width: 64px;
}
.eon-floor-plans__carousel--nav .next::before,
.eon-gallery__carousel--nav .next::before {
    content: '';
    position: absolute;
    right: 15px;
    top: 0px;
    height: 64px;
    border-top: solid 1px #d4352c;
    border-right: solid 1px #d4352c;
    transform: rotate(45deg);
    width: 64px;
}
.eon__floor-plans-carousel .owl-item .img__box{
    position: relative;
    left:-200%;
    opacity: 0;
    transform: scale(0);
    transition: left 1s, opacity 1.5s;
}
.eon__floor-plans-carousel .owl-item.active .img__box{
    left:0;
    transform: scale(1);
    opacity: 1;
    padding-right: 20px;
}
.eon__floor-plans-carousel .owl-item .floor-plans__description{
    position: relative;
    bottom:-100%;
    opacity: 0;
    visibility: hidden;
    transition: bottom 1.5s, opacity 3.5s;
}
.eon__floor-plans-carousel .owl-item.active .floor-plans__description{
    bottom:0;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}
.eon__floor-plans-carousel .owl-item .floor-plans__features{
    position: relative;
    top:-100%;
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
    transition: top 1s, opacity 3s;
}
.eon__floor-plans-carousel .owl-item.active .floor-plans__features{
    top:0;
    opacity: 1;
    visibility: visible;
    transform: scale(1);
    float: right;
}
/* GALLERY */
.page__gallery {
    background-color:#FFF;
}
.page__gallery .btn__bordered--danger {
    display: inline-flex;
    align-items: center;
    padding:0 30px 0 15px;
    margin:0 10px;
    background-color: transparent;
}
.page__gallery .btn__bordered--danger:hover .icon--film {
    background-position: -145px -265px;
}
.page__gallery .btn__bordered--danger .icon--360deg,
.page__gallery .btn__bordered--danger .icon--file,
 {
    height: 40px;
    width: 40px;
}
.page__gallery .btn__bordered--danger .icon--360deg {
    background-position:-212px -205px;
}
.page__gallery .btn__bordered--danger:hover .icon--360deg {
    background-position:-212px -260px;
}
.eon-gallery__carousel--links {
    display: flex;
    justify-content: center;
    z-index: 9;
    position: relative;
}
.eon-gallery__carousel--links ul {
    padding:0;
    margin:0;
    display: inline-block;
    background-color:#bfbcbb;
    list-style: none;
}
.eon-gallery__carousel--links ul li {
    float:left;
}
.eon-gallery__carousel--links ul li a {
    height:60px;
    padding:10px 30px;
    text-align: center;
    font-size:13px;
    font-weight: 600;
    color:#FFF;
    display: flex;
    align-items: center;
    text-decoration: none;
}
.eon-gallery__carousel--links ul li:not(.active) a:hover {
    color:#dc3f39;
}
.eon-gallery__carousel--links ul li.active a {
    background: rgba(248,80,50,1);
    background: -moz-linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    background: -webkit-gradient(left bottom, right top, color-stop(0%, rgba(248,80,50,1)), color-stop(100%, rgba(198,42,42,1)));
    background: -webkit-linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    background: -o-linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    background: -ms-linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    background: linear-gradient(43deg, rgba(248,80,50,1) 0%, rgba(198,42,42,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f85032', endColorstr='#c62a2a', GradientType=1 );
}
.page__gallery__container{
    padding:40px 0;
    display: flex;
    align-items: center;
    height: 100%;
}
.eon__gallery-carousel {
    margin-top: -25px;
}
.eon__gallery-carousel .img__box {
    max-height: 600px;
    overflow: hidden;
}
.gallery__bottom {
    display: flex;
    justify-content: center;
}
.gallery__description {
    display:inline-flex;
    background-color:rgba(0, 0, 0, 0.9);
    padding:15px;
    flex-direction: row;
    color:#fff;
    align-item:center;
    width:70%;
    margin-top: -30px;
    border:solid 3px rgba(112, 115, 123, 0.9);
}
.gallery__description .title{
    font-size:18px;
    padding: 0 50px 0 20px;
    position: relative;
}
.gallery__description .title::after{
    content: "";
    background-image: url(../img/icon__set.png);
    background-repeat: no-repeat;
    height: 35px;
    width: 15px;
    background-position: -100px -215px;
    position: absolute;
    right: 0;
    top: 0;
}
.gallery__description .title + div{
    display: flex;
    flex: 1;
    padding: 0 20px
}
.gallery__description p{
    font-size:14px;
    font-weight: 300;
    margin:0;
}
.eon-gallery__carousel--nav .prev {
    left:20px;
}
.eon-gallery__carousel--nav .next {
    right:20px;
    left: unset;
}

@media only screen and (max-width : 1440px) {
    header.eon__header {
        height:100px;
    }

    header.eon__header .eon__logo img{
         width: 110px;
    }

    #EonNavBar > ul > li > a {
        font-size:16px;
    }

    .eon__navbar {
        /*padding: .3rem 1rem*/
    }

    .eon__logo.navbar-brand {
      padding:0;
      overflow: hidden;
      /*height: 47px;*/
    }

    .social-links ul li a {
      font-size: 18px;
    }

    .choose-language ul li a {
      font-size: 12px;
    }

    .section.page__concepts,
    .section.page__gallery,
    .section.page__location,
    .section.page__floor-plans,
    .section.page__contact {
        padding-top: 55px !important;
    }

    .call-box__fixed--right a.btn__gradient--danger span{
      font-size: 15px !important;
      line-height: 20px;
    }

    .page__concepts__left--block::after {
        width: 270px;
        right:-270px;
    }

    .page__concepts .concepts-desc__container .title {
        height:230px;
        /* background-size:contain; */
        background-size:85px;
    }

    .page__concepts .concepts-desc__container .title span,
    .page__concepts .concepts-desc__container .title span + span {
        font-size:43px;
        line-height: 45px;
    }

    .page__concepts .concepts-desc__container p {
        font-size:16px;
        max-height: 210px;
        overflow: hidden;
        line-height: 21px;
    }

    .page__concepts .concepts__description {
        height: calc(100vh - 55px)
    }

    .page__gallery__container {
        padding:25px 0;
    }

    .page__gallery .btn__bordered--danger {
      padding:0 20px 0 5px;
      font-size: 14px;
    }

    .page__gallery .btn .icon {
      height: 45px;
      width: 60px;
    }

    .eon-gallery__carousel--links ul li a {
        height: 47px;
    }

    .eon__gallery-carousel .img__box {
        /*max-height: 460px;*/
    }

    .gallery__description {
        margin-top: -45px;
        padding:10px;
    }

    .gallery__description .title {
        font-size:16px
    }

    .gallery__description p {
        font-size:12px;
    }


    .page-location__map .map__box img#ImageMap {
        height: 520px;
    }

    .page-location__footer {
        height:120px;
    }

    .page-location-footer__title {
        display: none;
    }

    .eon__location-carousel {
        padding-top:10px;
    }

    .eon__location-carousel .img__box,
    .eon__location-carousel .img__box img {
        height:60px;
    }
    .eon__location-carousel span {
        font-size:13px;
    }

    .eon__location-carousel span:last-child {
        font-size:16px;
    }

    .eon__location-carousel .owl-item {
        padding:0 25px;
    }

    .page-locaticon__message .message__title {
        font-size:30px !important;
        line-height: 30px;
    }

    .page-locaticon__message .message__body {
        font-size:13px !important;;
        line-height: 20px;
    }

    .page-locaticon__message .btn__colored--brown {
        font-size:13px;
        padding:3px 15px 3px 10px;
    }

    .eon-floor-plans__carousel--dots {
        padding-top: 30px;
    }

    .eon__dot a.btn__flat--white--hover-brown {
        font-size:16px;
    }

    .eon__floor-plans-carousel {
      padding-top: 10px;
      padding-bottom: 0px;
    }

    .floor-plans__features {
        width: 230px;
    }

    .eon-floor-plans__carousel--nav .prev,
    .eon-floor-plans__carousel--nav .next{
      margin-top: -80px;
    }

    .floor-plans__features span.title {
      font-size: 65px;
      height: 90px;
    }

    .floor-plans__features table th, .floor-plans__features table td {
        font-size:16px;
    }

    .floor-plans__description {
        margin-top: 25px;
    }

    .floor-plans__description .title {
        font-size:20px;
        margin-bottom: 5px;
    }
    .floor-plans__description p {
        font-size:15px;
        line-height: 18px;
    }

    .section.page__contact {
      display: flex;
      align-items: center;
    }

    .page-contact__container {
        padding:10px;
    }

    .page-contact-header__title {
        font-size:25px;
        height: 115px;
        min-height: 115px;
        background-size:contain;
        margin-bottom: 10px;
    }
    .page-contact-header__subtitle {
        width: 270px;
    }
    .page-contact-header__subtitle > div {
        font-size:17px;
        line-height: 25px;
    }

    .page-contact-header__subtitle > div + div {
        font-size:36px !important;
        line-height: 30px;
    }

    .page-contact-header__subtitle > div + div +div {
        font-size:13px !important;
        line-height: 25px;
    }

    .page--contact-header__social-links {
        margin: 10px 0 25px 0;
    }

    .form__contact .form-control__danger {
        min-height: 40px;
        margin-bottom: 13px;
    }

    .form__contact textarea.form-control {
        min-height: 100px;
    }

    .form__contact .form-action button {
        padding:5px 30px;
        font-size: 15px;
    }

    .yga-logo {
        right: -200px;
        bottom: 0;
    }
 }

 @media screen and (max-height :768px) and (max-width: 1024px) {
    .eon__location-carousel .owl-item {
        padding: 0 10px;
    }
}


@media only screen and (max-width : 1200px) {

}

@media only screen and (max-width : 979px) {
    #EonNavBar {
        margin: 20px 0;
    }

    #EonNavBar > ul > li {
        padding:0;
        margin: 0 0 5px 0;
    }

    #EonNavBar > ul > li > a {
        padding:5px 10px;
    }

    .eon__header {
        height: auto;
        background-position-x: -5px;
    }

    .section.page__contact,
    .section.page__location {
        height:auto !important;
        padding-top:20px !important;
    }


    .page-location__map .map__box img#ImageMap {
        height: auto;
    }

    .yga-logo {
        right: -180px;
        bottom: 0;
    }
}

@media only screen and (max-width : 768px) {
    header.eon__header {
        height: auto;
    }

    .social-link__mobile ,
    .choose-language__mobile {
        display: inline-block;
    }

    .choose-language__mobile {
        float: right;
    }

    .social-link__mobile ul,
    .choose-language__mobile ul{
        margin:0;
        padding:0;
    }

    .social-link__mobile ul li,
    .choose-language__mobile ul li{
        list-style: none;
        position: relative;
        float: left;
        padding:0 8px;
    }

    .social-link__mobile ul li a,
    .choose-language__mobile ul li a{
        list-style: none;
        font-size:18px;
        color:#434343;
    }

    .choose-language__mobile ul li a{
        font-size:12px;
    }
    .choose-language__mobile .vertical-line {
        position: absolute;
        height: 15px;
        width: 2px;
        background: #202020;
        top: 6px;
        left: 0;
    }

    .section.page__gallery,
    .section.page__location,
    .section.page__floor-plans,
    .section.page__contact {
        padding-top: 30px !important;
        height: auto !important;
    }

    .section.page__gallery {
        padding-top: 20px !important;
    }

    .section.page__floor-plans,
    .section.page__contact {
        padding-bottom: 30px;
    }

    .section.page__location {
        height: 640px !important;
    }

    .page-location__map .map__box img#ImageMap {
        height: auto;
        width: 640px;
    }

    .page-location__footer {
        height: 150px;
        padding-top: 15px;
    }

    .page__concepts .concepts__description {
        width: 350px;
    }

    .page__concepts__left--block {
        width: 260px;
    }

    .page__concepts__left--block::after {
        width: 300px;
        right: -240px;
    }

    .page-location__header {
        padding: 0;
        width: 200px;
        position: absolute;
        right: 0;
        color: #fff;
    }

    .eon__floor-plans-carousel {
        padding-left: 60px;
        padding-right: 60px;
    }

    .page-location__body.container {
        padding-top: 5px;
        padding-bottom: 5px;
    }

    .map-point {
        width: 120px;
        height: 110px;
        border: solid 1px #ddd;
        background-color: #fff;
        position: absolute;
        padding: 5px;
        border-radius: 25px;
        box-shadow: 0 5px 20px 2px #01050b;
        text-align: center;
        animation-duration: .5s;
    }

    .map-point::after {
        left:45px;
    }

    .map-point.map-point--left{
        border-radius: 25px 25px 25px 0;
    }

    .map-point.map-point--left::after{
        left:-1px;
        border-left: none;
    }

    .map-point__img img {
        height: 45px;
    }

    .map-point__desc {
        margin-top: 5px;
    }

    .map-point__desc span {
        line-height: 14px;
        font-size:13px;
    }

    .map-point__desc span + span {
        font-size:20px;
        line-height: 24px;
    }

    .eon__location-carousel .owl-item {
        padding:0;
        text-align: center;
    }

    .eon__floor-plans-carousel .img__box {
        padding:20px 0 0 0 !important;
    }

    .floor-plans__features {
        width: 100%;
    }
}

@media only screen and (max-width : 480px) {
/*
    body {
        overflow-x: hidden !important;
    } */

    .eon-intro {
        display: flex;
        align-items: center;
        background-color:#4e677e;
    }
    .eon-intro img {
        height: auto;
    }

    .eon__header {
        width: 100vw;
    }

    .section.page__concepts,
    .section.page__gallery,
    .section.page__location,
    .section.page__floor-plans,
    .section.page__contact {
        height: auto !important;
    }

    .section.page__gallery {
        padding-bottom: 20px;
    }

    .page__concepts .concepts-desc__container .title {
        height: 150px;
        background-size: 55px;
    }

    .page__concepts .concepts-desc__container p {
        height: 250px;
        max-height:unset;
    }

    .page__concepts .concepts-desc__container .title span,
    .page__concepts .concepts-desc__container .title span + span {
        font-size: 35px;
        line-height: 33px;
    }

    .page__concepts .concepts__description {
        height:auto;
        width: 100%;
        position: relative;
        min-height: 330px;
        background-color: #fff;
    }

    .page__concepts__left--block {
        background-image: none;
        display: none;
    }

    .eon__concepts-carousel,
    .eon__concepts-carousel .owl-stage-outer,
    .eon__concepts-carousel .owl-stage-outer .owl-stage,
    .eon__concepts-carousel .owl-item {
        height: 400px;
    }

    .page__concepts .active .img__box img {
        transform: translateX(-10px) translateY(-10px)  scale(1.1, 1.1) !important;
    }

    .concepts-desc__container {
        padding:20px
    }

    .eon-concepts__carousel--dots {
        bottom:20px;
        position: absolute;
    }

    .page__gallery__container {
        padding:0;
    }

    .eon-gallery__carousel--links {
        margin-bottom: 10px;
    }

    .eon-gallery__carousel--links ul {
        width: 100%;
        justify-content: space-between;
        display: flex;
    }

    .eon-gallery__carousel--links ul li a {
        font-size:12px;
        padding: 5px 10px;
    }

    .eon__gallery-carousel {
        margin:0;
    }

    .gallery__description {
        width: 100%;
        margin-top: 10px;
        flex-direction: column;
    }

    .page-location__header {
        width: 100%;
        position: relative;
    }

    .page-location__map {
        height: 350px;
        background-position: center;
    }

    .page-location__map .map__box img#ImageMap {
        height: auto;
        max-width: 100%;
    }

    .page-locaticon__message {
        text-align: center;
    }

    .eon-floor-plans__carousel--dots {
        display: block;
        text-align: center;
    }

    .eon-floor-plans__carousel--dots .eon__dot {
        display: inline-block;
    }

    .eon__dot a.btn__flat--white--hover-brown {
        padding: 5px 10px;
    }

    .eon-floor-plans__carousel--nav .prev,
    .eon-floor-plans__carousel--nav .next{
        top:20%;
    }

    .page-contact__container {
        padding: 0 15px;
    }

    .yga-logo--mobile img {
        width: 110px;
    }
}

@media only screen and (max-width : 375px) {
    .page__gallery .btn__bordered--danger {
        padding: 0 15px 0 0px;
    }
    .eon__location-carousel .owl-item {

    }

    .eon__location-carousel span {
        line-height: 15px;
    }

    .eon__location-carousel .img__box,
    .eon__location-carousel .img__box img {
        height: 50px;
    }

    .eon__location-carousel .img__box {
        margin-bottom: 5px;
    }

    .floor-plans__features span.title {
        font-size:60px;
    }
}
@media screen and (max-height : 599px) and (max-width: 1440px) {
    .section.page__gallery,
    .section.page__location,
    .section.page__floor-plans,
    .section.page__contact {
        height: auto !important;
    }

    .page-location__map {
        height: 450px;
    }

    .eon__location-carousel .owl-item {
        padding: 0;
    }

    .page__concepts .concepts-desc__container .title {
        height:150px;
        background-size:290px;
    }

    .page__concepts .concepts-desc__container .title span,
    .page__concepts .concepts-desc__container .title span + span {
        font-size:40px;
        line-height: 45px;
    }

    .page__concepts .concepts-desc__container p {
        font-size: 15px;
        line-height: 20px;
    }
}
