.tm-page .tm-header, .tm-page .tm-header-mobile {
    position: fixed;
    width: 100%;
    z-index: 1010;
}
.tm-page .uk-navbar-container:not(.uk-navbar-transparent) {
    background: linear-gradient(180deg, #e8e8e8 0%, #e8e8e8e0 50%, transparent 100%);
    border: 0px;
	transition: all 0.5s ease !important;
}
.tm-page .uk-navbar-container.uk-navbar-sticky{
	background: #fff;
    border-bottom-color: #e8e8e8;
	border: 1px;
}
.tm-header.uk-visible\@l.tm-header-overlay .uk-sticky {
    background: white;
}
.top-list {
    padding-top: 120px;
}
.top-list-pad {
    padding-top: 80px;
}
.soc-elems.uk-scrollspy-inview {
    text-align: center;
    margin-top: 25px;
}
.row.lun-form.lun-form-line h3 {
    margin: 0 0 22px 0;
    line-height: 1.5em;
    color: #201c19;
    text-transform: uppercase;
    font-size: 16pt;
    text-align: center;
}
.onis-flist {
    background: #f0f0f0;
    border-radius: 3px;
    padding: 35px 30px 10px;
}

.lun-form label {
font-size:14px;
font-weight:500;
color:#252525;
margin-bottom:0.5rem
}

.lun-form input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], .form-control, .sppb-form-group .sppb-form-control {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-size: 14px;
    color: #252525;
    background-color: #fff;
    background-image: none;
    background-clip: padding-box;
    border: 1px solid #b6c9cb;
    border-radius: 3px;
    transition: border-colorease-in-out 0.15s, box-shadowease-in-out 0.15s;
}

.lun-form input[type="text"]:hover,input[type="text"]:focus,input[type="text"]:active,input[type="email"]:hover,input[type="email"]:focus,input[type="email"]:active,input[type="url"]:hover,input[type="url"]:focus,input[type="url"]:active,input[type="date"]:hover,input[type="date"]:focus,input[type="date"]:active,input[type="password"]:hover,input[type="password"]:focus,input[type="password"]:active,input[type="search"]:hover,input[type="search"]:focus,input[type="search"]:active,input[type="tel"]:hover,input[type="tel"]:focus,input[type="tel"]:active,input[type="number"]:hover,input[type="number"]:focus,input[type="number"]:active,.form-control:hover,.form-control:focus,.form-control:active,.sppb-form-group .sppb-form-control:hover,.sppb-form-group .sppb-form-control:focus,.sppb-form-group .sppb-form-control:active {
border-color:#CD5F32;
box-shadow:unset
}
.lun-form input, .lun-form textarea {
  margin-bottom: 15px;
  font-size: 16px;
}

.lun-form textarea {
    display: block;
    width: 100%;
    border-radius: 3px;
    font-size: 16px;
    line-height: 24px;
    min-height: 120px;
    background-color: #fff;
    border: 1px solid #b6c9cb;
    padding: 10px 15px;
}
.acysubbuttons .form.btn {
    -webkit-appearance: button;
    background-color: #2fa4fc;
    background-image: none;
    background-repeat: repeat-x;
    border: 2px solid #2fa4fc;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
	padding: 6px 20px;
    filter: none;
    font-size: 14pt;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.2s ease 0s;
}
.acysubbuttons .form.btn:hover {
    background-color: #fff;
    color: #201c19;
}
p.mobtextcenter.textcenter {
    font-size: 12px;
}
.market.fa-map-marker:before {
    content: "";
    background: url('/images/yootheme/market.png');
    background-size: contain;
    padding: 60px;
    background-repeat: no-repeat;
}
.office.fa-map-marker:before {
    content: "";
    background: url('/images/yootheme/office.png');
    background-size: contain;
    padding: 60px;
    background-repeat: no-repeat;
}
.house.fa-map-marker:before {
    content: "";
    background: url('/images/yootheme/house.png');
    background-size: contain;
    padding: 60px;
    background-repeat: no-repeat;
}
.oil.fa-map-marker:before {
    content: "";
    background: url('/images/yootheme/oil.png');
    background-size: contain;
    padding: 60px;
    background-repeat: no-repeat;
}
.parking.fa-map-marker:before {
    content: "";
    background: url('/images/yootheme/parking.png');
    background-size: contain;
    padding: 60px;
    background-repeat: no-repeat;
}
.kazan.fa-map-marker:before {
    content: "";
    background: url('/images/yootheme/Kazan.png');
    background-size: contain;
    padding: 30px;
    background-repeat: no-repeat;
}
.airport.fa-map-marker:before {
    content: "";
    background: url('/images/yootheme/aeroport.png');
    background-size: contain;
    padding: 30px;
    background-repeat: no-repeat;
}
.eshgrad.fa-map-marker:before {
    content: "";
    background: url('/images/yootheme/eshgrad.png');
    background-size: contain;
    padding: 30px;
    background-repeat: no-repeat;
}

.list-position {
    background: #fafcf8;
    padding: 20px;
}
.list-position span {
    color: #188ff8;
}
.list-position>:nth-child(n+2) {
    margin-top: 3px;
}
.list-position.two {
    min-width: 270px;
}
span.bg.investor-1.fas.fa-circle:after {
    content: "1";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-2.fas.fa-circle:after {
    content: "2";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-3.fas.fa-circle:after {
    content: "3";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-4.fas.fa-circle:after {
    content: "4";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-5.fas.fa-circle:after {
    content: "5";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-6.fas.fa-circle:after {
    content: "6";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-7.fas.fa-circle:after {
    content: "7";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-8.fas.fa-circle:after {
    content: "8";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-9.fas.fa-circle:after {
    content: "9";
    position: absolute;
    top: 14px;
    right: 24px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-10.fas.fa-circle:after {
    content: "10";
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-11.fas.fa-circle:after {
    content: "11";
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-12.fas.fa-circle:after {
    content: "12";
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-13.fas.fa-circle:after {
    content: "13";
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-14.fas.fa-circle:after {
    content: "14";
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-15.fas.fa-circle:after {
    content: "15";
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}
span.bg.investor-16.fas.fa-circle:after {
    content: "16";
    position: absolute;
    top: 14px;
    right: 18px;
    line-height: 2rem;
    font-size: 26px;
    color: white;
}

@media(max-width: 768px){
.uk-section-xlarge {
    padding-top: 0px;
    padding-bottom: 0px;
}
.uk-position-absolute {
		position: unset !important;
}
.onis-flists.acysubbuttons {
    width: 320px;
    background: aliceblue;
    padding: 30px 30px 10px;
    position: fixed;
    top: 56%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 10001;
	display: none;
}
p.formDescr {
    font-size: 10px;
}
.row.lun-form.lun-form-line h3 {
    margin: 0 0 10px 0;
    line-height: 1.5em;
    color: #201c19;
    text-transform: uppercase;
    font-size: 10pt;
    text-align: center;
}
.onis-flists.acysubbuttons .lun-form textarea {
    min-height: 50px;
}
.onis-flists.acysubbuttons .form.btn {
    padding: 0px 20px;
    font-size: 10pt;
}
.onis-flists .mobtextcenter.textcenter {
    font-size: 8px;
    margin-top: 8px;
}
.location.uk-position-relative.uk-margin-small.uk-text-left.uk-scrollspy-inview {
    margin-left: 15px;
	margin-bottom: 25px;
}
.uk-margin.uk-slider.uk-scrollspy-inview .uk-position-medium {
    margin: 30px 0px;
}
.lun-form input[type="text"], input[type="email"], input[type="url"], input[type="date"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], .form-control, .sppb-form-group .sppb-form-control {
    padding: 8px 15px !important;
}
.lun-form input, .lun-form textarea {
    margin-bottom: 6px !important;
}
.lun-form textarea {
    line-height: 14px !important;
}
.one-line.uk-margin .uk-width-1-4\@m.uk-first-column {
    width: 80px;
}
.one-line .uk-width-expand.uk-margin-remove-first-child {
    background: aliceblue;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
}
.one-lines .uk-width-1-3\@m.uk-first-column, .one-lines .uk-width-auto\@m.uk-first-column {
    width: 80px;
    margin-right: 15px;
}
div#module-tm-4 {
    text-align: center;
}
.location.uk-margin .uk-width-1-5\@s.uk-first-column {
    width: 65px;
}
.one-lines.uk-margin .uk-width-1-5\@m.uk-first-column {
    width: 56px;
}
.webui-popover-inner {
    text-align: center;
}
}

@media(min-width: 769px){
.onis-flists.acysubbuttons {
    width: 500px;
    background: aliceblue;
    padding: 20px 30px 10px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 10001;
	display: none;
}
.row.lun-form.lun-form-line h3 {
    margin: 0 0 22px 0;
    line-height: 1.5em;
    color: #201c19;
    text-transform: uppercase;
    font-size: 16pt;
    text-align: center;
}
.one-line .uk-width-expand.uk-margin-remove-first-child {
    background: aliceblue;
    padding: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, .06);
}
.one-lines .uk-width-1-3\@m.uk-first-column, .one-lines .uk-width-auto\@m.uk-first-column {
    width: 80px;
    margin-right: 15px;
}
}

.uk-margin.uk-slider.uk-scrollspy-inview .uk-slidenav-large {
    padding: 30px 5px;
}

div#module-tm-3 {
    text-align: center;
}
.uk-sticky.uk-sticky-below.uk-sticky-fixed {
    z-index: 10000;
}

.onis-flists.acysubbuttons.active,.overlay.js-overlay-modal.active{
	display: block;
    animation: 0.5s reveal ease;
}
.overlay.js-overlay-modal {
    background: rgb(255 255 255 / 50%);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
	display: none;
}
.fa.fa-times.modal__cross.js-modal-close {
    text-align: right;
    display: block;
}
p.formDescr {
    text-align: center;
}
.onis-flists.acysubbuttons .form.btn {
    width: 100%;
}
.duran-form-send {
    text-align: center;
    padding: 0 0 20px;
    font-weight: 600;
}
ymaps.ymaps3x0--default-marker__popup-container .uk-margin-top.uk-h6 {
    margin-top: 0px !important;
}
ymaps.ymaps3x0--default-marker__popup-container img {
    float: left;
    margin-right: 10px;
}
ymaps.ymaps3x0--map-copyrights.ymaps3x0--map-copyrights_bottom.ymaps3x0--map-copyrights_right {
    display: none;
}
.gray.uk-grid.tm-grid-expand.uk-flex-top.uk-margin-remove-vertical {
    background: #f7f7f7;
}
.gray.uk-grid.tm-grid-expand.uk-flex-top.uk-margin-remove-vertical .uk-margin {
    margin: 0 !important;
}
p.uk-hidden\@s.uk-text-center.uk-margin-top {
    display: none;
}
.uk-list.uk-list-large.uk-margin-remove.list-position.uk-position-absolute.uk-width-1-1.uk-text-center.uk-scrollspy-inview .el-item:nth-child(odd) {
    background: #ebebeb;
}
.item-171 .phone:before {
    content: "";
    background-color: white;
    display: block;
    position: absolute;
    z-index: -1;
    bottom: -1px;
    height: 0px;
    --uk-navbar-nav-item-line-margin-horizontal: 0;
    left: var(--uk-navbar-nav-item-line-margin-horizontal);
}
.item-171 .phone{
	color: #2fa4fc;
	font-weight: 600;
}
.item-171 .phone:hover{
	color: rgb(11, 38, 58);
}
@media(min-width: 1200px) and (max-width: 1320px){
	div#module-tm-3 {
    display: none;
}
}
.location h5.el-title span {
    color: #1f8aed;
}
a.map.el-link.uk-button.uk-button-primary {
    line-height: 26px;
    font-size: 14px;
}
@keyframes reveal {
	0% {
    opacity: 0;
		}
	100% {
		  opacity: 1;
	}
}
