/*
 Theme Name:   Twenty Seventeen Child
 Theme URI:    http://san-i.co.il/
 Description:  Custom Theme By San-I.
 Author:       Vincent Yrhi
 Template:     twentyseventeen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 */

@import url("../twentyseventeen/style.css");


h2,
.home.blog .entry-title {
    color: unset;
    font-size: unset;
    font-size: unset;
    font-weight: unset;
}

a:active,
a:focus {
}

.padding-0875 {
    padding-top: 0.875em;
}

.padding-15 {
    padding-top: 1.5em;
}

.padding-175 {
    padding-top: 1.75em;
}

.padding-2 {
    padding-top: 2em;
}

.padding-25 {
    padding-top: 2.5em;
}

.padding-325 {
    padding-top: 3.25em;
}

.padding-3625 {
    padding-top: 3.625em;
}

.padding-4 {
    padding-top: 4em;
}

.padding-5 {
    padding-top: 5em;
}
.navbar {
    width: 88%;
    margin: 0 auto;
    padding: 2.6875em 0;
    padding-bottom: .2em;
    transition: padding .2s ease-in-out;
}

.navbar-nav li {
    display: inline-block;
    position: relative;
}

.nav-link {
    display: none;
}

.sub-menu {
    position: absolute;
    left: 0;
    background: #fff;
    opacity: 0;
    top: 86%;
    height: auto;
    height: auto;
    -webkit-transform: translateY(0.625em);
    -moz-transform: translateY(0.625em);
    transform: translateY(0.625em);
    -webkit-transition: all .2s ease;
    -moz-transition: all .2s ease;
    transition: all .2s ease;
    z-index: 100;
    zoom: 1;
    display: unset !important;
    width: max-content;
    padding: 0.625em 1.25em;
    border-radius: 0;
    visibility: hidden;
}


/*a:hover + .sub-menu*/

.menu-item:hover .sub-menu {
    display: block !important;
    opacity: 1;
    overflow: visible;
    visibility: visible;
}

.sub-menu .menu-item {
    padding: 0;
    display: block;
    padding: 1em 0;
}

.sub-menu .menu-item a {
    color: #6A6A6A !important;
}

.navbar-brand {
    font-size: unset;
}

.accordion .card {
    border-radius: 0;
    border: 0px;
}

.accordion .card-header {
    border-bottom: 0.125em solid #d7d7d7;
    border-radius: 0 !important;
    padding: .5em 2.5em;
    background-color: transparent;
    padding-right: 0;
}

.accordion .card-header .row {
    height: 3.5em;
    align-items: center;
    cursor: pointer;
}

.accordion .card-header .row .arrow_down {
    position: absolute;
    right: 0;
    transition: all 250ms ease-in-out;
    transform: rotate(-90deg);
}

.accordion .card-header .row>div:not([aria-expanded="true"])+.arrow_down {
    transform: rotate(0deg);
    transition: all 250ms ease-in-out;
}

.accordion .card-header .row>div:not(:last-child) {
    height: 100%;
    display: table;
}

.accordion .card-header .row>div:not(:last-child)>span {
    display: table-cell;
    vertical-align: middle;
}

.accordion button {
    background: none;
    font-size: 1em;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.accordion .card-body {
    padding: 2.5em;
}

.accordion .card-body .image img {
    height: 20.625em;
    width: auto;
}

.accordion .card-body .story p {
    border-left: 2px solid #D7D7D7;
    padding-left: 2em;
    margin-left: 2em;
    color: #6A6A6A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}


/* Animations */

.human-heart {
    animation: .8s 4 beatHeart;
}

@keyframes beatHeart {
    0% {
        transform: scale(1);
    }
    25% {
        transform: scale(1.1);
    }
    40% {
        transform: scale(1);
    }
    60% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}


/* End of Animations */

body {
    font-size: 20px;
    font-family: 'Calibre Test', sans-serif;
    font-weight: 400;
    color: #3F3F3F;
}

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    background-color: transparent;
    width: 100%;
    transition: background .2s ease-in-out;
	padding: 20px 0;
}

.orange-header {
    background-color: rgba(243, 115, 83,.9) !important;
    transition: background .5s ease-in-out;
}

.custom-header {
    background-color: #000031 !important;
    transition: background .5s ease-in-out;
}

.darkHeader nav {
    padding: 0.6875em 0;
    transition: padding .2s ease-in-out;
}

.darkHeader .sub-menu {
    top: 100%;
}

.site-content {
    background-color: #FAF7F7;
    padding: 0 !important;
}

.mobile,
.isMobile,
.isTablet_portrait,
.isTablet_land {
    display: none;
}


/* font size */

.fs12 {
    font-size: 0.75em;
}

.fs14 {
    font-size: 0.875em;
}

.fs16 {
    font-size: 1em;
}

.fs22 {
    font-size: 1.375em;
}

.fs28 {
    font-size: 1.75em;
}

.fs32 {
    font-size: 2em;
}

.fs50 {
    font-size: 3.125em;
}

h1 {
    font-size: 70px;
	line-height: 65px;
    font-weight: 400;
}
@media screen and (max-width: 575px) {
	h1 {
		font-size: 45px;
		line-height: 45px;
	}
}

h3 {
    font-size: 35px;
    font-weight: 400;
	line-height: 50px;
}

@media screen and (max-width: 575px) {
	h3 {
		line-height: 30px;
		font-size: 25px;
	}
}

h4 {
    font-size: 20px;
}


/* cols */

.scol-10 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 10%;
    flex: 0 0 10%;
    max-width: 10%;
}

.scol-20 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.scol-30 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 30%;
    flex: 0 0 30%;
    max-width: 30%;
}

.scol-40 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 40%;
    flex: 0 0 40%;
    max-width: 40%;
}

.scol-50 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
}

.scol-60 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 60%;
    flex: 0 0 60%;
    max-width: 60%;
}

.scol-70 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 70%;
    flex: 0 0 70%;
    max-width: 70%;
}


/* Font Family */

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-BlackTest.eot');
    src: url('assets/fonts/Calibre-BlackTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-BlackTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-BlackTest.woff') format('woff'),
        url('assets/fonts/Calibre-BlackTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-BlackTest.svg#Calibre-BlackTest') format('svg');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-BlackItalicTest.eot');
    src: url('assets/fonts/Calibre-BlackItalicTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-BlackItalicTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-BlackItalicTest.woff') format('woff'),
        url('assets/fonts/Calibre-BlackItalicTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-BlackItalicTest.svg#Calibre-BlackItalicTest') format('svg');
    font-weight: 900;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-ThinTest.eot');
    src: url('assets/fonts/Calibre-ThinTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-ThinTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-ThinTest.woff') format('woff'),
        url('assets/fonts/Calibre-ThinTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-ThinTest.svg#Calibre-ThinTest') format('svg');
    font-weight: 100;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-BoldTest.eot');
    src: url('assets/fonts/Calibre-BoldTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-BoldTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-BoldTest.woff') format('woff'),
        url('assets/fonts/Calibre-BoldTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-BoldTest.svg#Calibre-BoldTest') format('svg');
    font-weight: bold;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-BoldItalicTest.eot');
    src: url('assets/fonts/Calibre-BoldItalicTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-BoldItalicTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-BoldItalicTest.woff') format('woff'),
        url('assets/fonts/Calibre-BoldItalicTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-BoldItalicTest.svg#Calibre-BoldItalicTest') format('svg');
    font-weight: bold;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-ThinItalicTest.eot');
    src: url('assets/fonts/Calibre-ThinItalicTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-ThinItalicTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-ThinItalicTest.woff') format('woff'),
        url('assets/fonts/Calibre-ThinItalicTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-ThinItalicTest.svg#Calibre-ThinItalicTest') format('svg');
    font-weight: 100;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-LightItalicTest.eot');
    src: url('assets/fonts/Calibre-LightItalicTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-LightItalicTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-LightItalicTest.woff') format('woff'),
        url('assets/fonts/Calibre-LightItalicTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-LightItalicTest.svg#Calibre-LightItalicTest') format('svg');
    font-weight: 300;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-SemiBoldTest.eot');
    src: url('assets/fonts/Calibre-SemiBoldTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-SemiBoldTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-SemiBoldTest.woff') format('woff'),
        url('assets/fonts/Calibre-SemiBoldTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-SemiBoldTest.svg#Calibre-SemiBoldTest') format('svg');
    font-weight: 600;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-SemiBoldItalicTest.eot');
    src: url('assets/fonts/Calibre-SemiBoldItalicTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-SemiBoldItalicTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-SemiBoldItalicTest.woff') format('woff'),
        url('assets/fonts/Calibre-SemiBoldItalicTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-SemiBoldItalicTest.svg#Calibre-SemiBoldItalicTest') format('svg');
    font-weight: 600;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-MediumTest.eot');
    src: url('assets/fonts/Calibre-MediumTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-MediumTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-MediumTest.woff') format('woff'),
        url('assets/fonts/Calibre-MediumTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-MediumTest.svg#Calibre-MediumTest') format('svg');
    font-weight: 500;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-MediumItalicTest.eot');
    src: url('assets/fonts/Calibre-MediumItalicTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-MediumItalicTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-MediumItalicTest.woff') format('woff'),
        url('assets/fonts/Calibre-MediumItalicTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-MediumItalicTest.svg#Calibre-MediumItalicTest') format('svg');
    font-weight: 500;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-ItalicTest.eot');
    src: url('assets/fonts/Calibre-ItalicTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-ItalicTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-ItalicTest.woff') format('woff'),
        url('assets/fonts/Calibre-ItalicTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-ItalicTest.svg#Calibre-ItalicTest') format('svg');
    font-weight: normal;
    font-style: italic;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-LightTest.eot');
    src: url('assets/fonts/Calibre-LightTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-LightTest.woff2') format('woff2'),
        url('assets/fonts/Calibre-LightTest.woff') format('woff'),
        url('assets/fonts/Calibre-LightTest.ttf') format('truetype'),
        url('assets/fonts/Calibre-LightTest.svg#Calibre-LightTest') format('svg');
    font-weight: 300;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/CalibreTest.eot');
    src: url('assets/fonts/CalibreTest.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/CalibreTest.woff2') format('woff2'),
        url('assets/fonts/CalibreTest.woff') format('woff'),
        url('assets/fonts/CalibreTest.ttf') format('truetype'),
        url('assets/fonts/CalibreTest.svg#CalibreTest') format('svg');
    font-weight: normal;
    font-style: normal;
	font-display: swap;
}

@font-face {
    font-family: 'Calibre Test';
    src: url('assets/fonts/Calibre-BlackTest_1.eot');
    src: url('assets/fonts/Calibre-BlackTest_1.eot?#iefix') format('embedded-opentype'),
        url('assets/fonts/Calibre-BlackTest_1.woff2') format('woff2'),
        url('assets/fonts/Calibre-BlackTest_1.woff') format('woff'),
        url('assets/fonts/Calibre-BlackTest_1.ttf') format('truetype'),
        url('assets/fonts/Calibre-BlackTest_1.svg#Calibre-BlackTest') format('svg');
    font-weight: 900;
    font-style: normal;
	font-display: swap;
}

@font-face {
  font-family: 'LucidaGrande';
  src: url('assets/fonts/LucidaGrande.svg') format('svg'),
       url('assets/fonts/LucidaGrande.ttf') format('truetype'),
       url('assets/fonts/LucidaGrande.woff') format('woff'),
	   url('assets/fonts/LucidaGrande.woff2') format('woff2'),
	   url('assets/fonts/LucidaGrande.eot') format('eot');
  font-weight: normal;
  font-style: normal;
}


/* Colors */

.white {
    color: #fff;
}

.black {
    color: #000;
}

.darker_white {
    color: #F0F0F0;
}

.grey {
    color: #3F3F3F;
}

.light_grey {
    color: #6A6A6A;
}

.red {
    color: #9F1838;
}

.light_red {
    color: #E72219;
}

.grey_footer {
    color: #999999;
}

.grey_footer_sep {
    color: #4E4E4E;
}

.light-orange {
    color: #F37453;
}

.light-green {
    color: #81C48F;
}

.grey-table {
    color: #4A4A4A;
}


/* Background */

.bck-red-gradient {
    background: linear-gradient(225.71deg, #E72219 0%, #9F1838 100%);
}

.bck-red {
    background-color: #E72219;
}

.bck-lightgrey {
    background-color: #D8D8D8;
}

.bck-beige {
    background-color: #FAF7F7;
}

.bck-white {
    background-color: #fff;
}

.bck-grey {
    background-color: #E6E6E6;
}

.bck-darkbeige {
    background-color: #fbf7f8;
}

.bck-grey_footer_sep {
    background-color: #4E4E4E !important
}


/* Animations */

.slideUp {
    -ms-transform: translateY( -33.125em);
    -webkit-transform: translateY( -33.125em);
    transform: translateY( -33.125em);
}


/* Transition duration */

.d-1 {
    transition-duration: .1s;
}

.d-2 {
    transition-duration: .2s;
}

.d-3 {
    transition-duration: .3s;
}

.d-4 {
    transition-duration: .4s;
}

.d-5 {
    transition-duration: .5s;
}

.d-6 {
    transition-duration: .6s;
}

.d-7 {
    transition-duration: .7s;
}

.d-8 {
    transition-duration: .8s;
}

.d-9 {
    transition-duration: .9s;
}

.d-1500 {
    transition-duration: 1500ms;
}

.d-2000 {
    transition-duration: 2000ms;
}


/* Transition delay */

.del-250 {
    transition-delay: .25s;
}

.del-500 {
    transition-delay: .5s;
}


/* Transition Timing Function */

.ease-in-out {
    transition-timing-function: ease-in-out;
}


/* Elements */

.separator {
    height: 0.1875em;
    width: 4.5625em;
}

.separator-full {
    width: 100%;
    height: 0.125em;
}

.animated-cols {
    justify-content: center;
}

.animated-cols-container {
    width: 96.875%;
    margin: 0 auto;
    margin-bottom: 1.8125em !important;
    height: 26.25em;
}

.ac-container {
}

.flip-box {
    perspective: 1000px;
    width: 100%;
    height: 100%;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
    border: 1px solid #D8D8D8;
    width: 96.75%;
    margin: 0 auto;
}

.flip-box-inner .front {
    background-color: #fff;
}

.flip-box:hover .flip-box-inner,
.flip-box:active .flip-box-inner {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.flip-box .front,
.flip-box .back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box .back {
    -ms-transform: rotateY(180deg);
    -webkit-transform: rotateY(180deg);
    transform: rotateY(180deg);
    background-image: url('../twentyseventeen-child/assets/img/pattern_flip.png');
    display: flex;
    align-items: center;
}

.flip-box .back .back-container {
    width: 60%;
    margin: 0 auto;
}

.animated-cols .svg-container {
    height: 12.5em;
    width: 100%;
    margin-bottom: 2.5em;
}

.animated-cols .animated-cols-container .ac-container:first-child .svg-container img {
    height: 6.125em
}

.animated-cols .animated-cols-container .ac-container:nth-child(2) .svg-container img {
    height: 5.5625em
}

.animated-cols .animated-cols-container .ac-container:last-child .svg-container img {
    height: 7.0625em
}

.animated-cols .title {
    margin-bottom: 1.8em;
}

.animated-cols .summary {
    margin-top: 1.25em;
    margin-bottom: 1.5em;
}

.animated-cols .ac-container:first-child .flip-box-inner {
    margin: unset;
    float: left;
}

.animated-cols .ac-container:last-child .flip-box-inner {
    margin: unset;
    float: right;
}

.n2-ss-align .n2-ss-control-bullet {
    top: 82% !important;
}

.slider .content .separator+h1 {
    width: 75%;
}

.slideshow-container {
    height: 33.125em;
    overflow: hidden;
    position: relative;
}

.slideshow-container .separator {
    margin-bottom: 1em;
}

.slideshow-container .si-slide-img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.si-slides {
    height: 100%;
}

.sh-100 {
    height: 100%;
}

.slide-content-container {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.portfolio {
    padding-top: 2.625em;
    padding-bottom: 1.25em;
}

.portfolio .title h2 {
    margin-bottom: 1.375em;
}

.portfolio-container {
    width: 73%;
}

.property-container {
    width: 96.25%;
    background-color: #fff;
    height: 27.75em;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 1.75em;
}

.property-container .img {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    height: 20.625em;
}

.stockInfos-container {
    width: 80%;
    height: 10.25em;
    align-items: center;
    justify-content: center;
}

.stockInfos .separator-obliq-line img {
    height: 10.25em;
}

.stockInfos .scol-70 p {
    width: 80%;
}

.market_data {
    margin-bottom: 1.375em;
}

.slideshow-navigation {
    height: 100%;
    position: absolute;
    top: 0;
    display: flex;
    left: 12%;
    align-items: center;
}

.slideshow-navigation-container {
    position: relative;
}

.portfolio-infos {
    padding: 1em 4%;
    background: white;
    transition: all 350ms ease-in-out;
}

.property-container:hover .portfolio-infos {
    -ms-transform: translateY(-11.25em);
    -webkit-transform: translateY(-11.25em);
    transform: translateY(-11.25em);
}

.property-container:active .portfolio-infos {
    -ms-transform: unset !important;
    -webkit-transform: unset !important;
    transform: unset !important;
}

.portfolio-infos .in_brief {
    margin-bottom: 1em;
}

.portfolio-infos p {
    max-height: 4.5em;
    height: 4.5em;
}

.main-container {
    padding: 4.375em 5.8%;
}

.main-container .side-nav .active:before {
    background-color: #9F1838;
    display: block;
    content: "";
    position: absolute;
    width: 100%;
    height: 0.1875em;
    bottom: -0.125em;
    left: 0;
    visibility: visible;
    -ms-transform: scaleX(1);
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
}

.side-nav-item {
    line-height: 2.3125em;
}

.side-nav {
    flex-basis: 17%;
}

.ataglance .row {
    height: 29.5em;
    align-items: center;
}

.at_a_glance_title {
    display: flex;
    align-items: center;
    position: relative;
    padding-left: 1.3%;
    flex-basis: 42.5%;
}

.at_a_glance_title img {
    height: 2.3125em;
    padding-right: 1em;
}

.at_a_glance_price_repeater {
    display: flex;
    flex-basis: 48.5%;
    flex-wrap: wrap;
    height: 22.5em;
}

.at_a_glance_price {
    flex-basis: 50%;
}

.our-portfolio .row {
    height: 28.5625em;
    align-items: center;
    flex-wrap: nowrap;
}

.our-portfolio .desc {
    flex-basis: 46.25%;
}

.our-portfolio .chart {
    flex-basis: 53%;
}

.image-box {
    width: 97.5%;
    margin-bottom: 1.85em;
}

.image-box .img {
    height: 26.9375em;
    background-size: cover;
    background-repeat: no-repeat;
}

.image-box .text {
    padding: 1.5em 1.875em;
    height: 28.125em;
}

.employee-image-box .row>div:nth-child(3n+2) .employee-container {
    margin: 0 auto;
}

.about-image-box .row>div:last-child .image-box,
.employee-image-box .row>div:nth-child(3n) .employee-container {
    margin-right: 0;
    margin-left: auto;
}

.about_melisron_desc {
    width: 96%;
    margin-bottom: 0;
}

.employee-container {
}

.employee-container {
    width: 97.5%;
}

.employee-container .img {
    height: 16.9375em;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
}

.employee-container .employee-infos {
    padding: 1.5em 1.875em;
    cursor: pointer;
    position: relative;
    transition: padding-bottom 250ms ease-in-out;
}

.employee-image-box .row>div {
    position: unset;
    margin-bottom: 1.25em;
    transition: min-height 250ms ease-in-out;
}

.employee-image-box .row {
    position: relative;
}

.employee-image-box .expander {
    position: absolute;
    left: 0;
    right: 0;
    overflow: hidden;
    max-height: 0;
    -webkit-transition: max-height 250ms ease;
    -o-transition: max-height 250ms ease;
    transition: max-height 250ms ease;
}

.employee-image-box .expander .description {
    padding: 1.5em 1.875em;
}

.employee-image-box .close_team {
    opacity: 0;
    display: flex;
    top: 0;
    right: 5%;
    position: absolute;
    transition: opacity 250ms ease-in-out;
    height: 100%;
    align-items: center;
}

.employee-image-box .close_team img {
    height: 2.25em;
    position: relative;
    top: -.875em;
}

#properties .main-content {
    flex-basis: 82.5%;
}

#properties .side-nav {
    flex-basis: 15%;
}

#properties .properties_container>div:nth-child(3n+1) .property-container {
    margin-left: 0;
}

#properties .properties_container>div:nth-child(3n+3) .property-container {
    margin-right: 0;
}

.single-property-desc-container>div:first-child>div {
    width: 78.125%;
}

.single-property>.separator {
    width: 92%;
}

.single-property-desc-container>div:last-child .row {
    line-height: 3em;
    border-bottom: 1px solid #EAEAEA;
}

.single-property-desc-container>div:last-child .title,
.single-property-desc-container>div:last-child .row>div:first-child {
    text-indent: 30px;
}

body.single-property .site-content,
body .site-content .history {
    background: #fff;
}

.key_stats_and_figures {
    padding-top: 3.625em;
    padding-bottom: 5.625em;
}

.key_stats_and_figures .key_stats_and_figures_img {
    margin-bottom: 1.4375em;
    height: 6.875em;
    vertical-align: middle;
    display: flex;
    align-items: center;
    justify-content: center;
}

.key_stats_and_figures .key_stats_and_figures_img img {
    max-height: 100%;
}

.key_stats_and_figures_number {
    margin-top: .75em;
}

.key_stats_and_figures_item_repeater>.row>div:nth-child(n+5) {
    margin-top: 6.8125em;
}

.clients {
    width: 83%;
    height: 6.8125em;
    display: flex;
    align-items: center;
    margin: 3.125em auto;
}

.clients .owl-carousel,
.clients .owl-carousel .owl-stage-outer,
.clients .owl-carousel .owl-stage {
    height: 6.8125em !important;
}

.clients .owl-carousel.owl-drag .owl-item {
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    height: 100%;
}

.clients .owl-carousel.owl-drag .owl-item img {
    max-height: 6.8125em;
    width: auto;
}

.maps {
    height: 25em;
    width: 100vw;
    left: 0;
    right: 0;
    position: relative;
    left: calc(-50vw + 50%);
}

.maps iframe {
    width: 100% !important;
    height: 25em !important;
    border: 0 !important;
}

.contact-details {
    padding: 3.75em 0;
}

.contact-details>.row {
    width: 54.25%;
    margin: 0 auto!important;
}

.contact-details .row .name h4 {
    margin-bottom: 0.227em;
}

.contact-details .row .position {
    margin-bottom: 1em;
}

.contact-details .img-container {
    width: 2.5em;
}

.contact-details .img-container img {
    height: 1.5em;
}

.contact-details>.row>div .row {
    margin-bottom: 1em;
}

.contact-details>.row>div .col-container {
    border: 1px solid #EDEDED;
    padding: 1.875em 5%;
    width: 98%;
}

.contact-details>.row>div:last-child .col-container {
    margin-left: auto;
    margin-right: 0;
}

.contact .separator {
    width: 8.125em;
}

.contact-infos {
    background-color: #fff;
    padding-top: 4.375em;
    padding-bottom: 4.375em;
}

.contact-infos-container {
    width: 45%;
}

.contact-infos .img {
    height: 8.375em;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-infos .img img {
    max-height: 5.25em;
    width: auto;
}

.contact-infos .info {
    width: 70%;
}

.contact-form {
    padding: 5em 0;
    background-image: url('../twentyseventeen-child/assets/img/contactus_pattern.svg');
}

.contact-form div[role="form"] {
    width: 24%;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-form-control {
    border: 1px solid #D8D8D8;
    border-radius: 8px;
    background-color: #FFFFFF;
    padding: .7em 1.4375em;
}

.contact-form .wpcf7-form-control-wrap textarea {
    height: 17.9375em;
    font-size: 1em;
}

.contact-form .wpcf7-form-control-wrap>*::placeholder {
    font-size: 1em;
    color: #6A6A6A;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    top: 0;
}

.contact-form span.wpcf7-not-valid-tip {
    position: absolute;
    width: max-content;
    top: -0.5em;
    height: 2em;
    margin: .7em 1.4375em;
    line-height: 2em;
    z-index: 0;
    pointer-events: none;
    background: white;
    transition: all .2s ease-in-out;
    color: #9F1838;
}

.contact-form .wpcf7-form-control-wrap .wpcf7-form-control:focus+span,
.contact-form .wpcf7-form-control-wrap .wpcf7-form-control:not(:placeholder-shown)+span {
    transition: .2s ease-in-out;
    font-size: .8em;
    background: transparent;
}

.label-form-focus {
    -ms-transform: translateY(-2em);
    -webkit-transform: translateY(-2em);
    transform: translateY(-2em);
    transition: all .2s ease-in-out;
    font-size: .8em;
}

.contact-form .wpcf7-not-valid {
    border: 0.125em solid #9F1838 !important;
}

.contact-form .wpcf7-response-output {
    display: none !important;
}

.contact-form .wpcf7-response-output.wpcf7-mail-sent-ok {
    display: block !important;
    border: none;
    padding: 0;
    margin: 0;
}

.contact-form input[type="submit"] {
    background: transparent;
    color: #9F1838;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    border: 1px solid #9F1838;
    transition: all .3s ease;
    font-size: 0.875em;
}

.contact-form input[type="submit"]:hover {
    background: #E72219;
    border-color: #E72219;
    color: white;
    transition: all .3s ease;
}

.contact-form p {
    margin-bottom: 2.5em;
}

.contact-form form>div {
    position: relative;
    margin-bottom: 2.5em;
}

.contact-form label {
    position: absolute;
    width: max-content;
    top: 0em;
    margin: 1.25em .8125em;
    pointer-events: none;
    background: white;
    transition: all .2s ease-in-out;
    z-index: 1;
    padding: 0 0.625em;
    border-radius: 8px;
}



footer .footer_container {
    margin: 0 auto;
    width: 83.5%;
    height: 100%;
    display: flex;
    align-items: center;
}

.footer_logo {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
}

.site_map {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 80%;
    flex: 0 0 80%;
    max-width: 80%;
}

.site_map ul {
    list-style: none;
}

.site_map ul li {
    line-height: 1.75em;
}

.site_map .separator {
    margin-bottom: 1.5em;
    margin-top: 1.5em;
    width: 81.25%;
}

.footer_gradient {
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #E42625 0%, #9F1838 100%);
    height: 0.4375em;
}

#copyright {
    position: absolute;
    bottom: 1.3125em;
    width: auto;
}

.n2-section-smartslider .posBot {
    position: absolute !important;
    bottom: 0;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 300 !important;
}

.single-property-desc-container>div:last-child .row>div:last-child {
    padding-right: 30px;
}

.about_melisron_desc {
    margin-bottom: 10px;
}

.key_stats_and_figures_item_repeater .row {
    justify-content: center;
}


/******************************************************* general******************************/

.line-red::before {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background-color: red;
    margin-top: 42px;
}

.line-green::after {
    content: "";
    display: block;
    width: 47px;
    height: 2px;
    background-color: #000031;
    border-bottom: 4px solid #000031;
    margin-top: 42px;
}

.line-for-link:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 100%;
	background-color: #000031;
	height: 1px;
	opacity: 0;
}

.line-for-link:hover:before  {
	opacity: 1;
	transition: inherit;
}

.bg-cover {
    background-size: cover;
}

.bg-contain {
    background-size: contain;
}

.bg-norepeat {
    background-repeat: no-repeat;
}

.bg-center {
    background-position: center;
}

.bgc-orange {
    background-color: #F37453;
}

.search-filter-results hr {
    display: none;
}

a {
    position: relative;
    text-decoration: none;
    font-size: 20px;
    line-height: normal;
    display: block;
}

a:focus {
    outline: none;
}

a:hover {
    text-decoration: none;
}

p {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0.02px;
	font-weight: 300;
}

@media screen and (max-width: 575px) {
	p {
		font-size: 18px;
	}
}

.mb-28 {
    margin-bottom: 28px;
}

.triangle-position {
    position: absolute;
	bottom: 50px;
	left: 15px;
	width: 100%;
}

.line-main {
    width: 100%;
    height: 2px;
    background-color: #000031;
}
.triangle-main {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 81px 0 0 81px;
    border-color: transparent transparent transparent #000031;
}

.pb-50 {
    padding-bottom: 50px;
}


/******************************************************* navigation ******************************/

nav {
    background-color: #000031;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    max-width: 543px;
    width: 100%;
    padding: 100px 40px 60px 40px;
    overflow-y: auto;
    transform: translateX(100%);
    transition: transform 0.55s cubic-bezier(0.785, 0.135, 0.15, 0.86);
}

.wrapper {
    position: relative;
	padding: 0 15px;
	display: flex;
    justify-content: space-between;
    align-items: center;
}

.wrapper .burger {
    position: relative;
	z-index: 2;
}

.burger__item {
	width: 45px;
	height: 5px;
	background-color: #fff;
	transition: all .7s ease;
	margin-left: auto;
}

.burger__item--two {
	margin-top: 10px;
	margin-bottom: 10px;
}

.burger__item--one,
.burger__item--three {
	width: 35px;
}

.burger:hover  {
	cursor: pointer;
}
.burger:hover .burger__item {
	background-color: #1877f2;
}

.burger:hover .burger__item--one {
	width: 45px;
}

.burger:hover .burger__item--two {
	width: 35px;
}

.burger:hover .burger__item--three {
	width: 45px;
}

.burger.clicked  .burger__item--one {
	transform: translateY(15px) rotateZ(45deg);
}

.burger.clicked  .burger__item--two {
	transform: scale(0);
}

.burger.clicked  .burger__item--three {
	transform: translateY(-15px) rotateZ(-45deg);
}

nav.show {
    transform: translateX(0px);
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
}

nav ul {
    list-style: none;
}

nav a {
    color: #fff;
    letter-spacing: 0;
    line-height: 65px;
    text-transform: uppercase;
	font-size: 35px;
}

nav a:hover, .footer_menu_names:hover {
    color: #1877f2;
    text-decoration: none;
}

.logo {
	display: inline-block;
}

header.orange-header .logo {
	width: 120px;
}

header.orange-header .burger__item {
	height: 3px;
}

.menu-item.current_page_item>a {
    border-bottom: none;
}

.menu-item-2309,.menu-item-2291,.menu-item-1883,.menu-item-1893,.menu-item-2341,
.menu-item-2287,.menu-item-2742,.menu-item-2743,.menu-item-2936,.menu-item-3047,
.menu-item-3276, .menu-item-3277, .menu-item-4454, .menu-item-4689, .menu-item-1774, .menu-item-5182 {
	margin-left: 10px;
} 

.menu-item-2309 a,
.menu-item-2291 a,
.menu-item-1883 a,
.menu-item-4454 a,
.menu-item-1893 a,
.menu-item-2341 a,
.menu-item-2742 a,
.menu-item-2743 a,
.menu-item-2287 a,
.menu-item-4689 a,
.menu-item-2936 a,
.menu-item-3047 a,
.menu-item-3276 a,
.menu-item-3277 a,
.menu-item-1774 a,
.menu-item-5182 a {
	font-size: 25px;
	line-height: 30px;
}

@media screen and (max-width: 575px) {
	.menu-item-2309 a,
	.menu-item-2291 a,
	.menu-item-1883 a,
	.menu-item-4454 a,
	.menu-item-4689 a, 
	.menu-item-1893 a,
	.menu-item-2341 a,
	.menu-item-2742 a,
	.menu-item-2743 a,
	.menu-item-2287 a,
	.menu-item-2936 a,
	.menu-item-3047 a,
	.menu-item-3276 a,
	.menu-item-3277 a {
		font-size: 20px;
	}
	
	nav a {
		font-size: 25px;
		
	}
}

/******************************************************* home ******************************/

.homes {
	position: relative;
	overflow: hidden;
	height: 100vh;
}

.home__title {
    margin-bottom: 18px;
}
.home__subtitle {
	line-height: 65px;
}

.home__title.line-green:after {
	margin-top: 38px;
}

@media screen and (max-width: 575px) {
    .home__title {
        font-size: 45px;
		line-height: 45px;
    }
    .home__subtitle {
        font-size: 25px;
    }
	.homes {
		background-position: 70% center;
	}
}


/******************************************************* story ******************************/

.home-story {
    background-size: cover;
    min-height: 707px;
    background-color: #8D8580;
	padding-top: 181px;
	padding-bottom: 148px;
}

.home-story__title {
    margin-bottom: 20px;
}

.home-story__column {
    padding: 43px 117px 60px 117px;
}

.home-story__information {
    max-width: 553px;
    margin: 0 auto;
    text-align: center;
}

.home-story__about-us {
    margin-top: 20px;
}

.home-story__btn {
    max-width: 180px;
    width: 100%;
    padding: 12px 0;
    border: 2px solid #1877f2;
    transition: all .5s;
    margin: 26px auto 0 auto;
}

.home-story__btn:hover {
    color: #fff;
    background-color: #1877f2;
    border-color: transparent;
}

@media screen and (max-width: 1199px) {
    .home-story__column {
        padding: 60px;
    }
}

@media screen and (max-width: 575px) {
	.home-story {
		background-position: 49% top;
		padding-top: 84px;
		padding-bottom: 71px;
	}
	.home-story__column {
        padding: 59px 44px 61px 29px;
		background-position: 7% center;
    }
	.home-story__title {
		font-size: 25px;
	}
	.home-story__btn {
		margin: 26px 0 0 0;
		max-width: 158px;
		font-size: 18px;
		padding: 9px 0;
	}
}

/******************************************************* visitors ******************************/
.home-visitors {
    min-height: 880px;
    padding-top: 86px;
    padding-bottom: 44px;
    position: relative;
	overflow: hidden;
    background-color: #000031;
}
.home-visitors .line-white {
	top: 34px;
	left: 30%;
}
.home-visitors__column {
    padding: 32px 54px 50px 54px;
    background-position: top right;
	height: 610px;
	margin-left: -100px;
    margin-top: 40px;
}
.home-visitors-swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
	position: relative;
}
.home-visitors-swiper .swiper-button-prev {
	margin-left: 10px;
}

.home-visitors-swiper .swiper-button-next {
    margin-left: 20px;
}

.home-visitors-swiper .swiper-pagination {
    display: flex;
    justify-content: flex-end;
}

.home-visitors-swiper .swiper-nav {
    height: 33px;
}

.home-visitors-swiper .swiper-slide {
    width: 100% !important;
}

.home-visitors-slider__nav {
	position: absolute;
	bottom: 4%;
	right: 5%;
	z-index: 1;
}

.home-visitors-slider__title {
	font-size: 70px;
	margin-bottom: 40px;
	font-weight: 300;
	line-height: 70px;
}

@media screen and (max-width: 1199px) {
	.home-visitors__column {
        margin-top: -90px;
		margin-left: 0;
		height: calc(100% + 100%);
    }
}

@media screen and (max-width: 991px) {
    .home-visitors .col-absolute {
        position: static;
    }
    
	.home-visitors-swiper-img {
		min-height: auto;
	}
}
@media screen and (max-width: 767px) {
    .home-visitors-slider__nav {
		bottom: 100px;
	}
}
@media screen and (max-width: 575px) {
    .home-visitors-slider__title {
        font-size: 45px;
		margin-bottom: 10px;
		line-height: 50px;
    }
	.home-visitors-slider__title.line-green:after {
		margin-top: 10px !important;
	}
	 .home-visitors-slider__nav {
		bottom: 10px;
	}
	.home-visitors__column {
        padding: 18px 24px 50px 30px;
		margin-top: -92px;  
    }
	.home-visitors {
		padding-top: 22px;
		padding-bottom: 35px;
	}
	.home-visitors__column {
		background-position: 95% center;
	}
	.home-visitors .line-white {
		top: 11px;
	}
}
@media screen and (max-width: 370px) {
	.home-visitors__column {
		min-height: 650px;
    }
}


.home-visitors__share {
	border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all .5s;
	background-color: #1877f2;
	cursor: pointer;
}

.home-visitors__share:hover {
	background-color: #000031;
}

.home-visitors__share-linkedin,.home-visitors__share-facebook,.home-visitors__share-twitter {
	background-color: #1877f2;
	width: 40px;
    height: 40px;
	border-radius: 50%;
	margin: 0 5px;
	transition: all, .5s;
}

.home-visitors__share-linkedin:hover,
.home-visitors__share-facebook:hover,
.home-visitors__share-twitter:hover {
	background-color: #000031;
}

.a2a_default_style a:hover .a2a_svg, .a2a_floating_style a:hover .a2a_svg, .a2a_overlay_style a:hover .a2a_svg svg {
    opacity: 1 !important;
}

.home-visitors__share-icons {
	opacity: 0;
	transition: all .5s;
	pointer-events: none;
}
.home-visitors-share-icons-style {
	opacity: 1 !important;
	pointer-events: auto !important;
	
} 
.home-visitors__column-slider {
	min-height: 750px;
}

.home-visitors-slider__title.line-green:after {
	margin-top: 24px;
}
.home-visitors__share-green {
	background-color: #1877f2;
}
.swiper-pagination-bullet:hover:not(.swiper-pagination-bullet-active) {
	color: #1877f2;
}
/******************************************************* results ******************************/

.home-results {
    min-height: 703px;
    padding-top: 105px;
    padding-bottom: 103px;
}

.home-results__column {
    padding: 37px 103px 62px 80px;
    background-position: bottom right;
}

.home-results-swiper .swiper-button-prev-media {
    bottom: 16%;
    top: initial;
    right: 70px;
    left: auto;
    background-image: url("../../uploads/2020/05/arrow_slider_left.png");
    width: 38px;
    height: 8px
}

.home-results-swiper .swiper-button-next-media {
    bottom: 16%;
    top: initial;
    background-image: url("../../uploads/2020/05/arrow_slider_right.png");
    width: 38px;
    height: 8px;
    right: 20px;
}

.home-results-swiper .swiper-button-prev-media::after {
    content: "";
}

.home-results-swiper .swiper-button-next-media::after {
    content: "";
}

.home-results__link-read {
    position: relative;
}

.home-results__link-media {
    max-width: 180px;
    width: 100%;
    padding: 12px 0;
    border: 2px solid #1877f2;
    transition: all .5s;
    margin-left: auto;
}

.home-results__link-media:hover {
    color: #fff;
    background: #1877f2;
    border-color: transparent;
}

.home-results__date::after {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #D5D5D5;
    margin: 0 20px;
}

.home-results-swiper .swiper-slide {
    width: 100% !important;
}
.home-results-swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
}

.home-results-swiper .swiper-button-prev {
    margin-left: 10px;
}
.home-results-swiper .swiper-button-next {
    margin-left: 20px;
}

.home-results__read-link {
	color: #1877f2;
	margin-bottom: 73px;
	line-height: 24px;
	letter-spacing: 0.02px;
	text-transform: uppercase;
	transition: all .5s;
	position: relative;
	display: inline-block;
}
.home-results__read-link:hover {
	color: #1877f2;
}
.home-results-swiper__text {
	margin-bottom: 25px;
}

@media screen and (max-width: 575px) {
    .home-results__link-media {
        margin-top: 20px;
		margin-left: 0;
		font-size: 18px;
		padding: 9px 0;
		max-width: 156px;
    }
	.home-results .swiper-button-prev {
		margin-left: 40px;
	}
	.home-results {
		padding-top: 92px;
		padding-bottom: 75px;
		background-position: 51% center;
	}
	.home-results__column {
		padding: 26px 14px 34px 29px;
	}
	.home-results-swiper__title {
		font-size: 25px;
	}
	.home-results__read-link {
		margin-bottom: 30px;
		font-size: 18px;
		line-height: 22px;
	}
	.swiper-pagination-bullet {
		font-size: 14px !important;
		width: 25px !important;
	}
}

/******************************************************* glimps ******************************/

.home-glimps {
    padding-top: 58px;
    padding-bottom: 50px;
    background-color: #F8F5EF;
}

.home-glimps__title {
    margin-bottom: 67px;
	letter-spacing: 0.04px;
}

.home-glimps__title.line-green::after {
    margin: 26px auto 0 auto;
}
.property-branch__column-title {
	margin-bottom: 0;
}
.home-glimps__btn {
	max-width: 250px;
	width: 100%;
	padding: 12px 0;
	text-align: center;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 24px;
	border: 2px solid #1877f2;
	margin: 46px auto 0 auto;
	transition: all .5s !important;
}
.home-glimps__btn:hover {
	color: #fff !important;
	background-color: #1877f2;
	border-color: transparent;
}

@media screen and (max-width: 575px) {
	.home-glimps {
		padding-top: 26px;
		padding-bottom: 34px;
	}
	.home-glimps__title {
		font-size: 25px;
		margin-bottom: 29px;
	}
	.home-glimps__title.line-green:after {
		 margin: 26px 0 0 0;
	}
	.property-branch__column-title {
		line-height: 24px;
		margin-bottom: 20px;
	}
	.property-branch__column-title.line-green:after {
		display: none;
	}
	
	.property-branch__column-link {
		font-size: 18px;
		padding: 9px 0 !important;
		max-width: 158px !important;
	}
	.home-glimps__btn {
		max-width: 158px;
		padding: 9px 0;
		font-size: 18px;
		line-height: 22px;
		margin: 41px auto 0 auto;
	}
}

/******************************************************* reports ******************************/

.home-reports {
    padding-top: 58px;
    padding-bottom: 75px;
}

.home-reports__column-title {
    margin-bottom: 11px;
	margin-top: 27px;
}

.home-reports__date::after {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #D5D5D5;
    margin: 0 20px;
    display: inline-block;
}

.home-reports__newspaper {
    font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}

.home-reports__date {
    font-size: 16px;
	font-weight: 300;
	line-height: 27px;
}

.home-reports__text {
    margin-top: 6px;
}
.home-reports__link {
	margin-top: 24px;
	line-height: 24px;
	letter-spacing: 0.02px;
	transition: all .5s;
	position: relative;
	display: inline-block;
}

.home-reports__link:hover {
	color: #1877f2;
}

@media screen and (max-width: 575px) {
	.home-reports {
		padding-top: 30px;
		padding-bottom: 40px;
	}
	.home-reports__column-title {
    	margin-bottom: 0;
		margin-top: 0;
		line-height: 50px;
	}
	.home-reports__newspaper {
		font-size: 14px;
	}

	.home-reports__date {
		font-size: 14px;
	}
	.home-reports__text {
    	margin-top: 8px;
	}
	.home-reports__column {
    	padding-right: 26px;
	}
	.home-reports__link {
		font-size: 18px;
		line-height: 22px;
		margin-top: 32px;
	}
	.home-reports__column--mb {
		margin-bottom: 75px;
	}
}

/******************************************************* management-lobby ******************************/

.management-lobby {
	position: relative;
	overflow: hidden;
	min-height: 621px;
}

.management-lobby__title {
    margin-bottom: 25px;
}
.management-lobby__title.line-green:after {
    margin-top: 48px;
}
.management-lobby__subtitle {
	line-height: 40px;
}

@media screen and (max-width:575px) {
	.management-lobby {
		background-position: 36% center;
	}
	.management-lobby__title {
    	margin-bottom: 11px;
	}
	.management-lobby__title.line-green:after {
   	 	margin-top: 20px;
	}
	.management-lobby__subtitle {
		line-height: 30px;
	}
}

/******************************************************* our-management ******************************/

.our-management {
    padding-top: 88px;
    padding-bottom: 103px;
}
.our-management__title {
	letter-spacing: 0.04px;
	margin-bottom: 0;
}
.our-management__title.line-green::after {
    margin-top: 10px;
}

.our-management__column {
    padding: 51px 93px 20px 78px;
    position: relative;
}

.our-management__column::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
	width: 0;
	height: 0;
	border-top: 53px solid #000031; 
	border-right: 53px solid transparent;
}

.our-management__column::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 0;
	width: 0;
	height: 0;
	border-bottom: 53px solid #000031; 
	border-left: 53px solid transparent;
}
@media screen and (max-width:991px) {
	.our-management__title {
		margin-bottom: 50px;
	}
}
@media screen and (max-width:575px) {
	.our-management {
		padding-top: 42px;
		padding-bottom: 42px;
	}
	.our-management__title {
		margin-bottom: 25px;
	}
	.our-management__title.line-green::after {
    	margin-top: 20px;
	}
	.our-management__column::before {
		border-top-width: 25px;
		border-right-width: 25px;
	}
	.our-management__column::after {
		border-bottom-width: 25px; 
		border-left-width: 25px;
	}
	.our-management__column {
    	padding: 44px 5px 20px 0;
	}
}

/******************************************************* management-employee ******************************/

.management-employee__column {
	position: relative;
}
.management-employee__column img {
	width: 100%;
}
.management-employee__title {
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 16px;
}
.management-employee__title.line-green::after {
    margin: 18px auto 0 auto;
}
.management-employee__subtitle {
    font-size: 25px;
	line-height: 26px;
	font-weight: 300;
    display: block;
	padding: 0 35px;
}

.management-employee__content {
    background-color: rgba(0, 0, 0, 0.4);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 86px 0 84px 0;
	position: absolute;
	top: 0;
	left: 0;
	transition: all .5s;
}

.management-employee__content:hover {
    background-color: rgba(0, 0, 0, 0.7);
}

.management-employee__content:hover .management-employee__link {
    display: block;
	font-size: 20px;
	height: auto;
	border:  2px solid #1877f2;
	
}

.management-employee__link {
    max-width: 180px;
    width: 100%;
    padding: 12px 0;
	transition: inherit;
	font-weight: 500;
	line-height: 24px;
	font-size: 0;
	height: 0;
	margin-top: 20px;
}
.management-employee__link:hover {
    background-color: #1877f2;
	color: #fff;
	border-color: transparent !important;
}

@media screen and (max-width:575px) {
	.management-employee__title {
		margin-bottom: 12px;
	}
}

/******************************************************* management-inner ******************************/

.single-employee {
    position: relative;
	min-height: 622px;
	overflow: hidden;
	background-position: 100% 0;
}

.single-employee__img {
	width: 100%;
}

.single-employee-content {
    padding-top: 62px;
    padding-bottom: 86px;
}

.single-employee-content__title {
    margin-bottom: 30px;
	font-weight: 300;
}
.single-employee-content__title.line-green:after {
    margin-top: 39px;
}

.single-employee-content__subtitle {
    color: #3F3F3F;
    margin-bottom: 54px;
	line-height: 40px;
}

@media screen and (max-width:575px) {
	.single-employee {
		background-position: 65% center;
	}
	.single-employee-content {
		padding-top: 33px;
		padding-bottom: 30px;
	}
	.single-employee-content__title {
		line-height: 30px;
		margin-bottom: 25px;
	}
	.single-employee-content__title.line-green:after {
    	margin-top: 34px;
	}	
	.single-employee-content__subtitle {
		margin-bottom: 10px;
	}
}


/******************************************************* about ******************************/
.about {
	position: relative;
    overflow: hidden;
	min-height: 621px;
}
.about__title {
    margin-bottom: 35px;
	font-weight: 300;
}
.about__title.line-green:after {
	margin-top: 34px;
}
.about__subitle {
	line-height: 40px;
}

@media screen and (max-width: 575px) {
	.about {
		background-position: 36% center;
	}
	.about__title {
		font-size: 45px;
		line-height: 45px;
		margin-bottom: 0;
		font-weight: 400;
	}
	.about__title.line-green:after {
		margin-top: 20px;
	}
	.about__subitle {
		font-size: 25px;
		line-height: 65px;
	}
	.triangle-main {
		border-width: 47px 0 0 47px;
	}
}


/******************************************************* about-us ******************************/

.about-us {
    padding-top: 62px;
    padding-bottom: 108px;
}

.about-us span {
    font-size: 70px;
	font-weight: 300;
	line-height: 50px;
}

.about-us__title {
    margin-bottom: 26px;
}

.about-us__title.line-green::after {
    margin-top: 21px;
}
.about-us__visitors {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 10px;
	line-height: 24px;
}

@media screen and (max-width: 1199px) {
    .about-us__column-first {
        margin-bottom: 60px;
    }
}

@media screen and (max-width: 991px) {
    .about-us__column img {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 575px) {
	.about-us {
		padding-top: 41px;
		padding-bottom: 50px;
	}
    .about-us__title {
		margin-bottom: 10px;
	}
	.about-us__title.line-green::after {
    	margin-top: 10px;
	}
	.about-us__column-first {
        margin-bottom: 42px;
    }
	.about-us__column img {
        margin-bottom: 20px;
    }
	.about-us span {
		font-size: 45px;
		line-height: 50px;
	}
	.about-us__visitors {
		font-size: 18px;
		margin-bottom: 10px;
		line-height: 24px;
	}
	
}

/******************************************************* about-chart ******************************/

.about-chart {
    padding-top: 67px;
	padding-bottom: 68px;
    background-color: #F9F9F9;
}
.about-chart__info {
	max-width: 300px;
	margin-left: 40px;
}
#circle canvas {
	max-width: 100%;
	height: auto !important;
}
#circle_two canvas {
	max-width: 100%;
	height: auto !important;
}
.about-chart__percentage {
    font-size: 70px;
	line-height: 50px;
	font-weight: 300;
}
.about-chart__percentage-one {
	font-size: 60px;
}

.about-chart__percentage--green {
    color: #81C48F;
}
.about-chart__info-title {
    margin-bottom: 2px;
	font-size: 33px;
}

@media screen and (max-width: 991px) {
	.about-chart__info--mb {
		margin-bottom: 43px;
	}
}
@media screen and (max-width: 575px) {
	.about-chart {
		padding-top: 52px;
		padding-bottom: 67px;
	}
	
	.about-chart__percentage {
		 font-size: 45px;
	}
	.about-chart__info-title {
		font-size: 25px;
	}
	.about-chart__percentage-one {
		font-size: 40px;
	}
    
}


/******************************************************* about-location ******************************/

.about-location {
    padding-top: 63px;
    padding-bottom: 94px;
}

.about-location__column--pt {
    padding-top: 40px;
}

.about-location__column-number {
    font-size: 70px;
    margin-bottom: 2px;
	line-height: 50px;
	font-weight: 300;
}

.about-location__column-title {
    margin-bottom: 3px;
}

@media screen and (min-width: 1200px) {
	.about-location__number-mt {
		margin-top: 54px;
	}
}
@media screen and (min-width: 576px) {
	.about-location__info--mb {
		margin-bottom: 54px;
	}
}
@media screen and (max-width: 991px) {
	.about-location__column-img {
		margin-bottom: 50px;
	}
}

@media screen and (max-width: 575px) {
	.about-location {
		padding-top: 42px;
		padding-bottom: 50px;
	}
	.about-location .container-1600 {
		padding: 0;
	}
	.about-location__column-number {
		font-size: 45px;
	}
	.about-location__column-title {
		line-height: 50px;
		margin-bottom: 0;
	}
	.about-location__column-img {
		margin-bottom: 13px;
	}
	
}

/******************************************************* about-achievements ******************************/

.about-achievements {
    padding-top: 24px;
    padding-bottom: 108px;
}
.about-achievements__title {
    margin-bottom: 59px;
	letter-spacing: 0.04px;
}

.about-achievements__title.line-green::after {
    margin: 32px auto 0 auto;
}

@media screen and (max-width: 575px) {
	.about-achievements {
		padding-bottom: 57px;
	}
	.about-achievements__title {
		margin-bottom: 55px;
		letter-spacing: 0.03px;
	}
	.about-achievements__title.line-green::after {
		margin: 20px 0 0 0;
	}
	.about-achievements__gresbs {
		margin-top: 45px;
	}
}

/******************************************************* about-vision ******************************/

.about-vision {
    padding-top: 49px;
	padding-bottom: 54px;
    background-color: #000031;
}

.about-vision__column {
    position: relative;
    z-index: 1;
    top: 30px;
	margin-right: -77px;
}

.about-vision__info-vision, .about-vision__info-strategy {
    padding: 34px 77px 30px 75px;
}

.about-vision__info-vision {
    background-position: right top;
	margin-bottom: 18px;
}
.about-vision__info-strategy {
	background-position: inherit;
}
.about-vision__column-title.line-green::after {
        margin-top: 17px;
    }

.about-vision__img {
	min-height: 750px;
}
.about-vision__img img {
	height: 100%;
}

.about-vision__column-title {
    margin-bottom: 13px;
	font-weight: 300;
}

.about-vision__column-title.line-green::after {
    margin-top: 17px;
}

@media screen and (max-width: 1199px) {
	.about-vision__column {
		margin-right: 0;
		margin-top: -100px;
	}
}
@media screen and (max-width: 575px) {
	.about-vision {
		padding-top: 27px;
		padding-bottom: 78px;
	}
	.about-vision__column-title {
		margin-bottom: 9px;
		font-weight: 400;
	}
	
	.about-vision__info-vision {
    	padding: 23px 24px 27px 30px;
		background-position: 92% center;
	}
	.about-vision__info-strategy {
    	padding: 23px 24px 27px 30px;
		background-position: 8% center;
		
	}
	.about-vision__img img {
		height: auto;
	}
	.about-vision__img {
		min-height: auto;
	}
}

/******************************************************* career ******************************/
.career {
    background-color: #85888D;
	position: relative;
	overflow: hidden;
	min-height: 622px;
}
.career__column__title {
    margin-bottom: 25px;
}
.career__column__title.line-green:after {
    margin-top: 48px;
}

@media screen and (max-width: 575px) {
    .career__column__title {
         margin-bottom: 11px;
    }
	.career__column__title.line-green:after {
    	margin-top: 21px;
	}
}

/******************************************************* career-video ******************************/

.career-video {
    padding-top: 119px;
    padding-bottom: 120px;
    background-color: #F8F5EF;
}

.plyr__control--overlaid {
    background-color: #1877f2;
}

.plyr--video .plyr__control.plyr__tab-focus, .plyr--video .plyr__control:hover, .plyr--video .plyr__control[aria-expanded=true] {
    background-color: #1877f2;
}

.plyr--full-ui input[type=range] {
    color: #1877f2;
}

@media screen and (max-width: 575px) {
	.career-video {
		padding-top: 27px;
		padding-bottom: 28px;
	}
}

/******************************************************* career-description ******************************/

.career-description {
    background-color: #000031;
    padding-top: 76px;
    padding-bottom: 111px;
	position: relative;
	overflow: hidden;
}

.line-white {
  	height: 100%;
  	width: 100%;
	position: absolute;
}

.career-description .line-white {
	top: 20px;
	left: 18%;
}

.line-white__one {
  background-color: #fff;
  height: 2px;
  width: 100%;
}

.anim-one {
	animation: line-white__one 3s ease-in-out 20;
}

.anim-one-career {
	animation: line-white__one 5s ease-in-out;
}

.line-white__two {
  background-color: #fff;
  width: 2px;
  height: 100%;
}

.anim-two {
	animation: line-white__two 2.95s ease-in-out 20;
}

.anim-two-career {
	animation: line-white__two 5s ease-in-out;
}

@keyframes line-white__one { 
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }

}
@keyframes line-white__two { 
  0% {
    height: 0;
  }

  100% {
    height: 100%;
  }

}

.career-description__title {
    letter-spacing: 0.04px;
    margin-bottom: 31px;
}
.career-description__title::after {
    content: "";
    display: block;
    width: 47px;
    height: 2px;
    background-color: #fff;
    border-bottom: 4px solid #fff;
    margin-top: 14px;
}
.career-description__share {
	border: 2px solid #fff;
	width: 60px;
	height: 60px;
	transition: all .5s;
	fill: #fff;
	background-color: #1877f2;
}

.career-description__share:hover {
	cursor: pointer;
	background-color: #fff;
	border-color: transparent;
}

.career-share-icons-style {
	opacity: 1 !important;
	pointer-events: auto !important;
	
}
.career-description__share-icons {
	opacity: 0;
	pointer-events: none;
	transition: all .5s;
}
.career-description__share-linkedin, .career-description__share-facebook, .career-description__share-twitter {
	width: 60px;
	height: 60px;
	border: 2px solid #fff;
	background-color: #F37453;
	transition: all .5s;
}

.career-description__share-linkedin:hover,
.career-description__share-facebook:hover,
.career-description__share-twitter:hover {
	background-color: #1877f2;
	border-color: transparent;
}
@media screen and (max-width: 1440px) {
	.career-description .line-white {
		left: 4%;
	}	
}
@media screen and (max-width: 575px) {
	.career-description {
		padding-top: 49px;
		padding-bottom: 31px;
	}
	.career-description__column-social {
		margin-top: 38px;
	}
	.career-description .line-white {
		left: 12%;
	}
}

/******************************************************* career-position ******************************/

.career-position {
    padding-top: 60px;
    padding-bottom: 75px;
}

.career-position__title {
    margin-bottom: 63px;
}
.career-position__title.line-green::after {
    margin-top: 19px;
}
.career-position button:focus  {
	outline: none !important;
}
.career-position__accordion {
  padding: 48px 41px 45px 33px;
  border-top: 1px solid #E5E5E5;
  border-bottom: 1px solid #E5E5E5;
  background-color: transparent;
  cursor: pointer;
  width: 100%;
  outline: none;
  transition: 0.4s;
  color: #3F3F3F;
  font-family: 'Calibre Test', sans-serif;
  position: relative;
}

.career-position__accordion-title {
	font-weight: 500;
	font-size: 25px;
	line-height: 26px;
	margin-right: 30px;
}
.active-accordion .career-position__accordion-title {
    color: #1877f2;  
}
.career-position__accordion-location {
	margin-right: 64px;
	font-size: 20px;
	font-weight: 300;
}
.career-position__accordion-panel {
  display: none;
  background-color: white;
  overflow: hidden;
  max-width: 920px;
  padding: 10px 0 10px 33px;
}
.career_positon_accordion_apply {
	margin-top: 44px;
	max-width: 272px;
	width: 100%;
	color: #1877f2;
	padding: 12px 0;
	border: 2px solid #1877f2;
	text-transform: uppercase;
	font-weight: 500;
	line-height: 24px;
	transition: all .5s;
}

.career_positon_accordion_apply:hover {
	color: #fff;
	background-color: #1877f2;
	border-color: transparent;
}
.career-position__accordion:after {
  content: url("../../uploads/2023/02/plus.png"); 
  position: absolute;
  top: 50%;
  transform: translatey(-50%);
  right: 41px;
}
.career-position__accordion.active-accordion:after {
  content: url("../../uploads/2023/02/minus.png"); 
}
.career-position__accordion-panel p {
	margin-bottom: 0;
}
@media screen and (max-width: 767px) {
	.career-position__accordion-title {
		font-size: 20px;
	}
	.career-description__column-social {
		margin-top: 38px;
	}
}
@media screen and (max-width: 575px) {
	.career-position {
		padding-top: 33px;
		padding-bottom: 32px;
	}
	.career-position__title {
		margin-bottom: 39px;
	}
	.career-position__title.line-green::after {
    	margin-top: 5px;
	}
	.career-position__accordion {
		padding: 11px 0px 18px 0;
	}
	.career-position__accordion:after {
	  	content: url("../../uploads/2020/06/plus-small.png"); 
	  	top: 70%;
		right: 0;
		transform: translatey(0);
	}
	.career-position__accordion.active-accordion:after {
  		content: url("../../uploads/2020/06/minus-small.png"); 
	}
	.career-position__accordion-title {
		margin-bottom: 24px;
	}
	.career-position__accordion-panel {
		padding: 10px 0;
	}
	.career_positon_accordion_apply {
		margin-top: 22px;
		max-width: 198px;
		padding: 9px 0;
		font-size: 18px;
		line-height: 22px;
	}
}


/******************************************************* investors-lobby ******************************/

.investors {
	background-color: #6B574E;
	position: relative;
	overflow: hidden;
	min-height: 621px;
}
.investors__title {
    margin-bottom: 25px;
}
.investors__title.line-green:after {
    margin-top: 48px;
}
.investors__subtitle {
	line-height: 40px;
}
@media screen and (max-width: 575px) {
	.investors__title {
    	margin-bottom: 11px;
	}
	.investors__title.line-green:after {
    	margin-top: 20px;
	}
	.investors__subtitle {
		line-height: 30px;
	}
}

/******************************************************* investors-metrics ******************************/

.investors-metrics {
    padding-top: 76px;
    padding-bottom: 88px;
}
.investors-metrics__info:first-child {
    margin-bottom: 21px;
}
.investors-metrics__info {
    padding: 54px 50px 48px 50px;
}
.investors-metrics__column--height {
    height: 100%;
}
.investors-metrics__info-number {
	font-size: 70px;
	font-weight: 300;
	line-height: 50px;
}
.investors-metrics__info-number--before:before {
	content: "€";
	font-size: 60px;
}
.investors-metrics__info-number--after:after {
	content: "%";
	font-size: 60px;
}
.investors-metrics__info-title {
	margin-top: 8px;
	margin-bottom: 0;
}
.investors-metrics__info-bn {
    font-size: 35px;
	line-height: 50px;
}
.investors-metrics__arrow-number {
    font-size: 70px;
	display: inline-block;
    margin-bottom: 29px;
	line-height: 50px;
	font-weight: 300;
}
.investors-metric__share-price {
	margin-bottom: 3px;
}
.investors-metrics__percentage {
    margin-bottom: 17px;
}
.investors-metrics__percentage-span {
	font-family: 'LucidaGrande', sans-serif;
}
.triangle-green {
	width: 0; 
  	height: 0; 
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 9px solid #81C48F;
}
.triangle-red {
	width: 0; 
	height: 0; 
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-top: 9px solid red;
}
.number-up {
	color: #81C48F;
}
.number-down {
	color: red;
	width: 66%;
}
.line-up {
	width: 47px;
    height: 2px;
    background-color: #81C48F;
    border-bottom: 4px solid #81c48f;
	margin-top: 12px;
}
.line-down {
	width: 47px;
    height: 2px;
    background-color: red;
    border-bottom: 4px solid red;
	margin-top: 12px;
}
.investors-metrics__column-share {
    padding: 87px 70px 112px 75px;
}
.investors-metrics__column-bg {
    background-position: top right;
}

@media screen and (max-width: 991px) {
    .investors-metrics__column-bg {
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
	.investors-metrics {
		padding-top: 30px;
		padding-bottom: 35px;
	}
    .investors-metrics__info-number {
        margin-right: 0;
		font-size: 45px;
    }
	.investors-metrics__info-bn {
		font-size: 25px;
	}
	.investors-metrics__arrow-number {
		font-size: 35px;
		margin-bottom: 0;
	}
	.investors-metrics__percentage-span {
		line-height: 50px;
	}
	.investors-metrics__share-date {
		font-size: 18px;
	}
	.investors-metrics__percentage.line-green::after {
        margin: 5px 0 0 0;
    }
	 .investors-metrics__column-content {
        margin-left: 17px;
    }
	.investors-metrics__info {
    	padding: 16px 49px 42px 24px;
	}
	.investors-metrics__info-text {
		margin-left: 11px;
	}
	.investors-metrics__column-share {
    	padding: 14px 57px 10px 30px;
	}
	.investors-metrics__column-share img {
		width: 53px;
		height: 53px;
	}
}

/******************************************************* investors-profit ******************************/

.investors-profit {
    padding: 20px;
}
.investors-profit__content {
    padding-top: 61px;
    padding-bottom: 60px;
    border: 8px solid #F37453;
}
.investors-profit__column-title {
	letter-spacing: 0.04px;
}
.investors-profit__column-description {
    letter-spacing: 0.02px;
	line-height: 26px;
}
.investors-profit__column-content {
    margin-left: 30px;
	min-height: 120px;
}
.investors-profit__column-currency {
	font-size: 29px;
}

.investors-profit__column-border {
	position: relative;
}
.investors-profit__column-value {
    font-size: 70px;
	line-height: 50px;
	font-weight: 300;
	margin-bottom: 10px;
	display: inline-block;
}

.investors-profit__column-value--fz {
    font-size: 60px;
}
.investors-profit__column-border:before {
	content: "";
	height: 270px;
	width: 4px;
	background-color: #81C48F;
	position: absolute;
	left: -20px;
}
.investors-profit__column-data .investors-profit__column-datas:first-child {
	margin-bottom: 40px;
}
.investors-profit__column-data {
	padding: 20px 0;
}
.investors-profit .row .col-12:not(:last-child) {
	margin-bottom: 20px;
}

@media screen and (max-width: 1199px) {
    .investors-profit__column-border:before {
		display: none;
	}
}

@media screen and (max-width: 767px) {
    .investors-profit__column-description {
        max-width: 200px;
        margin: auto;
    }
    .investors-profit__column-content {
        text-align: center;
    }
}
@media screen and (max-width: 575px) {
    .investors-profit {
    	padding: 22px;
	}
	.investors-profit__content {
		padding-top: 35px;
		padding-bottom: 60px;
		border-width: 5px;
	}
	.investors-profit__column-description {
		font-size: 18px;
	}
	.investors-profit img {
		width: 84px;
		height: 84px;
	}
	.investors-profit__column-content {
    	margin-left: 20px;
	}
	.investors-profit__column-title {
		margin-bottom: 0 !important;
	}
	.investors-profit__column--mt {
		margin-top: 30px;
	}
}
/******************************************************* investors-cards ******************************/

.investors-cards {
    min-height: 642px;
	padding-top: 74px;
	padding-bottom: 148px;
}
.investors-cards__title {
    margin-bottom: 64px;
}
.investors-cards__title.line-green::after {
    margin-left: auto;
    margin-right: auto;
    margin-top: 9px;
}
.investors-cards__column {
    padding: 38px 5px 101px 54px;
    background-position: 90% center;
}
.investors-cards__column-title {
    margin-bottom: 28px;
	font-weight: 500;
}
.investors-cards__column-contact {
    margin-bottom: 16px;
}
.investors-cards__column-span {
    margin-left: 21px;
	position: relative;
	display: inline-block;
	transition: all .5s
}
.investors-cards__column-span--line {
    color: #1877f2;
}
.investors-cards__column-span--line:after {
    content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #1877f2;
}
.investors-cards__column-link {
	line-height: 27px;
	font-weight: 300;
	transition: all .5s;
}
.investors-cards__column-link:hover .investors-cards__column-span {
    color: #1877f2;
}
.investors-cards__column-link:hover .investors-cards__column-span--line:after {
    background-color: #1877f2;
}

@media screen and (max-width: 767px) {
	.investors-cards__column-mb {
		margin-bottom: 20px;
	}  
}
@media screen and (max-width: 575px) {
	.investors-cards {
		padding-top: 17px;
		padding-bottom: 23px;
		background-position: 55% center;
	}  
	.investors-cards__title {
    	margin-bottom: 28px;
	}
	.investors-cards__column {
		padding: 35px 21px 43px 21px;
	}
}

/******************************************************* investors-release ******************************/

.investors-release {
    padding-top: 48px;
    padding-bottom: 59px;
    background-color: #F9F9F9;
}
.investors-release__title {
    margin-bottom: 71px;
}
.investors-release__title.line-green::after {
   margin: 9px auto 0 auto;
}
.investors-table {
    font-size: 20px;
	color: #4A4A4A;
	font-weight: 300;
	margin-bottom: 65px;
}
.investors__table-top {
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	display: block;
}
.investors-release__table .table-width-one,
.investors-result__table .table-width-one {
	width: 46%;
}
.investors-release__table .table-width-two,.investors-release__table .table-width-three,.investors-release__table .table-width-four,
.investors-result__table .table-width-two,.investors-result__table .table-width-three,.investors-result__table .table-width-four {
	width: 18%;
}
.investors__table-bottom:not(:last-child){
	padding-right: 15px;
}
.investors__table-сontent {
	padding: 21px 23px 27px 28px ;
	border-bottom: 1px solid #CECECE;
}
.investors__table-read {
    text-transform: uppercase;
    color: #000;
	font-weight: 500;
	transition: all .5s;
	text-align: right;
	position: relative;
	display: inline-block;
}


.investors__table-read:hover {
    color: #1877f2;
}
.investors-table__btn {
    max-width: 278px;
    width: 100%;
    border: 2px solid #1877f2;
    padding: 12px;
    text-transform: uppercase;
	transition: all .5s;
	margin: 0 auto;
	text-align: center;
}
.investors-table__btn:hover {
    background-color: #1877f2;
    color: #fff;
    border-color: #1877f2;
}

@media screen and (max-width: 767px) {
	.investors-table {
		font-size: 18px;
	}
}
@media screen and (max-width: 575px) {
	.investors-release {
		padding-top: 30px;
		padding-bottom: 53px;
	}	
	.investors-release__title {
    	margin-bottom: 12px;
	}
	.investors-release__title.line-green::after {
   		margin: 9px 0 0 0;
	}
	.investors__table-сontent {
		padding: 13px 10px 9px 0;
	}
	.table-width-one,.table-width-two,.table-width-three,.table-width-four {
		width: 100% !important;
	}
	.investors__table-read {
		text-align: left;
		font-size: 18px;
	}
	.investors-table__btn {
    	max-width: 224px;
		width: 100%;
		padding: 9px;
		font-size: 18px;
	}
	.investors-table__wrapper-btn {
		margin-top: 45px;
	}
}

/******************************************************* single-release ******************************/

.single-release-form  {
	padding-top: 96px;
	padding-bottom: 82px;
}

.single-release-form label {
  position: relative;
	margin-bottom: 0;
}

.single-release-form form ul {
    display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.single-release-form form ul li {
    list-style-type: none;
	max-width: 443px;
    width: 100%;
}
.single-release-form form ul li:not(:last-child) {
    margin-right: 20px;
}
.single-release-form form ul li h4 {
    font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	margin-bottom: 0;
	color: #3F3F3F;
}
.single-release-form .sf-input-select {
    min-width: 350px;
	border: none;
	border-bottom: 1px solid #CECECE;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	font-family: 'Calibre Test', sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: url("../../uploads/2020/06/triangle.png") no-repeat 95% center;
}

.single-release__table {
	background-color: #F9F9F9;
	padding-top: 42px;
	padding-bottom: 73px;
}
.single-release__contact-title {
	margin-bottom: 28px;
}
.single-release__contact-title.line-green:after {
	margin-top: 18px;
}
.single-release-contact {
	padding-top: 61px;
	padding-bottom: 67px;
}

@media screen and (max-width: 767px) {
	.single-release-form form ul {
		flex-direction: column;
		justify-content: flex-start;
	}
	.single-release-form form ul li {
		max-width: none;
		margin-right: 0 !important;
	}
	.single-release-form form ul li:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.single-release-form  {
		padding-top: 31px;
		padding-bottom: 57px;
	}
	.single-release__table {
		padding: 47px 0;
	}
	.single-release__contact-title {
		margin-bottom: 13px;
	}
	.single-release__contact-title.line-green:after {
		margin-top: 20px;
	}
	.single-release-contact {
		padding-top: 38px;
		padding-bottom: 46px;
	}
}

/******************************************************* investors-result ******************************/
.investors-result {
    padding-top: 48px;
    padding-bottom: 59px;
}
.investors-result__title {
    margin-bottom: 71px;
}
.investors-result__title.line-green::after {
    margin: 9px auto 0 auto;
}

@media screen and (max-width: 575px) {
	.investors-result {
		padding-top: 29px;
		padding-bottom: 40px;
	}
	.investors-result__title {
    	margin-bottom: 12px;
	}
	.investors-result__title.line-green::after {
   		margin: 9px 0 0 0;
	}
}

/******************************************************* single-result-form ******************************/

.single-result-form  {
	padding-top: 96px;
	padding-bottom: 82px;
}
.single-result-form label {
  	position: relative;
	margin-bottom: 0;
}

.single-result-form form ul {
    display: flex;
	justify-content: space-between;
	margin-bottom: 0;
}
.single-result-form form ul li {
    list-style-type: none;
	max-width: 443px;
    width: 100%;
}
.single-result-form form ul li:not(:last-child) {
    margin-right: 20px;
}
.single-result-form form ul li h4 {
    font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	margin-bottom: 0;
	color: #3F3F3F;
}

.single-result-form .sf-input-select {
    min-width: 350px;
	border: none;
	border-bottom: 1px solid #CECECE;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	font-family: 'Calibre Test', sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: url("../../uploads/2020/06/triangle.png") no-repeat 95% center;
}

.single-result__table {
	background-color: #F9F9F9;
	padding-top: 42px;
	padding-bottom: 73px;
}
@media screen and (max-width: 767px) {
	.single-result-form form ul {
		flex-direction: column;
		justify-content: flex-start;
	}
	.single-result-form form ul li {
		max-width: none;
		margin-right: 0 !important;
	}
	.single-result-form form ul li:not(:last-child) {
		margin-bottom: 20px;
	}
}
@media screen and (max-width: 575px) {
	.single-result-form  {
		padding-top: 31px;
		padding-bottom: 57px;
	}
	.single-result__table {
		padding: 47px 0;
	}
}

/******************************************************* investors-calendar ******************************/

.investors-calendar {
    padding-top: 48px;
    padding-bottom: 45px;
}
.investors-calendar__title {
	margin-bottom: 71px;
}
.investors-calendar__title.line-green:after {
	margin: 9px auto 0 auto;
}

.investors-calendar__table .table-width-one,
.emtn-table__table-inner .table-width-one,
.share-table__table-inner .table-width-one,
.governance-inner-table .table-width-one {
	width: 60%;
}

.investors-calendar__table .table-width-two,
.emtn-table__table-inner .table-width-two,
.share-table__table-inner .table-width-two,
.governance-inner-table .table-width-two {
	width: 20%;
}

.investors-calendar__table .table-width-three,
.emtn-table__table-inner .table-width-three,
.share-table__table-inner .table-width-three,
.governance-inner-table .table-width-three {
	width: 20%;
}

@media screen and (max-width: 575px) {
	.investors-calendar {
		padding-top: 9px;
		padding-bottom: 12px;
	}
	.investors-calendar__title {
		margin-bottom: 19px;
	}
	.investors-calendar__title.line-green:after {
		margin: 9px 0 0 0;
	}
}
/******************************************************* investors-analysts ******************************/
.analysts {
	padding-top: 54px;
	padding-bottom: 54px;
}
.investors-analysts__title {
	margin-bottom: 58px;
}
.investors-analysts__title.line-green:after {
	margin: 32px auto 0 auto;
}
.analysts__slider-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
}
.analysts__slider-container .swiper-slide {
	text-align: center;
}
@media screen and (max-width: 575px) {
	.analysts {
		padding-top: 42px;
		padding-bottom: 40px;
	}
	.investors-analysts__title {
		margin-bottom: 0px;
	}
	.investors-analysts__title.line-green:after {
		margin: 13px auto 0 auto;
	}
}
/******************************************************* investors-corporate ******************************/

.investors-corporates {
    padding-top: 105px;
	padding-bottom: 134px;
    min-height: 734px;
}
.investors-corporate__column {
	padding: 37px 122px 90px 81px;
	background-position: 80% center;
}
.investors-corporates-title {
	margin-bottom: 10px;
}
.investors-corporates-read-more-link {
	margin-top: 16px;
	display: inline-block;
	position: relative;
	transition: all .5s;
}

.investors-corporates-read-more-link:hover {
	color: #1877f2;
}
.investors-corporates-read-more:after {
	content: "";
	width: 0; 
	height: 0; 
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 6px solid #F37453;
	margin-left: 10px;
}
.pres_rel {
    min-height: 642px;
    background-image: url(http://atrium/wp-content/uploads/2020/05/atrium-site_4.2-PressReleases_top_image.jpg);
}

.investors-corporates-desc_1 {
	margin-bottom: 20px;
}
@media screen and (max-width: 575px) {
	.investors-corporates {
		padding-top: 45px;
		padding-bottom: 58px;
		min-height: auto;
	}
	.investors-corporate__column {
		padding: 40px 10px 32px 30px;
		background-position: 90% center;
	}
}
/******************************************************* investors-contact-form ******************************/
.investors-contact-form {
	padding-top: 61px;
	padding-bottom: 76px;
}
.investors-contact-form__title {
	margin-bottom: 28px;
}
.investors-contact-form__title.line-green:after {
	margin-top: 18px;
}
.investors-contact-form__form {
	margin-top: 37px;
}
@media screen and (max-width: 575px) {
	.investors-contact-form {
		padding-top: 23px;
		padding-bottom: 46px;
	}
	.investors-contact-form__title {
		margin-bottom: 13px;
	}
}

/******************************************************* single-release ******************************/

.single-release {
	position: relative;
	overflow: hidden;
	min-height: 622px;
}
.single-release__title {
	margin-bottom: 25px;
}
.single-release__title.line-green:after {
	margin-top: 48px;
}
@media screen and (max-width: 575px) {
	.single-release__title {
		margin-bottom: 11px;
	}
	.single-release__title.line-green:after {
		margin-top: 20px;
	}
}
/******************************************************* single-result ******************************/
.single-result {
	position: relative;
	overflow: hidden;
	min-height: 622px;
}
.single-result__title {
	margin-bottom: 25px;
}
.single-result__title.line-green:after {
	margin-top: 48px;
}
.single-result-contact {
	padding-top: 61px;
	padding-bottom: 76px;
}
.single-result-contact__title {
	margin-bottom: 28px;
}
.single-result-contact__title.line-green::after {
	margin-top: 18px;
}
@media screen and (max-width: 575px) {
	.single-result__title {
		margin-bottom: 11px;
	}
	.single-result__title.line-green:after {
		margin-top: 20px;
	}
	.single-result-contact {
		padding-top: 38px;
		padding-bottom: 46px;
	}
	.single-result-contact__title {
		margin-bottom: 7px;
	}
	.single-result-contact__title.line-green::after {
		margin-top: 15px;
	}
}

/******************************************************* media ******************************/

.media {
	position: relative;
	overflow: hidden;
	background-color: #676558;
	min-height: 622px;
}
.media__title {
    margin-bottom: 25px;
}
.media__title.line-green:after {
    margin-top: 48px;
}
@media screen and (max-width: 575px) {
	.media__title {
    	margin-bottom: 11px;
	}
	.media__title.line-green:after {
		margin-top: 21px;
	}
}

/******************************************************* media-menu ******************************/
.media-menu {
	margin-top: 60px;
}
.media-menu label {
  position: relative;
}

.media-menu form ul {
    display: flex;
	justify-content: center;
	margin-bottom: 0;
}
.media-menu form ul li {
    list-style-type: none;
	max-width: 443px;
	width: 100%;
	margin-right: 20px;
}
.media-menu form ul li h4 {
    font-size: 16px;
	line-height: 19px;
	font-weight: 300;
	margin-bottom: 13px;
	color: #3F3F3F;
}

.media-menu .sf-input-select {
	max-width: 443px;
	width: 100%;
	border: none;
	border-bottom: 1px solid #CECECE;
	font-size: 20px;
	line-height: 24px;
	font-weight: 500;
	color: #000;
	font-family: 'Calibre Test', sans-serif;
	-webkit-appearance: none;
    -moz-appearance: none;
	background: url("../../uploads/2020/06/triangle.png") no-repeat 95% center;
}

.select-items div:hover {
	color: #fff !important;
	background-color: #1877f2 !important;
}

@media screen and (max-width: 767px) {
	.media-menu form ul {
		flex-direction: column;
		justify-content: flex-start;
	}
	.media-menu form ul li {
		max-width: none;
		margin-right: 0 !important;
	}
	.media-menu form ul li:not(:last-child) {
		margin-bottom: 20px;
	}
}

/******************************************************* media-news ******************************/
.media-news {
    padding-top: 77px;
	padding-bottom: 78px;
}
.media-news__title {
    letter-spacing: 0.04px;
	margin-bottom: 29px;
}
.media-news__title.line-green::after {
    margin: 19px auto 0 auto;
}
@media screen and (max-width: 575px) {
	.media-news {
		padding-top: 36px;
		padding-bottom: 50px;
	}
	.media-news__title {
		margin-bottom: 10px;
	}
	.media-news__title.line-green::after {
		margin: 10px 0 0 0;
	}
}

/******************************************************* media-articles ******************************/

.media-articles__column {
    margin-bottom: 10px;
}

.media-articles__column-img {
    position: relative;
}

.media-articles__column-button {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    z-index: 1;
    display: none;
}

.media-articles__column:hover .media-articles__column-button {
    display: flex;
    justify-content: center;
    align-items: center;
}

.media-articles__column-button:hover {
    background-color: #1877f2;
    color: #fff;
    border-color: #1877f2;
}

.media-articles__column-button button {
    color: #F37453;
    background-color: transparent;
    border: 1px solid #F37453;
    max-width: 200px;
    width: 100%;
    padding: 10px 0;
    text-transform: uppercase;
}

.media-articles__column-info {
    padding: 10px;
}

.media-articles__button {
    color: #F37453;
    background-color: transparent;
    border: 2px solid #F37453;
    max-width: 184px;
    width: 100%;
    padding: 12px 0;
    text-transform: uppercase;
	transition: all .5s;
    font-family: 'Calibre Test', sans-serif;
    font-size: 20px;
}

.media-articles__button:hover {
	background-color: #1877f2;
	border-color: transparent;
}
.media-articles__button:hover label {
	color: #fff;
	transition: all .5s;
}
.media-article__title {
    font-size: 25px;
    margin-bottom: 4px;
	line-height: 35px;
	font-weight: 500;
}
.media-article__date {
    font-size: 16px;
    color: #999999;
    margin-bottom: 9px;
	letter-spacing: 0.02px;
}

.media-article__date::after {
    content: "";
    width: 2px;
    height: 25px;
    background-color: #D5D5D5;
    margin: 0 16px;
    display: inline-block;
}
@media screen and (max-width:575px) {
	.media-article__date::after {
		 margin: 0 11px;
	}	
	.media-article__title {
		margin-bottom: 7px;
	}
	.info {
    	padding: 27px 21px 34px 30px !important;
	}
	.media-article__location {
		margin-bottom: 7px;
	}
	.media-article__date {
		margin-bottom: 7px;
	}
}
.media-article__location {
    font-size: 16px;
    color: #999999;
    margin-bottom: 9px;
	letter-spacing: 0.02px;
}

.info {
    padding: 22px 55px 36px 33px;
}
.media-link-btn {
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.6);
}

.media-link-for-result-page img {
    width: 100%;
}

.media-link-read {
    border: 2px solid #1877f2;
    max-width: 180px;
    width: 100%;
    padding: 12px 0;
	transition: all .5s;
}

.media-link-read:hover {
	color: #fff;
	background-color: #1877f2;
	border-color: transparent;
}

.media-link-btn {
    opacity: 0;
    transition: all .5s;
}

.media-article__top:hover .media-link-btn {
    opacity: 1;
}

.media-articles {
    padding-top: 89px;
    padding-bottom: 64px;
    background-color: #F8F5EF;
}

.media-article__column {
    margin-bottom: 64px;
    border-bottom: 4px solid #000031;
}

@media screen and (max-width: 575px) {
	.media-article__column {
		margin-bottom: 20px;
	}
	
	.media-articles {
		padding-top: 25px;
		padding-bottom: 66px;
	}
	
}
.info .link-more {
    display: none;
}

.media-articles__button label {
    color: #F37453;
    font-weight: 600;
}

.media-articles__button:focus {
    outline: none !important;
}

/*** Result filter ***/

.media-link-for-result-page>.attachment-post-thumbnail .size-post-thumbnail .wp-post-image :hover {
    filter: opacity(75%);
}

.media-link-btn a:hover {
    color: red;
}

/******************************************************* governance-inner ******************************/

.governance-inner {
	position: relative;
	overflow: hidden;
	min-height: 622px;
}
.governance-inner__title {
	margin-bottom: 25px;
}
.governance-inner__title.line-green:after {
	margin-top: 48px;
}
.governance-description {
    padding-top: 62px;
    padding-bottom: 45px;
}
.governance-inner-table {
    padding-top: 60px;
    padding-bottom: 66px;
}
.governance-inner-table__title {
    margin-bottom: 73px;
}
.governance-inner-table__title.line-green:after {
    margin: 9px auto 0 auto;
}
.governance-inner-table_report {
    font-size: 20px;
}
.governance-inner-table_report th {
    padding: 20px 0 20px 28px;
    border-top: none;
}
.governance-inner-table_report td {
    padding: 22px 42px 25px 28px;
}
.governance-inner-table-view {
    text-transform: uppercase;
    color: #000;
	transition: all .5s;
	position: relative;
	display: inline-block;
	font-weight: 500;
}
.governance-inner-table-view.line-for-link::before {
	background-color: #000;
}
.governance-inner-table-view:hover {
    color: #1877f2;
}

.governance-inner-table-view.line-for-link:hover:before  {
	background-color: #1877f2;
}

.governance-inner-table__btn {
    max-width: 278px;
    width: 100%;
    border: 2px solid #F37453;
    padding: 12px 0;
    margin: 71px auto 0 auto;
    transition: all .5s;
	font-weight: 500;
}
.governance-inner-table__btn:hover {
    color: #fff;
    background-color: #1877f2;
    border-color: transparent;
}

.governance-inner-cards {
    min-height: 703px;
	padding-top: 118px;
	padding-bottom: 120px;
}
.governance-inner-cards__title {
    margin-bottom: 10px;
}
.governance-inner-cards__subtitle {
    font-size: 25px;
    color: #000;
	line-height: 40px;
}
.governance-inner-cards__supervision {
    font-size: 20px;
    color: #3F3F3F;
    margin-bottom: 12px;
}
.governance-inner-cards__pdf {
    font-size: 16px;
    margin-top: 5px;
    font-weight: 600;
    margin-bottom: 9px;
    transition: all .5s;
	max-width: 170px;
}
.governance-inner-cards__pdf:hover {
    color: #1877f2;
}
.governance-inner-cards__pdf--triangle-down::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #F37453;
    margin-left: 8px;
    transition: all .5s;
}
.governance-inner-cards__pdf--triangle-down:hover::after {
    border-top-color: #1877f2;
}
.governance-inner-cards__pdf--triangle-right::after {
    content: "";
    width: 0;
    height: 0;
    border-top: 6px solid transparent;
    border-bottom: 6px solid transparent;
    border-left: 6px solid #F37453;
    margin-left: 8px;
    transition: all .5s;
}
.governance-inner-cards__pdf--triangle-right:hover::after {
    border-left-color: #1877f2;
}
.governance-inner-cards__column {
    background-position: bottom right;
    padding: 51px 20px 109px 80px;
}
.governance-inner-form {
    padding-top: 61px;
    padding-bottom: 68px;
}
.governance-inner-form__title {
    margin-bottom: 28px;
}
.governance-inner-form__title.line-green:after {
    margin-top: 18px;
}
@media screen and (max-width: 991px) {
	.governance-inner__title {
        font-size: 40px;
    }
    .governance-inner-cards__column--mb {
        margin-bottom: 31px;
    }
}

@media screen and (max-width: 575px) {
	.governance-inner__title {
		margin-bottom: 11px;
	}
	.governance-inner__title.line-green:after {
		margin-top: 28px;
	}	
	.governance-description {
		padding-top: 37px;
		padding-bottom: 16px;
	}
	.governance-inner-table {
		padding-top: 29px;
		padding-bottom: 24px;
	}
	.governance-inner-table__title {
		margin-bottom: 34px;
	}
	.governance-inner-table__title.line-green:after {
		margin: 9px auto 0 auto;
	}
	.governance-inner-table__btn {
		max-width: 192px;
		width: 100%;
		padding: 9px 0;
		margin: 34px auto 0 auto;
	}
	.governance-inner-cards {
		padding-top: 56px;
		padding-bottom: 76px;
	}
    .governance-inner-cards__column {
        padding: 28px 30px 27px 30px;
    }
	.governance-inner-cards__subtitle {
		font-size: 20px;
	}
	.governance-inner-cards__pdf:not(:last-child) {
		margin-bottom: 11px;
	}
	.governance-inner-form {
    padding-top: 34px;
    padding-bottom: 50px;
	}
	.governance-inner-form__title {
		margin-bottom: 28px;
	}
	.governance-inner-form__title.line-green:after {
		margin-top: 18px;
	}
}

/******************************************************* Share buy back ******************************/

.share-buy-back {
    position: relative;
	overflow: hidden;
	min-height: 622px;
}

.share-buy-back__title {
	margin-bottom: 25px;
}

.share-buy-back__title.line-green:after {
    margin-top: 48px;
}

.share-buy-back-table {
	background-color: #F9F9F9;
    padding-top: 42px;
    padding-bottom: 73px;
}

.share-buy-back-contact {
	padding-top: 61px;
    padding-bottom: 67px;
}

@media screen and (max-width: 575px) {
	.share-buy-back-contact {
    	padding-top: 38px;
    	padding-bottom: 46px;
	}
	
	.share-buy-back-table {
		padding: 47px 0;
	}
}

/******************************************************* Emtn ******************************/

.emtn {
	position: relative;
	overflow: hidden;
	min-height: 622px;
	background-color: #F9F9F9;
}

.emtn__title {
	margin-bottom: 25px;
}

.emtn.line-green:after {
    margin-top: 48px;
}

.emtn-contact {
	padding-top: 61px;
    padding-bottom: 67px;
}


@media screen and (max-width: 575px) {
	.share-buy-back-table {
		padding: 47px 0;
	}
	.emtn-contact {
		padding-top: 38px;
		padding-bottom: 46px;
	}
}

/******************************************************* property ******************************/
.property {
	position: relative;
	overflow: hidden;
	min-height: 622px;
	
}
.property__title {
	margin-bottom: 25px;
}
.property__title.line-green::after {
	margin-top: 48px;
}
.property__subtitle {
	line-height: 40px;
}
@media screen and (max-width: 575px) {
	.property__title {
		margin-bottom: 11px;
	}
	.property__subtitle {
		line-height: 30px;
	}
	.property__title.line-green::after {
		margin-top: 20px;
	}
}

/******************************************************* property-shopping ******************************/

.property-shopping {
    padding-top: 78px;
    padding-bottom: 69px;
}
.property-shopping__title {
    margin-bottom: 29px;
	letter-spacing: 0.04px;
}
.property-shopping__title.line-green::after {
    margin: 19px auto 0 auto;
}

@media screen and (max-width: 575px) {
    .property-shopping {
		padding-top: 41px;
		padding-bottom: 34px;
	}
	.property-shopping__title {
    	margin-bottom: 10px;
	}
	.property-shopping__title.line-green::after {
    	margin: 19px 0 0 0;
	}
}

/******************************************************* property-branch ******************************/

.property-branch__column {
    position: relative;
}
.property-branch__column-title {
	font-weight: 500;
}

.property-branch__column:hover .property-branch__column-content {
    background-color: rgba(0, 0, 0, 0.7);
}
.property-branch__column:hover .property-branch__column-title.line-green::after {
    opacity: 1;
}
.property-branch__column-content {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.5);
	transition: all .8s;
}
.property-branch__column-img img {
    width: 100%;
}
.property-branch__column-title.line-green::after {
    margin: 17px auto 10px auto;
	opacity: 0;
}
.property-branch__column-subtitle {
    margin-left: 3px;
	font-weight: 500;
	line-height: 27px;
	transition: all 1s;
}

.property-branch__marker {
	opacity: 0;
}
.property-branch__column-location {
    font-size: 0;
	height: 0;
	margin-bottom: 24px;
	
}

.property-branch__column:hover .property-branch__column-location {
   	font-size: inherit;
	height: 50px;
}

.property-branch__column:hover .property-branch__marker {
	opacity: 1;
}
.property-branch__column-link {
    max-width: 180px;
    width: 100%;
    padding: 12px 0;
    border: 2px solid #1877f2;
    transition: all .5s !important;
	font-weight: 500;
	color: #fff!important;
}

.property-branch__column-link:hover {
    background-color: #1877f2;
    color: #fff;
    border-color: #1877f2;
}

@media screen and (min-width:2000px) {
	.property-branch__column {
   	 	width: 33.3333333%;
	}
}

@media screen and (max-width:1999px) {
	.property-branch__column {
   	 	width: 50%;
	}
}

@media screen and (max-width:767px) {
	.property-branch__column {
   	 	width: 100%;
	}
}


/******************************************************* property-inner ******************************/

.property-inner {
	position: relative;
	min-height: 621px;
	overflow: hidden;
}
.property-inner:before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.3);
}
.property-inner__title {
	margin-bottom: 25px;
}
.property-inner__title.line-green:after {
	margin-top: 48px;
}
.property-inner__subtitle {
	line-height: 40px;
}

@media screen and (max-width: 1199px) {
	.property-inner__title {
		margin-bottom: 11px;
	}
	.property-inner__title.line-green:after {
		margin-top: 22px;
	}
	.property-inner__subtitle {
		line-height: 30px;
	}
}

/******************************************************* property-inner-facts ******************************/

.property-inner-facts {
    padding-top: 62px;
    padding-bottom: 99px;
}
.property-inner-facts__title {
	margin-bottom: 28px;
}
.property-inner-facts__title.line-green:after {
	margin-top: 20px;
}
.property-inner-facts__description {
	padding-right: 29px;
}
.property-inner-facts__visit {
	font-weight: 600;
	transition: all .5s;
	position: relative;
}

.property-inner-facts__visit:hover {
	color: #1877f2;
}
.property-inner-facts__visit:hover:after {
    background-color: #1877f2;
}
.property-inner-facts__table {
	margin-top: 55px;
	line-height: 24px;
	letter-spacing: 0.02px;
}
.property-inner__head {
	padding: 12px 20px 9px 27px;
	background-color: #1877f2;
	font-weight: 500;
}
.property-inner-facts__table-body {
	padding: 25px 20px 5px 27px;
	border-bottom: 1px solid #D8D7D7;
}
.property-inner-facts__table-item {
	width: 50%;
}
.property-inner-facts__table-value {
	width: 50%;
	font-weight: 600;
}
.property-inner-facts__table-link {
	line-height: 24px;
	font-weight: 600;
	letter-spacing: 0.02px;
	transition: all .5s;
	display: inline-block;
}
.property-inner-facts__table-link:after {
	content: "";
	display: inline-block;
	width: 0; 
  	height: 0; 
  	border-top: 7px solid transparent;
  	border-bottom: 7px solid transparent;
  	border-left: 7px solid #1877f2;
	margin-left: 5px;
	transition: all .5s;
}
.property-inner-facts__table-link:hover {
	color: #1877f2;
}
.property-inner-facts__table-link:hover:after {
    border-left-color: #1877f2;
}
.property-inner__information-plan {
    display: flex;
    align-items: center;
}
.property-inner-facts__instagram {
    margin-left: 10px;
    margin-right: 15px;
}
.property-inner__info {
	padding-top: 60px;
}
.property-inner__info-title {
	line-height: 24px;
	font-weight: 500;
	margin-bottom: 7px;
}
.property-inner__info-title.line-green:after {
	margin: 20px auto 0 auto;
}

@media screen and (min-width:992px) {
	.property-inner__info .row .col-lg-4:nth-child(-n+3) {
		margin-bottom: 78px;
	}
}
@media screen and (max-width:991px) {
	.property-inner__info .row .col-sm-6 {
		margin-bottom: 40px;
	}
}

@media screen and (max-width: 575px) {
    .property-inner-facts {
    	padding-top: 41px;
    	padding-bottom: 45px;
	}
	.property-inner-facts__title {
		margin-bottom: 10px;
	}
	.property-inner-facts__description {
    	padding-right: 5px;
	}
	.property-inner-facts__table {
		font-size: 18px;
		line-height: 22px;
	}
	.property-inner__head {
		padding: 13px 10px 8px 13px;
	}
	.property-inner-facts__table-body {
		padding: 26px 10px 6px 13px;
	}
	.property-inner-facts__table-value {
		padding-left: 25px;
	}
	.property-inner__info-title {
		font-size: 18px;
		margin-bottom: 8px;
	}
	.property-inner__info-title.line-green:after {
		margin: 10px auto 0 auto;
	}
	.property-inner__info {
		padding-top: 45px;
	}
	.property-inner__info .row .col-8:not(:last-child) {
		margin-bottom: 27px;
	}
	.property-inner__info .row .col-8:last-child {
		margin-bottom: 0;
	}
}

/******************************************************* property-inner-moment ******************************/

.property-inner-moment {
    padding-top: 44px;
    padding-bottom: 128px;
    background-color: #F8F5EF;
}
.property-inner-moment__title {
    margin-bottom: 11px;
}
.property-inner-moment__subtitle {
    font-size: 70px;
	line-height: 50px;
    margin-bottom: 32px;
    display: block;
	font-weight: 300;
}
.property-inner-moment__slider-container {
    overflow: hidden;
}
.property-inner-moment__slider-container .swiper-button-next {
    top: 112%;
}
.property-inner-moment__slider-container .swiper-button-prev {
    top: 112%;
}
.property-inner-moment__slider-container .swiper-button-prev {
    margin-right: 20px;
}

.property-inner-moment__slider-container .property-inner-moment__slider-arrows {
    display: flex;
    position: absolute;
    bottom: -63px;
    left: 50%;
	transform: translatex(-50%) !important;
}
@media screen and (max-width: 575px) {
    .property-inner-moment {
		padding-top: 19px;
		padding-bottom: 61px;
	}
	.property-inner-moment__title {
    	margin-bottom: 0;
	}
	.property-inner-moment__subtitle {
		font-size: 45px;
		line-height: 50px;
		margin-bottom: 10px;
	}
	.property-inner-moment__slider-container .property-inner-moment__slider-arrows {
		bottom: -23px !important;
	}	
}

/******************************************************* property-inner-map ******************************/

.property-inner-map {
    padding-top: 122px;
    padding-bottom: 130px;
}
.property-inner-map__column-title {
    margin-bottom: 34px;
	letter-spacing: 0.04px;
}
.property-inner-map__column-title.line-green::after {
    margin-top: 34px;
}
.property-inner-map__column-description {
	padding-right: 80px;
}

.property-inner-map__column {
    padding-top: 21px;
}

@media screen and (max-width: 767px) {
}

@media screen and (max-width: 1199px) {
	.property-inner-map {
		padding-top: 48px;
		padding-bottom: 17px;
	}
	.property-inner-map__column-title {
		margin-bottom: 10px;
	}
	.property-inner-map__column-title.line-green::after {
		margin-top: 20px;
	}
	.property-inner-map__column-description {
		padding-right: 0;
	}	
    .property-inner-map #map {
        margin-top: 20px;
    }
}
/******************************************************* property-inner-brands ******************************/

.property-inner-brands {
    background-color: #F9F9F9;
    padding-top: 86px;
	padding-bottom: 92px;
}

.property-inner-brands__slider-container {
    overflow: hidden;
}
@media screen and (max-width: 1199px) {
	.property-inner-brands {
		padding: 52px 0;
	}
}

/******************************************************* property-inner-cards ******************************/

.property-inner-cards {
    min-height: 703px;
    padding-top: 190px;
	padding-bottom: 188px
}
.property-inner-cards__column {
    background-position: bottom right;
    padding: 40px 20px 101px 54px;
}
.property-inner-cards__title {
    margin-bottom: 18px;
	line-height: 26px;
}
.property-inner-cards__subtitle {
    margin-bottom: 18px;
	line-height: 26px;
	font-weight: 500;
	font-size: 20px;
}
.property-inner-cards__column-contact {
	line-height: 27px;
	font-weight: 300;
	display: inline-block;
	margin-bottom: 10px;
}
.property-inner-cards__column-contact span {
	margin-left: 21px;
	display: inline-block;
}
.property-inner-cards__column-contact--hover {
	transition: all .5s;
}
.property-inner-cards__column-contact--hover:hover {
	color: #1877f2 !important;
}
.property-inner-cards__column-contact--hover::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background-color: #1877f2;
	transition: all .5s !important;
}
.property-inner-cards__column-contact--hover:hover:after {
	background-color: #1877f2;
}
@media screen and (max-width: 991px) {
    .property-inner-cards--mb {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 575px) {
	.property-inner-cards {
		padding-top: 39px;
		padding-bottom: 43px
	}
    .property-inner-cards__column {
        padding: 29px 20px 50px 22px;
		background-position: 95% center;
    }
	.property-inner-cards__column-contact {
		font-size: 18px;
	}
	.property-inner-cards__column-contact span {
    	margin-left: 5px;
	}
}
/******************************************************* property-inner-instagram ******************************/

.property-inner-instagram {
    padding-top: 52px;
    padding-bottom: 68px;
}
.property-inner-instagram__title {
    margin-bottom: 52px;
}
.property-inner-instagram__title.line-green:after {
    margin-top: 33px;
}
@media screen and (max-width: 575px) {
	.property-inner-instagram {
    	padding-top: 21px;
    	padding-bottom: 10px;
	}
    .property-inner-instagram__title {
    	margin-bottom: 30px;
	}
	.property-inner-instagram__title.line-green:after {
    	margin-top: 10px;
	}
	#sb_instagram {
		height: auto !important;
	}
}
/******************************************************* contact ******************************/
.contact {
	position: relative;
	overflow: hidden;
	background-color: #1B1A22;
	min-height: 622px;
}
.contact__title {
    margin-bottom: 25px;
}
.contact__title.line-green:after {
    margin-top: 48px;
}
@media screen and (max-width: 575px) {
	.contact__title {
		margin-bottom: 11px;
	}
	.contact__title.line-green:after {
		margin-top: 17px;
	}
}
/******************************************************* contact-form ******************************/

.contacts-form {
    padding-top: 61px;
    padding-bottom: 57px;
}

.contacts-form__column-top {
	margin-bottom: 10px;
}
.contacts-form__column-title {
	margin-bottom: 10px;
}
.contacts-form__love {
    margin-bottom: 31px;
    font-size: 20px;
}
.contacts-form__relations {
    font-size: 25px;
	margin-bottom: 10px;
}
.contacts-form__column-molly {
    margin-bottom: 21px;
}

.contacts-form__column-molly .contacts-form__column-data:not(:last-child) {
	margin-bottom: 10px;
}
.contacts-form__column-link {
	transition: all .5s;
}
@media screen and (max-width: 991px) {
    .contacts-form__column {
        margin-bottom: 50px;
    }
}
.contacts-form__molly {
    font-size: 20px;
}

.contacts-form__fti {
    font-size: 20px;
    margin-bottom: 6px;
}
.contacts-form__column-link:not(:last-child)  {
	margin-bottom: 10px;
}

.contacts-form__column-link--hover:hover {
    color: #1877f2;
}

.contact-form__date-one {
    display: flex;
    align-items: flex-end;
	justify-content: space-between;
}

.contact-form__date-two {
    display: flex;
    align-items: flex-end;
    margin-top: 50px;
	justify-content: space-between;
}

.contact-form__name, .contact-form__email {
    margin-right: 20px;
	max-width: 440px;
    width: 100%;
}
.contact-form__tel, .contact-form__brand {
	max-width: 440px;
    width: 100%;
}

.contact-form__email {
    margin-right: 20px;
}

.contact-form__message {
    margin-top: 53px;
}
.wpcf7 input {
    border: none;
    outline: none;
    background-color: transparent;
    border-bottom: 1px solid #CECECE;
    font-size: 20px;
    color: #000;
    font-weight: 500;
    padding: 12px 0;
	transition: all .5s;
	font-family: 'Calibre Test', sans-serif;
	line-height: 24px;
}

.wpcf7 input::placeholder {
    color: #3F3F3F;
    font-size: 16px;
}

.wpcf7 label {
    font-size: 16px;
    font-weight: 300;
    color: #3F3F3F;
    margin-bottom: 0;
}

.wpcf7 .contact-form__bottom {
    margin-top: 71px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wpcf7 .contact-form__checkbox input {
    width: 20px;
    height: 20px;
}

.wpcf7 .contact-form__checkbox label {
    display: flex;
    align-items: center;
}

.wpcf7 .contact-form__checkbox span {
    font-size: 20px;
	font-weight: 300;
	margin: 0;
}
div.wpcf7 .ajax-loader {
    display: none;
}
.contact-form__btn input {
    color: #1877f2;
	width: 100%;
    border: 2px solid #1877f2;
	transition: all .5s;
}

.contact-form__btn input:hover {
    color: #fff;
	background-color: #1877f2;
	border-color: transparent;
}
.contact-form__btn {
    max-width: 180px;
    width: 100%;
}
@media screen and (max-width: 767px) {
    .contact-form__date-one {
        display: block !important;
    }
    .contact-form__date-two {
        display: block !important;
    }
    .contact-form__bottom {
        display: block !important;
        text-align: center;
    }
    .contact-form__btn {
        margin-top: 20px;
    }
}
@media screen and (max-width: 575px) {
	.wpcf7 .contact-form__checkbox span {
		font-size: 16px;
	}
	.contact-form__btn input {
		max-width: 156px;
		width: 100%;
	}
	.contacts-form {
		padding-top: 16px;
		padding-bottom: 113px;
	}
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    border-color: #F37453;
}

.contact-form__checkbox input {
	display: none;
}

.contact-form__checkbox input:checked + .wpcf7-list-item-label:after {
	transform: scale(1);
}

.contact-form__checkbox input:checked + .wpcf7-list-item-label:before {
	background-color: #81c48f;
	border-color: transparent;
}

.contact-form__checkbox .wpcf7-list-item-label {
	display: inline-flex;
	align-items: center;
	cursor: pointer;
	position: relative;
}

.contact-form__checkbox .wpcf7-list-item-label:before {
	content: "";
	width: 20px;
	height: 20px;
	border: 1px solid #000;
	margin-right: 10px;
	background-color: #fff;
	transition: all .5s;
}

.contact-form__checkbox .wpcf7-list-item-label:after {
	content: "\2713";
	position: absolute;
	top: 0;
	left: 2px;
	color: #fff;
	transform: scale(0);
	transition: all .5s;
}



/******************************************************* contact-offices ******************************/

.contact-offices {
    min-height: 880px;
	padding-top: 65px;
	padding-bottom: 123px;
}
.contact-offices__title {
    margin-bottom: 37px;
}
.contact-offices__column {
    background-position: 90% center;
    padding: 33px 28px 31px 45px;
    min-height: 270px;
}
.contact-offices__column-title {
    font-size: 25px;
    margin-bottom: 24px;
}
.contact-offices__column-adress {
    font-size: 20px;
    margin-bottom: 30px;
}
.contact-offices__column-city {
    font-size: 20px;
}
.contact-offices .row .col-lg-4 {
	margin-bottom: 65px;
}
.contact-offices .row .col-md-6 {
	margin-bottom: 65px;
}
.contact-offices .row .col-12 {
	margin-bottom: 28px;
}
@media screen and (max-width: 575px) {
	.contact-offices {
		padding-top: 26px;
		padding-bottom: 30px;
	}
	.contact-offices__title {
		margin-bottom: 28px;
	}
	.contact-offices__column {
		padding: 35px 20px 18px 26px;
	}
}

/******************************************************* contact-instagram ******************************/
.contact-instagram {
	padding-top: 52px;
	padding-bottom: 63px;
}

.contact-instagram__title {
	margin-bottom: 52px;
}
.contact-instagram__title.line-green:after {
	margin-top: 33px;
}
@media screen and (max-width: 575px) {
	.contact-instagram {
		padding: 58px 0;
	}
	.contact-instagram__title {
		margin-bottom: 30px;
	}
	.contact-instagram__title.line-green:after {
		margin-top: 10px;
	}
}

/******************************************************* Terms and Privacy ******************************/

.terms,
.privacy {
	position: relative;
    overflow: hidden;
    min-height: 622px;
}

.terms__title,
.privacy__title {
	margin-bottom: 25px;
}

.terms-content,
.privacy-content {
	padding-top: 88px;
    padding-bottom: 103px;
}

.terms-content__title.line-green::after,
.privacy-content__title.line-green::after {
    margin-top: 10px;
}

.terms-content__item-two,
.privacy-content__item-two {
	padding: 51px 93px 20px 78px;
    position: relative;
}

.terms-content__item-two:before,
.terms-content__item-two:after,
.privacy-content__item-two:before,
.privacy-content__item-two:after {
	content: "";
    position: absolute;
    width: 0;
    height: 0;
}

.terms-content__item-two:before,
.privacy-content__item-two:before {
	top: 0;
    left: 0;
}

.terms-content__item-two:after,
.privacy-content__item-two:after {
    bottom: 0;
    right: 0;
}

@media screen and (max-width: 575px) {
	.terms__title,
	.privacy__title {
		margin-bottom: 11px;
	}
	.terms__title.line-green:after,
	.privacy__title.line-green:after {
    	margin-top: 20px;
	}
	.terms-content,
	.privacy-content {
		padding-top: 42px;
		padding-bottom: 42px;
	}
	.terms-content__title,
	.privacy-content__title {
		margin-bottom: 25px;
	}
	.terms-content__item-two,
	.privacy-content__item-two {
    	padding: 44px 5px 20px 0;
	}
	.terms-content__item-two:before,
	.privacy-content__item-two:before {
		border-top-width: 25px;
		border-right-width: 25px;
	}

	.terms-content__item-two:after,
	.privacy-content__item-two:after{
		border-bottom-width: 25px;
		border-left-width: 25px;
	}
}



/******************************************************* FOOTER ******************************/

.footer-one {
    padding-top: 36px;
	padding-bottom: 30px;
}

.footer-two {
    padding: 15px 0;
	font-size: 14px;
}

.footer-one {
	background-color: #000031;
    min-height: 212px;
}

.footer-two {
	background-color: #000031;
}

.footer_menu_urls {
	font-weight: 300;
	letter-spacing: 0.02px;
}

footer .footer_container {
    margin: 0 auto;
    width: 83%;
    height: 100%;
    display: flex;
    align-items: center;
}

.footer_menu_names {
    height: 20px;
    width: 58px;
    color: #FFFFFF;
    font-size: 20px;
    letter-spacing: 0.02px;
    line-height: 23px;
}
.footer__bottom {
	margin-top: 67px;
	font-size: 16px;
	color: #999999;
}
.footer_text {
    letter-spacing: 0.02px;
    line-height: 30px;
	margin-right: 25px;
}
.footer__bottom-social:not(:last-child) {
	margin-right: 20px;
}
.footer__copyright {
	margin-right: 52px;
}
.footer-two__copyright {
	letter-spacing: 0.05px;
	color: #999;
}

.footer-two__link,
.footer-two__copyright a {
	color: #fff;
	transition: color .5s;
	display: inline-block;
	font-size: 14px;
}

.footer-two__link:not(:last-child) {
	margin-right: 10px;
}

.footer-two__link:hover,
.footer-two__copyright a:hover, .footer__nav a:hover{
	color: #1877f2;
}
footer ul {
    flex-wrap: wrap;
}

.footer__contact a:hover svg g {
	fill: #1877f2;
}
footer ul li a {
	font-weight: 300;
	line-height: 24px;
	letter-spacing: 0.02px;
}
 
@media screen and (max-width: 991px) {
    .footer__copyright {
        margin-right: 0;
    }
}

@media screen and (max-width: 575px) {
    .footer__bottom {
		margin-top: 25px;
		padding-left: 35px;
		font-size: 14px;
	}
	.list-inline-item:not(:last-child) {
		margin-bottom: 21px;
	}
	
	.footer__nav {
		padding-left: 35px !important;
	}
	.footer__nav a {
		font-size: 18px;
		line-height: 22px;
	}
	
	footer img {
		margin-bottom: 29px;
	}
	.footer_text {
		margin-bottom: 11px;
	}
	.footer__bottom-social {
		margin-right: 20px;
	}
	.footer__copyright {
		margin-top: 35px;
	}
	.footer-two__block-links {
		margin-top: 30px;
	}
}
/******************************************************* END FOOTER ******************************/


.title-visitors {
    color: #F37453;
    font-family: '.SF NS Display', sans-serif;
    font-size: 60px;
    letter-spacing: 0;
    font-weight: 100;
    margin-bottom: 42px;
}

.title-visitors.line-green:after {
    margin-top: 25px;
}

.date {
    height: 34px;
    width: 358px;
    color: #3F3F3F;
    font-family: '.SF NS Display', sans-serif;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 27px;
}

.content {
    color: #3F3F3F;
    font-size: 20px;
    letter-spacing: 0;
    margin-bottom: 43px;
}

.read-more {
    height: 20px;
    color: #F37453;
    font-family: '.SF NS Display', sans-serif;
    font-size: 20px;
    letter-spacing: 0.02px;
    line-height: 23px;
    margin-top: 20px;
}

.media-url-text {
    padding-right: 7px;
    text-transform: uppercase;
}

.swiper-pagination-bullet {
    text-align: center;
    line-height: 20px;
    color: #3F3F3F;
    opacity: 1;
    width: 41px;
    background: transparent;
    font-size: 16px;
    font-weight: 600;
    height: auto;
	transition: all, .5s;
}

.swiper-pagination-bullet-active {
    color: #1877f2;
}

.button-reg {
    height: 43px;
    width: 180px;
}

.swiper-pagination {
    position: relative;
}


/**for next posts**/

.panel {
    padding: 0 18px;
    display: none;
    background-color: white;
    overflow: hidden;
}

.reference {
    display: none;
}

.reference~.story {
    display: none;
}

.reference+label {
    font-size: 16px;
    padding: 0;
    color: green;
    cursor: pointer;
    display: inline-block;
}

.reference:checked~.story {
    display: block;
}

/******************************************************* sustainability ******************************/
.sustainability {
	background-color: #6B615A;
	position: relative;
	overflow: hidden;
	min-height: 622px;
}
.sustainability__title {
	margin-bottom: 25px;
}
.sustainability__title.line-green:after {
	margin-top: 48px;
}
@media screen and (max-width: 575px) {
	.sustainability__title {
		margin-bottom: 11px;
	}
	.sustainability__title.line-green:after {
		margin-top: 20px;
	}
}

/******************************************************* sustainability-vision ******************************/
.sustainability-vision {
	min-height: 962px;
	background-color: #A1A09A;
	padding-top: 105px;
	padding-bottom: 121px;
}
.sustainability-vision__column {
	background-position: 85% center;
	padding: 37px 103px 59px 80px;
}
.sustainability-vision__title {
	margin-bottom: 32px;
}
.sustainability-vision__title.line-green::after {
	margin-top: 5px;
}
.sustainability-vision__btn {
	margin-top: 20px;
	letter-spacing: 0.02px;
	font-weight: 500;
	max-width: 230px;
	text-transform: uppercase;
	line-height: 24px;
	transition: all .5s;
	position: relative;
	display: inline-block;
}
.sustainability-vision__btn:hover {
	color: #1877f2 !important;
}
.sustainability-vision__btn svg {
	position: absolute;
	top: 7px;
	right: -20px;
}
.sustainability-vision__btn svg #sustainability-vision__svg-g {
	transition: all .5s;
}
.sustainability-vision__btn:hover.sustainability-vision__btn svg #sustainability-vision__svg-g {
	fill: #1877f2 !important;
}
@media screen and (max-width: 575px) {
	.sustainability-vision {
		padding-top: 134px;
		padding-bottom: 30px;
	}
	.sustainability-vision__title {
		margin-bottom: 9px;
	}
	.sustainability-vision__column {
		padding: 34px 20px 37px 30px;
		background-position: 88% center;
	}
	.sustainability-vision__btn {
		line-height: 22px;
		font-size: 18px;
	}	
	
	.sustainability-vision__btn svg {
		top: 6px;
	}
}

/******************************************************* sustainability-collaboration ******************************/
.sustainability-collaboration {
	padding-top: 148px;
	padding-bottom: 118px;
	background-color: #000031;
	min-height: 880px;
	position: relative;
	overflow: hidden;
}
.sustainability-collaboration .line-white {
	top: 34px;
	left: 26%;
}
.sustainability-collaboration__slider img {
	margin-top: 13px;
}
.sustainability-collaboration__column-slider {
	padding: 30px 54px 50px 54px;
	background-position: 90% center;
	margin-left: -200px;
	height: 610px;
	overflow: hidden;
}

.sustainability-collaboration__column-slider a {
	position: relative;
	display: inline-block;
}

.sustainability-collaboration__column-slider a:before {
	content: "";
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 100%;
    background-color: #000;
    height: 1px;
}

.sustainability-collaboration__slider-text {
	margin-bottom: 10px;
}

.sustainability-collaboration__slider-text p {
	margin-bottom: 0;
}

.sustainability-collaboration__slider {
	margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    position: relative;
}
.sustainability-collaboration__slider-title {
	margin-bottom: 30px;
	font-size: 70px;
	font-weight: 300;
	line-height: 60px;
}
.sustainability-collaboration__slider-title.line-green:after {
	margin-top: 34px;
}
.sustainability-collaboration__slider-title .line-green::after {
	margin-top: 34px;
}

.sustainability-collaboration .position-absolute {
	left: 40%;
    top: -2%;
}

.sustainability-collaboration__column-social {
    margin-bottom: 40px;
}

.sustainability-collaboration__share-icons {
    opacity: 0;
    transition: all .5s;
    pointer-events: none;
}
.sustainability-collaboration-share-icons-style {
    opacity: 1 !important;
    pointer-events: auto !important;
}
.sustainability-collaboration__share {
    border-radius: 50%;
    width: 40px;
    height: 40px;
    transition: all .5s;
    background-color: #1877f2;
	margin-right: 5px;
}
.sustainability-collaboration__share-linkedin, .sustainability-collaboration__share-facebook, .sustainability-collaboration__share-twitter {
    background-color: #000031;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin: 0 5px;
	transition: all .5s;
}

.sustainability-collaboration__share:hover,
.sustainability-collaboration__share-linkedin:hover,
.sustainability-collaboration__share-facebook:hover,
.sustainability-collaboration__share-twitter:hover {
	background-color: #1877f2;
	cursor: pointer;
}

.sustainability-collaboration-slider__nav {
    position: absolute;
    bottom: 4%;
    right: 4%;
	z-index: 1;
}
.sustainability-collaboration-slider__nav .swiper-button-next {
    margin-left: 20px;
}
.sustainability-collaboration-slider__nav .swiper-button-prev {
    margin-left: 10px;
}
@media screen and (min-width: 992px) {
	.slide-5 .sustainability-collaboration__slider-text--two {
		text-overflow: ellipsis;
		white-space: nowrap;
		overflow: hidden;
	}
}

@media screen and (max-width: 1199px) {
	.sustainability-collaboration__column-slider {
		margin-left: 0;
		margin-top: -90px;
		height: calc(100% + 100%);
	}
	.sustainability-collaboration__slider img {
		margin-top: 0;
		min-height: auto;
	}
}
@media screen and (max-width: 767px) {
	.sustainability-collaboration__column-slider {
		padding: 40px;
	}
	.sustainability-collaboration__slider-title {	
		font-size: 55px;
	}
}
@media screen and (max-width: 575px) {
	.sustainability-collaboration {
		padding-top: 20px;
		padding-bottom: 35px;
	}
	.sustainability-collaboration__slider img {
		min-height: auto;
	}
	.sustainability-collaboration__column-slider {
		padding: 18px 24px 50px 30px;
/* 		background-position: 92% center */
	}
	.sustainability-collaboration__slider-title {	
		font-size: 25px;
		line-height: 30px;
		margin-bottom: 7px;
	}
	.sustainability-collaboration__slider-title.line-green:after {	
		margin-top: 20px;
	}
	.sustainability-collaboration-slider__nav {
		right: 10%;
		bottom: 1%;
	}
	.sustainability-collaboration .line-white {
		top: 11px;
	}
}

/******************************************************* sustainability-contact ******************************/

.sustainability-contact {
	min-height: 642px;
	padding-top: 74px;
	padding-bottom: 148px;
	background-color: #868685;
}
.sustainability-contact__title {
	margin-bottom: 64px;
}
.sustainability-contact__title.line-green::after {
	margin: 9px auto 0 auto;
}
.sustainability-contact__item {
    max-width: 180px;
    font-weight: 300;
	margin-bottom: 16px;
	color: #3F3F3F;
}
.sustainability-contact__column {
    padding: 38px 25px 101px 54px;
	background-position: 85% center;
}
.sustainability-contact__column-title {
	font-size: 20px;
	font-weight: 500;
	margin-bottom: 28px;
}

.sustainability-contact__column-data {
	margin-bottom: 10px;
}
.sustainability-contact__link {
	display: inline-block;
	line-height: 27px;
}
.sustainability-contact__link span {
	margin-left: 21px;
	display: inline-block;
	transition: all .5s;
}
.sustainability-contact__link--hover:after {
	content: "";
	display: block;
	width: 100%;
	height: 2px;
	background-color: #1877f2;
	transition: all .5s;
}
.sustainability-contact__link--hover:hover {
	color: #1877f2 !important;
}
.sustainability-contact__link--hover:hover:after {
	background-color: #1877f2 !important;
}
@media screen and (max-width:767px) {
	.sustainability-contact__column--mb {
    	margin-bottom: 24px;
	}
}
@media screen and (max-width:575px) {
	.sustainability-contact {
		padding-top: 27px;
		padding-bottom: 42px;
	}
	.sustainability-contact__title {
		margin-bottom: 2px;
	}
	.sustainability-contact__title.line-green::after {
		margin: 6px auto 0 auto;
	}
	.sustainability-contact__column {
    	padding: 26px 26px 43px 21px;
	}
	.sustainability-contact__link {
		font-size: 18px;
	}
	.sustainability-contact__link span {
		margin-left: 13px;
	}
}

/*************************************************************************  404  *******************************************************/

.page-404 {
	position: relative;
    overflow: hidden;
    height: 100vh;
}

.page-404__title {
	margin-bottom: 18px;
}
.page-404__title.line-green:after {
    margin-top: 30px;
}

.page-404__wrapper-link {
	margin-top: 40px;
	
}

.page-404__link {
	color: #fff !important;
	font-weight: 500;
	max-width: 215px;
	width: 100%;
	border: 1px solid #fff;
	padding: 12px 0;
	transition: all .5s;
}

.page-404__link:hover {
	border-color: transparent;
	background-color: #1877f2;
}


/************************************************************************* custom-select  *******************************************************/

.searchandfilter label select {
  display: none; /*hide original SELECT element:*/
}

.select-selected {
  border-bottom: 1px solid #CECECE;
  color: #000;
  font-weight: 500;
  padding-bottom: 10px;
	
}

/*style the arrow inside the select element:*/
.select-selected:after {
  position: absolute;
  content: "";
  top: 30%;
  right: 15px;
  width: 0; 
  height: 0; 
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #F37453;
}

/*style the items (options), including the selected item:*/
.select-items div {
  color: #000;
  padding: 8px 16px;
  cursor: pointer;
  user-select: none;
  font-weight: 600;
}

/*style items (options):*/
.select-items {
  position: absolute;
  background-color: #fff;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 99;
}

/*hide the items when the select box is closed:*/
.select-hide {
  display: none;
}
/************************************************************************* instagram  *******************************************************/

.sbi_item:first-child {
	padding-left: 0;
}
.sbi_caption_wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.property-test .media_container {
	display: none;
}

.property-test .media-col {
	display: none;
}

.media-test .prop-col {
	display: none;
}

.media-test .property_container {
	display: none;
}

.property_container .alm-reveal {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.media_container .alm-reveal {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.property_container {
	display: flex;
	flex-wrap: wrap;
}
.media_container {
	display: flex;
	flex-wrap: wrap;
}

@media screen and (max-width:575px) {
	.media-test {
		padding-top: 25px;
		padding-bottom: 66px;
	}
}

.alm-reveal .property-branch__column {
	width: 50%;
}

.property_container .alm-reveal:last-child {
	width: 100%;
}

@media screen and (max-width:767px) {
	.alm-reveal .property-branch__column {
		width: 100%;
	}
}
@media screen and (min-width:2000px) {
	.alm-reveal .property-branch__column {
		width: 33.333333%;
	}
}
/*********************************************************** Swiper Slider *******************************************************/

.swiper-button-prev,
.swiper-button-next {
    position: static;
	width: 35px;
}
.swiper-left-arrow,
.swiper-right-arrow{
	width: 100%;
}
.swiper-left-arrow,
.swiper-right-arrow{
	fill: #1877f2;
	transition: all .5s;
}
.swiper-left-arrow:hover,
.swiper-right-arrow:hover{
	fill: #1877f2;
}
.swiper-button-prev::after {
    content: "";
}
.swiper-button-next::after {
    content: "";
}

.hide {
	display: none;
}

/************************************************************************* Video On Career Page  *******************************************************/

.hide_video {
	opacity: 0;
	visibility:hidden;
	max-height: 0;
	transition: opacity 3s ease-in-out; 
}
.view_image.hide {
	opacity: 0;
	visibility:hidden;
	max-height: 0;
	
}
.hide_video.active {
	opacity: 1;
	visibility:visible;
	max-height: 100%;
}

.view_image {
	cursor: pointer;
}

.photo_change_video {
	position:relative;
	z-index: 1;
	text-align:center;
	
	
}
.career-video__icon-youtube {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100px;
	height: 100px;
	z-index: 2;
	transform: translate(-50%,-50%);
	cursor: pointer;
	pointer-events: none;	
}

.career-video__icon-youtube path:first-child {
	fill: #81C48F;
}
.photo_change_video.hide_icon .career-video__icon-youtube {
	display: none;
}
/************************************************************************* 2021 upd  *******************************************************/
.fr-event-btn2 {
    font-weight: 500;
    padding: 12px 20px;
    transition: all .5s;
    font-family: 'Calibre Test', sans-serif;
    color: #F37453;
    border: 2px solid #F37453;
    transition: all .5s;
    cursor: pointer;
    display: inline-block;
    margin-top: 15px;
}
.fr-event-btn2:hover {
    background-color: #81C48F;
    color: #fff;
    border-color: #81C48F;
}

.disclaimer-agree__btn {
	color: #fff;
    background-color: #81C48F;
    border-color: transparent;
	max-width: 180px;
	width: 100%;
	padding: 12px 0;
	/*border: 2px solid #F37453;*/
	transition: all .5s;
	margin: 2%;
}
.disclaimer-agree__btn:hover {
	color: #fff;
    background-color: #0DE049;
    border-color: transparent;
}
.disclaimer-disagree__btn {
	max-width: 180px;
	width: 100%;
	padding: 12px 0;
	border: 2px solid #F37453;
	transition: all .5s;
	margin: 2%;
}
.disclaimer-disagree__btn:hover {
	color: #fff;
    background-color: #81C48F;
    border-color: transparent;
}

.gazit-reports__link {
	line-height: 24px;
	letter-spacing: 0.02px;
	transition: all .5s;
	position: relative;
	display: inline-block;
}

.gazit-reports__link:hover {
	color: #81c48f;
}

@media screen and (max-width: 575px) {
	.gazit-reports__link {
		font-size: 18px;
		line-height: 22px;
	}
}

/************************************************************************* 2023 upd  *******************************************************/
.royal-blue {
	color: #1877f2;
}
.home-story__subtitle {
	font-weight: 100!important;
}
.bg-home__gradient {
	background: linear-gradient(0deg, rgba(0,0,49,1) 5%, rgba(0,212,255,0) 76%);
}

.home-inner__content {
height: 50vh;
}

#videoBG {
    z-index: -1;
	width:100%;     
    height: auto;
}

@media (min-aspect-ratio: 16/9) {
    #videoBG {
        width:100%;
        height: auto;
    }
}
@media (max-aspect-ratio: 16/9) {
    #videoBG { 
        width:auto;
        height: 100%;
    }
}

@media (max-width: 767px) {
    #videoBG {
        display: none;
    }
    .property {
        background: url('https://aere.nxtm.pl/wp-content/uploads/2023/02/WRO_TRA_Panorama_3-copy-1.jpg');
        background-size: cover;
    }
	.residential__button {
		font-size: 10px!important;
	}
	.homes {
		background: url('https://aere.nxtm.pl/wp-content/uploads/2023/01/aerebgmain.jpg');
        background-size: cover;
	}

}

.bg-logo__uh {
    background-color: #232F17;
    width: 125px;
    height: 50px;
    position: absolute;
    top: -26px;
}
.urban-home__logo {
	min-width: 125px!important;
}