@charset "UTF-8";
@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Quicksand:wght@300..700&display=swap');

* {
  padding: 0;
  margin: 0;    position: relative;
  box-sizing: border-box;
  font-size:14px;
}
*, ::after, ::before {
    box-sizing: border-box;
}
::-moz-selection { /* Code for Firefox */
  color: #fff;
  background: #B8860B;
}
::selection {
  color: #fff;
  background: #B8860B;
}
body {
	font-family: "Quicksand", sans-serif;
}
*::-webkit-scrollbar {
  width:4px;height:4px;
}
*::-webkit-scrollbar-track {
  background: rgba(35, 31, 32, 0.0);border-radius: 1px;width:4px;height:4px;
}
*::-webkit-scrollbar-thumb {
  background: #B8860B;transition:all 0.6s ease;width:4px;height:4px;
}
*::-webkit-scrollbar-thumb:hover {
  background: #B8860B;
}
body { overscroll-behavior-x: none; }
* {
	outline: 0 !important;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
html {  
  scroll-snap-type: y mandatory;
  scroll-snap-points-y: repeat(100vh);
  scroll-snap-type: y mandatory;
}
* { -webkit-tap-highlight-color: transparent; }
a:active {
        outline: none;
}
* {
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none;
	/*
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
	*/
}
*:focus {
    outline: none !important;
}
body {
    background-color: #F9F8F6;
}
a {    cursor: pointer;}






  
.wrap {
    max-width: 1440px;
    margin: 0 auto;
    __padding: 0 24px;
    font-size: 0;
}
.bl_prom {
    background: url(../img/hp_bg.webp) top center no-repeat;
    height: 100vh;
    width: 100%;
}
.bl_prom .wrap {
    height: 180px;
    top: calc( (100% - 180px) / 2);
    text-align: center;
}
.bl_prom:before {
    content: '';
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #231F20;
    opacity: 0.45;
    pointer-events: none;
}
.bl_prom h1 {
    margin: 0 auto;
    margin-bottom: 15px;
    color: var(--white, #F9F8F6);
    text-align: center;
    font-family: Cinzel;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    max-width: 890px;
    display: block;
}
.bl_prom .btn {
    display: inline-block;
    border-radius: 30px;
    border: 1px solid var(--white, #F9F8F6);
    padding: 15px 45px;
    text-decoration: none;
    color: var(--white, #F9F8F6);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.6s ease;
}
.bl_prom .btn:hover {
	background: var(--light, #EFEBE7);
	box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.15);
	color: var(--Gold, #B8860B);
}

.bl_apkl {
    padding-top: 100px;
}
.bl_apkl .tit {
    max-width: 890px;
    width: 100%;
    margin: 0 auto;
    margin-bottom: 60px;
    text-align: center;
}
.tit h2 {
    color: var(--black, #231F20);
    text-align: center;
    font-family: Cinzel;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.tit h2 b {
    color: #B8860B;
    font: inherit;
}
.bl_apkl .tit h2 {}
.bl_apkl .tit h2 b {}
.bl_apkl .tit p {
    margin: 0 auto;
    margin-top: 15px;
    color: #231F20;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    max-width: 660px;
}

.bl_apkl .links {
    margin: 0 auto;
    margin-bottom: 30px;
    border-radius: 60px;
    background: var(--light, #EFEBE7);
    height: 60px;
    padding: 10px;
    font-size: 0;
    display: flex;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 5px;
}
.bl_apkl .links a {
    display: flex;
    padding: 5px 15px;
    justify-content: center;
    align-items: center;
    gap: 5px;
    border-radius: 30px;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    transition: all 0.6s ease;
}
.bl_apkl .links a:hover, .bl_apkl .links a.active {
    __background: #B8860B;
    color: #fff;
}
.bl_apkl .links i {
    position: absolute;
    left: 10px;
    top: 11px;
    background: #B8860B;
    width: 100px;
    height: 37px;
    border-radius: 100px;
    transition: all 0.6s ease;
}


.bl_apkl .conts {
    height: 600px;
    width: 100%;
    font-size: 0;
    overflow: hidden;
}
.bl_apkl .conts > div {
    
    transition: all 0.6s ease;
    _transform: translateY(100px);
	_opacity: 0;
    pointer-events: none;
    padding: 30px;
    display: block;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    border-radius: 30px;
    background: var(--light, #EFEBE7);
}
.bl_apkl .conts > div.active {
    pointer-events: all;
    _transform: translateY(0px);
    _opacity: 1;
}
.bl_apkl .conts > div .tit {
    height: 60px;
    margin-bottom: 15px;
    width: 100%;
    max-width: 100%;
    text-align: left;
}
.bl_apkl .conts > div .tit h3 {
    display: block;
    height: 60px;
    line-height: 60px;
    color: #231F20;
    font-family: Cinzel;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
}
.bl_apkl .conts > div .tit h3 b {
    color: #B8860B;
    font: inherit;
}
.bl_apkl .conts > div .tit h3 i {
    color: var(--black, #231F20);
    font-family: Quicksand;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 60px;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
.bl_apkl .conts > div .tit a {
    width: 210px;
    height: 60px;
    position: absolute;
    right: 0;
    top: 0;
    border-radius: 30px;
    border: 1px solid var(--black, #231F20);
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.6s ease;
}
.bl_apkl .conts > div .tit a:hover {
	/*
	background: var(--light, #EFEBE7);
	box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.15);
	
	*/
	border: 1px solid var(--black, #231F20);
	background: var(--black, #231F20);
	color:#B8860B;
	box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.15);
}
.bl_apkl .conts {
    height: calc(500px + 15px + 60px + 60px);
}
.bl_apkl .conts > div .gal {
    height: 500px;
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    width: 100%;
}
.bl_apkl .conts > div .gal .img {
    flex: 1 0 0;
    border-radius: 15px;
    overflow: hidden;
    cursor: default;
    height: 100%;
}
.bl_apkl .conts > div .gal .img img {
    display: block;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bl_apkl .conts > div .gal .img:hover img  {    transform: scale(1.1);}
.bl_apkl .conts > div:not(.active) {
    transform: translateY(100px) scale(0.7);
}




.bl_about {
    padding-top: 100px;
}
.bl_about .tit {}
.bl_about .tit h2 {}
.bl_about .tit h2 b {}
.bl_about .tit p {
    margin: 0 auto;
    margin-top: 15px;
    color: #231F20;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    max-width: 890px;
}
.button.black,
.bl_about .tit a {
    margin: 0 auto;
    display: block;
    margin-top: 30px;
    border-radius: 30px;
    border: 1px solid var(--black, #231F20);
    line-height: 60px;
    text-align: center;
    text-decoration: none;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.6s ease;
    width: 210px;
}
.button.black:hover,
.bl_about .tit a:hover  {
	    border: 1px solid var(--black, #231F20);
    background: var(--black, #231F20);
    color: #B8860B;
    box-shadow: 0px 15px 45px 0px rgb(0 0 0 / 15%);
}
.bl_about .img {
    display: block;
    margin-top: 60px;
    height: 500px;
    width: 100%;
    overflow: hidden;
    border-radius: 30px;
}
.bl_about .img img {
	    display: block;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bl_about .img:hover img { transform: scale(1.1);}

.bl_hloc {
    padding-top: 100px;
}
.bl_hloc .wrap {
     
}
.bl_hloc .left {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-right: 15px;
}
.bl_hloc  .hlit {
    margin-bottom: 90px;
}
.tit h1,
.bl_reviews h2,
.bl_loc_comewith  h2,
.bl_hloc  .hlit h2 {
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.tit h1 b,
.bl_reviews h2 b,
.bl_loc_comewith  h2 b,
.bl_hloc  .hlit h2 b {
    color: #B8860B;
    font: inherit;
}
.bl_hloc .hlit p {
    display: block;
    max-width: 430px;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.bl_hloc  .hlit .img {
    margin-top: 30px;
    width: 100%;
    height: 370px;
    border-radius: 30px;
    overflow: hidden;
}
.bl_hloc  .hlit .img img {
	    display: block;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.bl_hloc  .hlit .img:hover img  { transform: scale(1.1);}
.bl_hloc .rght {
    width: calc(50% - 15px);
    display: inline-block;
    vertical-align: top;
    margin-left: 15px;
}
.bl_hloc .left .hlit:nth-child(1) {}
.bl_hloc .left .hlit:nth-child(2) {}
.bl_hloc .left .hlit:nth-child(3) {}
.bl_hloc .left .hlit:nth-child(4) {}
.bl_hloc .rght .hlit:nth-child(1) {
    margin-top: 180px;
}
.bl_hloc .rght .hlit:nth-child(2) {}
.bl_hloc .rght .hlit:nth-child(3) {}
.bl_hloc .rght .hlit:nth-child(4) {}

.bl_loc_comewith {
    padding-top: 100px;
}
.bl_loc_comewith  h2 {
    text-align: center;
    margin-bottom: 30px;
}
.bl_loc_comewith h2 b {}

.bl_loc_comewith ul {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px 30px;
    flex-wrap: wrap;
}
.bl_loc_comewith ul li {
    display: flex;
    width: 30%;
    align-items: flex-start;
    gap: 5px;
    color: var(--black, #231F20);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 28px;
}
.apartment_block .list li:before,
.bl_loc_comewith ul li:before {content:'';
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.4 11.9999C2.4 6.69978 6.69988 2.3999 12 2.3999C17.3001 2.3999 21.6 6.69978 21.6 11.9999C21.6 17.3 17.3001 21.5999 12 21.5999C6.69988 21.5999 2.4 17.3 2.4 11.9999ZM12 3.5999C7.36262 3.5999 3.6 7.36252 3.6 11.9999C3.6 16.6373 7.36262 20.3999 12 20.3999C16.6374 20.3999 20.4 16.6373 20.4 11.9999C20.4 7.36252 16.6374 3.5999 12 3.5999Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.8859 7.79049C17.1396 8.00363 17.1726 8.3821 16.9594 8.63583L10.6594 16.1358C10.5477 16.2688 10.3839 16.3469 10.2102 16.3498C10.0366 16.3528 9.8702 16.2804 9.75402 16.1513L7.05402 13.1513C6.83235 12.905 6.85231 12.5256 7.09862 12.3039C7.34493 12.0823 7.7243 12.1022 7.94598 12.3485L10.1844 14.8357L16.0406 7.864C16.2537 7.61027 16.6322 7.57736 16.8859 7.79049Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
	    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

.bl_reviews {
    padding-top: 100px;
}
.bl_reviews .wrap {
    border-top: 2px solid rgb(35 31 32 / 40%);
	border-bottom: 2px solid rgb(35 31 32 / 40%);
	padding-bottom:40px;padding-top:40px;
	
}
.bl_reviews h2 {
    text-align: center;
    margin-bottom: 30px;
}
.reviews_items {
    font-size: 0;
}
.reviews_items .review_item {
    width: 430px;
    display: inline-block;
    vertical-align: top;
}
.review_item .name {
    height: 40px;
    display: block;
    text-decoration: none;
    font-size: 0;
    margin-bottom: 15px;
}
.review_item .name img {
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    border-radius: 40px;
    object-fit: cover;
    margin-right: 8px;
}
.review_item .name span {
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 48px);
    line-height: 40px;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}

.review_item .rating {
    margin: 15px 0;
    height: 24px;
    display: block;
    text-decoration: none;
    font-size: 0;
}
.location_map .locations_tabs .tab .rate ins i,
.review_item .rating i{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M18.4688 22.5002C18.3109 22.5008 18.1569 22.4516 18.0286 22.3596L12 17.989L5.97141 22.3596C5.84261 22.453 5.68744 22.5031 5.52834 22.5025C5.36923 22.5019 5.21443 22.4507 5.08631 22.3564C4.9582 22.262 4.86341 22.1294 4.81565 21.9776C4.76789 21.8258 4.76963 21.6628 4.82063 21.5121L7.17188 14.5479L1.07813 10.369C0.946132 10.2786 0.84651 10.1483 0.793816 9.99724C0.741122 9.84617 0.738119 9.68221 0.785244 9.52931C0.832369 9.37642 0.927154 9.2426 1.05575 9.14741C1.18434 9.05222 1.34001 9.00065 1.5 9.00023H9.01781L11.2866 2.0182C11.3354 1.86746 11.4308 1.73607 11.559 1.64289C11.6871 1.5497 11.8415 1.49951 12 1.49951C12.1585 1.49951 12.3129 1.5497 12.441 1.64289C12.5692 1.73607 12.6646 1.86746 12.7134 2.0182L14.9822 9.00257H22.5C22.6602 9.00249 22.8162 9.05371 22.9452 9.14871C23.0742 9.24372 23.1693 9.37753 23.2168 9.53054C23.2642 9.68355 23.2614 9.84773 23.2087 9.99903C23.1561 10.1503 23.0564 10.2808 22.9242 10.3713L16.8281 14.5479L19.178 21.5102C19.216 21.6229 19.2268 21.7431 19.2092 21.8608C19.1917 21.9785 19.1464 22.0903 19.0771 22.187C19.0078 22.2837 18.9165 22.3626 18.8107 22.417C18.7049 22.4715 18.5877 22.5 18.4688 22.5002Z' fill='%23B8860B'/%3E%3C/svg%3E");
}
.location_map .locations_tabs .tab .rate ins i,
.review_item .rating i {
    transition: all 0.6s ease;
    width: 24px;
    height: 24px;
    display: inline-block;
    vertical-align: top;
    margin-right: 5px;
    opacity: 0.1;
}
.location_map .locations_tabs .tab .rate ins i.a,
.review_item .rating i.a {    opacity: 1;}
.review_item .text {
    border-top: 1px solid rgb(35 31 32 / 60%);
    padding-top: 15px;
    text-align: right;
}
.review_item .text .rawtext {
    overflow: hidden;
    color: var(--black, #231F20);
    text-overflow: ellipsis;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
    height: 80px;    text-align: left;
}
.review_item .text .rawtext p {
    font-size: inherit;
}
.review_item .text .readmore {
    color: var(--Gold, #B8860B);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: 5px;
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.20073 5.32564C8.43504 5.09132 8.81494 5.09132 9.04926 5.32564L15.7993 12.0756C16.0336 12.31 16.0336 12.6899 15.7993 12.9242L9.04926 19.6742C8.81494 19.9085 8.43504 19.9085 8.20073 19.6742C7.96642 19.4399 7.96642 19.06 8.20073 18.8256L14.5265 12.4999L8.20073 6.17417C7.96642 5.93985 7.96642 5.55995 8.20073 5.32564Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.review_item .text .readmore {
    padding-right: 28px;
    background-position: right center;
    background-repeat: no-repeat;
    display: inline-block;
}
.review_item .text .readmore:hover {}
.bl_reviews .wrap {
    padding-right: 0;
    padding-left: 0;
}



footer {
    padding-top: 100px;
    margin-bottom: 40px;
}
footer .top {
    display: flex;
    height: 400px;
    align-items: center;
    gap: 30px;
    width: 100%;
}
.footerLike .contacts,
footer .top .contacts {
    border-radius: 30px;
    background: var(--light, #EFEBE7);
    display: flex;
    width: 545px;
    padding: 0px 45px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 15px;
    align-self: stretch;
}
.footerLike .contacts h2,
footer .top .contacts h2 {
    color: var(--black, #231F20);
    text-align: center;
    font-family: Cinzel;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.footerLike .contacts a,
footer .top .contacts a {
    display: flex;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    padding-left: calc(24px + 15px);
    color: var(--black, #231F20);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
}
.footerLike .contacts a.adr,
footer .top .contacts .adr {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.65 9.17178C4.65 5.26843 7.97052 2.1499 12 2.1499C16.0295 2.1499 19.35 5.26843 19.35 9.17178C19.35 11.3808 18.1513 14.1361 16.8183 16.5428C15.4694 18.9784 13.9149 21.1741 13.0811 22.3002C12.957 22.4698 12.7948 22.6079 12.6075 22.7032C12.4193 22.799 12.2111 22.8489 12 22.8489C11.7889 22.8489 11.5807 22.799 11.3925 22.7032C11.2052 22.6079 11.0429 22.4698 10.9189 22.3001C10.085 21.1735 8.53059 18.977 7.18166 16.5412C5.84875 14.1343 4.65 11.3792 4.65 9.17178ZM12 3.3499C8.57636 3.3499 5.85 5.98668 5.85 9.17178C5.85 11.0424 6.90125 13.5578 8.23143 15.9598C9.54492 18.3317 11.0658 20.4816 11.8846 21.5878L11.8875 21.5916L11.8874 21.5916C11.9004 21.6094 11.9173 21.6238 11.9369 21.6338C11.9564 21.6437 11.978 21.6489 12 21.6489C12.022 21.6489 12.0436 21.6437 12.0632 21.6338C12.0827 21.6238 12.0996 21.6094 12.1126 21.5916L12.1155 21.5877L12.1155 21.5877C12.9343 20.482 14.4551 18.3329 15.7686 15.9614C17.0987 13.5598 18.15 11.0441 18.15 9.17178C18.15 5.98668 15.4236 3.3499 12 3.3499Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 7.8499C11.0887 7.8499 10.35 8.58863 10.35 9.4999C10.35 10.4112 11.0887 11.1499 12 11.1499C12.9113 11.1499 13.65 10.4112 13.65 9.4999C13.65 8.58863 12.9113 7.8499 12 7.8499ZM9.15 9.4999C9.15 7.92589 10.426 6.6499 12 6.6499C13.574 6.6499 14.85 7.92589 14.85 9.4999C14.85 11.0739 13.574 12.3499 12 12.3499C10.426 12.3499 9.15 11.0739 9.15 9.4999Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.footerLike .contacts a.phn,
footer .top .contacts .phn {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.3346 21.8001L18.3411 21.8001C18.638 21.8033 18.9317 21.739 19.2001 21.612L19.2035 21.6104L19.2068 21.6089C19.7642 21.3494 20.1184 20.9776 20.5595 20.3183C20.7976 19.957 21.0021 19.5746 21.1703 19.1759L21.1718 19.1723C21.1935 19.1214 21.2148 19.0738 21.2299 19.0401C21.232 19.0352 21.2341 19.0307 21.236 19.0264C21.2641 18.9627 21.2774 18.932 21.2888 18.9012C21.291 18.8954 21.2928 18.8902 21.2943 18.8858C21.2686 18.8389 21.1782 18.7108 20.8222 18.3519L20.8218 18.3515C20.4962 18.023 19.896 17.5808 19.215 17.1414C18.5512 16.7132 17.8954 16.3416 17.5177 16.151C16.7907 15.7843 16.6765 15.7555 16.5647 15.7555H16.5619C16.4812 15.7555 16.3808 15.7653 15.8597 16.153L15.8572 16.1549L15.8547 16.1567C15.8008 16.1963 15.7496 16.2355 15.6899 16.2811C15.6791 16.2894 15.668 16.2979 15.6565 16.3066C15.6565 16.3066 15.6565 16.3066 15.6565 16.3066L15.6511 16.3108C15.4383 16.4733 15.1791 16.6712 14.9172 16.795C14.5352 16.9755 14.1672 17.0012 13.8032 16.9234C13.3506 16.8267 12.7341 16.5276 12.1314 16.1534C11.49 15.7552 10.7445 15.1975 10.0321 14.4867C9.32058 13.7768 8.75103 13.0234 8.34156 12.3757C7.95984 11.7718 7.64049 11.1391 7.54135 10.6781L7.5409 10.676C7.46418 10.3162 7.49058 9.95273 7.66728 9.57709C7.78908 9.31814 7.98323 9.06303 8.14098 8.85573L8.14213 8.85423L8.14683 8.84804C8.20542 8.77084 8.25833 8.70113 8.311 8.62917L8.31175 8.62814C8.64304 8.17646 8.67691 8.04723 8.67703 7.94107C8.67674 7.80141 8.63074 7.6504 8.30999 6.96139C8.12763 6.57137 7.76206 5.92653 7.33006 5.26812C6.89144 4.59962 6.44323 4.00775 6.10987 3.67897L6.10929 3.6784C5.74486 3.31849 5.61752 3.23083 5.57157 3.20653C5.56777 3.20782 5.56347 3.20935 5.55864 3.21114C5.52978 3.22183 5.49938 3.23509 5.43868 3.26243L5.43437 3.26437C5.39215 3.2832 5.3435 3.30464 5.29044 3.32746L5.28478 3.32989L5.2791 3.33226C4.88027 3.49893 4.49759 3.70186 4.13586 3.93848C3.4725 4.38187 3.10149 4.73421 2.84363 5.28754L2.84293 5.28905C2.73233 5.52554 2.29384 6.75206 3.9109 9.69297C5.38445 12.3744 6.40812 13.7357 8.57194 15.8982C10.8044 18.1248 12.5201 19.2741 14.7894 20.5468C16.624 21.5716 17.7007 21.8001 18.3281 21.8001H18.3346ZM7.72453 16.7479C5.48015 14.5049 4.38797 13.0527 2.85937 10.2711C1.1325 7.13052 1.42687 5.48427 1.75593 4.78068C2.14781 3.93974 2.72625 3.43677 3.4739 2.93755C3.89857 2.65932 4.34797 2.42081 4.8164 2.22505C4.86328 2.2049 4.90687 2.18568 4.94578 2.16833C5.17781 2.0638 5.52937 1.90583 5.97469 2.07458C6.27187 2.18615 6.53719 2.41443 6.9525 2.82458C7.80422 3.66458 8.96812 5.53537 9.3975 6.45412L9.39946 6.45833C9.68664 7.07519 9.87656 7.48313 9.87703 7.94052C9.87703 8.47724 9.60703 8.89115 9.27937 9.33787C9.22035 9.41852 9.16176 9.4957 9.10485 9.57067L9.09797 9.57974C8.74125 10.0485 8.66297 10.184 8.71453 10.4258C8.81906 10.9119 9.59859 12.359 10.8797 13.6372C12.1608 14.9155 13.5661 15.6458 14.0541 15.7499C14.3062 15.8038 14.4445 15.7222 14.9283 15.3529C14.9386 15.345 14.949 15.337 14.9595 15.329C15.019 15.2835 15.08 15.2369 15.1434 15.1902C15.6431 14.8185 16.0378 14.5555 16.5619 14.5555H16.5647C17.019 14.5555 17.4083 14.7518 18.0507 15.0759L18.0581 15.0796C18.9019 15.5052 20.8289 16.6541 21.6741 17.5068C22.0852 17.9211 22.3144 18.1855 22.4264 18.4822C22.5933 18.9241 22.4397 19.2714 22.3361 19.5057L22.3327 19.5135C22.3301 19.5193 22.3275 19.5251 22.3248 19.5311C22.3096 19.5652 22.2931 19.6021 22.2759 19.6424C22.0786 20.11 21.8387 20.5585 21.5592 20.9821C21.0609 21.7274 20.5561 22.3044 19.7133 22.6968C19.2805 22.9015 18.8069 23.0052 18.3281 23.0001C17.4131 23.0001 16.1278 22.6691 14.2031 21.5938C11.8627 20.2813 10.0523 19.0696 7.72453 16.7479Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.footerLike .contacts a.eml,
footer .top .contacts .eml {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.125 5.5999C3.42084 5.5999 2.85 6.17074 2.85 6.8749V18.1249C2.85 18.8291 3.42084 19.3999 4.125 19.3999H19.875C20.5792 19.3999 21.15 18.8291 21.15 18.1249V6.8749C21.15 6.17074 20.5792 5.5999 19.875 5.5999H4.125ZM1.65 6.8749C1.65 5.508 2.7581 4.3999 4.125 4.3999H19.875C21.2419 4.3999 22.35 5.508 22.35 6.8749V18.1249C22.35 19.4918 21.2419 20.5999 19.875 20.5999H4.125C2.7581 20.5999 1.65 19.4918 1.65 18.1249V6.8749Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.77639 7.63157C4.97983 7.37 5.35679 7.32288 5.61836 7.52632L12 12.4898L18.3816 7.52632C18.6432 7.32288 19.0202 7.37 19.2236 7.63157C19.4271 7.89313 19.3799 8.2701 19.1184 8.47354L12.3684 13.7235C12.1517 13.8921 11.8483 13.8921 11.6316 13.7235L4.88163 8.47354C4.62007 8.2701 4.57295 7.89313 4.77639 7.63157Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.footerLike .contacts a,
footer .top .contacts a {
    background-position: left center;
    background-repeat: no-repeat;
}
.footerLike #footer_map,
footer .top #footer_map {
    width: calc(100% - 545px);
    height: 400px;
    flex-shrink: 0;
    border-radius: 30px;
    background: var(--light, #EFEBE7);
    overflow: hidden;
}
footer .bot {
    margin-top: 30px;
    display: block;
    width: 100%;
    padding: 45px 60px;
    border-radius: 30px;
    background: var(--light, #EFEBE7);
}
footer .bot .links {
    height: 25px;
    line-height: 25px;
    text-align: center;
}
footer .bot .links a {
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    text-decoration: none;
    margin: 0 14px;
    transition: all 0.6s ease;
}
footer .bot .links a:hover {color: #B8860B;}
footer .bot .bbt {
    position: absolute;
    bottom: 8px;
    left: 60px;
    width: calc(100% - 120px);
}
footer .bot .bbt span, footer .bot .bbt a {
    color: var(--black, #231F20);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
}
footer .bot .bbt a {
    position: absolute;
    right: 0;
}
footer .bot .bbt a:hover {}


.langs {
    height: 30px;
    font-size: 0;
    text-align: left;
}
.langs a {
    display: inline-block;
    vertical-align: top;
    margin-right: 10px;
    padding: 4px;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid transparent;
    border-radius: 100px;
}
.langs .en {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2007_1965)'%3E%3Cpath d='M0 0H22V22H0V0Z' fill='%23012169'/%3E%3Cpath d='M22 0V2.75L13.8359 11L22 19.0352V22H19.1211L10.9141 13.9219L2.92188 22H0V19.0781L7.99219 11.043L0 3.17969V0H2.66406L10.9141 8.07812L18.9062 0H22Z' fill='white'/%3E%3Cpath d='M7.90625 13.9219L8.37891 15.3828L1.80469 22H0V21.8711L7.90625 13.9219ZM13.2344 13.4062L15.5547 13.75L22 20.0664V22L13.2344 13.4062ZM22 0L13.75 8.42188L13.5781 6.53125L20.0234 0H22ZM0 0.0429688L8.29297 8.16406L5.75781 7.82031L0 2.10547V0.0429688Z' fill='%23C8102E'/%3E%3Cpath d='M7.5625 0V22H14.4375V0H7.5625ZM0 7.5625V14.4375H22V7.5625H0Z' fill='white'/%3E%3Cpath d='M0 8.9375V13.0625H22V8.9375H0ZM8.9375 0V22H13.0625V0H8.9375Z' fill='%23C8102E'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_1965'%3E%3Crect width='22' height='22' rx='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.langs .de {
	background-image: url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2007_1972)'%3E%3Cpath d='M0 14.6652H22V22H0V14.6652Z' fill='%23FFCC00'/%3E%3Cpath d='M0 0H22V7.33477H0V0Z' fill='%23000001'/%3E%3Cpath d='M0 7.33476H22V14.6652H0V7.33476Z' fill='%23FF0000'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_1972'%3E%3Crect width='22' height='22' rx='11' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}
.langs a.active {
	    border: 1px solid #fff;
}

header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 5;
    height: 167px;
    background: rgba(35, 31, 32, 0.75);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    transition: all 0.6s ease;
}
header .wrap {
    padding: 5px 45px;
    padding-bottom: 15px;
}
header .top {
    height: 80px;    height: calc(80px + 14px);
    border-bottom: 1px solid rgb(249 248 246 / 40%);
    padding-bottom: 14px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 0;
}
header .top .langs {
    position: absolute;
    bottom: 14px;
    left: 0;
}
 .logo {
	background-image: url("data:image/svg+xml,%3Csvg width='144' height='80' viewBox='0 0 144 80' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_2007_1978)'%3E%3Cpath d='M35.0552 54.0794C35.0552 53.7426 34.7826 53.4695 34.4465 53.4695H32.6296H32.0209C31.6848 53.4695 31.4122 53.7416 31.4122 54.0794V54.6892H31.4061L31.363 68.5755C31.363 72.7139 29.0984 76.2795 23.7882 76.2795C18.478 76.2795 16.7954 72.7139 16.7954 68.5755L16.8056 54.6892H16.7923V54.0794C16.7923 53.7426 16.5197 53.4695 16.1836 53.4695H14.3668H13.7581C13.422 53.4695 13.1494 53.7416 13.1494 54.0794V54.6892H13.1473V69.518C13.1473 76.3801 18.3417 79.732 23.7882 79.732C29.7798 79.732 35.0654 76.3801 35.0654 69.518C35.0654 67.0469 35.0613 57.3297 35.0593 54.6892H35.0562V54.0794H35.0552Z' fill='%23F9F8F6'/%3E%3Cpath d='M132.348 52.7314C139.603 52.7314 144 58.4138 144 64.8406C144 66.2307 143.723 66.6403 142.855 66.6403H124.454C124.003 66.6403 123.769 67.0417 123.78 67.3015C124.037 72.9398 127.859 76.2476 132.606 76.2353C136.167 76.2353 139.042 73.7098 140.091 72.5846C140.46 72.2417 140.711 72.3495 140.944 72.5722C141.276 72.949 142.052 73.679 142.419 74.143C142.738 74.5403 142.51 74.8935 142.249 75.1809C141.19 76.4355 137.815 79.8378 132.577 79.8378C125.733 79.8378 120.096 74.4551 120.096 66.4863C120.096 58.0032 125.249 52.7324 132.348 52.7324V52.7314ZM124.632 63.7606H139.84C140.068 63.7606 140.371 63.6959 140.371 63.276C140.371 59.4877 136.342 56.3811 132.548 56.3811C128.378 56.3811 124.839 58.9426 124.05 63.0163C123.975 63.3489 124.171 63.7606 124.632 63.7606Z' fill='%23F9F8F6'/%3E%3Cpath d='M7.35043 77.264V76.6542C7.35043 76.3174 7.07785 76.0444 6.74174 76.0444H6.13304V76.0423C4.89824 75.9088 3.65728 75.1491 3.65728 72.0846V1.21965L3.64704 0.609825C3.64704 0.273087 3.37446 0 3.03834 0H1.22046H0.611767C0.276679 0 0.00307421 0.273087 0.00307421 0.609825V1.21965H0V72.871C0 78.5894 3.91244 79.3029 6.13304 79.3132L6.74174 79.3121C6.82269 79.3121 6.90057 79.2957 6.97128 79.267C6.9764 79.2649 6.98255 79.2629 6.98768 79.2598C7.20082 79.1653 7.35043 78.9518 7.35043 78.7034V78.0935H7.35556V77.265H7.35043V77.264Z' fill='%23F9F8F6'/%3E%3Cpath d='M102.496 43.1066C102.496 42.7699 102.224 42.4968 101.887 42.4968H99.4609C99.1248 42.4968 98.8522 42.7699 98.8522 43.1066V43.7164H98.8491V46.1208H98.8604V46.7307C98.8604 47.0674 99.134 47.3405 99.4701 47.3405H101.287H101.897C102.224 47.3405 102.489 47.0807 102.502 46.7574V43.7164H102.496V43.1066Z' fill='%23F9F8F6'/%3E%3Cpath d='M102.496 54.6923V54.0824C102.496 53.7457 102.224 53.4726 101.887 53.4726H99.4609C99.1719 53.4726 98.9321 53.6738 98.8696 53.9449L98.8501 75.2703L98.8481 77.8605H98.8604V78.4703C98.8604 78.807 99.134 79.0801 99.4701 79.0801H101.287H101.897C102.224 79.0801 102.489 78.8204 102.502 78.497V54.6933H102.496V54.6923Z' fill='%23F9F8F6'/%3E%3Cpath d='M43.2992 53.4572C43.2992 53.4572 44.3034 53.4552 44.6303 53.4572C45.1365 53.4613 45.2954 53.6061 45.5003 53.8915C46.0567 54.6728 50.8351 61.4435 52.0381 63.1497C52.2082 63.392 52.6396 63.3664 52.8057 63.1354C53.982 61.4979 58.6446 55.0064 59.2984 54.104C59.6673 53.5948 59.8415 53.488 60.3108 53.488H62.5847C63.0715 53.488 63.4578 54.1584 63.1053 54.6666C61.9176 56.3862 56.0448 64.586 55.0724 65.9535C54.9883 66.0726 54.9627 66.4781 55.0304 66.5736C55.9178 67.8251 62.016 76.3965 63.1555 78.0237C63.4896 78.5011 63.0612 79.0955 62.6708 79.0955H60.2422C59.9593 79.0955 59.6714 78.9641 59.4746 78.6972C58.9469 77.9857 53.8427 71.0456 52.6663 69.479C52.5454 69.3178 52.0627 69.3044 51.9172 69.5077C50.792 71.0836 45.9922 77.802 45.3487 78.7136C45.2031 78.92 44.8814 79.0955 44.7266 79.0955H41.759C41.3204 79.0955 40.9925 78.5648 41.3173 78.0997C42.0142 77.1008 48.5571 67.9431 49.5654 66.5315C49.6464 66.4175 49.632 66.0223 49.5388 65.8919C48.4608 64.3848 42.0439 55.1091 41.5622 54.3976C41.2774 53.9777 41.635 53.4572 42.0162 53.4572H43.3002' fill='%23F9F8F6'/%3E%3Cpath d='M112.168 52.947C112.691 53.1954 113.662 53.873 114.051 54.3042C114.156 54.4192 114.264 54.6728 114.094 54.9222C113.446 55.8678 111.908 57.9785 111.86 60.7761C111.78 65.4248 116.227 66.8949 116.227 72.7488C116.227 75.8626 113.874 78.6684 113.044 79.5596C112.866 79.7505 112.571 79.6386 112.449 79.5534C111.946 79.2044 111.036 78.3543 110.691 77.8482C110.591 77.7013 110.498 77.3862 110.711 77.1357C111.405 76.3226 112.878 74.3442 112.878 72.1996C112.878 68.8466 108.459 65.2256 108.459 61.3162C108.459 57.7629 110.718 54.2169 111.522 53.0681C111.695 52.8197 112.018 52.8761 112.167 52.9459L112.168 52.947Z' fill='%23F9F8F6'/%3E%3Cpath d='M90.0128 59.3368C85.8093 53.0158 78.4466 51.0692 72.0031 55.3698C65.5595 59.6694 64.5163 67.2265 68.7188 73.5486C73.0073 79.9979 80.4264 82.0286 86.8699 77.728C93.3135 73.4274 94.3003 65.7861 90.0128 59.3368ZM85.9323 76.6111C80.6764 80.0739 74.4225 75.6419 71.7243 71.5323C69.0723 67.4924 67.5834 60.1992 72.8311 56.7425C78.4271 53.0558 84.2394 57.5576 86.8443 61.5266C89.2033 65.1199 91.1 73.2077 85.9323 76.6121V76.6111Z' fill='%23B8860B'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_2007_1978'%3E%3Crect width='144' height='80' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	
}
header .logo:hover {}
header .btnYell {
    border-radius: 30px;
    background: var(--Gold, #B8860B);
    width: 142px;
    display: inline-block;
    vertical-align: top;
    height: 47px;
    padding: 0px 20px;
    line-height: 47px;
    text-decoration: none;
    transition: all 0.6s ease;
    color: var(--white, #F9F8F6);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    bottom: 14px;
    right: 0;
}
header .btnYell:hover {
	color:#B8860B;
	background-color:#fff;
}
header .logo {
    width: 144px;
    height: 80px;
    position: absolute;
    left: calc( (100% - 144px) / 2);
    top: 0;
}
header nav {
    height: 37px;
}
header nav .mobile_menu {
    display: none;
}
header nav .mobile {
    display: none;
}
header nav .desktop {
    height: 37px;
    width: 100%;
    text-align: center;
    font-size: 0;
}
header nav .desktop a {
    color: var(--white, #F9F8F6);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 37px;
    text-decoration: none;
    transition: all 0.6s ease;
    padding: 0 15px;
    margin: 0 7px;
}
header nav .desktop a:hover {
	color:#B8860B;
}


#footer_map, #footer_map * {
	outline: none !important;
	border: none !important;
}


.bl_prom img {
  -webkit-animation: zoomEffect 35s infinite;
          animation: zoomEffect 35s infinite;
  -webkit-animation-timing-function: linear;
          animation-timing-function: linear;
  -webkit-animation-direction: alternate;
          animation-direction: alternate;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
.bl_prom img {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: 150%;
    height: auto;
}
.bl_prom:before { 
    z-index: 1;
}
.bl_prom .wrap {
    z-index: 1;
}
.bl_prom {
    overflow: hidden;
}
@-webkit-keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1) translateX(0);
            transform: scale(1) translateX(0);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(-360px) translateY(-80px);
            transform: scale(1.2) translateX(-360px) translateY(-80px);
  }
}

@keyframes zoomEffect {
  0% {
    -webkit-transform: scale(1) translateX(0) translateY(0);
            transform: scale(1) translateX(0) translateY(0);
  }
  100% {
    -webkit-transform: scale(1.2) translateX(-360px) translateY(-80px);
            transform: scale(1.2) translateX(-360px) translateY(-80px);
  }
} 


.bl_prom h1 { 
    max-width: 990px; 
}
.bl_prom.loaded h1 {
	animation: comein 1.5s 1 ease-in-out forwards;
}

@keyframes comein {
  0% {
    letter-spacing: 1px;
    _color: rgba(255, 255, 255, 0);
  }
  70% {
    letter-spacing: -1px;
  }
  100% {
    letter-spacing: 0px;
    _color: rgba(255, 255, 255, 1);
  }
}
@keyframes comein_simple {
  0% {
    transform:scale(1.03);
  }
  70% {
    transform:scale(0.97);
  }
  100% {
    transform:scale(1);
  }
}
header .top {
    z-index: 1;
}
header .top .langs,
header .btnYell {
    transition: all 0.6s ease;
}

.scrolled header .btnYell {
    transform: translateY(73px);
}
.scrolled header nav .desktop {
    transform: translateY(4px);
}
.scrolled header .top .langs {
    transform: translateY(64px);
}

.load.anim_showup {
    transition: all 0.6s ease;
    transform: translateY(50px);
    opacity: 0.2;
}
.load.anim_showup.loaded {
    transform: translateY(0px);
    opacity: 1;
}
.load.anim_showleft {
    transition: all 0.6s ease;
    transform: translateX(-500px);
    opacity: 0.2;
}
.load.anim_showleft.loaded {
    transform: translateX(0px);
    opacity: 1;
}
.load.anim_showright {
    transition: all 0.75s ease;
	
    transform: translateX(-400px) scale(0.8);
    opacity: 0.2;
}
.load.anim_showright.loaded {
    transform: translateX(0px) scale(1);
    opacity: 1;
}
.tit h1.loaded,
h2.loaded, .loaded h2 {
	animation: comein 1.5s 1 ease-in-out forwards;
}
 .wrap { 
    padding: 0 24px;
	
}
.bl_apkl .conts {
    border-radius: 30px;
    background: var(--light, #EFEBE7);
}
.bl_apkl .conts > div {
    background: transparent;
}

.bl_apkl .conts > div .tit h3 {
    transition: all 0.6s ease;
    transform: translateX(-200px);
    opacity: 0;
}
.bl_apkl .conts > div .tit a {
    transition: all 0.6s ease;
    transform: translateX(200px);
    opacity: 0;
}
.bl_apkl .conts > div.active .tit h3, .bl_apkl .conts > div.active .tit a {
    transform: translateX(0px);
    opacity: 1;
}
.bl_apkl .conts > div .gal .img {
    transition: all 0.6s ease;
	opacity:0;
}
.bl_apkl .conts > div .gal .img:nth-child(1) {
    transform: translateY(150px);transition-delay: 50ms;
}
.bl_apkl .conts > div .gal .img:nth-child(2) {
    transform: translateY(200px);transition-delay: 150ms;
}
.bl_apkl .conts > div .gal .img:nth-child(3) {
    transform: translateY(250px);transition-delay: 250ms;
}
.bl_apkl .conts > div.active .gal .img {
    transform: translateY(0px);
    opacity: 1;
}
.bl_apkl .conts > div:not(.active) {
    transform: none;
	/*translateY(100px) scale(0.7);*/
}


.bl_loc_comewith ul li {
	opacity:0;
	transition: all 0.6s ease;
	transform: translateY(60px);
}
.bl_loc_comewith ul li:nth-child(1) {transition-delay: 50ms;}
.bl_loc_comewith ul li:nth-child(2) {transition-delay: 100ms;}
.bl_loc_comewith ul li:nth-child(3) {transition-delay: 150ms;}
.bl_loc_comewith ul li:nth-child(4) {transition-delay: 200ms;}

.bl_loc_comewith ul li:nth-child(5) {transition-delay: 250ms;}
.bl_loc_comewith ul li:nth-child(6) {transition-delay: 300ms;}
.bl_loc_comewith ul li:nth-child(7) {transition-delay: 350ms;}
.bl_loc_comewith ul li:nth-child(8) {transition-delay: 400ms;}

.bl_loc_comewith ul li:nth-child(9) {transition-delay: 450ms;}
.bl_loc_comewith ul li:nth-child(10) {transition-delay: 500ms;}
.bl_loc_comewith ul li:nth-child(11) {transition-delay: 550ms;}
.bl_loc_comewith ul li:nth-child(12) {transition-delay: 600ms;}


.bl_loc_comewith ul.loaded li {
	opacity:1;
	transform: translateY(0px);
}


.bl_about .img img {
    -webkit-animation: zoomEffect 35s infinite;
    animation: zoomEffect 35s infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.bl_about .img img {
    position: absolute;
    pointer-events: none;
    z-index: 0;
    width: calc(100% + 360px);
    height: auto;
}
 
.bl_prom img {
    width: calc(100% + 360px);
}

.bl_reviews .wrap {
    max-width: calc(100% - 48px);
}



.page_inside .bl_prom h1 {font-size:65px;}
.bl_prom p {
	color: var(--white, #F9F8F6);
	text-align: center;
	/* txtL */
	
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 140%; /* 33.6px */
	transition:all 0.6s ease;
	display:block;
	max-width:890px;margin:0 auto;
	margin-top:15px;
}
.bl_prom.loaded p {animation: comein_simple 1.5s 1 ease-in-out forwards;}


.block_about_history, .block_about_career {
    padding-top: 100px;
}
.block_about_history .left, .block_about_career .left {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    margin-right: 15px;
}
.block_about_history .right .img,
.block_about_career .left .img {
    height: 495px;
    border-radius: 30px;
    overflow: hidden;
}

.block_apartments_history .threelist .threelistItem .img img,
.block_about_history .right .img img,
.block_about_career .left .img img {
	    display: block;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_apartments_history .threelist .threelistItem .img:hover img,
.block_about_history .right .img:hover img,
.block_about_career .left .img:hover img {
	transform: scale(1.1);
}
.block_about_history .right, .block_about_career .right {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    margin-left: 15px;
}
.block_about_history .wrap, .block_about_career .wrap {
    font-size: 0;
}
.block_about_history .left,
.block_about_career .right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    height: 495px;
}
.block_about_history .left .tit,
.block_about_career .right > div {
    border-radius: 30px;
    background: var(--light, #EFEBE7);
    display: flex;
    width: 660px;
    padding: 45px 30px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 15px;
}
.block_about_career .right > div h2 {
    display: block;
    margin-bottom: 15px;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.block_about_history .left > div.tit p,
.block_about_career .right > div p {
    display: block;
    margin-bottom: 15px;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.block_about_career .right > div ins {
    display: block;
    text-align: right;
    color: var(--black, #231F20);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration: none;
    height: 30px;
    width: 100%;
}
.block_about_career .right > div .btn{}
.btn {
    border-radius: 30px;
    border: 1px solid var(--black, #231F20);
    padding: 15px 45px;
    text-decoration: none;
    transition: all 0.6s ease;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.btn.transparent{}
.btn.transparent:hover{
	border: 1px solid var(--black, #231F20);
	background: var(--black, #231F20);
	box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.15);
	color:#B8860B;
}

.block_about_history {}
.block_about_history .left > div.tit {
    background: transparent;
}
.block_about_history .left > div.tit h2 {}
.block_about_history .left > div.tit h2 b {}
.block_about_history .left > div.tit p {}
.block_about_history .left > div.tit .btn {}
.block_about_history .right {} 
.block_about_history .right .img {}
.block_about_history .right .img img {}

.block_apartments_history {
    padding-top: 100px;
}
.block_apartments_history .tit {}
.block_apartments_history .tit h2 {
    margin-bottom: 30px;
}
.block_apartments_history .tit h2 b {}

.block_apartments_history .threelist {
    display: flex;
    align-items: center;
    justify-content: center;
    justify-content: space-between;
    align-items: flex-start;
    gap: 30px;
}
.block_apartments_history .threelist .threelistItem {
    display: flex;
    width: calc((100% / 3) - 15px);
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
}
.block_apartments_history .threelist .threelistItem .img {
    height: 242px;
    margin-bottom: 15px;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
}
.block_apartments_history .threelist .threelistItem .img img {
	    display: block;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.block_apartments_history .threelist .threelistItem h3 {
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 23px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    display: block;
    margin-bottom: 5px;
    padding-bottom: 5px;
    border-bottom: 2px solid rgb(35 31 32 / 60%);
}
.block_apartments_history .threelist .threelistItem h3 b {
    font: inherit;
    color: #B8860B;
}
.block_apartments_history .threelist .threelistItem p {
    display: block;
    max-width: 350px;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}

.load.anim_showup.anim_showup_delay05 {transition-delay: 250ms;}
.load.anim_showup.anim_showup_delay10 {transition-delay: 500ms;}

.bl_apkl.mod_apList .links {
    width: 400px;
}
.bl_apkl .links a {
    white-space: nowrap;
}

.ico_pers {background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.9999 3.5625C12.3324 3.5625 10.3888 5.59265 10.5917 8.3831C10.7967 11.1991 12.916 13.3125 14.9999 13.3125C17.0831 13.3125 19.1993 11.1993 19.4082 8.3821M9.09566 8.4919C8.82986 4.83704 11.4565 2.0625 14.9999 2.0625C18.5481 2.0625 21.1702 4.90063 20.9041 8.4929L20.9041 8.49296C20.6536 11.8714 18.073 14.8125 14.9999 14.8125C11.9276 14.8125 9.34182 11.8728 9.09567 8.49196L9.09566 8.4919ZM14.9999 3.5625C17.6627 3.5625 19.6109 5.64622 19.4082 8.38204L14.9999 3.5625Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.03305 25.8004C4.07827 20.0052 9.68945 17.0625 15 17.0625C20.3107 17.0625 25.9218 20.0052 26.9676 25.8004L26.9676 25.8004C27.056 26.2902 26.969 26.8087 26.6845 27.2242C26.3885 27.6566 25.9016 27.9375 25.3125 27.9375H4.68754C4.09858 27.9375 3.61186 27.6564 3.31599 27.2241C3.03167 26.8087 2.9447 26.2902 3.03305 25.8005M15 18.5625C10.1153 18.5625 5.37888 21.2448 4.50923 26.0667L4.50922 26.0667C4.48215 26.2168 4.51852 26.3253 4.55382 26.3769C4.57015 26.4007 4.58591 26.413 4.59931 26.4202C4.61166 26.4268 4.63754 26.4375 4.68754 26.4375H25.3125C25.3628 26.4375 25.3889 26.4268 25.4013 26.4201C25.4148 26.4129 25.4306 26.4006 25.4469 26.3767C25.4821 26.3252 25.5185 26.2168 25.4915 26.0668C24.6213 21.2448 19.8847 18.5625 15 18.5625Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");}
.ico_area {background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.6875 11.6719C5.10171 11.6719 5.4375 12.0077 5.4375 12.4219V26.25C5.4375 26.2997 5.45725 26.3474 5.49242 26.3826C5.52758 26.4177 5.57527 26.4375 5.625 26.4375H10.5V19.2188C10.5 18.6469 10.7272 18.0984 11.1316 17.6941C11.5359 17.2897 12.0844 17.0625 12.6562 17.0625H17.3438C17.9156 17.0625 18.4641 17.2897 18.8684 17.6941C19.2728 18.0984 19.5 18.6469 19.5 19.2188V26.4375H24.375C24.4247 26.4375 24.4724 26.4177 24.5076 26.3826C24.5427 26.3474 24.5625 26.2997 24.5625 26.25V12.4219C24.5625 12.0077 24.8983 11.6719 25.3125 11.6719C25.7267 11.6719 26.0625 12.0077 26.0625 12.4219V26.25C26.0625 26.6976 25.8847 27.1268 25.5682 27.4432C25.2518 27.7597 24.8225 27.9375 24.375 27.9375H18.75C18.3358 27.9375 18 27.6017 18 27.1875V19.2188C18 19.0447 17.9309 18.8778 17.8078 18.7547C17.6847 18.6316 17.5178 18.5625 17.3438 18.5625H12.6562C12.4822 18.5625 12.3153 18.6316 12.1922 18.7547C12.0691 18.8778 12 19.0447 12 19.2188V27.1875C12 27.6017 11.6642 27.9375 11.25 27.9375H5.625C5.17745 27.9375 4.74823 27.7597 4.43176 27.4432C4.11529 27.1268 3.9375 26.6976 3.9375 26.25V12.4219C3.9375 12.0077 4.27329 11.6719 4.6875 11.6719Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.1673 2.51519L19.875 6.06439V3.74995C19.875 3.33574 20.2108 2.99995 20.625 2.99995H23.4375C23.8517 2.99995 24.1875 3.33574 24.1875 3.74995V10.1925L28.6436 14.4582C28.9428 14.7446 28.9532 15.2194 28.6668 15.5186C28.3804 15.8178 27.9056 15.8282 27.6064 15.5417L15.1195 3.58861C15.1169 3.58616 15.1144 3.58369 15.1118 3.58121C15.1104 3.58064 15.1087 3.58002 15.1069 3.57936C15.0842 3.57133 15.0467 3.56356 15.0006 3.56348C14.9546 3.56339 14.9171 3.57102 14.8942 3.57906C14.8918 3.57989 14.8897 3.58066 14.888 3.58134C14.8855 3.58378 14.8831 3.58621 14.8805 3.58861L2.39362 15.5417C2.09441 15.8282 1.61965 15.8178 1.33322 15.5186C1.04679 15.2194 1.05716 14.7446 1.35638 14.4582L13.8334 2.51455C14.1694 2.17265 14.6357 2.06282 15.0033 2.06348C15.3696 2.06414 15.8342 2.1749 16.1673 2.51519ZM14.8806 3.58472C14.8806 3.58471 14.8809 3.58454 14.8815 3.58424C14.8809 3.58457 14.8806 3.58472 14.8806 3.58472ZM15.1199 3.58485C15.1199 3.58486 15.1196 3.58469 15.1189 3.58431C15.1196 3.58465 15.1199 3.58484 15.1199 3.58485ZM22.6875 8.75666V4.49995H21.375V7.50026L22.6875 8.75666Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");}
.ico_door {background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.1875 25.3125H24.375V4.6875C24.375 4.19022 24.1775 3.71331 23.8258 3.36167C23.4742 3.01004 22.9973 2.8125 22.5 2.8125H7.5C7.00272 2.8125 6.52581 3.01004 6.17417 3.36167C5.82254 3.71331 5.625 4.19022 5.625 4.6875V25.3125H2.8125C2.56386 25.3125 2.3254 25.4113 2.14959 25.5871C1.97377 25.7629 1.875 26.0014 1.875 26.25C1.875 26.4986 1.97377 26.7371 2.14959 26.9129C2.3254 27.0887 2.56386 27.1875 2.8125 27.1875H27.1875C27.4361 27.1875 27.6746 27.0887 27.8504 26.9129C28.0262 26.7371 28.125 26.4986 28.125 26.25C28.125 26.0014 28.0262 25.7629 27.8504 25.5871C27.6746 25.4113 27.4361 25.3125 27.1875 25.3125ZM7.5 4.6875H22.5V25.3125H7.5V4.6875ZM19.6875 15.4688C19.6875 15.7469 19.605 16.0188 19.4505 16.25C19.296 16.4813 19.0764 16.6615 18.8194 16.768C18.5624 16.8744 18.2797 16.9022 18.0069 16.848C17.7341 16.7937 17.4835 16.6598 17.2869 16.4631C17.0902 16.2665 16.9563 16.0159 16.902 15.7431C16.8478 15.4703 16.8756 15.1876 16.982 14.9306C17.0885 14.6736 17.2687 14.454 17.5 14.2995C17.7312 14.145 18.0031 14.0625 18.2812 14.0625C18.6542 14.0625 19.0119 14.2107 19.2756 14.4744C19.5393 14.7381 19.6875 15.0958 19.6875 15.4688Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");}
.ico_beds {background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.96651 4.87501L7.96875 4.875L22.0335 4.875C22.8527 4.87745 23.6376 5.20395 24.2168 5.78319C24.7961 6.36243 25.1226 7.14735 25.125 7.96651L25.125 7.96875L25.125 13.6445C25.6779 13.8692 26.1861 14.2036 26.6162 14.6338C27.459 15.4765 27.934 16.6185 27.9375 17.8103L27.9375 17.8125L27.9375 24.375C27.9375 24.7892 27.6017 25.125 27.1875 25.125C26.7733 25.125 26.4375 24.7892 26.4375 24.375V17.8135C26.4348 17.0184 26.1178 16.2567 25.5556 15.6944C24.9933 15.1321 24.2314 14.8151 23.4362 14.8125H6.5638C5.76861 14.8151 5.00672 15.1321 4.44442 15.6944C3.88215 16.2567 3.56513 17.0185 3.5625 17.8137V24.375C3.5625 24.7892 3.22671 25.125 2.8125 25.125C2.39829 25.125 2.0625 24.7892 2.0625 24.375V17.8125L2.0625 17.8103C2.06603 16.6185 2.54103 15.4765 3.38376 14.6338C3.81393 14.2036 4.32207 13.8692 4.875 13.6445V7.96651C4.87745 7.14735 5.20395 6.36243 5.78319 5.78319C6.36243 5.20395 7.14734 4.87745 7.96651 4.87501ZM6.375 13.3125H23.625V7.96985C23.6234 7.54737 23.4549 7.14262 23.1562 6.84385C22.8574 6.54506 22.4526 6.37653 22.03 6.375H7.96998C7.54745 6.37653 7.14264 6.54506 6.84385 6.84385C6.54505 7.14265 6.37653 7.54745 6.375 7.96998V13.3125Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.4354 10.5L8.4375 10.5L13.1271 10.5C13.8221 10.502 14.4882 10.7789 14.9796 11.2704C14.9865 11.2772 14.9932 11.2841 15 11.291C15.0068 11.2841 15.0135 11.2772 15.0204 11.2704C15.5118 10.7789 16.1779 10.502 16.8729 10.5L16.875 10.5L21.5646 10.5C22.2596 10.502 22.9257 10.7789 23.4171 11.2704C23.9086 11.7619 24.1856 12.4279 24.1875 13.1229L24.1875 13.125L24.1875 14.0625C24.1875 14.4767 23.8517 14.8125 23.4375 14.8125C23.0233 14.8125 22.6875 14.4767 22.6875 14.0625V13.126C22.6864 12.8277 22.5674 12.542 22.3565 12.331C22.1455 12.1201 21.8597 12.0011 21.5613 12H16.8762C16.5778 12.0011 16.292 12.1201 16.081 12.331C15.8701 12.542 15.7511 12.8279 15.75 13.1262V14.0625C15.75 14.4767 15.4142 14.8125 15 14.8125C14.5858 14.8125 14.25 14.4767 14.25 14.0625V13.1262C14.2489 12.8279 14.1299 12.542 13.919 12.331C13.708 12.1201 13.4222 12.0011 13.1238 12H8.43869C8.14035 12.0011 7.85452 12.1201 7.64354 12.331C7.43256 12.542 7.31357 12.8279 7.3125 13.1262V14.0625C7.3125 14.4767 6.97671 14.8125 6.5625 14.8125C6.14829 14.8125 5.8125 14.4767 5.8125 14.0625V13.1229C5.81445 12.4279 6.09141 11.7619 6.58288 11.2704C7.07435 10.7789 7.74036 10.502 8.4354 10.5ZM4.21657 21.75L4.21875 21.75L25.7834 21.75C26.3542 21.7517 26.9011 21.9791 27.3048 22.3827C27.7084 22.7864 27.9358 23.3333 27.9375 23.9041L27.9375 23.9063L27.9375 24.375C27.9375 24.7892 27.6017 25.125 27.1875 25.125C26.7733 25.125 26.4375 24.7892 26.4375 24.375V23.9074C26.4367 23.7333 26.3672 23.5665 26.2441 23.4434C26.1209 23.3202 25.9541 23.2507 25.7799 23.25H4.22011C4.04594 23.2507 3.87908 23.3202 3.75591 23.4434C3.63274 23.5666 3.56324 23.7334 3.5625 23.9075V24.375C3.5625 24.7892 3.22671 25.125 2.8125 25.125C2.39829 25.125 2.0625 24.7892 2.0625 24.375V23.9063L2.0625 23.9041C2.06416 23.3333 2.29164 22.7864 2.69525 22.3827C3.09885 21.9791 3.64579 21.7517 4.21657 21.75Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");}
.ico_balc {background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.5269 1.125H15.4731L15.9575 1.62318C18.8215 4.57992 22.5579 6.54069 26.6183 7.2177M26.6183 7.2177L27.1133 7.3002C27.1133 7.3002 27.1133 7.3002 27.1133 7.3002C27.4121 7.34999 27.7145 7.37501 28.0175 7.375H28.875V11.375H15.75V18.75H14.25V11.375H1.125V7.375H1.9825C2.28545 7.37501 2.5879 7.34999 2.88673 7.3002L3.38165 7.21771C3.38164 7.21772 3.38167 7.21771 3.38165 7.21771C7.44203 6.5407 11.1785 4.57992 14.0425 1.62318L14.5269 1.125M15 2.78964C11.9288 5.90827 7.94867 7.97694 3.62835 8.69729L3.1333 8.7798C2.96466 8.8079 2.7951 8.8298 2.625 8.84547V9.875H27.375V8.84547C27.2049 8.8298 27.0354 8.8079 26.8667 8.7798L26.3717 8.6973C22.0514 7.97695 18.0712 5.90827 15 2.78964ZM1.125 21.875V17.5H2.625V21.875C2.625 22.3391 2.80937 22.7842 3.13756 23.1124C3.46575 23.4406 3.91087 23.625 4.375 23.625H7.625V28.75H6.125V25.125H4.375C3.51305 25.125 2.6864 24.7826 2.0769 24.1731C1.46741 23.5636 1.125 22.737 1.125 21.875ZM27.375 21.875V17.5H28.875V21.875C28.875 22.737 28.5326 23.5636 27.9231 24.1731C27.3136 24.7826 26.487 25.125 25.625 25.125H23.875V28.75H22.375V23.625H25.625C26.0891 23.625 26.5342 23.4406 26.8624 23.1124C27.1906 22.7842 27.375 22.3391 27.375 21.875ZM14.25 21.375H6.25V19.875H23.75V21.375H15.75V28.75H14.25V21.375Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");}

.bl_apkl.mod_apList {}
.bl_apkl.mod_apList .conts {
    background: transparent;
    height: auto;
    border-radius: 0;
}
.bl_apkl.mod_apList .conts > div {
    position: relative;
    margin-bottom: 60px;
    border-radius: 30px;
    background: var(--light, #EFEBE7);
    padding-left: calc( (100% - 460px) );
    height: 420px;
    overflow: hidden;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    display: flex;
    pointer-events: all;
}
.bl_apkl.mod_apList .conts > div.active {}
.bl_apkl.mod_apList .conts > div .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition: all 0.6s ease;
	    border-radius: 30px;
    overflow: hidden;
}
.bl_apkl.mod_apList .conts > div .img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}

.bl_apkl.mod_apList .links {
    margin-bottom: 70px;
}
.bl_apkl.mod_apList .conts > div:hover .img img {}
.bl_apkl.mod_apList .conts > div .tit {
    display: flex;
    padding: 0 30px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0;
    text-align: center;
}
.bl_apkl.mod_apList .conts > div .tit h2 {
    color: var(--black, #231F20);
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    display: block;
}
.bl_apkl.mod_apList .conts > div .tit h2 b {}
.bl_apkl.mod_apList .conts > div .params {
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px 30px;
    align-self: stretch;
    flex-wrap: wrap;
    font-size: 0;
}
.bl_apkl.mod_apList .conts > div .params ins {
    text-decoration: none;
    display: flex;
    width: calc(50% - 15px);
    align-items: flex-start;
    gap: 5px;
    color: var(--black, #231F20);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 40px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
.bl_apkl.mod_apList .conts > div .params ins:nth-child(1) {}
.bl_apkl.mod_apList .conts > div .params ins:nth-child(2) {}
.bl_apkl.mod_apList .conts > div .params ins:nth-child(3) {}
.bl_apkl.mod_apList .conts > div .params ins:nth-child(4) {}
.bl_apkl.mod_apList .conts > div .params ins:nth-child(5) {}
.bl_apkl.mod_apList .conts > div .params ins:nth-child(6) {}
.bl_apkl.mod_apList .conts > div .params ins:nth-child(7) {}
.bl_apkl.mod_apList .conts > div .btn {
    border-radius: 30px;
    border: 1px solid var(--black, #231F20);
    padding: 15px 45px;
    text-decoration: none;
    transition: all 0.6s ease;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    position: relative;
    bottom: 0;
    top: 0;
    margin: 0;
    left: 0;
    margin-top: 30px;
}
.bl_apkl.mod_apList .conts > div .tit h2 {
    margin-bottom: 30px;
}
.bl_apkl.mod_apList .conts > div:hover .img img {
    transform: scale(1.05);
}

.bl_apkl.mod_apList .conts > div:nth-child(2n) {
    padding-left: 0;
    padding-right: calc( (100% - 460px) );
}
.bl_apkl.mod_apList .conts > div:nth-child(2n) .img {
    right: 0;
    left: auto;
}
.bl_apkl.mod_apList .conts > div .img {
    _width: calc(100%);
    display: block;
    transform: translateX(0px);
	_filter: blur(5px);
    _opacity: 0.8;
}
.bl_apkl.mod_apList .conts > div.loaded .img {
    width: calc(100% - 460px);
	filter: none;
    opacity: 1;
}
.bl_apkl.mod_apList .conts > div {
	transform: translateX(-600px);
	opacity:0;
}
.bl_apkl.mod_apList .conts > div:nth-child(2n) {
	transform: translateX(600px);
	opacity:0;
}
.bl_apkl.mod_apList .conts > div.loaded {
	transform: translateX(0px);
	opacity:1;
}

.bl_apkl.mod_apList .conts > div .tit a {
    transform: translateX(0px);
    opacity: 1;
}
.bl_apkl.mod_apList .conts > div:not(.active) {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0;
}
.page_apartment .bl_apkl .tit {
    margin-bottom: 30px;
}

.page_apartment {
    padding-top: 167px;
}
.breadcrums {
    margin-top: 5px;
    margin-bottom: 30px;
    height: 25px;
    line-height: 25px;
}
.breadcrums ul {}
.breadcrums ul li {
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: inline-block;
    vertical-align: top;
    margin-right: 4px;
}
.breadcrums ul li:after {
    content: '>';
    margin-left: 8px;
}
.breadcrums ul li a {
    font: inherit;
    text-decoration: none;
    color: inherit;
}
.breadcrums ul li.home {}
.breadcrums ul li.home a {}
.breadcrums ul li.current {
    opacity: 0.4;
}
.breadcrums ul li.current a {}
.breadcrums ul li.current:after {display:none;}

.apartment_block {}
.apartment_block .wrap {
    font-size: 0;
}
.apartment_block .left {
    width: calc(100% - 545px - 30px);
    display: inline-block;
    vertical-align: top;
}
.apartment_block .gall{
   
    height: calc(100vh - 260px);
    min-height: 580px;
    overflow: hidden;
    border-radius: 30px;
}
.apartment_block .gall .gall_image {
    width: 100%;
    height: 100%;
 
}
.apartment_block .gall .gall_image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease;
}
.apartment_block .gall .gall_image:hover img {transform: scale(1.05);}

.apartment_block .gall .gall_thumb {
    height: 110px;
    padding: 16px;
    background: rgba(35, 31, 32, 0.75);
    backdrop-filter: blur(10px);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
}
.apartment_block .gall .gall_thumb .images {
    width: calc(100% - 80px - 30px);
    height: 80px;
    margin: 0 auto;
}
.apartment_block .gall .gall_thumb .images img {
    width: 100px;
    height: 80px;
    border-radius: 15px;
    border: 1px solid #F9F8F6;
    _margin-right: 15px;
    transition: all 0.6s ease;
	cursor:pointer;
}
.apartment_block .gall .gall_thumb .images img.active {
    opacity: 0.6;
}
.apartment_block .gall .gall_thumb .prev {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='39' height='39' rx='19.5' stroke='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.1661 14.5214C23.3613 14.7167 23.3613 15.0333 23.1661 15.2286L17.8946 20.5L23.1661 25.7714C23.3613 25.9667 23.3613 26.2833 23.1661 26.4786C22.9708 26.6738 22.6542 26.6738 22.4589 26.4786L16.8339 20.8536C16.6387 20.6583 16.6387 20.3417 16.8339 20.1464L22.4589 14.5214C22.6542 14.3262 22.9708 14.3262 23.1661 14.5214Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}
.apartment_block .gall .gall_thumb .next {
	background-image: url("data:image/svg+xml,%3Csvg width='40' height='41' viewBox='0 0 40 41' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='1' width='39' height='39' rx='19.5' stroke='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M16.8339 14.5214C17.0292 14.3262 17.3458 14.3262 17.5411 14.5214L23.1661 20.1464C23.3613 20.3417 23.3613 20.6583 23.1661 20.8536L17.5411 26.4786C17.3458 26.6738 17.0292 26.6738 16.8339 26.4786C16.6387 26.2833 16.6387 25.9667 16.8339 25.7714L22.1054 20.5L16.8339 15.2286C16.6387 15.0333 16.6387 14.7167 16.8339 14.5214Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}
.apartment_block .right {
    width: calc(545px);
    display: inline-block;
    vertical-align: top;
    margin-left: 30px;
}
.apartment_block .gall .gall_thumb .prev, .apartment_block .gall .gall_thumb .next {
    transition: all 0.6s ease;
    width: 40px;
    height: 40px;
    position: absolute;
    display: block;
    top: calc( (100% - 40px) / 2);
    left: 15px;
}
.apartment_block .gall .gall_thumb .next {
    left: auto;
    right: 15px;
}
.apartment_block .gall .gall_thumb .prev:hover, .apartment_block .gall .gall_thumb .next:hover {opacity:0.65;}
.apartment_block .right h1 {
    display: block;
    margin-bottom: 30px;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.apartment_block .right h1 b {}
.apartment_block .right h2 {
    display: block;
    margin-top: 30px;
    margin-bottom: 15px;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.apartment_block .right h2 b {}
.apartment_block .right .params {
    justify-content: flex-start;
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px 30px;
    align-self: stretch;
    flex-wrap: wrap;
    font-size: 0;
}
.apartment_block .right .params ins {
	    text-decoration: none;
    display: flex;
    width: calc(50% - 15px);
    align-items: flex-start;
    gap: 5px;
    color: var(--black, #231F20);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 40px;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    gap: 15px;
    text-align: left;
}
.apartment_block .text {
    margin: 15px 0;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    display: block;
}
.apartment_block .text p {
    font: inherit;
    display: block;
    margin-bottom: 15px;
}
.btn.gold {
    margin: 30px 0;
    display: inline-block;
    background-color: #B8860B;
    color: #fff;
    border-color: #B8860B;
}
.btn.gold:hover  {
	background-color:#F9F8F6;
	box-shadow: 0px 15px 45px 0px rgba(0, 0, 0, 0.15);
    color: #B8860B;
}
.apartment_block .right .params ins {
    border-radius: 30px;
    background-color: var(--light, #EFEBE7);
    padding: 5px 15px;
    width: auto;
    margin-right: 15px;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 15px;
    gap: 0;
    padding-left: 40px;
    background-size: 20px 20px;
    background-position: 12px 8px;
}
.apartment_block .right .params {
    display: block;
    padding-right: 15px;
}


.ico_cook {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.47254 3.03108C1.47252 3.03109 1.47236 3.03117 1.47254 3.03108ZM1.75 2.91284C1.93353 2.84116 2.20479 2.74523 2.55484 2.64866C3.27336 2.45045 4.32215 2.25 5.625 2.25C6.92785 2.25 7.97664 2.45045 8.69516 2.64866C9.04521 2.74523 9.31647 2.84116 9.5 2.91284V7.68271C9.34386 7.63001 9.16378 7.57392 8.96109 7.518C8.1692 7.29955 7.03049 7.08333 5.625 7.08333C4.21951 7.08333 3.0808 7.29955 2.28891 7.518C2.08622 7.57392 1.90614 7.63001 1.75 7.68271V2.91284ZM1.75 8.74617V18.75H9.5V8.74617C9.31647 8.67449 9.04521 8.57856 8.69516 8.482C7.97664 8.28378 6.92785 8.08333 5.625 8.08333C4.32215 8.08333 3.27336 8.28378 2.55484 8.482C2.20479 8.57856 1.93353 8.67449 1.75 8.74617ZM10.5 11.5966V18.75H18.25V11.5966C18.0784 11.6637 17.8668 11.7384 17.616 11.8127C16.8706 12.0336 15.7811 12.25 14.375 12.25C12.9689 12.25 11.8794 12.0336 11.134 11.8127C10.8832 11.7384 10.6716 11.6637 10.5 11.5966ZM10.5 10.5053V2.27432L10.2236 2.13612L10 2.58333C10.2236 2.13612 10.2235 2.13605 10.2233 2.13597L10.223 2.1358L10.2222 2.1354L10.2201 2.13438L10.2141 2.13146C10.2093 2.12912 10.2029 2.12602 10.1949 2.12221C10.1788 2.1146 10.1563 2.10413 10.1275 2.09122C10.0699 2.06542 9.98711 2.02986 9.88033 1.98784C9.6668 1.90383 9.3571 1.79392 8.96109 1.68467C8.1692 1.46622 7.03049 1.25 5.625 1.25C4.21951 1.25 3.0808 1.46622 2.28891 1.68467C1.8929 1.79392 1.5832 1.90383 1.36967 1.98784C1.26289 2.02986 1.18008 2.06542 1.12248 2.09122C1.09368 2.10413 1.07117 2.1146 1.05511 2.12221C1.04707 2.12602 1.04065 2.12912 1.03586 2.13146L1.0299 2.13438L1.02784 2.1354L1.02704 2.1358L1.0267 2.13597C1.02654 2.13605 1.02639 2.13612 1.25 2.58333L1.02639 2.13612L0.75 2.27432V19.75H19.25V10.4167H18.4089L18.2953 10.4816L18.2948 10.4818L18.2942 10.4822L18.2877 10.4857C18.2802 10.4898 18.2671 10.4967 18.2485 10.5061C18.2113 10.5248 18.1522 10.5534 18.0715 10.5886C17.9101 10.659 17.6625 10.756 17.3319 10.8539C16.9627 10.9633 16.4895 11.0741 15.9167 11.1506V8.625C15.9167 8.21613 15.7542 7.824 15.4651 7.53488C15.176 7.24576 14.7839 7.08333 14.375 7.08333C13.9661 7.08333 13.574 7.24576 13.2849 7.53488C12.9958 7.824 12.8333 8.21613 12.8333 8.625V8.83333H13.8333V8.625C13.8333 8.48134 13.8904 8.34357 13.992 8.24198C14.0936 8.1404 14.2313 8.08333 14.375 8.08333C14.5187 8.08333 14.6564 8.1404 14.758 8.24198C14.8596 8.34357 14.9167 8.48134 14.9167 8.625V11.2382C14.7425 11.2459 14.5619 11.25 14.375 11.25C13.0727 11.25 12.0789 11.0497 11.4181 10.8539C11.0875 10.756 10.8399 10.659 10.6785 10.5886C10.5978 10.5534 10.5387 10.5248 10.5015 10.5061C10.501 10.5058 10.5005 10.5056 10.5 10.5053ZM2.83333 5.91667V4.25H3.83333V5.91667H2.83333ZM2.83333 11.3333V9.66667H3.83333V11.3333H2.83333Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.ico_prbr {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.5 3C9.5 2.72386 9.72386 2.5 10 2.5H14.1667C15.1833 2.5 16.1584 2.90387 16.8772 3.62276C17.5961 4.34165 18 5.31667 18 6.33333V13.8333C18 14.85 17.5961 15.825 16.8772 16.5439C16.1584 17.2628 15.1833 17.6667 14.1667 17.6667H14.1424L14.6139 18.6097C14.7374 18.8567 14.6373 19.1571 14.3903 19.2805C14.1433 19.404 13.8429 19.3039 13.7195 19.0569L13.0243 17.6667H6.97568L6.28055 19.0569C6.15705 19.3039 5.85672 19.404 5.60973 19.2805C5.36274 19.1571 5.26263 18.8567 5.38612 18.6097L5.85765 17.6667H5.83333C4.81667 17.6667 3.84165 17.2628 3.12276 16.5439C2.40387 15.825 2 14.85 2 13.8333V11.8333C2 11.5681 2.10536 11.3138 2.29289 11.1262C2.48043 10.9387 2.73478 10.8333 3 10.8333H17V6.33333C17 5.58189 16.7015 4.86122 16.1701 4.32986C15.6388 3.79851 14.9181 3.5 14.1667 3.5H10C9.72386 3.5 9.5 3.27614 9.5 3ZM17 11.8333L3 11.8333V13.8333C3 14.5848 3.29851 15.3054 3.82986 15.8368C4.36122 16.3682 5.08189 16.6667 5.83333 16.6667H6.65661C6.66356 16.6665 6.67052 16.6665 6.67749 16.6667H13.3225C13.3295 16.6665 13.3364 16.6665 13.3434 16.6667H14.1667C14.9181 16.6667 15.6388 16.3682 16.1701 15.8368C16.7015 15.3054 17 14.5848 17 13.8333V11.8333Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.20372 6.66667H12.7968C12.734 6.14059 12.5703 5.34451 12.16 4.683C11.7517 4.02458 11.1052 3.5 10.0003 3.5C8.89534 3.5 8.24882 4.02458 7.84049 4.683C7.43024 5.34451 7.26653 6.14059 7.20372 6.66667ZM6.99065 4.15596C7.54836 3.25667 8.49101 2.5 10.0003 2.5C11.5095 2.5 12.4522 3.25667 13.0099 4.15596C13.5507 5.02808 13.7333 6.03212 13.7973 6.61365L13.7973 6.61411C13.8628 7.21442 13.3766 7.66667 12.8336 7.66667H7.16692C6.62393 7.66667 6.13772 7.21442 6.2032 6.61411L6.20325 6.61365C6.26724 6.03212 6.44979 5.02808 6.99065 4.15596Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.ico_city {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.125 2.25C2.92609 2.25 2.73532 2.32902 2.59467 2.46967C2.45402 2.61032 2.375 2.80109 2.375 3V18.75H6.375V16.75C6.375 16.4739 6.59886 16.25 6.875 16.25C7.15114 16.25 7.375 16.4739 7.375 16.75V18.75H11.375V3C11.375 2.80109 11.296 2.61032 11.1553 2.46967C11.0147 2.32902 10.8239 2.25 10.625 2.25H3.125ZM12.375 7.50696V3C12.375 2.53587 12.1906 2.09075 11.8624 1.76256C11.5342 1.43437 11.0891 1.25 10.625 1.25H3.125C2.66087 1.25 2.21575 1.43437 1.88756 1.76256C1.55937 2.09075 1.375 2.53587 1.375 3V19.25C1.375 19.5261 1.59886 19.75 1.875 19.75H11.7188C11.7467 19.75 11.7745 19.7482 11.802 19.7447C11.8258 19.7482 11.8502 19.75 11.875 19.75H18.125C18.4011 19.75 18.625 19.5261 18.625 19.25V9.25C18.625 8.78587 18.4406 8.34075 18.1124 8.01256C17.7842 7.68438 17.3391 7.5 16.875 7.5H12.5C12.458 7.5 12.4163 7.50235 12.375 7.50696ZM12.375 8.625V18.75H17.625V9.25C17.625 9.05109 17.546 8.86032 17.4053 8.71967C17.2647 8.57902 17.0739 8.5 16.875 8.5H12.5C12.4668 8.5 12.4351 8.51317 12.4116 8.53661C12.3882 8.56005 12.375 8.59185 12.375 8.625Z' fill='%23B8860B'/%3E%3Cpath d='M3.83105 17.3699C3.70161 17.3868 3.57012 17.3628 3.45503 17.3012C3.33993 17.2396 3.24703 17.1435 3.18934 17.0264C3.13165 16.9093 3.11208 16.777 3.13337 16.6482C3.15466 16.5194 3.21575 16.4006 3.30806 16.3082C3.40037 16.2159 3.51926 16.1548 3.64806 16.1336C3.77686 16.1123 3.90909 16.1318 4.02619 16.1895C4.1433 16.2472 4.2394 16.3401 4.30101 16.4552C4.36262 16.5703 4.38665 16.7018 4.36972 16.8312C4.35186 16.9678 4.28936 17.0947 4.19194 17.1921C4.09453 17.2895 3.96765 17.352 3.83105 17.3699ZM3.83105 14.2449C3.70161 14.2618 3.57012 14.2378 3.45503 14.1762C3.33993 14.1146 3.24703 14.0185 3.18934 13.9014C3.13165 13.7843 3.11208 13.652 3.13337 13.5232C3.15466 13.3944 3.21575 13.2756 3.30806 13.1832C3.40037 13.0909 3.51926 13.0298 3.64806 13.0086C3.77686 12.9873 3.90909 13.0068 4.02619 13.0645C4.1433 13.1222 4.2394 13.2151 4.30101 13.3302C4.36262 13.4453 4.38665 13.5768 4.36972 13.7062C4.35186 13.8428 4.28936 13.9697 4.19194 14.0671C4.09453 14.1645 3.96765 14.227 3.83105 14.2449ZM3.83105 11.1199C3.70161 11.1368 3.57012 11.1128 3.45503 11.0512C3.33993 10.9896 3.24703 10.8935 3.18934 10.7764C3.13165 10.6593 3.11208 10.527 3.13337 10.3982C3.15466 10.2694 3.21575 10.1506 3.30806 10.0582C3.40037 9.96593 3.51926 9.90485 3.64806 9.88355C3.77686 9.86226 3.90909 9.88183 4.02619 9.93952C4.1433 9.99721 4.2394 10.0901 4.30101 10.2052C4.36262 10.3203 4.38665 10.4518 4.36972 10.5812C4.35186 10.7178 4.28936 10.8447 4.19194 10.9421C4.09453 11.0395 3.96765 11.102 3.83105 11.1199ZM3.83105 7.99491C3.70161 8.01184 3.57012 7.98781 3.45503 7.9262C3.33993 7.86458 3.24703 7.76848 3.18934 7.65138C3.13165 7.53427 3.11208 7.40204 3.13337 7.27324C3.15466 7.14445 3.21575 7.02555 3.30806 6.93324C3.40037 6.84093 3.51926 6.77985 3.64806 6.75855C3.77686 6.73726 3.90909 6.75683 4.02619 6.81452C4.1433 6.87221 4.2394 6.96512 4.30101 7.08021C4.36262 7.1953 4.38665 7.32679 4.36972 7.45623C4.35186 7.59284 4.28936 7.71971 4.19194 7.81713C4.09453 7.91454 3.96765 7.97704 3.83105 7.99491ZM3.83105 4.86991C3.70161 4.88684 3.57012 4.86281 3.45503 4.8012C3.33993 4.73958 3.24703 4.64348 3.18934 4.52638C3.13165 4.40927 3.11208 4.27704 3.13337 4.14824C3.15466 4.01945 3.21575 3.90055 3.30806 3.80824C3.40037 3.71593 3.51926 3.65485 3.64806 3.63355C3.77686 3.61226 3.90909 3.63183 4.02619 3.68952C4.1433 3.74721 4.2394 3.84012 4.30101 3.95521C4.36262 4.0703 4.38665 4.20179 4.36972 4.33123C4.35186 4.46784 4.28936 4.59471 4.19194 4.69213C4.09453 4.78954 3.96765 4.85204 3.83105 4.86991ZM6.95605 14.2449C6.82661 14.2618 6.69512 14.2378 6.58003 14.1762C6.46494 14.1146 6.37203 14.0185 6.31434 13.9014C6.25665 13.7843 6.23708 13.652 6.25837 13.5232C6.27966 13.3944 6.34075 13.2756 6.43306 13.1832C6.52537 13.0909 6.64426 13.0298 6.77306 13.0086C6.90186 12.9873 7.03409 13.0068 7.15119 13.0645C7.2683 13.1222 7.3644 13.2151 7.42601 13.3302C7.48763 13.4453 7.51165 13.5768 7.49472 13.7062C7.47686 13.8428 7.41436 13.9697 7.31694 14.0671C7.21953 14.1645 7.09265 14.227 6.95605 14.2449ZM6.95605 11.1199C6.82661 11.1368 6.69512 11.1128 6.58003 11.0512C6.46494 10.9896 6.37203 10.8935 6.31434 10.7764C6.25665 10.6593 6.23708 10.527 6.25837 10.3982C6.27966 10.2694 6.34075 10.1506 6.43306 10.0582C6.52537 9.96593 6.64426 9.90485 6.77306 9.88355C6.90186 9.86226 7.03409 9.88183 7.15119 9.93952C7.2683 9.99721 7.3644 10.0901 7.42601 10.2052C7.48763 10.3203 7.51165 10.4518 7.49472 10.5812C7.47686 10.7178 7.41436 10.8447 7.31694 10.9421C7.21953 11.0395 7.09265 11.102 6.95605 11.1199ZM6.95605 7.99491C6.82661 8.01184 6.69512 7.98781 6.58003 7.9262C6.46494 7.86458 6.37203 7.76848 6.31434 7.65138C6.25665 7.53427 6.23708 7.40204 6.25837 7.27324C6.27966 7.14445 6.34075 7.02555 6.43306 6.93324C6.52537 6.84093 6.64426 6.77985 6.77306 6.75855C6.90186 6.73726 7.03409 6.75683 7.15119 6.81452C7.2683 6.87221 7.3644 6.96512 7.42601 7.08021C7.48763 7.1953 7.51165 7.32679 7.49472 7.45623C7.47686 7.59284 7.41436 7.71971 7.31694 7.81713C7.21953 7.91454 7.09265 7.97704 6.95605 7.99491ZM6.95605 4.86991C6.82661 4.88684 6.69512 4.86281 6.58003 4.8012C6.46494 4.73958 6.37203 4.64348 6.31434 4.52638C6.25665 4.40927 6.23708 4.27704 6.25837 4.14824C6.27966 4.01945 6.34075 3.90055 6.43306 3.80824C6.52537 3.71593 6.64426 3.65485 6.77306 3.63355C6.90186 3.61226 7.03409 3.63183 7.15119 3.68952C7.2683 3.74721 7.3644 3.84012 7.42601 3.95521C7.48763 4.0703 7.51165 4.20179 7.49472 4.33123C7.47686 4.46784 7.41436 4.59471 7.31694 4.69213C7.21953 4.78954 7.09265 4.85204 6.95605 4.86991ZM10.0811 17.3699C9.95161 17.3868 9.82012 17.3628 9.70503 17.3012C9.58994 17.2396 9.49703 17.1435 9.43934 17.0264C9.38165 16.9093 9.36208 16.777 9.38337 16.6482C9.40466 16.5194 9.46575 16.4006 9.55806 16.3082C9.65037 16.2159 9.76926 16.1548 9.89806 16.1336C10.0269 16.1123 10.1591 16.1318 10.2762 16.1895C10.3933 16.2472 10.4894 16.3401 10.551 16.4552C10.6126 16.5703 10.6367 16.7018 10.6197 16.8312C10.6019 16.9678 10.5394 17.0947 10.4419 17.1921C10.3445 17.2895 10.2177 17.352 10.0811 17.3699ZM10.0811 14.2449C9.95161 14.2618 9.82012 14.2378 9.70503 14.1762C9.58994 14.1146 9.49703 14.0185 9.43934 13.9014C9.38165 13.7843 9.36208 13.652 9.38337 13.5232C9.40466 13.3944 9.46575 13.2756 9.55806 13.1832C9.65037 13.0909 9.76926 13.0298 9.89806 13.0086C10.0269 12.9873 10.1591 13.0068 10.2762 13.0645C10.3933 13.1222 10.4894 13.2151 10.551 13.3302C10.6126 13.4453 10.6367 13.5768 10.6197 13.7062C10.6019 13.8428 10.5394 13.9697 10.4419 14.0671C10.3445 14.1645 10.2177 14.227 10.0811 14.2449ZM10.0811 11.1199C9.95161 11.1368 9.82012 11.1128 9.70503 11.0512C9.58994 10.9896 9.49703 10.8935 9.43934 10.7764C9.38165 10.6593 9.36208 10.527 9.38337 10.3982C9.40466 10.2694 9.46575 10.1506 9.55806 10.0582C9.65037 9.96593 9.76926 9.90485 9.89806 9.88355C10.0269 9.86226 10.1591 9.88183 10.2762 9.93952C10.3933 9.99721 10.4894 10.0901 10.551 10.2052C10.6126 10.3203 10.6367 10.4518 10.6197 10.5812C10.6019 10.7178 10.5394 10.8447 10.4419 10.9421C10.3445 11.0395 10.2177 11.102 10.0811 11.1199Z' fill='%23B8860B'/%3E%3Cpath d='M10.4423 7.81748C10.6856 7.57416 10.6846 7.17868 10.4401 6.93415C10.1956 6.68961 9.80009 6.68862 9.55677 6.93194C9.31346 7.17525 9.31445 7.57073 9.55898 7.81527C9.80352 8.0598 10.199 8.06079 10.4423 7.81748Z' fill='%23B8860B'/%3E%3Cpath d='M10.0811 4.86991C9.95161 4.88684 9.82012 4.86281 9.70502 4.8012C9.58993 4.73958 9.49703 4.64348 9.43934 4.52638C9.38165 4.40927 9.36208 4.27704 9.38337 4.14824C9.40466 4.01945 9.46575 3.90055 9.55806 3.80824C9.65037 3.71593 9.76926 3.65485 9.89806 3.63355C10.0269 3.61226 10.1591 3.63183 10.2762 3.68952C10.3933 3.74721 10.4894 3.84012 10.551 3.95521C10.6126 4.0703 10.6367 4.20179 10.6197 4.33123C10.6019 4.46784 10.5394 4.59471 10.4419 4.69213C10.3445 4.78954 10.2177 4.85204 10.0811 4.86991ZM15.6248 16.125C15.5012 16.125 15.3804 16.1616 15.2776 16.2303C15.1748 16.299 15.0947 16.3966 15.0474 16.5108C15.0001 16.625 14.9877 16.7507 15.0118 16.8719C15.0359 16.9932 15.0955 17.1045 15.1829 17.1919C15.2703 17.2793 15.3816 17.3389 15.5029 17.363C15.6241 17.3871 15.7498 17.3747 15.864 17.3274C15.9782 17.2801 16.0758 17.2 16.1445 17.0972C16.2131 16.9944 16.2498 16.8736 16.2498 16.75C16.2498 16.5842 16.184 16.4253 16.0667 16.308C15.9495 16.1908 15.7906 16.125 15.6248 16.125ZM15.6248 13C15.5012 13 15.3804 13.0366 15.2776 13.1053C15.1748 13.174 15.0947 13.2716 15.0474 13.3858C15.0001 13.5 14.9877 13.6257 15.0118 13.7469C15.0359 13.8682 15.0955 13.9795 15.1829 14.0669C15.2703 14.1543 15.3816 14.2139 15.5029 14.238C15.6241 14.2621 15.7498 14.2497 15.864 14.2024C15.9782 14.1551 16.0758 14.075 16.1445 13.9722C16.2131 13.8694 16.2498 13.7486 16.2498 13.625C16.2498 13.4592 16.184 13.3003 16.0667 13.183C15.9495 13.0658 15.7906 13 15.6248 13ZM15.6248 9.87498C15.5012 9.87498 15.3804 9.91164 15.2776 9.98032C15.1748 10.049 15.0947 10.1466 15.0474 10.2608C15.0001 10.375 14.9877 10.5007 15.0118 10.6219C15.0359 10.7432 15.0955 10.8545 15.1829 10.9419C15.2703 11.0293 15.3816 11.0889 15.5029 11.113C15.6241 11.1371 15.7498 11.1247 15.864 11.0774C15.9782 11.0301 16.0758 10.95 16.1445 10.8472C16.2131 10.7444 16.2498 10.6236 16.2498 10.5C16.2498 10.3342 16.184 10.1753 16.0667 10.058C15.9495 9.94083 15.7906 9.87498 15.6248 9.87498ZM13.1248 16.125C13.0012 16.125 12.8804 16.1616 12.7776 16.2303C12.6748 16.299 12.5947 16.3966 12.5474 16.5108C12.5001 16.625 12.4877 16.7507 12.5118 16.8719C12.5359 16.9932 12.5955 17.1045 12.6829 17.1919C12.7703 17.2793 12.8816 17.3389 13.0029 17.363C13.1241 17.3871 13.2498 17.3747 13.364 17.3274C13.4782 17.2801 13.5758 17.2 13.6445 17.0972C13.7131 16.9944 13.7498 16.8736 13.7498 16.75C13.7498 16.5842 13.684 16.4253 13.5667 16.308C13.4495 16.1908 13.2906 16.125 13.1248 16.125ZM13.1248 13C13.0012 13 12.8804 13.0366 12.7776 13.1053C12.6748 13.174 12.5947 13.2716 12.5474 13.3858C12.5001 13.5 12.4877 13.6257 12.5118 13.7469C12.5359 13.8682 12.5955 13.9795 12.6829 14.0669C12.7703 14.1543 12.8816 14.2139 13.0029 14.238C13.1241 14.2621 13.2498 14.2497 13.364 14.2024C13.4782 14.1551 13.5758 14.075 13.6445 13.9722C13.7131 13.8694 13.7498 13.7486 13.7498 13.625C13.7498 13.4592 13.684 13.3003 13.5667 13.183C13.4495 13.0658 13.2906 13 13.1248 13ZM13.1248 9.87498C13.0012 9.87498 12.8804 9.91164 12.7776 9.98032C12.6748 10.049 12.5947 10.1466 12.5474 10.2608C12.5001 10.375 12.4877 10.5007 12.5118 10.6219C12.5359 10.7432 12.5955 10.8545 12.6829 10.9419C12.7703 11.0293 12.8816 11.0889 13.0029 11.113C13.1241 11.1371 13.2498 11.1247 13.364 11.0774C13.4782 11.0301 13.5758 10.95 13.6445 10.8472C13.7131 10.7444 13.7498 10.6236 13.7498 10.5C13.7498 10.3342 13.684 10.1753 13.5667 10.058C13.4495 9.94083 13.2906 9.87498 13.1248 9.87498Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.ico_grdn {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.08333 0.416687H5C6.45869 0.416687 7.85764 0.99615 8.88909 2.0276C9.35592 2.49443 9.73016 3.03654 10 3.6254C10.2698 3.03654 10.6441 2.49443 11.1109 2.0276C12.1424 0.99615 13.5413 0.416687 15 0.416687H15.9167V6.33335C15.9167 7.90255 15.2933 9.40748 14.1837 10.5171C13.1926 11.5082 11.886 12.1114 10.5 12.2289V16.921C10.6811 16.6633 10.8852 16.42 11.1109 16.1943C12.1424 15.1628 13.5413 14.5834 15 14.5834H19.25V15.0834C19.25 16.542 18.6705 17.941 17.6391 18.9724C16.6076 20.0039 15.2087 20.5834 13.75 20.5834H6.25C4.79131 20.5834 3.39236 20.0039 2.36091 18.9724C1.32946 17.941 0.75 16.542 0.75 15.0834V14.5834H5C6.45869 14.5834 7.85764 15.1628 8.88909 16.1943C9.11482 16.42 9.3189 16.6633 9.5 16.921V12.2289C8.11397 12.1114 6.80741 11.5082 5.81629 10.5171C4.70669 9.40748 4.08333 7.90255 4.08333 6.33335V0.416687ZM9.47215 19.5834C9.35931 18.5738 8.90719 17.6266 8.18198 16.9014C7.33807 16.0575 6.19347 15.5834 5 15.5834H1.77785C1.89069 16.5929 2.34281 17.5401 3.06802 18.2653C3.91193 19.1092 5.05653 19.5834 6.25 19.5834H9.47215ZM10.5278 19.5834H13.75C14.9435 19.5834 16.0881 19.1092 16.932 18.2653C17.6572 17.5401 18.1093 16.5929 18.2222 15.5834H15C13.8065 15.5834 12.6619 16.0575 11.818 16.9014C11.0928 17.6266 10.6407 18.5738 10.5278 19.5834ZM9.5 5.91669C9.5 4.72321 9.02589 3.57862 8.18198 2.73471C7.35773 1.91045 6.24664 1.43898 5.08333 1.41746V6.33335C5.08333 7.63733 5.60134 8.88791 6.52339 9.80996C7.44545 10.732 8.69602 11.25 10 11.25C11.304 11.25 12.5546 10.732 13.4766 9.80996C14.3987 8.88791 14.9167 7.63733 14.9167 6.33335V1.41746C13.7534 1.43898 12.6423 1.91045 11.818 2.73471C10.9741 3.57862 10.5 4.72321 10.5 5.91669V6.33335H9.5V5.91669Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.ico_dish {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 3.5C5.20435 3.5 4.44129 3.81607 3.87868 4.37868C3.31607 4.94129 3 5.70435 3 6.5V8.5H16V14.5C16 15.0304 15.7893 15.5391 15.4142 15.9142C15.0391 16.2893 14.5304 16.5 14 16.5H6V16.585C6.426 16.736 6.764 17.074 6.915 17.5H14C14.7956 17.5 15.5587 17.1839 16.1213 16.6213C16.6839 16.0587 17 15.2956 17 14.5V6.5C17 5.70435 16.6839 4.94129 16.1213 4.37868C15.5587 3.81607 14.7956 3.5 14 3.5H6ZM16 6.5V7.5H4V6.5C4 5.96957 4.21071 5.46086 4.58579 5.08579C4.96086 4.71071 5.46957 4.5 6 4.5H14C14.5304 4.5 15.0391 4.71071 15.4142 5.08579C15.7893 5.46086 16 5.96957 16 6.5ZM7.5 6C7.5 6.19891 7.42098 6.38968 7.28033 6.53033C7.13968 6.67098 6.94891 6.75 6.75 6.75C6.55109 6.75 6.36032 6.67098 6.21967 6.53033C6.07902 6.38968 6 6.19891 6 6C6 5.80109 6.07902 5.61032 6.21967 5.46967C6.36032 5.32902 6.55109 5.25 6.75 5.25C6.94891 5.25 7.13968 5.32902 7.28033 5.46967C7.42098 5.61032 7.5 5.80109 7.5 6ZM10 6C10 5.86739 10.0527 5.74021 10.1464 5.64645C10.2402 5.55268 10.3674 5.5 10.5 5.5H13.5C13.6326 5.5 13.7598 5.55268 13.8536 5.64645C13.9473 5.74021 14 5.86739 14 6C14 6.13261 13.9473 6.25979 13.8536 6.35355C13.7598 6.44732 13.6326 6.5 13.5 6.5H10.5C10.3674 6.5 10.2402 6.44732 10.1464 6.35355C10.0527 6.25979 10 6.13261 10 6ZM2.5 9.5C2.36739 9.5 2.24021 9.55268 2.14645 9.64645C2.05268 9.74021 2 9.86739 2 10V12C1.99988 12.5763 2.19889 13.135 2.56335 13.5815C2.9278 14.0279 3.43532 14.3347 4 14.45V17.5H3.5C3.36739 17.5 3.24021 17.5527 3.14645 17.6464C3.05268 17.7402 3 17.8674 3 18C3 18.1326 3.05268 18.2598 3.14645 18.3536C3.24021 18.4473 3.36739 18.5 3.5 18.5H5.5C5.63261 18.5 5.75979 18.4473 5.85355 18.3536C5.94732 18.2598 6 18.1326 6 18C6 17.8674 5.94732 17.7402 5.85355 17.6464C5.75979 17.5527 5.63261 17.5 5.5 17.5H5V14.45C5.56468 14.3347 6.0722 14.0279 6.43665 13.5815C6.80111 13.135 7.00012 12.5763 7 12V10C7 9.86739 6.94732 9.74021 6.85355 9.64645C6.75979 9.55268 6.63261 9.5 6.5 9.5H2.5Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.ico_coff {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.51366 18C5.12977 18 4.80949 17.8717 4.55283 17.615C4.29616 17.3583 4.16755 17.0381 4.16699 16.6542V4.34583C4.16699 3.9625 4.2956 3.6425 4.55283 3.38583C4.81005 3.12917 5.13033 3.00056 5.51366 3H15.8337V3.83333H13.7503V4.795C13.7503 4.97667 13.6889 5.12889 13.5662 5.25167C13.4434 5.37444 13.2912 5.43583 13.1095 5.43583H7.72449C7.54283 5.43583 7.3906 5.37444 7.26783 5.25167C7.14505 5.12889 7.08366 4.97667 7.08366 4.795V3.83333H5.51283C5.36338 3.83333 5.2406 3.88139 5.14449 3.9775C5.04838 4.07361 5.00033 4.19667 5.00033 4.34667V16.6542C5.00033 16.8036 5.04838 16.9264 5.14449 17.0225C5.2406 17.1186 5.36338 17.1667 5.51283 17.1667H8.75949C8.26394 16.8667 7.8606 16.4792 7.54949 16.0042C7.23838 15.5292 7.0831 14.955 7.08366 14.2817V10.9483H13.7503V14.2817C13.7503 14.955 13.5948 15.5292 13.2837 16.0042C12.9725 16.4786 12.5695 16.8661 12.0745 17.1667H15.8337V18H5.51366ZM10.417 16.7817C11.1114 16.7817 11.7017 16.5386 12.1878 16.0525C12.6739 15.5664 12.917 14.9761 12.917 14.2817V11.7817H7.91699V14.2817C7.91699 14.9761 8.16005 15.5664 8.64616 16.0525C9.13227 16.5386 9.72255 16.7817 10.417 16.7817ZM10.417 8.83333C10.5892 8.83333 10.7392 8.76944 10.867 8.64167C10.9948 8.51389 11.0587 8.36389 11.0587 8.19167C11.0587 8.01944 10.9948 7.86972 10.867 7.7425C10.7392 7.61528 10.5892 7.55139 10.417 7.55083C10.2448 7.55028 10.0948 7.61417 9.96699 7.7425C9.83921 7.87083 9.77532 8.02083 9.77532 8.1925C9.77532 8.36417 9.83921 8.51417 9.96699 8.6425C10.0948 8.77083 10.2448 8.83444 10.417 8.83333Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.ico_tvtv {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.50547 4.75C2.08823 4.75 1.75 5.08823 1.75 5.50547V13.6195C1.75 14.0368 2.08824 14.375 2.50547 14.375H17.4945C17.9118 14.375 18.25 14.0368 18.25 13.6195V5.50547C18.25 5.08824 17.9118 4.75 17.4945 4.75H2.50547ZM0.75 5.50547C0.75 4.53595 1.53595 3.75 2.50547 3.75H17.4945C18.4641 3.75 19.25 4.53595 19.25 5.50547V13.6195C19.25 14.589 18.4641 15.375 17.4945 15.375H2.50547C1.53595 15.375 0.75 14.589 0.75 13.6195V5.50547Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.5 16.75C4.5 16.4739 4.72386 16.25 5 16.25H15C15.2761 16.25 15.5 16.4739 15.5 16.75C15.5 17.0261 15.2761 17.25 15 17.25H5C4.72386 17.25 4.5 17.0261 4.5 16.75Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.ico_wifi {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.51877 11.6163C4.51864 11.6166 4.5187 11.6164 4.51896 11.616L4.51877 11.6163ZM4.75736 11.308C4.75959 11.3055 4.76183 11.3029 4.76408 11.3004C4.94744 11.0935 5.23966 10.8098 5.66279 10.5234C6.50402 9.95409 7.88415 9.35938 10.0004 9.35938C12.1167 9.35938 13.4968 9.95409 14.338 10.5234C14.7612 10.8098 15.0534 11.0935 15.2367 11.3004C15.239 11.3029 15.2412 11.3055 15.2434 11.308L14.5269 11.998C14.313 11.8171 14.0088 11.587 13.6175 11.3577C12.7905 10.8731 11.5713 10.3906 10.0004 10.3906C8.42952 10.3906 7.21031 10.8731 6.38336 11.3577C5.99205 11.587 5.68778 11.8171 5.47393 11.998L4.75736 11.308ZM5.84213 13.0205C5.75169 13.1218 5.62394 13.182 5.48823 13.1871C5.35238 13.1923 5.22027 13.142 5.12235 13.0477L3.74305 11.7195C3.57615 11.5588 3.54152 11.3045 3.65937 11.1051L4.08986 11.3594C3.65937 11.1051 3.65954 11.1048 3.65971 11.1045L3.66009 11.1038L3.66096 11.1024L3.66312 11.0988L3.66916 11.0889C3.67396 11.0812 3.68032 11.0711 3.68828 11.0588C3.70421 11.0343 3.72656 11.0011 3.75572 10.9605C3.81403 10.8792 3.89968 10.768 4.01573 10.6371C4.24785 10.3752 4.60197 10.0339 5.10228 9.6953C6.10792 9.01466 7.68306 8.35938 10.0004 8.35938C12.3177 8.35938 13.8929 9.01466 14.8985 9.6953C15.3988 10.0339 15.753 10.3752 15.9851 10.6371C16.1011 10.768 16.1868 10.8792 16.2451 10.9605C16.2742 11.0011 16.2966 11.0343 16.3125 11.0588C16.3205 11.0711 16.3268 11.0812 16.3316 11.0889L16.3377 11.0988L16.3399 11.1024L16.3411 11.1045C16.3413 11.1048 16.3414 11.1051 15.911 11.3594L16.3414 11.1051C16.4593 11.3045 16.4247 11.5588 16.2578 11.7195L14.8785 13.0477C14.7805 13.142 14.6484 13.1923 14.5126 13.1871C14.3773 13.182 14.2499 13.1221 14.1595 13.0214C14.1593 13.0212 14.159 13.0209 14.1586 13.0204C14.1571 13.0188 14.1541 13.0156 14.1497 13.0109C14.1407 13.0014 14.1258 12.9859 14.1049 12.9652C14.0632 12.9238 13.9979 12.8618 13.9097 12.7859C13.7329 12.6339 13.4655 12.4277 13.1119 12.2205C12.4056 11.8066 11.3592 11.3906 10.0004 11.3906C8.6416 11.3906 7.59519 11.8066 6.88894 12.2205C6.53534 12.4277 6.26789 12.6339 6.09115 12.7859C6.00289 12.8618 5.93761 12.9238 5.89588 12.9652C5.87502 12.9859 5.86009 13.0014 5.85114 13.0109C5.84667 13.0156 5.84359 13.0189 5.84213 13.0205C5.8414 13.0213 5.84116 13.0216 5.84119 13.0215L5.84152 13.0212L5.84189 13.0208L5.84213 13.0205ZM8.26296 14.6875L10.0004 16.3671L11.7378 14.6875C11.6928 14.6513 11.6425 14.6138 11.5869 14.576C11.2635 14.3569 10.7485 14.125 10.0004 14.125C9.25227 14.125 8.73735 14.3569 8.41396 14.576C8.35827 14.6138 8.30798 14.6513 8.26296 14.6875ZM12.4452 14.6992C12.8594 14.4192 12.8593 14.419 12.8591 14.4188L12.8588 14.4183L12.8581 14.4173L12.8565 14.4149L12.8523 14.409C12.8492 14.4045 12.8453 14.399 12.8406 14.3926C12.8312 14.3797 12.8187 14.363 12.8029 14.3431C12.7714 14.3032 12.7269 14.2502 12.6687 14.1884C12.5525 14.0651 12.3805 13.9059 12.1478 13.7482C11.6785 13.4302 10.971 13.125 10.0004 13.125C9.02979 13.125 8.32232 13.4302 7.85302 13.7482C7.62027 13.9059 7.44831 14.0651 7.33208 14.1884C7.27389 14.2502 7.22936 14.3032 7.19788 14.3431C7.18212 14.363 7.16959 14.3797 7.16021 14.3926C7.15552 14.399 7.15161 14.4045 7.14848 14.409L7.14435 14.4149L7.14272 14.4173L7.14201 14.4183L7.14169 14.4188C7.14153 14.419 7.14138 14.4192 7.55564 14.6992L7.14138 14.4192C7.00546 14.6203 7.03361 14.89 7.20813 15.0587L9.65289 17.422C9.84669 17.6093 10.1541 17.6093 10.3479 17.422L12.7927 15.0587C12.9672 14.89 12.9953 14.6203 12.8594 14.4192L12.4452 14.6992ZM15.482 11.6163C15.4821 11.6165 15.4821 11.6165 15.482 11.6163V11.6163Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.30079 7.95813L2.04491 8.67811C2.10445 8.62029 2.1711 8.55724 2.24478 8.48984C2.60951 8.1562 3.14821 7.71452 3.85202 7.27356C5.26015 6.39131 7.33648 5.50781 10 5.50781C12.6635 5.50781 14.7399 6.39131 16.148 7.27356C16.8518 7.71452 17.3905 8.1562 17.7552 8.48984C17.8289 8.55724 17.8956 8.62029 17.9551 8.67811L18.6992 7.95813C18.6354 7.88545 18.56 7.80266 18.4726 7.71179C18.1277 7.35312 17.5985 6.86971 16.8711 6.38478C15.4199 5.41732 13.1713 4.4375 10 4.4375C6.82872 4.4375 4.58011 5.41732 3.12892 6.38478C2.40152 6.86971 1.87229 7.35312 1.52742 7.71179C1.44004 7.80266 1.36457 7.88545 1.30079 7.95813ZM19.375 8C19.7861 7.71539 19.7859 7.71516 19.7858 7.71491L19.7854 7.71433L19.7844 7.7129L19.7816 7.70892L19.7728 7.69663C19.7656 7.68654 19.7555 7.6727 19.7426 7.65536C19.7167 7.62069 19.6793 7.57198 19.6303 7.51127C19.5323 7.38988 19.3873 7.22028 19.1934 7.01868C18.8059 6.61563 18.2218 6.08342 17.4258 5.55272C15.8301 4.48893 13.3912 3.4375 10 3.4375C6.6088 3.4375 4.16991 4.48893 2.57422 5.55272C1.77818 6.08342 1.19413 6.61563 0.806585 7.01868C0.612737 7.22028 0.467755 7.38988 0.369706 7.51127C0.32067 7.57198 0.283334 7.62069 0.257459 7.65536C0.244519 7.6727 0.234442 7.68654 0.227195 7.69663L0.218444 7.70892L0.215652 7.7129L0.214651 7.71433L0.214249 7.71491C0.214076 7.71516 0.213913 7.71539 0.625009 8L0.213913 7.71539C0.0745957 7.91663 0.101434 8.18914 0.277331 8.35933L1.71053 9.74605C1.81015 9.84244 1.94532 9.89315 2.08375 9.88607C2.22206 9.87899 2.35124 9.81487 2.44049 9.709L2.44057 9.70891L2.44074 9.7087L2.44448 9.70436C2.44845 9.69978 2.45514 9.69212 2.46452 9.68161C2.48329 9.66057 2.51282 9.6281 2.55297 9.58581C2.6333 9.50121 2.75595 9.37752 2.91974 9.22769C3.24759 8.92779 3.73853 8.52473 4.38296 8.12097C5.67132 7.31376 7.56588 6.50781 10 6.50781C12.4341 6.50781 14.3287 7.31376 15.6171 8.12097C16.2615 8.52473 16.7524 8.92779 17.0803 9.22769C17.2441 9.37752 17.3667 9.50121 17.4471 9.58581C17.4872 9.6281 17.5167 9.66057 17.5355 9.68161C17.5449 9.69212 17.5516 9.69978 17.5555 9.70436L17.5593 9.7087L17.5595 9.70891L17.5595 9.709C17.5596 9.70905 17.5596 9.7091 17.5597 9.70914C17.5597 9.7092 17.5597 9.70926 17.5598 9.70931C17.649 9.815 17.7781 9.879 17.9163 9.88607C18.0547 9.89315 18.1899 9.84244 18.2895 9.74605L19.7227 8.35933C19.8986 8.18914 19.9254 7.91663 19.7861 7.71539L19.375 8Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
 

.apartment_block .list {}
.apartment_block .list ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    align-content: flex-start;
    gap: 15px 30px;
    flex-wrap: wrap;
}
.apartment_block .list li {
    display: flex;
    width: calc(50% - 15px);
    align-items: flex-start;
    gap: 0;
    color: var(--black, #231F20);
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    padding-left: 28px;
}
.apartment_block .list.large {}
.apartment_block .list.large ul {}
.apartment_block .list.large ul li {
    width: 100%;
    margin-bottom: 0;
}
.apartment_block .list.large ul {}
.apartment_block .list.hidden {}
.apartment_block .list.hidden ul {
    height: 108px;
    overflow: hidden;
}
.apartment_block .list.hidden .more{
	background-image: url("data:image/svg+xml,%3Csvg width='31' height='30' viewBox='0 0 31 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.53217 10.2509C6.82506 9.95803 7.29994 9.95803 7.59283 10.2509L15.5 18.1581L23.4072 10.2509C23.7001 9.95803 24.1749 9.95803 24.4678 10.2509C24.7607 10.5438 24.7607 11.0187 24.4678 11.3116L16.0303 19.7491C15.7374 20.042 15.2626 20.042 14.9697 19.7491L6.53217 11.3116C6.23928 11.0187 6.23928 10.5438 6.53217 10.2509Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");
}
.apartment_block .list.hidden .more {
    height: 30px;
    width: 100%;
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    margin-top: 15px;
}
body {
    min-width: 1190px;
}




@media only screen and (max-width: 1400px) {
	.bl_apkl .links a {
		font-size: 16px;
		padding: 5px 8px;
	}
}


.apartment_block .right.loaded h1  {
    animation: comein 1.5s 1 ease-in-out forwards;
}





.list ul li {
	opacity:0;
	transition: all 0.6s ease;
	transform: translateY(60px);
}
.list ul li:nth-child(1) {transition-delay: 50ms;}
.list ul li:nth-child(2) {transition-delay: 100ms;}
.list ul li:nth-child(3) {transition-delay: 150ms;}
.list ul li:nth-child(4) {transition-delay: 200ms;}

.list ul li:nth-child(5) {transition-delay: 250ms;}
.list ul li:nth-child(6) {transition-delay: 300ms;}
.list ul li:nth-child(7) {transition-delay: 350ms;}
.list ul li:nth-child(8) {transition-delay: 400ms;}

.list ul li:nth-child(9) {transition-delay: 450ms;}
.list ul li:nth-child(10) {transition-delay: 500ms;}
.list ul li:nth-child(11) {transition-delay: 550ms;}
.list ul li:nth-child(12) {transition-delay: 600ms;}


.list ul.loaded li {
	opacity:1;
	transform: translateY(0px);
}
.apartment_block .gall {
    position: sticky;
    top: 127px;
    transition: all 0.6s ease;
}
.bl_about .tit {
    max-width: 880px;
    margin: 0 auto;
}

.ico_airp {
	 background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.82985 2.72911C5.9219 2.58629 6.08019 2.5 6.25011 2.5H7.3005C7.31016 2.5 7.31981 2.50028 7.32946 2.50084C7.45262 2.50798 7.57277 2.54181 7.68157 2.59997C7.78667 2.65615 7.87877 2.73374 7.95195 2.82768L12.8831 8.82285L15.2024 8.7621C15.3568 8.75355 15.8013 8.75 15.9267 8.75C16.8286 8.75 17.6122 8.87111 18.1901 9.1254C18.7646 9.37817 19.2501 9.82536 19.2501 10.5C19.2501 11.1749 18.7631 11.6228 18.189 11.8763C17.6106 12.1317 16.8271 12.2539 15.9271 12.2539C15.8005 12.2539 15.3591 12.2503 15.203 12.2418L12.8839 12.1801L7.94138 18.1732C7.86822 18.2669 7.77623 18.3442 7.6713 18.4003C7.56267 18.4582 7.44276 18.492 7.31983 18.4992C7.31014 18.4997 7.30044 18.5 7.29073 18.5H6.25011C6.0802 18.5 5.92193 18.4137 5.82986 18.2709C5.7378 18.1281 5.72456 17.9483 5.7947 17.7936L8.39138 12.0646L4.36193 11.9745L2.944 13.6933C2.94094 13.6972 2.93777 13.7012 2.9345 13.7053C2.86678 13.7912 2.75263 13.936 2.57763 14.0247C2.38932 14.1201 2.18857 14.125 2.03136 14.125H1.33136C1.26098 14.125 0.941931 14.1156 0.799378 13.8018C0.742498 13.6766 0.747343 13.562 0.753662 13.5041C0.759859 13.4472 0.773136 13.3983 0.781895 13.3688L1.55638 10.5922C1.56094 10.5759 1.56631 10.5598 1.5725 10.544C1.58508 10.512 1.58508 10.4763 1.5725 10.4442C1.56625 10.4283 1.56082 10.412 1.55624 10.3955L0.782044 7.60859C0.781903 7.60812 0.78174 7.60758 0.781556 7.60697C0.774683 7.58407 0.738812 7.46457 0.759437 7.33051C0.773075 7.24187 0.817062 7.10771 0.943403 7.00184C1.06756 6.8978 1.20482 6.87695 1.29229 6.87695H2.02901C2.32798 6.87695 2.71054 6.99745 2.94719 7.29892L4.33685 8.98904L8.38946 8.9291L5.79473 3.20648C5.72456 3.05172 5.73779 2.87193 5.82985 2.72911ZM8.64959 9.50266C8.64867 9.50071 8.64777 9.49877 8.64688 9.49681L8.64959 9.50266ZM7.02581 3.5L9.55611 9.08052C9.59828 9.17199 9.61642 9.27274 9.60876 9.37324C9.60096 9.47559 9.56667 9.57415 9.50927 9.65925C9.45186 9.74434 9.37331 9.81304 9.28133 9.85859C9.19711 9.9003 9.10429 9.9213 9.01056 9.92002L4.2702 9.99014C4.14381 9.99322 4.0184 9.96685 3.90392 9.91307C3.79039 9.85975 3.69074 9.78095 3.61269 9.68285L2.17054 7.92888C2.16768 7.92541 2.16487 7.92189 2.1621 7.91834C2.16119 7.91764 2.15112 7.90824 2.12561 7.89744C2.09304 7.88365 2.05663 7.87695 2.02901 7.87695H1.89446L2.51387 10.1067C2.60466 10.3571 2.60462 10.6315 2.51376 10.8819L1.88808 13.125H2.03136C2.07044 13.125 2.0987 13.1242 2.11912 13.1232C2.13118 13.1086 2.14525 13.0911 2.16359 13.068L2.16949 13.0607L3.63976 11.2785C3.71788 11.1814 3.81712 11.1034 3.92996 11.0504C4.0446 10.9965 4.17015 10.97 4.29678 10.9728L4.29684 10.9728L9.0109 11.0783L9.01108 11.0783C9.1096 11.0805 9.2061 11.1067 9.29219 11.1548C9.37827 11.2028 9.45133 11.271 9.50503 11.3537C9.55873 11.4363 9.59144 11.5308 9.60032 11.629C9.60921 11.7272 9.59399 11.826 9.556 11.9169C9.55483 11.9198 9.55363 11.9226 9.5524 11.9254C9.55162 11.9271 9.55084 11.9289 9.55004 11.9306L7.0257 17.5H7.20039L12.2304 11.4008C12.2981 11.3143 12.3763 11.27 12.4113 11.2519C12.4603 11.2264 12.5055 11.2116 12.5365 11.203C12.5942 11.1869 12.6622 11.1758 12.7278 11.1758C12.7323 11.1758 12.7367 11.1758 12.7411 11.176L15.2372 11.2424C15.2429 11.2425 15.2485 11.2428 15.2542 11.2431C15.365 11.2498 15.7898 11.2539 15.9271 11.2539C16.7563 11.2539 17.3843 11.1385 17.7851 10.9615C18.1902 10.7826 18.2501 10.6036 18.2501 10.5C18.2501 10.3961 18.191 10.2183 17.7874 10.0407C17.3872 9.86464 16.7591 9.75 15.9267 9.75C15.7893 9.75 15.3613 9.75411 15.2546 9.76075C15.2486 9.76113 15.2426 9.76139 15.2366 9.76155L12.7061 9.82783C12.6051 9.83173 12.5048 9.80878 12.4154 9.76119C12.3394 9.72072 12.2738 9.66373 12.2232 9.59471L7.21013 3.5H7.02581ZM1.74007 13.6552C1.74004 13.6552 1.74023 13.6545 1.74069 13.6529C1.74032 13.6544 1.74009 13.6551 1.74007 13.6552ZM1.74328 7.33281C1.74329 7.3328 1.74341 7.33321 1.74361 7.33399C1.74338 7.3332 1.74328 7.33282 1.74328 7.33281Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
 }
.ico_tran {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.3295 1.5795C7.54048 1.36853 7.82663 1.25 8.125 1.25H11.875C12.1734 1.25 12.4595 1.36853 12.6705 1.5795C12.7576 1.66666 12.829 1.76663 12.8828 1.875H13.4375C14.1503 1.875 14.8338 2.15815 15.3379 2.66215C15.8419 3.16615 16.125 3.84973 16.125 4.5625V14.2109C16.125 14.5607 15.9468 14.8465 15.7477 15.0583C15.5464 15.2725 15.2797 15.4596 14.995 15.623C14.4234 15.9511 13.6823 16.2379 12.9687 16.4725C12.2495 16.709 11.5333 16.9005 10.9989 17.0326C10.7311 17.0987 10.5077 17.1503 10.3509 17.1854C10.2724 17.2029 10.2106 17.2164 10.168 17.2255C10.1467 17.2301 10.1303 17.2336 10.119 17.2359L10.106 17.2387L10.1015 17.2396C10.1014 17.2396 10.101 17.2397 10 16.75C9.899 17.2397 9.89892 17.2397 9.89882 17.2397L9.89401 17.2387L9.88101 17.2359C9.86973 17.2336 9.85328 17.2301 9.832 17.2255C9.78945 17.2164 9.72757 17.2029 9.64912 17.1854C9.49227 17.1503 9.26891 17.0987 9.00115 17.0326C8.46667 16.9005 7.75049 16.709 7.03132 16.4725C6.31771 16.2379 5.57657 15.9511 5.00501 15.623C4.72026 15.4596 4.45359 15.2725 4.25232 15.0583C4.05325 14.8465 3.875 14.5607 3.875 14.2109V4.5625L3.875 4.56108C3.87703 3.84931 4.16067 3.16727 4.66397 2.66397C5.16727 2.16067 5.84931 1.87703 6.56108 1.875L6.5625 1.875L7.11722 1.875C7.17098 1.76663 7.24235 1.66666 7.3295 1.5795ZM10 16.75L9.89882 17.2397C9.96546 17.2534 10.0344 17.2534 10.101 17.2397L10 16.75ZM10 16.2388C10.0356 16.231 10.0801 16.2212 10.1325 16.2095C10.2833 16.1758 10.4994 16.1259 10.759 16.0618C11.2792 15.9332 11.9692 15.7485 12.6563 15.5226C13.349 15.2948 14.0141 15.033 14.4972 14.7557C14.7398 14.6165 14.9126 14.4867 15.0189 14.3735C15.0708 14.3184 15.0986 14.2757 15.1127 14.247C15.1194 14.2332 15.1224 14.2238 15.1238 14.2184C15.125 14.2134 15.125 14.2112 15.125 14.2109V4.5625C15.125 4.11495 14.9472 3.68572 14.6307 3.36926C14.3143 3.05279 13.8851 2.875 13.4375 2.875H12.5C12.2239 2.875 12 2.65114 12 2.375C12 2.34185 11.9868 2.31005 11.9634 2.28661C11.9399 2.26317 11.9082 2.25 11.875 2.25H8.125C8.09185 2.25 8.06005 2.26317 8.03661 2.28661C8.01317 2.31005 8 2.34185 8 2.375C8 2.65114 7.77614 2.875 7.5 2.875H6.56327C6.11597 2.87645 5.68738 3.05477 5.37108 3.37108C5.05478 3.68738 4.87645 4.11596 4.875 4.56326V14.2109C4.875 14.2112 4.87499 14.2134 4.87625 14.2184C4.87758 14.2238 4.88059 14.2332 4.88734 14.247C4.90137 14.2757 4.92924 14.3184 4.98108 14.3735C5.08742 14.4867 5.2602 14.6165 5.5028 14.7557C5.98593 15.033 6.65104 15.2948 7.34368 15.5226C8.03076 15.7485 8.72083 15.9332 9.24104 16.0618C9.50062 16.1259 9.71672 16.1758 9.86748 16.2095C9.91989 16.2212 9.96437 16.231 10 16.2388ZM6.875 5.375C6.84185 5.375 6.81005 5.38817 6.78661 5.41161C6.76317 5.43505 6.75 5.46685 6.75 5.5V8C6.75 8.03315 6.76317 8.06495 6.78661 8.08839C6.81005 8.11183 6.84185 8.125 6.875 8.125H13.125C13.1582 8.125 13.1899 8.11183 13.2134 8.08839C13.2368 8.06495 13.25 8.03315 13.25 8V5.5C13.25 5.46685 13.2368 5.43505 13.2134 5.41161C13.1899 5.38817 13.1582 5.375 13.125 5.375H6.875ZM6.0795 4.7045C6.29048 4.49353 6.57663 4.375 6.875 4.375H13.125C13.4234 4.375 13.7095 4.49353 13.9205 4.7045C14.1315 4.91548 14.25 5.20163 14.25 5.5V8C14.25 8.29837 14.1315 8.58452 13.9205 8.7955C13.7095 9.00647 13.4234 9.125 13.125 9.125H6.875C6.57663 9.125 6.29048 9.00647 6.0795 8.7955C5.86853 8.58452 5.75 8.29837 5.75 8V5.5C5.75 5.20163 5.86853 4.91548 6.0795 4.7045ZM10.5262 11.1047C10.2749 11.0006 9.99848 10.9734 9.73175 11.0264C9.46503 11.0795 9.22003 11.2104 9.02773 11.4027C8.83543 11.595 8.70447 11.84 8.65142 12.1068C8.59837 12.3735 8.6256 12.6499 8.72967 12.9012C8.83374 13.1524 9.00997 13.3672 9.23609 13.5183C9.46221 13.6694 9.72805 13.75 10 13.75C10.3647 13.75 10.7144 13.6051 10.9723 13.3473C11.2301 13.0894 11.375 12.7397 11.375 12.375C11.375 12.1031 11.2944 11.8372 11.1433 11.6111C10.9922 11.385 10.7774 11.2087 10.5262 11.1047ZM9.53666 10.0456C9.99737 9.95399 10.4749 10.001 10.9089 10.1808C11.3428 10.3605 11.7138 10.665 11.9747 11.0555C12.2357 11.4461 12.375 11.9053 12.375 12.375C12.375 13.0049 12.1248 13.609 11.6794 14.0544C11.234 14.4998 10.6299 14.75 10 14.75C9.53027 14.75 9.07109 14.6107 8.68052 14.3497C8.28995 14.0888 7.98554 13.7178 7.80579 13.2839C7.62603 12.8499 7.57899 12.3724 7.67063 11.9117C7.76227 11.451 7.98847 11.0278 8.32062 10.6956C8.65277 10.3635 9.07596 10.1373 9.53666 10.0456ZM7.22855 17.0214C7.42382 17.2167 7.42382 17.5333 7.22855 17.7286L6.83211 18.125H13.1679L12.7714 17.7286C12.5762 17.5333 12.5762 17.2167 12.7714 17.0214C12.9667 16.8262 13.2833 16.8262 13.4786 17.0214L15.3536 18.8964C15.5488 19.0917 15.5488 19.4083 15.3536 19.6036C15.1583 19.7988 14.8417 19.7988 14.6464 19.6036L14.1679 19.125H5.83211L5.35355 19.6036C5.15829 19.7988 4.84171 19.7988 4.64645 19.6036C4.45118 19.4083 4.45118 19.0917 4.64645 18.8964L6.52145 17.0214C6.71671 16.8262 7.03329 16.8262 7.22855 17.0214Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.ico_food {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 14.125C2.18424 14.125 1.75 14.4909 1.75 15.1875C1.75 15.8841 2.18424 16.25 2.5 16.25H13.125C13.4408 16.25 13.875 15.8841 13.875 15.1875C13.875 14.4909 13.4408 14.125 13.125 14.125C12.8489 14.125 12.625 13.9011 12.625 13.625C12.625 13.3489 12.8489 13.125 13.125 13.125C14.1897 13.125 14.875 14.1583 14.875 15.1875C14.875 16.2167 14.1897 17.25 13.125 17.25H13.0462C12.9686 17.846 12.7498 18.3985 12.3874 18.8365C11.9175 19.4045 11.229 19.75 10.3906 19.75H5.23438C4.39597 19.75 3.70747 19.4045 3.23755 18.8365C2.87519 18.3985 2.65635 17.846 2.57882 17.25H2.5C1.43529 17.25 0.75 16.2167 0.75 15.1875C0.75 14.1583 1.43529 13.125 2.5 13.125C2.77614 13.125 3 13.3489 3 13.625C3 13.9011 2.77614 14.125 2.5 14.125ZM3.59033 17.25C3.6589 17.63 3.80553 17.9543 4.00805 18.1991C4.28667 18.5359 4.69192 18.75 5.23438 18.75H10.3906C10.9331 18.75 11.3383 18.5359 11.6169 18.1991C11.8195 17.9543 11.9661 17.63 12.0347 17.25H3.59033Z' fill='%23231f20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.3563 4.37833C9.63059 4.34643 9.87881 4.54293 9.91072 4.81722L10.2013 7.31605C10.2118 7.40616 10.1977 7.49345 10.1642 7.57118C10.9614 7.69486 11.6953 7.98107 12.2849 8.44056C13.1114 9.08471 13.6197 10.0445 13.625 11.2623C13.937 11.3033 14.229 11.446 14.454 11.671C14.7235 11.9406 14.875 12.3062 14.875 12.6875C14.875 13.0687 14.7235 13.4344 14.454 13.704C14.1844 13.9735 13.8188 14.125 13.4375 14.125H7.08211L6.0893 15.1178C6.08923 15.1179 6.08936 15.1177 6.0893 15.1178C6.02839 15.1787 5.95588 15.2273 5.87631 15.2602C5.79663 15.2933 5.71124 15.3103 5.625 15.3103C5.53876 15.3103 5.45337 15.2933 5.3737 15.2602C5.29412 15.2273 5.22181 15.1789 5.1609 15.118C5.16083 15.1179 5.16096 15.1181 5.1609 15.118L4.16789 14.125H2.1875C1.80625 14.125 1.44062 13.9735 1.17103 13.704C0.901451 13.4344 0.75 13.0687 0.75 12.6875C0.75 12.3062 0.901451 11.9406 1.17103 11.671C1.39604 11.446 1.68795 11.3033 2.00001 11.2623C2.00288 10.0403 2.51182 9.07925 3.34086 8.43569C4.15792 7.80143 5.25144 7.49999 6.40625 7.49999H9.21875C9.21944 7.49999 9.22012 7.49999 9.22081 7.49999C9.21505 7.47781 9.21076 7.45498 9.20804 7.43158L8.91741 4.93275C8.88551 4.65846 9.08201 4.41024 9.3563 4.37833ZM3.00007 11.25H12.6249C12.6166 10.3443 12.2487 9.68019 11.6702 9.22933C11.071 8.76239 10.2116 8.49999 9.21875 8.49999H6.40625C5.41262 8.49999 4.55302 8.76066 3.95406 9.22561C3.37424 9.67572 3.00608 10.3401 3.00007 11.25ZM2.1875 12.25C2.07147 12.25 1.96019 12.2961 1.87814 12.3781C1.79609 12.4602 1.75 12.5715 1.75 12.6875C1.75 12.8035 1.79609 12.9148 1.87814 12.9968C1.96019 13.0789 2.07147 13.125 2.1875 13.125H4.2457C4.4609 13.1251 4.66751 13.2106 4.81976 13.3626L5.625 14.1679L6.43004 13.3628C6.5823 13.2108 6.78886 13.1251 7.00407 13.125H13.4375C13.5535 13.125 13.6648 13.0789 13.7469 12.9968C13.8289 12.9148 13.875 12.8035 13.875 12.6875C13.875 12.5715 13.8289 12.4602 13.7469 12.3781C13.6648 12.2961 13.5535 12.25 13.4375 12.25H2.1875ZM5.8682 14.4111C5.86814 14.411 5.86827 14.4111 5.8682 14.4111V14.4111ZM5.3818 14.4111C5.38173 14.4111 5.38186 14.411 5.3818 14.4111V14.4111Z' fill='%23231f20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1385 4.37778C18.4131 4.40682 18.6122 4.65297 18.5832 4.92759L17.1862 18.139C17.1514 18.5761 16.9537 18.9844 16.6321 19.2828C16.3085 19.5831 15.8833 19.75 15.4418 19.75H10C9.72386 19.75 9.5 19.5262 9.5 19.25C9.5 18.9739 9.72386 18.75 10 18.75H15.4418C15.631 18.75 15.8132 18.6785 15.9519 18.5498C16.0906 18.4211 16.1755 18.2447 16.1897 18.056L16.1902 18.0484L17.5887 4.82244C17.6177 4.54782 17.8639 4.34875 18.1385 4.37778Z' fill='%23231f20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3094 1.58888C17.3984 1.85029 17.2586 2.13435 16.9972 2.22334L15.4191 2.76055L14.8602 4.99628C14.7932 5.26418 14.5217 5.42706 14.2539 5.36009C13.986 5.29311 13.8231 5.02164 13.89 4.75375L14.515 2.25375C14.5562 2.089 14.6782 1.95642 14.839 1.90169L16.6749 1.27669C16.9363 1.1877 17.2204 1.32747 17.3094 1.58888Z' fill='%23231f20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.25 4.875C8.25 4.59886 8.47386 4.375 8.75 4.375H18.75C19.0261 4.375 19.25 4.59886 19.25 4.875C19.25 5.15114 19.0261 5.375 18.75 5.375H8.75C8.47386 5.375 8.25 5.15114 8.25 4.875Z' fill='%23231f20'/%3E%3C/svg%3E%0A");
}
.ico_shop {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.65426 3.35653C3.07358 2.44157 4.03091 1.875 5.05919 1.875H14.9397C15.968 1.875 16.9253 2.44157 17.3446 3.35653L19.0359 7.04937C19.0359 7.04929 19.036 7.04945 19.0359 7.04937C19.5839 8.24452 19.0398 9.50762 17.9994 10.1037V18C17.9994 18.0432 17.994 18.085 17.9837 18.125H18.7494C19.0256 18.125 19.2494 18.3489 19.2494 18.625C19.2494 18.9011 19.0256 19.125 18.7494 19.125H1.24943C0.973287 19.125 0.749429 18.9011 0.749429 18.625C0.749429 18.3489 0.973287 18.125 1.24943 18.125H2.01518C2.0049 18.085 1.99943 18.0432 1.99943 18V10.1042C0.958904 9.50833 0.414926 8.24513 0.962809 7.04961C0.96279 7.04965 0.962829 7.04957 0.962809 7.04961L2.65426 3.35653ZM2.99943 10.4343V18C2.99943 18.0432 2.99396 18.085 2.98368 18.125H10.7494V12.6875C10.7494 12.3063 10.9009 11.9406 11.1705 11.671C11.44 11.4015 11.8057 11.25 12.1869 11.25H14.6869C15.0682 11.25 15.4338 11.4015 15.7034 11.671C15.973 11.9406 16.1244 12.3063 16.1244 12.6875V18.125H17.0152C17.0049 18.085 16.9994 18.0432 16.9994 18V10.4342C16.9188 10.444 16.8368 10.4503 16.7537 10.4529C16.7485 10.453 16.7433 10.4531 16.7381 10.4531H16.6619C15.7631 10.4531 14.9411 10.038 14.4412 9.38313C13.9411 10.0381 13.1189 10.4531 12.2201 10.4531C11.3236 10.4531 10.5109 10.0159 10.0119 9.3675C9.5139 10.0313 8.6869 10.4531 7.78068 10.4531C6.87681 10.4531 6.058 10.0087 5.55998 9.35148C5.06209 10.0091 4.24306 10.4531 3.33888 10.4531H3.26076C3.25566 10.4531 3.25055 10.453 3.24546 10.4529C3.16224 10.4503 3.08018 10.4441 2.99943 10.4343ZM6.05959 7.91289C6.05959 8.66321 6.80116 9.45312 7.78068 9.45312C8.77126 9.45312 9.49943 8.72519 9.49943 7.91289C9.49943 7.63675 9.72329 7.41289 9.99943 7.41289C10.2756 7.41289 10.4994 7.63675 10.4994 7.91289C10.4994 8.66332 11.2407 9.45312 12.2201 9.45312C13.2114 9.45312 13.9412 8.72453 13.9412 7.91289C13.9412 7.63675 14.1651 7.41289 14.4412 7.41289C14.7174 7.41289 14.9412 7.63675 14.9412 7.91289C14.9412 8.72464 15.6708 9.45312 16.6619 9.45312H16.7299C17.8864 9.41265 18.5257 8.33556 18.127 7.46625L16.4355 3.77315C16.4355 3.77312 16.4355 3.77319 16.4355 3.77315C16.1939 3.24599 15.6137 2.875 14.9397 2.875H5.05919C4.38518 2.875 3.80504 3.24588 3.56339 3.77305C3.56338 3.77308 3.56341 3.77301 3.56339 3.77305L1.87199 7.46602C1.47303 8.33643 2.11272 9.41336 3.26886 9.45312H3.33888C4.3186 9.45312 5.05959 8.66498 5.05959 7.91289C5.05959 7.63675 5.28344 7.41289 5.55959 7.41289C5.83573 7.41289 6.05959 7.63675 6.05959 7.91289ZM15.1244 18.125V12.6875C15.1244 12.5715 15.0783 12.4602 14.9963 12.3781C14.9142 12.2961 14.803 12.25 14.6869 12.25H12.1869C12.0709 12.25 11.9596 12.2961 11.8776 12.3781C11.7955 12.4602 11.7494 12.5715 11.7494 12.6875V18.125H15.1244ZM5.31193 12.25C5.1959 12.25 5.08462 12.2961 5.00257 12.3781C4.92052 12.4602 4.87443 12.5715 4.87443 12.6875V15.625H8.87443V12.6875C8.87443 12.5715 8.82834 12.4602 8.74629 12.3781C8.66424 12.2961 8.55296 12.25 8.43693 12.25H5.31193ZM4.29546 11.671C4.56505 11.4015 4.93068 11.25 5.31193 11.25H8.43693C8.81818 11.25 9.18381 11.4015 9.4534 11.671C9.72298 11.9406 9.87443 12.3063 9.87443 12.6875V16.125C9.87443 16.4011 9.65057 16.625 9.37443 16.625H4.37443C4.09829 16.625 3.87443 16.4011 3.87443 16.125V12.6875C3.87443 12.3063 4.02588 11.9406 4.29546 11.671Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.ico_bars {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.54524 5.73619C1.36003 4.52378 2.22921 2.5 3.91695 2.5H16.0828C17.77 2.5 18.6386 4.52401 17.4537 5.73619L10.4994 12.8464V17.5H13.5361C13.8123 17.5 14.0361 17.7239 14.0361 18C14.0361 18.2761 13.8123 18.5 13.5361 18.5H6.46278C6.18664 18.5 5.96278 18.2761 5.96278 18C5.96278 17.7239 6.18664 17.5 6.46278 17.5H9.49945V12.8464L2.54524 5.73619ZM9.99945 11.9274L12.7404 9.125H7.2585L9.99945 11.9274ZM6.28044 8.125H13.7185L16.7386 5.03715C17.2969 4.46599 16.8956 3.5 16.0828 3.5H3.91695C3.10306 3.5 2.70224 4.46611 3.26023 5.03706C3.2602 5.03703 3.26026 5.03709 3.26023 5.03706L6.28044 8.125Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.ico_muse {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.16602 18.8333C1.16602 18.5572 1.38987 18.3333 1.66602 18.3333H18.3327C18.6088 18.3333 18.8327 18.5572 18.8327 18.8333C18.8327 19.1095 18.6088 19.3333 18.3327 19.3333H1.66602C1.38987 19.3333 1.16602 19.1095 1.16602 18.8333Z' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.83203 3.8605V5.41666H16.1654V3.8605C16.1085 3.83748 16.0438 3.81179 15.9714 3.78392C15.6514 3.66074 15.184 3.49525 14.6014 3.32943C13.4344 2.99728 11.8151 2.66666 9.9987 2.66666C8.1823 2.66666 6.56302 2.99728 5.39598 3.32943C4.81337 3.49525 4.34595 3.66074 4.02602 3.78392C3.95364 3.81179 3.88885 3.83748 3.83203 3.8605ZM16.6654 3.53041L16.8771 3.07747C17.053 3.1597 17.1654 3.33628 17.1654 3.53041V5.91666C17.1654 6.1928 16.9415 6.41666 16.6654 6.41666H3.33203C3.05589 6.41666 2.83203 6.1928 2.83203 5.91666V3.53041C2.83203 3.33628 2.9444 3.1597 3.12025 3.07747L3.33203 3.53041C3.12025 3.07747 3.12012 3.07753 3.12025 3.07747L3.12166 3.07681L3.12414 3.07566L3.13228 3.07192C3.13912 3.06879 3.14876 3.0644 3.16114 3.05885C3.18591 3.04775 3.22165 3.03197 3.26785 3.01218C3.36024 2.97261 3.49455 2.917 3.66668 2.85072C4.01082 2.7182 4.50695 2.54275 5.12225 2.36763C6.35104 2.0179 8.0651 1.66666 9.9987 1.66666C11.9323 1.66666 13.6464 2.0179 14.8751 2.36763C15.4904 2.54275 15.9866 2.7182 16.3307 2.85072C16.5028 2.917 16.6372 2.97261 16.7295 3.01218C16.7757 3.03197 16.8115 3.04775 16.8363 3.05885C16.8486 3.0644 16.8583 3.06879 16.8651 3.07192L16.8733 3.07566L16.8757 3.07681L16.8771 3.07747C16.8773 3.07753 16.8771 3.07747 16.6654 3.53041Z' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.16602 5.41666C4.44216 5.41666 4.66602 5.64051 4.66602 5.91666V16.3333C4.66602 16.6095 4.44216 16.8333 4.16602 16.8333C3.88987 16.8333 3.66602 16.6095 3.66602 16.3333V5.91666C3.66602 5.64051 3.88987 5.41666 4.16602 5.41666ZM7.08268 5.41666C7.35882 5.41666 7.58268 5.64051 7.58268 5.91666V16.3333C7.58268 16.6095 7.35882 16.8333 7.08268 16.8333C6.80654 16.8333 6.58268 16.6095 6.58268 16.3333V5.91666C6.58268 5.64051 6.80654 5.41666 7.08268 5.41666ZM9.99935 5.41666C10.2755 5.41666 10.4993 5.64051 10.4993 5.91666V16.3333C10.4993 16.6095 10.2755 16.8333 9.99935 16.8333C9.72321 16.8333 9.49935 16.6095 9.49935 16.3333V5.91666C9.49935 5.64051 9.72321 5.41666 9.99935 5.41666ZM12.916 5.41666C13.1922 5.41666 13.416 5.64051 13.416 5.91666V16.3333C13.416 16.6095 13.1922 16.8333 12.916 16.8333C12.6399 16.8333 12.416 16.6095 12.416 16.3333V5.91666C12.416 5.64051 12.6399 5.41666 12.916 5.41666ZM15.8327 5.41666C16.1088 5.41666 16.3327 5.64051 16.3327 5.91666V16.3333C16.3327 16.6095 16.1088 16.8333 15.8327 16.8333C15.5565 16.8333 15.3327 16.6095 15.3327 16.3333V5.91666C15.3327 5.64051 15.5565 5.41666 15.8327 5.41666Z' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.41602 16.3333C2.41602 16.0572 2.63987 15.8333 2.91602 15.8333H17.0827C17.3588 15.8333 17.5827 16.0572 17.5827 16.3333V18.8333C17.5827 19.1095 17.3588 19.3333 17.0827 19.3333H2.91602C2.63987 19.3333 2.41602 19.1095 2.41602 18.8333V16.3333ZM3.41602 16.8333V18.3333H16.5827V16.8333H3.41602Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.ico_entr {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25109 3.74999C6.77419 3.75023 7.25671 3.88609 7.72069 4.01673C7.79698 4.03822 7.87278 4.05956 7.94817 4.08013C8.49895 4.23044 9.12642 4.37499 9.99974 4.37499C10.873 4.37499 11.5001 4.23045 12.0507 4.08014C12.1259 4.05961 12.2015 4.03831 12.2776 4.01687C12.7417 3.88617 13.2245 3.75021 13.7485 3.74999C14.141 3.74816 14.5317 3.80305 14.9085 3.91297L14.9102 3.91347C15.9286 4.21452 16.7107 4.97273 17.3194 6.02745C17.9261 7.07855 18.3859 8.46552 18.75 10.1119C19.1241 11.8026 19.3296 13.3388 19.2206 14.5417C19.1124 15.7359 18.6702 16.7698 17.5863 17.14L17.5861 17.14C16.9208 17.3669 16.2868 17.2249 15.73 16.9012C15.1862 16.585 14.6904 16.0832 14.245 15.5282L14.2449 15.5282C13.8083 14.9841 13.3511 14.6467 12.7275 14.4347C12.0828 14.2155 11.2348 14.1215 9.99974 14.1215C8.76506 14.1215 7.90406 14.2154 7.24645 14.4355C6.60933 14.6487 6.14262 14.9873 5.70946 15.5279L5.70896 15.5285C5.26637 16.079 4.77895 16.5843 4.23912 16.9019C3.68223 17.2295 3.04855 17.3673 2.37173 17.133L2.37146 17.1329C1.35725 16.7812 0.921599 15.729 0.794323 14.549C0.663777 13.3386 0.827837 11.7935 1.20439 10.1107L1.2044 10.1107C1.57256 8.46613 2.03207 7.07954 2.63754 6.02853C3.24516 4.97378 4.02556 4.21456 5.04568 3.91342L5.04909 3.91241L5.05252 3.91145C5.44262 3.80231 5.84601 3.74797 6.25109 3.74999ZM5.32544 4.8735C4.63603 5.07816 4.03354 5.60856 3.50404 6.52771C2.97152 7.45208 2.53904 8.72641 2.18025 10.3291M5.32544 4.8735C5.62546 4.7899 5.93563 4.74833 6.24709 4.74999V4.74999H6.24974C6.62506 4.74999 6.9609 4.84359 7.43191 4.97486C7.51204 4.99719 7.59608 5.02062 7.6849 5.04485C8.27924 5.20705 9.00235 5.37499 9.99974 5.37499C10.9971 5.37499 11.7199 5.20704 12.314 5.04484C12.4025 5.02068 12.4863 4.99733 12.5662 4.97506C13.0374 4.8437 13.3736 4.74999 13.7497 4.74999L13.7522 4.74999C14.0484 4.74851 14.3432 4.78984 14.6276 4.8727C15.3175 5.07692 15.9224 5.60752 16.4533 6.52733C16.9865 7.45112 17.4191 8.72509 17.7737 10.3279L17.7737 10.3279C18.1421 11.9931 18.3193 13.4067 18.2247 14.4515C18.1293 15.5048 17.7817 16.0164 17.2634 16.1935C16.94 16.3038 16.6088 16.2554 16.2326 16.0367C15.8436 15.8105 15.4388 15.418 15.0248 14.9023C14.4834 14.2276 13.8736 13.7681 13.0494 13.4879C12.2464 13.2149 11.2659 13.1215 9.99974 13.1215C8.73325 13.1215 7.74229 13.215 6.92911 13.4872C6.09547 13.7661 5.47257 14.2243 4.92919 14.9024C4.51177 15.4216 4.11514 15.8146 3.73204 16.04C3.36589 16.2554 3.03765 16.3053 2.69884 16.188C2.2624 16.0365 1.90559 15.5268 1.78856 14.4417C1.67477 13.3868 1.81461 11.9631 2.18024 10.3291' fill='%23231F20'/%3E%3Cpath d='M11.4062 10.0312C11.8377 10.0312 12.1875 9.68147 12.1875 9.25C12.1875 8.81853 11.8377 8.46875 11.4062 8.46875C10.9748 8.46875 10.625 8.81853 10.625 9.25C10.625 9.68147 10.9748 10.0312 11.4062 10.0312Z' fill='%23231F20'/%3E%3Cpath d='M13.125 11.75C12.9704 11.75 12.8193 11.7041 12.6908 11.6182C12.5622 11.5323 12.4621 11.4101 12.403 11.2673C12.344 11.1244 12.3286 10.9672 12.3589 10.8156C12.3892 10.664 12.4638 10.5248 12.5733 10.4156C12.6827 10.3065 12.8221 10.2322 12.9738 10.2023C13.1255 10.1724 13.2826 10.1881 13.4253 10.2475C13.568 10.307 13.6899 10.4074 13.7755 10.5361C13.8611 10.6649 13.9066 10.8161 13.9062 10.9707C13.9057 11.1776 13.8232 11.3758 13.6767 11.5219C13.5303 11.668 13.3319 11.75 13.125 11.75Z' fill='%23231F20'/%3E%3Cpath d='M13.125 8.3125C13.5565 8.3125 13.9062 7.96272 13.9062 7.53125C13.9062 7.09978 13.5565 6.75 13.125 6.75C12.6935 6.75 12.3438 7.09978 12.3438 7.53125C12.3438 7.96272 12.6935 8.3125 13.125 8.3125Z' fill='%23231F20'/%3E%3Cpath d='M14.8438 10.0312C15.2752 10.0312 15.625 9.68147 15.625 9.25C15.625 8.81853 15.2752 8.46875 14.8438 8.46875C14.4123 8.46875 14.0625 8.81853 14.0625 9.25C14.0625 9.68147 14.4123 10.0312 14.8438 10.0312Z' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 6.875C6.52614 6.875 6.75 7.09886 6.75 7.375V8.75H8.125C8.40114 8.75 8.625 8.97386 8.625 9.25C8.625 9.52614 8.40114 9.75 8.125 9.75H6.75V11.125C6.75 11.4011 6.52614 11.625 6.25 11.625C5.97386 11.625 5.75 11.4011 5.75 11.125V9.75H4.375C4.09886 9.75 3.875 9.52614 3.875 9.25C3.875 8.97386 4.09886 8.75 4.375 8.75H5.75V7.375C5.75 7.09886 5.97386 6.875 6.25 6.875Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.ico_atms {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.125 13.125C18.194 13.125 18.25 13.069 18.25 13V4.25C18.25 4.18096 18.194 4.125 18.125 4.125L1.875 4.125C1.80596 4.125 1.75 4.18096 1.75 4.25V13C1.75 13.069 1.80596 13.125 1.875 13.125L18.125 13.125ZM19.25 13C19.25 13.6213 18.7463 14.125 18.125 14.125L1.875 14.125C1.25368 14.125 0.75 13.6213 0.75 13V4.25C0.75 3.62868 1.25368 3.125 1.875 3.125L18.125 3.125C18.7463 3.125 19.25 3.62868 19.25 4.25V13Z' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 15.5C2 15.2239 2.22386 15 2.5 15H17.5C17.7761 15 18 15.2239 18 15.5C18 15.7761 17.7761 16 17.5 16H2.5C2.22386 16 2 15.7761 2 15.5ZM3.25 17.375C3.25 17.0989 3.47386 16.875 3.75 16.875H16.25C16.5261 16.875 16.75 17.0989 16.75 17.375C16.75 17.6511 16.5261 17.875 16.25 17.875H3.75C3.47386 17.875 3.25 17.6511 3.25 17.375Z' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 6C8.55025 6 7.375 7.17525 7.375 8.625C7.375 10.0747 8.55025 11.25 10 11.25C11.4497 11.25 12.625 10.0747 12.625 8.625C12.625 7.17525 11.4497 6 10 6ZM6.375 8.625C6.375 6.62297 7.99797 5 10 5C12.002 5 13.625 6.62297 13.625 8.625C13.625 10.627 12.002 12.25 10 12.25C7.99797 12.25 6.375 10.627 6.375 8.625Z' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.375 3.125C4.65114 3.125 4.875 3.34886 4.875 3.625C4.875 4.10104 4.78124 4.57242 4.59906 5.01223C4.41689 5.45203 4.14987 5.85165 3.81326 6.18826C3.47665 6.52487 3.07703 6.79189 2.63723 6.97406C2.19742 7.15624 1.72604 7.25 1.25 7.25C0.973858 7.25 0.75 7.02614 0.75 6.75C0.75 6.47386 0.973858 6.25 1.25 6.25C1.59472 6.25 1.93606 6.1821 2.25454 6.05018C2.57302 5.91827 2.8624 5.72491 3.10616 5.48116C3.34991 5.2374 3.54327 4.94802 3.67518 4.62954C3.8071 4.31106 3.875 3.96972 3.875 3.625C3.875 3.34886 4.09886 3.125 4.375 3.125ZM15.625 3.125C15.9011 3.125 16.125 3.34886 16.125 3.625C16.125 4.32119 16.4016 4.98887 16.8938 5.48116C17.3861 5.97344 18.0538 6.25 18.75 6.25C19.0261 6.25 19.25 6.47386 19.25 6.75C19.25 7.02614 19.0261 7.25 18.75 7.25C17.7886 7.25 16.8666 6.86808 16.1867 6.18826C15.5069 5.50844 15.125 4.58641 15.125 3.625C15.125 3.34886 15.3489 3.125 15.625 3.125ZM0.75 10.5C0.75 10.2239 0.973858 10 1.25 10C1.72604 10 2.19742 10.0938 2.63723 10.2759C3.07703 10.4581 3.47665 10.7251 3.81326 11.0617C4.14987 11.3984 4.41689 11.798 4.59906 12.2378C4.78124 12.6776 4.875 13.149 4.875 13.625C4.875 13.9011 4.65114 14.125 4.375 14.125C4.09886 14.125 3.875 13.9011 3.875 13.625C3.875 13.2803 3.8071 12.9389 3.67518 12.6205C3.54327 12.302 3.34991 12.0126 3.10616 11.7688C2.8624 11.5251 2.57302 11.3317 2.25454 11.1998C1.93606 11.0679 1.59472 11 1.25 11C0.973858 11 0.75 10.7761 0.75 10.5ZM16.1867 11.0617C16.8666 10.3819 17.7886 10 18.75 10C19.0261 10 19.25 10.2239 19.25 10.5C19.25 10.7761 19.0261 11 18.75 11C18.0538 11 17.3861 11.2766 16.8938 11.7688C16.4016 12.2611 16.125 12.9288 16.125 13.625C16.125 13.9011 15.9011 14.125 15.625 14.125C15.3489 14.125 15.125 13.9011 15.125 13.625C15.125 12.6636 15.5069 11.7416 16.1867 11.0617Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}

.ico_airp.active {
	 background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.82985 2.72911C5.9219 2.58629 6.08019 2.5 6.25011 2.5H7.3005C7.31016 2.5 7.31981 2.50028 7.32946 2.50084C7.45262 2.50798 7.57277 2.54181 7.68157 2.59997C7.78667 2.65615 7.87877 2.73374 7.95195 2.82768L12.8831 8.82285L15.2024 8.7621C15.3568 8.75355 15.8013 8.75 15.9267 8.75C16.8286 8.75 17.6122 8.87111 18.1901 9.1254C18.7646 9.37817 19.2501 9.82536 19.2501 10.5C19.2501 11.1749 18.7631 11.6228 18.189 11.8763C17.6106 12.1317 16.8271 12.2539 15.9271 12.2539C15.8005 12.2539 15.3591 12.2503 15.203 12.2418L12.8839 12.1801L7.94138 18.1732C7.86822 18.2669 7.77623 18.3442 7.6713 18.4003C7.56267 18.4582 7.44276 18.492 7.31983 18.4992C7.31014 18.4997 7.30044 18.5 7.29073 18.5H6.25011C6.0802 18.5 5.92193 18.4137 5.82986 18.2709C5.7378 18.1281 5.72456 17.9483 5.7947 17.7936L8.39138 12.0646L4.36193 11.9745L2.944 13.6933C2.94094 13.6972 2.93777 13.7012 2.9345 13.7053C2.86678 13.7912 2.75263 13.936 2.57763 14.0247C2.38932 14.1201 2.18857 14.125 2.03136 14.125H1.33136C1.26098 14.125 0.941931 14.1156 0.799378 13.8018C0.742498 13.6766 0.747343 13.562 0.753662 13.5041C0.759859 13.4472 0.773136 13.3983 0.781895 13.3688L1.55638 10.5922C1.56094 10.5759 1.56631 10.5598 1.5725 10.544C1.58508 10.512 1.58508 10.4763 1.5725 10.4442C1.56625 10.4283 1.56082 10.412 1.55624 10.3955L0.782044 7.60859C0.781903 7.60812 0.78174 7.60758 0.781556 7.60697C0.774683 7.58407 0.738812 7.46457 0.759437 7.33051C0.773075 7.24187 0.817062 7.10771 0.943403 7.00184C1.06756 6.8978 1.20482 6.87695 1.29229 6.87695H2.02901C2.32798 6.87695 2.71054 6.99745 2.94719 7.29892L4.33685 8.98904L8.38946 8.9291L5.79473 3.20648C5.72456 3.05172 5.73779 2.87193 5.82985 2.72911ZM8.64959 9.50266C8.64867 9.50071 8.64777 9.49877 8.64688 9.49681L8.64959 9.50266ZM7.02581 3.5L9.55611 9.08052C9.59828 9.17199 9.61642 9.27274 9.60876 9.37324C9.60096 9.47559 9.56667 9.57415 9.50927 9.65925C9.45186 9.74434 9.37331 9.81304 9.28133 9.85859C9.19711 9.9003 9.10429 9.9213 9.01056 9.92002L4.2702 9.99014C4.14381 9.99322 4.0184 9.96685 3.90392 9.91307C3.79039 9.85975 3.69074 9.78095 3.61269 9.68285L2.17054 7.92888C2.16768 7.92541 2.16487 7.92189 2.1621 7.91834C2.16119 7.91764 2.15112 7.90824 2.12561 7.89744C2.09304 7.88365 2.05663 7.87695 2.02901 7.87695H1.89446L2.51387 10.1067C2.60466 10.3571 2.60462 10.6315 2.51376 10.8819L1.88808 13.125H2.03136C2.07044 13.125 2.0987 13.1242 2.11912 13.1232C2.13118 13.1086 2.14525 13.0911 2.16359 13.068L2.16949 13.0607L3.63976 11.2785C3.71788 11.1814 3.81712 11.1034 3.92996 11.0504C4.0446 10.9965 4.17015 10.97 4.29678 10.9728L4.29684 10.9728L9.0109 11.0783L9.01108 11.0783C9.1096 11.0805 9.2061 11.1067 9.29219 11.1548C9.37827 11.2028 9.45133 11.271 9.50503 11.3537C9.55873 11.4363 9.59144 11.5308 9.60032 11.629C9.60921 11.7272 9.59399 11.826 9.556 11.9169C9.55483 11.9198 9.55363 11.9226 9.5524 11.9254C9.55162 11.9271 9.55084 11.9289 9.55004 11.9306L7.0257 17.5H7.20039L12.2304 11.4008C12.2981 11.3143 12.3763 11.27 12.4113 11.2519C12.4603 11.2264 12.5055 11.2116 12.5365 11.203C12.5942 11.1869 12.6622 11.1758 12.7278 11.1758C12.7323 11.1758 12.7367 11.1758 12.7411 11.176L15.2372 11.2424C15.2429 11.2425 15.2485 11.2428 15.2542 11.2431C15.365 11.2498 15.7898 11.2539 15.9271 11.2539C16.7563 11.2539 17.3843 11.1385 17.7851 10.9615C18.1902 10.7826 18.2501 10.6036 18.2501 10.5C18.2501 10.3961 18.191 10.2183 17.7874 10.0407C17.3872 9.86464 16.7591 9.75 15.9267 9.75C15.7893 9.75 15.3613 9.75411 15.2546 9.76075C15.2486 9.76113 15.2426 9.76139 15.2366 9.76155L12.7061 9.82783C12.6051 9.83173 12.5048 9.80878 12.4154 9.76119C12.3394 9.72072 12.2738 9.66373 12.2232 9.59471L7.21013 3.5H7.02581ZM1.74007 13.6552C1.74004 13.6552 1.74023 13.6545 1.74069 13.6529C1.74032 13.6544 1.74009 13.6551 1.74007 13.6552ZM1.74328 7.33281C1.74329 7.3328 1.74341 7.33321 1.74361 7.33399C1.74338 7.3332 1.74328 7.33282 1.74328 7.33281Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
 }
.ico_tran.active {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.3295 1.5795C7.54048 1.36853 7.82663 1.25 8.125 1.25H11.875C12.1734 1.25 12.4595 1.36853 12.6705 1.5795C12.7576 1.66666 12.829 1.76663 12.8828 1.875H13.4375C14.1503 1.875 14.8338 2.15815 15.3379 2.66215C15.8419 3.16615 16.125 3.84973 16.125 4.5625V14.2109C16.125 14.5607 15.9468 14.8465 15.7477 15.0583C15.5464 15.2725 15.2797 15.4596 14.995 15.623C14.4234 15.9511 13.6823 16.2379 12.9687 16.4725C12.2495 16.709 11.5333 16.9005 10.9989 17.0326C10.7311 17.0987 10.5077 17.1503 10.3509 17.1854C10.2724 17.2029 10.2106 17.2164 10.168 17.2255C10.1467 17.2301 10.1303 17.2336 10.119 17.2359L10.106 17.2387L10.1015 17.2396C10.1014 17.2396 10.101 17.2397 10 16.75C9.899 17.2397 9.89892 17.2397 9.89882 17.2397L9.89401 17.2387L9.88101 17.2359C9.86973 17.2336 9.85328 17.2301 9.832 17.2255C9.78945 17.2164 9.72757 17.2029 9.64912 17.1854C9.49227 17.1503 9.26891 17.0987 9.00115 17.0326C8.46667 16.9005 7.75049 16.709 7.03132 16.4725C6.31771 16.2379 5.57657 15.9511 5.00501 15.623C4.72026 15.4596 4.45359 15.2725 4.25232 15.0583C4.05325 14.8465 3.875 14.5607 3.875 14.2109V4.5625L3.875 4.56108C3.87703 3.84931 4.16067 3.16727 4.66397 2.66397C5.16727 2.16067 5.84931 1.87703 6.56108 1.875L6.5625 1.875L7.11722 1.875C7.17098 1.76663 7.24235 1.66666 7.3295 1.5795ZM10 16.75L9.89882 17.2397C9.96546 17.2534 10.0344 17.2534 10.101 17.2397L10 16.75ZM10 16.2388C10.0356 16.231 10.0801 16.2212 10.1325 16.2095C10.2833 16.1758 10.4994 16.1259 10.759 16.0618C11.2792 15.9332 11.9692 15.7485 12.6563 15.5226C13.349 15.2948 14.0141 15.033 14.4972 14.7557C14.7398 14.6165 14.9126 14.4867 15.0189 14.3735C15.0708 14.3184 15.0986 14.2757 15.1127 14.247C15.1194 14.2332 15.1224 14.2238 15.1238 14.2184C15.125 14.2134 15.125 14.2112 15.125 14.2109V4.5625C15.125 4.11495 14.9472 3.68572 14.6307 3.36926C14.3143 3.05279 13.8851 2.875 13.4375 2.875H12.5C12.2239 2.875 12 2.65114 12 2.375C12 2.34185 11.9868 2.31005 11.9634 2.28661C11.9399 2.26317 11.9082 2.25 11.875 2.25H8.125C8.09185 2.25 8.06005 2.26317 8.03661 2.28661C8.01317 2.31005 8 2.34185 8 2.375C8 2.65114 7.77614 2.875 7.5 2.875H6.56327C6.11597 2.87645 5.68738 3.05477 5.37108 3.37108C5.05478 3.68738 4.87645 4.11596 4.875 4.56326V14.2109C4.875 14.2112 4.87499 14.2134 4.87625 14.2184C4.87758 14.2238 4.88059 14.2332 4.88734 14.247C4.90137 14.2757 4.92924 14.3184 4.98108 14.3735C5.08742 14.4867 5.2602 14.6165 5.5028 14.7557C5.98593 15.033 6.65104 15.2948 7.34368 15.5226C8.03076 15.7485 8.72083 15.9332 9.24104 16.0618C9.50062 16.1259 9.71672 16.1758 9.86748 16.2095C9.91989 16.2212 9.96437 16.231 10 16.2388ZM6.875 5.375C6.84185 5.375 6.81005 5.38817 6.78661 5.41161C6.76317 5.43505 6.75 5.46685 6.75 5.5V8C6.75 8.03315 6.76317 8.06495 6.78661 8.08839C6.81005 8.11183 6.84185 8.125 6.875 8.125H13.125C13.1582 8.125 13.1899 8.11183 13.2134 8.08839C13.2368 8.06495 13.25 8.03315 13.25 8V5.5C13.25 5.46685 13.2368 5.43505 13.2134 5.41161C13.1899 5.38817 13.1582 5.375 13.125 5.375H6.875ZM6.0795 4.7045C6.29048 4.49353 6.57663 4.375 6.875 4.375H13.125C13.4234 4.375 13.7095 4.49353 13.9205 4.7045C14.1315 4.91548 14.25 5.20163 14.25 5.5V8C14.25 8.29837 14.1315 8.58452 13.9205 8.7955C13.7095 9.00647 13.4234 9.125 13.125 9.125H6.875C6.57663 9.125 6.29048 9.00647 6.0795 8.7955C5.86853 8.58452 5.75 8.29837 5.75 8V5.5C5.75 5.20163 5.86853 4.91548 6.0795 4.7045ZM10.5262 11.1047C10.2749 11.0006 9.99848 10.9734 9.73175 11.0264C9.46503 11.0795 9.22003 11.2104 9.02773 11.4027C8.83543 11.595 8.70447 11.84 8.65142 12.1068C8.59837 12.3735 8.6256 12.6499 8.72967 12.9012C8.83374 13.1524 9.00997 13.3672 9.23609 13.5183C9.46221 13.6694 9.72805 13.75 10 13.75C10.3647 13.75 10.7144 13.6051 10.9723 13.3473C11.2301 13.0894 11.375 12.7397 11.375 12.375C11.375 12.1031 11.2944 11.8372 11.1433 11.6111C10.9922 11.385 10.7774 11.2087 10.5262 11.1047ZM9.53666 10.0456C9.99737 9.95399 10.4749 10.001 10.9089 10.1808C11.3428 10.3605 11.7138 10.665 11.9747 11.0555C12.2357 11.4461 12.375 11.9053 12.375 12.375C12.375 13.0049 12.1248 13.609 11.6794 14.0544C11.234 14.4998 10.6299 14.75 10 14.75C9.53027 14.75 9.07109 14.6107 8.68052 14.3497C8.28995 14.0888 7.98554 13.7178 7.80579 13.2839C7.62603 12.8499 7.57899 12.3724 7.67063 11.9117C7.76227 11.451 7.98847 11.0278 8.32062 10.6956C8.65277 10.3635 9.07596 10.1373 9.53666 10.0456ZM7.22855 17.0214C7.42382 17.2167 7.42382 17.5333 7.22855 17.7286L6.83211 18.125H13.1679L12.7714 17.7286C12.5762 17.5333 12.5762 17.2167 12.7714 17.0214C12.9667 16.8262 13.2833 16.8262 13.4786 17.0214L15.3536 18.8964C15.5488 19.0917 15.5488 19.4083 15.3536 19.6036C15.1583 19.7988 14.8417 19.7988 14.6464 19.6036L14.1679 19.125H5.83211L5.35355 19.6036C5.15829 19.7988 4.84171 19.7988 4.64645 19.6036C4.45118 19.4083 4.45118 19.0917 4.64645 18.8964L6.52145 17.0214C6.71671 16.8262 7.03329 16.8262 7.22855 17.0214Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}
.ico_food.active {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.5 14.125C2.18424 14.125 1.75 14.4909 1.75 15.1875C1.75 15.8841 2.18424 16.25 2.5 16.25H13.125C13.4408 16.25 13.875 15.8841 13.875 15.1875C13.875 14.4909 13.4408 14.125 13.125 14.125C12.8489 14.125 12.625 13.9011 12.625 13.625C12.625 13.3489 12.8489 13.125 13.125 13.125C14.1897 13.125 14.875 14.1583 14.875 15.1875C14.875 16.2167 14.1897 17.25 13.125 17.25H13.0462C12.9686 17.846 12.7498 18.3985 12.3874 18.8365C11.9175 19.4045 11.229 19.75 10.3906 19.75H5.23438C4.39597 19.75 3.70747 19.4045 3.23755 18.8365C2.87519 18.3985 2.65635 17.846 2.57882 17.25H2.5C1.43529 17.25 0.75 16.2167 0.75 15.1875C0.75 14.1583 1.43529 13.125 2.5 13.125C2.77614 13.125 3 13.3489 3 13.625C3 13.9011 2.77614 14.125 2.5 14.125ZM3.59033 17.25C3.6589 17.63 3.80553 17.9543 4.00805 18.1991C4.28667 18.5359 4.69192 18.75 5.23438 18.75H10.3906C10.9331 18.75 11.3383 18.5359 11.6169 18.1991C11.8195 17.9543 11.9661 17.63 12.0347 17.25H3.59033Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.3563 4.37833C9.63059 4.34643 9.87881 4.54293 9.91072 4.81722L10.2013 7.31605C10.2118 7.40616 10.1977 7.49345 10.1642 7.57118C10.9614 7.69486 11.6953 7.98107 12.2849 8.44056C13.1114 9.08471 13.6197 10.0445 13.625 11.2623C13.937 11.3033 14.229 11.446 14.454 11.671C14.7235 11.9406 14.875 12.3062 14.875 12.6875C14.875 13.0687 14.7235 13.4344 14.454 13.704C14.1844 13.9735 13.8188 14.125 13.4375 14.125H7.08211L6.0893 15.1178C6.08923 15.1179 6.08936 15.1177 6.0893 15.1178C6.02839 15.1787 5.95588 15.2273 5.87631 15.2602C5.79663 15.2933 5.71124 15.3103 5.625 15.3103C5.53876 15.3103 5.45337 15.2933 5.3737 15.2602C5.29412 15.2273 5.22181 15.1789 5.1609 15.118C5.16083 15.1179 5.16096 15.1181 5.1609 15.118L4.16789 14.125H2.1875C1.80625 14.125 1.44062 13.9735 1.17103 13.704C0.901451 13.4344 0.75 13.0687 0.75 12.6875C0.75 12.3062 0.901451 11.9406 1.17103 11.671C1.39604 11.446 1.68795 11.3033 2.00001 11.2623C2.00288 10.0403 2.51182 9.07925 3.34086 8.43569C4.15792 7.80143 5.25144 7.49999 6.40625 7.49999H9.21875C9.21944 7.49999 9.22012 7.49999 9.22081 7.49999C9.21505 7.47781 9.21076 7.45498 9.20804 7.43158L8.91741 4.93275C8.88551 4.65846 9.08201 4.41024 9.3563 4.37833ZM3.00007 11.25H12.6249C12.6166 10.3443 12.2487 9.68019 11.6702 9.22933C11.071 8.76239 10.2116 8.49999 9.21875 8.49999H6.40625C5.41262 8.49999 4.55302 8.76066 3.95406 9.22561C3.37424 9.67572 3.00608 10.3401 3.00007 11.25ZM2.1875 12.25C2.07147 12.25 1.96019 12.2961 1.87814 12.3781C1.79609 12.4602 1.75 12.5715 1.75 12.6875C1.75 12.8035 1.79609 12.9148 1.87814 12.9968C1.96019 13.0789 2.07147 13.125 2.1875 13.125H4.2457C4.4609 13.1251 4.66751 13.2106 4.81976 13.3626L5.625 14.1679L6.43004 13.3628C6.5823 13.2108 6.78886 13.1251 7.00407 13.125H13.4375C13.5535 13.125 13.6648 13.0789 13.7469 12.9968C13.8289 12.9148 13.875 12.8035 13.875 12.6875C13.875 12.5715 13.8289 12.4602 13.7469 12.3781C13.6648 12.2961 13.5535 12.25 13.4375 12.25H2.1875ZM5.8682 14.4111C5.86814 14.411 5.86827 14.4111 5.8682 14.4111V14.4111ZM5.3818 14.4111C5.38173 14.4111 5.38186 14.411 5.3818 14.4111V14.4111Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.1385 4.37778C18.4131 4.40682 18.6122 4.65297 18.5832 4.92759L17.1862 18.139C17.1514 18.5761 16.9537 18.9844 16.6321 19.2828C16.3085 19.5831 15.8833 19.75 15.4418 19.75H10C9.72386 19.75 9.5 19.5262 9.5 19.25C9.5 18.9739 9.72386 18.75 10 18.75H15.4418C15.631 18.75 15.8132 18.6785 15.9519 18.5498C16.0906 18.4211 16.1755 18.2447 16.1897 18.056L16.1902 18.0484L17.5887 4.82244C17.6177 4.54782 17.8639 4.34875 18.1385 4.37778Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.3094 1.58888C17.3984 1.85029 17.2586 2.13435 16.9972 2.22334L15.4191 2.76055L14.8602 4.99628C14.7932 5.26418 14.5217 5.42706 14.2539 5.36009C13.986 5.29311 13.8231 5.02164 13.89 4.75375L14.515 2.25375C14.5562 2.089 14.6782 1.95642 14.839 1.90169L16.6749 1.27669C16.9363 1.1877 17.2204 1.32747 17.3094 1.58888Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.25 4.875C8.25 4.59886 8.47386 4.375 8.75 4.375H18.75C19.0261 4.375 19.25 4.59886 19.25 4.875C19.25 5.15114 19.0261 5.375 18.75 5.375H8.75C8.47386 5.375 8.25 5.15114 8.25 4.875Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}
.ico_shop.active {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.65426 3.35653C3.07358 2.44157 4.03091 1.875 5.05919 1.875H14.9397C15.968 1.875 16.9253 2.44157 17.3446 3.35653L19.0359 7.04937C19.0359 7.04929 19.036 7.04945 19.0359 7.04937C19.5839 8.24452 19.0398 9.50762 17.9994 10.1037V18C17.9994 18.0432 17.994 18.085 17.9837 18.125H18.7494C19.0256 18.125 19.2494 18.3489 19.2494 18.625C19.2494 18.9011 19.0256 19.125 18.7494 19.125H1.24943C0.973287 19.125 0.749429 18.9011 0.749429 18.625C0.749429 18.3489 0.973287 18.125 1.24943 18.125H2.01518C2.0049 18.085 1.99943 18.0432 1.99943 18V10.1042C0.958904 9.50833 0.414926 8.24513 0.962809 7.04961C0.96279 7.04965 0.962829 7.04957 0.962809 7.04961L2.65426 3.35653ZM2.99943 10.4343V18C2.99943 18.0432 2.99396 18.085 2.98368 18.125H10.7494V12.6875C10.7494 12.3063 10.9009 11.9406 11.1705 11.671C11.44 11.4015 11.8057 11.25 12.1869 11.25H14.6869C15.0682 11.25 15.4338 11.4015 15.7034 11.671C15.973 11.9406 16.1244 12.3063 16.1244 12.6875V18.125H17.0152C17.0049 18.085 16.9994 18.0432 16.9994 18V10.4342C16.9188 10.444 16.8368 10.4503 16.7537 10.4529C16.7485 10.453 16.7433 10.4531 16.7381 10.4531H16.6619C15.7631 10.4531 14.9411 10.038 14.4412 9.38313C13.9411 10.0381 13.1189 10.4531 12.2201 10.4531C11.3236 10.4531 10.5109 10.0159 10.0119 9.3675C9.5139 10.0313 8.6869 10.4531 7.78068 10.4531C6.87681 10.4531 6.058 10.0087 5.55998 9.35148C5.06209 10.0091 4.24306 10.4531 3.33888 10.4531H3.26076C3.25566 10.4531 3.25055 10.453 3.24546 10.4529C3.16224 10.4503 3.08018 10.4441 2.99943 10.4343ZM6.05959 7.91289C6.05959 8.66321 6.80116 9.45312 7.78068 9.45312C8.77126 9.45312 9.49943 8.72519 9.49943 7.91289C9.49943 7.63675 9.72329 7.41289 9.99943 7.41289C10.2756 7.41289 10.4994 7.63675 10.4994 7.91289C10.4994 8.66332 11.2407 9.45312 12.2201 9.45312C13.2114 9.45312 13.9412 8.72453 13.9412 7.91289C13.9412 7.63675 14.1651 7.41289 14.4412 7.41289C14.7174 7.41289 14.9412 7.63675 14.9412 7.91289C14.9412 8.72464 15.6708 9.45312 16.6619 9.45312H16.7299C17.8864 9.41265 18.5257 8.33556 18.127 7.46625L16.4355 3.77315C16.4355 3.77312 16.4355 3.77319 16.4355 3.77315C16.1939 3.24599 15.6137 2.875 14.9397 2.875H5.05919C4.38518 2.875 3.80504 3.24588 3.56339 3.77305C3.56338 3.77308 3.56341 3.77301 3.56339 3.77305L1.87199 7.46602C1.47303 8.33643 2.11272 9.41336 3.26886 9.45312H3.33888C4.3186 9.45312 5.05959 8.66498 5.05959 7.91289C5.05959 7.63675 5.28344 7.41289 5.55959 7.41289C5.83573 7.41289 6.05959 7.63675 6.05959 7.91289ZM15.1244 18.125V12.6875C15.1244 12.5715 15.0783 12.4602 14.9963 12.3781C14.9142 12.2961 14.803 12.25 14.6869 12.25H12.1869C12.0709 12.25 11.9596 12.2961 11.8776 12.3781C11.7955 12.4602 11.7494 12.5715 11.7494 12.6875V18.125H15.1244ZM5.31193 12.25C5.1959 12.25 5.08462 12.2961 5.00257 12.3781C4.92052 12.4602 4.87443 12.5715 4.87443 12.6875V15.625H8.87443V12.6875C8.87443 12.5715 8.82834 12.4602 8.74629 12.3781C8.66424 12.2961 8.55296 12.25 8.43693 12.25H5.31193ZM4.29546 11.671C4.56505 11.4015 4.93068 11.25 5.31193 11.25H8.43693C8.81818 11.25 9.18381 11.4015 9.4534 11.671C9.72298 11.9406 9.87443 12.3063 9.87443 12.6875V16.125C9.87443 16.4011 9.65057 16.625 9.37443 16.625H4.37443C4.09829 16.625 3.87443 16.4011 3.87443 16.125V12.6875C3.87443 12.3063 4.02588 11.9406 4.29546 11.671Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}
.ico_bars.active {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.54524 5.73619C1.36003 4.52378 2.22921 2.5 3.91695 2.5H16.0828C17.77 2.5 18.6386 4.52401 17.4537 5.73619L10.4994 12.8464V17.5H13.5361C13.8123 17.5 14.0361 17.7239 14.0361 18C14.0361 18.2761 13.8123 18.5 13.5361 18.5H6.46278C6.18664 18.5 5.96278 18.2761 5.96278 18C5.96278 17.7239 6.18664 17.5 6.46278 17.5H9.49945V12.8464L2.54524 5.73619ZM9.99945 11.9274L12.7404 9.125H7.2585L9.99945 11.9274ZM6.28044 8.125H13.7185L16.7386 5.03715C17.2969 4.46599 16.8956 3.5 16.0828 3.5H3.91695C3.10306 3.5 2.70224 4.46611 3.26023 5.03706C3.2602 5.03703 3.26026 5.03709 3.26023 5.03706L6.28044 8.125Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}
.ico_muse.active {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1.16602 18.8333C1.16602 18.5572 1.38987 18.3333 1.66602 18.3333H18.3327C18.6088 18.3333 18.8327 18.5572 18.8327 18.8333C18.8327 19.1095 18.6088 19.3333 18.3327 19.3333H1.66602C1.38987 19.3333 1.16602 19.1095 1.16602 18.8333Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.83203 3.8605V5.41666H16.1654V3.8605C16.1085 3.83748 16.0438 3.81179 15.9714 3.78392C15.6514 3.66074 15.184 3.49525 14.6014 3.32943C13.4344 2.99728 11.8151 2.66666 9.9987 2.66666C8.1823 2.66666 6.56302 2.99728 5.39598 3.32943C4.81337 3.49525 4.34595 3.66074 4.02602 3.78392C3.95364 3.81179 3.88885 3.83748 3.83203 3.8605ZM16.6654 3.53041L16.8771 3.07747C17.053 3.1597 17.1654 3.33628 17.1654 3.53041V5.91666C17.1654 6.1928 16.9415 6.41666 16.6654 6.41666H3.33203C3.05589 6.41666 2.83203 6.1928 2.83203 5.91666V3.53041C2.83203 3.33628 2.9444 3.1597 3.12025 3.07747L3.33203 3.53041C3.12025 3.07747 3.12012 3.07753 3.12025 3.07747L3.12166 3.07681L3.12414 3.07566L3.13228 3.07192C3.13912 3.06879 3.14876 3.0644 3.16114 3.05885C3.18591 3.04775 3.22165 3.03197 3.26785 3.01218C3.36024 2.97261 3.49455 2.917 3.66668 2.85072C4.01082 2.7182 4.50695 2.54275 5.12225 2.36763C6.35104 2.0179 8.0651 1.66666 9.9987 1.66666C11.9323 1.66666 13.6464 2.0179 14.8751 2.36763C15.4904 2.54275 15.9866 2.7182 16.3307 2.85072C16.5028 2.917 16.6372 2.97261 16.7295 3.01218C16.7757 3.03197 16.8115 3.04775 16.8363 3.05885C16.8486 3.0644 16.8583 3.06879 16.8651 3.07192L16.8733 3.07566L16.8757 3.07681L16.8771 3.07747C16.8773 3.07753 16.8771 3.07747 16.6654 3.53041Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.16602 5.41666C4.44216 5.41666 4.66602 5.64051 4.66602 5.91666V16.3333C4.66602 16.6095 4.44216 16.8333 4.16602 16.8333C3.88987 16.8333 3.66602 16.6095 3.66602 16.3333V5.91666C3.66602 5.64051 3.88987 5.41666 4.16602 5.41666ZM7.08268 5.41666C7.35882 5.41666 7.58268 5.64051 7.58268 5.91666V16.3333C7.58268 16.6095 7.35882 16.8333 7.08268 16.8333C6.80654 16.8333 6.58268 16.6095 6.58268 16.3333V5.91666C6.58268 5.64051 6.80654 5.41666 7.08268 5.41666ZM9.99935 5.41666C10.2755 5.41666 10.4993 5.64051 10.4993 5.91666V16.3333C10.4993 16.6095 10.2755 16.8333 9.99935 16.8333C9.72321 16.8333 9.49935 16.6095 9.49935 16.3333V5.91666C9.49935 5.64051 9.72321 5.41666 9.99935 5.41666ZM12.916 5.41666C13.1922 5.41666 13.416 5.64051 13.416 5.91666V16.3333C13.416 16.6095 13.1922 16.8333 12.916 16.8333C12.6399 16.8333 12.416 16.6095 12.416 16.3333V5.91666C12.416 5.64051 12.6399 5.41666 12.916 5.41666ZM15.8327 5.41666C16.1088 5.41666 16.3327 5.64051 16.3327 5.91666V16.3333C16.3327 16.6095 16.1088 16.8333 15.8327 16.8333C15.5565 16.8333 15.3327 16.6095 15.3327 16.3333V5.91666C15.3327 5.64051 15.5565 5.41666 15.8327 5.41666Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.41602 16.3333C2.41602 16.0572 2.63987 15.8333 2.91602 15.8333H17.0827C17.3588 15.8333 17.5827 16.0572 17.5827 16.3333V18.8333C17.5827 19.1095 17.3588 19.3333 17.0827 19.3333H2.91602C2.63987 19.3333 2.41602 19.1095 2.41602 18.8333V16.3333ZM3.41602 16.8333V18.3333H16.5827V16.8333H3.41602Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}
.ico_entr.active {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25109 3.74999C6.77419 3.75023 7.25671 3.88609 7.72069 4.01673C7.79698 4.03822 7.87278 4.05956 7.94817 4.08013C8.49895 4.23044 9.12642 4.37499 9.99974 4.37499C10.873 4.37499 11.5001 4.23045 12.0507 4.08014C12.1259 4.05961 12.2015 4.03831 12.2776 4.01687C12.7417 3.88617 13.2245 3.75021 13.7485 3.74999C14.141 3.74816 14.5317 3.80305 14.9085 3.91297L14.9102 3.91347C15.9286 4.21452 16.7107 4.97273 17.3194 6.02745C17.9261 7.07855 18.3859 8.46552 18.75 10.1119C19.1241 11.8026 19.3296 13.3388 19.2206 14.5417C19.1124 15.7359 18.6702 16.7698 17.5863 17.14L17.5861 17.14C16.9208 17.3669 16.2868 17.2249 15.73 16.9012C15.1862 16.585 14.6904 16.0832 14.245 15.5282L14.2449 15.5282C13.8083 14.9841 13.3511 14.6467 12.7275 14.4347C12.0828 14.2155 11.2348 14.1215 9.99974 14.1215C8.76506 14.1215 7.90406 14.2154 7.24645 14.4355C6.60933 14.6487 6.14262 14.9873 5.70946 15.5279L5.70896 15.5285C5.26637 16.079 4.77895 16.5843 4.23912 16.9019C3.68223 17.2295 3.04855 17.3673 2.37173 17.133L2.37146 17.1329C1.35725 16.7812 0.921599 15.729 0.794323 14.549C0.663777 13.3386 0.827837 11.7935 1.20439 10.1107L1.2044 10.1107C1.57256 8.46613 2.03207 7.07954 2.63754 6.02853C3.24516 4.97378 4.02556 4.21456 5.04568 3.91342L5.04909 3.91241L5.05252 3.91145C5.44262 3.80231 5.84601 3.74797 6.25109 3.74999ZM5.32544 4.8735C4.63603 5.07816 4.03354 5.60856 3.50404 6.52771C2.97152 7.45208 2.53904 8.72641 2.18025 10.3291M5.32544 4.8735C5.62546 4.7899 5.93563 4.74833 6.24709 4.74999V4.74999H6.24974C6.62506 4.74999 6.9609 4.84359 7.43191 4.97486C7.51204 4.99719 7.59608 5.02062 7.6849 5.04485C8.27924 5.20705 9.00235 5.37499 9.99974 5.37499C10.9971 5.37499 11.7199 5.20704 12.314 5.04484C12.4025 5.02068 12.4863 4.99733 12.5662 4.97506C13.0374 4.8437 13.3736 4.74999 13.7497 4.74999L13.7522 4.74999C14.0484 4.74851 14.3432 4.78984 14.6276 4.8727C15.3175 5.07692 15.9224 5.60752 16.4533 6.52733C16.9865 7.45112 17.4191 8.72509 17.7737 10.3279L17.7737 10.3279C18.1421 11.9931 18.3193 13.4067 18.2247 14.4515C18.1293 15.5048 17.7817 16.0164 17.2634 16.1935C16.94 16.3038 16.6088 16.2554 16.2326 16.0367C15.8436 15.8105 15.4388 15.418 15.0248 14.9023C14.4834 14.2276 13.8736 13.7681 13.0494 13.4879C12.2464 13.2149 11.2659 13.1215 9.99974 13.1215C8.73325 13.1215 7.74229 13.215 6.92911 13.4872C6.09547 13.7661 5.47257 14.2243 4.92919 14.9024C4.51177 15.4216 4.11514 15.8146 3.73204 16.04C3.36589 16.2554 3.03765 16.3053 2.69884 16.188C2.2624 16.0365 1.90559 15.5268 1.78856 14.4417C1.67477 13.3868 1.81461 11.9631 2.18024 10.3291' fill='%23F9F8F6'/%3E%3Cpath d='M11.4062 10.0312C11.8377 10.0312 12.1875 9.68147 12.1875 9.25C12.1875 8.81853 11.8377 8.46875 11.4062 8.46875C10.9748 8.46875 10.625 8.81853 10.625 9.25C10.625 9.68147 10.9748 10.0312 11.4062 10.0312Z' fill='%23F9F8F6'/%3E%3Cpath d='M13.125 11.75C12.9704 11.75 12.8193 11.7041 12.6908 11.6182C12.5622 11.5323 12.4621 11.4101 12.403 11.2673C12.344 11.1244 12.3286 10.9672 12.3589 10.8156C12.3892 10.664 12.4638 10.5248 12.5733 10.4156C12.6827 10.3065 12.8221 10.2322 12.9738 10.2023C13.1255 10.1724 13.2826 10.1881 13.4253 10.2475C13.568 10.307 13.6899 10.4074 13.7755 10.5361C13.8611 10.6649 13.9066 10.8161 13.9062 10.9707C13.9057 11.1776 13.8232 11.3758 13.6767 11.5219C13.5303 11.668 13.3319 11.75 13.125 11.75Z' fill='%23F9F8F6'/%3E%3Cpath d='M13.125 8.3125C13.5565 8.3125 13.9062 7.96272 13.9062 7.53125C13.9062 7.09978 13.5565 6.75 13.125 6.75C12.6935 6.75 12.3438 7.09978 12.3438 7.53125C12.3438 7.96272 12.6935 8.3125 13.125 8.3125Z' fill='%23F9F8F6'/%3E%3Cpath d='M14.8438 10.0312C15.2752 10.0312 15.625 9.68147 15.625 9.25C15.625 8.81853 15.2752 8.46875 14.8438 8.46875C14.4123 8.46875 14.0625 8.81853 14.0625 9.25C14.0625 9.68147 14.4123 10.0312 14.8438 10.0312Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.25 6.875C6.52614 6.875 6.75 7.09886 6.75 7.375V8.75H8.125C8.40114 8.75 8.625 8.97386 8.625 9.25C8.625 9.52614 8.40114 9.75 8.125 9.75H6.75V11.125C6.75 11.4011 6.52614 11.625 6.25 11.625C5.97386 11.625 5.75 11.4011 5.75 11.125V9.75H4.375C4.09886 9.75 3.875 9.52614 3.875 9.25C3.875 8.97386 4.09886 8.75 4.375 8.75H5.75V7.375C5.75 7.09886 5.97386 6.875 6.25 6.875Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}
.ico_atms.active {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='21' viewBox='0 0 20 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.125 13.125C18.194 13.125 18.25 13.069 18.25 13V4.25C18.25 4.18096 18.194 4.125 18.125 4.125L1.875 4.125C1.80596 4.125 1.75 4.18096 1.75 4.25V13C1.75 13.069 1.80596 13.125 1.875 13.125L18.125 13.125ZM19.25 13C19.25 13.6213 18.7463 14.125 18.125 14.125L1.875 14.125C1.25368 14.125 0.75 13.6213 0.75 13V4.25C0.75 3.62868 1.25368 3.125 1.875 3.125L18.125 3.125C18.7463 3.125 19.25 3.62868 19.25 4.25V13Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2 15.5C2 15.2239 2.22386 15 2.5 15H17.5C17.7761 15 18 15.2239 18 15.5C18 15.7761 17.7761 16 17.5 16H2.5C2.22386 16 2 15.7761 2 15.5ZM3.25 17.375C3.25 17.0989 3.47386 16.875 3.75 16.875H16.25C16.5261 16.875 16.75 17.0989 16.75 17.375C16.75 17.6511 16.5261 17.875 16.25 17.875H3.75C3.47386 17.875 3.25 17.6511 3.25 17.375Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10 6C8.55025 6 7.375 7.17525 7.375 8.625C7.375 10.0747 8.55025 11.25 10 11.25C11.4497 11.25 12.625 10.0747 12.625 8.625C12.625 7.17525 11.4497 6 10 6ZM6.375 8.625C6.375 6.62297 7.99797 5 10 5C12.002 5 13.625 6.62297 13.625 8.625C13.625 10.627 12.002 12.25 10 12.25C7.99797 12.25 6.375 10.627 6.375 8.625Z' fill='%23F9F8F6'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.375 3.125C4.65114 3.125 4.875 3.34886 4.875 3.625C4.875 4.10104 4.78124 4.57242 4.59906 5.01223C4.41689 5.45203 4.14987 5.85165 3.81326 6.18826C3.47665 6.52487 3.07703 6.79189 2.63723 6.97406C2.19742 7.15624 1.72604 7.25 1.25 7.25C0.973858 7.25 0.75 7.02614 0.75 6.75C0.75 6.47386 0.973858 6.25 1.25 6.25C1.59472 6.25 1.93606 6.1821 2.25454 6.05018C2.57302 5.91827 2.8624 5.72491 3.10616 5.48116C3.34991 5.2374 3.54327 4.94802 3.67518 4.62954C3.8071 4.31106 3.875 3.96972 3.875 3.625C3.875 3.34886 4.09886 3.125 4.375 3.125ZM15.625 3.125C15.9011 3.125 16.125 3.34886 16.125 3.625C16.125 4.32119 16.4016 4.98887 16.8938 5.48116C17.3861 5.97344 18.0538 6.25 18.75 6.25C19.0261 6.25 19.25 6.47386 19.25 6.75C19.25 7.02614 19.0261 7.25 18.75 7.25C17.7886 7.25 16.8666 6.86808 16.1867 6.18826C15.5069 5.50844 15.125 4.58641 15.125 3.625C15.125 3.34886 15.3489 3.125 15.625 3.125ZM0.75 10.5C0.75 10.2239 0.973858 10 1.25 10C1.72604 10 2.19742 10.0938 2.63723 10.2759C3.07703 10.4581 3.47665 10.7251 3.81326 11.0617C4.14987 11.3984 4.41689 11.798 4.59906 12.2378C4.78124 12.6776 4.875 13.149 4.875 13.625C4.875 13.9011 4.65114 14.125 4.375 14.125C4.09886 14.125 3.875 13.9011 3.875 13.625C3.875 13.2803 3.8071 12.9389 3.67518 12.6205C3.54327 12.302 3.34991 12.0126 3.10616 11.7688C2.8624 11.5251 2.57302 11.3317 2.25454 11.1998C1.93606 11.0679 1.59472 11 1.25 11C0.973858 11 0.75 10.7761 0.75 10.5ZM16.1867 11.0617C16.8666 10.3819 17.7886 10 18.75 10C19.0261 10 19.25 10.2239 19.25 10.5C19.25 10.7761 19.0261 11 18.75 11C18.0538 11 17.3861 11.2766 16.8938 11.7688C16.4016 12.2611 16.125 12.9288 16.125 13.625C16.125 13.9011 15.9011 14.125 15.625 14.125C15.3489 14.125 15.125 13.9011 15.125 13.625C15.125 12.6636 15.5069 11.7416 16.1867 11.0617Z' fill='%23F9F8F6'/%3E%3C/svg%3E%0A");
}


#page_location {
    padding-top: 108px;
}
.location_map {
    padding-top: 100px;
}
.location_map #location_map {
    border-radius: 30px;
    background: #edeae4;
    height: 600px;
}
.location_map .tit h1 {
    display: block;
    text-align: center;
    margin-bottom: 30px;
}
.location_map .location_tags {
    position: absolute;
    top: 15px;
    left: 15px;
    width: calc(100% - 30px);
    height: 37px;
    overflow: hidden;
    font-size: 0;
}
.location_map .location_tags a {
    border-radius: 30px;
    background-color: var(--white, #F9F8F6);
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    height: 37px;
    line-height: 37px; 
    color: var(--black, #231F20);
    text-align: center;
    font-family: Cinzel;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    padding-left: 40px;
    background-repeat: no-repeat;
    background-position: 14px 8px;
    transition: all 0.6s ease;
    white-space: nowrap;
}
.location_map .location_tags a.active{
	background-color:#B8860B;
	color:#F9F8F6;
}
.location_map .locations_tabs {
    margin-top: 30px;
    font-size: 0;
}
.location_map .locations_tabs .tab {
    border-radius: 15px;
    border: 1px solid var(--light, #EFEBE7);
    background: var(--light, #EFEBE7);
    width: 315px;
    height: 123px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: none;
    vertical-align: top;
    transition: all 0.6s ease;
    padding: 5px 10px;
}
.location_map .locations_tabs .tab.visible {display:inline-block;}
.location_map .locations_tabs .tab.active {}
.location_map .locations_tabs .tab .link {
	background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='20' height='20' rx='10' fill='%23EFEBE7'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.6357 7.94822C12.7334 7.85059 12.8916 7.85059 12.9893 7.94822L14.2393 9.19822C14.3369 9.29585 14.3369 9.45415 14.2393 9.55178L12.9893 10.8018C12.8916 10.8994 12.7334 10.8994 12.6357 10.8018C12.5381 10.7041 12.5381 10.5459 12.6357 10.4482L13.7089 9.375L12.6357 8.30178C12.5381 8.20415 12.5381 8.04585 12.6357 7.94822Z' fill='%23231F20'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.6875 11.4844C5.6875 10.2067 6.71592 9.125 8.00781 9.125H13.75C13.8881 9.125 14 9.23693 14 9.375C14 9.51307 13.8881 9.625 13.75 9.625H8.00781C7.00439 9.625 6.1875 10.4703 6.1875 11.4844V11.875C6.1875 12.0131 6.07557 12.125 5.9375 12.125C5.79943 12.125 5.6875 12.0131 5.6875 11.875V11.4844Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.location_map .locations_tabs .tab b {
    display: block;
    width: calc(100% - 40px);
    overflow: hidden;
    height: 25px;
    line-height: 25px;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    margin-bottom: 5px;
}
.location_map .locations_tabs .tab .rate {
    margin-bottom: 5px;
}
.location_map .locations_tabs .tab .rate span {
    display: inline-block;
    vertical-align: top;
    height: 16px;
    color: var(--black, #231F20);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 16px;
}
.location_map .locations_tabs .tab .rate ins {
    display: inline-block;
    height: 16px;
    vertical-align: top;
    margin: 0 5px;
    font-size: 0;
}
.location_map .locations_tabs .tab .rate ins i {
    display: inline-block;
    vertical-align: top;
    width: 16px;
    height: 16px;
    background-size: 16px;
    margin: 0 2px;
}
.location_map .locations_tabs .tab .rate ins i.a {}
.location_map .locations_tabs .tab .typename {
    display: block;
    margin: 5px 0;
    color: var(--black, #231F20);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.location_map .locations_tabs .tab .addrname, .location_map .locations_tabs .tab .typename {
    display: block;
    margin: 5px 0;
    color: var(--black, #231F20);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;opacity: 0.6;
}
.location_map .locations_tabs .tab .statname {
    opacity: 0.6;
    color: var(--black, #231F20);
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 5px;
    display: block;
}
.location_map .locations_tabs .tab .statname i {
    font-style: normal;
    font: inherit;
}
.location_map .locations_tabs .tab .statname i.red {color: var(--black, #DE0000);}
.location_map .locations_tabs .tab .link {
    display: block;
    position: absolute;
    right: 10px;
    top: 5px;
    width: 20px;
    height: 20px;
}
.location_map .locations_tabs .tab.active {
    border-radius: 15px;
    border: 1px solid var(--black, #231F20);
    background: var(--white, #F9F8F6);
    box-shadow: 0px 5px 15px 0px rgba(0, 0, 0, 0.20);
}
.location_map .locations_tabs .tab {
    cursor: pointer;
}
#location_map, #location_map * {border:none !important;}

#page_career {
    padding-top: 108px;
}
header .btnYell {width: 150px;}
header .btnYell:hover {
    letter-spacing: 1px;
    
}

.matBtn::after, .matBtn::before, 
header .btnYell::after, header .btnYell::before {
  border-radius: 3px;
}
.matBtn,
header .btnYell {
  background-color: transparent;
  
  overflow: hidden; 
}
.matBtn:hover,
header .btnYell:hover {
    color: #B8860B;
}
.matBtn::before,
header .btnYell::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* border: 3px solid #1b1b20; */
    transition: opacity 0.3s, border 0.3s;
    background-color: #B8860B;
    z-index: 0;
}
.matBtn:hover::before,
header .btnYell:hover::before {
  opacity: 0;
}
.matBtn::after,
header .btnYell::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    height: 150px;
    background-color: #fff;
    border-color: transparent;
    border-radius: 50%;
    transform: translate(-10px, -70px) scale(0.1);
    opacity: 0;
    z-index: 0;
    transition: transform 0.6s, opacity 0.5s, background-color 0.4s;
}
.matBtn:hover::after,
header .btnYell:hover::after {
    opacity: 1;
    transform-origin: 75px 75px;
    transform: scale(1) translate(0px, -50px);
}
.matBtn span, header .btnYell span {
    font: inherit;
    z-index: 1;
    color: inherit;
    height: 100%;
    display: block;
    width: 100%;
    line-height: inherit;
}
.matBtn:hover,
header .btnYell:hover { 
    background-color: #B8860B;
}

.btn.matBtn.Yell {}
.btn.matBtn.Yell:before { 
    background-color: transparent;
}
.btn.matBtn.Yell:hover {
    background-color: transparent;
}
.btn.matBtn.Yell:after {
    background-color: #F9F8F6;
    width: 120%;
    left: -10%;
}


.btn.matBtn.dark {}
.btn.matBtn.dark:before { 
    background-color: transparent;
}
.btn.matBtn.dark:hover {
    background-color: transparent;
}
.btn.matBtn.dark:after {
    background: var(--black, #231F20);
    width: 120%;
    left: -10%;
}

.btn.matBtn.transparent {}
.btn.matBtn.transparent:before { 
    background-color: transparent;
}
.btn.matBtn.transparent:hover {
    background-color: transparent;
}
.btn.matBtn.transparent:after {
    background: var(--black, #231F20);
    width: 120%;
    left: -10%;
}
.bl_apkl .conts > div .tit a ,
.button.black, .bl_about .tit a {
    padding: 0 45px;
}

.bl_apkl.mod_apList .conts > div .btn {
    display: table;
    height: 60px;
}
h2 b,
.block_about_career .right > div h2 b {
    font: inherit;
    color: #B8860B;
}
.page_career .block_about_career .right > div p {
    font-size: 24px;
}
.page_career .block_about_career .right > div h2 {
    font-size: 40px;
    margin-bottom: 0;
}
.page_career .block_about_career .right > div {
    background: transparent;
    padding: 0;
}




.block_about_career_left {
    padding-top: 100px;
}
.block_about_career_left .wrap {
    font-size: 0;
}
.block_about_career_left .left {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    margin-right: 15px;
}
.block_about_career_left .left > div {}
.block_about_career_left .left > div h2 {
    display: block;
    margin-bottom: 15px;
    color: #000;
    font-family: Cinzel;
    font-size: 40px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.block_about_career_left .left > div p {
    display: block;
    color: var(--black, #231F20);
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
}
.block_about_career_left .right {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    vertical-align: top;
    width: calc(50% - 15px);
    margin-left: 15px;
    flex-direction: column;
    height: 100%;
    min-height: 526px;
}
.block_about_career_left .right .img {
    height: 277px;
    border-radius: 30px;
    overflow: hidden;
    width: 100%;
    display: block;
    margin-bottom: 15px;
}
.block_about_career_left .right .img img {
    display: block;
    transition: all 0.6s ease;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top center;
}
.block_about_career_left .right .flex3 {
    width: 100%;
    display: flex;
    align-items: flex-start;
    gap: 30px;
}
.block_about_career_left .right .flex3 > div {
    display: flex;
    width: 33%;
    padding: 15px;
    flex-direction: column;
    align-items: center;
    gap: 15px;
    align-self: stretch;
    border-radius: 15px;
    background: var(--light, #EFEBE7);
}
.block_about_career_left .right .flex3 > div h3 {
    color: var(--Gold, #B8860B);
    text-align: center;
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.block_about_career_left .right .flex3 > div p {
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
} 

.joblist {
    padding-top: 100px;
}
.joblist .jobwrap {
    max-width: 890px;
    margin: 0 auto;
    margin-top: 30px;
}
.joblist .tit {}
.joblist .tit h2 {}
.joblist .jitem {
    margin-bottom: 30px;
    transition: all 0.6s ease;
    border-top: 1px solid var(--black, #231F20);
    border-bottom: 1px solid var(--black, #231F20);
    padding: 15px 0;
}
.joblist .jitem ins {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.03217 10.2509C6.32506 9.95803 6.79994 9.95803 7.09283 10.2509L15 18.1581L22.9072 10.2509C23.2001 9.95803 23.6749 9.95803 23.9678 10.2509C24.2607 10.5438 24.2607 11.0187 23.9678 11.3116L15.5303 19.7491C15.2374 20.042 14.7626 20.042 14.4697 19.7491L6.03217 11.3116C5.73928 11.0187 5.73928 10.5438 6.03217 10.2509Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
	
}
.joblist .jitem.active ins {
	background-image: url("data:image/svg+xml,%3Csvg width='30' height='30' viewBox='0 0 30 30' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M23.9678 19.7491C23.6749 20.042 23.2001 20.042 22.9072 19.7491L15 11.8419L7.09283 19.7491C6.79994 20.042 6.32506 20.042 6.03217 19.7491C5.73928 19.4562 5.73928 18.9813 6.03217 18.6884L14.4697 10.2509C14.7626 9.95803 15.2374 9.95803 15.5303 10.2509L23.9678 18.6884C24.2607 18.9813 24.2607 19.4562 23.9678 19.7491Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.joblist .jitem ins {
    height: 36px;
    text-decoration: none;
    display: block;
    line-height: 36px;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    padding-right: 40px;
    background-position: right center;
    background-repeat: no-repeat;
    transition: all 0.6s ease;
    cursor: pointer;
}
.joblist .jitem .text {
    padding-top: 15px;
    transition: all 0.6s ease;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    overflow: hidden;
}
.joblist .jitem.active .text {
	padding-top: 15px;
}
.joblist .jitem .text * {
    font: inherit;
}
.joblist .jitem .text p {
    margin-bottom: 15px;
    display: block;
}
.joblist .jitem .text ul {
    display: block;
    margin-bottom: 15px;
    padding-left: 24px;
}
.joblist .jitem .text ul li {}
.joblist .jitem .btnWrap {
    margin-top: 15px;
    display: block;
    text-align: center;
}
.joblist .jitem .btnWrap .applyButton {
	background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.06289 5.8999H9.47568C9.70801 5.90026 9.93795 5.94685 10.1521 6.03696C10.3661 6.12702 10.56 6.25874 10.7227 6.42446C10.7228 6.42456 10.7229 6.42467 10.723 6.42478L15.84 11.6285C16.1673 11.9632 16.3505 12.4128 16.3504 12.881C16.3504 12.8809 16.3504 12.8811 16.3504 12.881V20.9374C16.3504 22.3924 15.204 23.5999 13.7371 23.5999H5.01602C3.54724 23.5999 2.40039 22.3929 2.40039 20.9374V8.55889C2.40451 7.85496 2.68599 7.18103 3.18375 6.68326C3.68152 6.1855 4.35544 5.90404 5.05938 5.89991L5.06289 5.8999ZM5.0648 7.0999C4.67727 7.10259 4.30634 7.25773 4.03228 7.53179C3.75822 7.80586 3.60308 8.17678 3.60039 8.56431V20.9374C3.60039 21.76 4.23948 22.3999 5.01602 22.3999H13.7371C14.5109 22.3999 15.1504 21.7605 15.1504 20.9374V12.881C15.1505 12.7268 15.0902 12.5784 14.9826 12.4681C14.9824 12.4679 14.9822 12.4677 14.982 12.4675L9.86624 7.26502C9.81507 7.21284 9.75401 7.17137 9.68665 7.14302C9.6194 7.11472 9.5472 7.10006 9.47424 7.0999H5.0648Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.37539 5.8999C9.70676 5.8999 9.97539 6.16853 9.97539 6.4999V11.5583C9.97844 11.7474 10.0549 11.9279 10.1887 12.0616C10.3224 12.1954 10.5029 12.2719 10.692 12.2749H15.7504C16.0818 12.2749 16.3504 12.5435 16.3504 12.8749C16.3504 13.2063 16.0818 13.4749 15.7504 13.4749H10.6879L10.6807 13.4749C10.1773 13.4689 9.69614 13.2662 9.34012 12.9102C8.9841 12.5542 8.78144 12.073 8.77543 11.5696L8.77539 11.5624V6.4999C8.77539 6.16853 9.04402 5.8999 9.37539 5.8999Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.3129 1.3999H14.72C14.9527 1.40023 15.183 1.44659 15.3977 1.53633C15.6124 1.62606 15.8073 1.75739 15.971 1.92275L15.9724 1.92422L21.0879 7.12645C21.0881 7.12662 21.0883 7.1268 21.0885 7.12697C21.4165 7.45947 21.6004 7.90779 21.6004 8.3749C21.6004 8.37487 21.6004 8.37493 21.6004 8.3749V16.4374C21.6004 17.8924 20.454 19.0999 18.9871 19.0999H16.1254V17.8999H18.9871C19.7609 17.8999 20.4004 17.2605 20.4004 16.4374V8.3749C20.4004 8.22322 20.3407 8.07754 20.2341 7.96961L20.2332 7.96871L15.1182 2.76705C15.118 2.76685 15.1178 2.76665 15.1176 2.76645C15.0654 2.71387 15.0034 2.67209 14.935 2.64351C14.8664 2.61487 14.7929 2.60005 14.7186 2.5999H10.3148C9.92727 2.60259 9.55634 2.75773 9.28228 3.03179C9.00822 3.30586 8.85308 3.67678 8.85039 4.06431V6.4999H7.65039V4.05889C7.65451 3.35496 7.93599 2.68103 8.43375 2.18326C8.93152 1.6855 9.60544 1.40404 10.3094 1.39991L10.3129 1.3999Z' fill='%23B8860B'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.6254 1.3999C14.9568 1.3999 15.2254 1.66853 15.2254 1.9999V7.05829C15.2284 7.24736 15.3049 7.42788 15.4387 7.56164C15.5724 7.69541 15.7529 7.77186 15.942 7.7749H21.0004C21.3318 7.7749 21.6004 8.04353 21.6004 8.3749C21.6004 8.70627 21.3318 8.9749 21.0004 8.9749H15.9379L15.9307 8.97486C15.4273 8.96886 14.9461 8.76619 14.5901 8.41017C14.2341 8.05415 14.0314 7.57301 14.0254 7.06956L14.0254 7.0624V1.9999C14.0254 1.66853 14.294 1.3999 14.6254 1.3999Z' fill='%23B8860B'/%3E%3C/svg%3E%0A");

}
.joblist .jitem .btnWrap .applyButton {
    border-radius: 30px;
    border: 1px solid var(--Gold, #B8860B);
    height: 36px;
    display: inline-block;
    background-repeat: no-repeat;
    padding-left: calc(15px + 24px + 5px);
    padding-right: 15px;
    color: var(--Gold, #B8860B);
    font-family: Cinzel;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-decoration: none;
    background-position: 10px center;
}
.joblist .jitem:not(.active) .text {
    height: 0;
    padding-top: 0;
}
.joblist .jitem:not(.active) .text {
    height: 0;
    padding-top: 0;
    /* font-size: 0; */
    transform: translateY(100px) scaleY(0);
    opacity: 0;
}

.anim_delay:nth-child(1) {transition-delay: 50ms;}
.anim_delay:nth-child(2) {transition-delay: 100ms;}
.anim_delay:nth-child(3) {transition-delay: 150ms;}
.anim_delay:nth-child(4) {transition-delay: 200ms;}

.anim_delay:nth-child(5) {transition-delay: 250ms;}
.anim_delay:nth-child(6) {transition-delay: 300ms;}
.anim_delay:nth-child(7) {transition-delay: 350ms;}
.anim_delay:nth-child(8) {transition-delay: 400ms;}

.anim_delay:nth-child(9) {transition-delay: 450ms;}
.anim_delay:nth-child(10) {transition-delay: 500ms;}
.anim_delay:nth-child(11) {transition-delay: 550ms;}
.anim_delay:nth-child(12) {transition-delay: 600ms;}

body#page_contacts {
    padding-top: 167px;
}

.block_contacts {}
.block_contacts .tit {
    text-align: center;
    padding: 60px;
}
.block_contacts .tit h1 {
    font-size: 60px;
}

.footerLike {
    display: block;
    height: 400px;
    align-items: center;
    gap: 30px;
    width: 100%;
    font-size: 0;
    border-radius: 30px;
    overflow: hidden;
}
.footerLike .contacts {
    height: 400px;
    position: absolute;
    right: 0;
    border-radius: 0;
}
 .footerLike .contacts h2 {}
 .footerLike .contacts a {}
 .footerLike .contacts a.adr {}
.footerLike #footer_map {
    position: absolute !important;
    left: 0;
    width: calc(100% - 500px);
    height: 400px;
    top: 0;
}

.block_contacts_form {
    padding-top: 60px;
    height: calc(660px + 60px);
}
.block_contacts_form .wrap {
    font-size: 0;
    border-radius: 30px;
    overflow: hidden;
    height: 100%;
}
.block_contacts_form .tit {}
.block_contacts_form .tit h2 {
    margin-bottom: 30px;
}
.block_contacts_form .left {
    width: 545px;
    display: inline-block;
    vertical-align: top;
    background: var(--light, #EFEBE7);
    padding: 45px 30px;
    height: 100%;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
}
.form {}
.form .inp {
    margin-bottom: 15px;
}
.form .inp.req {}
.form .inp.err {}
.form .inp.textarea {}
.form .inp input {
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 30px;
    border: 1px solid rgb(35 31 32 / 50%);
    opacity: 1;
    background: rgb(249 248 246 / 50%);
    outline: none;
    color: #231f20c2;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.6s ease;
    line-height: 55px;
}
.form .inp.err input {}
.form .inp textarea  {
	    width: 100%;
    height: 135px;
    padding:  15px;
    border-radius: 30px;
    border: 1px solid rgb(35 31 32 / 50%);
    opacity: 1;
    background: rgb(249 248 246 / 50%);
    outline: none;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;transition: all 0.6s ease;
}
.form .controls {
    margin-top: 30px;
    text-align: center;
}
.form .controls .btn {
    margin: 0 auto;
    display: inline-block;
}
.form .controls span {}
.form.sent .controls span {}
.form.sent .controls .btn {}
.block_contacts_form .right {
    width: calc(100% - 545px);
    display: inline-block;
    vertical-align: top;
    height: 100%;
    border-top-right-radius: 30px;
    border-bottom-right-radius: 30px;
    overflow: hidden;
}
.block_contacts_form .right img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;transition: all 0.6s ease;
}
.block_contacts_form .right:hover img {
    transform: scale(1.1);
}
.form .controls > span {
    display: block;
    text-align: center;
    font-size: 20px;
    color: #777;
    transition: all 0.6s ease;
    opacity: 0;
}
.form .inp.err input {
    border-color: #cc0000;
}
#page_contacts footer {
    padding-top: 60px;
}
#page_text {
    padding-top: 168px;
}
.block_general {}
.block_general .tit {
	margin: 0 auto;
	max-width: 890px;
}
.block_general h2 {}

.block_general .content {
    margin: 0 auto;
    margin-top: 45px;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    max-width: 890px;
}
.block_general .content h2 {
    display: block;
    margin-top: 45px;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 27px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 15px;
}
.block_general .content h3 {
    display: block;
    margin-top: 40px;
    margin-bottom: 15px;
    color: var(--black, #231F20);
    font-family: Cinzel;
    font-size: 24px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.block_general .content h4 {
    display: block;
    margin-top: 40px;
    margin-bottom: 15px;
color: var(--black, #231F20);

/* txtL */ 
font-size: 24px;
font-style: normal;
font-weight: 400;
line-height: 140%; /* 33.6px */
}
.block_general .content p {
    font: inherit;
    display: block;
    margin-bottom: 15px;
}
.block_general .content strong, .block_general .content b {
    font: inherit;
    font-weight: 600;
}
.block_general .content ul {
    display: block;
    margin-left: 24px;
    font: inherit;
}
.block_general .content ul li {
	font: inherit;
}
.block_general .content a {
    text-decoration: underline;
    color: var(--Gold, #B8860B);
}




.block_request_form {
    margin: 100px auto;
    max-width: 890px;
    border-radius: 30px;
    background: var(--light, #EFEBE7);
    padding: 45px 60px;
}
.block_request_form .main {}
.block_general .tit {
    padding-top: 60px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgb(35 31 32 / 60%);
    text-align: center;
}
.block_general .tit h1 {
    margin-bottom: 0;
    font-size: 40px;
}

.block_request_form .form {
    font-size: 0;
}
.block_request_form .tit {
    margin-bottom: 15px;
}
  .block_request_form .tit h2 {}
.form .inp.short {
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 15px);
    margin-right: 30px;
}
.form .inp.short.last {margin-right: 0px;}
.form .flex3 {
    font-size: 0;
    height: 55px;
    z-index: 1;
    margin-bottom: 15px;
}
.form .flex3 .inp {
    height: 55px;
    display: inline-block;
    vertical-align: top;
    width: calc( (100% / 3) - 20px );
    margin-right: 30px;
}
.form .flex3 .inp:nth-child(3) {
    margin-right: 0;
}
.form .inp.select {}
.form .inp.select input {}
.form .inp.select .select {}
.form .inp.select .select > ins {
    display: block;
    text-decoration: none;
    width: 100%;
    height: 55px;
    padding: 0 15px;
    border-radius: 30px;
    border: 1px solid var(--black, #231F20);
    opacity: 0.5;
    background: var(--white, #F9F8F6);
    outline: none;
    color: var(--black, #231F20);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    transition: all 0.6s ease;
    line-height: 55px;cursor: pointer;
}
.form .inp.select .select ins {}
.form .inp.select .select > ins:after	{
	content:'';
		background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M4.82417 8.70076C5.05849 8.46645 5.43839 8.46645 5.6727 8.70076L11.9984 15.0265L18.3242 8.70076C18.5585 8.46645 18.9384 8.46645 19.1727 8.70076C19.407 8.93507 19.407 9.31497 19.1727 9.54929L12.4227 16.2993C12.1884 16.5336 11.8085 16.5336 11.5742 16.2993L4.82417 9.54929C4.58986 9.31497 4.58986 8.93507 4.82417 8.70076Z' fill='%23231F20'/%3E%3C/svg%3E%0A");
}
.form .inp.select .select > ins:after {
    position: absolute;
    right: 12px;
    width: 24px;
    height: 25px;
    background-position: center;
    background-repeat: no-repeat;
    top: 16px;
    transition: all 0.6s ease;
}
.form .inp.select .select.active >  ins:after {
	    transform: rotate(180deg);
}
.form .inp.select .select div {
    z-index: 1;
    position: absolute;
    background: #f4f1ee;
    border: 1px solid rgb(35 31 32 / 40%);
    border-radius: 20px;
    padding: 0;
    width: 100%;
    box-shadow: 0px 0px 6px -1px rgba(0,0,0,0.5);
}
.form .inp.select .select.active div {}
.form .inp.select .select div ins {
    cursor: pointer;
    display: block;
    text-decoration: none;
    padding: 12px 15px;
    font-size: 18px;
    font-style: normal;
    transition: all 0.6s ease;
}
.form .inp.select .select div ins:hover {}
.form .inp textarea, .form .inp input {
    font: inherit;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
}
.form .inp.select .select div {
	
}
.form .inp.select .select:not(.active) div {
    pointer-events: none;
    transform: scale(0.5);
    opacity: 0;
}
.form .inp.select .select div ins {
    color: rgb(50 50 50 / 60%);
}
.form .inp.select .select div ins:hover {
    color: rgb(50 50 50 / 100%);
}





































