@font-face {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/Montserrat/Montserrat-Bold.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family:'Montserrat';font-style:normal;font-weight:600;src:url(../fonts/Montserrat/Montserrat-SemiBold.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family:'Montserrat';font-style:normal;font-weight:500;src:url(../fonts/Montserrat/Montserrat-Medium.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family:'Montserrat';font-style:normal;font-weight:400;src:url(../fonts/Montserrat/Montserrat-Regular.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family:'Montserrat';font-style:italic;font-weight:400;src:url(../fonts/Montserrat/Montserrat-Italic.ttf) format("truetype");
	font-display: swap;
}

@font-face {
    font-family:'Montserrat';font-style:normal;font-weight:300;src:url(../fonts/Montserrat/Montserrat-Light.ttf) format("truetype");
	font-display: swap;
}

.popup_bg{
	display:none;
}

/* NEW BACKCALL POPUP START */
footer .fvcbrFe{
	width: 150px;
    height: 150px;
    object-fit: cover;
}
@media (max-width: 576px){
	footer .fvcbrFe{
	    width: 150px;
		height: 150px;
		object-fit: cover;
		margin: 0 auto;
		display: block;
		margin-top: 10px;
	}
}

#popup_backcall_main .form-col ul{
	list-style: none;
    padding: 0;
}
#popup_backcall_main .form-col ul.error label,
#popup_backcall_main .form-col ul.error label a{
	color: red;
	font-weight: 400;
}

#popup_backcall_main .form-col ul label,
#popup_backcall_main .form-col ul label a{
	display: inline-block;
    text-align: center;
    font-weight: 400;
	color: #fff;
}
#popup_backcall_main .form-col ul label a{
	text-decoration: underline;
}
#popup_backcall_main .form-col input[type="checkbox"]{
	  cursor:pointer;
	  height:40px;
	  left:0;
	  margin-top:-20px;
	  position:absolute;
	  width:40px;
	  top:50%;
}

#popup_backcall_main .form-col input[type="checkbox"]{
	  display:inline-block;
	  opacity:0;
	  vertical-align:middle;
}

#popup_backcall_main .form-col input[type="checkbox"],
#popup_backcall_main .form-col li label::before {
    cursor: pointer;
    height: 20px;
    left: 0;
    margin-top: -20px;
    position: absolute;
    width: 20px;
}

#popup_backcall_main .form-col input[type="checkbox"]{
	  display:inline-block;
	  opacity:0;
	  vertical-align:middle;
}

#popup_backcall_main .form-col li label::before {
	  border:2px solid #000;
	  border-radius:4px;
	  color:#000;
	  content:'';
	  font-size:0.9em;
	padding: 0 .1em .1em .1em;
}



#popup_backcall_main .form-col ul.error label::before {
	  border-color:red;
}
#popup_backcall_main .form-col ul li input[type="checkbox"]:checked + label::before {
  	border-color:#000;
	  content:'\2714';
}


#popup_backcall_main .form-col li label {
  	display:inline-block;
	  margin-bottom:0.2em;
  	width:100%;
	    padding-left: 30px;
}

#popup_backcall_main .form-col li ul {
  	margin-bottom:1em;
  padding-top:1em;
  	overflow:hidden;
}

#popup_backcall_main .form-col li li label {
	  display:inline-block;
	  vertical-align:top;
}

#popup_backcall_main .form-col .js-errors {
    background:#f93337;
    border-radius:4px;
    color:#FFF;
    font-size:.8em;
    list-style-type:square;
    margin-bottom:1em;
    padding:1em;
}

#popup_backcall_main .form-col .js-errors {
	  display:none;
}

#popup_backcall_main .form-col .js-errors li {
	  margin-left:1em;
  margin-bottom:.5em;
  padding-left:0;
}

#popup_backcall_main .form-col ul.error input[type="checkbox"] + label::before{
  	border-color:#F93337;
}

#popup_backcall_main .form-col ul.error input[type="checkbox"] + label {
	  color:#F93337;
}


#popup_backcall_main .popup_backcall{
    position: relative;
    width: 100%;
    max-width: 770px;
    padding: 70px 100px;
    background-color: #fff;
    margin: 0 auto;
    background-image: url(../img/popup_backcall_main.jpg);
    background-size: contain;
    background-position: bottom;
    background-repeat: no-repeat;
}
#popup_backcall_main .popup_close{
    position: absolute;
    top: 40px;
    right: 50px;
    display: block;
    width: 19px;
    height: 19px;
    cursor: pointer;
    z-index: 10;
}
#popup_backcall_main .popup_close::before,
#popup_backcall_main .popup_close::after{
    content: '';
    position: absolute;
    top: 50%;
    left: -3px;
    display: block;
    width: 25px;
    height: 2px;
    background-color: #BCBCBC;
}
#popup_backcall_main .popup_close::before{
    transform: rotate(45deg);
}
#popup_backcall_main .popup_close::after{
    transform: rotate(-45deg);
}
#popup_backcall_main.popup_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    z-index: 10000;
}
#popup_backcall_main .popup_container {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
}
#popup_backcall_main .title,
#popup_backcall_main .subtitle{
    display: block;
    width: 100%;
    text-align: center;
    position: relative;
    z-index: 2;
}
#popup_backcall_main .title{
    font-weight: 700;
    font-size: 26px;
    line-height: 1.2em;
    text-transform: uppercase;
    color: #30373F;
    margin-bottom: 20px;
}
#popup_backcall_main .subtitle{
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2em;
    color: #727272;
    margin-bottom: 30px;
}
#popup_backcall_main .form-col label {
    position: relative;
}
#popup_backcall_main .form-col label{
    margin-bottom: 15px;
}
#popup_backcall_main .form-col,
#popup_backcall_main .form-col label,
#popup_backcall_main .form-col input,
#popup_backcall_main .popup_form input {
    width: 100%;
    display: block;
    font-size: 14px;
}
#popup_backcall_main .form-col label{
    margin-bottom: 15px;
}
#popup_backcall_main .form-col input,
#popup_backcall_main .popup_form input{
    border: none;
    line-height: 58px;
    height: 58px;
}
#popup_backcall_main .form-col input:not([type="submit"]),
#popup_backcall_main .popup_form input:not([type="submit"]){
    padding: 0 60px 0 25px;
    border: 1px solid #BCBCBC;
}
#popup_backcall_main .form-col input[type="submit"],
#popup_backcall_main .popup_form input[type="submit"]{
    text-transform: uppercase;
    font-weight: 700;
    background-color: #F0C331;
    cursor: pointer;
    padding: 0 25px;
    transition: .2s;
}
#popup_backcall_main .form-col input[type="submit"]:hover,
#popup_backcall_main .popup_form input[type="submit"]:hover{
    background-color: #282d39;
    transition: .2s;
}
#popup_backcall_main .form-col label{
    position: relative;
}
#popup_backcall_main .form-col label .placeholder,
#popup_backcall_main .form-col label::after{
    position: absolute;
}
#popup_backcall_main .form-col label .placeholder{
    display: block;
    left: 25px;
    top: 22px;
    line-height: 1em;
    color: #727272;
    transition: .2s;
}
#popup_backcall_main .form-col input:focus + .placeholder,
#popup_backcall_main .form-col .placeholder.active,
#popup_backcall_main .form-col textarea:focus + .placeholder,
#popup_backcall_main .popup_form input:focus + .placeholder,
#popup_backcall_main .popup_form .placeholder.active,
#popup_backcall_main .popup_form textarea:focus + .placeholder{
    top: 10px;
    font-size: 10px;
    transition: .2s;
}
#popup_backcall_main .priv-pol,
#popup_backcall_main .priv-pol a{
    color: #fff;
    font-size: 12px;
}
#popup_backcall_main .priv-pol{
    display: block;
    margin-top: 10px;
    text-align: center;
    font-weight: 600;
}
#popup_backcall_main .priv-pol a{
    text-decoration: underline;
}
#popup_backcall_main .form-col label::before,
#popup_backcall_main .popup_inputs label::before{
    content: "";
    position: absolute;
    width: 20px;
    height: 20px;
    top: 20px;
    right: 20px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#popup_backcall_main .form-col label.name::before,.popup_inputs label.name::before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0732 10.7766C10.0524 10.7766 10.0317 10.7766 10.0069 10.7766C9.9986 10.7766 9.99032 10.7766 9.98203 10.7766C9.96961 10.7766 9.95304 10.7766 9.94062 10.7766C8.72712 10.7559 7.74554 10.3293 7.02076 9.51336C5.42622 7.71588 5.69129 4.6345 5.72028 4.34044C5.82382 2.13295 6.86752 1.07683 7.72898 0.583972C8.37093 0.215366 9.12057 0.0165666 9.95718 0H9.98618C9.99032 0 9.9986 0 10.0027 0H10.0276C10.4873 0 11.3902 0.0745496 12.2558 0.567405C13.1255 1.06026 14.1858 2.11638 14.2893 4.34044C14.3183 4.6345 14.5834 7.71588 12.9889 9.51336C12.2682 10.3293 11.2867 10.7559 10.0732 10.7766ZM13.1835 4.44398C13.1835 4.43156 13.1794 4.41913 13.1794 4.41085C13.0427 1.44129 10.9346 1.12239 10.0317 1.12239H10.0152C10.0069 1.12239 9.99446 1.12239 9.98203 1.12239C8.86379 1.14724 6.96277 1.60282 6.83438 4.41085C6.83438 4.42328 6.83438 4.4357 6.83024 4.44398C6.8261 4.47298 6.53618 7.28929 7.85323 8.772C8.37508 9.36012 9.07087 9.65003 9.98618 9.65831C9.99446 9.65831 9.9986 9.65831 10.0069 9.65831C10.0152 9.65831 10.0193 9.65831 10.0276 9.65831C10.9388 9.65003 11.6387 9.36012 12.1564 8.772C13.4693 7.29758 13.1877 4.46883 13.1835 4.44398Z' fill='%23BCBCBC'/%3E%3Cpath d='M1.90613 15.6266C1.90613 15.6224 1.90613 15.6183 1.90613 15.6142C1.90613 15.581 1.91027 15.5479 1.91027 15.5106C1.93512 14.6906 1.98896 12.773 3.78644 12.16C3.79886 12.1559 3.81543 12.1517 3.82786 12.1476C5.69574 11.6713 7.24885 10.5945 7.26542 10.5821C7.51806 10.404 7.86596 10.4661 8.04405 10.7187C8.22214 10.9714 8.16002 11.3193 7.90737 11.4974C7.83697 11.5471 6.18859 12.6943 4.12605 13.2244C3.16105 13.5682 3.05337 14.5994 3.02438 15.5437C3.02438 15.581 3.02438 15.6142 3.02023 15.6473C3.01609 16.02 3.04094 16.5957 3.10721 16.9271C3.77816 17.3081 6.4081 18.6251 10.4089 18.6251C14.3932 18.6251 17.0397 17.3039 17.7148 16.9229C17.7811 16.5916 17.81 16.0159 17.8018 15.6431C17.8018 15.61 17.7976 15.5769 17.7976 15.5396C17.7686 14.5953 17.6609 13.564 16.6959 13.2203C14.6334 12.6902 12.985 11.5388 12.9146 11.4932C12.662 11.3151 12.5999 10.9672 12.7779 10.7146C12.956 10.4619 13.3039 10.3998 13.5566 10.5779C13.5731 10.5903 15.118 11.6672 16.9941 12.1435C17.0107 12.1476 17.0231 12.1517 17.0356 12.1559C18.833 12.773 18.8869 14.6906 18.9117 15.5065C18.9117 15.5437 18.9117 15.5769 18.9159 15.61C18.9159 15.6142 18.9159 15.6183 18.9159 15.6224C18.92 15.8378 18.9241 16.9436 18.7046 17.4986C18.6632 17.6063 18.5887 17.6974 18.4893 17.7595C18.365 17.8424 15.3872 19.7392 10.4048 19.7392C5.42239 19.7392 2.44455 17.8382 2.3203 17.7595C2.22504 17.6974 2.14635 17.6063 2.10493 17.4986C1.89785 16.9478 1.90199 15.8419 1.90613 15.6266Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A")}
#popup_backcall_main .form-col label.phone::before,.popup_inputs label.phone::before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8872 13.2947C13.9146 15.6527 11.5399 17.5093 8.8296 18.823C7.79769 19.3121 6.41766 19.8923 4.88016 19.9917C4.78484 19.9959 4.69367 20 4.59835 20C3.56644 20 2.7376 19.6436 2.06209 18.9101C2.05795 18.9059 2.04966 18.8976 2.04551 18.8893C1.80515 18.5993 1.53163 18.3382 1.24568 18.0605C1.0509 17.874 0.851978 17.6792 0.661343 17.4803C-0.221375 16.5603 -0.221375 15.3916 0.669632 14.5006L3.16031 12.0099C3.58302 11.5707 4.08861 11.3386 4.61907 11.3386C5.14953 11.3386 5.65927 11.5707 6.09441 12.0058L7.57804 13.4894C7.7148 13.4107 7.85571 13.3402 7.98832 13.2739C8.15409 13.191 8.30743 13.1123 8.44419 13.0253C9.7952 12.1674 11.0219 11.0485 12.1947 9.61044C12.7873 8.86034 13.1852 8.23042 13.4628 7.58807C13.0733 7.23581 12.7086 6.86697 12.3563 6.50642C12.232 6.37795 12.1035 6.24948 11.9751 6.12101C11.5275 5.67344 11.2871 5.15541 11.2871 4.62909C11.2871 4.10278 11.5233 3.58475 11.9751 3.13717L13.21 1.9022C13.3551 1.75715 13.4918 1.61625 13.6327 1.4712C13.9063 1.18939 14.1922 0.899296 14.474 0.63821C14.9009 0.219644 15.4023 0 15.9328 0C16.4591 0 16.9647 0.219644 17.4081 0.642354L18.9581 2.19229C19.5217 2.75591 19.8408 3.4397 19.9071 4.23125C19.9858 5.22172 19.8035 6.27435 19.331 7.54662C18.6058 9.51513 17.5117 11.3427 15.8872 13.2947ZM18.8959 4.31828C18.8462 3.76709 18.6348 3.30709 18.237 2.90924L16.6953 1.36759C16.455 1.13552 16.1897 1.01533 15.9328 1.01533C15.68 1.01533 15.423 1.13552 15.1868 1.37588C14.9092 1.63282 14.6481 1.9022 14.3663 2.18815C14.2254 2.3332 14.0803 2.47824 13.9353 2.62743L12.7003 3.86241C12.4434 4.11935 12.3107 4.38044 12.3107 4.63738C12.3107 4.89432 12.4434 5.15541 12.7003 5.41235C12.8288 5.54082 12.9572 5.67344 13.0857 5.80191C13.4711 6.19146 13.8317 6.5603 14.2295 6.91256C14.2378 6.92085 14.2419 6.92499 14.2502 6.93328C14.5942 7.27725 14.5403 7.60464 14.4574 7.85329C14.4533 7.86573 14.4492 7.87402 14.445 7.88645C14.1259 8.65313 13.6825 9.38251 12.9904 10.2528C11.7471 11.7862 10.4376 12.9755 8.99537 13.8914C8.81717 14.0075 8.62653 14.0986 8.44833 14.1898C8.28256 14.2727 8.12923 14.3514 7.99247 14.4385C7.97589 14.4467 7.96346 14.455 7.94688 14.4633C7.81012 14.5338 7.6775 14.5669 7.54489 14.5669C7.21335 14.5669 6.99785 14.3556 6.9274 14.2851L5.37746 12.7352C5.1371 12.4948 4.87601 12.3663 4.61907 12.3663C4.30411 12.3663 4.04717 12.5611 3.88555 12.7352L1.38658 15.23C0.889275 15.7273 0.893421 16.2661 1.39902 16.7924C1.57307 16.9789 1.75542 17.1571 1.9502 17.3436C2.24029 17.6254 2.54282 17.9155 2.81634 18.2429C3.29292 18.7567 3.86068 18.9971 4.59421 18.9971C4.66466 18.9971 4.73925 18.993 4.80971 18.9888C6.16901 18.9018 7.433 18.3713 8.38202 17.9196C10.9597 16.6722 13.2225 14.9026 15.0998 12.6564C16.6456 10.7957 17.6858 9.06341 18.3737 7.2068C18.8006 6.06714 18.9622 5.15126 18.8959 4.31828Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A")}
#popup_backcall_main .form-col label.email::before,.popup_inputs label.email::before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.44155 2.38977H17.5543C18.9034 2.38977 20 3.4864 20 4.83546V15.1644C20 16.5135 18.9034 17.6101 17.5543 17.6101H2.44569C1.09663 17.6101 0 16.5135 0 15.1644V4.83959C-0.00413704 3.49054 1.09249 2.38977 2.44155 2.38977ZM1.11318 15.1644C1.11318 15.8969 1.70908 16.4928 2.44155 16.4928H17.5543C18.2868 16.4928 18.8827 15.8969 18.8827 15.1644V4.83959C18.8827 4.10713 18.2868 3.51123 17.5543 3.51123H2.44569C1.71322 3.51123 1.11732 4.10713 1.11732 4.83959V15.1644H1.11318Z' fill='%23BCBCBC'/%3E%3Cpath d='M7.38626 9.87169L2.49488 5.48518C2.26728 5.27827 2.24659 4.92652 2.4535 4.69478C2.66041 4.46718 3.01216 4.44649 3.2439 4.6534L9.98919 10.7076L11.3051 9.53236C11.3093 9.52822 11.3134 9.52408 11.3134 9.51994C11.3424 9.49098 11.3714 9.46615 11.4045 9.44132L16.7593 4.64926C16.9911 4.44235 17.3428 4.46304 17.5497 4.69478C17.7566 4.92652 17.7359 5.27827 17.5042 5.48518L12.5549 9.90894L17.4835 14.523C17.707 14.7341 17.7194 15.0858 17.5083 15.3134C17.3966 15.4293 17.2476 15.4914 17.0986 15.4914C16.9621 15.4914 16.8255 15.4417 16.7179 15.3424L11.7148 10.6621L10.3575 11.8746C10.2499 11.9698 10.1175 12.0153 9.98505 12.0153C9.85263 12.0153 9.71607 11.9656 9.61261 11.8705L8.21804 10.6207L3.2439 15.3466C3.13631 15.45 2.99561 15.4997 2.85905 15.4997C2.71007 15.4997 2.56523 15.4417 2.4535 15.3259C2.24245 15.1024 2.25073 14.7465 2.47419 14.5355L7.38626 9.87169Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A")}
#popup_backcall_main .director{
	display: block;
    margin-top: 20px;
    width: 100%;
    bottom: auto;
    max-width: 100%;
    position: relative;
    height: 90px;
    right: auto;
    border-radius: 45px;
    background-color: rgba(255,255,255,.9);    
}
#popup_backcall_main .director__photo{
    display: inline-block;
    width: 90px;
    height: 90px;
    border-radius: 50%;
    background-color: #fff;
    overflow: hidden;
    vertical-align: middle;
}
#popup_backcall_main .director__photo img{
    height: 100%;
}
#popup_backcall_main .director__info{
    display: inline-block;
    width: calc(100% - 100px);
    vertical-align: middle;
    padding: 0 0 0 20px;
    height: auto;
}
#popup_backcall_main .director__name{
    display: block;
    font-weight: 700;
    font-size: 14px;
    line-height: 1em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #282D39;
    margin-bottom: 8px;
}
#popup_backcall_main .director__post{
    display: block;
    font-weight: 500;
    font-size: 10px;
    line-height: 1.4em;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #727272;
}
#popup_backcall_main .bg-text{
    position: absolute;
    left: 0;
    top: 40px;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 120px;
    line-height: 1em;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #F7F7F7;
    z-index: 1;
}
/* NEW BACKCALL POPUP END */



/*
*
*
*
*
*
sidebar form start
*
*
*
*
*
*/


.call_spec_sidebar {
    width: 100%;
    background-color: #F0C331;
    border-radius: 0 0 10px 10px;
}

.call_spec_sidebar .call_spec_top_block {
    width: 100%;
    height: 210px;
    position: relative;
}

.call_spec_sidebar .call_spec_sidebar_topfig {
    clip-path: circle(196px at 45% -9%);
    background-color: #E6730C;
    width: 100%;
    height: 100%;
}

.call_spec_sidebar .call_spec_sidebar_icon {
    position: absolute;
    top: 10px;
    left: 10px;
    width: 45px;
    height: 45px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #F0C331;
    border-radius: 50%;
}
.call_spec_sidebar .spec_sidebar_top_img {
    position: absolute;
    top: -20px;
    left: 15px;
}

.call_spec_sidebar .call_spec_form_title,
.call_spec_sidebar .call_spec_form_subtitle,
.call_spec_sidebar .call_spec_form {
    padding: 0 24px;
}


.call_spec_sidebar .call_spec_form_title {
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 26px;
    color: #282D39;
    padding-right: 40px;
}


.call_spec_sidebar .call_spec_form_title span {
    display: inline-block;
    width: 92px;
    height: 24px;
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background: #990000;
}

.call_spec_sidebar .call_spec_form_subtitle {
    font-style: normal;
    font-weight: normal;
    font-size: 13px;
    line-height: 17px;
    color: #727272;
}

.manager_form__name,
.manager_form__tel,
.manager_form__mail {
    vertical-align: top;
    position: relative;
}
.call_spec_form input {
    width: 100%;
    height: 50px;
    border: 1px solid #E0E0E0;
    margin-bottom: 8px;
    padding-left: 20px;
    position: relative;
}
.call_spec_form .form-label {
    position: absolute;
    pointer-events: none;
    left: 20px;
    top: 5px;
    line-height: 40px;
    transition: all 0.3s;
    font-weight: normal;
    font-size: 14px;
    color: #727272;
}
.call_spec_form input:focus~.form-label,
.call_spec_form input:not(:focus):valid~.form-label {
    top: -8px;
    font-size: 10px;
}
.manager_form__name {
    width: 100%;
}

.manager_form__tel {
    width: 100%;
    margin-right: 8px;
}
.manager_form__mail {
    width: 100%;
}

.call_spec_form .input-group.date {
    margin-bottom: 8px;
    position: relative;
}

.call_spec_form .input-group.date:after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.82938 8.82713C5.82938 8.6267 5.66681 8.46432 5.46622 8.46432H4.19891C3.99854 8.46432 3.83594 8.6267 3.83594 8.82713V10.0943C3.83594 10.295 3.99854 10.4574 4.19891 10.4574H5.46622C5.66681 10.4574 5.82938 10.295 5.82938 10.0943V8.82713Z' fill='%23BCBCBC'/%3E%3Cpath d='M8.99641 8.82713C8.99641 8.6267 8.83381 8.46432 8.63361 8.46432H7.36614C7.16578 8.46432 7.00317 8.6267 7.00317 8.82713V10.0943C7.00317 10.295 7.16578 10.4574 7.36614 10.4574H8.63361C8.83381 10.4574 8.99641 10.295 8.99641 10.0943V8.82713Z' fill='%23BCBCBC'/%3E%3Cpath d='M12.1639 8.82713C12.1639 8.6267 12.0012 8.46432 11.8009 8.46432H10.5336C10.333 8.46432 10.1704 8.6267 10.1704 8.82713V10.0943C10.1704 10.295 10.333 10.4574 10.5336 10.4574H11.8009C12.0012 10.4574 12.1639 10.295 12.1639 10.0943V8.82713Z' fill='%23BCBCBC'/%3E%3Cpath d='M5.82938 11.9946C5.82938 11.7938 5.66681 11.6316 5.46622 11.6316H4.19891C3.99854 11.6316 3.83594 11.7938 3.83594 11.9946V13.2615C3.83594 13.4621 3.99854 13.6245 4.19891 13.6245H5.46622C5.66681 13.6245 5.82938 13.462 5.82938 13.2615V11.9946Z' fill='%23BCBCBC'/%3E%3Cpath d='M8.99641 11.9946C8.99641 11.7938 8.83381 11.6316 8.63361 11.6316H7.36614C7.16578 11.6316 7.00317 11.7938 7.00317 11.9946V13.2615C7.00317 13.4621 7.16578 13.6245 7.36614 13.6245H8.63361C8.83381 13.6245 8.99641 13.462 8.99641 13.2615V11.9946Z' fill='%23BCBCBC'/%3E%3Cpath d='M12.1639 11.9946C12.1639 11.7938 12.0012 11.6316 11.801 11.6316H10.5336C10.333 11.6316 10.1704 11.7938 10.1704 11.9946V13.2615C10.1704 13.4621 10.333 13.6245 10.5336 13.6245H11.801C12.0012 13.6245 12.1639 13.462 12.1639 13.2615V11.9946Z' fill='%23BCBCBC'/%3E%3Cpath d='M14.43 1.78155V3.71701C14.43 4.59182 13.7203 5.29678 12.8456 5.29678H11.8461C10.9714 5.29678 10.2523 4.59182 10.2523 3.71701V1.7746L5.74748 1.7746V3.71701C5.74748 4.59182 5.02842 5.29678 4.15381 5.29678H3.15416C2.27951 5.29678 1.56986 4.59182 1.56986 3.71701L1.56986 1.78155C0.805411 1.80459 0.177246 2.43714 0.177246 3.21464L0.177246 14.5574C0.177246 15.3495 0.819276 16 1.61139 16H14.3884C15.1793 16 15.8225 15.3481 15.8225 14.5574L15.8225 3.21464C15.8225 2.43714 15.1944 1.80459 14.43 1.78155ZM13.9657 13.851C13.9657 14.1934 13.6882 14.4711 13.3457 14.4711L2.62675 14.4711C2.28429 14.4711 2.00674 14.1934 2.00674 13.851L2.00674 7.9921C2.00674 7.64965 2.28426 7.37194 2.62675 7.37194L13.3457 7.37194C13.6882 7.37194 13.9657 7.64965 13.9657 7.9921L13.9657 13.851Z' fill='%23BCBCBC'/%3E%3Cpath d='M3.15055 4.25917H4.13916C4.43923 4.25917 4.68253 4.01622 4.68253 3.71615V0.543208C4.68253 0.243105 4.43923 0 4.13916 0L3.15055 0C2.85045 0 2.60718 0.243105 2.60718 0.543208L2.60718 3.71615C2.60718 4.01622 2.85045 4.25917 3.15055 4.25917Z' fill='%23BCBCBC'/%3E%3Cpath d='M11.8334 4.25917H12.822C13.1219 4.25917 13.3652 4.01622 13.3652 3.71615V0.543208C13.3652 0.243105 13.1219 0 12.822 0L11.8334 0C11.5333 0 11.29 0.243105 11.29 0.543208V3.71615C11.29 4.01622 11.5333 4.25917 11.8334 4.25917Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A");
    position: absolute;
    right: 15px;
    top: 15px;
}

.call_spec_form .manager_form_time {
    position: relative;
}

.call_spec_form .manager_form_time:after {
    content: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 0.125C6.44248 0.125 4.91992 0.586861 3.62489 1.45218C2.32985 2.31749 1.32049 3.5474 0.724452 4.98637C0.128412 6.42534 -0.0275391 8.00874 0.276319 9.53634C0.580178 11.0639 1.3302 12.4671 2.43154 13.5685C3.53288 14.6698 4.93607 15.4198 6.46367 15.7237C7.99127 16.0275 9.57467 15.8716 11.0136 15.2756C12.4526 14.6795 13.6825 13.6702 14.5478 12.3751C15.4131 11.0801 15.875 9.55753 15.875 8C15.875 5.91142 15.0453 3.90838 13.5685 2.43153C12.0916 0.954685 10.0886 0.125 8 0.125ZM11.375 8.5625H8C7.85082 8.5625 7.70775 8.50324 7.60226 8.39775C7.49677 8.29226 7.4375 8.14918 7.4375 8V3.5C7.4375 3.35082 7.49677 3.20774 7.60226 3.10225C7.70775 2.99676 7.85082 2.9375 8 2.9375C8.14919 2.9375 8.29226 2.99676 8.39775 3.10225C8.50324 3.20774 8.5625 3.35082 8.5625 3.5V7.4375H11.375C11.5242 7.4375 11.6673 7.49676 11.7728 7.60225C11.8782 7.70774 11.9375 7.85082 11.9375 8C11.9375 8.14918 11.8782 8.29226 11.7728 8.39775C11.6673 8.50324 11.5242 8.5625 11.375 8.5625Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 15px;
    right: 15px;
}

.call_spec_form .call_spec_form_submit {
    border: none;
    outline: none;
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background: #282D39;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #FFFFFF;
    margin-right: 24px;
    transition: all 0.2s;
    padding-left: 0;

    margin-bottom: 10px;
}

.call_spec_form .call_spec_form_submit:hover {
    cursor: pointer;
    color: #282d39;
    background-color: #fff;
}

.call_spec_form_submit_subtitle,
.call_spec_form_submit_subtitle a {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    color: #727272;
    margin-bottom: 0;
    letter-spacing: 1px;
}

.call_spec_form_submit_subtitle a {
    text-decoration: underline;
}

.call_spec_form .manager_form_time {
    margin-bottom: 16px;
}

.call_spec_form {
    margin-bottom: 25px;
}

.call_spec_bottom_block {
    width: 100%;
    height: 85px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    background: #E5730C;
    border-radius: 10px;
    padding: 0 50px;
}

.call_spec_bottom_block .call_spec_bottom_text {
    font-style: normal;
    font-weight: 500;
    font-size: 13px;
    line-height: 17px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

@media (max-width: 990px) {
    .call_spec_sidebar .spec_sidebar_top_img {
        left: 190px;
    }
}

@media (max-width: 769px) {
    .call_spec_sidebar .spec_sidebar_top_img {
        left: 115px;
    }

    .call_spec_sidebar .call_spec_sidebar_icon {
        left: 75px;
    }
}

@media (max-width: 430px) {
    .call_spec_sidebar .spec_sidebar_top_img {
        left: 20px;
    }

    .call_spec_sidebar .call_spec_sidebar_icon {
        left: 15px;
    }
}



/*
*
*
*
*
sidebar form end
*
*
*
*
*/


::-webkit-input-placeholder {font-family:"Montserrat",sans-serif;}
::-moz-placeholder          {font-family:"Montserrat",sans-serif;}/* Firefox 19+ */
:-moz-placeholder           {font-family:"Montserrat",sans-serif;}/* Firefox 18- */
:-ms-input-placeholder      {font-family:"Montserrat",sans-serif;}
#partners-page #top-section .normal_txt p{
	    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
}
.ballon_block{
    background: url('/wp-content/uploads/2020/01/baloon_bg_v2-1.png');
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background-position: left;
    background-size: cover;
}
#manager_alia.spain_learn .undertitle{
	width:1140px;
	max-width:100%;
}
.spain_love_block{
    background: url('/wp-content/uploads/2020/01/lova_spain.png');
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    background-position: left;
    background-size: cover;
}
.spain_love_block.film{
    background: url('../img/popcorn_film_new.png');
}
.spain_love_block.sturtup{
    background: url('../img/desktop.png');
}
.youtube_spain_streem{
    background: url('../img/streem_youtube_3.png');
    height: 75%;
    position: absolute;
    bottom: calc( 50% - 300px );
    right: 0;
    width: 50%;
    background-position: left;
    background-size: cover;
}
.all_fav_link{
    background: #282d39;
    color: #ffffff;
    margin-top: 10px;
    font-size: 14px;
    line-height: 2.5em;
    font-weight: 500;
    cursor: pointer;
}
.all_fav_link:hover{
	background: #ffc107;
    color: #ffffff;
	transform:0.2;
}
#heart_block .liked-property .close-btn.loader{
	background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjAiIHdpZHRoPSIzMnB4IiBoZWlnaHQ9IjMycHgiIHZpZXdCb3g9IjAgMCAxMjggMTI4IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cGF0aCBkPSJNMTcuMyA1Ny42YTYuMyA2LjMgMCAxIDEtNi4yOCA2LjI4IDYuMyA2LjMgMCAwIDEgNi4zLTYuM3pNMjkgMjQuMDRhNC43MiA0LjcyIDAgMSAxLTQuNyA0LjcyIDQuNzIgNC43MiAwIDAgMSA0LjctNC43MnptMzUuMTItMjIuN0ExNS43MiAxNS43MiAwIDEgMSA0OC40IDE3LjA2IDE1LjcyIDE1LjcyIDAgMCAxIDY0LjEyIDEuMzR6bTM1LjEgMTMuMjdBMTQuMTUgMTQuMTUgMCAxIDEgODUuMSAyOC44YTE0LjE1IDE0LjE1IDAgMCAxIDE0LjE1LTE0LjE1em0xMS43IDM2LjdhMTIuNTggMTIuNTggMCAxIDEtMTIuNTcgMTIuNiAxMi41OCAxMi41OCAwIDAgMSAxMi41OC0xMi41OHpNOTkuMjIgODhhMTEgMTEgMCAxIDEtMTEgMTEgMTEgMTEgMCAwIDEgMTEtMTF6bS0zNS4xIDEzLjI3YTkuNDQgOS40NCAwIDEgMS05LjQzIDkuNDQgOS40NCA5LjQ0IDAgMCAxIDkuNC05LjQ1ek0yOS4wMiA5MS4xYTcuODYgNy44NiAwIDEgMS03Ljg4IDcuOUE3Ljg2IDcuODYgMCAwIDEgMjkgOTEuMXoiIGZpbGw9IiNhZWFlYWUiIGZpbGwtb3BhY2l0eT0iMSIvPjxhbmltYXRlVHJhbnNmb3JtIGF0dHJpYnV0ZU5hbWU9InRyYW5zZm9ybSIgdHlwZT0icm90YXRlIiBmcm9tPSIzNjAgNjQgNjQiIHRvPSIwIDY0IDY0IiBkdXI9IjI4ODBtcyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZVRyYW5zZm9ybT48L2c+PC9zdmc+");
}
label.error{
	color: red;
    position: relative;
    font-size: 14px;
    bottom: 18px;
	display:none!important;
}

.popup_bg{
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0,0,0,.8);
	z-index: 9999;
}
.popup_container {
	width: 100%;
	max-height: 100%;
	overflow-y: auto;
	margin: 0 auto;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
}
.popup_service{
	background: #FFFFFF;
}
.popup_close{
	position: absolute;
	top: 50px;
	right: 50px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
}
.popup_close::before,
.popup_close::after{
	content: '';
	position: absolute;
	top: 50%;
	left: -3px;
	display: block;
	width: 35px;
	height: 2px;
	background-color: #BCBCBC;
}
.popup_close::before{
    transform: translate(0,-2px) rotate(45deg);
}
.popup_close::after{
    transform: translate(0,-2px) rotate(-45deg);
}
.popup_top-line{
	position: relative;
	width: 100%;
	background-color: #EFF7FC;
	padding: 50px 100px 34px;
}
.popup_top-line img{
	position: absolute;
	bottom: 0;
	right: 130px;
	max-width: 370px;
	max-height: 150px;
}
.popup_title{
	display: block;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 34px;
	line-height: 1.3em;
	color: #282D39;
}
.popup_price{
	display: block;
	text-align: center;
	width: 140px;
	font-weight: 600;
	font-size: 22px;
	line-height: 36px;
	color: #282D39;
	background-color: #F0C331;
}
.popup_list{
	padding: 40px 30px;
	width: 100%;
}
.popup_list-row{
	position: relative;
	padding: 30px 70px 30px 70px;
	display: flex;
}
.popup_list-row::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	width: calc(100% - 140px);
	height: 1px;
	transform: translate(-50%,0);
	background-color: #F7F7F7;
}
.popup_list-col:nth-child(1){
	position: relative;
	padding-left: 40px;
	font-size: 16px;
	line-height: 1.75em;
	color: #282D39;
	width: 56%;
}
.popup_list-col:nth-child(1)::before{
	content: "";
	position: absolute;
	left: 0;
	top: .77em;
	width: 20px;
	height: 1px;
	background-color: #282D39;
}
.popup_list-col:nth-child(2){
	padding-left: 30px;
	font-size: 14px;
	font-weight: 500;
	width: 44%;
}
.orange{
	display: block;
	font-weight: 600;
	text-transform: uppercase;
	color: #F0C331;
	font-size: 16px;
}
.popup_links{
	margin: 10px 100px 50px;
}
.popup_links a{
	display: inline-block;
	text-align: center;
	font-size: 14px;
	line-height: 60px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: center;
	text-decoration: none;
	color: #282D39;
	transition: .2s;
}
.popup_links a:first-child{
	border: 1px solid #282D39;
	background-color: #fff;
	margin-right: 30px;
	width: 270px;
}
.popup_links a:last-child{
	border: 1px solid #F0C331;
	background-color: #F0C331;
	width: 200px;
}
.popup_links a:hover{
	border-color: #282D39;
	background-color: #282D39;
	color: #fff;
	transition: .2s;
}
.popup_form{
	position: relative;
	background-image: url(../img/concierge-page/popup/form_bg.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	padding: 65px 100px;
}
.popup_form .director_orange{
	position: absolute;
	width: 340px;
	top: 60px;
	left: auto;
	right: 100px;
	margin: 0;
}
.popup_form-title{
	display: block;
	color: #fff;
	width: calc(100% - 360px);
	font-weight: 600;
	font-size: 26px;
	line-height: 1.5em;
	margin-bottom: 45px;
}
.popup_inputs{
	display: flex;
}
.popup_left-inputs{
	width: calc(62% - 16px);
	margin-right: 16px;
	display: flex;
	flex-wrap: wrap;
}
.popup_inputs > label{
	width: 38%;
}
.popup_inputs label{
	position: relative;
}
.popup_inputs label .placeholder{
	position: absolute;
	font-size: 14px;
	line-height: 1em;
	left: 25px;
	top: 22px;
	color: #727272;
	transition: .2s;
}
.popup_inputs label{
	margin-bottom: 16px;
}
.popup_inputs label.name{
	width: 100%;
}
.popup_inputs label.phone{
	margin-right: 16px;
}
.popup_inputs label.phone,
.popup_inputs label.email{
	width: calc(50% - 8px);
}
.popup_inputs textarea{
	height: 136px;
	border: none;
}
.popup_form input[type="submit"]{
	display: inline-block;
	width: 220px;
	color: #282D39;
	text-align: center;
	margin: 12px 20px 0 0;
}
.popup_form .priv-pol{
	display: inline-block;
}
.popup_cons{
	position: relative;
	overflow: hidden;
	padding: 40px;
	background: linear-gradient(270deg, rgba(196, 196, 196, 0) 0%, #E2B932 50.12%, #D38C25 100%);
}
.popup_cons > img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-44%,-50%);
	z-index: -1;
}
.popup_cons .popup_close,
.popup_cons_form .popup_close,
.popup_tnks .popup_close{
	top: 40px;
	right: 40px;
	width: 19px;
	height: 19px;
}
.popup_cons .popup_close::before,
.popup_cons .popup_close::after,
.popup_cons_form .popup_close::before,
.popup_cons_form .popup_close::after,
.popup_tnks .popup_close::before,
.popup_tnks .popup_close::after{
	width: 22px;
	background-color: #fff;
}
.popup_cons_title,
.popup_cons_subtitle,
.popup_cons_form__title,
.popup_cons_form__subtitle,
.popup_tnks__title,
.popup_tnks__subtitle{
	display: block;
}
.popup_cons_title,
.popup_cons_subtitle{
	width: 570px;
}
.popup_cons_title,
.popup_cons_form__title{
	font-size: 30px;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 16px;
}
.popup_cons_subtitle{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 48px;
	color: #F7F7F7;
}
.popup_cons .black-btn{
	text-align: center;
	line-height: 60px;
	width: 270px;
	font-size: 14px;
}
.popup_cons .director_orange{
	left: auto;
	right: 70px;
	bottom: 48px;
}
.director__title{
	display: block;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: -2em;
}
.popup_cons .director__photo,
.popup_cons_form .director__photo{
	background-color: #282D39;
}
.popup_cons_form{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 770px;
	padding: 48px 100px;
	background: linear-gradient(0deg, rgba(196, 196, 196, 0) 0%, #E2B932 50.12%, #D38C25 100%);
}
.popup_cons_form > img{
	position: absolute;
	width: 120%;
	top: 38%;
	left: 0%;
	z-index: -1;
}
.popup_cons_form__title,
.popup_cons_form__subtitle,
.popup_tnks__title,
.popup_tnks__subtitle{
	text-align: center;
	width: 100%;
}
.popup_cons_form__title{
	margin-bottom: 8px;
}
.popup_cons_form__subtitle{
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 48px;
	color: #F7F7F7;
	margin-bottom: 24px;
}
.popup_cons_form form{
	padding-top: 0;
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
}
.popup_cons_form .director_orange{
	position: relative;
	left: 50px;
	margin: 50px 0 0;
}
.popup_cons_form .black-btn.inversion{
	color: #fff;
	background-color: #282d39;
	border: 1px solid #282d39;
	transition: .23s;
}
.popup_cons_form .black-btn.inversion:hover{
	background-color: #1A1E26;
	transition: .23s;
}
.popup_tnks{
	position: relative;
	width: 100%;
	max-width: 570px;
	height: 500px;
	margin: 0 auto;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #E2B932 50.12%, #D38C25 100%);
}
.popup_tnks > img{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.popup_tnks__title,
.popup_tnks__subtitle{
	position: relative;
	z-index: 3;
}
.popup_tnks__bg-text{
	position: absolute;
	width: 100%;
	top: 90px;
	font-weight: 700;
	font-size: 100px;
	text-align: center;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.1);	
}
.popup_tnks__title{
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1em;
	padding: 110px 0 13px;
}
.popup_tnks__subtitle{
	font-size: 16px;
	color: #F7F7F7;
}

.director_orange,
.director__photo,
.director__info{
	display: inline-block;
}
.director_orange{
	position: absolute;
	left: 15px;
	bottom: 0;
	margin-top: -30px;
	height: 90px;
	border-radius: 45px;
	background-color: #fff;
}
.director__photo{
	height: 90px;
	width: 90px;
	border-radius: 50%;
	position: relative;
	background-color: #F0C331;
	overflow: hidden;
}
.director__photo img{
	position: absolute;
    top: calc(50% - 35px);
}
.director__info{
	height: 90px;
	padding: 22px 30px 0 20px;
	vertical-align: top;
}
.director__name{
	display: block;
	font-size: 12px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 8px;
}
.director__post{
	display: block;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #727272;
}































































.popup_close{
	position: absolute;
	top: 50px;
	right: 50px;
	display: block;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 10;
}
.popup_close::before,
.popup_close::after{
	content: '';
	position: absolute;
	top: 50%;
	left: -3px;
	display: block;
	width: 35px;
	height: 2px;
	background-color: #BCBCBC;
}
.popup_close::before{
    transform: translate(0,-2px) rotate(45deg);
}
.popup_close::after{
    transform: translate(0,-2px) rotate(-45deg);
}
.popup_bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,.8);
    z-index: 9999;
}
.popup_container {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.popup_cons{
	position: relative;
	overflow: hidden;
	padding: 50px;
	margin-bottom:2rem; 
	background: linear-gradient(270deg, rgba(196, 196, 196, 0) 0%, #E2B932 50.12%, #D38C25 100%);
}
.popup_cons > img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-44%,-50%);
	z-index: -1;
}
.popup_cons .popup_close,
.popup_cons_form .popup_close,
.popup_tnks .popup_close{
	top: 40px;
	right: 40px;
	width: 19px;
	height: 19px;
}
.popup_cons .popup_close::before,
.popup_cons .popup_close::after,
.popup_cons_form .popup_close::before,
.popup_cons_form .popup_close::after,
.popup_tnks .popup_close::before,
.popup_tnks .popup_close::after{
	width: 22px;
	background-color: #fff;
}
.popup_cons_title,
.popup_cons_subtitle,
.popup_cons_form__title,
.popup_cons_form__subtitle,
.popup_tnks__title,
.popup_tnks__subtitle{
	display: block;
}
.popup_cons_title,
.popup_cons_subtitle{
	width: 570px;
}
.popup_cons_title,
.popup_cons_form__title{
	font-size: 30px;
	line-height: 1.4em;
	color: #fff;
	margin-bottom: 16px;
}
.popup_cons_subtitle{
	font-size: 16px;
	line-height: 1.5em;
	margin-bottom: 48px;
	color: #F7F7F7;
}
.popup_cons .black-btn{
	text-align: center;
	line-height: 60px;
	width: 270px;
	font-size: 14px;
}
.popup_cons .director_orange{
	left: auto;
	right: 70px;
	bottom: 48px;
}

.director_orange__title{
	display: block;
	font-weight: 700;
	font-size: 12px;
	line-height: 14px;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #fff;
	position: absolute;
	top: -2em;
}
.popup_cons .director_orange__photo,
.popup_cons_form .director_orange__photo{
	background-color: #282D39;
}
.popup_cons_form{
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	width: 100%;
	max-width: 770px;
	padding: 48px 100px;
	background: linear-gradient(0deg, rgba(196, 196, 196, 0) 0%, #E2B932 50.12%, #D38C25 100%);
}
.popup_cons_form > img{
	position: absolute;
	width: 120%;
	top: 38%;
	left: 0%;
	z-index: -1;
}
.popup_cons_form__title,
.popup_cons_form__subtitle,
.popup_tnks__title,
.popup_tnks__subtitle{
	text-align: center;
	width: 100%;
}
.popup_cons_form__title{
	margin-bottom: 8px;
}
.popup_cons_form__subtitle{
	font-size: 14px;
	line-height: 1.5em;
	margin-bottom: 48px;
	color: #F7F7F7;
	margin-bottom: 24px;
}
.popup_cons_form form{
	padding-top: 0;
	width: 100%;
	max-width: 470px;
	margin: 0 auto;
}
.form-col label {
    position: relative;
}
.form-col label,
.form-col textarea {
    margin-bottom: 15px;
}
.form-col,
.form-col label,
.form-col input,
.form-col textarea,
.popup_form input,
.popup_form textarea {
    width: 100%;
    display: block;
    font-size: 14px;
}
textarea{
	padding: 22px 25px;
	resize: none;
}
.form-col label,
.form-col textarea{
	margin-bottom: 15px;
}
.form-col input,
.popup_form input{
	border: none;
	line-height: 60px;
}
.form-col input:not([type="submit"]),
.popup_form input:not([type="submit"]){
	padding: 0 60px 0 25px;
}
.form-col input[type="submit"],
.popup_form input[type="submit"]{
	text-transform: uppercase;
	font-weight: 700;
	background-color: #F0C331;
	cursor: pointer;
	padding: 0 25px;
}
.form-col label{
	position: relative;
}
.form-col label .placeholder,
.form-col label::after{
	position: absolute;
}
.form-col label .placeholder{
	display: block;
	left: 25px;
	top: 22px;
	line-height: 1em;
	color: #727272;
	transition: .2s;
}
.form-col input:focus + .placeholder,
.form-col .placeholder.active,
.form-col textarea:focus + .placeholder,
.popup_form input:focus + .placeholder,
.popup_form .placeholder.active,
.popup_form textarea:focus + .placeholder{
	top: 10px;
	font-size: 10px;
	transition: .2s;
}
.priv-pol,
.priv-pol a{
	color: #fff;
	font-size: 12px;
}
.priv-pol:hover{
	color: #fff;
	font-size: 12px;
	text-decoration:underline;
}
.priv-pol{
	display: block;
	margin-top: 10px;
}
.priv-pol a{
	text-decoration: underline;
}
.form-col label::before,
.popup_inputs label::before{
	content: "";
	position: absolute;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 20px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.form-col label.name::before,.popup_inputs label.name::before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.0732 10.7766C10.0524 10.7766 10.0317 10.7766 10.0069 10.7766C9.9986 10.7766 9.99032 10.7766 9.98203 10.7766C9.96961 10.7766 9.95304 10.7766 9.94062 10.7766C8.72712 10.7559 7.74554 10.3293 7.02076 9.51336C5.42622 7.71588 5.69129 4.6345 5.72028 4.34044C5.82382 2.13295 6.86752 1.07683 7.72898 0.583972C8.37093 0.215366 9.12057 0.0165666 9.95718 0H9.98618C9.99032 0 9.9986 0 10.0027 0H10.0276C10.4873 0 11.3902 0.0745496 12.2558 0.567405C13.1255 1.06026 14.1858 2.11638 14.2893 4.34044C14.3183 4.6345 14.5834 7.71588 12.9889 9.51336C12.2682 10.3293 11.2867 10.7559 10.0732 10.7766ZM13.1835 4.44398C13.1835 4.43156 13.1794 4.41913 13.1794 4.41085C13.0427 1.44129 10.9346 1.12239 10.0317 1.12239H10.0152C10.0069 1.12239 9.99446 1.12239 9.98203 1.12239C8.86379 1.14724 6.96277 1.60282 6.83438 4.41085C6.83438 4.42328 6.83438 4.4357 6.83024 4.44398C6.8261 4.47298 6.53618 7.28929 7.85323 8.772C8.37508 9.36012 9.07087 9.65003 9.98618 9.65831C9.99446 9.65831 9.9986 9.65831 10.0069 9.65831C10.0152 9.65831 10.0193 9.65831 10.0276 9.65831C10.9388 9.65003 11.6387 9.36012 12.1564 8.772C13.4693 7.29758 13.1877 4.46883 13.1835 4.44398Z' fill='%23BCBCBC'/%3E%3Cpath d='M1.90613 15.6266C1.90613 15.6224 1.90613 15.6183 1.90613 15.6142C1.90613 15.581 1.91027 15.5479 1.91027 15.5106C1.93512 14.6906 1.98896 12.773 3.78644 12.16C3.79886 12.1559 3.81543 12.1517 3.82786 12.1476C5.69574 11.6713 7.24885 10.5945 7.26542 10.5821C7.51806 10.404 7.86596 10.4661 8.04405 10.7187C8.22214 10.9714 8.16002 11.3193 7.90737 11.4974C7.83697 11.5471 6.18859 12.6943 4.12605 13.2244C3.16105 13.5682 3.05337 14.5994 3.02438 15.5437C3.02438 15.581 3.02438 15.6142 3.02023 15.6473C3.01609 16.02 3.04094 16.5957 3.10721 16.9271C3.77816 17.3081 6.4081 18.6251 10.4089 18.6251C14.3932 18.6251 17.0397 17.3039 17.7148 16.9229C17.7811 16.5916 17.81 16.0159 17.8018 15.6431C17.8018 15.61 17.7976 15.5769 17.7976 15.5396C17.7686 14.5953 17.6609 13.564 16.6959 13.2203C14.6334 12.6902 12.985 11.5388 12.9146 11.4932C12.662 11.3151 12.5999 10.9672 12.7779 10.7146C12.956 10.4619 13.3039 10.3998 13.5566 10.5779C13.5731 10.5903 15.118 11.6672 16.9941 12.1435C17.0107 12.1476 17.0231 12.1517 17.0356 12.1559C18.833 12.773 18.8869 14.6906 18.9117 15.5065C18.9117 15.5437 18.9117 15.5769 18.9159 15.61C18.9159 15.6142 18.9159 15.6183 18.9159 15.6224C18.92 15.8378 18.9241 16.9436 18.7046 17.4986C18.6632 17.6063 18.5887 17.6974 18.4893 17.7595C18.365 17.8424 15.3872 19.7392 10.4048 19.7392C5.42239 19.7392 2.44455 17.8382 2.3203 17.7595C2.22504 17.6974 2.14635 17.6063 2.10493 17.4986C1.89785 16.9478 1.90199 15.8419 1.90613 15.6266Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A");}
.form-col label.phone::before,.popup_inputs label.phone::before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.8872 13.2947C13.9146 15.6527 11.5399 17.5093 8.8296 18.823C7.79769 19.3121 6.41766 19.8923 4.88016 19.9917C4.78484 19.9959 4.69367 20 4.59835 20C3.56644 20 2.7376 19.6436 2.06209 18.9101C2.05795 18.9059 2.04966 18.8976 2.04551 18.8893C1.80515 18.5993 1.53163 18.3382 1.24568 18.0605C1.0509 17.874 0.851978 17.6792 0.661343 17.4803C-0.221375 16.5603 -0.221375 15.3916 0.669632 14.5006L3.16031 12.0099C3.58302 11.5707 4.08861 11.3386 4.61907 11.3386C5.14953 11.3386 5.65927 11.5707 6.09441 12.0058L7.57804 13.4894C7.7148 13.4107 7.85571 13.3402 7.98832 13.2739C8.15409 13.191 8.30743 13.1123 8.44419 13.0253C9.7952 12.1674 11.0219 11.0485 12.1947 9.61044C12.7873 8.86034 13.1852 8.23042 13.4628 7.58807C13.0733 7.23581 12.7086 6.86697 12.3563 6.50642C12.232 6.37795 12.1035 6.24948 11.9751 6.12101C11.5275 5.67344 11.2871 5.15541 11.2871 4.62909C11.2871 4.10278 11.5233 3.58475 11.9751 3.13717L13.21 1.9022C13.3551 1.75715 13.4918 1.61625 13.6327 1.4712C13.9063 1.18939 14.1922 0.899296 14.474 0.63821C14.9009 0.219644 15.4023 0 15.9328 0C16.4591 0 16.9647 0.219644 17.4081 0.642354L18.9581 2.19229C19.5217 2.75591 19.8408 3.4397 19.9071 4.23125C19.9858 5.22172 19.8035 6.27435 19.331 7.54662C18.6058 9.51513 17.5117 11.3427 15.8872 13.2947ZM18.8959 4.31828C18.8462 3.76709 18.6348 3.30709 18.237 2.90924L16.6953 1.36759C16.455 1.13552 16.1897 1.01533 15.9328 1.01533C15.68 1.01533 15.423 1.13552 15.1868 1.37588C14.9092 1.63282 14.6481 1.9022 14.3663 2.18815C14.2254 2.3332 14.0803 2.47824 13.9353 2.62743L12.7003 3.86241C12.4434 4.11935 12.3107 4.38044 12.3107 4.63738C12.3107 4.89432 12.4434 5.15541 12.7003 5.41235C12.8288 5.54082 12.9572 5.67344 13.0857 5.80191C13.4711 6.19146 13.8317 6.5603 14.2295 6.91256C14.2378 6.92085 14.2419 6.92499 14.2502 6.93328C14.5942 7.27725 14.5403 7.60464 14.4574 7.85329C14.4533 7.86573 14.4492 7.87402 14.445 7.88645C14.1259 8.65313 13.6825 9.38251 12.9904 10.2528C11.7471 11.7862 10.4376 12.9755 8.99537 13.8914C8.81717 14.0075 8.62653 14.0986 8.44833 14.1898C8.28256 14.2727 8.12923 14.3514 7.99247 14.4385C7.97589 14.4467 7.96346 14.455 7.94688 14.4633C7.81012 14.5338 7.6775 14.5669 7.54489 14.5669C7.21335 14.5669 6.99785 14.3556 6.9274 14.2851L5.37746 12.7352C5.1371 12.4948 4.87601 12.3663 4.61907 12.3663C4.30411 12.3663 4.04717 12.5611 3.88555 12.7352L1.38658 15.23C0.889275 15.7273 0.893421 16.2661 1.39902 16.7924C1.57307 16.9789 1.75542 17.1571 1.9502 17.3436C2.24029 17.6254 2.54282 17.9155 2.81634 18.2429C3.29292 18.7567 3.86068 18.9971 4.59421 18.9971C4.66466 18.9971 4.73925 18.993 4.80971 18.9888C6.16901 18.9018 7.433 18.3713 8.38202 17.9196C10.9597 16.6722 13.2225 14.9026 15.0998 12.6564C16.6456 10.7957 17.6858 9.06341 18.3737 7.2068C18.8006 6.06714 18.9622 5.15126 18.8959 4.31828Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A");}
.form-col label.email::before,.popup_inputs label.email::before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.44155 2.38977H17.5543C18.9034 2.38977 20 3.4864 20 4.83546V15.1644C20 16.5135 18.9034 17.6101 17.5543 17.6101H2.44569C1.09663 17.6101 0 16.5135 0 15.1644V4.83959C-0.00413704 3.49054 1.09249 2.38977 2.44155 2.38977ZM1.11318 15.1644C1.11318 15.8969 1.70908 16.4928 2.44155 16.4928H17.5543C18.2868 16.4928 18.8827 15.8969 18.8827 15.1644V4.83959C18.8827 4.10713 18.2868 3.51123 17.5543 3.51123H2.44569C1.71322 3.51123 1.11732 4.10713 1.11732 4.83959V15.1644H1.11318Z' fill='%23BCBCBC'/%3E%3Cpath d='M7.38626 9.87169L2.49488 5.48518C2.26728 5.27827 2.24659 4.92652 2.4535 4.69478C2.66041 4.46718 3.01216 4.44649 3.2439 4.6534L9.98919 10.7076L11.3051 9.53236C11.3093 9.52822 11.3134 9.52408 11.3134 9.51994C11.3424 9.49098 11.3714 9.46615 11.4045 9.44132L16.7593 4.64926C16.9911 4.44235 17.3428 4.46304 17.5497 4.69478C17.7566 4.92652 17.7359 5.27827 17.5042 5.48518L12.5549 9.90894L17.4835 14.523C17.707 14.7341 17.7194 15.0858 17.5083 15.3134C17.3966 15.4293 17.2476 15.4914 17.0986 15.4914C16.9621 15.4914 16.8255 15.4417 16.7179 15.3424L11.7148 10.6621L10.3575 11.8746C10.2499 11.9698 10.1175 12.0153 9.98505 12.0153C9.85263 12.0153 9.71607 11.9656 9.61261 11.8705L8.21804 10.6207L3.2439 15.3466C3.13631 15.45 2.99561 15.4997 2.85905 15.4997C2.71007 15.4997 2.56523 15.4417 2.4535 15.3259C2.24245 15.1024 2.25073 14.7465 2.47419 14.5355L7.38626 9.87169Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A");}
.popup_cons_form .director_orange{
	position: relative;
	left: 50px;
	margin: 50px 0 0;
}
.popup_cons_form .black-btn.inversion{
	color: #fff;
	background-color: #282d39;
	border: 1px solid #282d39;
	transition: .23s;
}
.popup_cons_form .black-btn.inversion:hover{
	background-color: #1A1E26;
	transition: .23s;
}
.popup_tnks{
	position: relative;
	width: 100%;
	max-width: 570px;
	height: 500px;
	margin: 0 auto;
	background: linear-gradient(0deg, rgba(255, 255, 255, 1) 0%, #E2B932 50.12%, #D38C25 100%);
}
.popup_tnks > img{
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
}
.popup_tnks__title,
.popup_tnks__subtitle{
	position: relative;
	z-index: 3;
}
.popup_tnks__bg-text{
	position: absolute;
	width: 100%;
	top: 90px;
	font-weight: 700;
	font-size: 100px;
	text-align: center;
	letter-spacing: 0.1em;
	color: rgba(255, 255, 255, 0.1);	
}
.popup_tnks__title{
	font-weight: 700;
	color: #fff;
	text-transform: uppercase;
	font-size: 50px;
	line-height: 1em;
	padding: 110px 0 13px;
}
.popup_tnks__subtitle{
	font-size: 16px;
	color: #F7F7F7;
}
.director_orange,
.director_orange__photo,
.director_orange__info{
	display: inline-block;
}
.director_orange{
	position: absolute;
	left: 15px;
	bottom: 0;
	margin-top: -30px;
	height: 90px;
	border-radius: 45px;
	background-color: #fff;
}
.director_orange__photo{
	height: 90px;
	width: 90px;
	border-radius: 50%;
	position: relative;
	background-color: #F0C331;
	overflow: hidden;
}
.director_orange__photo img{
	position: absolute;
	bottom: 0;
}
.director_orange__info{
	height: 90px;
	padding: 22px 30px 0 20px;
	vertical-align: top;
}
.director_orange__name{
	display: block;
	font-size: 12px;
	line-height: 1em;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 0.1em;
	margin: 0 0 8px;
}
.director_orange__post{
	display: block;
	font-weight: 500;
	font-size: 10px;
	line-height: 1.4em;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	color: #727272;
}
@media (max-width: 1200px){
	.popup_cons_subtitle{
		width: 400px;
	}
}
@media (max-width: 992px){
	.director_orange{
		position: relative;
		left: auto;
		display: block;
		width: 350px;
		margin: 30px auto 0;
	}
	.popup_close{
		top: 20px;
		right: 20px;
		width: 20px;
		height: 20px;
	}
	.popup_close::before,
	.popup_close::after{
		width: 25px
	}
	.priv-pol{
		text-align: center;
	}
	.popup_cons {
		background: linear-gradient(0deg, rgba(196, 196, 196, 0) 0%, #E2B932 50.12%, #D38C25 100%);
	}
	.popup_cons > img {
		transform: translate(-50%,-25%);
	}
	.popup_cons_title, .popup_cons_subtitle {
		width: 100%;
	}
	.popup_cons_title {
		font-size: 26px;
	}
	.popup_cons_subtitle {
		margin-bottom: 25px;
	}
	.btn-block {
		text-align: center;
	}
	.popup_cons .director_orange {
		bottom: auto;
		right: auto;
		margin-top: 50px;
	}
}
@media (max-width: 768px){
	.popup_cons{
		padding: 20px;
	}
	.popup_cons_form {
		padding: 40px 20px;
	}
	.popup_cons_form .popup_close,
	.popup_tnks .popup_close {
		top: 20px;
		right: 20px;
	}
	.popup_cons_form .director_orange {
		left: auto;
		margin: 50px auto 0;
	}
}
@media (max-width: 576px){
	.popup_cons > img,
	.popup_cons_form > img {
		width: 600px;
	}
	.popup_cons > img {
		transform: translate(-50%,-23%);
	}
	.popup_cons_title,
	.popup_cons_form__title {
		font-size: 20px;
	}
	.popup_cons .director_orange,
	.popup_cons_form .director_orange {
		width: 290px;
		height: 74px;
	}
	.popup_cons_subtitle,
	.popup_cons_form__subtitle {
		font-size: 12px;
	}
	.popup_cons .director_orange__photo,
	.popup_cons_form .director_orange__photo {
		width: 74px;
		height: 74px;
	}
	.popup_cons .director_orange__photo img,
	.popup_cons_form .director_orange__photo img {
		max-width: 100%;
		bottom: -7px;
	}
	.popup_cons .director_orange__info,
	.popup_cons_form .director_orange__info {
		padding: 17px 10px 0 20px;
	}
	.popup_cons .director_orange__post,
	.popup_cons_form .director_orange__post {
		font-size: 8px;
	}
	.popup_tnks {
		max-width: 320px;
		height: 330px;
	}
	.popup_tnks__bg-text {
		font-size: 50px;
	}
	.popup_tnks__title {
		font-size: 30px;
	}
	.popup_tnks__subtitle {
		font-size: 12px;
	}
}









#propertySelectionForm label.error{
	    color: red;
    position: initial;
    font-size: 14px;
    bottom: 18px;
}
#subscribe-form label.error{
	display:none !important;
}
#subscribe-form input.error{
	outline : 2px solid red;
}
input.error{
	outline: 2px solid red !important;
}

#mc-embedded-subscribe-form label.error{
	display:none !important;
}
#mc-embedded-subscribe-form input.error{
	outline : 2px solid red;
}
.google-loader{display:block}
.google-loader span{display:inline-block;margin-top:10px;height:20px;width:20px;border-radius:50%}
.google-loader span:not(:first-child){margin-left:10px}
.google-loader span:nth-child(1){background:#ffbf1a;animation:move 1s ease-in-out -.25s infinite alternate}
.google-loader span:nth-child(2){background:#791106;animation:move 1s ease-in-out -.5s infinite alternate}
.google-loader span:nth-child(3){background:#a3a3a3;animation:move 1s ease-in-out -.75s infinite alternate}
.google-loader span:nth-child(4){background:#ffbf1a;animation:move 1s ease-in-out -1s infinite alternate}
.google-loader span:nth-child(5){background:#791106;animation:move 1s ease-in-out -.5s infinite alternate}
.google-loader span:nth-child(6){background:#a3a3a3;animation:move 1s ease-in-out -.75s infinite alternate}
@keyframes move {
from{transform:translateY(-10px)}
to{transform:translateY(5px)}
}



.second-balloons-popup{
	display: none;
}
.popup-bg{
	position: fixed;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,.5);
	overflow-x: hidden;
	overflow-y: auto;
	    z-index: 9999999999;
}
.popup-container{
	position: relative;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	max-height: 100%;
}
.popup-balloons,
.popup-balloons-form{
	font-family: Roboto;
	position: relative;
	width: 100%;
	max-width: 970px;
	margin: 0 auto;
	background-size: auto;
	background-repeat: no-repeat;
	background-color: #000;
}
.popup-balloons{
	padding: 460px 50px 60px 70px;
	background-image: url(../img/balloons/bg-main.png);
	background-position: top 40px left -50px;
}
.popup-balloons-form{
	padding: 248px 50px 60px 70px;
	background-image: url(../img/balloons/bg-main-form.png);
	background-position: top 30px left 5px;
}
.popup-balloons img,
.popup-balloons-form img{
	width: 1380px;
	position: absolute;
	bottom: 0;
	right: -470px;
}
.popup-balloons .grey-text,
.popup-balloons-form .grey-text{
	font-size: 16px;
	line-height: 1.2em;
	color: #5B5B5B;
	margin-bottom: 18px;
	font-family: "Montserrat",sans-serif;
}
.popup-balloons .top-layout,
.popup-balloons-form .top-layout{
	position: relative;
	z-index: 2;
}
.popup-balloons .text-col .title,
.popup-balloons .btn,
.popup-balloons-form input[type="submit"]{
	background: radial-gradient(50% 100% at 50% 60%, #F5DC34 0%, #B48D21 100%);
}
.popup-balloons .text-col .title{
	display: inline-block;
	margin-bottom: 5px;
	font-style: normal;
	font-weight: 900;
	font-size: 25px;
	line-height: 1em;
	color: #F5DC34;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.iebrowser .popup-balloons .text-col .title{
	background: none;
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
	.popup-balloons .text-col .title{
		background: none;
	}
}
.popup-balloons .text-col .text{
	display: block;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.25em;
	color: #fff;
}
.popup-balloons .bottom-block{
	display: table;
}
.popup-balloons .bottom-block > div{
	display: table-cell;
	vertical-align: top;
}
.popup-balloons .bottom-block > div.text-col{
	width: 200px;
}
.popup-balloons .btn,
.popup-balloons-form input[type="submit"]{
	text-align: center;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	cursor: pointer;
	box-shadow: 0px 4px 50px rgba(237, 227, 54, 0.7);
	font-family: "Montserrat",sans-serif;
}
.popup-balloons .btn{
	width: 270px;
	color: #fff;
	height: 70px;
	line-height: 70px;
}
.popup-balloons-form input[type="submit"]{
	display: block;
	width: 100%;
	height: 60px;
	line-height: 60px;
}
.popup-balloons .close-btn,
.popup-balloons-form .close-btn{
	position: absolute;
	top: 50px;
	right: 50px;
	z-index: 10;
	width: 25px;
	height: 25px;
	cursor: pointer;
}
.popup-balloons .close-btn::before,
.popup-balloons .close-btn::after{
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #000;
}


.popup-balloons-form .close-btn::before,
.popup-balloons-form .close-btn::after{
	content: "";
	position: absolute;
	top: 11px;
	left: 0;
	display: block;
	width: 100%;
	height: 3px;
	background-color: #fff;
}
.popup-balloons .close-btn::before,
.popup-balloons-form .close-btn::before{
	transform: rotate(-45deg);
}
.popup-balloons .close-btn::after,
.popup-balloons-form .close-btn::after{
	transform: rotate(45deg);
}
.popup-balloons-form .main-text{
	display: block;
	max-width: 390px;
	margin-bottom: 6px;
	font-weight: 700;
	font-size: 35px;
	line-height: 1.2em;
	color: #fff;
}
.popup-balloons-form form{
	display: table;
	width: calc(100% + 30px);
	margin: 30px -15px 0;
}
.popup-balloons-form .one-line{
	display: table-row;
	width: 100%;
}
.popup-balloons-form .one-col{
	display: table-cell;
	width: 33.3333%;
	padding: 0 15px;
	vertical-align: middle;
}
.popup-balloons-form label{
	display: block;
	width: 100%;
	position: relative;
}
.popup-balloons-form label::after{
	content: "";
	display: block;
	width: 22px;
	height: 22px;
	position: absolute;
	top: 19px;
	right: 19px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.popup-balloons-form .one-line:first-child .one-col:nth-child(1) label::after{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5762 11.3154C10.5545 11.3154 10.5327 11.3154 10.5066 11.3154C10.4979 11.3154 10.4892 11.3154 10.4806 11.3154C10.4675 11.3154 10.4501 11.3154 10.4371 11.3154C9.16289 11.2936 8.13224 10.8457 7.37121 9.98903C5.69695 8.10168 5.97527 4.86623 6.00571 4.55747C6.11443 2.23959 7.21031 1.13067 8.11484 0.61317C8.7889 0.226134 9.57601 0.0173949 10.4545 0H10.4849C10.4892 0 10.4979 0 10.5023 0H10.5284C11.0111 0 11.9591 0.0782771 12.868 0.595776C13.7812 1.11327 14.8945 2.2222 15.0032 4.55747C15.0337 4.86623 15.312 8.10168 13.6377 9.98903C12.881 10.8457 11.8504 11.2936 10.5762 11.3154ZM13.8421 4.66618C13.8421 4.65314 13.8378 4.64009 13.8378 4.63139C13.6943 1.51336 11.4808 1.1785 10.5327 1.1785H10.5153C10.5066 1.1785 10.4936 1.1785 10.4806 1.1785C9.30639 1.2046 7.31033 1.68296 7.17552 4.63139C7.17552 4.64444 7.17552 4.65749 7.17117 4.66618C7.16682 4.69662 6.86241 7.65376 8.2453 9.2106C8.79324 9.82812 9.52383 10.1325 10.4849 10.1412C10.4936 10.1412 10.4979 10.1412 10.5066 10.1412C10.5153 10.1412 10.5197 10.1412 10.5284 10.1412C11.4851 10.1325 12.22 9.82812 12.7636 9.2106C14.1422 7.66246 13.8465 4.69228 13.8421 4.66618Z' fill='%23BCBCBC'/%3E%3Cpath d='M2.00127 16.4079C2.00127 16.4036 2.00127 16.3992 2.00127 16.3949C2.00127 16.3601 2.00562 16.3253 2.00562 16.2861C2.03171 15.4251 2.08824 13.4116 3.97559 12.768C3.98864 12.7637 4.00603 12.7593 4.01908 12.755C5.98035 12.2549 7.61113 11.1242 7.62852 11.1111C7.89379 10.9242 8.25909 10.9894 8.44608 11.2547C8.63308 11.5199 8.56785 11.8852 8.30257 12.0722C8.22865 12.1244 6.49785 13.329 4.33219 13.8856C3.31893 14.2466 3.20587 15.3294 3.17542 16.3209C3.17542 16.3601 3.17542 16.3949 3.17108 16.4296C3.16673 16.821 3.19282 17.4255 3.2624 17.7734C3.96689 18.1735 6.72833 19.5564 10.9292 19.5564C15.1127 19.5564 17.8915 18.1691 18.6004 17.7691C18.6699 17.4212 18.7004 16.8167 18.6917 16.4253C18.6917 16.3905 18.6873 16.3557 18.6873 16.3166C18.6569 15.3251 18.5438 14.2422 17.5306 13.8813C15.3649 13.3247 13.6341 12.1157 13.5602 12.0679C13.2949 11.8809 13.2297 11.5156 13.4167 11.2503C13.6037 10.985 13.969 10.9198 14.2342 11.1068C14.2516 11.1198 15.8737 12.2505 17.8437 12.7506C17.8611 12.755 17.8741 12.7593 17.8872 12.7637C19.7745 13.4116 19.831 15.4251 19.8571 16.2818C19.8571 16.3209 19.8571 16.3557 19.8615 16.3905C19.8615 16.3949 19.8615 16.3992 19.8615 16.4036C19.8658 16.6297 19.8702 17.7908 19.6397 18.3735C19.5962 18.4866 19.5179 18.5823 19.4136 18.6475C19.2831 18.7345 16.1564 20.7262 10.9249 20.7262C5.69334 20.7262 2.5666 18.7301 2.43614 18.6475C2.33612 18.5823 2.25349 18.4866 2.21001 18.3735C1.99257 17.7951 1.99692 16.634 2.00127 16.4079Z' fill='%23BCBCBC'/%3E%3C/svg%3E");}
.popup-balloons-form .one-line:first-child .one-col:nth-child(2) label::after{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6812 13.9594C14.6099 16.4353 12.1165 18.3848 9.27069 19.7642C8.18718 20.2777 6.73815 20.8869 5.12377 20.9913C5.02369 20.9956 4.92796 21 4.82788 21C3.74437 21 2.87408 20.6258 2.1648 19.8556C2.16045 19.8512 2.15175 19.8425 2.1474 19.8338C1.89501 19.5292 1.60782 19.2551 1.30757 18.9635C1.10305 18.7677 0.894182 18.5632 0.694017 18.3543C-0.232838 17.3883 -0.232836 16.1612 0.702721 15.2257L3.31793 12.6104C3.76178 12.1492 4.29265 11.9055 4.84963 11.9055C5.40662 11.9055 5.94184 12.1492 6.39874 12.6061L7.95655 14.1639C8.10015 14.0812 8.2481 14.0073 8.38735 13.9376C8.5614 13.8506 8.72241 13.7679 8.866 13.6765C10.2846 12.7758 11.5726 11.6009 12.804 10.091C13.4263 9.30336 13.844 8.64194 14.1356 7.96747C13.7265 7.5976 13.3436 7.21032 12.9738 6.83174C12.8432 6.69685 12.7083 6.56196 12.5734 6.42706C12.1035 5.95711 11.8511 5.41318 11.8511 4.86055C11.8511 4.30792 12.0991 3.76399 12.5734 3.29403L13.8701 1.99731C14.0224 1.84501 14.166 1.69706 14.314 1.54476C14.6012 1.24886 14.9014 0.94426 15.1973 0.67012C15.6455 0.230626 16.1721 0 16.729 0C17.2817 0 17.8125 0.230626 18.2781 0.674472L19.9056 2.30191C20.4974 2.8937 20.8324 3.61169 20.9021 4.44281C20.9847 5.4828 20.7933 6.58806 20.2972 7.92395C19.5357 9.99088 18.3869 11.9099 16.6812 13.9594ZM19.8403 4.53419C19.7881 3.95545 19.5662 3.47244 19.1484 3.0547L17.5297 1.43597C17.2773 1.19229 16.9988 1.0661 16.729 1.0661C16.4636 1.0661 16.1938 1.19229 15.9458 1.44467C15.6542 1.71446 15.3801 1.99731 15.0842 2.29755C14.9362 2.44985 14.7839 2.60215 14.6316 2.75881L13.3349 4.05553C13.0651 4.32532 12.9259 4.59946 12.9259 4.86925C12.9259 5.13904 13.0651 5.41318 13.3349 5.68297C13.4698 5.81786 13.6047 5.95711 13.7396 6.092C14.1443 6.50104 14.5229 6.88831 14.9406 7.25818C14.9493 7.26689 14.9537 7.27124 14.9624 7.27994C15.3235 7.64111 15.267 7.98487 15.1799 8.24596C15.1756 8.25901 15.1712 8.26772 15.1669 8.28077C14.8318 9.08578 14.3662 9.85164 13.6395 10.7654C12.3341 12.3755 10.959 13.6243 9.44474 14.586C9.25763 14.7078 9.05747 14.8036 8.87035 14.8993C8.6963 14.9863 8.53529 15.069 8.3917 15.1604C8.37429 15.1691 8.36124 15.1778 8.34383 15.1865C8.20023 15.2605 8.06099 15.2953 7.92174 15.2953C7.57363 15.2953 7.34735 15.0734 7.27338 14.9994L5.64595 13.3719C5.39356 13.1196 5.11942 12.9847 4.84963 12.9847C4.51892 12.9847 4.24914 13.1892 4.07943 13.3719L1.45552 15.9915C0.933346 16.5137 0.937698 17.0794 1.46857 17.632C1.65133 17.8278 1.84279 18.0149 2.04731 18.2107C2.35191 18.5066 2.66957 18.8112 2.95676 19.155C3.45717 19.6946 4.05332 19.947 4.82352 19.947C4.8975 19.947 4.97582 19.9426 5.0498 19.9383C6.47707 19.8469 7.80425 19.2899 8.80073 18.8156C11.5073 17.5058 13.8832 15.6477 15.8544 13.2893C17.4775 11.3355 18.5697 9.51658 19.292 7.56714C19.7402 6.37049 19.9099 5.40883 19.8403 4.53419Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A");}
.popup-balloons-form .one-line:first-child .one-col:nth-child(3) label::after{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.56362 2.50928H18.432C19.8485 2.50928 21 3.66074 21 5.07725V15.9227C21 17.3392 19.8485 18.4907 18.432 18.4907H2.56797C1.15146 18.4907 -1.90735e-06 17.3392 -1.90735e-06 15.9227V5.08159C-0.00434685 3.66508 1.14711 2.50928 2.56362 2.50928ZM1.16884 15.9227C1.16884 16.6918 1.79454 17.3175 2.56362 17.3175H18.432C19.2011 17.3175 19.8268 16.6918 19.8268 15.9227V5.08159C19.8268 4.31251 19.2011 3.68681 18.432 3.68681H2.56797C1.79888 3.68681 1.17318 4.31251 1.17318 5.08159V15.9227H1.16884Z' fill='%23BCBCBC'/%3E%3Cpath d='M7.75596 10.3653L2.62002 5.75948C2.38104 5.54223 2.35931 5.17289 2.57657 4.92956C2.79382 4.69058 3.16316 4.66886 3.40649 4.88611L10.489 11.243L11.8708 10.009C11.8751 10.0047 11.8795 10.0003 11.8795 9.99598C11.9099 9.96557 11.9403 9.9395 11.9751 9.91343L17.5977 4.88177C17.841 4.66451 18.2103 4.68624 18.4276 4.92956C18.6448 5.17289 18.6231 5.54223 18.3798 5.75948L13.183 10.4044L18.3581 15.2492C18.5927 15.4708 18.6057 15.8402 18.3841 16.0792C18.2668 16.2008 18.1104 16.266 17.954 16.266C17.8106 16.266 17.6672 16.2139 17.5542 16.1096L12.301 11.1952L10.8758 12.4684C10.7628 12.5683 10.6237 12.6161 10.4847 12.6161C10.3457 12.6161 10.2023 12.564 10.0936 12.464L8.62933 11.1518L3.40649 16.1139C3.29351 16.2226 3.14578 16.2747 3.00239 16.2747C2.84597 16.2747 2.69389 16.2139 2.57657 16.0922C2.35497 15.8576 2.36366 15.4839 2.59829 15.2623L7.75596 10.3653Z' fill='%23BCBCBC'/%3E%3C/svg%3E%0A");}
.popup-balloons-form input{
	width: 100%;
	height: 60px;
	box-sizing: border-box;
	border: none;
}
.popup-balloons-form label input{
	padding: 20px 55px 16px 20px;
	font-size: 14px;
	color: #282D39;
	margin-bottom: 20px;
}
.popup-balloons-form .placeholder{
	position: absolute;
	top: 20px;
	left: 23px;
	font-size: 14px;
	line-height: 20px;
	color: #727272;
	z-index: 2;
	transition: .2s;
}
.popup-balloons-form label input:focus + .placeholder,
.popup-balloons-form label input.active + .placeholder{
	top: 10px;
	font-size: 10px;
	transition: .2s;
}
.popup-balloons-form .priv-pol,
.popup-balloons-form .priv-pol a{
	font-size: 12px;
	line-height: 1.2em;
	color: #fff;
}
@media (min-width: 768px){
	.popup-balloons .text-col .text > span{
		display: inline-block;
	}
}
@media (max-width: 992px){
	.popup-balloons,
	.popup-balloons-form{
		max-width: 760px;
	}
	.popup-balloons img,
	.popup-balloons-form img{
		width: 1200px;
	}
	.popup-balloons img{
		right: -410px;
	}
	.popup-balloons-form img{
		right: -380px;
	}
	.popup-balloons {
		padding: 350px 50px 60px 70px;
		background-image: url(../img/balloons/bg-main.png);
		background-position: top 40px left -20px;
		background-size: 400px;
	}
	.popup-balloons .bottom-block{
		display: block;
	}
	.popup-balloons .bottom-block > div.text-col{
		display: inline-block;
		width: 32%;
	}
	.popup-balloons .bottom-block > div.btn-col{
		display: block;
	}
	.popup-balloons .bottom-block .btn{
		margin: 35px auto 0;
	}
	.popup-balloons .close-btn::before,
	.popup-balloons .close-btn::after,
	.popup-balloons-form .close-btn::before,
	.popup-balloons-form .close-btn::after{
		background-color: #fff;
	}
	.popup-balloons-form{
		padding-top: 60px;
	}
	.popup-balloons-form .main-text,
	.popup-balloons-form .grey-text{
		margin-left: 240px;
		text-shadow: 0px 0px 10px #000;
	}
	.popup-balloons-form form,
	.popup-balloons-form .one-line,
	.popup-balloons-form .one-col,
	.popup-balloons-form .priv-pol{
		display: block;
		width: 100%;
	}
	.popup-balloons-form form{
		margin: 30px 0 0;
	}
	.popup-balloons-form .priv-pol{
		margin-top: 20px;
		text-align: center;
	}
}
@media (max-width: 992px) and (min-width: 769px){
	.popup-balloons-form .grey-text{
		color: #fff;
	}
	.popup-balloons .text-col .title{
		text-shadow: 0px 0px 10px #000;
		background: none;
		-webkit-text-fill-color: #F5DC34;
	}
}
@media (max-width: 768px){
	.popup-balloons .close-btn,
	.popup-balloons-form .close-btn{
		top: 20px;
		right: 20px;
	}
	.popup-balloons{
		padding: 350px 20px 60px 20px;
		background-position: top 40px center;
	}
	.popup-balloons-form{
		padding: 250px 20px 60px 20px;
		background-position: top 30px center;
	}
	.popup-balloons img,
	.popup-balloons-form img{
		display: none;
	}
	.popup-balloons .bottom-block > div.text-col,
	.popup-balloons .grey-text{
		display: block;
		width: 100%;
		text-align: center;
		margin-bottom: 20px;
	}
	.popup-balloons-form .main-text,
	.popup-balloons-form .grey-text{
		max-width: 100%;
		margin-left: 0;
		text-align: center;
	}
	.popup-balloons-form .main-text{
		font-size: 25px;
	}
}















#popup-hypothec_disabled{display:none;}
.fixed {
    position: fixed;
    z-index: 9999;
    top: 0;
}


#preloader .logopreload{
    background-image: url('../img/sprite-logo-icons.png');
    background-position: -133px 0;
    background-size: 260px;
    display: inline-block;
    height: 82px;
    margin-bottom: 20px;
    width: 129px;
}
#preloader{
	position: fixed;
    background: rgba(255,255,255);
    width: 100%;
    height: 100%;
    z-index: 9999999;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}


/* POPUP "GO TO CATALOG" START */
#popup-go-to-catalog{
    position: fixed;
    width: 100vw;
    height: 100vh;
    /*background-color: rgba(0,0,0,.5); */
    z-index: 9999;
}
#popup-go-to-catalog .popup-container{
    width: 100%;
    max-width: 400px;
    max-height: 100vh;
    position: absolute;
    bottom: 0;
    left: 59%;
    /*transform: translate(-50%,-50%);*/
    overflow: auto;
}
#popup-go-to-catalog input.whatsapp_sell{
    width: 77%;
    padding: 10px 30px;
    margin-bottom: 10px;
}
.popup-go-to-catalog{
    width: 100%;
    background-color: #fff;
    padding: 65px 15px;
    text-align: center;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../img/bg-orange-block.jpg);
}
.light .popup-go-to-catalog{
    background-image: url(../img/catalog-winter/bg_sidebar_form.jpg);
}
.popup-go-to-catalog .close-popup{
    top: 20px;
    right: 20px;
    width: 18px;
    height: 18px;
    background-size: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 357 357' xml:space='preserve'%3E%3Cpolygon fill='%23282d39' points='357,35.7 321.3,0 178.5,142.8 35.7,0 0,35.7 142.8,178.5 0,321.3 35.7,357 178.5,214.2 321.3,357 357,321.3 214.2,178.5'/%3E%3C/svg%3E");
}
.light .popup-go-to-catalog .close-popup{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 357 357' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='357,35.7 321.3,0 178.5,142.8 35.7,0 0,35.7 142.8,178.5 0,321.3 35.7,357 178.5,214.2 321.3,357 357,321.3 214.2,178.5'/%3E%3C/svg%3E");
}
.popup-go-to-catalog .main-text{
    display: block;
    font-size: 20px;
    line-height: 1.6em;
    font-weight: 600;
    margin-bottom: 10px;
}
.popup-go-to-catalog .desc{
    display: block;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 20px;
}
.popup-go-to-catalog .btn{
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 0;
    border: none;
    padding: 10px 30px;
}
.light .popup-go-to-catalog .main-text,
.light .popup-go-to-catalog .desc,
.popup-go-to-catalog .btn{
    color: #fff;
}
.popup-go-to-catalog .main-text,
.popup-go-to-catalog .desc,
.light .popup-go-to-catalog .btn{
    color: #282d39;
}
.popup-go-to-catalog .btn{
    background-color: #791106;
}
.light .popup-go-to-catalog .btn{
    background-color: #efbe35;
}
.popup-go-to-catalog .btn:hover{
    background-color: #282d39;
    color: #fff;
}
/* POPUP "GO TO CATALOG" END */

/* FOR FIXED VERSION START */
#popup-go-to-fixed{
    display: none;
    width: 100%;
    max-width: 400px;
    position: fixed;
    bottom: 0;
    right: 10%;
    z-index: 99999;
}
#popup-go-to-fixed .container{
    position: relative;
    padding: 0;
    max-height: 100vh;
    overflow-y: auto;
}
#popup-go-to-fixed .popup-go-to-catalog{
    max-width: 400px;
    float: right;
}
/* FOR FIXED VERSION END */


strong{
    /* margin-left: .4em; */
    margin-left: 0;
}


img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.red-text{
    color: #791106;
}

.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption {
    background: #fff;
    border: 1px solid #f0f0f0;
    max-width: 96%; /* Image does not overflow the content area */
    padding: 5px 3px 10px;
    text-align: center;
}

.wp-caption.alignnone {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
    margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
    margin: 5px 0 20px 20px;
}

.wp-caption img {
    border: 0 none;
    height: auto;
    margin: 0;
    max-width: 98.5%;
    padding: 0;
    width: auto;
}

.wp-caption p.wp-caption-text {
    font-size: 11px;
    line-height: 17px;
    margin: 0;
    padding: 0 4px 5px;
}



#add-comment-block {
    background-color: rgba(0,0,0,.6);
    display: none;
    height: 100%;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

#add-comment-block .flex-container {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    width: 100%
}

#add-comment-block .form-block {
    background-color: #fff;
    max-height: 100%;
    max-width: 100%;
    overflow-y: scroll;
    padding: 20px;
    width: 500px
}

#add-comment-block .form-block .full-width-block {
    text-align: center;
    width: 100%
}

#add-comment-block .quip-fld:not(:last-child),#contribution .block-title {
    margin-bottom: 20px
}

#add-comment-block .top-orange-panel {
    background-color: #efbe35;
    display: flex;
    height: 50px;
    justify-content: flex-end;
    margin: -20px -20px 20px
}

#add-comment-block .top-orange-panel .close-btn {
    background-color: #791106;
    background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 174.239 174.239" xml:space="preserve"><path fill="%23fff" d="M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    cursor: pointer;
    height: 50px;
    width: 50px
}

#add-comment-block button[name=quip-post] {
    background-color: #efbe35;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin: 50px auto 0;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: .23s
}

#add-comment-block button[name=quip-post]:hover {
    background-color: #282d39;
    color: #fff
}

#ask-questions .close-btn {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' class='close-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 174.239 174.239' xml:space='preserve'%3E%3Cpath d='M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px
}

#ask-questions .table-cell .form-block {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    background-color: #fff;
    display: inline-block;
    max-width: 100%;
    position: relative;
    width: 600px
}

#ask-questions .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

#ask-questions {
    background-color: rgba(255,255,255,.8);
    display: table;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

#back-button-block {
    text-align: right
}

#back-button-block .back-btn {
    background-color: #eee0df;
    color: #791106;
    display: inline-block;
    font-size: 12px;
    line-height: 16px;
    padding: 2px 10px
}

#back-button-block .back-btn .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" xml:space="preserve"><path fill="%23791106" d="M384.834,180.699c-0.698,0-348.733,0-348.733,0l73.326-82.187c4.755-5.33,4.289-13.505-1.041-18.26 c-5.328-4.754-13.505-4.29-18.26,1.041l-82.582,92.56c-10.059,11.278-10.058,28.282,0.001,39.557l82.582,92.561 c2.556,2.865,6.097,4.323,9.654,4.323c3.064,0,6.139-1.083,8.606-3.282c5.33-4.755,5.795-12.93,1.041-18.26l-73.326-82.188 c0,0,348.034,0,348.733,0c55.858,0,101.3,45.444,101.3,101.3s-45.443,101.3-101.3,101.3h-61.58 c-7.143,0-12.933,5.791-12.933,12.933c0,7.142,5.79,12.933,12.933,12.933h61.58c70.12,0,127.166-57.046,127.166-127.166 C512,237.745,454.954,180.699,384.834,180.699z"/></svg>');
    display: inline-block;
    height: 15px;
    margin-left: 10px;
    vertical-align: text-bottom;
    width: 17px
}

#back-button-block .back-btn:hover {
    background-color: #791106;
    color: #fff;
    text-decoration: none
}

#back-button-block .back-btn:hover .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.001 512.001" xml:space="preserve"><path fill="%23fff" d="M384.834,180.699c-0.698,0-348.733,0-348.733,0l73.326-82.187c4.755-5.33,4.289-13.505-1.041-18.26 c-5.328-4.754-13.505-4.29-18.26,1.041l-82.582,92.56c-10.059,11.278-10.058,28.282,0.001,39.557l82.582,92.561 c2.556,2.865,6.097,4.323,9.654,4.323c3.064,0,6.139-1.083,8.606-3.282c5.33-4.755,5.795-12.93,1.041-18.26l-73.326-82.188 c0,0,348.034,0,348.733,0c55.858,0,101.3,45.444,101.3,101.3s-45.443,101.3-101.3,101.3h-61.58 c-7.143,0-12.933,5.791-12.933,12.933c0,7.142,5.79,12.933,12.933,12.933h61.58c70.12,0,127.166-57.046,127.166-127.166 C512,237.745,454.954,180.699,384.834,180.699z"/></svg>')
}

#back-call-form-container {
    height: 100%;
    position: relative;
    width: 100%;
	/*top: calc(50vh - 275px);*/
}

#back-call-form-container .back-call-form-block {
    max-width: 100%;
    position: relative;
    width: 600px;
    left: 50%;
    transform: translate(-50%, 0);
}

#back-call-form-container .back-call-form-block form {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column; 
    padding: 30px 50px 20px;
    width: 100%
}

#back-call-form-container .back-call-form-block form .big-red-title {
    color: #791106;
    font-size: 23px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 10px;
    text-transform: uppercase
}

#back-call-form-container .back-call-form-block form input[type=submit] {
    background-color: #efbe35;
    border: 0;
    color: #282d39;
    cursor: pointer;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    margin: 20px 0 0;
    max-width: 100%;
    padding: 10px 30px;
    text-transform: uppercase;
    width: 440px;
    max-width: 100%;
}

#back-call-form-container .back-call-form-block form input[type=submit][disabled=disabled] {
    background-color: #eee;
    color: #8e8e8e
}

#back-call-form-container .back-call-form-block form input[type=email],#back-call-form-container .back-call-form-block form input[type=text] {
    border: 1px solid #a3a3a3;
    border-radius: 0;
    height: 45px;
    padding: 5px 10px;
    width: 100%
}

#back-call-form-container .back-call-form-block form label {
    margin: 0;
    max-width: 100%;
    width: 440px
}

#back-call-form-container .back-call-form-block form p {
    margin-top: 20px;
    max-width: 100%;
    text-align: center;
    width: 100%
}

#back-call-form-container .back-call-form-block form p a {
    color: inherit;
    font-weight: 600;
    text-decoration: underline
}

#back-call-form-container .back-call-form-block form input,#back-call-form-container .back-call-form-block form span {
    display: block;
    margin-bottom: 20px
}

#back-call-form-container .back-call-form-block form span {
    text-align: center;
    width: 100%
}

#back-call-form-container .back-call-form-block form span.error,#back-call-form-container .back-call-form-block form span.error_name {
    margin: 0
}

#benefit {
    background-image: url(../img/history/bg_benefit.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

#bottom-block-row {
    margin-bottom: 0;
    padding: 50px 0
}

#bottom-block-row .orange-title {
    color: #efbe35;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px;
    text-align: center;
    text-transform: uppercase
}

#bottom-form-section {
    background-image: url(../img/real-estate/gb-bottom-form.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 120px 0 0
}

#bottom-form-section .cs-select>span,#bottom-form-section input,#bottom-form-section textarea {
    line-height: 29px;
    padding: 10px 30px 10px 15px
}

#bottom-form-section .cs-select ul li.cs-selected span {
    background-color: #efbe35;
    color: #fff
}

#bottom-form-section .cs-select ul span {
    padding: 10px 20px
}

#bottom-form-section .cs-select ul span:hover {
    background-color: #f3f3f3
}

#bottom-form-section .cs-select.cs-active .cs-options,#bottom-form-section .custom-select ul {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3)
}

#bottom-form-section .custom-select ul {
    max-height: 265px;
    overflow-y: auto
}

#bottom-form-section .dropdown {
    display: flex;
    width: 100%;
    margin-bottom: 14px
}

#bottom-form-section .dropdown .custom-select {
    background-image: url(data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306'%3E%3Cpolygon fill='%23343a40' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E);
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 0;
    height: 50px;
    max-width: 100%;
    padding: 0;
    width: calc(100% - 50px)
}

#bottom-form-section input {
    margin-bottom: 14px
}

#bottom-form-section .form-block {
    -moz-box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    -webkit-box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    background-color: rgba(255,255,255,.8);
    box-shadow: 0 0 20px 0 rgba(0,0,0,.4);
    margin: 0 auto 80px;
    max-width: 100%;
    padding: 50px 80px;
    width: 850px
}

#bottom-form-section .form-block .subtitle {
    color: #282d39;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px
}

#bottom-form-section .form-block .title-block {
    margin-bottom: 40px;
    text-align: center
}

#bottom-form-section .form-block form .icon {
    background-color: #282d39;
    float: left;
    height: 50px;
    width: 50px
}

#bottom-form-section .form-block h3 {
    color: #282d39;
    font-size: 36px;
    font-weight: 300;
    text-transform: uppercase
}

#bottom-form-section input,#bottom-form-section textarea {
    border: 1px solid #ced4da;
    font-size: 16px;
    height: 50px;
    width: calc(100% - 50px)
}

#bottom-form-section textarea {
    height: 114px;
    resize: none
}

#bottom-form-section input[type=submit] {
    background-color: #791106;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 0;
    padding: 10px 30px;
    text-transform: uppercase;
    transition: .2s;
    width: 100%
}

#bottom-header-line {
    background-color: #f4f4f4
}

#bottom-header-line .bottom-header-line {
    align-items: center;
    display: flex;
    justify-content: space-between
}

#bottom-header-line .bottom-header-line nav {
    padding-right: 5%;
    width: 100%
}

#bottom-header-line .btn-in-header .main-btn {
    align-items: center;
    border-left: 1px solid #e4e4e4; /* ЫЫ */
    cursor: pointer;
    display: inline-flex;
    height: 50px;
    justify-content: center;
    width: 50px;
    background-size: 20px; /* ЫЫ */
    background-position: center;
    background-repeat: no-repeat;
}
/*
#bottom-header-line .btn-in-header .main-btn.active {
    background-color: #dfdfdf
}

#bottom-header-line .btn-in-header svg path {
    fill: #282d39
}
*/
#bottom-header-line .btn-in-header {
    position: relative;
    z-index: 99;
    height: 50px;
}

#bottom-header-line .btn-in-header:last-child {
    border-right: 1px solid #e4e4e4
}

#bottom-header-line .btns-in-header {
    display: flex;
    justify-content: flex-end
}

#bottom-header-line .btns-in-header a {
    align-items: center;
    display: flex;
    justify-content: center;
    text-decoration: none
}

#bottom-header-line .heart_btn svg {
    height: 26px;
    width: 26px
}

#bottom-header-line .language_btn span,#bottom-header-line ul li a {
    color: #282d39;
    font-size: 14px; /* ЫЫ */
    font-weight: 500;
    text-transform: uppercase
}

#bottom-header-line ul li a {
    align-items: center;
    display: flex;
    font-size: 14px;
    font-weight: 600;
    height: 50px;
    padding: 0 10px
}

#bottom-header-line .row {
    height: 50px
}

#bottom-header-line .search_btn svg {
    height: 22px;
    width: 22px
}

#bottom-header-line ul {
    display: flex;
    justify-content: space-between;
    list-style-type: none;
    margin: 0;
    padding: 0
}

#language_block ul {
        display: block;
    margin-bottom: 0;
}
#language_block ul li{
    width:100%;
}

#bottom-header-line ul li {
    display: inline-block
}

#bottom-header-line ul li a svg {
    padding-left: 5px
}

#bottom-header-line ul li a.active,#bottom-header-line ul li a:hover {
    background-color: #dfdfdf;
    text-decoration: none
}

#bottom-header-line ul li ul.sub-menu {
    background-color: #f4f4f4;
    display: none;
    position: absolute;
    top: 55px;
    z-index: 999
}

#bottom-header-line ul li ul.sub-menu li,#bottom-header-line ul li ul.sub-menu li a {
    align-items: center;
    color: #94969a;
    display: flex;
    height: 40px;
    justify-content: flex-start;
    width: 100%
}

#bottom-header-line ul li ul.sub-menu li {
    border-bottom: 1px solid #d1d1d1
}

#bottom-header-line ul li ul.sub-menu li a {
    padding: 0 20px
}

#bottom-header-line ul li ul.sub-menu li a:hover,#language_block a:hover {
    background-color: #efbe35;
    color: #282d39
}

#bottom-header-line ul li ul.sub-menu li:first-child {
    border-top: 1px solid #d1d1d1
}

#breadcrumbs-block {
    margin-top: 20px
}

#post-template #breadcrumbs-block {
    margin-top:0
}

#property #breadcrumbs-block {
	margin-top: 0
}

#property-new #breadcrumbs-block {
	margin: 20px 0
}

#building-info {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    background-color: #fbfbfb;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    margin: 30px 0
}

#building-info .one-col {
    flex-direction: column;
    padding-bottom: 15px;
    padding-top: 15px
}

#building-info .one-col .info {
    background-color: #fff;
    border: 1px solid #d1d1d1;
    color: #000;
    display: block;
    font-size: 18px;
    font-weight: 600;
    line-height: 26px;
    margin-top: 5px;
    padding: 5px 10px;
    width: 100%
}

#building-info .one-col .title {
    color: #8c8c8c;
    font-size: 13px;
    font-weight: 700;
    line-height: 26px
}

#comfort,
#comfort-sale {
    padding-top: 50px;
    position: relative
}

#comfort .photo-slide {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 400px;
    width: 100%
}

#comfort .slider-col .slick-list .slick-track{
    height: 100%!important
}

#add-comment-block .quip-add-comment{
    padding: 4px;
}

#add-comment-block .quip-add-comment label{
    margin-bottom: 0;
}

#add-comment-block .quip-add-comment input[type=text],
#add-comment-block .quip-add-comment textarea{
    padding: 5px;
}

#add-comment-block .quip-add-comment input[type=text],#add-comment-block .quip-add-comment textarea,#add-comment-block .quip-add-comment label,#bottom-form-section .form-request,#bottom-form-section .name,#comfort .slider-col .slick-list {
    width: 100%
}
#add-comment-block .quip-add-comment label span{
    margin-bottom: .5rem;
    display: block;
    font-size: 18px;
}

#comfort .slider-row .before-title {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

#comfort .slider-row .red-text {
    color: #791106;
    font-weight: 500
}

#comfort .slider-row .red-text:before {
    background-color: #efbe35;
    content: "";
    display: inline-block;
    height: 6px;
    margin-right: 10px;
    vertical-align: middle;
    width: 6px
}

#comfort .slider-row .red-title {
    color: #791106;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    text-transform: uppercase
}

#comfort .slider-row-absolute,
#comfort-sale .slider-row-absolute {
    height: calc(100% - 50px);
    position: absolute;
    width: 100%
}

#comment-block .block-title {
    margin-bottom: 100px
}

#comment-block .dark-btn {
    background-color: #282d39;
    border: 1px solid #282d39;
    color: #fff
}

#comment-block .quip-comment-body {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    padding: 60px;
    position: relative
}

#comment-block .quip-comment-body .quip-comment-date {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

#comment-block .quip-comment-body .quip-comment-meta {
    background: #efbe35;
    display: flex;
    left: 0;
    position: absolute;
    top: -45px
}

#comment-block .quip-comment-body .quip-comment-meta .avatar {
    background-color: #f7f7f7;
    background-image: url(../img/reviews/alegria-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px
}
#comment-block .quip-comment-list {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
#comment-block .quip-comment-list li>div {
    display: none;
    margin-bottom: 70px
}

#comment-block .show-more-comments.disabled,#comment-block .show-more-comments.disabled:hover {
    background-color: #eee;
    border-color: #d8d8d8;
    color: #fff;
    cursor: default
}

#comment-block .success-msg-custom {
    color: green;
    font-size: 16px;
    margin: -30px 0 30px;
    text-align: center
}

#comment-block .white-btn {
    border: 1px solid #282d39;
    color: #282d39
}

#comment-block .dark-btn,#comment-block .white-btn,#geography .dark-block .btn-block a {
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: .23s
}

#comment-block .dark-btn:hover,#comment-block .white-btn:hover {
    background-color: #efbe35;
    border-color: #efbe35;
    color: #fff
}

#third-block-title .before-title {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

#first-block .text-block {
    background-image: url(../img/about/bg_map.png)
}



#third-block-title .title {
    color: #282d39;
    font-size: 36px;
    font-weight: 700;
    margin-bottom: 40px;
    text-transform: uppercase
}

#geography #map {
    height: 100%;
    position: absolute!important;
    width: 100%
}

#geography .dark-block {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    background-color: #282d39;
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    padding: 30px
}

#geography .dark-block .btn-block a {
    border: 1px solid #fff;
    color: #fff;
    max-width: 200px;
    text-decoration: none
}

#geography .dark-block .btn-block a:hover {
    background-color: #fff;
    color: #282d39;
    transition: .23s
}

#bottom-block-row p,#geography .dark-block .btn-block,#video-reviews-row .show-all-videos-btn-block {
    margin-top: 50px;
    text-align: center
}

#geography .dark-block ul li {
    margin-bottom: 10px
}

#geography .dark-block ul li a {
    color: #fff;
    text-decoration: none
}

#geography .dark-block ul li a:focus,#geography .dark-block ul li a:hover,.big-block-with-slider .btn-before-slider a:hover {
    color: #efbe35;
    text-decoration: none
}

#geography .dark-block ul,#video-presentation ul,.big-block-with-slider .slider-row .right-col .info-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

#geography .photo {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    background-image: url(../img/history/photo_on_map.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    height: 180px;
    width: 100%
}

#geography .photo-col {
    height: 180px
}

#geography-title {
    margin-top: 80px
}

#post-template #top-panel{
    border-bottom: 1px solid #d1d1d1;
    margin-bottom: 70px;
}

#top-panel .container #global-nav-arrows.row {
    margin: 0 -15px 30px;
    min-height: auto;
    height: 40px;
}

#global-nav-arrows .global-arrow {
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 31.49 31.49' xml:space='preserve'%3E%3Cpath fill='%23a2a2a2' d='M21.205,5.007c-0.429-0.444-1.143-0.444-1.587,0c-0.429,0.429-0.429,1.143,0,1.571l8.047,8.047H1.111 C0.492,14.626,0,15.118,0,15.737c0,0.619,0.492,1.127,1.111,1.127h26.554l-8.047,8.032c-0.429,0.444-0.429,1.159,0,1.587 c0.444,0.444,1.159,0.444,1.587,0l9.952-9.952c0.444-0.429,0.444-1.143,0-1.571L21.205,5.007z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 1px solid #d1d1d1;
    display: inline-block;
    height: 40px;
    width: 45px
}

#global-nav-arrows .global-arrow-next {
    float: right
}

#global-nav-arrows .global-arrow-prev {
    float: left;
    margin-right: 10px;
    transform: rotate(180deg)
}

#global-nav-arrows .global-arrow:hover {
    background-color: #e8e8e8
}

#global-nav-arrows .global-arrows,.location-block,.location-col {
    align-items: center;
    display: flex;
    justify-content: flex-end
}

#global-nav-arrows .info-block {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    align-items: center;
    background-color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    display: flex;
    padding: 10px
}

#global-nav-arrows .info-block .desc {
    font-size: 14px;
    line-height: 20px;
    width: 60%
}

#global-nav-arrows .info-block .logo {
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 18%
}

#global-nav-arrows .info-block .logo img {
    margin: -40px 0;
    max-height: 100%;
    max-width: 100%
}

#global-nav-arrows .info-block .title {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    text-transform: uppercase;
}

#global-nav-arrows .info-block>div {
    padding: 10px 5px
}

#global-nav-arrows>div {
    margin-bottom: -30px
}

#heart_block {
    background-color: #f4f4f4;
    cursor: default;
    display: none;
    padding: 7px;
    position: absolute;
    right: 0;
    top: 55px;
    z-index: 10
}

#heart_block .block-with-scroll {
    background-color: #f4f4f4;
    max-height: 200px;
    min-height: 52px;
    min-width: 286px;
    overflow-y: scroll
}

#heart_block .block-with-scroll::-webkit-scrollbar {
    width: 10px
}

#heart_block .block-with-scroll::-webkit-scrollbar-thumb {
    background: #888
}

#heart_block .block-with-scroll::-webkit-scrollbar-thumb:hover {
    background: #555
}

#heart_block .block-with-scroll::-webkit-scrollbar-track {
    background: #f4f4f4
}

#heart_block .heart-container {
    position: relative;
    text-align: center
}

#heart_block .img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
    float: left;
    height: 86px;
    width: 130px
}

#heart_block .liked-property {
    background-color: #f4f4f4;
    border: 1px solid #d1d1d1;
    display: flex;
    margin-bottom: 2px;
    margin-right: 5px;
    padding: 5px 3px;
    position: relative
}

#heart_block .liked-property .close-btn {
    cursor: pointer;
    display: flex;
    height: 10px;
    width: 10px;
    position: absolute;
    right: 5px;
    top: 5px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 174.239 174.239' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#heart_block .liked-property .close-btn .remove_from_favor {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 174.239 174.239" xml:space="preserve"><path d="M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 10px;
    width: 10px
}

#contribution p,#heart_block .liked-property:last-child {
    margin-bottom: 0
}

#heart_block .no-one-select {
    background-color: #f4f4f4;
    display: flex;
    justify-content: center;
    margin: 5%;
    position: absolute;
    right: 0;
    top: 0;
    width: 90%
}

#heart_block .preview-content {
    padding: 0 0 0 10px;
    text-align: left;
    width: 230px
}

#heart_block .preview-content .description {
    color: #5b5b5b;
    display: block;
    font-size: 10px;
    font-weight: 600;
    line-height: 15px
}

#heart_block .preview-content .price {
    color: #282d39;
    display: block;
    font-size: 12px;
    font-weight: 700;
    line-height: 12px
}

#heart_block .preview-content .title {
    color: #791106;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px;
    margin-top: 5px
}

#history-and-projects-body {
    padding: 80px 15px
}


#language_block {
    background-color: #f4f4f4;
    height: auto;
    position: absolute;
    top: 55px;
    width: 50px
}

#language_block a {
    border-bottom: 1px solid #d1d1d1;
    color: #94969a;
    font-weight: 600;
    height: 40px;
    text-transform: uppercase;
    width: 100%
}

#language_block a:last-child,.big-block-with-slider .slider-row .right-col .info-block ul li:last-child {
    border-bottom: 0
}

#bottom-form-section input[type=submit]:hover {
    background-color: #282d39;
    transition: .2s
}

#lead-builder {
    padding: 50px 0 0
}

#lead-builder .before-title,#lead-builder .section-title {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

#lead-builder .section-title {
    color: #282d39;
    font-size: 36px;
    line-height: 44px
}

#lead-builder .text-col {
    padding: 35px
}

#lead-builder .text-col .content,.right-text-col p {
    font-size: 17px;
    line-height: 27px
}

#lead-builder .text-col .link {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline
}

#lead-builder .text-col .more-than {
    font-size: 18px;
    line-height: 32px
}

#lead-builder .text-col .number {
    font-size: 72px;
    line-height: 50px;
    margin-bottom: 10px
}

#lead-builder .text-col .small-title {
    color: #282d39;
    font-size: 17px;
    line-height: 32px;
    margin-bottom: 20px
}

#lead-builder .text-col>span {
    color: #efbe35;
    display: block;
    font-weight: 700;
    text-transform: uppercase
}

#lead-builder .title-col {
    margin-bottom: 30px;
    text-align: center
}

#lead-builder img {
    max-width: 100%;
    min-height: 250px
}
#partners-page h1, #services-page h1 {
    font-size: 40px;
    font-weight: 700;
    margin: 1em 0 1.75em;
}
#partners-page h1 .yellow-underline{
    position: relative;
}
#partners-page h1 .yellow-underline:after{
    content: "";
    display: block;
    position: absolute;
    left: -3%;
    bottom: .1em;
    width: 106%;
    height: .3em;
    background-color: #efbe35;
    z-index: -1;
}
#partners-page .top-section__subtitle-one{
    display: block;
    text-transform: uppercase;
    font-size: 40px;
    font-weight: 300;
}
#partners-page .top-section__subtitle-two{
    display: block;
    text-transform: uppercase;
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.6em;
}
#partners-page #top-section{
    padding-bottom: 130px;
    background-image: url(../img/partners/top-section.jpg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center bottom;
}
#partners-page #top-section p{
    font-size: 30px;
    line-height: 1.5em;
    font-weight: 500;
    margin-bottom: 1.6em;
}
#partners-page #top-section .text-for-mobile{
    display: none;
}
#partners-page #top-section .download{
    position: relative;
    display: inline-block;
    background-color: #efbe35;
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase;
    color: inherit;
    text-decoration: none;
    padding: 14px 30px 14px 64px;
	cursor: pointer;
}
#partners-page #top-section .download .icon{
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translate(0, -50%);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 471.2 471.2' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M457.7,230.15c-7.5,0-13.5,6-13.5,13.5v122.8c0,33.4-27.2,60.5-60.5,60.5H87.5c-33.4,0-60.5-27.2-60.5-60.5v-124.8 c0-7.5-6-13.5-13.5-13.5s-13.5,6-13.5,13.5v124.8c0,48.3,39.3,87.5,87.5,87.5h296.2c48.3,0,87.5-39.3,87.5-87.5v-122.8 C471.2,236.25,465.2,230.15,457.7,230.15z'/%3E%3Cpath fill='%23282d39' d='M226.1,346.75c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4l85.8-85.8c5.3-5.3,5.3-13.8,0-19.1c-5.3-5.3-13.8-5.3-19.1,0l-62.7,62.8 V30.75c0-7.5-6-13.5-13.5-13.5s-13.5,6-13.5,13.5v273.9l-62.8-62.8c-5.3-5.3-13.8-5.3-19.1,0c-5.3,5.3-5.3,13.8,0,19.1 L226.1,346.75z'/%3E%3C/svg%3E");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

#services-grid-section{
    padding-bottom: 70px;
}
#services-grid-section .yellow-btn.fake{
    display: none;
}
#services-grid-section .one-service{
    display: block;
    overflow: hidden;
    width: 100%;
    height: 360px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 30px;
}
#services-grid-section .one-service a{
    display: inline-block;
    color: #fff;
    text-decoration: none;
}

#services-page #top-section .text-block h2{
	font-size: 30px;
    line-height: 1.45em;
    margin-bottom: 1em;
    font-weight: 700;
    text-align: left;
}
#services-page #top-section .text-block p{
	font-size: 16px;
    line-height: 1.6em;
}
.behind-title-block{
    position: relative;
    z-index: -1;
}
.behind-title{
    position: absolute;
    font-size: 5.5em;
    top: -70px;
    left: 50%;
    transform: translate(-50%, 0);
    text-transform: uppercase;
    font-weight: 700;
    color: #f9f9f9;
}
#services-grid-section .one-service .title{
    display: inline-block;
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,.75);
    padding: 10px 15px;
    font-size: 14px;
    line-height: 1.6em;
    font-weight: 700;
}
#services-grid-section .one-service .desc{
    position: relative;
    display: inline-block;
    width: 100%;
    height: calc(100% - 90px);
    left: -100%;
    background-color: rgba(0,0,0,.75);
    padding: 15px 25px 25px;
    transition: .2s;
}
#services-grid-section .one-service:hover .desc{
    left: 0;
    transition: .2s;
}
#services-grid-section .one-service .desc .text{
    display: inline-block;
    font-size: 13px;
    line-height: 21px;
}
#services-grid-section .one-service .desc .hr-line{
    position: absolute;
    left: 25px;
    top: 0;
    height: 1px;
    width: 55px;
    background-color: #fff;
}
#services-grid-section .one-service .desc .spec-options{
    display: block;
    width: 100%;
    padding: 20px 0 0 0;
    font-size: 16px;
    line-height: 23px;
}
#services-grid-section .one-service .desc .spec-option{
    display: block;
    position: relative;
    padding: 0 0 5px 20px
}
#services-grid-section .one-service .desc .spec-option:before{
    content: "";
    width: 9px;
    height: 9px;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #efbe35;
}
#order-service-section{
    padding: 100px 0;
    background-image: url(../img/services/bg_order_service.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    text-align: center;
    color: #fff;
}
#order-service-section .section-title{
    font-size: 44px;
    line-height: 1.6em;
    margin-bottom: 50px;
}
#ask-question-form-sec{
    padding: 30px 0 80px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../img/services/bg_form_sec.jpg);
}
#ask-question-form-sec .main-form-block{
    padding: 50px 100px;
    background-color: rgba(255,255,255,.85);
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
#ask-question-form-sec .main-form-block .block-title{
    text-align: center;
    font-size: 30px;
    line-height: 1.6em;
    font-weight: 300;
    margin-bottom: 10px;
}
#ask-question-form-sec .main-form-block .after-title{
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    text-align: center;
    font-weight: 600;
    margin-bottom: 50px;
}
#ask-question-form-sec .main-form-block .main-inputs,
#ask-question-form-sec .main-form-block .agent-info{
    margin-bottom: 45px;
}
#ask-question-form-sec .main-form-block .main-inputs .custom-input:not(:last-child){
    margin-bottom: 14px;
}
#ask-question-form-sec .main-form-block .agent-info .photo{
    display: flex;
    justify-content: center;
    float: left;
    overflow: hidden;
    height: 178px;
    width: 178px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
#ask-question-form-sec .main-form-block .agent-info .photo img{
    max-height: 100%;
}
#ask-question-form-sec .main-form-block .agent-info .info{
    display: inline-block;
    margin-left: 20px;
    width: calc(100% - 198px);
}
#ask-question-form-sec .main-form-block .service-name{
    width: 650px;
    float: left;
    margin-right: 20px;
}
#ask-question-form-sec .main-form-block .service-name .icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 268.832 268.832' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M265.171,125.577l-80-80c-4.881-4.881-12.797-4.881-17.678,0c-4.882,4.882-4.882,12.796,0,17.678l58.661,58.661H12.5 c-6.903,0-12.5,5.597-12.5,12.5c0,6.902,5.597,12.5,12.5,12.5h213.654l-58.659,58.661c-4.882,4.882-4.882,12.796,0,17.678 c2.44,2.439,5.64,3.661,8.839,3.661s6.398-1.222,8.839-3.661l79.998-80C270.053,138.373,270.053,130.459,265.171,125.577z'/%3E%3C/svg%3E");
}
#ask-question-form-sec .main-form-block .contact-info{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-top: 20px;
}
#ask-question-form-sec .main-form-block .contact-info a{
    white-space: nowrap;
}

#alegria-xii-page #top-panel{
    position: relative;
    border: 0;
    margin-bottom: 90px;
    overflow: hidden;
}
#alegria-xii-page #top-panel .absolute{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
    z-index: 3
}
#alegria-xii-page #top-panel > img{
    position: absolute;
    width: 100%;
    z-index: 2
}
#alegria-xii-page #breadcrumbs-block{
    margin-top: 0;
}
#alegria-xii-page #top-panel .container .row{
    height: auto;
}
#alegria-xii-page .breadcrumbs li span,
#alegria-xii-page .breadcrumbs li:after,
#service-page .breadcrumbs,
#service-page .breadcrumbs a span{
    color: #fff;
}
#service-page #main-section .containe .row p a, 
#service-page #main-section .containe .row ul li a{
	color: #791106;
    font-weight: 700;
}
#alegria-xii-page #top-panel .start-selling-label{
    display: inline-block;
    padding: 5px 15px;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 700;
    color: #fff;
    background-color: #791106;
    border-radius: 20px;
    margin: 165px 0 20px;
}
#alegria-xii-page h1.page-title{
    font-size: 45px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 20px;
    text-transform: none;
}

#alegria-xii-page h1.page-title b{
    color: #282d39;
    display: inline-block;
    padding: 5px;
    line-height: 1em;
    background-color: #efbe35;
    font-weight: 700;
}
#alegria-xii-page .from-alegria-block{
    display: flex;
    align-items: center;
}
#alegria-xii-page .from-alegria-block .logo-block{
    display: inline-block;
    width: 130px;
    padding-bottom: 50px;
    margin-right: 15px;
    overflow: hidden;
    position: relative;
}
#alegria-xii-page .from-alegria-block .logo-block img{
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
}
#alegria-xii-page .from-alegria-block .logo-desc{
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 700;
    text-transform: uppercase;
}
#alegria-xii-main-slider{
    margin: 0 -15px;
}
#alegria-xii-main-slider .slide,
#alegria-xii-page #top-panel .left-info-col{
    position: relative;
    height: 700px;
    overflow: hidden;
}
#alegria-xii-main-slider .slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    height: 100%;
    transform: translate(-50%, -50%);
}
#alegria-xii-page #top-panel > .row{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
    z-index: 2
}
#alegria-xii-main-slider .slick-next{
    left: 65px;
    transform: rotate(-90deg);
}
#alegria-xii-main-slider .slick-prev{
    left: 0;
    transform: rotate(90deg);
}
#alegria-xii-page .building-short-info{
    position: absolute;
    bottom: 0;
    left: 15px;
    font-size: 16px;
    line-height: 2em;
}
#alegria-xii-page .building-short-info .date .year,
#alegria-xii-page .building-short-info .price{
    font-weight: 700;
}
#alegria-xii-page .building-short-info .icon{
    display: inline-block;
    width: 30px;
    height: 30px;
    margin-right: 15px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#alegria-xii-page .building-short-info > div{
    display: flex;
    align-items: center;
    margin-top: 10px;
}
#alegria-xii-page .building-short-info .location .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' xml:space='preserve'%3E%3Cpath fill='%2523000' d='M30,26c3.86,0,7-3.141,7-7s-3.14-7-7-7s-7,3.141-7,7S26.14,26,30,26z M30,14c2.757,0,5,2.243,5,5s-2.243,5-5,5 s-5-2.243-5-5S27.243,14,30,14z'/%3E%3Cpath fill='%2523000' d='M29.823,54.757L45.164,32.6c5.754-7.671,4.922-20.28-1.781-26.982C39.761,1.995,34.945,0,29.823,0 s-9.938,1.995-13.56,5.617c-6.703,6.702-7.535,19.311-1.804,26.952L29.823,54.757z M17.677,7.031C20.922,3.787,25.235,2,29.823,2 s8.901,1.787,12.146,5.031c6.05,6.049,6.795,17.437,1.573,24.399L29.823,51.243L16.082,31.4 C10.882,24.468,11.628,13.08,17.677,7.031z'/%3E%3Cpath fill='%2523000' d='M42.117,43.007c-0.55-0.067-1.046,0.327-1.11,0.876s0.328,1.046,0.876,1.11C52.399,46.231,58,49.567,58,51.5 c0,2.714-10.652,6.5-28,6.5S2,54.214,2,51.5c0-1.933,5.601-5.269,16.117-6.507c0.548-0.064,0.94-0.562,0.876-1.11 c-0.065-0.549-0.561-0.945-1.11-0.876C7.354,44.247,0,47.739,0,51.5C0,55.724,10.305,60,30,60s30-4.276,30-8.5 C60,47.739,52.646,44.247,42.117,43.007z'/%3E%3C/svg%3E");}
#alegria-xii-page .building-short-info .price .icon,
#select-section .one-main-elem .info-line .one-elem:last-child .icon{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDQ4MS41NjkgNDgxLjU2OSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNDgxLjU2OSA0ODEuNTY5OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZD0iTTQ0NC4yODgsNDI5LjI4OGMtNS40LTEzLjItMTAuOS0yNi40LTE2LjktMzkuNGMtNS4zLTExLjYtMTIuMS0xNS0yNC44LTEyLjFjLTE2LjEsMy43LTMxLjksOC42LTQ4LDExLjljLTMxLjEsNi41LTYyLjMsNy4xLTkzLTIuNmMtMzguNS0xMi4xLTU5LTQwLTcxLjYtNzZoMTA0LjRjOC4yLDAsMTQuOC02LjYsMTQuOC0xNC44di0zMi45YzAtOC4yLTYuNi0xNC44LTE0LjgtMTQuOGgtMTE0LjRjMC05LjItMC4xLTE4LDAtMjYuOGgxMTQuNGM4LjIsMCwxNC44LTYuNiwxNC44LTE0Ljh2LTMyLjljMC04LjItNi42LTE0LjgtMTQuOC0xNC44aC0xMDBjMC0wLjQsMC0wLjgsMC4yLTFjMTItMjcuMywyOS41LTQ5LjIsNTguMi02MC42YzMzLjQtMTMuMiw2Ny41LTEyLjksMTAxLjktNS44YzE2LjMsMy4zLDMyLjMsOC4zLDQ4LjYsMTJjMTEuOSwyLjcsMTguOC0wLjgsMjMuOS0xMS45YzUuOS0xMi44LDExLjMtMjUuOCwxNi43LTM4LjljNS4xLTEyLjMsMi4xLTIxLTkuNS0yNy44Yy0yLjktMS43LTUuOS0zLjEtOS00LjNjLTQ4LjItMTguOC05Ny45LTI1LjgtMTQ5LjItMTcuNmMtMzYuMSw1LjgtNjkuOCwxOC4yLTk4LjksNDAuOGMtMzYuNywyOC40LTYwLjUsNjUuOS03NC4zLDExMGwtMS43LDUuMWgtNTEuNGMtOC4yLDAtMTQuOCw2LjYtMTQuOCwxNC44djMyLjljMCw4LjIsNi42LDE0LjgsMTQuOCwxNC44aDQwLjVjMCw5LDAsMTcuNywwLDI2LjhoLTQwLjVjLTguMiwwLTE0LjgsNi42LTE0LjgsMTQuOHYzMi45YzAsOC4yLDYuNiwxNC44LDE0LjgsMTQuOGg0OC44YzMuNywxMiw2LjgsMjQuMiwxMS41LDM1LjdjMjQuNyw1OS42LDY2LjEsMTAyLDEyOC40LDEyMi4yYzUxLjUsMTYuNywxMDMuNCwxNi4yLDE1NS4zLDEuOWMxMy41LTMuNywyNi45LTguNSwzOS43LTE0LjRDNDQ1Ljk4OCw0NTAuNzg4LDQ0OS4xODgsNDQxLjE4OCw0NDQuMjg4LDQyOS4yODh6Ii8+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==");}


#alegria-xii-page #top-section .text-col .block-title{
    text-transform: none;
}
#alegria-xii-page #top-section{
    padding: 80px 0;
}
#alegria-xii-page #top-section .text-col .block-content strong{
    margin: 0;
}
#about-alegria-xii{
    background-image: url(../img/alegria-xii/bg_top.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
    padding: 190px 0 0;
}
#about-alegria-xii .content-row{
    padding: 70px 0;
}
#about-alegria-xii .content-row .title{
    font-size: 48px;
    text-transform: none;
    margin-bottom: 40px;
}
#about-alegria-xii .content-row ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#about-alegria-xii .content-row ul li{
    display: flex;
    margin-bottom: .9em;
    font-size: 18px;
}
#about-alegria-xii .content-row ul li:before{
    width: .9em;
    height: .9em;
    flex: 0 0 .9em;
    margin: .2em 1.5em 0 0;
}
#about-alegria-xii .content-row .img{
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}
#about-alegria-xii .content-row .img img{
    position: absolute;
    height: 100%;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}
#about-alegria-xii .content-row .image{
    position: relative;
}
#about-alegria-xii .content-row .image .number-block{
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    top: -35px;
    left: -20px;
    width: 70px;
    height: 70px;
    background-color: #282d39;
    color: #fff;
    font-size: 24px;
    z-index: 2;
}
#about-alegria-xii  .about-alegria-xii_content:nth-child(2n) .image .number-block{
    left: 10px;
}
#about-alegria-xii .about-alegria-xii_content:nth-child(2n - 1){
    background-color: #f6f6f6;
}
#about-alegria-xii .content-row > div:first-child{
    padding-right: 45px;
}
#about-alegria-xii .content-row > div:last-child{
    padding-left: 45px;
}
#alegria-xii-location{
    padding: 100px 0 0;
}
#alegria-xii-map{
    height: 500px;
    background-color: #ccc;
	padding:0;
}
#alegria-xii-page #select-section{
    padding: 100px 0;
}
#select-section .one-main-elem{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    margin-bottom: 20px;
}
#select-section .top-line{
    height: 60px;
    width: 100%;
    display: flex;
    align-items: center;
}
#select-section .top-line .icon{
    width: 60px;
    height: 60px;
    background-color: #efbe35;
    margin-right: 15px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
#select-section .top-line .title{
    font-size: 16px;
    font-weight: 600;
}
#select-section .one-bed .top-line .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M453.776,229.702V87.342c0-28.948-23.551-52.499-52.499-52.499H110.721c-28.948,0-52.497,23.551-52.497,52.499v142.36 C24.868,237.726,0,267.793,0,303.576v106.183c0,8.424,6.829,15.253,15.253,15.253h42.97v36.891 c0,8.424,6.829,15.253,15.253,15.253c8.424,0,15.253-6.829,15.253-15.253v-36.891h334.54v36.891 c0,8.424,6.829,15.253,15.253,15.253c8.424,0,15.253-6.829,15.253-15.253v-36.891h42.97c8.424,0,15.253-6.829,15.253-15.253 V303.576C512,267.793,487.132,237.726,453.776,229.702z M88.73,87.342c0-12.126,9.866-21.992,21.991-21.992h290.557 c12.126,0,21.992,9.866,21.992,21.992v140.242h-50.405V203.52c0-39.87-32.437-72.306-72.306-72.306h-89.116 c-39.87,0-72.306,32.437-72.306,72.306v24.063H88.73V87.342z M342.359,203.52v24.063H169.641V203.52 c0-23.049,18.751-41.8,41.8-41.8h89.117C323.606,161.719,342.359,180.472,342.359,203.52z M30.506,394.506v-90.93 c0-25.081,20.405-45.486,45.486-45.486h360.014c25.081,0,45.486,20.405,45.486,45.486v90.93H30.506z'/%3E%3C/svg%3E");}
#select-section .two-bed .top-line .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M464.496,232.412V118.394c0-25.137-20.451-45.588-45.588-45.588H93.092c-25.137,0-45.588,20.451-45.588,45.588v114.018 C20.148,239.985,0,265.085,0,294.817v86.633c0,8.394,6.806,15.2,15.2,15.2h32.304v27.344c0,8.394,6.806,15.2,15.2,15.2 c8.394,0,15.2-6.806,15.2-15.2V396.65h356.192v27.344c0,8.394,6.806,15.2,15.2,15.2c8.394,0,15.2-6.806,15.2-15.2V396.65H496.8 c8.394,0,15.2-6.806,15.2-15.2v-86.633C512,265.085,491.851,239.985,464.496,232.412z M77.904,118.394 c0-8.374,6.814-15.188,15.188-15.188h325.817c8.374,0,15.188,6.814,15.188,15.188V230.06h-35.615v-30.511 c0-26.531-21.584-48.115-48.115-48.115h-61.451c-12.724,0-24.302,4.973-32.915,13.068c-8.613-8.094-20.191-13.068-32.915-13.068 h-61.451c-26.531,0-48.115,21.585-48.115,48.115v30.511H77.904V118.394z M368.082,199.549v30.511H271.2v-30.511 c0-9.769,7.948-17.715,17.715-17.715h61.451C360.135,181.834,368.082,189.781,368.082,199.549z M240.799,199.549v30.511h-96.882 v-30.511c0-9.769,7.948-17.715,17.715-17.715h61.451C232.852,181.834,240.799,189.781,240.799,199.549z M481.6,366.25H30.4 v-71.433c0-18.944,15.412-34.357,34.357-34.357h382.486c18.944,0,34.357,15.412,34.357,34.357V366.25z'/%3E%3C/svg%3E");}
#select-section .three-bed .top-line .icon{background-size: 45px; background-image: url("data:image/svg+xml,%3Csvg version='1.1' viewBox='0 0 209.02 82.021' xmlns='http://www.w3.org/2000/svg'%3E%3Cg transform='translate(0 -214.98)'%3E%3Cg fill='%23282d39'%3E%3Cpath d='m103.25 250.71v-25.524c0-5.6272-4.5461-10.205-10.134-10.205h-72.426c-5.5878 0-10.134 4.5782-10.134 10.205v25.524c-6.081 1.6953-10.56 7.3143-10.56 13.97v19.394c0 1.8791 1.5129 3.4027 3.3788 3.4027h7.1809v6.1213c0 1.8791 1.5129 3.4027 3.3788 3.4027 1.8659 0 3.3788-1.5236 3.3788-3.4027v-6.1213h79.179v6.1213c0 1.8791 1.5129 3.4027 3.3788 3.4027 1.8659 0 3.3788-1.5236 3.3788-3.4027v-6.1213h7.1809c1.8659 0 3.3788-1.5236 3.3788-3.4027v-19.394c0-6.6559-4.479-12.275-10.56-13.97zm-85.936-25.524c0-1.8746 1.5147-3.4 3.3762-3.4h72.427c1.8615 0 3.3762 1.5254 3.3762 3.4v24.998h-7.9169v-6.8303c0-5.9393-4.798-10.771-10.696-10.771h-13.66c-2.8284 0-5.4022 1.1133-7.3168 2.9254-1.9146-1.812-4.4883-2.9254-7.3168-2.9254h-13.66c-5.8976 0-10.696 4.8321-10.696 10.771v6.8303h-7.9172zm64.504 18.168v6.8303h-21.536v-6.8303c0-2.1869 1.7668-3.9657 3.9379-3.9657h13.66c2.1716 0 3.9381 1.779 3.9381 3.9657zm-28.294 0v6.8303h-21.536v-6.8303c0-2.1869 1.7668-3.9657 3.9379-3.9657h13.66c2.1716 0 3.9381 1.779 3.9381 3.9657zm53.528 37.318h-100.3v-15.991c0-4.2409 3.426-7.6913 7.6373-7.6913h85.024c4.2111 0 7.6373 3.4502 7.6373 7.6913z' opacity='.91' stroke-width='.26458'/%3E%3Cpath d='m198.65 251.1v-26.257c0-5.3392-4.1425-9.6829-9.2342-9.6829h-51.107c-5.0918 0-9.2339 4.3437-9.2339 9.6829v26.257c-5.8671 1.48-10.241 7.0255-10.241 13.625v19.584c0 1.5537 1.2012 2.8132 2.6829 2.8132h7.5582v6.8041c0 1.5537 1.2012 2.8132 2.6829 2.8132 1.4817 0 2.6829-1.2595 2.6829-2.8132v-6.8041h58.844v6.8041c0 1.5537 1.2012 2.8132 2.6829 2.8132 1.4817 0 2.6829-1.2595 2.6829-2.8132v-6.8041h7.5582c1.4817 0 2.6829-1.2595 2.6829-2.8132v-19.584c3.5e-4 -6.5998-4.3738-12.145-10.241-13.625zm-64.21-26.257c0-2.2365 1.7354-4.0562 3.8681-4.0562h51.107c2.1329 0 3.8683 1.8197 3.8683 4.0562v25.866h-8.8659v-4.4383c0-7.3536-5.7055-13.336-12.718-13.336h-15.675c-7.0129 0-12.718 5.9827-12.718 13.336v4.4382h-8.8663zm44.612 21.428v4.4382h-30.38v-4.4382c0-4.2512 3.2982-7.7096 7.3524-7.7096h15.675c4.054-1.9e-4 7.3526 3.4586 7.3526 7.7096zm-54.853 35.225v-16.771c0-4.6259 3.5891-8.3894 8.0008-8.3894h63.324c4.4116 0 8.0007 3.7635 8.0007 8.3894v16.771z' opacity='.91'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
#select-section .one-main-elem .img{
    position: relative;
    padding-bottom: 65%;
    overflow: hidden;
}
#select-section .one-main-elem .img img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
}
#select-section .one-main-elem .info-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px;
}
#select-section .one-main-elem .info-line .one-elem{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 600;
}
#select-section .one-main-elem .info-line .one-elem .icon{
    width: 26px;
    height: 26px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 10px;
}
#select-section .one-main-elem .btn-block{
    text-align: center;
    padding-bottom: 30px;
}
#select-section .one-main-elem .info-line .one-elem:first-child .icon{background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 151.91 151.91' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M143.972,150.268c-0.64,0-1.28-0.244-1.768-0.732c-0.977-0.977-0.977-2.559,0-3.535l1.107-1.107 H29.133L30.24,146c0.977,0.977,0.977,2.559,0,3.535c-0.976,0.977-2.56,0.977-3.535,0l-5.313-5.313 c-0.496-0.496-0.74-1.148-0.732-1.799c0-0.01,0-0.021,0-0.031c0-0.86,0.434-1.618,1.095-2.068l5.075-5.074 c0.976-0.977,2.56-0.977,3.535,0c0.977,0.977,0.977,2.559,0,3.535l-1.107,1.107h114.179l-1.107-1.107 c-0.977-0.977-0.977-2.559,0-3.535c0.976-0.977,2.56-0.977,3.535,0l5.313,5.313c0.497,0.496,0.74,1.148,0.732,1.799 c0,0.011,0,0.021,0,0.031c0,0.86-0.434,1.618-1.095,2.068l-5.075,5.074C145.252,150.024,144.612,150.268,143.972,150.268z M7.875,132.893c-0.86,0-1.619-0.435-2.068-1.096l-5.074-5.074c-0.977-0.977-0.977-2.559,0-3.535c0.976-0.977,2.56-0.977,3.535,0 l1.107,1.107V10.115l-1.107,1.107c-0.976,0.977-2.56,0.977-3.535,0c-0.977-0.977-0.977-2.559,0-3.535l5.313-5.313 c0.496-0.496,1.144-0.749,1.798-0.732c0.886,0.021,1.645,0.426,2.1,1.096l5.074,5.074c0.977,0.977,0.977,2.559,0,3.535 c-0.976,0.977-2.56,0.977-3.535,0l-1.107-1.107v114.18l1.107-1.107c0.976-0.977,2.56-0.977,3.535,0c0.977,0.977,0.977,2.559,0,3.535 l-5.313,5.313c-0.496,0.496-1.154,0.746-1.798,0.732C7.896,132.893,7.886,132.893,7.875,132.893z M149.41,125.82H28.597 c-1.381,0-2.5-1.119-2.5-2.5V4.143c0-1.381,1.119-2.5,2.5-2.5h72.194c1.381,0,2.5,1.119,2.5,2.5v48.523h46.118 c1.381,0,2.5,1.119,2.5,2.5v68.153C151.91,124.7,150.791,125.82,149.41,125.82z M103.184,120.82h43.726V57.666h-43.726V120.82z M55.292,120.82h42.893V87.332H55.292V120.82z M31.097,120.82h19.194V87.332H31.097V120.82z M52.792,82.332h45.393V55.166 c0-0.253,0.038-0.497,0.107-0.728V28.332H31.097v54H52.792z M67.141,23.332h31.151V6.643H67.141V23.332z M31.097,23.332h31.043 V6.643H31.097V23.332z'/%3E%3C/svg%3E");}
.grey-btn{
    background-color: #e8e8e8;
    color: #737373;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 55px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .23s;
}
#select-section .one-main-elem .btn-block a,
#select-section .one-main-elem .btn-block span{
    width: 230px;
    padding: 15px 0;
    text-align: center;
}
#select-section .one-main-elem .grey-btn{
    position: relative;
    cursor: default;
}
#select-section .one-main-elem .grey-btn:after{
    position: absolute;
    top: 12px;
    right: 35px;
    content: "";
    display: inline-block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23737373' d='M256,0C114.497,0,0,114.509,0,256c0,141.503,114.509,256,256,256c141.503,0,256-114.509,256-256 C512,114.497,397.491,0,256,0z M256,477.867c-122.337,0-221.867-99.529-221.867-221.867S133.663,34.133,256,34.133 S477.867,133.663,477.867,256S378.337,477.867,256,477.867z'/%3E%3Cpath fill='%23737373' d='M391.515,161.929c-6.665-6.665-17.472-6.665-24.136,0L215.442,313.866l-70.82-70.819c-6.665-6.665-17.472-6.665-24.136,0 c-6.665,6.665-6.665,17.471,0,24.136l82.887,82.887c6.664,6.664,17.474,6.662,24.136,0l164.006-164.006 C398.18,179.399,398.18,168.594,391.515,161.929z'/%3E%3C/svg%3E");
}
#select-section .yellow-line{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 70px;
    width: 100%;
    background-color: #efbe35;
    font-size: 24px;
    font-weight: 700;
    color: #282d39;
    text-transform: uppercase;
    margin-top: 80px;
}
#select-section .yellow-line:after{
    content: "";
    display: block;
    width: 40px;
    height: 40px;
    margin-left: 25px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23282d39' d='M 467 212 L 452 212 L 452 167 C 452 142.1875 431.8125 122 407 122 L 392 122 L 392 15 C 392 6.714844 385.285156 0 377 0 L 75 0 C 66.714844 0 60 6.714844 60 15 L 60 122 C 26.917969 122 0 148.914062 0 181.996094 C 0 181.996094 0 182 0 182 L 0 437 C 0 478.355469 33.644531 512 75 512 L 347 512 C 366.554688 512 383.226562 499.460938 389.421875 482 L 407 482 C 431.8125 482 452 461.8125 452 437 L 452 422 L 467 422 C 491.8125 422 512 401.8125 512 377 L 512 257 C 512 232.1875 491.8125 212 467 212 Z M 407 152 C 415.269531 152 422 158.730469 422 167 L 422 272 L 392 272 C 392 258.011719 392 170.246094 392 152 Z M 90 30 L 362 30 L 362 214.578125 C 357.304688 212.914062 352.257812 212 347 212 L 332 212 L 332 107 C 332 98.714844 325.285156 92 317 92 C 308.730469 92 302 85.269531 302 77 C 302 68.714844 295.285156 62 287 62 L 166 62 C 157.714844 62 151 68.714844 151 77 C 151 84.992188 143.523438 92 135 92 C 126.714844 92 120 98.714844 120 107 L 120 212 L 90 212 Z M 150 212 L 150 119.496094 C 156.296875 117.332031 162.117188 113.800781 167.078125 109.058594 C 172.203125 104.15625 176.015625 98.339844 178.34375 92 L 274.570312 92 C 279.097656 104.769531 289.234375 114.902344 302 119.429688 L 302 212 Z M 60 152 L 60 212 C 43.457031 212 30 198.542969 30 182 C 30 165.457031 43.457031 152 60 152 Z M 347 482 L 75 482 C 50.1875 482 30 461.8125 30 437 L 30 233.929688 C 38.832031 239.050781 49.074219 242 60 242 L 347 242 C 355.269531 242 362 248.730469 362 257 L 362 272 L 347 272 C 305.644531 272 272 305.644531 272 347 C 272 388.355469 305.644531 422 347 422 L 362 422 L 362 467 C 362 475.269531 355.269531 482 347 482 Z M 422 437 C 422 445.269531 415.269531 452 407 452 L 392 452 L 392 422 L 422 422 Z M 482 377 C 482 385.269531 475.269531 392 467 392 L 347 392 C 322.1875 392 302 371.8125 302 347 C 302 322.1875 322.1875 302 347 302 L 467 302 C 472.257812 302 477.308594 301.09375 482 299.429688 Z M 467 272 L 452 272 L 452 242 L 467 242 C 475.269531 242 482 248.730469 482 257 C 482 265.269531 475.269531 272 467 272 Z M 467 272 '/%3E%3Cpath fill='%23282d39' d='M 361.972656 347 C 361.972656 355.285156 355.253906 362 346.972656 362 C 338.6875 362 331.972656 355.285156 331.972656 347 C 331.972656 338.714844 338.6875 332 346.972656 332 C 355.253906 332 361.972656 338.714844 361.972656 347 Z M 361.972656 347 '/%3E%3Cpath fill='%23282d39' d='M 241 167.027344 C 241 175.3125 234.285156 182.027344 226 182.027344 C 217.714844 182.027344 211 175.3125 211 167.027344 C 211 158.746094 217.714844 152.027344 226 152.027344 C 234.285156 152.027344 241 158.746094 241 167.027344 Z M 241 167.027344 '/%3E%3C/svg%3E");
}
#residence-section{
    padding-bottom: 80px;
    background-image: url(../img/alegria-xii/bg_residence_section.jpg);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
}
#residence-section .icon-section .one-elem{
    display: flex;
    align-items: center;
    margin-bottom: 30px;
}
#residence-section .icon-section .icon{
    display: block;
    width: 70px;
    height: 70px;
    margin-right: 30px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#residence-section .icon-section .one-elem:nth-child(1) .icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 454.88 511'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23343e4c;%7D.cls-3%7Bfill:%23374456;%7D.cls-4%7Bfill:%23e4eaf8;%7D.cls-5%7Bfill:%23c7d2e5;%7D.cls-6%7Bfill:%23a00e0e;%7D.cls-7%7Bfill:%238c0a05;%7D.cls-8%7Bfill:%23ffbe35;%7D.cls-9%7Bfill:%23f4b537;%7D.cls-10%7Bfill:%23f4b425;%7D.cls-11%7Bclip-path:url(%23clip-path);%7D.cls-12%7Bfill:%23212936;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(-0.94)'%3E%3Crect class='cls-1' width='456' height='511'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EРесурс 1%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-2' d='M280.66,360.29c0-40.7,30-70.7,70.71-70.7a73.64,73.64,0,0,1,62.74,35V76.67a12.23,12.23,0,0,0-12.19-12.19H21A12.23,12.23,0,0,0,8.8,76.67V363.12A12.23,12.23,0,0,0,21,375.31H282.2a74.29,74.29,0,0,1-1.54-15Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-3' d='M38.74,363.12V76.67A12.23,12.23,0,0,1,50.93,64.48H21A12.22,12.22,0,0,0,8.8,76.67V363.12A12.22,12.22,0,0,0,21,375.31h30a12.23,12.23,0,0,1-12.19-12.19Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-2' d='M401.92,64.48H21A12.23,12.23,0,0,0,8.8,76.67v47.52c0,62.08,49,113.25,110.26,116.74,45.35.29,138.26.3,184.78,0,61.25-3.49,110.27-54.66,110.27-116.74V76.67a12.23,12.23,0,0,0-12.19-12.19Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-3' d='M38.74,76.67A12.23,12.23,0,0,1,50.93,64.48H21A12.22,12.22,0,0,0,8.8,76.67v47.52a116.42,116.42,0,0,0,29.94,77.92Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-3' d='M110.13,64.48v9.75a19.21,19.21,0,0,0,19.16,19.16H293.62a19.21,19.21,0,0,0,19.16-19.16V64.48Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-4' d='M143.4,213.07H125.2a6.14,6.14,0,0,0-6.14,6.13v43.85a6.14,6.14,0,0,0,6.14,6.14h18.2a6.14,6.14,0,0,0,6.14-6.14V219.2a6.14,6.14,0,0,0-6.14-6.13Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-4' d='M297.71,213.07H279.5a6.14,6.14,0,0,0-6.13,6.13v43.85a6.14,6.14,0,0,0,6.13,6.14h18.21a6.13,6.13,0,0,0,6.13-6.14V219.2a6.13,6.13,0,0,0-6.13-6.13Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-5' d='M139.27,263.05V219.2a6.13,6.13,0,0,1,5.13-6,5.55,5.55,0,0,0-1-.09H125.2a6.14,6.14,0,0,0-6.14,6.13v43.85a6.14,6.14,0,0,0,6.14,6.14h18.2a5.55,5.55,0,0,0,1-.09,6.13,6.13,0,0,1-5.13-6.05Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-5' d='M293.58,263.05V219.2a6.13,6.13,0,0,1,5.13-6,5.55,5.55,0,0,0-1-.09H279.5a6.14,6.14,0,0,0-6.13,6.13v43.85a6.14,6.14,0,0,0,6.13,6.14h18.21a5.55,5.55,0,0,0,1-.09,6.13,6.13,0,0,1-5.13-6.05Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-6' d='M448.37,470.71l-38.22-67.77a73.23,73.23,0,0,1-55.1,29.69l39.29,69.66a2.39,2.39,0,0,0,4.3-.22l13-29.83a2.43,2.43,0,0,1,2.48-1.45L446,474.37a2.45,2.45,0,0,0,2.36-3.66Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-7' d='M401.3,430.26a72.73,72.73,0,0,0,19.49-8.45l-10.64-18.87a73.25,73.25,0,0,1-55.1,29.69l39.29,69.66a2.39,2.39,0,0,0,4.3-.22l11.66-26.69-16-28.39a11.47,11.47,0,0,1,7-16.73Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-6' d='M292.58,402.94l-38.21,67.77a2.44,2.44,0,0,0,2.35,3.66l31.87-3.58a2.42,2.42,0,0,1,2.47,1.45l13,29.83a2.39,2.39,0,0,0,4.3.22l39.29-69.66a73.25,73.25,0,0,1-55.1-29.69Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-7' d='M283.54,470.71l28.1-49.82a74.8,74.8,0,0,1-19.06-17.95l-38.21,67.77a2.44,2.44,0,0,0,2.35,3.66l26.55-3a2.61,2.61,0,0,1,.27-.68Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-8' d='M425.06,360.29a73.7,73.7,0,1,1-73.69-73.7,73.69,73.69,0,0,1,73.69,73.7Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-9' d='M306.84,360.29A73.72,73.72,0,0,1,366,288a73.7,73.7,0,1,0,0,144.49,73.71,73.71,0,0,1-59.12-72.24Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-9' d='M385.28,354a3,3,0,0,0-1.65-5.09l-18.9-2.74a3,3,0,0,1-2.24-1.63L354,327.37a3,3,0,0,0-5.35,0l-8.44,17.12a3,3,0,0,1-2.25,1.63l-18.89,2.74a3,3,0,0,0-1.66,5.09l13.68,13.33a3,3,0,0,1,.85,2.64l-3.23,18.81a3,3,0,0,0,4.33,3.15L350,383a3,3,0,0,1,2.77,0l16.9,8.89a3,3,0,0,0,4.33-3.15l-3.23-18.81a3,3,0,0,1,.86-2.64Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-10' d='M355,365.54a3,3,0,0,0-.86-2.64l-13.67-13.33a3,3,0,0,1,1.65-5.08l18.9-2.74.07,0L354,327.37a3,3,0,0,0-5.35,0l-8.44,17.11a3,3,0,0,1-2.25,1.64l-18.89,2.74a3,3,0,0,0-1.66,5.09l13.67,13.33a3,3,0,0,1,.86,2.64l-3.23,18.81a3,3,0,0,0,4.33,3.15L350,383a2.92,2.92,0,0,1,2.11-.25Z' transform='translate(-0.94)'/%3E%3Cg class='cls-11'%3E%3Cpath class='cls-12' d='M384.33,341.44,367.79,339l-7.41-15a10.47,10.47,0,0,0-18.77,0l-7.4,15-16.55,2.4a10.47,10.47,0,0,0-5.8,17.86l12,11.67L321,387.45a10.47,10.47,0,0,0,15.19,11l14.8-7.78,14.8,7.78a10.47,10.47,0,0,0,15.19-11L378.16,371l12-11.67a10.48,10.48,0,0,0-5.81-17.86ZM366,361.9a10.49,10.49,0,0,0-3,9.27l1.69,9.82-8.82-4.64a10.48,10.48,0,0,0-9.74,0L337.31,381l1.68-9.82a10.48,10.48,0,0,0-3-9.26l-7.14-7,9.87-1.43a10.51,10.51,0,0,0,7.88-5.73l4.41-8.94,4.41,8.94a10.47,10.47,0,0,0,7.88,5.73l9.86,1.43Z' transform='translate(-0.94)'/%3E%3Cpath class='cls-12' d='M454.49,467.55,418.63,405.1a80.84,80.84,0,0,0,11.57-27.05,7.49,7.49,0,0,0-14.61-3.27,66.18,66.18,0,1,1-.57-31.39,7.49,7.49,0,0,0,14.49-3.8,80.78,80.78,0,0,0-8.29-20V76.66A19.7,19.7,0,0,0,401.55,57H308.72a112.14,112.14,0,0,0-195.27,0H20.62A19.7,19.7,0,0,0,.94,76.66V363.11a19.7,19.7,0,0,0,19.68,19.68H273a80.51,80.51,0,0,0,10.34,22.31L247.5,467.55a9.91,9.91,0,0,0,9.67,14.77l28.19-3.11,11.52,25.91a9.9,9.9,0,0,0,17.63.91L351,442.5,387.48,506a9.91,9.91,0,0,0,17.64-.91l11.52-25.91,28.18,3.11a9.9,9.9,0,0,0,9.67-14.77ZM211.08,15a96.74,96.74,0,0,1,80,42h-160a96.75,96.75,0,0,1,80-42ZM15.91,76.66A4.77,4.77,0,0,1,20.62,72h81.65v2.27a26.68,26.68,0,0,0,26.65,26.64h64.7a7.49,7.49,0,0,0,0-15h-64.7a11.69,11.69,0,0,1-11.68-11.67V72H304.92v2.27a11.68,11.68,0,0,1-11.67,11.67h-64.7a7.49,7.49,0,1,0,0,15h64.7A26.68,26.68,0,0,0,319.9,74.22V72h81.65a4.76,4.76,0,0,1,4.7,4.71v47.52A109.53,109.53,0,0,1,311,232.71V219.19a13.64,13.64,0,0,0-13.62-13.62h-18.2a13.64,13.64,0,0,0-13.62,13.62v14.44H156.65V219.19A13.64,13.64,0,0,0,143,205.57h-18.2a13.64,13.64,0,0,0-13.63,13.62v13.52A109.52,109.52,0,0,1,15.91,124.18ZM296,220.54v41.15H280.48V220.54Zm-154.31,20.6v20.55h-15.5V220.54h15.5ZM269.82,360.28c0,2.25.11,5,.35,7.54H20.62a4.78,4.78,0,0,1-4.71-4.71V183.21a124.9,124.9,0,0,0,95.29,64.57V263a13.64,13.64,0,0,0,13.62,13.62H143A13.64,13.64,0,0,0,156.65,263V248.6H265.51V263a13.64,13.64,0,0,0,13.63,13.62h18.2A13.64,13.64,0,0,0,311,263V247.78a124.89,124.89,0,0,0,95.29-64.57V300.75a81.21,81.21,0,0,0-136.43,59.53ZM306.5,489.91l-9-20.16a9.86,9.86,0,0,0-10.14-5.82l-21.94,2.41,28-48.77a81,81,0,0,0,41.73,22.35Zm108.09-26a9.86,9.86,0,0,0-10.13,5.82l-9,20.16-28.72-50a80.92,80.92,0,0,0,41.74-22.36l28,48.78Z' transform='translate(-0.94)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#residence-section .icon-section .one-elem:nth-child(2) .icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 497.02 512'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23ffceb6;%7D.cls-3%7Bfill:%23edbda6;%7D.cls-4%7Bfill:%23a00e0e;%7D.cls-5%7Bfill:%238c0a05;%7D.cls-6%7Bfill:%23d92;%7D.cls-7%7Bfill:%23ffbe35;%7D.cls-8%7Bfill:%23f4b425;%7D.cls-9%7Bfill:%23febd35;%7D.cls-10%7Bclip-path:url(%23clip-path);%7D.cls-11%7Bfill:%23212936;%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(0)'%3E%3Crect class='cls-1' width='498' height='512'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3EРесурс 2%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-2' d='M8.31,303.51,19.89,334.9l31,47.67a106.93,106.93,0,0,0,36.62,27.87c15.85,7.32,32.45,16.5,44.1,29.09,7.61,8.23,11.91,18.68,12.63,58h81.33V450.68c-2.78-27.76-13.19-59-45.58-70.12l-28.89-10-50.63-43a11.69,11.69,0,0,0-16.22,16.76l22,23.87L67.64,350.4,43.35,321.14,32.76,294.19a13.08,13.08,0,0,0-24.45,9.32Z' transform='translate(0)'/%3E%3Cpath class='cls-3' d='M180,380.56l-28.89-10-50.63-43a11.69,11.69,0,0,0-16.22,16.76l22,23.87,22.58,12.37c32.39,11.13,42.8,42.37,45.58,70.12v46.81h51.11V450.68c-2.78-27.75-13.19-59-45.58-70.12Z' transform='translate(0)'/%3E%3Cpath class='cls-4' d='M141.52,467.63h86.55a7.42,7.42,0,0,1,7.42,7.42v22a7.42,7.42,0,0,1-7.42,7.42H141.52a7.42,7.42,0,0,1-7.42-7.42v-22a7.42,7.42,0,0,1,7.42-7.42Z' transform='translate(0)'/%3E%3Cpath class='cls-5' d='M228.07,467.63H184.79V504.5h43.28a7.42,7.42,0,0,0,7.42-7.42v-22a7.42,7.42,0,0,0-7.42-7.42Z' transform='translate(0)'/%3E%3Cpath class='cls-2' d='M488.71,303.51,477.13,334.9l-31,47.67a106.93,106.93,0,0,1-36.62,27.87c-15.85,7.32-32.45,16.5-44.1,29.09-7.61,8.23-11.91,18.68-12.63,58H271.48V450.68c2.78-27.76,13.19-59,45.58-70.12l28.89-10,50.62-43a11.69,11.69,0,0,1,16.23,16.76l-22.05,23.87,38.64-17.79,24.27-29.26,10.6-26.95a13.08,13.08,0,0,1,24.45,9.32Z' transform='translate(0)'/%3E%3Cpath class='cls-3' d='M482.46,287.38l-17.67,40.53-32,40.28C422.74,380,373.2,403.94,359.1,410.44c-15.84,7.32-32.44,16.5-44.1,29.09-7.61,8.23-11.9,18.68-12.62,58h50.43c.72-39.28,5-49.73,12.63-58,11.65-12.59,28.25-21.77,44.1-29.09a106.93,106.93,0,0,0,36.62-27.87l31-47.67,11.58-31.39a13.07,13.07,0,0,0-6.25-16.13Z' transform='translate(0)'/%3E%3Cpath class='cls-4' d='M355.5,467.63H269a7.42,7.42,0,0,0-7.42,7.42v22A7.42,7.42,0,0,0,269,504.5H355.5a7.42,7.42,0,0,0,7.42-7.42v-22a7.42,7.42,0,0,0-7.42-7.42Z' transform='translate(0)'/%3E%3Cpath class='cls-5' d='M355.5,467.63H312.23V504.5H355.5a7.42,7.42,0,0,0,7.42-7.42v-22a7.42,7.42,0,0,0-7.42-7.42Z' transform='translate(0)'/%3E%3Cpath class='cls-6' d='M367.6,238.23A119.09,119.09,0,1,1,248.51,119.14,119.09,119.09,0,0,1,367.6,238.23Z' transform='translate(0)'/%3E%3Cpath class='cls-7' d='M340.48,238.23a92,92,0,1,1-92-92,92,92,0,0,1,92,92Z' transform='translate(0)'/%3E%3Cpath class='cls-8' d='M248.51,146.27a92.23,92.23,0,0,0-25.14,3.47,92,92,0,0,1,0,177,92,92,0,1,0,25.14-180.45Z' transform='translate(0)'/%3E%3Cpath class='cls-9' d='M420.64,97.28l9.14,24.3,25.93,1.18a3.09,3.09,0,0,1,1.79,5.5l-20.29,16.2,6.89,25a3.09,3.09,0,0,1-4.68,3.41L417.75,158.6l-21.67,14.29a3.1,3.1,0,0,1-4.69-3.41l6.9-25L378,128.26a3.09,3.09,0,0,1,1.79-5.5l25.93-1.18,9.13-24.3a3.09,3.09,0,0,1,5.79,0Z' transform='translate(0)'/%3E%3Cpath class='cls-9' d='M82.16,97.28l9.14,24.3,25.93,1.18a3.09,3.09,0,0,1,1.79,5.5l-20.29,16.2,6.89,25a3.09,3.09,0,0,1-4.68,3.41L79.27,158.6,57.6,172.89a3.09,3.09,0,0,1-4.68-3.41l6.89-25-20.29-16.2a3.09,3.09,0,0,1,1.79-5.5l25.93-1.18,9.14-24.3a3.09,3.09,0,0,1,5.78,0Z' transform='translate(0)'/%3E%3Cg class='cls-10'%3E%3Cpath class='cls-9' d='M251.4,9.5l9.14,24.3L286.47,35a3.09,3.09,0,0,1,1.79,5.5L268,56.68l6.89,25a3.09,3.09,0,0,1-4.68,3.4L248.51,70.82,226.84,85.11a3.09,3.09,0,0,1-4.68-3.4l6.89-25-20.29-16.2a3.09,3.09,0,0,1,1.79-5.5l25.93-1.18,9.14-24.3a3.09,3.09,0,0,1,5.78,0Z' transform='translate(0)'/%3E%3Cpath class='cls-11' d='M233,461v-10.3c0-.25,0-.5,0-.75-4-40-21.5-66.46-50.58-76.45l-27.57-9.57L105.3,321.84a19.19,19.19,0,0,0-29,24.3l-4-1.84-22.43-27L39.74,291.44A20.59,20.59,0,0,0,1.27,306.1l11.58,31.4A7.35,7.35,0,0,0,13.6,339l31,47.68a8.61,8.61,0,0,0,.58.77,115.26,115.26,0,0,0,39.19,29.82c12.29,5.68,30,14.69,41.74,27.38,3,3.26,5.88,7.15,7.88,17.56a14.93,14.93,0,0,0-7.36,12.86v22A14.93,14.93,0,0,0,141.52,512h86.55A14.93,14.93,0,0,0,243,497.08v-22A15,15,0,0,0,233,461ZM90.62,403.63a100.09,100.09,0,0,1-33.74-25.56L26.63,331.52,15.34,300.91a5.59,5.59,0,0,1,10.44-4l10.6,26.95a7.35,7.35,0,0,0,1.2,2l24.28,29.27a7.46,7.46,0,0,0,2.64,2l37.19,17.13,19.61,22.3a7.5,7.5,0,0,0,11.27-9.9l-20.66-23.5-.15-.16-22-23.8a4.18,4.18,0,0,1,5.81-6l50.62,43a7.45,7.45,0,0,0,2.4,1.37l28.92,10c23.4,8,37,29.38,40.51,63.4v9.08h-69.2c-2.47-13.29-6.53-20-11.75-25.69-13.55-14.64-33-24.59-46.47-30.81ZM228,497H141.6V475.13H228Z' transform='translate(0)'/%3E%3C/g%3E%3Cpath class='cls-11' d='M494.54,289.19a20.58,20.58,0,0,0-37.26,2.25l-10.16,25.83-22.42,27-4,1.83a19.19,19.19,0,0,0-29-24.29l-49.55,42.07-27.55,9.56c-29.1,10-46.6,36.44-50.6,76.46,0,.25,0,.5,0,.75V461a14.94,14.94,0,0,0-10,14.07v22A15,15,0,0,0,269,512H355.5a14.94,14.94,0,0,0,14.92-14.92v-22a14.93,14.93,0,0,0-7.36-12.86c2-10.42,4.87-14.3,7.88-17.56,11.74-12.69,29.45-21.7,41.74-27.38a115.07,115.07,0,0,0,39.19-29.83,7.38,7.38,0,0,0,.58-.77l31-47.67a7.17,7.17,0,0,0,.75-1.49l11.58-31.39a20.61,20.61,0,0,0-1.21-16.91ZM355.42,497H269V475.13h86.39ZM481.68,300.91l-11.29,30.61-30.25,46.55a100.09,100.09,0,0,1-33.74,25.56c-13.46,6.22-32.92,16.17-46.47,30.82-5.22,5.64-9.28,12.39-11.74,25.68H279v-9.07c3.49-34,17.12-55.37,40.54-63.41l28.89-10a7.45,7.45,0,0,0,2.4-1.37l50.62-43a4.22,4.22,0,0,1,5.67.22,4.18,4.18,0,0,1,.2,5.73l-22,23.84-.15.17-20.66,23.5a7.5,7.5,0,1,0,11.26,9.9l19.61-22.3,37.19-17.12a7.4,7.4,0,0,0,2.64-2l24.28-29.27a7.64,7.64,0,0,0,1.21-2l10.59-26.94a5.61,5.61,0,0,1,6.45-3.4,5.58,5.58,0,0,1,4,7.37Z' transform='translate(0)'/%3E%3Cpath class='cls-11' d='M373.32,134.12l16.42,13.11-5.58,20.26a10.58,10.58,0,0,0,16,11.66l17.55-11.56,17.54,11.56a10.59,10.59,0,0,0,16-11.66l-5.58-20.26,16.43-13.11a10.59,10.59,0,0,0-6.13-18.85l-21-1-7.4-19.67a10.6,10.6,0,0,0-19.83,0l-7.39,19.67-21,1a10.59,10.59,0,0,0-6.13,18.85Zm32.74-5.05a7.5,7.5,0,0,0,6.68-4.85l5-13.32,5,13.32a7.49,7.49,0,0,0,6.68,4.85l14.21.65-11.12,8.88a7.5,7.5,0,0,0-2.55,7.85l3.78,13.72-11.88-7.83a7.5,7.5,0,0,0-8.26,0l-11.88,7.83,3.78-13.72A7.5,7.5,0,0,0,403,138.6l-11.12-8.88Z' transform='translate(0)'/%3E%3Cpath class='cls-11' d='M34.84,134.12l16.43,13.11L45.69,167.5a10.59,10.59,0,0,0,16,11.65l17.54-11.56,17.55,11.56a10.58,10.58,0,0,0,16-11.66l-5.57-20.26,16.42-13.11a10.59,10.59,0,0,0-6.13-18.85l-21-1L89.19,94.64a10.6,10.6,0,0,0-19.83,0L62,114.31l-21,1a10.59,10.59,0,0,0-6.13,18.85Zm32.74-5.05a7.49,7.49,0,0,0,6.68-4.85l5-13.32,5,13.32A7.5,7.5,0,0,0,91,129.07l14.22.65L94.05,138.6a7.52,7.52,0,0,0-2.55,7.85l3.78,13.72L83.4,152.34a7.51,7.51,0,0,0-8.26,0l-11.88,7.83L67,146.45a7.5,7.5,0,0,0-2.55-7.85l-11.12-8.88Z' transform='translate(0)'/%3E%3Cpath class='cls-11' d='M204.08,46.34,220.5,59.46l-5.57,20.25a10.59,10.59,0,0,0,16,11.66L248.51,79.8l17.54,11.57a10.49,10.49,0,0,0,12.06-.28,10.49,10.49,0,0,0,4-11.38l-5.57-20.25,16.42-13.12a10.59,10.59,0,0,0-6.13-18.85l-21-1-7.4-19.67a10.59,10.59,0,0,0-19.82,0l-7.4,19.67-21,1a10.59,10.59,0,0,0-6.13,18.85Zm32.74-5.05a7.47,7.47,0,0,0,6.68-4.85l5-13.32,5,13.32a7.47,7.47,0,0,0,6.68,4.85l14.21.65-11.12,8.88a7.52,7.52,0,0,0-2.55,7.85l3.78,13.72-11.88-7.83a7.5,7.5,0,0,0-8.26,0L232.5,72.39l3.78-13.72a7.52,7.52,0,0,0-2.55-7.85L222.6,41.94Z' transform='translate(0)'/%3E%3Cpath class='cls-11' d='M375.1,238.23A126.59,126.59,0,1,0,248.51,364.82,126.74,126.74,0,0,0,375.1,238.23ZM248.51,349.82A111.59,111.59,0,1,1,360.1,238.23,111.72,111.72,0,0,1,248.51,349.82Z' transform='translate(0)'/%3E%3Cpath class='cls-11' d='M156.54,230.64a7.52,7.52,0,0,0,8.62-6.19,84.48,84.48,0,0,1,166.7,0,7.5,7.5,0,0,0,7.39,6.28,7.29,7.29,0,0,0,1.23-.1,7.5,7.5,0,0,0,6.18-8.61,99.48,99.48,0,0,0-196.3,0,7.51,7.51,0,0,0,6.18,8.62Z' transform='translate(0)'/%3E%3Cpath class='cls-11' d='M340.48,245.83a7.5,7.5,0,0,0-8.62,6.19,84.49,84.49,0,0,1-166.7,0,7.5,7.5,0,1,0-14.8,2.43,99.48,99.48,0,0,0,196.3,0,7.5,7.5,0,0,0-6.18-8.62Z' transform='translate(0)'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
}
#residence-section .icon-section .text{
    font-size: 18px;
    line-height: 1.6em;
    width: calc(100% - 100px);
}
#residence-section .list-section .title{
    font-size: 36px;
    text-transform: none;
    margin-bottom: 30px;
}
#residence-section .list-section ol,
#buy-or-book .options-list ol{
    padding: 0;
    margin: 0;
}
#residence-section .list-section li:not(:last-child),
#buy-or-book .options-list li:not(:last-child){
    margin-bottom: 30px;
}
#residence-section .list-section li,
#buy-or-book .options-list li{
    display: block;
    font-size: 16px;
    line-height: 1.6em;
    counter-increment: custom-counter;
    list-style: none;
    position: relative;
    padding-left: 50px;
}
#residence-section .list-section li::before,
#buy-or-book .options-list li::before {
    content: counter(custom-counter);
    font-size: 36px;
    font-weight: 500;
    position: absolute;
    left: 0;
    top: 5px;
}
#why-trust{
    padding: 100px 0;
}
#why-trust .one-elem{
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}
#why-trust .one-elem .icon{
    display: block;
    align-self: flex-start;
    width: 55px;
    height: 55px;
    margin-right: 45px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#why-trust .one-elem:nth-child(1) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 409.6 349.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23c5ccd3;%7D.cls-2%7Bfill:%23e6e9ed;%7D.cls-3%7Bfill:%23424f59;%7D.cls-4%7Bfill:%23ffbe35;%7D.cls-5%7Bfill:%23fff;%7D.cls-6%7Bfill:%235dc647;%7D.cls-7%7Bfill:%23212936;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3EРесурс 3%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M214.26,86V31.59H69.64V261.33a28.78,28.78,0,0,1,0,39.74v42.44H343V302.46a28.79,28.79,0,0,1,0-42.53V86Z'/%3E%3Cpath class='cls-2' d='M214.26,86V343.51H343V302.46a28.79,28.79,0,0,1,0-42.53V86Z'/%3E%3Cpath class='cls-1' d='M69.64,31.59V261.33a28.78,28.78,0,0,1,0,39.74v42.44H214.26V31.59Z'/%3E%3Cpath class='cls-3' d='M351,60.4H214.26V86H351a4,4,0,0,0,4-4V64.4a4,4,0,0,0-4-4Z'/%3E%3Cpath class='cls-3' d='M229.27,27.59a4,4,0,0,1-4,4H58.62a4,4,0,0,1-4-4V10a4,4,0,0,1,4-4H225.27a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M174.37,57H109.52a4,4,0,0,0-4,4v43a4,4,0,0,1,4-4h64.85a4,4,0,0,1,4,4V61a4,4,0,0,0-4-4Z'/%3E%3Crect class='cls-4' x='130.29' y='56.97' width='23.32' height='42.95'/%3E%3Cpath class='cls-5' d='M178.37,116.41a4,4,0,0,1-4,4H109.52a4,4,0,0,1-4-4V103.92a4,4,0,0,1,4-4h64.85a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M174.37,145.76H109.52a4,4,0,0,0-4,4v43a4,4,0,0,1,4-4h64.85a4,4,0,0,1,4,4v-43a4,4,0,0,0-4-4Z'/%3E%3Crect class='cls-4' x='130.29' y='145.76' width='23.32' height='42.95'/%3E%3Cpath class='cls-5' d='M178.37,205.2a4,4,0,0,1-4,4H109.52a4,4,0,0,1-4-4V192.72a4,4,0,0,1,4-4h64.85a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M174.37,234.56H109.52a4,4,0,0,0-4,4v42.95a4,4,0,0,1,4-4h64.85a4,4,0,0,1,4,4V238.56a4,4,0,0,0-4-4Z'/%3E%3Crect class='cls-4' x='130.29' y='234.56' width='23.32' height='42.95'/%3E%3Cpath class='cls-5' d='M178.37,294a4,4,0,0,1-4,4H109.52a4,4,0,0,1-4-4V281.51a4,4,0,0,1,4-4h64.85a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M265.38,140.4a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M314.18,140.4a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-5' d='M265.38,196.36a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M265.38,196.36a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M314.18,196.36a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M265.38,252.33a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-5' d='M314.18,252.33a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M314.18,252.33a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M265.38,308.3a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-5' d='M314.18,308.3a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-4' d='M314.18,308.3a4,4,0,0,1-4,4h-17.6a4,4,0,0,1-4-4v-28a4,4,0,0,1,4-4h17.6a4,4,0,0,1,4,4Z'/%3E%3Cpath class='cls-6' d='M77.6,281.2a28.8,28.8,0,1,1-28.8-28.8,28.8,28.8,0,0,1,28.8,28.8Z'/%3E%3Cpath class='cls-6' d='M391.2,281.2a28.8,28.8,0,1,1-28.8-28.8,28.81,28.81,0,0,1,28.8,28.8Z'/%3E%3Cpath class='cls-7' d='M167.2,292a6,6,0,0,0,0,12h7.17a10,10,0,0,0,10-10V238.56a10,10,0,0,0-10-10H109.52a10,10,0,0,0-10,10V294a10,10,0,0,0,10,10H138.8a6,6,0,0,0,0-12H111.52v-8.49h60.85V292Zm-42.91-20.49H111.52V240.56h12.77Zm23.32,0H136.29V240.56h11.32Zm12,0V240.56h12.76v30.95Z'/%3E%3Cpath class='cls-7' d='M184.37,61a10,10,0,0,0-10-10H109.52a10,10,0,0,0-10,10v55.44a10,10,0,0,0,10,10h64.85a10,10,0,0,0,10-10Zm-48.08,2h11.32v31H136.29Zm-24.77,0h12.77v31H111.52Zm60.85,51.44H111.52v-8.49h60.85Zm0-20.49H159.61V63h12.76Z'/%3E%3Cpath class='cls-7' d='M184.37,149.76a10,10,0,0,0-10-10H109.52a10,10,0,0,0-10,10V205.2a10,10,0,0,0,10,10h64.85a10,10,0,0,0,10-10Zm-48.08,2h11.32v31H136.29Zm-24.77,0h12.77v31H111.52Zm60.85,51.44H111.52v-8.48h60.85Zm0-20.48H159.61v-31h12.76Z'/%3E%3Cpath class='cls-7' d='M271.38,112.43a10,10,0,0,0-10-10h-17.6a10,10,0,0,0-10,10v28a10,10,0,0,0,10,10h17.6a10,10,0,0,0,10-10Zm-12,26h-13.6v-24h13.6Z'/%3E%3Cpath class='cls-7' d='M320.18,112.43a10,10,0,0,0-10-10h-17.6a10,10,0,0,0-10,10v28a10,10,0,0,0,10,10h17.6a10,10,0,0,0,10-10Zm-12,26h-13.6v-24h13.6Z'/%3E%3Cpath class='cls-7' d='M271.38,168.4a10,10,0,0,0-10-10h-17.6a10,10,0,0,0-10,10v28a10,10,0,0,0,10,10h17.6a10,10,0,0,0,10-10Zm-12,26h-13.6v-24h13.6Z'/%3E%3Cpath class='cls-7' d='M320.18,168.4a10,10,0,0,0-10-10h-17.6a10,10,0,0,0-10,10v28a10,10,0,0,0,10,10h17.6a10,10,0,0,0,10-10Zm-12,26h-13.6v-24h13.6Z'/%3E%3Cpath class='cls-7' d='M271.38,224.36a10,10,0,0,0-10-10h-17.6a10,10,0,0,0-10,10v28a10,10,0,0,0,10,10h17.6a10,10,0,0,0,10-10Zm-12,26h-13.6v-24h13.6Z'/%3E%3Cpath class='cls-7' d='M320.18,224.36a10,10,0,0,0-10-10h-17.6a10,10,0,0,0-10,10v28a10,10,0,0,0,10,10h17.6a10,10,0,0,0,10-10Zm-12,26h-13.6v-24h13.6Z'/%3E%3Cpath class='cls-7' d='M261.38,270.33h-17.6a10,10,0,0,0-10,10v28a10,10,0,0,0,10,10h17.6a10,10,0,0,0,10-10v-28a10,10,0,0,0-10-10Zm-2,36h-13.6v-24h13.6Z'/%3E%3Cpath class='cls-7' d='M310.18,270.33h-17.6a10,10,0,0,0-10,10v28a10,10,0,0,0,10,10h17.6a10,10,0,0,0,10-10v-28a10,10,0,0,0-10-10Zm-2,36h-13.6v-24h13.6Z'/%3E%3Cpath class='cls-7' d='M403.6,337.6H368.4V315.47A34.8,34.8,0,1,0,349,249.09V229.2a6,6,0,0,0-12,0v28.27a34.71,34.71,0,0,0,0,47.46v32.58H220.26V148.4a6,6,0,1,0-12,0V337.51H75.64V303.33a34.74,34.74,0,0,0,0-44.26V37.59H208.26V120a6,6,0,0,0,12,0V92H337V200.4a6,6,0,0,0,12,0V92h2a10,10,0,0,0,10-10V64.4a10,10,0,0,0-10-10H220.26V37.59h5a10,10,0,0,0,10-10V10a10,10,0,0,0-10-10H58.62a10,10,0,0,0-10,10V27.59a10,10,0,0,0,10,10h5V249.73A34.79,34.79,0,1,0,42.8,315.47V337.6H6a6,6,0,0,0,0,12H403.6a6,6,0,0,0,0-12ZM349,66.4V80H220.26V66.4ZM60.62,25.59V12H223.27V25.59Zm3,312H54.8V315.47a34.8,34.8,0,0,0,8.84-2.8ZM54.8,303.19V295.6a6,6,0,0,0-12,0v7.59a22.8,22.8,0,1,1,12,0ZM356.4,337.6H349V313.3a34.45,34.45,0,0,0,7.42,2.17Zm6-48a6,6,0,0,0-6,6v7.59a22.8,22.8,0,1,1,12,0V295.6a6,6,0,0,0-6-6Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
#why-trust .one-elem:nth-child(2) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 409.6 348.53'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%238c0a05;%7D.cls-2%7Bfill:%23fff;%7D.cls-3%7Bfill:%23aa1717;%7D.cls-4%7Bfill:%23fb8276;%7D.cls-5%7Bfill:%234ba31c;%7D.cls-6%7Bfill:%23ffd5b3;%7D.cls-7%7Bfill:%23ffbe35;%7D.cls-8%7Bfill:%23212936;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E5%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M267.26,6H36.19a4,4,0,0,0-4,4V272.34h196V247.39a4,4,0,0,1,4-4,4,4,0,0,1-4-4v-25a4,4,0,0,1,4-4,4,4,0,0,1-4-4V181.29a4,4,0,0,1,4-4,4,4,0,0,1-4-4v-25a4,4,0,0,1,4-4h39.06V10a4,4,0,0,0-4-4Z'/%3E%3Cpath class='cls-2' d='M228.2,148.24a4,4,0,0,1,4-4h15.64v-25a4,4,0,0,0-4-4H201.22a4,4,0,0,0-4,4v34.52a4,4,0,0,0,4,4h27Z'/%3E%3Cpath class='cls-3' d='M243.84,86.75a4,4,0,0,0,4-4v-49a4,4,0,0,0-4-4H59.62a4,4,0,0,0-4,4v49a4,4,0,0,0,4,4Z'/%3E%3Cpath class='cls-2' d='M177.6,272.34V247.5a4,4,0,0,0-4-4H129.85a4,4,0,0,0-4,4v24.84Z'/%3E%3Cpath class='cls-2' d='M106.23,272.34V247.5a4,4,0,0,0-4-4H59.62a4,4,0,0,0-4,4v24.84Z'/%3E%3Cpath class='cls-2' d='M125.85,217.9a4,4,0,0,0,4,4H173.6a4,4,0,0,0,4-4V183.38a4,4,0,0,0-4-4H129.85a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-2' d='M106.23,183.38a4,4,0,0,0-4-4H59.62a4,4,0,0,0-4,4V217.9a4,4,0,0,0,4,4h42.61a4,4,0,0,0,4-4Z'/%3E%3Cpath class='cls-4' d='M232.2,210.34a4,4,0,0,1-4-4V181.29a4,4,0,0,1,.51-1.91H201.22a4,4,0,0,0-4,4v89h31V247.39a4,4,0,0,1,4-4,4,4,0,0,1-4-4v-25a4,4,0,0,1,4-4Z'/%3E%3Cpath class='cls-2' d='M125.85,153.77a4,4,0,0,0,4,4H173.6a4,4,0,0,0,4-4V119.25a4,4,0,0,0-4-4H129.85a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-2' d='M106.23,119.25a4,4,0,0,0-4-4H59.62a4,4,0,0,0-4,4v34.52a4,4,0,0,0,4,4h42.61a4,4,0,0,0,4-4Z'/%3E%3Cpath class='cls-5' d='M228.2,338.53v-25a4,4,0,0,1,4-4,4,4,0,0,1-4-4V280.44a4,4,0,0,1,4-4h0a4,4,0,0,1-4-4v-.09H10a4,4,0,0,0-4,4v62.19a4,4,0,0,0,4,4H232.2a4,4,0,0,1-4-4Z'/%3E%3Crect class='cls-6' x='97.26' y='272.34' width='63.31' height='70.2'/%3E%3Cpath class='cls-7' d='M376,171.88a2.18,2.18,0,0,1-2.07-1.52c-5.12-15.35-8.94-19.23-24.09-24.41a2.22,2.22,0,0,1,0-4.2c15.15-5.19,19-9.07,24.09-24.42a2.17,2.17,0,0,1,4.14,0c5.12,15.35,8.94,19.23,24.09,24.42a2.22,2.22,0,0,1,0,4.2c-15.15,5.18-19,9.06-24.09,24.41a2.18,2.18,0,0,1-2.07,1.52Z'/%3E%3Cpath class='cls-7' d='M330.08,87.6a1.91,1.91,0,0,1-1.81-1.31c-4.45-13.38-7.79-16.76-21-21.28a1.94,1.94,0,0,1,0-3.67c13.19-4.51,16.53-7.89,21-21.27a1.89,1.89,0,0,1,3.61,0c4.46,13.38,7.8,16.76,21,21.27a2,2,0,0,1,0,3.67c-13.2,4.52-16.54,7.9-21,21.28a1.9,1.9,0,0,1-1.8,1.31Z'/%3E%3Cpath class='cls-7' d='M289.85,338.53v-25a4,4,0,0,1,4-4H232.2a4,4,0,0,0-4,4v25a4,4,0,0,0,4,4h61.65a4,4,0,0,1-4-4Z'/%3E%3Cpath class='cls-7' d='M289.85,305.49V280.44a4,4,0,0,1,4-4H232.2a4,4,0,0,0-4,4v25.05a4,4,0,0,0,4,4h61.65a4,4,0,0,1-4-4Z'/%3E%3Cpath class='cls-7' d='M289.85,272.43v-25a4,4,0,0,1,4-4H232.2a4,4,0,0,0-4,4v25a4,4,0,0,0,4,4h61.65a4,4,0,0,1-4-4Z'/%3E%3Cpath class='cls-7' d='M228.2,239.39a4,4,0,0,0,4,4h84.64a4,4,0,0,0,4-4v-25a4,4,0,0,0-4-4H232.2a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-7' d='M378.49,276.43a4,4,0,0,0,4-4v-25a4,4,0,0,0-4-4H293.85a4,4,0,0,0-4,4v25a4,4,0,0,0,4,4h0a4,4,0,0,0-4,4v25.05a4,4,0,0,0,4,4,4,4,0,0,0-4,4v25a4,4,0,0,0,4,4h84.64a4,4,0,0,0,4-4v-25a4,4,0,0,0-4-4h0a4,4,0,0,0,4-4V280.44a4,4,0,0,0-4-4h0Z'/%3E%3Cpath class='cls-7' d='M228.2,206.34a4,4,0,0,0,4,4h84.64a4,4,0,0,0,4-4V181.29a4,4,0,0,0-4-4H232.2a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-7' d='M228.2,173.29a4,4,0,0,0,4,4h84.64a4,4,0,0,0,4-4v-25a4,4,0,0,0-4-4H232.2a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-7' d='M228.2,173.29a4,4,0,0,0,4,4h84.64a4,4,0,0,0,4-4v-25a4,4,0,0,0-4-4H232.2a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-7' d='M289.85,338.53a4,4,0,0,0,4,4h84.64a4,4,0,0,0,4-4v-25a4,4,0,0,0-4-4H293.85a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-7' d='M289.85,305.49a4,4,0,0,0,4,4h84.64a4,4,0,0,0,4-4V280.44a4,4,0,0,0-4-4H293.85a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-7' d='M289.85,272.43a4,4,0,0,0,4,4h84.64a4,4,0,0,0,4-4v-25a4,4,0,0,0-4-4H293.85a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-8' d='M173.6,173.38H129.85a10,10,0,0,0-10,10V217.9a10,10,0,0,0,10,10H173.6a10,10,0,0,0,10-10V183.38a10,10,0,0,0-10-10Zm-2,42.52H131.85V185.38H171.6Z'/%3E%3Cpath class='cls-8' d='M49.62,217.9a10,10,0,0,0,10,10h42.61a10,10,0,0,0,10-10V183.38a10,10,0,0,0-10-10H59.62a10,10,0,0,0-10,10Zm12-32.52h38.61V215.9H61.62Z'/%3E%3Cpath class='cls-8' d='M183.6,119.25a10,10,0,0,0-10-10H129.85a10,10,0,0,0-10,10v34.52a10,10,0,0,0,10,10H173.6a10,10,0,0,0,10-10Zm-12,32.52H131.85V121.25H171.6Z'/%3E%3Cpath class='cls-8' d='M49.62,153.77a10,10,0,0,0,10,10h42.61a10,10,0,0,0,10-10V119.25a10,10,0,0,0-10-10H59.62a10,10,0,0,0-10,10Zm12-32.52h38.61v30.52H61.62Z'/%3E%3Cpath class='cls-8' d='M404.05,136.07c-13.35-4.57-15.82-7.08-20.33-20.62a8.18,8.18,0,0,0-15.54,0c-4.51,13.56-7,16.07-20.33,20.64a8.23,8.23,0,0,0,0,15.56c13.35,4.56,15.82,7.07,20.33,20.63a8.17,8.17,0,0,0,15.53,0c4.52-13.56,7-16.07,20.34-20.63a8.23,8.23,0,0,0,0-15.56ZM376,159.18c-3.54-7.48-7.79-11.75-15.24-15.34,7.45-3.57,11.7-7.84,15.24-15.32,3.54,7.47,7.8,11.75,15.24,15.32-7.44,3.59-11.69,7.86-15.24,15.34Z'/%3E%3Cpath class='cls-8' d='M305.34,70.69c11.43,3.91,13.37,5.87,17.24,17.49a7.9,7.9,0,0,0,15,0c3.87-11.62,5.8-13.58,17.24-17.49a7.95,7.95,0,0,0,0-15c-11.44-3.91-13.37-5.87-17.24-17.5a7.9,7.9,0,0,0-15,0c-3.87,11.62-5.8,13.58-17.24,17.49a7.94,7.94,0,0,0,0,15Zm24.74-19.11a25.24,25.24,0,0,0,11.54,11.6,25.24,25.24,0,0,0-11.54,11.6,25.28,25.28,0,0,0-11.54-11.6,25.28,25.28,0,0,0,11.54-11.6Z'/%3E%3Cpath class='cls-8' d='M388.49,247.39a10,10,0,0,0-10-10H326.84v-23a9.85,9.85,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V181.29a9.92,9.92,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4v-25a10,10,0,0,0-10-10H277.26V10a10,10,0,0,0-10-10H36.19a10,10,0,0,0-10,10V183.47a6,6,0,0,0,12,0V12H265.26V138.24H253.84v-19a10,10,0,0,0-10-10H201.22a10,10,0,0,0-10,10v34.52a10,10,0,0,0,10,10h21v9.52s0,.05,0,.09h-21a10,10,0,0,0-10,10v83H183.6V247.5a10,10,0,0,0-10-10H129.85a10,10,0,0,0-10,10v18.84h-7.62V247.5a10,10,0,0,0-10-10H59.62a10,10,0,0,0-10,10v18.84H38.19V211.87a6,6,0,0,0-12,0v54.47H10a10,10,0,0,0-10,10v62.19a10,10,0,0,0,10,10H378.49a10,10,0,0,0,10-10v-25a9.93,9.93,0,0,0-.84-4,9.83,9.83,0,0,0,.84-4V280.44a10,10,0,0,0-.84-4,9.85,9.85,0,0,0,.84-4ZM91.26,289.74H51.94a6,6,0,0,0,0,12H91.26V309H51.94a6,6,0,0,0,0,12H91.26v15.49H12v-58.2H91.26Zm9-23.4H61.62V249.5h38.61Zm214.61-116.1v21H234.2v-21Zm-10,66.1h10v21H234.2v-21h42.6a6,6,0,0,0,0-12H234.2V183.29h80.64v21.05h-10a6,6,0,0,0,0,12Zm-173,33.16H171.6v16.84H131.85Zm22.72,87H103.26V278.34h51.31Zm67.63-23v23H166.57V321H200.7a6,6,0,0,0,0-12H166.57v-7.3H200.7a6,6,0,0,0,0-12H166.57v-11.4h55.86a9.65,9.65,0,0,0-.23,2.1v25.05a10,10,0,0,0,.84,4,10.1,10.1,0,0,0-.84,4Zm0-99.15v25a10.09,10.09,0,0,0,.84,4,10.05,10.05,0,0,0-.84,4v18.95h-19v-81h19v21a10.09,10.09,0,0,0,.84,4,10,10,0,0,0-.84,4Zm0-66.1v3.53h-19V121.25h38.62v17H232.2a10,10,0,0,0-10,10Zm61.65,188.29H234.2v-21h49.65Zm0-33H234.2v-21h49.65Zm0-33.05H234.2v-21h49.65Zm92.64,66.1H295.85v-21h80.64Zm0-33H295.85v-21h80.64Zm0-33.05H295.85v-21h80.64Z'/%3E%3Cpath class='cls-8' d='M243.84,23.75H59.62a10,10,0,0,0-10,10v49a10,10,0,0,0,10,10H186a6,6,0,0,0,0-12H61.62v-45H241.84v45H214.4a6,6,0,1,0,0,12h29.44a10,10,0,0,0,10-10v-49a10,10,0,0,0-10-10Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
#why-trust .one-elem:nth-child(3) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 342.09 409.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%238c0a05;%7D.cls-2%7Bfill:%23e6e9ed;%7D.cls-3%7Bfill:%23ffbe35;%7D.cls-4%7Bfill:%23fff;%7D.cls-5%7Bfill:%23212936;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E3%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M6,349.37v37.45a16.78,16.78,0,1,0,33.55,0V347.4H8a2,2,0,0,0-2,2Z'/%3E%3Cpath class='cls-2' d='M264.88,148.41A71.2,71.2,0,0,1,210.26,31.52H43.67a4.14,4.14,0,0,0-4.12,4.12V386.82A16.77,16.77,0,0,1,22.78,403.6H295.45a4.22,4.22,0,0,0,4.21-4.21v-260a70.83,70.83,0,0,1-34.78,9.06Z'/%3E%3Cpath class='cls-3' d='M336.09,77.21A71.21,71.21,0,1,1,264.89,6a71.2,71.2,0,0,1,71.2,71.21Z'/%3E%3Cpath class='cls-4' d='M257.06,48a13.17,13.17,0,1,1-13.17-13.17A13.17,13.17,0,0,1,257.06,48Z'/%3E%3Cpath class='cls-4' d='M299.05,106.43a13.18,13.18,0,1,1-13.18-13.17,13.17,13.17,0,0,1,13.18,13.17Z'/%3E%3Cpath class='cls-4' d='M137.52,129.22a4,4,0,0,1-4,4H83.63a4,4,0,0,1-4-4V93a9.16,9.16,0,0,1,3.18-6.43L105.4,69.35a5.52,5.52,0,0,1,6.35,0l22.59,17.24A9.16,9.16,0,0,1,137.52,93Z'/%3E%3Cpath class='cls-1' d='M115.43,107.31H101.72a1.62,1.62,0,0,0-1.52,1.7v24.2H117V109a1.62,1.62,0,0,0-1.53-1.7Z'/%3E%3Cpath class='cls-5' d='M213.44,163.82H77.61a6,6,0,0,0,0,12H213.44a6,6,0,0,0,0-12Z'/%3E%3Cpath class='cls-5' d='M213.44,188.51H77.61a6,6,0,0,0,0,12H213.44a6,6,0,0,0,0-12Z'/%3E%3Cpath class='cls-5' d='M77.61,225.21H213.44a6,6,0,0,0,0-12H77.61a6,6,0,1,0,0,12Z'/%3E%3Cpath class='cls-5' d='M77.61,249.9H213.44a6,6,0,0,0,0-12H77.61a6,6,0,1,0,0,12Z'/%3E%3Cpath class='cls-5' d='M77.61,274.6H213.44a6,6,0,0,0,0-12H77.61a6,6,0,0,0,0,12Z'/%3E%3Cpath class='cls-5' d='M233.42,175.82h30.23a6,6,0,0,0,0-12H233.42a6,6,0,0,0,0,12Z'/%3E%3Cpath class='cls-5' d='M233.42,200.51h30.23a6,6,0,0,0,0-12H233.42a6,6,0,1,0,0,12Z'/%3E%3Cpath class='cls-5' d='M233.42,225.21h30.23a6,6,0,0,0,0-12H233.42a6,6,0,0,0,0,12Z'/%3E%3Cpath class='cls-5' d='M233.42,249.9h30.23a6,6,0,0,0,0-12H233.42a6,6,0,0,0,0,12Z'/%3E%3Cpath class='cls-5' d='M233.42,274.6h30.23a6,6,0,0,0,0-12H233.42a6,6,0,1,0,0,12Z'/%3E%3Cpath class='cls-5' d='M71.61,302.35a6,6,0,0,0,6,6h186a6,6,0,0,0,0-12h-186a6,6,0,0,0-6,6Z'/%3E%3Cpath class='cls-5' d='M269.65,327a6,6,0,0,0-6-6h-186a6,6,0,0,0,0,12h186a6,6,0,0,0,6-6Z'/%3E%3Cpath class='cls-5' d='M115.48,359.73a6,6,0,0,0,0,12h110.3a6,6,0,0,0,0-12Z'/%3E%3Cpath class='cls-5' d='M263.06,48a19.17,19.17,0,1,0-19.17,19.18A19.19,19.19,0,0,0,263.06,48Zm-26.34,0a7.17,7.17,0,1,1,7.17,7.18A7.18,7.18,0,0,1,236.72,48Z'/%3E%3Cpath class='cls-5' d='M285.87,125.6a19.17,19.17,0,1,0-19.17-19.17,19.19,19.19,0,0,0,19.17,19.17Zm0-26.34a7.17,7.17,0,1,1-7.17,7.17,7.18,7.18,0,0,1,7.17-7.17Z'/%3E%3Cpath class='cls-5' d='M237.6,124a6,6,0,0,0,8.2-2.2l48.47-84a6,6,0,1,0-10.39-6l-48.47,84a6,6,0,0,0,2.19,8.2Z'/%3E%3Cpath class='cls-5' d='M65.44,99.86a6,6,0,0,0,4.77,2.36,5.94,5.94,0,0,0,3.42-1.1v28.1a10,10,0,0,0,10,10h49.88a10,10,0,0,0,10-10V101.13l-.21-.14a6,6,0,1,0,7.28-9.54L115.39,64.58a11.55,11.55,0,0,0-13.64,0L66.56,91.45a6,6,0,0,0-1.12,8.41ZM111,127.21H106.2v-13.9H111Zm-2.38-52.74L131.52,92v35.22H123V109a7.62,7.62,0,0,0-7.53-7.7H101.72A7.62,7.62,0,0,0,94.2,109v18.2H85.63V92Z'/%3E%3Cpath class='cls-5' d='M299.66,330.8a6,6,0,0,0-6,6v60.8H42.84a22.65,22.65,0,0,0,2.71-10.78V37.52h41.5a6,6,0,0,0,0-12H43.67A10.13,10.13,0,0,0,33.55,35.64V341.4H8a8,8,0,0,0-8,8v37.45A22.81,22.81,0,0,0,22.78,409.6H295.45a10.22,10.22,0,0,0,10.21-10.21V336.8a6,6,0,0,0-6-6Zm-266.11,56a10.78,10.78,0,1,1-21.55,0V353.4H33.55Z'/%3E%3Cpath class='cls-5' d='M264.88,0a77,77,0,0,0-57.3,25.52H115.84a6,6,0,1,0,0,12h82.84a77.29,77.29,0,0,0,95,111.4V308a6,6,0,0,0,12,0V142.84a77.83,77.83,0,0,0,20.94-19.23,6,6,0,0,0-9.58-7.22,65.22,65.22,0,1,1,13.07-39.18A65.6,65.6,0,0,1,328,93.69a6,6,0,1,0,11.61,3A77.29,77.29,0,0,0,264.88,0Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
#why-trust .one-elem:nth-child(4) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 409.6 325.2'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffbe35;%7D.cls-2%7Bfill:%23a00e0e;%7D.cls-3%7Bfill:%238c0a05;%7D.cls-4%7Bfill:%23fff;%7D.cls-5%7Bfill:%23212936;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E2%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M18.66,269.43a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V254.55a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-2' d='M200.22,36.33a94.46,94.46,0,0,1,16.33,1.42V15.05H183.88v22.7a94.66,94.66,0,0,1,16.34-1.42Z'/%3E%3Cpath class='cls-3' d='M294.21,130.43a94,94,0,1,0-94,94.09,94,94,0,0,0,94-94.09Z'/%3E%3Cpath class='cls-4' d='M274.25,130.43a74,74,0,1,0-74,74.1,74.08,74.08,0,0,0,74-74.1Z'/%3E%3Cpath class='cls-1' d='M315,315.2a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V300.32a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,292.32a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V277.43a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,269.43a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V254.55a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,246.55a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V231.66a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,223.66a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V208.77a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,200.77a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V185.89a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,177.89a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V163a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,155a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V140.12a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,132.12a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V117.23a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M315,109.23a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V94.35a4,4,0,0,0-4-4H319a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M216.2,315.2a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V300.32a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M216.2,292.32a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V277.43a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M117.43,315.2a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V300.32a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M117.43,292.32a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V277.43a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M117.43,269.43a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V254.55a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M18.66,315.2a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V300.32a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M18.66,292.32a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V277.43a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M18.66,246.55a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V231.66a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M18.66,223.66a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V208.77a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M18.66,200.77a4,4,0,0,0,4,4h68a4,4,0,0,0,4-4V185.89a4,4,0,0,0-4-4h-68a4,4,0,0,0-4,4Z'/%3E%3Cpath class='cls-1' d='M93.55,57.94a2,2,0,0,1-1.94-1.4C86.81,42.31,83.22,38.72,69,33.91A2.05,2.05,0,0,1,67.61,32,2.08,2.08,0,0,1,69,30c14.21-4.8,17.8-8.39,22.6-22.62a2.05,2.05,0,0,1,3.89,0c4.8,14.23,8.39,17.82,22.6,22.62A2.08,2.08,0,0,1,119.5,32a2.05,2.05,0,0,1-1.4,1.94c-14.21,4.81-17.8,8.4-22.6,22.63a2.05,2.05,0,0,1-2,1.4Z'/%3E%3Cpath class='cls-1' d='M45.15,134.22A1.84,1.84,0,0,1,43.4,133c-4.3-12.76-7.53-16-20.28-20.3a1.85,1.85,0,0,1,0-3.5c12.75-4.31,16-7.53,20.28-20.3a1.84,1.84,0,0,1,3.49,0c4.31,12.77,7.53,16,20.29,20.3a1.85,1.85,0,0,1,0,3.5C54.42,117,51.2,120.2,46.89,133a1.84,1.84,0,0,1-1.74,1.26Z'/%3E%3Cpath class='cls-1' d='M306.38,59.45a1.52,1.52,0,0,1-1.45-1c-3.59-10.64-6.27-13.32-16.9-16.91a1.54,1.54,0,0,1,0-2.91c10.63-3.59,13.31-6.28,16.9-16.91a1.53,1.53,0,0,1,2.9,0c3.59,10.63,6.27,13.32,16.89,16.91a1.53,1.53,0,0,1,0,2.91c-10.62,3.59-13.3,6.27-16.89,16.91a1.53,1.53,0,0,1-1.45,1Z'/%3E%3Cpath class='cls-5' d='M100.22,130.43A100,100,0,1,0,222.55,32.85V21.05H228a6,6,0,0,0,0-12H172.41a6,6,0,0,0,0,12h5.47v11.8a100.24,100.24,0,0,0-77.66,97.58ZM189.88,21.05h20.67v9.81a101,101,0,0,0-20.67,0Zm10.34,21.28a88.1,88.1,0,1,1-88,88.1,88.14,88.14,0,0,1,88-88.1Z'/%3E%3Cpath class='cls-5' d='M200.22,210.53a80.13,80.13,0,0,0,68-122.29,6,6,0,0,0-10.2,6.32A67.91,67.91,0,1,1,235.3,72.05a6,6,0,0,0,6.2-10.27,80.09,80.09,0,1,0-41.28,148.75Z'/%3E%3Cpath class='cls-5' d='M200.22,84a6,6,0,0,0-6,6v40.4a6,6,0,0,0,6,6h28.39a6,6,0,0,0,0-12H206.22V90a6,6,0,0,0-6-6Z'/%3E%3Cpath class='cls-5' d='M67.09,39.6c12.5,4.22,14.61,6.34,18.83,18.85a8,8,0,0,0,15.26,0c4.23-12.52,6.34-14.64,18.84-18.86a8.05,8.05,0,0,0,0-15.26c-12.5-4.23-14.61-6.34-18.84-18.86a8.05,8.05,0,0,0-15.26,0C81.7,18,79.59,20.11,67.09,24.34a8.05,8.05,0,0,0,0,15.26Zm26.46-21A27.18,27.18,0,0,0,106.87,32,27.1,27.1,0,0,0,93.55,45.29,27,27,0,0,0,80.24,32,27.16,27.16,0,0,0,93.55,18.65Z'/%3E%3Cpath class='cls-5' d='M21.19,118.34c11,3.71,12.83,5.56,16.52,16.54a7.85,7.85,0,0,0,14.87,0c3.7-11,5.55-12.83,16.52-16.54a7.84,7.84,0,0,0,0-14.86c-11-3.71-12.81-5.56-16.52-16.54a7.85,7.85,0,0,0-14.87,0c-3.69,11-5.55,12.83-16.51,16.54a7.84,7.84,0,0,0,0,14.86Zm24-18.1a24.71,24.71,0,0,0,10.67,10.67,24.71,24.71,0,0,0-10.67,10.67,24.76,24.76,0,0,0-10.67-10.67,24.76,24.76,0,0,0,10.67-10.67Z'/%3E%3Cpath class='cls-5' d='M286.11,47.18c8.81,3,10.16,4.33,13.13,13.14a7.53,7.53,0,0,0,14.28,0c3-8.81,4.32-10.16,13.12-13.14a7.53,7.53,0,0,0,0-14.28c-8.8-3-10.15-4.33-13.12-13.13a7.53,7.53,0,0,0-14.28,0c-3,8.81-4.32,10.17-13.12,13.14a7.54,7.54,0,0,0,0,14.28Zm20.27-14A20.58,20.58,0,0,0,313.23,40a20.7,20.7,0,0,0-6.85,6.86A20.55,20.55,0,0,0,299.52,40a20.52,20.52,0,0,0,6.86-6.85Z'/%3E%3Cpath class='cls-5' d='M403.6,313.2h-6.66V300.32a9.85,9.85,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V277.43a9.92,9.92,0,0,0-.84-4,9.88,9.88,0,0,0,.84-4V254.55a9.85,9.85,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V231.66a9.92,9.92,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V208.77a9.92,9.92,0,0,0-.84-4,9.85,9.85,0,0,0,.84-4V185.89a9.88,9.88,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V163a9.92,9.92,0,0,0-.84-4,9.85,9.85,0,0,0,.84-4V140.12a9.88,9.88,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V117.23a9.92,9.92,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V94.34a10,10,0,0,0-10-10H319a10,10,0,0,0-10,10v14.89a10.09,10.09,0,0,0,.84,4,10.09,10.09,0,0,0-.84,4v14.89a10.09,10.09,0,0,0,.84,4,10.05,10.05,0,0,0-.84,4V155a10.05,10.05,0,0,0,.84,4,10.09,10.09,0,0,0-.84,4v14.89a10.09,10.09,0,0,0,.84,4,10.05,10.05,0,0,0-.84,4v14.88a10,10,0,0,0,.84,4,10.09,10.09,0,0,0-.84,4v14.89a10.09,10.09,0,0,0,.84,4,10.09,10.09,0,0,0-.84,4v14.89a10.09,10.09,0,0,0,.84,4,10,10,0,0,0-.84,4v14.88a10.05,10.05,0,0,0,.84,4,10.09,10.09,0,0,0-.84,4v14.89a10.09,10.09,0,0,0,.84,4,10,10,0,0,0-.84,4V313.2H298.17V300.32a9.85,9.85,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V277.43a10,10,0,0,0-10-10H278.4a6,6,0,0,0,0,12h7.77v10.89h-64V279.43h27.4a6,6,0,0,0,0-12H220.2a10,10,0,0,0-10,10v14.89a9.92,9.92,0,0,0,.84,4,9.85,9.85,0,0,0-.84,4V313.2H199.4V300.32a9.85,9.85,0,0,0-.84-4,9.92,9.92,0,0,0,.84-4V277.43a9.92,9.92,0,0,0-.84-4,9.88,9.88,0,0,0,.84-4V254.55a10,10,0,0,0-10-10h-68a10,10,0,0,0-10,10v14.88a9.88,9.88,0,0,0,.84,4,9.92,9.92,0,0,0-.84,4v14.89a9.92,9.92,0,0,0,.84,4,9.85,9.85,0,0,0-.84,4V313.2H100.64V300.32a9.85,9.85,0,0,0-.85-4,9.92,9.92,0,0,0,.85-4V277.43a9.92,9.92,0,0,0-.85-4,9.89,9.89,0,0,0,.85-4V254.55a9.85,9.85,0,0,0-.85-4,9.92,9.92,0,0,0,.85-4V231.66a9.92,9.92,0,0,0-.85-4,9.92,9.92,0,0,0,.85-4V208.77a9.92,9.92,0,0,0-.85-4,9.85,9.85,0,0,0,.85-4V185.89a10,10,0,0,0-10-10h-68a10,10,0,0,0-10,10v14.88a9.85,9.85,0,0,0,.84,4,9.92,9.92,0,0,0-.84,4v14.89a9.92,9.92,0,0,0,.84,4,9.92,9.92,0,0,0-.84,4v14.89a9.92,9.92,0,0,0,.84,4,9.85,9.85,0,0,0-.84,4v14.88a9.88,9.88,0,0,0,.84,4,9.92,9.92,0,0,0-.84,4v14.89a9.92,9.92,0,0,0,.84,4,9.85,9.85,0,0,0-.84,4V313.2H6a6,6,0,0,0,0,12H403.6a6,6,0,0,0,0-12Zm-315,0h-64V302.32h64Zm0-22.88h-64V279.43h64Zm0-45.77H79.2a6,6,0,1,0,0,12h9.43v10.88h-64V256.55H51.2a6,6,0,0,0,0-12H24.66V233.66h64Zm0-22.89h-64V210.77h64Zm0-22.89h-64V187.89h64ZM187.4,313.2h-64V302.32h64Zm0-22.88h-64V279.43h64Zm0-22.89h-64V256.55h64Zm98.77,45.77h-64V302.32h64Zm98.77,0H321V302.32h64Zm0-22.88H321V279.43h64Zm0-22.89H321V256.55h64Zm0-22.88H321V233.66h64Zm0-22.89H321V210.77h64Zm0-22.89H321V187.89h64Zm0-22.88H321V165h64Zm0-22.89H321V142.12h64Zm0-22.88H321V119.23h64Zm0-22.89H321V96.35h64Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
#why-trust .one-elem:nth-child(5) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 409.6 317.71'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23e6e9ed;%7D.cls-2%7Bfill:%23fff;%7D.cls-3%7Bfill:%23ffbe35;%7D.cls-4%7Bfill:%238c0a05;%7D.cls-5%7Bfill:%23212936;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3E4%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-1' d='M399.6,6H10a4,4,0,0,0-4,4V290.59a4,4,0,0,0,4,4H267.34V259.11l-6.79.93a2.55,2.55,0,0,1-2.8-2l-2.34-12.92a5.57,5.57,0,0,0-2.54-3.49l-11.55-6.22a2.54,2.54,0,0,1-1.08-3.3L246,220.25a5.67,5.67,0,0,0,0-4.32l-5.71-11.82a2.54,2.54,0,0,1,1.08-3.3l11.55-6.21a5.62,5.62,0,0,0,2.54-3.5l2.34-12.91a2.54,2.54,0,0,1,2.8-2l13,1.77a5.68,5.68,0,0,0,4.12-1.34l9.48-9.07a2.51,2.51,0,0,1,3.46,0l9.48,9.07a5.66,5.66,0,0,0,4.11,1.34l13-1.77a2.53,2.53,0,0,1,2.8,2l2.34,12.91a5.65,5.65,0,0,0,2.54,3.5l11.56,6.21a2.54,2.54,0,0,1,1.08,3.3l-5.7,11.82a5.58,5.58,0,0,0,0,4.32l5.7,11.82a2.54,2.54,0,0,1-1.08,3.3l-11.56,6.22a5.61,5.61,0,0,0-2.54,3.49L320,258a2.54,2.54,0,0,1-2.8,2l-6.79-.93v35.48H399.6a4,4,0,0,0,4-4V10a4,4,0,0,0-4-4Z'/%3E%3Cpath class='cls-2' d='M336.66,44H71.91l-28,28V228.58l28,28H257.5l-2.09-11.53a5.57,5.57,0,0,0-2.54-3.49l-11.56-6.22a2.54,2.54,0,0,1-1.07-3.3L246,220.25a5.67,5.67,0,0,0,0-4.32l-5.71-11.82a2.55,2.55,0,0,1,1.07-3.3l11.56-6.21a5.59,5.59,0,0,0,2.54-3.5l2.34-12.91a2.53,2.53,0,0,1,2.8-2l13,1.77a5.67,5.67,0,0,0,4.12-1.33l9.47-9.08a2.53,2.53,0,0,1,3.47,0l9.48,9.08a5.65,5.65,0,0,0,4.11,1.33l13-1.77a2.53,2.53,0,0,1,2.8,2l2.34,12.91a5.63,5.63,0,0,0,2.54,3.5l11.56,6.21a2.54,2.54,0,0,1,1.07,3.3l-5.7,11.82a5.67,5.67,0,0,0,0,4.32l5.71,11.82a2.54,2.54,0,0,1-1.08,3.3l-11.56,6.22a5.61,5.61,0,0,0-2.54,3.49l-2.08,11.53h16.38l29-29.06V73Z'/%3E%3Cpath class='cls-3' d='M383.32,24h-357a2.4,2.4,0,0,0-2.41,2.39V274.21a2.41,2.41,0,0,0,2.41,2.4H267.34v-17.5l-6.79.93a2.54,2.54,0,0,1-2.8-2l-.25-1.39H71.91L74.3,259c.94.94.62,1.7-.7,1.7H41.37a2.41,2.41,0,0,1-2.4-2.4V226.06c0-1.32.77-1.63,1.7-.7l3.22,3.22V72l-3.22,3.22c-.93.93-1.7.61-1.7-.71V42.29a2.41,2.41,0,0,1,2.4-2.4H73.6c1.32,0,1.64.77.7,1.7L71.92,44H336.66l-2.39-2.39c-.93-.93-.62-1.7.71-1.7H367.2a2.41,2.41,0,0,1,2.4,2.4V74.52c0,1.32-.76,1.64-1.7.71L365.71,73V227.55l2.19-2.19c.94-.93,1.7-.62,1.7.71v32.22a2.41,2.41,0,0,1-2.4,2.4H335c-1.32,0-1.63-.76-.7-1.69l2.39-2.39H320.27L320,258a2.54,2.54,0,0,1-2.8,2l-6.79-.92v17.49h72.88a2.41,2.41,0,0,0,2.4-2.4V26.37A2.4,2.4,0,0,0,383.32,24Z'/%3E%3Cpath class='cls-4' d='M367.9,225.36c.94-.93,1.7-.62,1.7.7v32.23a2.41,2.41,0,0,1-2.4,2.4H335c-1.32,0-1.63-.76-.7-1.69Z'/%3E%3Cpath class='cls-3' d='M124.16,217.89a19.6,19.6,0,1,1-19.6-19.6,19.61,19.61,0,0,1,19.6,19.6Z'/%3E%3Cpath class='cls-4' d='M367.9,75.22c.94.94,1.7.62,1.7-.7V42.29a2.41,2.41,0,0,0-2.4-2.4H335c-1.32,0-1.63.77-.7,1.7Z'/%3E%3Cpath class='cls-4' d='M40.67,75.22c-.93.94-1.7.62-1.7-.7V42.29a2.41,2.41,0,0,1,2.4-2.4H73.6c1.32,0,1.64.77.7,1.7Z'/%3E%3Cpath class='cls-4' d='M40.67,225.36c-.93-.93-1.7-.62-1.7.7v32.23a2.41,2.41,0,0,0,2.4,2.4H73.6c1.32,0,1.64-.76.7-1.69Z'/%3E%3Cpath class='cls-3' d='M304.21,258.27a5.65,5.65,0,0,0-4.11,1.33l-9.48,9.08a2.55,2.55,0,0,1-3.47,0l-9.48-9.08a5.63,5.63,0,0,0-4.11-1.33l-6.22.84v51.33c0,1.32.8,1.68,1.77.78l18-16.5a2.68,2.68,0,0,1,3.54,0l18,16.5c1,.9,1.77.54,1.77-.78V259.11Z'/%3E%3Cpath class='cls-3' d='M287.15,167.51a2.53,2.53,0,0,1,3.47,0l9.48,9.07a5.66,5.66,0,0,0,4.11,1.34l13-1.77a2.53,2.53,0,0,1,2.8,2l2.34,12.91a5.65,5.65,0,0,0,2.54,3.5l11.56,6.21a2.54,2.54,0,0,1,1.07,3.3l-5.7,11.82a5.67,5.67,0,0,0,0,4.32l5.7,11.82a2.53,2.53,0,0,1-1.07,3.3l-11.56,6.22a5.61,5.61,0,0,0-2.54,3.49L320,258a2.54,2.54,0,0,1-2.8,2l-13-1.77a5.65,5.65,0,0,0-4.11,1.33l-9.48,9.08a2.55,2.55,0,0,1-3.47,0l-9.48-9.08a5.63,5.63,0,0,0-4.11-1.33l-13,1.77a2.54,2.54,0,0,1-2.8-2l-2.34-12.92a5.57,5.57,0,0,0-2.54-3.49l-11.56-6.22a2.54,2.54,0,0,1-1.07-3.3L246,220.25a5.67,5.67,0,0,0,0-4.32l-5.71-11.82a2.55,2.55,0,0,1,1.07-3.3l11.56-6.21a5.62,5.62,0,0,0,2.54-3.5l2.34-12.91a2.53,2.53,0,0,1,2.8-2l13,1.77a5.64,5.64,0,0,0,4.11-1.34Z'/%3E%3Cpath class='cls-3' d='M314.93,218.09a26,26,0,1,1-26-26.05,26,26,0,0,1,26,26.05Z'/%3E%3Cpath class='cls-4' d='M147.13,153.53a4,4,0,0,1-4,4H97.67a4,4,0,0,1-4-4V120.71a9.16,9.16,0,0,1,3.18-6.43l20.37-15.55a5.57,5.57,0,0,1,6.36,0L144,114.28a9.16,9.16,0,0,1,3.18,6.43Z'/%3E%3Cpath class='cls-4' d='M126.73,133.6H114.07a1.5,1.5,0,0,0-1.41,1.57v22.36h15.48V135.17a1.5,1.5,0,0,0-1.41-1.57Z'/%3E%3Cpath class='cls-5' d='M399.6,0H94.4a6,6,0,0,0,0,12H397.6V288.59H316.43v-6h66.89a8.4,8.4,0,0,0,8.39-8.4V225.26a6,6,0,0,0-12,0v45.35H316.43V266a8.43,8.43,0,0,0,8-3.37h3.9a7,7,0,0,0,6.68,4.08H367.2a8.41,8.41,0,0,0,8.4-8.4V226.06a7,7,0,0,0-3.89-6.58V81.1a6.58,6.58,0,0,0,2.83-2.56,7.68,7.68,0,0,0,1.06-4V42.29a8.41,8.41,0,0,0-8.4-8.4H335A7,7,0,0,0,328.29,38h-248a7.05,7.05,0,0,0-6.69-4.09H41.37a8.41,8.41,0,0,0-8.4,8.4V74.52a6.91,6.91,0,0,0,4.92,7V219.09a6.89,6.89,0,0,0-4.92,7v32.23a8.41,8.41,0,0,0,8.4,8.4H73.6a7.06,7.06,0,0,0,6.69-4.08H119.6a6,6,0,1,0,0-12H74.4L49.88,226.09V74.49L74.4,50H334.17l25.54,25.54V225.06l-25.54,25.55h-6.71l.71-4,11.13-6a8.5,8.5,0,0,0,3.64-11.19l-5.49-11.38,5.48-11.37a8.5,8.5,0,0,0-3.63-11.2l-11.13-6-2.24-12.43a8.57,8.57,0,0,0-9.52-6.92l-12.52,1.71-9.12-8.74a8.54,8.54,0,0,0-11.77,0l-9.12,8.74-12.52-1.71a8.62,8.62,0,0,0-7.6,2.89H85a6,6,0,0,0,0,12H250.41l-.81,4.46-11.12,6a8.48,8.48,0,0,0-3.64,11.19l5.48,11.38-5.48,11.38a8.48,8.48,0,0,0,3.64,11.19l11.12,6,.72,4H148a6,6,0,0,0,0,12H253.38a8.53,8.53,0,0,0,6.85,3.45,8.17,8.17,0,0,0,1.11-.08v4.63H29.88V30H379.71V196.86a6,6,0,0,0,12,0V26.37a8.4,8.4,0,0,0-8.4-8.39h-357a8.41,8.41,0,0,0-8.41,8.39V274.21a8.41,8.41,0,0,0,8.41,8.4H261.34v6H12V12H66A6,6,0,0,0,66,0H10A10,10,0,0,0,0,10V290.59a10,10,0,0,0,10,10H261.34v9.85a6.88,6.88,0,0,0,6.78,7.27,7.39,7.39,0,0,0,5-2.06l15.72-14.41,15.73,14.41a7.4,7.4,0,0,0,5,2.06,6.88,6.88,0,0,0,6.78-7.27v-9.85H399.6a10,10,0,0,0,10-10V10a10,10,0,0,0-10-10ZM61.52,254.69H45V238.15ZM45,62.43V45.89H61.52ZM347.05,45.89H363.6V62.43ZM363.6,238.15v16.54H347.05Zm-59.17,61.06-9.72-8.91a8.67,8.67,0,0,0-11.65,0l-9.72,8.91V264.35l.54-.07L283,273a8.53,8.53,0,0,0,11.76,0l9.12-8.73.54.07v34.86Zm10.28-45.57L305,252.32a10.9,10.9,0,0,0-1.29-.08,11.64,11.64,0,0,0-7.78,3L288.89,262l-7.07-6.76a11.61,11.61,0,0,0-7.77-3,11.07,11.07,0,0,0-1.3.08l-9.69,1.32L261.32,244a11.5,11.5,0,0,0-5.61-7.72l-8.61-4.63,4.25-8.81a11.59,11.59,0,0,0,0-9.54l-4.25-8.81,8.61-4.63a11.5,11.5,0,0,0,5.61-7.71l1.74-9.63,9.69,1.32a9.25,9.25,0,0,0,1.3.09,11.57,11.57,0,0,0,7.77-3l7.07-6.76,7.06,6.76a11.6,11.6,0,0,0,9.07,3l9.69-1.32,1.74,9.63a11.57,11.57,0,0,0,5.61,7.71l8.62,4.63-4.25,8.81a11.51,11.51,0,0,0,0,9.54l4.25,8.81-8.62,4.63a11.56,11.56,0,0,0-5.61,7.72Z'/%3E%3Cpath class='cls-5' d='M265,67.49H144.62a6,6,0,0,0,0,12H265a6,6,0,0,0,0-12Z'/%3E%3Cpath class='cls-5' d='M324.64,96.29H177.26a6,6,0,0,0,0,12H324.64a6,6,0,0,0,0-12Z'/%3E%3Cpath class='cls-5' d='M324.64,121.89H177.26a6,6,0,0,0,0,12H324.64a6,6,0,1,0,0-12Z'/%3E%3Cpath class='cls-5' d='M324.64,147.49H177.26a6,6,0,0,0,0,12H324.64a6,6,0,0,0,0-12Z'/%3E%3Cpath class='cls-5' d='M104.56,192.29a25.6,25.6,0,1,0,25.6,25.6,25.62,25.62,0,0,0-25.6-25.6Zm0,39.2a13.6,13.6,0,1,1,13.6-13.6,13.61,13.61,0,0,1-13.6,13.6Z'/%3E%3Cpath class='cls-5' d='M288.89,250.14a32,32,0,1,0-32.05-32,32.09,32.09,0,0,0,32.05,32Zm0-52.09a20,20,0,1,1-20.05,20,20.06,20.06,0,0,1,20.05-20Z'/%3E%3Cpath class='cls-5' d='M113.58,94,81.32,118.59a6,6,0,0,0,6.35,10.12h0v24.82a10,10,0,0,0,10,10h45.46a10,10,0,0,0,10-10V128.71h0a6,6,0,0,0,6.36-10.12L127.22,94a11.55,11.55,0,0,0-13.64,0Zm5.08,57.57V139.6h3.48v11.93Zm22.47,0h-7V135.17a7.5,7.5,0,0,0-7.41-7.57H114.07a7.5,7.5,0,0,0-7.41,7.57v16.36h-7V119.68l20.73-15.83,20.73,15.83Z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
#why-trust .one-elem:nth-child(6) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' viewBox='0 0 409.6 365.6'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:none;%7D.cls-2%7Bfill:%23ffb98a;%7D.cls-3%7Bfill:%238c0a05;%7D.cls-4%7Bfill:%23ffbe35;%7D.cls-5%7Bfill:%235dc647;%7D.cls-6%7Bfill:%23368c0e;%7D.cls-7%7Bfill:%23e6e9ed;%7D.cls-8%7Bfill:%23ffd5b3;%7D.cls-9%7Bfill:%23c6c6c6;%7D.cls-10%7Bfill:%23775436;%7D.cls-11%7Bfill:%23212936;%7D.cls-12%7Bclip-path:url(%23clip-path);%7D%3C/style%3E%3CclipPath id='clip-path' transform='translate(0 -1)'%3E%3Crect class='cls-1' width='410' height='368'/%3E%3C/clipPath%3E%3C/defs%3E%3Ctitle%3E6%3C/title%3E%3Cg id='Слой_2' data-name='Слой 2'%3E%3Cg id='Слой_1-2' data-name='Слой 1'%3E%3Cpath class='cls-2' d='M163,152.88,210.1,102H63v75.26H195V155.82H164.26c-2.2,0-2.78-1.32-1.28-2.94Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-3' d='M250.24,58.56H152V67a4,4,0,0,1-4,4H103.2a4,4,0,0,1-4-4V58.56H78.63a9.54,9.54,0,0,0-6.52,3.1L41.88,98.84c-1.39,1.71-.72,3.11,1.48,3.11H210.1Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-2' d='M33.2,220.6v95.72a22.68,22.68,0,0,1,34.41,2.1,16.15,16.15,0,0,1,2.62-.23A15.9,15.9,0,0,1,77,319.7a22.16,22.16,0,0,1,42.6,4.81,12.75,12.75,0,0,1,9.47,17.18h5a4,4,0,0,1,4,4V356.6a4,4,0,0,1-4,4h61v-140Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-4' d='M67.61,318.42a16.15,16.15,0,0,1,2.62-.23A15.9,15.9,0,0,1,77,319.7,22.27,22.27,0,0,1,84.28,310V257.4a4,4,0,0,0-4-4H57.6a4,4,0,0,0-4,4v52.38a22.68,22.68,0,0,1,14,8.64Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-4' d='M127.43,253.4H104.75a4,4,0,0,0-4,4v48.33a22.18,22.18,0,0,1,17.91,14.87h8.77a4,4,0,0,0,4-4V257.4a4,4,0,0,0-4-4Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-4' d='M178.4,316.6a4,4,0,0,1-4,4H151.71a4,4,0,0,1-4-4V257.4a4,4,0,0,1,4-4H174.4a4,4,0,0,1,4,4Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-5' d='M56.38,341.69a15.82,15.82,0,0,1,11.23-23.27,22.69,22.69,0,0,0-38.68,23.27Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-6' d='M129.06,341.69a12.67,12.67,0,0,0,.88-4.63,12.81,12.81,0,0,0-10.35-12.56A22.16,22.16,0,0,0,77,319.7,15.84,15.84,0,0,0,54.4,334a15.74,15.74,0,0,0,2,7.67Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-7' d='M138,345.69a4,4,0,0,0-4-4H20a4,4,0,0,0-4,4V356.6a4,4,0,0,0,4,4H134a4,4,0,0,0,4-4Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-3' d='M195,177.21H45.27a9.58,9.58,0,0,0-6.52,3.1L8.52,217.5c-1.39,1.7-.72,3.1,1.48,3.1H195Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-3' d='M398.66,152.88,283.53,28.45a3.64,3.64,0,0,0-5.43,0L163,152.88c-1.5,1.62-.92,2.94,1.28,2.94H195V155L280.82,62.2,366.65,155v.85h30.73c2.19,0,2.77-1.32,1.28-2.94Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-8' d='M330.25,321.58c-2.2,0-3.1-1.56-2-3.47L345.8,287.7h-6.19c-2.2,0-3.1-1.55-2-3.46l15.22-26.35h-5.2c-2.2,0-3.1-1.56-2-3.47l18.06-31.28c.8-1.38,2-1.75,3-1.13V155L280.82,62.2,195,155V360.6H356.91v-39Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-3' d='M312.23,356.6a4,4,0,0,1-4,4H253.41a4,4,0,0,1-4-4V257.88a4,4,0,0,1,4-4h54.82a4,4,0,0,1,4,4Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-4' d='M308.23,201.08V146.2a4,4,0,0,0-4-4H257.41a4,4,0,0,0-4,4v54.88Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-7' d='M321.82,215.8a4,4,0,0,1-4,4h-74a4,4,0,0,1-4-4V205.08a4,4,0,0,1,4-4h74a4,4,0,0,1,4,4Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-9' d='M99.2,31V67a4,4,0,0,0,4,4H148a4,4,0,0,0,4-4V31Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-7' d='M161.6,27a4,4,0,0,1-4,4h-64a4,4,0,0,1-4-4V11a4,4,0,0,1,4-4h64a4,4,0,0,1,4,4Z' transform='translate(0 -1)'/%3E%3Crect class='cls-4' x='63.02' y='120.4' width='53.49' height='34.4'/%3E%3Cpath class='cls-4' d='M139.2,121.4H116.52v34.4H139.2a4,4,0,0,0,4-4V125.4a4,4,0,0,0-4-4Z' transform='translate(0 -1)'/%3E%3Crect class='cls-10' x='356.9' y='320.57' width='17.57' height='39.03'/%3E%3Cpath class='cls-6' d='M403.13,318.11,385.58,287.7H345.8l-17.55,30.41c-1.1,1.91-.2,3.47,2,3.47h70.88c2.2,0,3.1-1.56,2-3.47Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-5' d='M393.77,284.24l-15.22-26.35H352.83l-15.22,26.35c-1.1,1.91-.2,3.46,2,3.46h52.16c2.2,0,3.1-1.55,2-3.46Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-6' d='M347.63,257.89c-2.2,0-3.1-1.56-2-3.47l18.06-31.28c1.1-1.9,2.9-1.9,4,0l18.06,31.28c1.1,1.91.2,3.47-2,3.47Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-11' d='M151.71,326.6H174.4a10,10,0,0,0,10-10V257.4a10,10,0,0,0-10-10H151.71a10,10,0,0,0-10,10v59.2a10,10,0,0,0,10,10Zm2-67.2H172.4v55.2H153.71Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-11' d='M265.6,299.11a6,6,0,0,0-6,6v13.11a6,6,0,0,0,12,0V305.11a6,6,0,0,0-6-6Z' transform='translate(0 -1)'/%3E%3Cg class='cls-12'%3E%3Cpath class='cls-11' d='M327.82,215.8V205.08a10,10,0,0,0-10-10h-3.59V146.2a10,10,0,0,0-10-10H257.41a10,10,0,0,0-10,10v48.88h-3.6a10,10,0,0,0-10,10V215.8a10,10,0,0,0,10,10h74a10,10,0,0,0,10-10Zm-68.41-67.6h42.82v46.88H259.41Zm56.41,65.6h-70v-6.72h70Z' transform='translate(0 -1)'/%3E%3Cpath class='cls-11' d='M403.6,354.6H380.48v-27h20.65a8.06,8.06,0,0,0,7.19-12.47l-12.8-22.18a7.8,7.8,0,0,0,3.68-3.24,8.35,8.35,0,0,0-.24-8.45l-10.68-18.51a7.83,7.83,0,0,0,2.91-2.86,8.4,8.4,0,0,0-.24-8.45l-18.06-31.28-.24-.37v-58h24.73c3.49,0,6.3-1.66,7.52-4.46s.53-6-1.84-8.55L287.94,24.38a9.64,9.64,0,0,0-14.24,0L247.62,52.56H158V37a10,10,0,0,0,9.6-10V11a10,10,0,0,0-10-10h-64a10,10,0,0,0-10,10V27a10,10,0,0,0,9.6,10V52.56H78.63a15.41,15.41,0,0,0-11.18,5.32L37.23,95.06A7.64,7.64,0,0,0,43.36,108H57v63.26H45.27a15.41,15.41,0,0,0-11.18,5.32L3.87,213.71a8,8,0,0,0-1.37,8.56A8,8,0,0,0,10,226.6H27.2v87.47a28.59,28.59,0,0,0-6.4,18,28.23,28.23,0,0,0,.24,3.59H20a10,10,0,0,0-10,10v8.91H6a6,6,0,0,0,0,12H403.6a6,6,0,0,0,0-12Zm-8.86-39H336.65l12.62-21.88h32.84ZM346,281.7l10.29-17.81h18.8l10.29,17.81Zm31.36-29.81H354l11.67-20.22ZM95.6,13h60V25h-60ZM146,37V65H105.2V37ZM52,96,76.75,65.47a4.08,4.08,0,0,1,1.88-.91H93.2V67a10,10,0,0,0,10,10H148a10,10,0,0,0,10-10V64.56h78.52L207.48,96ZM69,127.4h41.49v22.4H69Zm63,227.2H22v-6.91H132ZM48.47,335.69H33.21a16.25,16.25,0,0,1-.41-3.59A16.66,16.66,0,0,1,56.59,317a21.79,21.79,0,0,0-8.19,17c0,.57,0,1.12.07,1.67Zm65.18-10.33a6,6,0,0,0,4.79,5,6.79,6.79,0,0,1,5.35,5.3H60.55A10.14,10.14,0,0,1,60.4,334a9.83,9.83,0,0,1,14-8.9,5.94,5.94,0,0,0,4.78.15,6,6,0,0,0,3.38-3.41,16.15,16.15,0,0,1,31.06,3.49ZM106.75,301V259.4h18.68v55.2h-2.85A28.51,28.51,0,0,0,106.75,301ZM78.28,307.3A28.16,28.16,0,0,0,74,312.51a21.11,21.11,0,0,0-3.73-.32h-.1a29,29,0,0,0-10.53-6.92V259.4H78.28ZM189,214.6H136a6,6,0,0,0,0,12h53v128H144v-8.91a10,10,0,0,0-8.15-9.82,18.7,18.7,0,0,0-3.95-10.36,10,10,0,0,0,5.49-8.91V257.4a10,10,0,0,0-10-10H104.75a10,10,0,0,0-10,10v42.28a30.38,30.38,0,0,0-4.47.84V257.4a10,10,0,0,0-10-10H57.6a10,10,0,0,0-10,10v46.07a28.66,28.66,0,0,0-8.4,1.85V226.6h68a6,6,0,1,0,0-12H18.61l24.78-30.48a4.08,4.08,0,0,1,1.88-.91H189Zm0-43.39H69V161.8H139.2a10,10,0,0,0,10-10V125.4a10,10,0,0,0-10-10H69V108H196.37l-37.8,40.86c-2.37,2.57-3,5.76-1.84,8.55s4,4.46,7.53,4.46H189ZM122.52,149.8V127.4H137.2v22.4ZM350.91,354.6H318.23V311a6,6,0,0,0-12,0v43.6H255.41V259.88h50.82V283a6,6,0,0,0,12,0V257.88a10,10,0,0,0-10-10H253.41a10,10,0,0,0-10,10V354.6H201V157.33L280.82,71,309,101.48a6,6,0,0,0,8.81-8.15l-32.57-35.2a6,6,0,0,0-8.81,0l-84.83,91.69H174L280.82,34.34,387.65,149.82h-17.6l-33-35.69a6,6,0,0,0-8.81,8.14l32.43,35.06v60.25a9.3,9.3,0,0,0-2.15,2.56l-18.07,31.28a8.37,8.37,0,0,0-.23,8.45,7.73,7.73,0,0,0,2.9,2.86l-10.69,18.51a8.42,8.42,0,0,0-.23,8.45,7.85,7.85,0,0,0,3.68,3.24l-12.81,22.18a8.07,8.07,0,0,0,7.2,12.47h20.66Zm17.57,0h-5.57v-27h5.57Z' transform='translate(0 -1)'/%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");}
#why-trust .one-elem .text{
    font-size: 16px;
    line-height: 1.5em;
    width: calc(100% - 100px);
}
#why-trust .img-col{
    position: relative;
}
#why-trust .first-img{
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
    overflow: hidden;
}
#why-trust .second-img{
    position: absolute;
    top: 35%;
    left: 60%;
    width: 60%;
    height: 0;
    padding-bottom: 60%;
    overflow: hidden;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
#why-trust .img-block img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
}
#buy-or-book{
    padding: 0 0 100px;
}
#buy-or-book .content-block{
    display: flex;
    background-image: url(../img/alegria-xii/bg_buy_or_book.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 70px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
#buy-or-book .options-list{
    float: left;
    width: 50%;
    padding: 0 15px 0 0;
}
#buy-or-book .boss{
    position: relative;
    width: 50%;
    float: right;
    padding: 0 0 0 15px;
}
#buy-or-book .boss .orange-line{
    display: flex;
    align-items: center;
    justify-content: flex-start;
    padding-left: 50px;
    background-color: #efbe35;
    height: 100px;
    width: calc(100% + 60px);
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    position: absolute;
    right: -70px;
    bottom: 10px;
    z-index: 1;
}
#buy-or-book .boss .orange-line .text{
    width: 180px;
    text-align: right;
}
#buy-or-book .boss .orange-line .text .name{
    font-size: 24px;
    font-weight: 600;
}
#buy-or-book .boss .orange-line .text .post{
    font-size: 14px;
    line-height: 1.4em;
    color: #fff;
    font-weight: 700;
}
#buy-or-book .boss img{
    position: absolute;
    max-height: calc(100% + 100px);
    bottom: -60px;
    right: -20px;
    z-index: 2;
}
.back-call-section{
    padding: 80px 0;
    background-image: url(../img/alegria-xii/bg_back_call_section.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.back-call-section.last{
    padding: 60px 0;
}
.back-call-section .title{
    display: block;
    color: #282d39;
    font-size: 30px;
    font-weight: 700;
    white-space: nowrap;
    margin-bottom: 10px;
}
.back-call-section.last .title{
    white-space: normal;
}
.back-call-section .subtitle{
    display: block;
    color: #333;
    font-size: 18px;
}
.back-call-section.last .subtitle{
    margin-bottom: 40px;
}
.back-call-section .custom-control-description{
    font-size: 12px;
}
.back-call-section .custom-checkbox{
    margin-top: 15px;
}
.back-call-section .custom-control-description a {
    font-weight: 700;
    color: inherit;
    text-decoration: underline;
}
#partners-page #why-we,
#services-page #why-we{
    overflow: hidden;
}
#partners-page #why-we .behind-title.one,
#services-page .behind-title.one{
    font-size: 86px;
}
#partners-page #why-we .behind-title.two,
#partners-page #why-we .behind-title.three,
#services-page .behind-title.two,
#services-page .behind-title.three{
    font-size: 222px;
    transform: translate(0,0);
    line-height: 1em;
}
#partners-page #why-we .behind-title.two,
#services-page .behind-title.two{
    top: -50px;
    left: 84%;
}
#partners-page #why-we .behind-title.three,
#services-page .behind-title.three{
    top: 450px;
    left: auto;
    right: 70%;
}
#about-new-buldings{
    padding: 100px 0
}
#about-new-buldings.second{
    background-color: #f6f6f6
}
#about-new-buldings .main-row,
#services-page #top-section .main-row,
#alegria-xii-page #top-section .main-row{
    position: relative;
}
#alegria-xii-page .breadcrumbs li span,
#alegria-xii-page .breadcrumbs li:after,
#service-page .breadcrumbs,
#service-page .breadcrumbs a span{
    color: #fff;
}
#partners-page .breadcrumbs,
#services-page .breadcrumbs,
#service-page .breadcrumbs{
    margin: 25px 0;
}
#about-new-buldings .text-col,
#services-page #top-section .text-col,
#alegria-xii-page #top-section .text-col{
    z-index: 2;
}
#about-new-buldings .text-col{
    position: absolute;
}

#services-page #top-section .text-block,
#alegria-xii-page #top-section .text-block{
    margin-bottom: 40px;
}
#services-page #top-section .text-col .block-title,
#alegria-xii-page #top-section .text-col .block-title,
#alegria-xii-page #top-section .text-col h3{
    font-size: 30px;
    line-height: 1.45em;
    margin-bottom: 1em;
    font-weight: 700;
    text-align: left;
}
#services-page #top-section .text-col .block-content,
#alegria-xii-page #top-section .text-col .block-content,
#alegria-xii-page #top-section .text-col p{
    font-size: 16px;
    line-height: 1.6em;
}
#services-page #top-section .img-col,
#alegria-xii-page #top-section .img-col{
    position: absolute;
    top: 0;
    right: 0;
    height: calc(100% - 40px);
    overflow: hidden;
}
#services-page #top-section .img-col img,
#alegria-xii-page #top-section .img-col img{
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    max-height: 100%;
    min-width: 100%;
}
#top-section{
	margin-bottom:20px;
}
#about-new-buldings .text-block,
#services-page #top-section .text-block,
#alegria-xii-page #top-section .text-block{
    display: block;
    padding: 40px 70px;
    font-size: 18px;
    line-height: 1.55em;
	background: #ffffff;
    background-image: url(../img/partners/bg_text_block.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
#about-new-buldings .img-col,
#services-page #top-section .img-col,
#alegria-xii-page #top-section .img-col{
    margin-top: 40px;
}
#about-new-buldings .slide{
    overflow: hidden;
}
#about-new-buldings .slide img{
    position: relative;
    top: 0;
    left: 50%;
    transform: translate(-50%, 0);
    min-width: 100%;
    min-height: 100%;
}
#about-new-buldings .img-col img{
    width: 100%;
}

#about-new-buldings.second .title {
    font-size: 40px;
    line-height: 1.25em;
}
#about-new-buldings.second ul{
    font-size: 16px;
    padding: 0;
    margin: 2em 0 0 0;
    list-style-type: none;
}
#about-new-buldings.second li{
    position: relative;
    line-height: 1.6em;
    margin-bottom: 2em;
    padding: 0 0 0 2em;
}
#about-new-buldings.second li:before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    background-color: #efbe35;
    position: absolute;
    top: .25em;
    left: 0;
}
#about-new-buldings.second .slide-col{
    position: relative;
}
#about-new-buldings.second .slide-col .numbers-slider{
    position: absolute;
    width: 50px;
    top: -25px;
    left: -10px;
    background-color: #282d39;
    position: absolute;
    font-size: 23px;
    line-height: 50px;
    text-align: center;
    color: #fff;
}
#about-new-buldings.second .slide-col .numbers-slider .number{
    display: block;
    width: 50px;
    height: 50px;
}

#main-page #new-building-slider .slick-arrow {
    align-items: center;
    background-color: #e8e8e8;
    background-image: none;
    border: 1px solid #d1d1d1;
    color: transparent;
    cursor: pointer;
    display: flex!important;
    height: 75px;
    justify-content: center;
    position: absolute;
    top: 88px;
    width: 75px
}

#main-prop-slider,
#main-car-slider {
    position: relative
}
#main-prop-slider .photo {
    object-fit: cover;
    width: 100%;
    height: 520px
}

#main-prop-slider .slick-arrow,
#main-car-slider .slick-arrow,
#about-new-buldings .slider .slick-arrow,
#alegria-xii-main-slider .slick-arrow{
    background-color: #282d39;
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 306 306" xml:space="preserve"><polygon fill="%23fff" points="270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px;
    border: 0;
    border-radius: 0;
    bottom: 0;
    color: transparent;
    cursor: pointer;
    height: 60px;
    outline: 0;
    position: absolute;
    width: 60px;
    z-index: 2
}

#history-and-projects .slick-arrow,
#reviews-body .slick-arrow {
    width: 70px;
    height: 70px;
    position: absolute;
    right: -20px;
    border: none;
    border-radius: 0;
    color: rgba(0,0,0,0);
    background-color: #282d39;
    z-index: 2;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 306' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
.history-slider .slick-arrow.slick-prev,
#reviews-body .slick-arrow.slick-prev{
    transform: rotate(180deg);
    top: calc(50% - 72px);
}
.history-slider .slick-arrow.slick-next,
#reviews-body .slick-arrow.slick-next{
    bottom: calc(50% - 72px);
}
#comfort .slick-arrow.slick-prev{
    transform: rotate(180deg);
    top: 128px;
}
#comfort .slick-arrow.slick-next{
    top: 202px;
}

#main-prop-slider .slick-arrow:hover, #main-prop-slider-winter .slick-arrow:hover,
#main-car-slider .slick-arrow:hover,
.manager-container .question-and-booking-col .btns-block a:nth-child(2),
.new-buld-slide-bottom .slick-arrow:hover,
#catalog .question-and-booking-col .questions-block .slick-arrow:hover,
#about-new-buldings .slider .slick-arrow:hover {
    background-color: #efbe35
}

#about-new-buldings .slider .slick-next,
#main-prop-slider .slick-next,
#main-car-slider .slick-next {
    right: 0;
    transform: rotate(-90deg)
}
#about-new-buldings .slider .slick-prev,
#main-prop-slider .slick-prev,
#main-car-slider .slick-prev {
    right: 65px;
    transform: rotate(90deg)
}

#manager-section {
    background-image: url(../img/real-estate/bg-manager-section.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 90px;
    padding: 30px
}

#mobile-menu-icon,#mobile-top-orange-arrow {
    align-items: center;
    display: none;
    justify-content: center
}

#mobile-menu-icon {
    margin-right: 15px;
    height: 40px;
    width: 55px;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 73.168 73.168' xml:space='preserve'%3E%3Cpath fill='%23000' d='M4.242,14.425h64.684c2.344,0,4.242-1.933,4.242-4.324c0-2.385-1.898-4.325-4.242-4.325H4.242 C1.898,5.776,0,7.716,0,10.101C0,12.493,1.898,14.425,4.242,14.425z M68.926,32.259H4.242C1.898,32.259,0,34.2,0,36.584 c0,2.393,1.898,4.325,4.242,4.325h64.684c2.344,0,4.242-1.933,4.242-4.325C73.168,34.2,71.27,32.259,68.926,32.259z M68.926,58.742H4.242C1.898,58.742,0,60.683,0,63.067c0,2.393,1.898,4.325,4.242,4.325h64.684c2.344,0,4.242-1.935,4.242-4.325 C73.168,60.683,71.27,58.742,68.926,58.742z'/%3E%3C/svg%3E");
}


/* ИЗМЕНЕНО-001 */
#mobile-top-orange-arrow {
    background-color: #efbe35;
    height: 22px;
    left: calc(50% - 25px);
    position: absolute;
    top: 0;
    width: 50px;
    z-index: 999999;
    background-size: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 306' xml:space='preserve'%3E%3Cpolygon fill='%23000' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E ");
}

#mobile-top-orange-arrow.reverse {
    transform: rotate(180deg)
}

#mortgage {
    margin: 20px -15px 60px;
    padding: 0 15px
}

#mortgage .col-with-btn {
    align-items: center;
    background-image: url(../img/property-new/bg_mortgage.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: space-between
}

#mortgage .col-with-btn .btn {
    background-color: #efbe35;
    border-radius: 0;
    color: #222;
    font-size: 11px;
    font-weight: 700;
    line-height: 1.5em;
    padding: 15px 20px;
    text-transform: uppercase
}

#mortgage .col-with-btn .orange-angle {
    border: 40px solid transparent;
    border-bottom: 60px solid #efbe35;
    border-left: 27px solid #efbe35;
    display: inline-block;
    height: 100px;
    margin-left: -15px;
    width: 58px
}

#mortgage .orange {
    align-items: center;
    background-color: #efbe35;
    color: #333;
    display: flex;
    font-size: 24px;
    font-weight: 600;
    height: 100px;
    padding: 0 0 0 40px
}

#new-building-block {
    padding: 30px 0 100px
}

#new-building-block .block-title {
    margin-bottom: 30px
}

#main-page #new-building-block .block-title {
    align-items: center;
    display: block
}

#new-building-block .block-title h2 {
    font-size: 36px;
    line-height: 46px;
    font-weight: 700;
    color: #282d39;
}

#new-building-block .block-title h2 a:hover {
	color: #efbe35;
}

.manager-container .question-and-booking-col .btns-block a:hover {
    background-color: #282d39;
    border-color: #282d39;
    color: #fff;
    transition: .2s
}
#catalog .manager-container .question-and-booking-col .btns-block a:hover{color: #282d39;}
#new-building-slider .new-building-slide .hidden-info .area {
    float: left
}

#new-building-slider .new-building-slide .hidden-info .area .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23fff" d="M325.224,142.322h-85.732c-4.221,0-7.628,3.485-7.501,7.735c0.123,4.108,3.706,7.275,7.816,7.275h75.408v156.347H158.868 V157.332h26.089c4.221,0,7.628-3.485,7.501-7.735c-0.123-4.108-3.706-7.275-7.816-7.275h-35.784c-2.761,0-5,2.239-5,5v176.367 c0,2.761,2.239,5,5,5h176.366c2.762,0,5-2.239,5-5V147.322C330.224,144.561,327.985,142.322,325.224,142.322z"/><path fill="%23fff" d="M496.329,362.069c4.145,0,7.505-3.36,7.505-7.505V202.691c0-6.87-5.59-12.461-12.461-12.461H367.744 c-6.871,0-12.461,5.59-12.461,12.461v152.1H196.791c-6.871,0-12.461,5.59-12.461,12.461V499.54c0,6.87,5.59,12.46,12.461,12.46 h294.582c6.871,0,12.461-5.59,12.461-12.46v-91.441c0-4.145-3.36-7.505-7.505-7.505s-7.505,3.36-7.505,7.505v88.892H199.339 v-127.19h158.493c6.871,0,12.461-5.59,12.461-12.461v-152.1h118.531v149.324C488.824,358.709,492.184,362.069,496.329,362.069z"/><path fill="%23fff" d="M264.576,0H20.627C13.756,0,8.166,5.59,8.166,12.46v251.089c0,6.87,5.59,12.461,12.461,12.461h88.361 c6.871,0,12.461-5.591,12.461-12.462V119.654h143.127c6.871,0,12.461-5.59,12.461-12.461V12.46C277.037,5.59,271.447,0,264.576,0z M262.027,104.645H113.944c-4.145,0-7.505,3.36-7.505,7.505V261H23.176V15.01h238.851V104.645z"/></svg>')
}

#new-building-slider .new-building-slide .hidden-info .city .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" xml:space="preserve"><path fill="%23fff" d="M30,26c3.86,0,7-3.141,7-7s-3.14-7-7-7s-7,3.141-7,7S26.14,26,30,26z M30,14c2.757,0,5,2.243,5,5s-2.243,5-5,5 s-5-2.243-5-5S27.243,14,30,14z"/><path fill="%23fff" d="M29.823,54.757L45.164,32.6c5.754-7.671,4.922-20.28-1.781-26.982C39.761,1.995,34.945,0,29.823,0 s-9.938,1.995-13.56,5.617c-6.703,6.702-7.535,19.311-1.804,26.952L29.823,54.757z M17.677,7.031C20.922,3.787,25.235,2,29.823,2 s8.901,1.787,12.146,5.031c6.05,6.049,6.795,17.437,1.573,24.399L29.823,51.243L16.082,31.4 C10.882,24.468,11.628,13.08,17.677,7.031z"/><path fill="%23fff" d="M42.117,43.007c-0.55-0.067-1.046,0.327-1.11,0.876s0.328,1.046,0.876,1.11C52.399,46.231,58,49.567,58,51.5 c0,2.714-10.652,6.5-28,6.5S2,54.214,2,51.5c0-1.933,5.601-5.269,16.117-6.507c0.548-0.064,0.94-0.562,0.876-1.11 c-0.065-0.549-0.561-0.945-1.11-0.876C7.354,44.247,0,47.739,0,51.5C0,55.724,10.305,60,30,60s30-4.276,30-8.5 C60,47.739,52.646,44.247,42.117,43.007z"/></svg>')
}

#new-building-slider .new-building-slide .hidden-info .date-of-construction .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23fff" d="M440,64h-8V24c0-13.232-10.768-24-24-24h-16c-13.232,0-24,10.768-24,24v40H112V24c0-13.232-10.768-24-24-24H72 C58.768,0,48,10.768,48,24v40h-8C17.944,64,0,81.944,0,104v336c0,22.056,17.944,40,40,40h400c22.056,0,40-17.944,40-40V104 C480,81.944,462.056,64,440,64z M384,72V24c0-4.416,3.584-8,8-8h16c4.416,0,8,3.584,8,8v48v32c0,4.416-3.584,8-8,8h-16 c-4.416,0-8-3.584-8-8V72z M64,72V24c0-4.416,3.584-8,8-8h16c4.416,0,8,3.584,8,8v48v32c0,4.416-3.584,8-8,8H72 c-4.416,0-8-3.584-8-8V72z M464,440c0,13.232-10.768,24-24,24H40c-13.232,0-24-10.768-24-24V208h448V440z M464,192H16v-88 c0-13.232,10.768-24,24-24h8v24c0,13.232,10.768,24,24,24h16c13.232,0,24-10.768,24-24V80h256v24c0,13.232,10.768,24,24,24h16 c13.232,0,24-10.768,24-24V80h8c13.232,0,24,10.768,24,24V192z"/><path fill="%23fff" d="M328,104H152c-4.424,0-8,3.576-8,8v48c0,4.424,3.576,8,8,8h176c4.424,0,8-3.576,8-8v-48C336,107.576,332.424,104,328,104z M320,152H160v-32h160V152z"/><path fill="%23fff" d="M104,232H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,235.576,108.424,232,104,232z M96,272H64v-24h32V272z"/><path fill="%23fff" d="M208,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,235.576,212.424,232,208,232z M200,272h-32v-24h32V272z"/><path fill="%23fff" d="M320,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C328,235.576,324.424,232,320,232z M312,272h-32v-24h32V272z"/><path fill="%23fff" d="M424,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C432,235.576,428.424,232,424,232z M416,272h-32v-24h32V272z"/><path fill="%23fff" d="M104,312H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,315.576,108.424,312,104,312z M96,352H64v-24h32V352z"/><path fill="%23fff" d="M208,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,315.576,212.424,312,208,312z M200,352h-32v-24h32V352z"/><path fill="%23fff" d="M320,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C328,315.576,324.424,312,320,312z M312,352h-32v-24h32V352z"/><path fill="%23fff" d="M424,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C432,315.576,428.424,312,424,312z M416,352h-32v-24h32V352z"/><path fill="%23fff" d="M104,392H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,395.576,108.424,392,104,392z M96,432H64v-24h32V432z"/><path fill="%23fff" d="M208,392h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,395.576,212.424,392,208,392z M200,432h-32v-24h32V432z"/><path fill="%23fff" d="M321.856,386.88l-34.392,41.272l-17.808-17.808l-11.312,11.312l24,24C283.84,447.168,285.88,448,288,448 c0.12,0,0.24,0,0.36-0.008c2.248-0.104,4.344-1.144,5.792-2.864l40-48L321.856,386.88z"/><path fill="%23fff" d="M417.856,386.88l-34.392,41.272l-17.808-17.808l-11.312,11.312l24,24C379.84,447.168,381.88,448,384,448 c0.12,0,0.24,0,0.36-0.008c2.248-0.104,4.344-1.144,5.792-2.864l40-48L417.856,386.88z"/></svg>')
}

#new-building-slider .new-building-slide .hidden-info .icon {
    height: 25px;
    margin-right: 10px;
    width: 25px
}

#new-building-slider .new-building-slide .hidden-info>div {
    align-items: center;
    display: flex;
    justify-content: flex-start
}
.image .like-btn i{display:none;}
#new-building-slider .new-building-slide .image .like-btn {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 490.4 490.4" xml:space="preserve"><path fill="%23efbe35" d="M222.5,453.7c6.1,6.1,14.3,9.5,22.9,9.5c8.5,0,16.9-3.5,22.9-9.5L448,274c27.3-27.3,42.3-63.6,42.4-102.1 c0-38.6-15-74.9-42.3-102.2S384.6,27.4,346,27.4c-37.9,0-73.6,14.5-100.7,40.9c-27.2-26.5-63-41.1-101-41.1 c-38.5,0-74.7,15-102,42.2C15,96.7,0,133,0,171.6c0,38.5,15.1,74.8,42.4,102.1L222.5,453.7z M59.7,86.8 c22.6-22.6,52.7-35.1,84.7-35.1s62.2,12.5,84.9,35.2l7.4,7.4c2.3,2.3,5.4,3.6,8.7,3.6l0,0c3.2,0,6.4-1.3,8.7-3.6l7.2-7.2 c22.7-22.7,52.8-35.2,84.9-35.2c32,0,62.1,12.5,84.7,35.1c22.7,22.7,35.1,52.8,35.1,84.8s-12.5,62.1-35.2,84.8L251,436.4 c-2.9,2.9-8.2,2.9-11.2,0l-180-180c-22.7-22.7-35.2-52.8-35.2-84.8C24.6,139.6,37.1,109.5,59.7,86.8z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#our-property,#property-list td .price:before {
    background-position: center;
    background-repeat: no-repeat
}

#property-list td .price:before {
    content: "";
    display: inline-block;
    margin-right: 5px;
    width: 10px;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 401.987 401.987' xml:space='preserve'%3E%3Cpath fill='%2523fff' d='M345.176,382.016l-9.996-45.392c-0.567-2.669-1.995-4.668-4.284-5.995c-2.475-1.335-4.948-1.52-7.42-0.568l-1.43,0.568 l-3.43,0.855c-1.525,0.376-3.285,0.808-5.283,1.283c-1.999,0.476-4.326,0.948-6.995,1.427c-2.655,0.476-5.476,0.907-8.419,1.287 c-2.949,0.373-6.132,0.712-9.561,0.999c-3.43,0.281-6.852,0.425-10.281,0.425c-24.174,0-45.922-6.517-65.239-19.555 c-19.32-13.042-33.548-30.696-42.683-52.961h110.486c2.098,0,4.001-0.712,5.708-2.143c1.719-1.424,2.766-3.183,3.139-5.284 l6.852-31.977c0.574-2.847,0-5.42-1.708-7.706c-1.903-2.286-4.288-3.43-7.139-3.43h-131.04c-0.571-12.942-0.571-22.934,0-29.978 h139.325c5.144,0,8.186-2.472,9.137-7.421l6.852-32.548c0.567-2.664-0.089-5.136-1.999-7.422c-1.707-2.284-4.086-3.431-7.132-3.431 h-133.62c9.517-21.317,23.791-38.066,42.827-50.248c19.034-12.185,40.542-18.274,64.524-18.274c0.764-0.38,3.569-0.284,8.419,0.286 c4.853,0.568,7.618,0.808,8.281,0.712c0.657-0.094,3.142,0.193,7.42,0.855c4.284,0.666,6.427,1,6.427,1l4.996,0.998 c1.431,0.288,2.525,0.522,3.285,0.715l1.143,0.284c2.472,0.765,4.75,0.525,6.852-0.711c2.095-1.241,3.429-3.094,4.001-5.568 l12.278-45.395c0.568-2.475,0.28-4.759-0.855-6.852c-1.715-2.288-3.621-3.715-5.715-4.284C315.39,2.19,296.92,0,277.51,0 c-42.641,0-80.751,12.185-114.347,36.545c-33.595,24.362-56.77,56.532-69.523,96.501H65.663c-2.666,0-4.853,0.855-6.567,2.568 c-1.709,1.711-2.568,3.901-2.568,6.567v32.548c0,2.664,0.856,4.854,2.568,6.563c1.715,1.715,3.905,2.568,6.567,2.568h19.13 c-0.575,9.139-0.666,19.126-0.288,29.981H65.663c-2.474,0-4.615,0.903-6.423,2.711c-1.807,1.807-2.712,3.949-2.712,6.42v32.264 c0,2.478,0.905,4.613,2.712,6.427c1.809,1.808,3.949,2.704,6.423,2.704h27.124c11.991,42.064,34.643,75.52,67.952,100.357 c33.311,24.846,72.235,37.261,116.771,37.261c3.62,0,7.282-0.089,10.995-0.287c3.72-0.191,7.187-0.479,10.424-0.855 c3.234-0.377,6.424-0.801,9.565-1.28c3.138-0.479,5.995-0.947,8.562-1.431c2.57-0.472,4.997-0.947,7.279-1.42 c2.286-0.482,4.332-0.999,6.143-1.574c1.807-0.564,3.323-0.996,4.565-1.276c1.239-0.287,2.238-0.626,2.994-0.999l1.431-0.288 c2.095-0.76,3.713-2.142,4.853-4.144C345.464,386.444,345.744,384.299,345.176,382.016z'/%3E%3C/svg%3E");
    background-size: contain;
    height: 10px
}

#new-building-slider .slick-arrow {
    align-items: center;
    background-color: #e8e8e8;
    border: 1px solid #d1d1d1;
    color: transparent;
    cursor: pointer;
    display: flex!important;
    height: 75px;
    justify-content: center;
    position: absolute;
    top: 88px;
    width: 75px
}

#new-building-slider .slick-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306'%3E%3Cpolygon fill='%23d1d1d1' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    color: #d1d1d1;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px
}

#new-building-slider .slick-prev:before {
    transform: rotate(90deg)
}

#new-building-slider .slick-next:before {
    transform: rotate(-90deg)
}

#our-property {
    text-align: center;
    background-image: url(../img/property-new/bg-our-property.jpg);
    background-size: cover;
    height: 400px;
    padding-top: 125px
}

#our-property h2 {
    color: #fff;
    font-size: 45px;
    font-weight: 700
}

#popup-back-call {
	top:0;
	padding-top:15px;
    background-color: rgba(0,0,0,.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999
}

.close-popup {
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    position: absolute;
}

#popup-back-call .close-popup {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" class="close-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 174.239 174.239" xml:space="preserve"><path fill="%23efbe35" d="M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z"/></svg>');
    background-size: 18px;
    height: 30px;
    right: 0;
    top: 0;
    width: 30px
}


#realEstateSelectionForm .icon svg{
	height: 30px;
    width: 30px;
	fill: #fff;
}

#realEstateSelectionForm .icon{
	    align-items: center;
    background-color: #282d39;
    display: flex;
    height: 54px;
    justify-content: center;
    width: 54px;
}
#popup-default-form {
	top:0;
	padding-top:15px;
    background-color: rgba(0,0,0,.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999
}


#popup-default-form .close-popup {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" class="close-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 174.239 174.239" xml:space="preserve"><path fill="%23efbe35" d="M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z"/></svg>');
    background-size: 18px;
    height: 30px;
    right: 0;
    top: 0;
    width: 30px
}

#popup-default-form-404 {
	top:0;
	padding-top:15px;
    background-color: rgba(0,0,0,.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999
}


#popup-default-form-404 .close-popup {
    background-image: url('data:image/svg+xml;charset=utf-8,<svg version="1.1" class="close-icon" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 174.239 174.239" xml:space="preserve"><path fill="%23efbe35" d="M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z"/></svg>');
    background-size: 18px;
    height: 30px;
    right: 0;
    top: 0;
    width: 30px
}

#property-list .booking {
    background-color: #e8e8e8;
    color: #737373;
    cursor: default;
    font-size: 9px;
    font-weight: 700;
    line-height: 22px;
    padding: 10px;
    text-transform: uppercase;
	text-decoration:none;
}

#property-list .booking.active {
    background-color: #791106;
    color: #fff;
	text-decoration:none;
    cursor: pointer;
    transition: .2s
}

#property-list .booking.active:hover {
    background-color: #282d39;
    color: #fff;
	text-decoration:none;
    transition: .2s
}


#property-list .pdf-download {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 550.801 550.801' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M160.381,282.225c0-14.832-10.299-23.684-28.474-23.684c-7.414,0-12.437,0.715-15.071,1.432V307.6 c3.114,0.707,6.942,0.949,12.192,0.949C148.419,308.549,160.381,298.74,160.381,282.225z'/%3E%3Cpath fill='%23a3a3a3' d='M272.875,259.019c-8.145,0-13.397,0.717-16.519,1.435v105.523c3.116,0.729,8.142,0.729,12.69,0.729 c33.017,0.231,54.554-17.946,54.554-56.474C323.842,276.719,304.215,259.019,272.875,259.019z'/%3E%3Cpath fill='%23a3a3a3' d='M488.426,197.019H475.2v-63.816c0-0.398-0.063-0.799-0.116-1.202c-0.021-2.534-0.827-5.023-2.562-6.995L366.325,3.694 c-0.032-0.031-0.063-0.042-0.085-0.076c-0.633-0.707-1.371-1.295-2.151-1.804c-0.231-0.155-0.464-0.285-0.706-0.419 c-0.676-0.369-1.393-0.675-2.131-0.896c-0.2-0.056-0.38-0.138-0.58-0.19C359.87,0.119,359.037,0,358.193,0H97.2 c-11.918,0-21.6,9.693-21.6,21.601v175.413H62.377c-17.049,0-30.873,13.818-30.873,30.873v160.545 c0,17.043,13.824,30.87,30.873,30.87h13.224V529.2c0,11.907,9.682,21.601,21.6,21.601h356.4c11.907,0,21.6-9.693,21.6-21.601 V419.302h13.226c17.044,0,30.871-13.827,30.871-30.87v-160.54C519.297,210.838,505.47,197.019,488.426,197.019z M97.2,21.605 h250.193v110.513c0,5.967,4.841,10.8,10.8,10.8h95.407v54.108H97.2V21.605z M362.359,309.023c0,30.876-11.243,52.165-26.82,65.333 c-16.971,14.117-42.82,20.814-74.396,20.814c-18.9,0-32.297-1.197-41.401-2.389V234.365c13.399-2.149,30.878-3.346,49.304-3.346 c30.612,0,50.478,5.508,66.039,17.226C351.828,260.69,362.359,280.547,362.359,309.023z M80.7,393.499V234.365 c11.241-1.904,27.042-3.346,49.296-3.346c22.491,0,38.527,4.308,49.291,12.928c10.292,8.131,17.215,21.534,17.215,37.328 c0,15.799-5.25,29.198-14.829,38.285c-12.442,11.728-30.865,16.996-52.407,16.996c-4.778,0-9.1-0.243-12.435-0.723v57.67H80.7 V393.499z M453.601,523.353H97.2V419.302h356.4V523.353z M484.898,262.127h-61.989v36.851h57.913v29.674h-57.913v64.848h-36.593 V232.216h98.582V262.127z'/%3E%3C/svg%3E")
}

#property-list .show-all {
    display: block;
    margin-top: 20px;
    text-align: center;
    width: 100%
}

#property-list .show-all a {
    color: #333;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    text-decoration: underline
}

#property-list .show-info-mobile {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M62.162,0c6.696,0,10.043,4.567,10.043,9.789c0,6.522-5.814,12.555-13.391,12.555 c-6.344,0-10.045-3.752-9.869-9.947C48.945,7.176,53.35,0,62.162,0z M41.543,100c-5.287,0-9.164-3.262-5.463-17.615l6.07-25.457 c1.057-4.077,1.23-5.707,0-5.707c-1.588,0-8.451,2.816-12.51,5.59L27,52.406C39.863,41.48,54.662,35.072,61.004,35.072 c5.285,0,6.168,6.361,3.525,16.148L57.58,77.98c-1.234,4.729-0.703,6.359,0.527,6.359c1.586,0,6.787-1.963,11.896-6.041L73,82.377 C60.488,95.1,46.83,100,41.543,100z'/%3E%3C/svg%3E")
}

#property-list .pdf-download,#property-list .show-info-mobile {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 22px;
    margin-right: 10px;
    vertical-align: middle;
    width: 22px
}

#property-list .small {
    color: #791106;
    font-size: 10px;
    font-weight: 600
}

#property-list .small-title {
    color: #333;
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
    text-transform: none
}

#property-list .small.green {
    color: #1f903a
}

#property-list .small.red {
    color: #791106
}

#property-list table,
#error-page .search-block {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    width: 100%
}

#property-list td,#property-list th {
    color: #333;
    font-weight: 500;
    font-size: 12px;
    height: 46px;
    line-height: 26px;
    padding: 5px;
    text-align: center;
    vertical-align: middle
}

#property-list td .price {
    white-space: nowrap
}

#property-list th {
    color: #8c8c8c;
    font-weight: 700
}

#property-list td:first-child,#property-list th:first-child {
    padding: 5px 10px;
    text-align: left
}

#property-list tbody tr:nth-child(even),#property-list thead {
    background-color: #f7f7f7
}

#property-list,#video-presentation {
    padding: 20px 15px
}

#question {
    padding: 70px 0;
    text-align: center
}

#question .grey-block {
    background-color: #f3f3f3;
    border: 2px solid #fff;
    color: #282d39;
    font-size: 14px;
    line-height: 22px;
    padding: 20px 50px
}

#question .orange-btn,
#error-page .submit {
    background-color: #efbe35;
    border: 0;
    color: #282d39;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding: 10px 25px;
    transition: .2s
}

#question .orange-btn:hover,
#error-page .submit:hover {
    background-color: #282d39;
    color: #fff;
    transition: .2s
}

#question .out-grey-block {
    background-color: #f3f3f3;
    margin-bottom: 30px;
    padding: 7px
}

#question .section-subtitle {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 25px
}

#question .section-title {
    color: #282d39;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 15px;
    text-transform: none
}

#comment-block .quip-comment-list li:nth-child(1)>div,#comment-block .quip-comment-list li:nth-child(2)>div,#new-building-slider .new-building-slide .text_under_img,#question span {
    display: block
}

#search_block {
    background-color: #fff;
    position: absolute;
    top: 5px;
    width: calc(100% - 30px);
    z-index: 999
}

#comment-block .quip-comment-body .quip-comment-text p,#search_block .container {
    padding: 0
}

#search_block input[type=submit] {
    background-color: #efbe35;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451 451'%3E%3Cpath fill='%23343a40' d='M447.05,428l-109.6-109.6c29.4-33.8,47.2-77.9,47.2-126.1C384.65,86.2,298.35,0,192.35,0C86.25,0,0.05,86.3,0.05,192.3 s86.3,192.3,192.3,192.3c48.2,0,92.3-17.8,126.1-47.2L428.05,447c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4 C452.25,441.8,452.25,433.2,447.05,428z M26.95,192.3c0-91.2,74.2-165.3,165.3-165.3c91.2,0,165.3,74.2,165.3,165.3 s-74.1,165.4-165.3,165.4C101.15,357.7,26.95,283.5,26.95,192.3z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    border: 0;
    cursor: pointer;
    display: flex;
    height: 50px;
    transition: .23s;
    width: 50px
}

#search_block input[type=submit]:hover {
    background-color: #282d39;
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 451 451'%3E%3Cpath fill='%23fff' d='M447.05,428l-109.6-109.6c29.4-33.8,47.2-77.9,47.2-126.1C384.65,86.2,298.35,0,192.35,0C86.25,0,0.05,86.3,0.05,192.3 s86.3,192.3,192.3,192.3c48.2,0,92.3-17.8,126.1-47.2L428.05,447c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4 C452.25,441.8,452.25,433.2,447.05,428z M26.95,192.3c0-91.2,74.2-165.3,165.3-165.3c91.2,0,165.3,74.2,165.3,165.3 s-74.1,165.4-165.3,165.4C101.15,357.7,26.95,283.5,26.95,192.3z'/%3E%3C/svg%3E");
    transition: .23s
}

#search_block input[type=text] {
    border: 1px solid #d1d1d1;
    border-radius: 0;
    height: 50px;
    outline: 0;
    padding: 15px;
    width: calc(100% - 50px)
}

#search_block input[type=text]:focus {
    box-shadow: none
}

#search_panel,.video {
    height: 0
}

.video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    width: 100%
}

.video {
    padding-bottom: 56.25%;
    position: relative;
	background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.play_video { 
    color: rgba(33, 33, 33, 0.8);
    font-size: 4.3em;
    height: auto;
    top: calc(512px - 5.98em);
    margin: 0 auto;
    padding: 0;
    position: relative;
    text-align: center;
    /* text-indent: .1em; */
    transition: all .15s ease-out;
    width: auto;
	cursor:pointer;
}

.play_video:hover {
  color: red;
}

#secondary-prop-slider {
    margin: -10px 0
}

#secondary-prop-slider .slick-current .photo {
    border: 2px solid #efbe35
}

#secondary-prop-slider .slide {
    padding: 10px 0
}

#secondary-prop-slider .slide .photo {
    height: 160px;
    object-fit: cover;
    width: 100%
}

#social-block-at-the-bottom-of-the-content {
    margin-top: 50px
}

#social-block-at-the-bottom-of-the-content i {
    font-size: 30px;
    line-height: 40px
}

#subscribe-block #mc_embed_signup .button {
    height: 100%;
    transition: .23s;
    width: 100%
}

#subscribe-block #mc_embed_signup form {
    display: flex;
    padding: 0
}

#subscribe-block #mc_embed_signup input {
    border-radius: 0
}

#subscribe-block form input {
    border: 1px solid #d1d1d1;
    height: 54px;
    padding: 0 20px;
    width: calc(100% - 54px)
}

#how-we-work .one-col,#subscribe-container .table-cell .form-block form {
    flex-direction: column
}

#third-block-container {
    background-image: url(../img/about/bg_services.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    padding-bottom: 280px
}

#third-block-title {
    margin: 60px 0;
    text-align: center
}

#title-block-complex .white_section {
    background-color: #fff;
    opacity: .9;
    position: absolute
}

#title-block {
    margin: 0
}

#title-block-complex {
    background-position: center;
    background-size: cover;
    margin: 0;
    position: relative;
    height: 350px
}

#title-block-complex .white_section,#title-block-complex>.container>.row {
    height: 350px
}
#catalog #pop-property {
    padding: 100px 0;
}
#catalog #pop-property .block-title h2 span{
    display: inline-block;
}
#catalog #pop-property #pop-prop-slider-main,
#catalog #pop-property #pop-prop-slider-main .slick-list,
#catalog #pop-property #pop-prop-slider-main .slick-list .slick-track,
#catalog #pop-property #pop-prop-slider-main .slick-list .slick-track .slick-slide,
#catalog #pop-property #pop-prop-slider-main .slick-list .slick-track .slick-slide >div{
    height: 100%;
}
#catalog #pop-property #pop-prop-slider-main .slick-arrow{
    position: absolute;
}
#catalog #pop-property #pop-prop-slider-main .photo{
    position: relative;
    overflow: hidden;
    height: 100%;
}

#catalog #pop-property #pop-prop-slider-second .info{
    display: inline-block;
    color: inherit;
    text-decoration: none;
}
#catalog #pop-property #pop-prop-slider-second .info:first-of-type{
   margin-top:20px;
}
#catalog #pop-property #pop-prop-slider-second .thumb{
    position: relative;
    width: 70px;
    height: 70px;
    margin: 10px 30px 0 0;
    float: left;
    overflow: hidden;
}
#catalog #pop-property #pop-prop-slider-second .thumb img{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
#catalog #pop-property #pop-prop-slider-second .slick-current .text{
    color: #791106;
}
#catalog #pop-property #pop-prop-slider-second .text{
    display: inline-flex;
    width: calc(100% - 100px);
    min-height: 90px;
    padding: 10px 0;
    font-size: 14px;
    line-height: 24px;
    align-items: center;
    border-bottom: 1px solid #efefef;
}
#catalog #pop-property .pop-prop-slider-second-title-line{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #b8b8b8;
    height: 50px;
    margin-bottom: 10px;
}
#catalog #pop-property .pop-prop-slider-second-title-line .title{
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 700;
}
#catalog #pop-property .pop-prop-slider-second-title-line a{
    text-decoration: none;
    color: #fff;
    background-color: #282d39;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 24px;
    padding: 0 10px;
    font-size: 8px;
    text-transform: uppercase;
    font-weight: 700;
}

#top-header-line .logo .logo_img {
    /* background-image: url(../img/sprite-logo-icons.png); */
	/*background-image: url(../img/logo_alegria_new_site.jpg); */
    /* background-position: -133px 0;*/
    /* background-size: 260px;*/
	background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2aWV3Qm94PSIwIDAgNTM3LjQzIDQ3MS4yNiI+PGRlZnM+PHN0eWxlPi5jbHMtMXtmaWxsOiMzYTE3MTU7fS5jbHMtMntmaWxsOiNlM2JiMzM7fS5jbHMtM3tmaWxsOnVybCgj0JHQtdC30YvQvNGP0L3QvdGL0Llf0LPRgNCw0LTQuNC10L3Rgl8yKTt9LmNscy00e2ZpbGw6IzIyMjIyMDt9PC9zdHlsZT48bGluZWFyR3JhZGllbnQgaWQ9ItCR0LXQt9GL0LzRj9C90L3Ri9C5X9Cz0YDQsNC00LjQtdC90YJfMiIgeDE9IjI1OS4zMSIgeTE9IjUwNzEuODkiIHgyPSI0NzYuNTQiIHkyPSI1MDcxLjg5IiBncmFkaWVudFRyYW5zZm9ybT0ibWF0cml4KDEsIDAsIDAsIC0xLCAwLCA1MTU1Ljc5KSIgZ3JhZGllbnRVbml0cz0idXNlclNwYWNlT25Vc2UiPjxzdG9wIG9mZnNldD0iMCIgc3RvcC1jb2xvcj0iI2M1NjQyNCIvPjxzdG9wIG9mZnNldD0iMSIgc3RvcC1jb2xvcj0iI2U3YzQyNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjx0aXRsZT5BbGVncmlhX2xvZ288L3RpdGxlPjxnIGlkPSLQodC70L7QuV8yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDIiPjxnIGlkPSLQodC70L7QuV8yLTIiIGRhdGEtbmFtZT0i0KHQu9C+0LkgMiI+PGcgaWQ9ItCh0LvQvtC5XzItMyIgZGF0YS1uYW1lPSLQodC70L7QuSAyIj48ZyBpZD0i0KHQu9C+0LlfMS0yIiBkYXRhLW5hbWU9ItCh0LvQvtC5IDEtMiI+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMzkzLjYsMjIxLjcxYzAsNS40OS0zLDcuNTItNi40Miw0Ljgxcy00LjgxLTEuMTgtNywuOTNhNDQuNzUsNDQuNzUsMCwwLDAtOC40NSwxMy4yNiwxMTkuOTMsMTE5LjkzLDAsMCwwLTEyLjUsMzIuNzdjLTEuMTgsNy41Mi0yLDE1LjEyLTMsMjIuNzJhNy4xOCw3LjE4LDAsMCwxLTcsNy4zNWgwYy00LjY1LDAtNi43Ni0yLjQ1LTguNDUtNi4zM2E3MS42Nyw3MS42NywwLDAsMS0xLjg2LTE4QTU2LDU2LDAsMCwwLDMzMCwyNTIuNzFhMTguODMsMTguODMsMCwwLDEtNC4zMS04LjQ1LDYuNiw2LjYsMCwwLDEsOS43Mi03LjM1LDM2LjA2LDM2LjA2LDAsMCwxLDEzLjUxLDE0LjdjLjkzLDEuMzUuOTMsMy44OCwzLjI5LDMuNzFzMy0yLjExLDMuNDctMy43MWMyLjYyLTEwLjA1LDEwLjY0LTE2Ljg5LDE1LjQ1LTI1LjM0YTM2LjgyLDM2LjgyLDAsMCwxLDkuMzgtMTAuMDVjMS42OS0xLjQ0LDMuODgtMy44OSw3LjA5LTEuNzdBMTEsMTEsMCwwLDEsMzkzLjYsMjIxLjcxWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQwMi4xMywyNDEuMTNjMS4xLTMuMiwxLjEtOC45NSw2LjY3LTExLjc0czYuODQtMS41Miw4LjQ1LDMuMjFhNzEuNDMsNzEuNDMsMCwwLDEsMy41NSwxOC4yNUE1OCw1OCwwLDAsMCw0MjYuMTIsMjc4YTUuMzQsNS4zNCwwLDAsMS0xLjY1LDcuMzVsLS4zLjE3YTYuNDEsNi40MSwwLDAsMS04LjQ0LS41OSwzMS42NSwzMS42NSwwLDAsMS0xMC4zOS0xNi4zOUE5NC40OSw5NC40OSwwLDAsMSw0MDIuMTMsMjQxLjEzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTQxNi44MywyMTQuNzhhMTguMjYsMTguMjYsMCwwLDEtMTMuNi0xMi4wN2MtLjU5LTMuODEsNC4xNC04LDcuNi02LjM0YTIwLDIwLDAsMCwxLDExLjMyLDExLjU3LDUuMDYsNS4wNiwwLDAsMS0yLjkzLDYuNTRBNSw1LDAsMCwxLDQxNi44MywyMTQuNzhaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNNDcwLjEyLDI2OC44NEE2NC4yMyw2NC4yMywwLDAsMSw0NTkuOSwyNzkuNGMtNiw0LjU2LTEyLjI1LDQuMTMtMTUuNjItMi42MmE0MC44Myw0MC44MywwLDAsMS0uNzYtMzMuNzksMTQ4LjE1LDE0OC4xNSwwLDAsMSw5LTE2Ljg5LDE1LjExLDE1LjExLDAsMCwxLDIwLjQ3LTYuMThjLjMuMTYuNi4zNC45LjUyYTUuMDgsNS4wOCwwLDAsMSwxLjk0LDUuMTUsMy44OCwzLjg4LDAsMCwxLTQuMzksMi40NWMtNy40My0xLjM1LTExLjA3LDQuMjMtMTMuNTIsOWEzNC4zOSwzNC4zOSwwLDAsMC0zLjM3LDE5LjZjMCwxLjY4LDAsMy44OCwxLjg1LDQuNzNzMy4yMS0uOTMsNC41Ni0yYTIwLjksMjAuOSwwLDAsMCw3LjUyLTEwLjgxLDYuODYsNi44NiwwLDAsMSw3LjYxLTYsOC4yOCw4LjI4LDAsMCwxLC44NC4xNmM0LjA1LjQyLDUuMTUsMy4yMSw1LjkxLDdhMjUuMzQsMjUuMzQsMCwwLDAsMTEsMjAuNTIsMTIuOTIsMTIuOTIsMCwwLDAsMTUtMS44NWwxOS43Ni0xNS41NSwxLjc4LTEuMThjMi4xMS0xLDQuNjQtMi43OSw2LjQyLS45M3MwLDQuNjUtMSw2Ljc2YTUwLDUwLDAsMCwxLTE4LjA3LDE2LjNjLTMuMTMsMS45NC02LjM0LDQtOS4yOSw2LjE3LTEyLjc2LDkuNDYtMjEuNzEsNy4wOS0zMS45My0zLjM4QTg5LjA3LDg5LjA3LDAsMCwwLDQ3MC4xMiwyNjguODRaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTAxLjIsMjM0LjYzYTcsNywwLDAsMC01LjA3LTUuMDcsMjYuMiwyNi4yLDAsMCwwLTE1LjI5LDBjLTEwLDIuMzctMTAuNTUsMS45NS0xMS04LjQ0di0uNTFjLjc2LTE3LjktMy4zOC0zNC44LTIuNDUtNTIuMi41MS0xMy40My0yLjQ1LTI3LDIuMjgtNDAuMmExNC45MywxNC45MywwLDAsMCwwLTQuODFjMC0xLjc4LjUxLTMuOC0xLjk0LTQuMzFhMy44OCwzLjg4LDAsMCwwLTUsMi4zNmMwLC4xMS0uMDguMjMtLjExLjM0QzYyLDEyMy42NSw2MS40MiwxMjUsNTksMTI0LjU4cy01LjU4LDEuNjktNy4xLDQuNDhBMTA0Ljg4LDEwNC44OCwwLDAsMCw0NSwxNDUuMTksMTg2LjY5LDE4Ni42OSwwLDAsMCwzMi43LDE4MC40MWMtMS42OSwxMS40LTUuMDcsMjIuNDYtNi44NCwzMy43OGE1OC40NCw1OC40NCwwLDAsMC0zLjEzLDEyLjQyLDE0LDE0LDAsMCwxLTExLjQ4LDE1LDI0LjIzLDI0LjIzLDAsMCwwLTkuNzIsNS4xNSwzLjczLDMuNzMsMCwwLDAtMS4yNiw0LjRjLjY3LDEuNTIsMi4zNiwxLjQzLDMuNzEsMS4yNkEyNy4zMywyNy4zMywwLDAsMCwxMS44NCwyNTFjNS4yNC0xLjg2LDYuMzMtLjc2LDUuNDksNC45YTE4LjM4LDE4LjM4LDAsMCwwLS45Myw0LjY0YzEuNDQsMTMuMjYtNC4zOSwyNi4xLTEuOTQsMzcuODRhMjcuMDYsMjcuMDYsMCwwLDAsMCwzLjEyYzAsMy44LDAsNy41Miw1LjE1LDcuNjFzNi0zLDUuNjYtNy4xOGEyNy4yNiwyNy4yNiwwLDAsMSwwLTcuNDQsMzQwLjc0LDM0MC43NCwwLDAsMCwzLjEyLTQwLjM3LDUuNjYsNS42NiwwLDAsMSw0LjktNS45MSwxOTQuODUsMTk0Ljg1LDAsMCwxLDIzLjIzLTIuN2MyLjE5LDAsMywuNDIsMy4yOSwyLjc4YTM3MC44LDM3MC44LDAsMCwwLDcuNiw0My4xNiwyMTcuNjUsMjE3LjY1LDAsMCwwLDExLjY2LDM5LjE5YzEuNTIsMy42MywzLjgsNS43NSw3LjY5LDQuODJzMy43MS00LjY1LDMuMjktNy44NmExMjcuMTksMTI3LjE5LDAsMCwwLTUuNTgtMjUuMzQsMzM5Ljc5LDMzOS43OSwwLDAsMS0xMS4zMS01NC4yMmMtMS02LjQyLDAtNi44NCw2LjMzLTcuNTJBODkuOCw4OS44LDAsMCwxLDk2LDI0MS4zQzEwMC42MSwyNDEuNDcsMTAyLjMsMjM5LjE5LDEwMS4yLDIzNC42M1ptLTU0LjM5LDBhODIuMzQsODIuMzQsMCwwLDAtMTQuMzYsMS40NGMtNC40OC43Ni02LjA4LTEuMS01LjY2LTUuMTZhNjAuMTQsNjAuMTQsMCwwLDEsMS45NC0xMS4wNmMzLjQ2LTExLDUuNDEtMjIuMzgsOC40NS0zMy43OGEyNzYuODUsMjc2Ljg1LDAsMCwxLDguNDQtMzAuNzVjMS43OC00LjY0LDMuODktOS4xMiw1LjkyLTEzLjY4LjUsMTAuOS0uODUsMjEuNTQtLjYsMzIuMjYsMCwxNy44MywxLjYxLDM1LjU2LDIuMzcsNTMuMy41MSw2LjA4LTEuMzUsNy44NS02LjU5LDcuNzdaIi8+PHBhdGggY2xhc3M9ImNscy0xIiBkPSJNMTczLjgzLDI2Ni4xM2MtMS4xOC0uODQtMiwwLTIuNzguODVsLTEyLjg0LDExLjc0QTE0LDE0LDAsMCwxLDEzNSwyNzMuMzFjLTEuODYtNC0yLjk1LTguNDQtNS0xMi4zM2E4LjQyLDguNDIsMCwwLDEsLjkzLTkuMzcsMzUxLjI5LDM1MS4yOSwwLDAsMCwyNi42OS02MC45YzQuMzktMTAuODksNy44NS0yMi4zLDEyLjU4LTMzLjI4YTY5LjgyLDY5LjgyLDAsMCwwLDUuNDEtMTYuMyw1My41NSw1My41NSwwLDAsMC0xLTkuMzcsMTMuNSwxMy41LDAsMCwwLTE1Ljg5LTEwLjYxLDEzLjA4LDEzLjA4LDAsMCwwLTMsMUE3OC4xOCw3OC4xOCwwLDAsMCwxMjguODIsMTUyYTE1OS40NywxNTkuNDcsMCwwLDAtMTIuNDIsMzcuNzVBMjMzLjE3LDIzMy4xNywwLDAsMCwxMTMuNywyNTJjMS4xLDEyLjMzLTUuNjYsMTguNjctMTIuNTksMjUuODQtMS42OSwxLjc4LTIuMjgsMy4zLTEuMjYsNXMzLDEuMzUsNC41NiwwYTUwLjc2LDUwLjc2LDAsMCwwLDEwLTguOTVjMi43MS0zLjM4LDMuODktMi43MSw1LjU4Ljg0YTEzMC41LDEzMC41LDAsMCwwLDYuNTksMTIuNDIsMjIuODIsMjIuODIsMCwwLDAsMTYuMTMsNi4yNSwyOS40OCwyOS40OCwwLDAsMCwxNy43My0xMS4yNGMzLjcyLTUsMTAuNTYtNi44NCwxMi44NC0xMy4xN0MxNzMuODMsMjY4LjA4LDE3NS4xLDI2Ny4wNiwxNzMuODMsMjY2LjEzWk0xMjYuNTQsMjQwYTc4LjMsNzguMywwLDAsMS0xLjE5LTI0LjY3LDUwLjcyLDUwLjcyLDAsMCwwLDEuMTktMTAuMDUsMTE3LjM5LDExNy4zOSwwLDAsMSwxNy41Ni02My43NiwzOS41NCwzOS41NCwwLDAsMSwxMS0xMC44MmM1LjQ5LTQuMDUsMTAuODEtMS42LDEyLjQyLDUuMDdhMzAuODEsMzAuODEsMCwwLDEtNC43MywyMS4zN2MtOS4zOCwxOS42LTE2Ljg5LDQwLTI0LjQ5LDYwLjE0QTExMC42NiwxMTAuNjYsMCwwLDEsMTI2LjU0LDI0MFoiLz48cGF0aCBjbGFzcz0iY2xzLTEiIGQ9Ik0yNDguOTIsMjYyLjY3Yy0xLjk0LTIuNy01LjE1LTEuMS03LjYuNTktNC4zOSwzLTguODcsNS45Mi0xMy40Myw4LjQ1QzIxNS4yMiwyNzkuMjMsMjA4LDI3OCwxOTksMjY2LjA1Yy0zLjIxLTQuMzEtMi45NS01Ljc0LDEuODYtOC40NWE0MC40Myw0MC40MywwLDAsMCwxMi43NS0xMC4zOGM0LjktNiwxMC4yMi0xMi4zNCw3LjEtMjEuNjNhMTAsMTAsMCwwLDAtMTQtNy4wOUE1My4zNyw1My4zNywwLDAsMCwxNzksMjYyLjU5YTMyLjQ5LDMyLjQ5LDAsMCwwLDI5LjU2LDI3Ljc4YzQuNTYtMS4xOCwxMS40OC0uNSwxNi4zOC01LjA2YTE3Ni4yNiwxNzYuMjYsMCwwLDEsMjEuMjktMTUuODhDMjQ4Ljc1LDI2OC4wOCwyNTEsMjY1LjI5LDI0OC45MiwyNjIuNjdabS00Mi4yMy0zMS43NmMxLjI3LS41OSwzLTIuMTEsNC4zOS0uNTlzMCwzLS42Nyw0LjRhMjYuODQsMjYuODQsMCwwLDEtMTMuNjksMTJjMS44Ni02Ljc2LDMuMzgtMTIuODQsOS44LTE1LjhaIi8+PHBhdGggY2xhc3M9ImNscy0yIiBkPSJNNDY4Ljk0LDE0OS44M2guNTlTNDY5LDE0OS41OCw0NjguOTQsMTQ5LjgzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMSIgZD0iTTMyNywzODQuNDZjLTEuNi00Ljg5LTQuNjQtMTQuODYtNi4xNy0xOC40MS0zLjItNy4wOS0xMC4wNS0yOS45LTExLjMxLTMzYTk1Ljg1LDk1Ljg1LDAsMCwxLTIuNzEtOS43MmgwYTUwLjgsNTAuOCwwLDAsMS0zLjM3LTE0Ljk0LDg2Ljc1LDg2Ljc1LDAsMCwxLDE2LjM4LTMzLjExLDguODksOC44OSwwLDAsMCwyLTlzLTEuMTgtMS43Ny00LjIyLTEuNDQtMTAsOS44OS0xMS42NiwxMi43NlMzMDAsMjg3LjQyLDI5OC4wOCwyODhzLTItMS42OS0yLjI5LTIuNTNsLTEuMTgtNGMtMS4xLTMuMTMtLjg0LTQuMjMtMS42OS02Ljg0LTIuNTMtOC40NS00LjIyLTEwLjczLTEwLjM5LTktMS40MywwLTIuNjEsMS42OS0zLjcxLDItNS4wNywxLjQzLTYuNTEtMi03LjEtNy4zNS0xLjM1LTE2LjksMjMuMjMtMjUuOTMsMjEuNTQtMzEuODQtLjU5LTEuNjktNC0xLjY5LTYtMS4xOSwwLDAtMjUuOTMsNy41Mi0yOC44LDMyLjY5YTEzLjg1LDEzLjg1LDAsMCwwLDAsOC40NWMxLjE5LDMuODgsMi43MSwxMi4xNiwxMy42LDEwLjM4LDMuNjMtLjU5LDYuMTcsMCw2Ljc2LDEuNjlzMCwxLjE5LjU5LDIuMjguNTEsMS4xLDIuNTMsNi4yNUExMTAuNTksMTEwLjU5LDAsMCwxLDI4NywzMDQuNTZoMGE0MC4yNSw0MC4yNSwwLDAsMS00LjQ4LDI3Ljc5QTEzNC44LDEzNC44LDAsMCwwLDI3NiwzNTYuNzZjLTcuMzUsMjkuMjItMTcuMzIsNTgtMTcuNTcsNjIuNWExMTUuMzMsMTE1LjMzLDAsMCwwLS41MSwzMi43Nyw2Ni45LDY2LjksMCwwLDAsNC4yMiwxMC4zOWMxLjI3LDQuMjIsOC40NSwxMC40NywyMS4yLDguNDVhNDkuNDUsNDkuNDUsMCwwLDAsNS44My0xLjc4LDUzLDUzLDAsMCwwLDEwLjczLTcuMjZjMzEuODQtMTkuMjYsMjkuMzktNDAuNjMsMjkuMzktNDIuODJhNTEsNTEsMCwwLDEsMS4yNy05LjEyQTkwLjQ0LDkwLjQ0LDAsMCwwLDMyNywzODQuNDZabS0zMi4xOCw3Mi44OWMtNS40OSwzLjcyLTkuMjEsNy43Ny0xNy44Miw2LjE3LTIuNzksMC04LjQ1LTcuMzUtMTAuNDctMjMuNzNhOTMsOTMsMCwwLDEsNi41OC0zNy4yNUExNjUuMywxNjUuMywwLDAsMCwyODQsMzY3LjE1Yy41OS0yLjQ1LDAtMy4xMywxLjM1LTcuMSwxLjYxLTYuNDEsMi4xMS0xMi4xNiwyLjM3LTEyLjE2Ljc2LTEuNzcsMS44NS03LjM1LDIuODctOS43OXMyLjM2LTcuMjcsMy40Ni03LjUyYzEuMjctMi4yLDYuNSwxNi44OSw3LDE5LjA5YTMzLjA3LDMzLjA3LDAsMCwwLDEuODYsNS4wNmMxLjM1LDUuNTgsNC4yMiwxMy45NCw0LjczLDE2czUuODMsMTYuODksNS44MywxNi44OWExMDYsMTA2LDAsMCwxLDQuMTQsMjAuMUE1Ni4xNyw1Ni4xNywwLDAsMSwyOTQuNzgsNDU3LjM1WiIvPjxwYXRoIGNsYXNzPSJjbHMtMyIgZD0iTTMwNy43LDEyNC4wN2M3My40LTI4LjM4LDkwLTIuMzYsMTU2LjY4LTU0LjQ3VjY3YTE1LjcxLDE1LjcxLDAsMCwxLDEyLjcxLTE4LjIybC43Mi0uMTFhMjkuMTcsMjkuMTcsMCwwLDAtMjcuNzEsMi44N0ExMzEuNzYsMTMxLjc2LDAsMCwwLDQzOSw2MmMtMy4yMSwzLjMtOS44LDAtNS4yNC01LjIzYTE2LjEyLDE2LjEyLDAsMCwwLDMuOC0xNC41M0ExMS40MSwxMS40MSwwLDAsMSw0NDIuOTIsMjhhMTIuMzMsMTIuMzMsMCwwLDAtMTIuODMsNi45MmMtMS45NSwzLjM4LTMuMyw5LjcyLTguNDUsMTFzLTExLjc0LTEuNi00LjIyLTcuMjZhMTQuNzksMTQuNzksMCwwLDAsLjc2LTE5LjQzQzQxNS4zMSwxNSw0MDUuMjYsNy45NCw0MTgsMGMtMjEuODgsMC0yMC42OSwxNC41My0yMC43OCwxOS42OHMtNy4wOSw5LjcxLTEzLDEyYTEyLjU5LDEyLjU5LDAsMCwwLTEuODUtOC40NGMtMi40NS0zLjIxLTQuMjMtOS40Niw2LTE0Ljc4QTEzLjg1LDEzLjg1LDAsMCwwLDM3MSwxNi44OWMtMS4wOSw0LDAsNi41MS0zLjgsMTAuNjRzLTcuNjgsMS42OS03LjY4LTEuNmMwLTUuNDktLjY4LTkuNjMtNi4zNC0xMS45MXMtNy43Ny01LjU3LS45My0xMi4wOGExMi4xNSwxMi4xNSwwLDAsMC0xMCwxOC4xNiwxMC45MywxMC45MywwLDAsMSwuOTMsMTAuMzljLTEuNDQsNC04LjQ1LDYuNTktNy42LjU5UzMzNy42OSwxNi44OSwzMjIuOTEsMThjLTQuNjUsMC0xNC4zNi01LjI0LTItMTQuNDRDMzAwLjM2LDkuMzgsMzAyLjQ3LDIxLjcxLDMwNC40OSwyOGEzOS41NCwzOS41NCwwLDAsMSwzLjM4LDEyLjI0YzAsNS44My00LjQ3LDktNS40LDUuNDlBOC40Nyw4LjQ3LDAsMCwwLDI5NCwzOS42MWMtMy4zOC0uNDItNi43Ni0zLTcuMTgtMTBhMTYuOSwxNi45LDAsMCwwLDAsMTkuNTljMS45NCwyLjUzLDQuMDYsMy42Myw0LjczLDcuMThBMy4zLDMuMywwLDAsMSwyODgsNTkuMzdhMy41MSwzLjUxLDAsMCwxLS45NS0uMjVjLTQtNC4yMi05LTIuMTktMTMuNzctMi44N3MtOC40NC01LjQ5LTYuNzUtMTYuODlDMjUwLjEsNTksMjY5LjExLDczLjE0LDI3MSw3Ny43OWMyLjc5LDYuNzUtNC41Niw3Ljk0LTcuODUsNS4yM3MtMy42My03LjY4LTE2Ljg5LTUuNGMtNi41OSwxLjE4LTExLjQxLTUuMTUtMTMuODYtMTMuMjZhMjkuNTksMjkuNTksMCwwLDAsMTEuMTUsMzQuOGM0LjE0LDEuODUsNy44NiwyLjQ1LDkuODksNS43NHMxLjM1LDYuMjUtNCw2LjVhMTMuNjIsMTMuNjIsMCwwLDAtMTIuMzQsNC44MmMtMi42MSwyLjYyLTcuNDMsNi4yNS0xMS41Nyw0LjQ3YTEzLjYsMTMuNiwwLDAsMCwxMi41LDYuMTdjNi4wOC0uODUsOC40NSwwLDExLjQ5LDIuNjJzNC45LDcuNDMsMCw4LjQ0Yy05LjI5LDEuNzgtOS42MywxMC4yMi0xMi42NywxMy4xOGExNi4zOCwxNi4zOCwwLDAsMS0yMS43OS0uNTEsMjMuNTcsMjMuNTcsMCwwLDAsMjYuNTIsMTYuOUExODkuNjUsMTg5LjY1LDAsMCwxLDMwNy43LDEyNC4wN1oiLz48cGF0aCBjbGFzcz0iY2xzLTIiIGQ9Ik00NDgsMTc4LjYzYTE3LjY3LDE3LjY3LDAsMCwxLTEuNTItNS41N0ExNy42NywxNy42NywwLDAsMCw0NDgsMTc4LjYzWiIvPjxwYXRoIGNsYXNzPSJjbHMtMiIgZD0iTTI1OCwxNjcuMTVhNC4wNSw0LjA1LDAsMCwxLS41MSw3Ljg1Yy0xMS41NywyLjM3LTkuODgsMTIuMjUtMTAuMzksMTUuNDYtLjY3LDQuNTYtOC40NSw3LjQzLTE2Ljg5LDkuOEEyMy40OSwyMy40OSwwLDAsMCwyNTcuNjIsMTk2YTEwLjg3LDEwLjg3LDAsMCwxLDcuODUtNWM0LjQtLjg1LDkuNjMsMywxLjk1LDcuODUsMCwwLTQuMjMsMi43MS0zLjEzLDEyLjA4Ljc2LDYuMjUtNC4yMiwxMC43My0xMC4wNSwxNS4yMSwxMi45MiwxLDIxLjcxLTMuNjQsMjQuMDctOS42MywzLjU1LTkuMTMsMTYuODktMy4yMSwyMC42OS0xLjE5LDYuNTEsMy43Miw5Ljg5LDEzLDE2LjksMTMuMWgwYTIwLjksMjAuOSwwLDAsMCwzLjcxLDAsMTEuODMsMTEuODMsMCwwLDAsNy40My0zLjM4LDc5LjU1LDc5LjU1LDAsMCwxLDYuNjgtNy41Miw3LjkyLDcuOTIsMCwwLDEsMy41NC0xLjZjNC41Ny0xLjI3LDExLjMyLDEwLjIyLDEzLjk0LDEwLjNzMTcuNjUtMjIuMjEsMjEuNTQtMjUuMzRhMTkuOTQsMTkuOTQsMCwwLDEsMTIuMDgtNC41NiwxNSwxNSwwLDAsMSw1LjQsMS4xLDE1Ljg5LDE1Ljg5LDAsMCwxLDUuNDEtMTAuOSwxNC40MywxNC40MywwLDAsMSwxMC43Mi02LjY3LDM3LjIzLDM3LjIzLDAsMCwxLDkuMjEsNC40OCwyOS4xNywyOS4xNywwLDAsMSwxNSwxNy4wNmMzLDYuOTIsMjAuNzgsOCwxMy42OSw0Ljgxcy0xMC40OC0xMC4zOS02LjUxLTEzLjkzYzIuMi0xLjk1LDQuMzksNS40OSw5LjcyLDUuMTVzNy4wOS0xMi4xNiwyMi43Mi45M0ExNy44MywxNy44MywwLDAsMCw0NjMuNywxODVjLTQuNTYtMy05LjIsMC0xMS44Mi0xLjYxbC0uODUtLjY3YTcuMzIsNy4zMiwwLDAsMS0yLTEuOTRoMGExMS4xMiwxMS4xMiwwLDAsMS0uOTMtMS42OSwxNy41MywxNy41MywwLDAsMS0xLjUyLTUuNTgsMTcuNTMsMTcuNTMsMCwwLDAsMS41Miw1LjU4LDExLjEyLDExLjEyLDAsMCwwLC45MywxLjY5Yy0zLTUuNjYsMC0xMC45LDMuNzEtNy4yN2ExMi40MiwxMi40MiwwLDAsMCwxNy40LS42N2M3Ljg2LTYuNTksMTMuODUsNC4xMywxNS43MSw5aDBjMi04LjQ0LDEuMjctMjItMTIuMjUtMjQuODMtNS4xNS0xLjEtNy4xOCwwLTExLjc0LTIuODdzLTEuNTItNy42OSwzLjEzLThhMTguOTQsMTguOTQsMCwwLDAsMTUuMi05LjcyYzguNDUtMTEuMjMsMTUuMi05LDIzLjY1LTcuNDNBMjcuMDksMjcuMDksMCwwLDAsNDgyLjIsMTE0LjdjLTguNDUtLjU5LTEyLjA4LDEuODYtMTcuODIsMS4xcy03LjYtOC40NS0zLTguNDUsNi41LTMsOS4yMS02LjQyLDguODctMi44NywxNS42MiwyLjM3Yy0uODQtNi03LjYtMjMuOTEtMjkuOS0xMy00LjEzLDItNy42LTMuNTUtLjU5LTUuODNhMTQuNiwxNC42LDAsMCwwLDguNDUtMTQuNjFDMzk3LjU3LDEyMiwzODAuOTMsOTYsMzA3LjUzLDEyNC4zM2ExODkuNzMsMTg5LjczLDAsMCwwLTY2LjcyLDQ0LjU5aDEuNjFBMjMuOCwyMy44LDAsMCwxLDI1OCwxNjcuMTVaIi8+PC9nPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTEyOS4xNiwzMzMuMzloOC4yNWMuNDEsMCwxLDAsMS42OCwwYTE4LjY0LDE4LjY0LDAsMCwxLDIuMzEuMjUsMTUuMzksMTUuMzksMCwwLDEsMi41Mi42Niw3LjE2LDcuMTYsMCwwLDEsMi4zMSwxLjMyLDYuODcsNi44NywwLDAsMSwxLjY4LDIuMTksNyw3LDAsMCwxLC42NywzLjIxLDYuNTUsNi41NSwwLDAsMS0yLjczLDUuNjgsOC42NSw4LjY1LDAsMCwxLTIuNTksMS4yNiwxOC41MiwxOC41MiwwLDAsMS0yLjcxLjU3bDkuMTQsMTRoLTMuMzNsLTguODItMTMuODZoLTUuNDVWMzYyLjZoLTIuOTNabTIuOTMsMTIuODdoNi4yYTExLjE0LDExLjE0LDAsMCwwLDMuNzUtLjUzLDYuMzUsNi4zNSwwLDAsMCwyLjI0LTEuMzIsNC4xOSw0LjE5LDAsMCwwLDEuMDgtMS42OSw0Ljg3LDQuODcsMCwwLDAsMC0zLjMxLDQuMTksNC4xOSwwLDAsMC0xLjA4LTEuNjlBNi4zNSw2LjM1LDAsMCwwLDE0MiwzMzYuNGExMS4xNCwxMS4xNCwwLDAsMC0zLjc1LS41M2gtNi4yWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTE1OS44OCwzMzMuMzloMTkuMnYyLjQ4SDE2Mi44MXYxMC4zOWgxNS4yNXYyLjQ4SDE2Mi44MXYxMS4zOWgxN3YyLjQ3aC0xOS45WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTIwMC4yMiwzMzMuMzloM2wxMy4yMSwyOS4yMWgtMy4yOGwtMy40MS03Ljc1SDE5My4xM2wtMy41NSw3Ljc1aC0zLjA2Wm0xLjM3LDMtNy4zMSwxNmgxNC40MVoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0yMjUuNCwzMzMuMzloMi45MnYyNi43NEgyNDN2Mi40N0gyMjUuNFoiLz48cGF0aCBjbGFzcz0iY2xzLTQiIGQ9Ik0zNjcuNDYsMzMzLjM5aDE5LjJ2Mi40OEgzNzAuMzl2MTAuMzloMTUuMjV2Mi40OEgzNzAuMzl2MTEuMzloMTd2Mi40N0gzNjcuNDZaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNMzk5LDM1Ny4yYTcuMTQsNy4xNCwwLDAsMCwzLDIuNzYsOS4yNSw5LjI1LDAsMCwwLDQuMTkuOTEsOSw5LDAsMCwwLDIuNzQtLjQxLDcuMDksNy4wOSwwLDAsMCwyLjI0LTEuMTYsNS40MSw1LjQxLDAsMCwwLDEuNTEtMS43OSw1LDUsMCwwLDAsLjU1LTIuMzgsNC4yOSw0LjI5LDAsMCwwLS42OC0yLjUxLDUuMyw1LjMsMCwwLDAtMS44NC0xLjYzLDE0LjQxLDE0LjQxLDAsMCwwLTIuNi0xLjFsLTMtLjljLTEtLjMxLTItLjY1LTMtMWExMC4yMywxMC4yMywwLDAsMS0yLjU5LTEuNTEsNi44Myw2LjgzLDAsMCwxLTEuODQtMi4zMyw3LjgzLDcuODMsMCwwLDEtLjY5LTMuNDcsNy4xNCw3LjE0LDAsMCwxLC44Mi0zLjQ0LDcuNDcsNy40NywwLDAsMSwyLjIyLTIuNTIsMTAuMzIsMTAuMzIsMCwwLDEsMy4yMi0xLjUzLDE0LDE0LDAsMCwxLDMuODEtLjUxLDEzLjE5LDEzLjE5LDAsMCwxLDQuNzYuODQsOSw5LDAsMCwxLDMuNzksMi44M0w0MTMuMTcsMzM4YTcuMjksNy4yOSwwLDAsMC0yLjYtMi4xNiw3Ljg0LDcuODQsMCwwLDAtMy41Mi0uNzMsMTAuNDMsMTAuNDMsMCwwLDAtMi43MS4zNSw3LDcsMCwwLDAtMi4yMywxLDUsNSwwLDAsMC0xLjUzLDEuNzEsNC44NSw0Ljg1LDAsMCwwLS41OCwyLjQzLDQuNTIsNC41MiwwLDAsMCwxLjIsMy4zNyw4LjM4LDguMzgsMCwwLDAsMywxLjg1LDMzLjg1LDMzLjg1LDAsMCwwLDMuOSwxLjIsMTkuNTIsMTkuNTIsMCwwLDEsMy45LDEuMzgsOC4yLDguMiwwLDAsMSwzLDIuNDEsNi44NCw2Ljg0LDAsMCwxLDEuMiw0LjI3LDcuNDgsNy40OCwwLDAsMS0uOCwzLjUxLDcuNzgsNy43OCwwLDAsMS0yLjE1LDIuNTgsOS41OCw5LjU4LDAsMCwxLTMuMTIsMS41OSwxMi41NiwxMi41NiwwLDAsMS0zLjY4LjU0LDE1LjYsMTUuNiwwLDAsMS01LjcyLTEsMTAuMywxMC4zLDAsMCwxLTQuNDgtMy40WiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTQzNC4yMiwzMzUuODdINDIzLjQ5di0yLjQ4aDI0LjM4djIuNDhINDM3LjE1VjM2Mi42aC0yLjkzWiIvPjxwYXRoIGNsYXNzPSJjbHMtNCIgZD0iTTQ2My43NCwzMzMuMzloM0w0ODAsMzYyLjZoLTMuMjhsLTMuNDItNy43NUg0NTYuNjVsLTMuNTQsNy43NWgtMy4wNlptMS4zOCwzLTcuMzIsMTZoMTQuNDFaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNDkyLjg3LDMzNS44N0g0ODIuMTR2LTIuNDhoMjQuMzh2Mi40OEg0OTUuNzlWMzYyLjZoLTIuOTJaIi8+PHBhdGggY2xhc3M9ImNscy00IiBkPSJNNTE1Ljc4LDMzMy4zOUg1MzV2Mi40OEg1MTguNzF2MTAuMzlINTM0djIuNDhINTE4LjcxdjExLjM5aDE3djIuNDdINTE1Ljc4WiIvPjwvZz48L2c+PC9nPjwvc3ZnPg==);
    display: inline-block;
    height: 100px;
    width: 170px;
	background-repeat: no-repeat;
}


#top-header-line .logo a {
    cursor: pointer;
    display: inline-block;
    outline: 0;
    text-align: center;
    text-decoration: none
}

#top-header-line .logo a:hover span {
    color: #282d39
}

#top-header-line .logo span {
    color: #282d39;
    display: inline-block;
    font-size: 8px;
    font-weight: 600;
    text-transform: uppercase
}
/*
#top-header-line .phones {
    align-items: center;
    display: flex;
    justify-content: flex-end
}
*/
/* FLAGS IN HEADER START */
#top-header-line .phones .numbers:first-child{
    margin-right: 30px;
}
/*#top-header-line .phones .numbers .icons{
    width: 100%;
}*/
#top-header-line .phones .numbers .icons .icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#top-header-line .phones .numbers .icons .icon:not(:last-child){
    margin-right: 8px;
}
#top-header-line .phones .numbers .icons .icon.ua{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiNGRkRBNDQ7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMjYiLz48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiMzMzhBRjM7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjE3MC42NjMiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=");}
#top-header-line .phones .numbers .icons .icon.uk{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' xml:space='preserve'%3E%3Cpath fill='%2341479B' d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V97.104c0-4.875,3.953-8.828,8.828-8.828 h494.345c4.875,0,8.828,3.953,8.828,8.828v317.793C512,419.772,508.047,423.725,503.172,423.725z'/%3E%3Cpath fill='%23F5F5F5' d='M512,97.104c0-4.875-3.953-8.828-8.828-8.828h-39.495l-163.54,107.147V88.276h-88.276v107.147 L48.322,88.276H8.828C3.953,88.276,0,92.229,0,97.104v22.831l140.309,91.927H0v88.276h140.309L0,392.066v22.831 c0,4.875,3.953,8.828,8.828,8.828h39.495l163.54-107.147v107.147h88.276V316.578l163.54,107.147h39.495 c4.875,0,8.828-3.953,8.828-8.828v-22.831l-140.309-91.927H512v-88.276H371.691L512,119.935V97.104z'/%3E%3Cpolygon fill='%23FF4B55' points='512,229.518 282.483,229.518 282.483,88.276 229.517,88.276 229.517,229.518 0,229.518 0,282.483 229.517,282.483 229.517,423.725 282.483,423.725 282.483,282.483 512,282.483 '/%3E%3Cpath fill='%23FF4B55' d='M178.948,300.138L0.25,416.135c0.625,4.263,4.14,7.59,8.577,7.59h12.159l190.39-123.586h-32.428 V300.138z'/%3E%3Cpath fill='%23FF4B55' d='M346.388,300.138H313.96l190.113,123.404c4.431-0.472,7.928-4.09,7.928-8.646v-7.258 L346.388,300.138z'/%3E%3Cpath fill='%23FF4B55' d='M0,106.849l161.779,105.014h32.428L5.143,89.137C2.123,90.54,0,93.555,0,97.104V106.849z'/%3E%3Cpath fill='%23FF4B55' d='M332.566,211.863L511.693,95.586c-0.744-4.122-4.184-7.309-8.521-7.309h-12.647L300.138,211.863 H332.566z'/%3E%3C/svg%3E");}
#top-header-line .phones .numbers .icons .icon.sp{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23C8414B' d='M8.828,423.725h494.345c4.875,0,8.828-3.953,8.828-8.828V97.104c0-4.875-3.953-8.828-8.828-8.828 H8.828C3.953,88.277,0,92.229,0,97.104v317.793C0,419.773,3.953,423.725,8.828,423.725z'/%3E%3Crect y='158.901' fill='%23FFD250' width='512' height='194.21'/%3E%3Cpath fill='%23C8414B' d='M216.276,256.001l7.485-33.681c0.69-3.102-1.671-6.044-4.849-6.044h-5.272 c-3.177,0-5.537,2.942-4.849,6.044L216.276,256.001z'/%3E%3Crect x='207.45' y='238.341' fill='%23F5F5F5' width='17.655' height='75.03'/%3E%3Crect x='203.03' y='229.521' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='185.38' y='256.001' fill='%23C8414B' width='44.14' height='8.828'/%3E%3Cpolygon fill='%23C8414B' points='229.517,291.311 203.034,282.484 203.034,273.656 229.517,282.484 '/%3E%3Cpath fill='%23C8414B' d='M83.862,256.001l7.485-33.681c0.69-3.102-1.671-6.044-4.849-6.044h-5.272 c-3.177,0-5.537,2.942-4.849,6.044L83.862,256.001z'/%3E%3Cpath fill='%23F5F5F5' d='M114.759,229.518c-4.875,0-8.828,3.953-8.828,8.828v57.379c0,10.725,10.01,30.897,44.138,30.897 s44.138-20.171,44.138-30.897v-57.379c0-4.875-3.953-8.828-8.828-8.828H114.759z'/%3E%3Cpath fill='%23C8414B' d='M150.069,273.656h-44.138v-35.31c0-4.875,3.953-8.828,8.828-8.828h35.31V273.656z'/%3E%3Cpath fill='%23C8414B' d='M150.069,273.656h44.138v22.069c0,12.189-9.88,22.069-22.069,22.069l0,0 c-12.189,0-22.069-9.88-22.069-22.069V273.656z'/%3E%3Cpath fill='%23FAB446' d='M105.931,273.656h44.138v22.069c0,12.189-9.88,22.069-22.069,22.069l0,0 c-12.189,0-22.069-9.88-22.069-22.069V273.656z'/%3E%3Cpath fill='%23C8414B' d='M141.241,313.281v-39.625h-8.828v43.693C135.697,316.683,138.664,315.229,141.241,313.281z'/%3E%3Cpath fill='%23C8414B' d='M123.586,317.349v-43.693h-8.828v39.625C117.336,315.229,120.303,316.683,123.586,317.349z'/%3E%3Crect x='114.76' y='256.001' fill='%23FFB441' width='26.483' height='8.828'/%3E%3Crect x='114.76' y='238.341' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='119.17' y='243.591' fill='%23FAB446' width='17.655' height='15.992'/%3E%3Crect x='75.03' y='238.341' fill='%23F5F5F5' width='17.655' height='75.03'/%3E%3Crect x='70.62' y='308.971' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='70.62' y='229.521' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='66.21' y='317.791' fill='%235064AA' width='35.31' height='8.828'/%3E%3Crect x='207.45' y='308.971' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='198.62' y='317.791' fill='%235064AA' width='35.31' height='8.828'/%3E%3Crect x='123.59' y='220.691' fill='%23FAB446' width='52.966' height='8.828'/%3E%3Crect x='145.66' y='194.211' fill='%23FFB441' width='8.828' height='26.483'/%3E%3Cpath fill='%23F5F5F5' d='M141.241,207.449c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241C154.483,201.509,148.543,207.449,141.241,207.449z M141.241,189.794 c-2.435,0-4.414,1.978-4.414,4.414c0,2.435,1.978,4.414,4.414,4.414s4.414-1.978,4.414-4.414 C145.655,191.773,143.677,189.794,141.241,189.794z'/%3E%3Cpath fill='%23F5F5F5' d='M158.897,207.449c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241S166.198,207.449,158.897,207.449z M158.897,189.794c-2.435,0-4.414,1.978-4.414,4.414 c0,2.435,1.978,4.414,4.414,4.414c2.435,0,4.414-1.978,4.414-4.414C163.31,191.773,161.332,189.794,158.897,189.794z'/%3E%3Cpath fill='%23F5F5F5' d='M176.552,216.277c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241S183.853,216.277,176.552,216.277z M176.552,198.622c-2.435,0-4.414,1.978-4.414,4.414 c0,2.435,1.978,4.414,4.414,4.414c2.435,0,4.414-1.978,4.414-4.414S178.987,198.622,176.552,198.622z'/%3E%3Cpath fill='%23F5F5F5' d='M123.586,216.277c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241C136.828,210.337,130.888,216.277,123.586,216.277z M123.586,198.622 c-2.435,0-4.414,1.978-4.414,4.414c0,2.435,1.978,4.414,4.414,4.414s4.414-1.979,4.414-4.415 C128,200.6,126.022,198.622,123.586,198.622z'/%3E%3Cpath fill='%23FAB446' d='M176.552,291.311v4.414c0,2.434-1.98,4.414-4.414,4.414s-4.414-1.98-4.414-4.414v-4.414H176.552 M185.379,282.484h-26.483v13.241c0,7.302,5.94,13.241,13.241,13.241c7.302,0,13.241-5.94,13.241-13.241v-13.241H185.379z'/%3E%3Cpath fill='%23FFA0D2' d='M172.138,264.829L172.138,264.829c-4.875,0-8.828-3.953-8.828-8.828v-8.828 c0-4.875,3.953-8.828,8.828-8.828l0,0c4.875,0,8.828,3.953,8.828,8.828v8.828C180.966,260.876,177.013,264.829,172.138,264.829z'/%3E%3Ccircle fill='%235064AA' cx='150.07' cy='273.651' r='13.241'/%3E%3Crect x='145.66' y='176.551' fill='%23FAB446' width='8.828' height='26.483'/%3E%3Cpath fill='%23C8414B' d='M123.586,220.691l-8.828-8.828l5.171-5.171c7.993-7.993,18.835-12.484,30.14-12.484l0,0 c11.305,0,22.146,4.491,30.14,12.484l5.171,5.171l-8.828,8.828H123.586z'/%3E%3Ccircle fill='%23FFD250' cx='150.07' cy='211.861' r='4.414'/%3E%3Ccircle fill='%23FFD250' cx='132.41' cy='211.861' r='4.414'/%3E%3Ccircle fill='%23FFD250' cx='167.72' cy='211.861' r='4.414'/%3E%3Crect x='70.62' y='256.001' fill='%23C8414B' width='44.14' height='8.828'/%3E%3Cpolygon fill='%23C8414B' points='70.621,291.311 97.103,282.484 97.103,273.656 70.621,282.484'/%3E%3C/svg%3E%0A");}
#top-header-line .phones .numbers .icons .icon.pl{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMjYiLz48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjE3MC42NjMiLz48L2c+PHJlY3QgeT0iMjU2IiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgd2lkdGg9IjUxMiIgaGVpZ2h0PSIxNzAuNjYzIi8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+");}
#top-header-line .phones .numbers .icons .icon.fin{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23F5F5F5' d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V97.104c0-4.875,3.953-8.828,8.828-8.828 h494.345c4.875,0,8.828,3.953,8.828,8.828v317.793C512,419.773,508.047,423.725,503.172,423.725z'/%3E%3Cpolygon fill='%2341479B' points='512,229.518 211.862,229.518 211.862,88.277 158.897,88.277 158.897,229.518 0,229.518 0,282.484 158.897,282.484 158.897,423.725 211.862,423.725 211.862,282.484 512,282.484 '/%3E%3C/svg%3E");}
#top-header-line .phones .numbers .icons .icon.ru{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23F5F5F5' d='M512,200.093H0V97.104c0-4.875,3.953-8.828,8.828-8.828h494.345c4.875,0,8.828,3.953,8.828,8.828 L512,200.093L512,200.093z'/%3E%3Cpath fill='%23FF4B55' d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V311.909h512v102.988 C512,419.773,508.047,423.725,503.172,423.725z'/%3E%3Crect y='200.091' fill='%2341479B' width='512' height='111.81'/%3E%3C/svg%3E");}
#top-header-line .phones .numbers .icons .icon.viber{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 455.731 455.731' xml:space='preserve'%3E%3Crect x='0' y='0' fill='%237D3DAF' width='455.731' height='455.731'/%3E%3Cpath fill='%23FFFFFF' d='M371.996,146.901l-0.09-0.36c-7.28-29.43-40.1-61.01-70.24-67.58l-0.34-0.07 c-48.75-9.3-98.18-9.3-146.92,0l-0.35,0.07c-30.13,6.57-62.95,38.15-70.24,67.58l-0.08,0.36c-9,41.1-9,82.78,0,123.88l0.08,0.36 c6.979,28.174,37.355,58.303,66.37,66.589v32.852c0,11.89,14.49,17.73,22.73,9.15l33.285-34.599 c7.219,0.404,14.442,0.629,21.665,0.629c24.54,0,49.09-2.32,73.46-6.97l0.34-0.07c30.14-6.57,62.96-38.15,70.24-67.58l0.09-0.36 C380.996,229.681,380.996,188.001,371.996,146.901z M345.656,264.821c-4.86,19.2-29.78,43.07-49.58,47.48 c-25.921,4.929-52.047,7.036-78.147,6.313c-0.519-0.014-1.018,0.187-1.38,0.559c-3.704,3.802-24.303,24.948-24.303,24.948 l-25.85,26.53c-1.89,1.97-5.21,0.63-5.21-2.09v-54.422c0-0.899-0.642-1.663-1.525-1.836c-0.005-0.001-0.01-0.002-0.015-0.003 c-19.8-4.41-44.71-28.28-49.58-47.48c-8.1-37.15-8.1-74.81,0-111.96c4.87-19.2,29.78-43.07,49.58-47.48 c45.27-8.61,91.17-8.61,136.43,0c19.81,4.41,44.72,28.28,49.58,47.48C353.765,190.011,353.765,227.671,345.656,264.821z'/%3E%3Cpath fill='%23FFFFFF' d='M270.937,289.942c-3.044-0.924-5.945-1.545-8.639-2.663 c-27.916-11.582-53.608-26.524-73.959-49.429c-11.573-13.025-20.631-27.73-28.288-43.292c-3.631-7.38-6.691-15.049-9.81-22.668 c-2.844-6.948,1.345-14.126,5.756-19.361c4.139-4.913,9.465-8.673,15.233-11.444c4.502-2.163,8.943-0.916,12.231,2.9 c7.108,8.25,13.637,16.922,18.924,26.485c3.251,5.882,2.359,13.072-3.533,17.075c-1.432,0.973-2.737,2.115-4.071,3.214 c-1.17,0.963-2.271,1.936-3.073,3.24c-1.466,2.386-1.536,5.2-0.592,7.794c7.266,19.968,19.513,35.495,39.611,43.858 c3.216,1.338,6.446,2.896,10.151,2.464c6.205-0.725,8.214-7.531,12.562-11.087c4.25-3.475,9.681-3.521,14.259-0.624 c4.579,2.898,9.018,6.009,13.43,9.153c4.331,3.086,8.643,6.105,12.638,9.623c3.841,3.383,5.164,7.821,3.001,12.412 c-3.96,8.408-9.722,15.403-18.034,19.868C276.387,288.719,273.584,289.127,270.937,289.942 C267.893,289.017,273.584,289.127,270.937,289.942z'/%3E%3Cpath fill='%23FFFFFF' d='M227.942,131.471c36.515,1.023,66.506,25.256,72.933,61.356c1.095,6.151,1.485,12.44,1.972,18.683 c0.205,2.626-1.282,5.121-4.116,5.155c-2.927,0.035-4.244-2.414-4.434-5.039c-0.376-5.196-0.637-10.415-1.353-15.568 c-3.78-27.201-25.47-49.705-52.545-54.534c-4.074-0.727-8.244-0.918-12.371-1.351c-2.609-0.274-6.026-0.432-6.604-3.675 c-0.485-2.719,1.81-4.884,4.399-5.023C226.527,131.436,227.235,131.468,227.942,131.471 C264.457,132.494,227.235,131.468,227.942,131.471z'/%3E%3Cpath fill='%23FFFFFF' d='M283.434,203.407c-0.06,0.456-0.092,1.528-0.359,2.538c-0.969,3.666-6.527,4.125-7.807,0.425 c-0.379-1.098-0.436-2.347-0.438-3.529c-0.013-7.734-1.694-15.46-5.594-22.189c-4.009-6.916-10.134-12.73-17.318-16.248 c-4.344-2.127-9.042-3.449-13.803-4.237c-2.081-0.344-4.184-0.553-6.275-0.844c-2.534-0.352-3.887-1.967-3.767-4.464 c0.112-2.34,1.822-4.023,4.372-3.879c8.38,0.476,16.474,2.287,23.924,6.232c15.15,8.023,23.804,20.687,26.33,37.597 c0.114,0.766,0.298,1.525,0.356,2.294C283.198,199.002,283.288,200.903,283.434,203.407 C283.374,203.863,283.288,200.903,283.434,203.407z'/%3E%3Cpath fill='%23FFFFFF' d='M260.722,202.523c-3.055,0.055-4.69-1.636-5.005-4.437c-0.219-1.953-0.392-3.932-0.858-5.832 c-0.918-3.742-2.907-7.21-6.055-9.503c-1.486-1.083-3.17-1.872-4.934-2.381c-2.241-0.647-4.568-0.469-6.804-1.017 c-2.428-0.595-3.771-2.561-3.389-4.839c0.347-2.073,2.364-3.691,4.629-3.527c14.157,1.022,24.275,8.341,25.719,25.007 c0.102,1.176,0.222,2.419-0.039,3.544C263.539,201.464,262.113,202.429,260.722,202.523 C257.667,202.578,262.113,202.429,260.722,202.523z'/%3E%3C/svg%3E");}
#top-header-line .phones .numbers .icons .icon.whatsup{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 455.731 455.731' xml:space='preserve'%3E%3Crect x='0' y='0' fill='%231BD741' width='455.731' height='455.731'/%3E%3Cpath fill='%23FFFFFF' d='M68.494,387.41l22.323-79.284c-14.355-24.387-21.913-52.134-21.913-80.638 c0-87.765,71.402-159.167,159.167-159.167s159.166,71.402,159.166,159.167c0,87.765-71.401,159.167-159.166,159.167 c-27.347,0-54.125-7-77.814-20.292L68.494,387.41z M154.437,337.406l4.872,2.975c20.654,12.609,44.432,19.274,68.762,19.274 c72.877,0,132.166-59.29,132.166-132.167S300.948,95.321,228.071,95.321S95.904,154.611,95.904,227.488 c0,25.393,7.217,50.052,20.869,71.311l3.281,5.109l-12.855,45.658L154.437,337.406z'/%3E%3Cpath fill='%23FFFFFF' d='M183.359,153.407l-10.328-0.563c-3.244-0.177-6.426,0.907-8.878,3.037 c-5.007,4.348-13.013,12.754-15.472,23.708c-3.667,16.333,2,36.333,16.667,56.333c14.667,20,42,52,90.333,65.667 c15.575,4.404,27.827,1.435,37.28-4.612c7.487-4.789,12.648-12.476,14.508-21.166l1.649-7.702c0.524-2.448-0.719-4.932-2.993-5.98 l-34.905-16.089c-2.266-1.044-4.953-0.384-6.477,1.591l-13.703,17.764c-1.035,1.342-2.807,1.874-4.407,1.312 c-9.384-3.298-40.818-16.463-58.066-49.687c-0.748-1.441-0.562-3.19,0.499-4.419l13.096-15.15 c1.338-1.547,1.676-3.722,0.872-5.602l-15.046-35.201C187.187,154.774,185.392,153.518,183.359,153.407z'/%3E%3C/svg%3E");}





.conts_office div.icons{
    width: 100%;
}
.conts_office div.icons .icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
.conts_office div.icons .icon:not(:last-child){
    margin-right: 8px;
}

.conts_office div.icons .icon.viber{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 455.731 455.731' xml:space='preserve'%3E%3Crect x='0' y='0' fill='%237D3DAF' width='455.731' height='455.731'/%3E%3Cpath fill='%23FFFFFF' d='M371.996,146.901l-0.09-0.36c-7.28-29.43-40.1-61.01-70.24-67.58l-0.34-0.07 c-48.75-9.3-98.18-9.3-146.92,0l-0.35,0.07c-30.13,6.57-62.95,38.15-70.24,67.58l-0.08,0.36c-9,41.1-9,82.78,0,123.88l0.08,0.36 c6.979,28.174,37.355,58.303,66.37,66.589v32.852c0,11.89,14.49,17.73,22.73,9.15l33.285-34.599 c7.219,0.404,14.442,0.629,21.665,0.629c24.54,0,49.09-2.32,73.46-6.97l0.34-0.07c30.14-6.57,62.96-38.15,70.24-67.58l0.09-0.36 C380.996,229.681,380.996,188.001,371.996,146.901z M345.656,264.821c-4.86,19.2-29.78,43.07-49.58,47.48 c-25.921,4.929-52.047,7.036-78.147,6.313c-0.519-0.014-1.018,0.187-1.38,0.559c-3.704,3.802-24.303,24.948-24.303,24.948 l-25.85,26.53c-1.89,1.97-5.21,0.63-5.21-2.09v-54.422c0-0.899-0.642-1.663-1.525-1.836c-0.005-0.001-0.01-0.002-0.015-0.003 c-19.8-4.41-44.71-28.28-49.58-47.48c-8.1-37.15-8.1-74.81,0-111.96c4.87-19.2,29.78-43.07,49.58-47.48 c45.27-8.61,91.17-8.61,136.43,0c19.81,4.41,44.72,28.28,49.58,47.48C353.765,190.011,353.765,227.671,345.656,264.821z'/%3E%3Cpath fill='%23FFFFFF' d='M270.937,289.942c-3.044-0.924-5.945-1.545-8.639-2.663 c-27.916-11.582-53.608-26.524-73.959-49.429c-11.573-13.025-20.631-27.73-28.288-43.292c-3.631-7.38-6.691-15.049-9.81-22.668 c-2.844-6.948,1.345-14.126,5.756-19.361c4.139-4.913,9.465-8.673,15.233-11.444c4.502-2.163,8.943-0.916,12.231,2.9 c7.108,8.25,13.637,16.922,18.924,26.485c3.251,5.882,2.359,13.072-3.533,17.075c-1.432,0.973-2.737,2.115-4.071,3.214 c-1.17,0.963-2.271,1.936-3.073,3.24c-1.466,2.386-1.536,5.2-0.592,7.794c7.266,19.968,19.513,35.495,39.611,43.858 c3.216,1.338,6.446,2.896,10.151,2.464c6.205-0.725,8.214-7.531,12.562-11.087c4.25-3.475,9.681-3.521,14.259-0.624 c4.579,2.898,9.018,6.009,13.43,9.153c4.331,3.086,8.643,6.105,12.638,9.623c3.841,3.383,5.164,7.821,3.001,12.412 c-3.96,8.408-9.722,15.403-18.034,19.868C276.387,288.719,273.584,289.127,270.937,289.942 C267.893,289.017,273.584,289.127,270.937,289.942z'/%3E%3Cpath fill='%23FFFFFF' d='M227.942,131.471c36.515,1.023,66.506,25.256,72.933,61.356c1.095,6.151,1.485,12.44,1.972,18.683 c0.205,2.626-1.282,5.121-4.116,5.155c-2.927,0.035-4.244-2.414-4.434-5.039c-0.376-5.196-0.637-10.415-1.353-15.568 c-3.78-27.201-25.47-49.705-52.545-54.534c-4.074-0.727-8.244-0.918-12.371-1.351c-2.609-0.274-6.026-0.432-6.604-3.675 c-0.485-2.719,1.81-4.884,4.399-5.023C226.527,131.436,227.235,131.468,227.942,131.471 C264.457,132.494,227.235,131.468,227.942,131.471z'/%3E%3Cpath fill='%23FFFFFF' d='M283.434,203.407c-0.06,0.456-0.092,1.528-0.359,2.538c-0.969,3.666-6.527,4.125-7.807,0.425 c-0.379-1.098-0.436-2.347-0.438-3.529c-0.013-7.734-1.694-15.46-5.594-22.189c-4.009-6.916-10.134-12.73-17.318-16.248 c-4.344-2.127-9.042-3.449-13.803-4.237c-2.081-0.344-4.184-0.553-6.275-0.844c-2.534-0.352-3.887-1.967-3.767-4.464 c0.112-2.34,1.822-4.023,4.372-3.879c8.38,0.476,16.474,2.287,23.924,6.232c15.15,8.023,23.804,20.687,26.33,37.597 c0.114,0.766,0.298,1.525,0.356,2.294C283.198,199.002,283.288,200.903,283.434,203.407 C283.374,203.863,283.288,200.903,283.434,203.407z'/%3E%3Cpath fill='%23FFFFFF' d='M260.722,202.523c-3.055,0.055-4.69-1.636-5.005-4.437c-0.219-1.953-0.392-3.932-0.858-5.832 c-0.918-3.742-2.907-7.21-6.055-9.503c-1.486-1.083-3.17-1.872-4.934-2.381c-2.241-0.647-4.568-0.469-6.804-1.017 c-2.428-0.595-3.771-2.561-3.389-4.839c0.347-2.073,2.364-3.691,4.629-3.527c14.157,1.022,24.275,8.341,25.719,25.007 c0.102,1.176,0.222,2.419-0.039,3.544C263.539,201.464,262.113,202.429,260.722,202.523 C257.667,202.578,262.113,202.429,260.722,202.523z'/%3E%3C/svg%3E");}
.conts_office div.icons .icon.whatsup{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 455.731 455.731' xml:space='preserve'%3E%3Crect x='0' y='0' fill='%231BD741' width='455.731' height='455.731'/%3E%3Cpath fill='%23FFFFFF' d='M68.494,387.41l22.323-79.284c-14.355-24.387-21.913-52.134-21.913-80.638 c0-87.765,71.402-159.167,159.167-159.167s159.166,71.402,159.166,159.167c0,87.765-71.401,159.167-159.166,159.167 c-27.347,0-54.125-7-77.814-20.292L68.494,387.41z M154.437,337.406l4.872,2.975c20.654,12.609,44.432,19.274,68.762,19.274 c72.877,0,132.166-59.29,132.166-132.167S300.948,95.321,228.071,95.321S95.904,154.611,95.904,227.488 c0,25.393,7.217,50.052,20.869,71.311l3.281,5.109l-12.855,45.658L154.437,337.406z'/%3E%3Cpath fill='%23FFFFFF' d='M183.359,153.407l-10.328-0.563c-3.244-0.177-6.426,0.907-8.878,3.037 c-5.007,4.348-13.013,12.754-15.472,23.708c-3.667,16.333,2,36.333,16.667,56.333c14.667,20,42,52,90.333,65.667 c15.575,4.404,27.827,1.435,37.28-4.612c7.487-4.789,12.648-12.476,14.508-21.166l1.649-7.702c0.524-2.448-0.719-4.932-2.993-5.98 l-34.905-16.089c-2.266-1.044-4.953-0.384-6.477,1.591l-13.703,17.764c-1.035,1.342-2.807,1.874-4.407,1.312 c-9.384-3.298-40.818-16.463-58.066-49.687c-0.748-1.441-0.562-3.19,0.499-4.419l13.096-15.15 c1.338-1.547,1.676-3.722,0.872-5.602l-15.046-35.201C187.187,154.774,185.392,153.518,183.359,153.407z'/%3E%3C/svg%3E");}
.conts_office div.icons .icon.telegram{background-image: url(../img/ico/telegram.svg);     background-color: #37aee2;}





/* FLAGS IN HEADER END */

#members .member .icons{
    width: 100%;
	text-align: center;
}
#members .member .icons .icon{
    display: inline-block;
    width: 18px;
    height: 18px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#members .member .icons .icon:not(:last-child){
    margin-right: 8px;
}
#members .member .icons .icon.gb{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' xml:space='preserve'%3E%3Cpath fill='%2341479B' d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V97.104c0-4.875,3.953-8.828,8.828-8.828 h494.345c4.875,0,8.828,3.953,8.828,8.828v317.793C512,419.772,508.047,423.725,503.172,423.725z'/%3E%3Cpath fill='%23F5F5F5' d='M512,97.104c0-4.875-3.953-8.828-8.828-8.828h-39.495l-163.54,107.147V88.276h-88.276v107.147 L48.322,88.276H8.828C3.953,88.276,0,92.229,0,97.104v22.831l140.309,91.927H0v88.276h140.309L0,392.066v22.831 c0,4.875,3.953,8.828,8.828,8.828h39.495l163.54-107.147v107.147h88.276V316.578l163.54,107.147h39.495 c4.875,0,8.828-3.953,8.828-8.828v-22.831l-140.309-91.927H512v-88.276H371.691L512,119.935V97.104z'/%3E%3Cpolygon fill='%23FF4B55' points='512,229.518 282.483,229.518 282.483,88.276 229.517,88.276 229.517,229.518 0,229.518 0,282.483 229.517,282.483 229.517,423.725 282.483,423.725 282.483,282.483 512,282.483 '/%3E%3Cpath fill='%23FF4B55' d='M178.948,300.138L0.25,416.135c0.625,4.263,4.14,7.59,8.577,7.59h12.159l190.39-123.586h-32.428 V300.138z'/%3E%3Cpath fill='%23FF4B55' d='M346.388,300.138H313.96l190.113,123.404c4.431-0.472,7.928-4.09,7.928-8.646v-7.258 L346.388,300.138z'/%3E%3Cpath fill='%23FF4B55' d='M0,106.849l161.779,105.014h32.428L5.143,89.137C2.123,90.54,0,93.555,0,97.104V106.849z'/%3E%3Cpath fill='%23FF4B55' d='M332.566,211.863L511.693,95.586c-0.744-4.122-4.184-7.309-8.521-7.309h-12.647L300.138,211.863 H332.566z'/%3E%3C/svg%3E");}

#members .member .icons .icon.pl{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMjYiLz48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjE3MC42NjMiLz48L2c+PHJlY3QgeT0iMjU2IiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgd2lkdGg9IjUxMiIgaGVpZ2h0PSIxNzAuNjYzIi8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+");}

#members .member .icons .icon.isr{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIuMDAxIDUxMi4wMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDEgNTEyLjAwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOiM0MTQ3OUI7IiBkPSJNNTAzLjE3Miw0MjMuNzI1SDguODI4Yy00Ljg3NSwwLTguODI4LTMuOTUzLTguODI4LTguODI4Vjk3LjEwNGMwLTQuODc1LDMuOTUzLTguODI4LDguODI4LTguODI4aDQ5NC4zNDVjNC44NzUsMCw4LjgyOCwzLjk1Myw4LjgyOCw4LjgyOHYzMTcuNzkzQzUxMiw0MTkuNzczLDUwOC4wNDcsNDIzLjcyNSw1MDMuMTcyLDQyMy43MjV6Ii8+PHJlY3QgeT0iMTUwLjA3MSIgc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIHdpZHRoPSI1MTIiIGhlaWdodD0iMjExLjg2Ii8+PHBhdGggc3R5bGU9ImZpbGw6IzQxNDc5QjsiIGQ9Ik0zMDEuODY5LDI1Ni4wMDFsMjIuOTMzLTM5LjcyMWgtNDUuODY1TDI1NiwxNzYuNTUzbC0yMi45MzYsMzkuNzI3aC00NS44NjVsMjIuOTMzLDM5LjcyMWwtMjIuOTMzLDM5LjcyMWg0NS44NjVMMjU2LDMzNS40NDlsMjIuOTM2LTM5LjcyN2g0NS44NjVMMzAxLjg2OSwyNTYuMDAxeiBNMzAyLjMwMiwyMjkuMjcxbC03LjkzMywxMy43NGwtNy45MzMtMTMuNzRIMzAyLjMwMnogTTI4Ni44NjksMjU2LjAwMWwtMTUuNDMzLDI2LjczaC0zMC44NzNsLTE1LjQzMi0yNi43M2wxNS40MzMtMjYuNzNoMzAuODczTDI4Ni44NjksMjU2LjAwMXogTTI1NiwyMDIuNTM1bDcuOTM2LDEzLjc0NmgtMTUuODcyTDI1NiwyMDIuNTM1eiBNMjA5LjY5OCwyMjkuMjcxaDE1Ljg2NWwtNy45MzMsMTMuNzRMMjA5LjY5OCwyMjkuMjcxeiBNMjA5LjY5OCwyODIuNzMxbDcuOTMzLTEzLjc0bDcuOTMzLDEzLjc0SDIwOS42OTh6IE0yNTYsMzA5LjQ2N2wtNy45MzYtMTMuNzQ2aDE1Ljg3MkwyNTYsMzA5LjQ2N3ogTTI5NC4zNjksMjY4Ljk5MWw3LjkzMywxMy43NGgtMTUuODY1TDI5NC4zNjksMjY4Ljk5MXoiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=");}

#members .member .icons .icon.pl{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48Zz48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMjYiLz48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiNGMEYwRjA7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjE3MC42NjMiLz48L2c+PHJlY3QgeT0iMjU2IiBzdHlsZT0iZmlsbDojRDgwMDI3OyIgd2lkdGg9IjUxMiIgaGVpZ2h0PSIxNzAuNjYzIi8+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PC9zdmc+");}
#members .member .icons .icon.cz{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6IzQxNDc5QjsiIGQ9Ik0zLjI1Niw0MjEuNTlMMjU2LDI1NkwzLjI1Niw5MC40MUMxLjMxMSw5Mi4wMjksMCw5NC4zNzUsMCw5Ny4xMDN2MzE3Ljc5M0MwLDQxNy42MjUsMS4zMTEsNDE5Ljk3MSwzLjI1Niw0MjEuNTl6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I0ZGNEI1NTsiIGQ9Ik0zLjI1Niw0MjEuNTljMS41MywxLjI3NCwzLjQyNSwyLjEzNCw1LjU3MSwyLjEzNGg0OTQuMzQ1YzQuODc1LDAsOC44MjgtMy45NTMsOC44MjgtOC44MjhWMjU2SDI1NkwzLjI1Niw0MjEuNTl6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I0Y1RjVGNTsiIGQ9Ik0zLjI1Niw5MC40MWMxLjUzLTEuMjc0LDMuNDI1LTIuMTM0LDUuNTcxLTIuMTM0aDQ5NC4zNDVjNC44NzUsMCw4LjgyOCwzLjk1Myw4LjgyOCw4LjgyOFYyNTZIMjU2TDMuMjU2LDkwLjQxeiIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==");}
#members .member .icons .icon.es{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23C8414B' d='M8.828,423.725h494.345c4.875,0,8.828-3.953,8.828-8.828V97.104c0-4.875-3.953-8.828-8.828-8.828 H8.828C3.953,88.277,0,92.229,0,97.104v317.793C0,419.773,3.953,423.725,8.828,423.725z'/%3E%3Crect y='158.901' fill='%23FFD250' width='512' height='194.21'/%3E%3Cpath fill='%23C8414B' d='M216.276,256.001l7.485-33.681c0.69-3.102-1.671-6.044-4.849-6.044h-5.272 c-3.177,0-5.537,2.942-4.849,6.044L216.276,256.001z'/%3E%3Crect x='207.45' y='238.341' fill='%23F5F5F5' width='17.655' height='75.03'/%3E%3Crect x='203.03' y='229.521' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='185.38' y='256.001' fill='%23C8414B' width='44.14' height='8.828'/%3E%3Cpolygon fill='%23C8414B' points='229.517,291.311 203.034,282.484 203.034,273.656 229.517,282.484 '/%3E%3Cpath fill='%23C8414B' d='M83.862,256.001l7.485-33.681c0.69-3.102-1.671-6.044-4.849-6.044h-5.272 c-3.177,0-5.537,2.942-4.849,6.044L83.862,256.001z'/%3E%3Cpath fill='%23F5F5F5' d='M114.759,229.518c-4.875,0-8.828,3.953-8.828,8.828v57.379c0,10.725,10.01,30.897,44.138,30.897 s44.138-20.171,44.138-30.897v-57.379c0-4.875-3.953-8.828-8.828-8.828H114.759z'/%3E%3Cpath fill='%23C8414B' d='M150.069,273.656h-44.138v-35.31c0-4.875,3.953-8.828,8.828-8.828h35.31V273.656z'/%3E%3Cpath fill='%23C8414B' d='M150.069,273.656h44.138v22.069c0,12.189-9.88,22.069-22.069,22.069l0,0 c-12.189,0-22.069-9.88-22.069-22.069V273.656z'/%3E%3Cpath fill='%23FAB446' d='M105.931,273.656h44.138v22.069c0,12.189-9.88,22.069-22.069,22.069l0,0 c-12.189,0-22.069-9.88-22.069-22.069V273.656z'/%3E%3Cpath fill='%23C8414B' d='M141.241,313.281v-39.625h-8.828v43.693C135.697,316.683,138.664,315.229,141.241,313.281z'/%3E%3Cpath fill='%23C8414B' d='M123.586,317.349v-43.693h-8.828v39.625C117.336,315.229,120.303,316.683,123.586,317.349z'/%3E%3Crect x='114.76' y='256.001' fill='%23FFB441' width='26.483' height='8.828'/%3E%3Crect x='114.76' y='238.341' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='119.17' y='243.591' fill='%23FAB446' width='17.655' height='15.992'/%3E%3Crect x='75.03' y='238.341' fill='%23F5F5F5' width='17.655' height='75.03'/%3E%3Crect x='70.62' y='308.971' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='70.62' y='229.521' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='66.21' y='317.791' fill='%235064AA' width='35.31' height='8.828'/%3E%3Crect x='207.45' y='308.971' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='198.62' y='317.791' fill='%235064AA' width='35.31' height='8.828'/%3E%3Crect x='123.59' y='220.691' fill='%23FAB446' width='52.966' height='8.828'/%3E%3Crect x='145.66' y='194.211' fill='%23FFB441' width='8.828' height='26.483'/%3E%3Cpath fill='%23F5F5F5' d='M141.241,207.449c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241C154.483,201.509,148.543,207.449,141.241,207.449z M141.241,189.794 c-2.435,0-4.414,1.978-4.414,4.414c0,2.435,1.978,4.414,4.414,4.414s4.414-1.978,4.414-4.414 C145.655,191.773,143.677,189.794,141.241,189.794z'/%3E%3Cpath fill='%23F5F5F5' d='M158.897,207.449c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241S166.198,207.449,158.897,207.449z M158.897,189.794c-2.435,0-4.414,1.978-4.414,4.414 c0,2.435,1.978,4.414,4.414,4.414c2.435,0,4.414-1.978,4.414-4.414C163.31,191.773,161.332,189.794,158.897,189.794z'/%3E%3Cpath fill='%23F5F5F5' d='M176.552,216.277c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241S183.853,216.277,176.552,216.277z M176.552,198.622c-2.435,0-4.414,1.978-4.414,4.414 c0,2.435,1.978,4.414,4.414,4.414c2.435,0,4.414-1.978,4.414-4.414S178.987,198.622,176.552,198.622z'/%3E%3Cpath fill='%23F5F5F5' d='M123.586,216.277c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241C136.828,210.337,130.888,216.277,123.586,216.277z M123.586,198.622 c-2.435,0-4.414,1.978-4.414,4.414c0,2.435,1.978,4.414,4.414,4.414s4.414-1.979,4.414-4.415 C128,200.6,126.022,198.622,123.586,198.622z'/%3E%3Cpath fill='%23FAB446' d='M176.552,291.311v4.414c0,2.434-1.98,4.414-4.414,4.414s-4.414-1.98-4.414-4.414v-4.414H176.552 M185.379,282.484h-26.483v13.241c0,7.302,5.94,13.241,13.241,13.241c7.302,0,13.241-5.94,13.241-13.241v-13.241H185.379z'/%3E%3Cpath fill='%23FFA0D2' d='M172.138,264.829L172.138,264.829c-4.875,0-8.828-3.953-8.828-8.828v-8.828 c0-4.875,3.953-8.828,8.828-8.828l0,0c4.875,0,8.828,3.953,8.828,8.828v8.828C180.966,260.876,177.013,264.829,172.138,264.829z'/%3E%3Ccircle fill='%235064AA' cx='150.07' cy='273.651' r='13.241'/%3E%3Crect x='145.66' y='176.551' fill='%23FAB446' width='8.828' height='26.483'/%3E%3Cpath fill='%23C8414B' d='M123.586,220.691l-8.828-8.828l5.171-5.171c7.993-7.993,18.835-12.484,30.14-12.484l0,0 c11.305,0,22.146,4.491,30.14,12.484l5.171,5.171l-8.828,8.828H123.586z'/%3E%3Ccircle fill='%23FFD250' cx='150.07' cy='211.861' r='4.414'/%3E%3Ccircle fill='%23FFD250' cx='132.41' cy='211.861' r='4.414'/%3E%3Ccircle fill='%23FFD250' cx='167.72' cy='211.861' r='4.414'/%3E%3Crect x='70.62' y='256.001' fill='%23C8414B' width='44.14' height='8.828'/%3E%3Cpolygon fill='%23C8414B' points='70.621,291.311 97.103,282.484 97.103,273.656 70.621,282.484'/%3E%3C/svg%3E%0A");}
#members .member .icons .icon.fn{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23F5F5F5' d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V97.104c0-4.875,3.953-8.828,8.828-8.828 h494.345c4.875,0,8.828,3.953,8.828,8.828v317.793C512,419.773,508.047,423.725,503.172,423.725z'/%3E%3Cpolygon fill='%2341479B' points='512,229.518 211.862,229.518 211.862,88.277 158.897,88.277 158.897,229.518 0,229.518 0,282.484 158.897,282.484 158.897,423.725 211.862,423.725 211.862,282.484 512,282.484 '/%3E%3C/svg%3E");}
#members .member .icons .icon.ru{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23F5F5F5' d='M512,200.093H0V97.104c0-4.875,3.953-8.828,8.828-8.828h494.345c4.875,0,8.828,3.953,8.828,8.828 L512,200.093L512,200.093z'/%3E%3Cpath fill='%23FF4B55' d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V311.909h512v102.988 C512,419.773,508.047,423.725,503.172,423.725z'/%3E%3Crect y='200.091' fill='%2341479B' width='512' height='111.81'/%3E%3C/svg%3E");}

#members .member .icons .icon.fr{background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='iso-8859-1'%3F%3E%3C!-- Generator: Adobe Illustrator 19.0.0, SVG Export Plug-In . SVG Version: 6.00 Build 0) --%3E%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' style='enable-background:new 0 0 512 512;' xml:space='preserve'%3E%3Cpath style='fill:%2341479B;' d='M170.667,423.721H8.828c-4.875,0-8.828-3.953-8.828-8.828V97.1c0-4.875,3.953-8.828,8.828-8.828 h161.839V423.721z'/%3E%3Crect x='170.67' y='88.277' style='fill:%23F5F5F5;' width='170.67' height='335.45'/%3E%3Cpath style='fill:%23FF4B55;' d='M503.172,423.721H341.333V88.273h161.839c4.875,0,8.828,3.953,8.828,8.828v317.793 C512,419.77,508.047,423.721,503.172,423.721z'/%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3Cg%3E%3C/g%3E%3C/svg%3E%0A");}

#members .member .icons .icon.ua{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iQ2FwYV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDUxMiA1MTIiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMiA1MTI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiNGRkRBNDQ7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjM0MS4zMjYiLz48cmVjdCB5PSI4NS4zMzciIHN0eWxlPSJmaWxsOiMzMzhBRjM7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjE3MC42NjMiLz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48L3N2Zz4=");}

#members .member .icons .icon.be{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIgNTEyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA1MTIgNTEyOyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggc3R5bGU9ImZpbGw6IzQ2NDY1NTsiIGQ9Ik0xNzAuNjY3LDQyMy43MjFIOC44MjhjLTQuODc1LDAtOC44MjgtMy45NTMtOC44MjgtOC44MjhWOTcuMWMwLTQuODc1LDMuOTUzLTguODI4LDguODI4LTguODI4aDE2MS44MzlWNDIzLjcyMXoiLz48cmVjdCB4PSIxNzAuNjciIHk9Ijg4LjI3NyIgc3R5bGU9ImZpbGw6I0ZGRTE1QTsiIHdpZHRoPSIxNzAuNjciIGhlaWdodD0iMzM1LjQ1Ii8+PHBhdGggc3R5bGU9ImZpbGw6I0ZGNEI1NTsiIGQ9Ik01MDMuMTcyLDQyMy43MjFIMzQxLjMzM1Y4OC4yNzNoMTYxLjgzOWM0Ljg3NSwwLDguODI4LDMuOTUzLDguODI4LDguODI4djMxNy43OTNDNTEyLDQxOS43Nyw1MDguMDQ3LDQyMy43MjEsNTAzLjE3Miw0MjMuNzIxeiIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==");}

#members .member .icons .icon.de{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/PjxzdmcgdmVyc2lvbj0iMS4xIiBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA1MTIuMDAxIDUxMi4wMDEiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDUxMi4wMDEgNTEyLjAwMTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxwYXRoIHN0eWxlPSJmaWxsOiM0NjQ2NTU7IiBkPSJNNTEyLDIwMC4wOTNIMFY5Ny4xMDRjMC00Ljg3NSwzLjk1My04LjgyOCw4LjgyOC04LjgyOGg0OTQuMzQ1YzQuODc1LDAsOC44MjgsMy45NTMsOC44MjgsOC44MjhMNTEyLDIwMC4wOTNMNTEyLDIwMC4wOTN6Ii8+PHBhdGggc3R5bGU9ImZpbGw6I0ZGRTE1QTsiIGQ9Ik01MDMuMTcyLDQyMy43MjVIOC44MjhjLTQuODc1LDAtOC44MjgtMy45NTMtOC44MjgtOC44MjhWMzExLjkwOWg1MTJ2MTAyLjk4OEM1MTIsNDE5Ljc3Myw1MDguMDQ3LDQyMy43MjUsNTAzLjE3Miw0MjMuNzI1eiIvPjxyZWN0IHk9IjIwMC4wOTEiIHN0eWxlPSJmaWxsOiNGRjRCNTU7IiB3aWR0aD0iNTEyIiBoZWlnaHQ9IjExMS44MSIvPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjxnPjwvZz48Zz48L2c+PGc+PC9nPjwvc3ZnPg==");}


#members .member .icons .icon.ro{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAKJJREFUaEPt2cENhDAMBEDypxNKoSh6ogR+1wGVnHgggeA6sJFyQcN/Idl11utQusaf0vj6OxuorSAFKJBk4CUlNExHlIh9XqLQG7eN3zC+Xz/lp4ANhEmkgBJyiLkQG9XIwk1EJ76oY6NslI2yUTZqIgvXgJnYUC9KuJVwKyFOi9Pi9D/E6UyYqYx9yR+ayixmPk+BDHtPYCnwBIuZdzSvwAls3QBAvup8hgAAAABJRU5ErkJggg==");}
#members .member .icons .icon.se{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAMlJREFUaEPtmcsNgCAQRMGebMQ+LMAKLMA+bMSe1APxk0iMIxiBPM+7K8w8YEVrMn9s5uM3TOBvB3EABwIVKAShZlhUIeau9aZU/aCWeh8/ttY5wAQOEXFAAQqEPGqBEAg9VIBz4KFQt2HsQuxCgRxtCM2TkZu5wFdHSa9q45o5JhBFT70IDuiaxc0oxwG+yE5k0E4ry4ReiF5I4cUTC0IgBELcjV4Y4CRWlsW+jSpJicUW8ocmMVWV4eCAotYXsTjwhapKzewdWAGas64xzar4qAAAAABJRU5ErkJggg==");}
#members .member .icons .icon.lv{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAALZJREFUaEPtmbENgDAMBJONKFmG6ViGko2CQpE+9kuWrUvNf8idJUD0lnz15PffOEC0QQxgwEmgxgjdxzmcIELi1/v03wAHCOHfGgaCwK9tMYABJwFGyAnQHceAG6GzoI6BMUbKl7k+17TIAZyzbI1jwEpOlatjgC8y1Uxs9tR5kDFCm+pVlzNCKpLWHgxYyalyGFCRtPZgwEpOlVsGVIURPTX+0ESQU+2JARVJaw8GrORUufQGPmzQgDHySPC7AAAAAElFTkSuQmCC");}
#members .member .icons .icon.it{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAAAXNSR0IArs4c6QAAAKBJREFUaEPt2bERhTAMA1Cyzx+AhpZt/jJsQ0/DAMwDB2xgcxfCPXpBIjmyHErX+FMaX39nA7UVpAAFkgx8pISmcY8Ssf/nKPTCLb8+jB+2tdwK2ECYRAooIYeYC7FRjSzcRHTikzo2ykbZKBtloyaycA2YiQ31ooRbCbcS4rQ4LU6/IU5nwkxl7Ef+0FRmMfN5CmTYewJLgSdYzLyjeQUOsx3gMZbq+skAAAAASUVORK5CYII=");}


#members .member .icons .icon.az{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAABbklEQVRoge3XvUtCURjH8e9VIQKhIZesFiFaSlpaIreouSlpihqCoq05aosaWloacu8fEBoiSAgaQo1qsTdIwl5MCsMKxYbLVVoK9alD8Xymw+HAeX73vHAuKKWUUn+Y5TTcW/myyUJqVRrzWgAu04U0SgOYpgFM0wCmaQDTPE6juO41WUfNnCeE58tR9fD5YW4NgiE4S8LlCUQjcHUqPhVIB2htg0jCLnyyD3J3dn9HF/jaIXcLpaLolLIBZlbB5YbFMDxnq/3pFIRGIdAD8V24TtlhBMgG6B+G5N7n4gGamqF3AMLzUMjD7KBYAPlbyLK+HyNIdgUOd+xVaPHB00O1/60Ax/uwuWBvoWxGbMrK5yqHaPyHxh+AjQM4P4Kl8eo26eyG1xd4zIgdYivGD/zQ3FzARNC+fSJxWInC9DK8F+A+LX4DgfQK/CJnBSpnYGhqxFw19YhtA//gLaQBTNMApmkA0zSAUkoppRrwAQCSWtuSXmYYAAAAAElFTkSuQmCC");}

#members .member .icons .icon.tr{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAACQElEQVRoge2YTUhUURiGnzupTI05DMowU9RgVLtAQkoIF0GWRVCLoP9sEdUmpNRFiEGLIuhHAtsMRGRI5iqCfqBIoigioRYRRdEinSQHKaEpo7q3xZdcJeacGWZul4HzrL4Dh4/n5X7n3MsFg8FgMBhKGGuqcBpx/BTJF+uhuAf8FikUE8BvTAC/KfkAZXntji6AjfugYT1EF0JwDqRH4MUDuHkRXg95pJmd3AJYFuzuhD2dUBEE24b7/XCnF149hcwE1MyDsnL49dNj5ZnoA1gWHL0EzS2yHh+Fri3w8vHMfemUB3p69AG2tbvyX79A62r48MZjrdxRH+JIFPYec9cX2vTykaiM0n9CHaBpJ8yulDo9Arcv6zvGa2H/SXcdDBWgp0c9QvVNbv3kFti/9R0dB7a2wY/vsHS53FBXTxeomR11gFjCrVPv1J2qqqFxM6zdJQe/pUvkr50rgmZ2ivciqwzD3Ig7cvD3SvX2K10dYGzYreO16k4f30P/GTh7UNYD3RAIyDh5iHqEhu7BinVSN2wQIdtWd3QcuJGEniOyDoWLoJkd9RO42weTGaljCVizQ98xnYKew+46M1GAnh51gPFRuDLtSjzUrR+lz59g8lsR1HJDf4j7TsHggNThGjg/CEvqPNbKHX0A24bj26H3hNwqsQQkn0FHEpatgvIK2ReqgsAsj3X/Jb+/EvMXw6YDsLIZ4ovky3RsGB5dl7f02+eeyk5n6q+E+a3iNyaA35gAflPyAQwGg8FgKGn+AGE2gV1iCGs1AAAAAElFTkSuQmCC");}

#members .member .icons .icon.kz{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAE9UlEQVRoge2YW2wUVRzGf2dmdrZ77XW7pRdKkVaBGgzhAYwUKyp4j4mJ8iTBKIl4iTzAk5rogzHGRB/0wUQTEx+JUcAQEgwXTbkIpAgoFUq7tUjLtnTb2fvOzPFBQWBaYLogkOzvaTLn5Dvfl/+5zBkoUaJEiRIl7mDExacdx+Qt9OGeh9sFgHbl++cqfme+bwSB5FgmwqbE3P/fnAscATpD/ajCRgARLXXbB1CufDFm+ZBSwUZw3vLdCk+ucFRAQVKrJUEIxsw7MICuWBzNRhFAQM3fAkvucATYbTSzPNyHIiU7jJaiB6jWMszUxwkqeZK2zkC+nNEbWFlHgDne85zMVgFwl3ds2sKqsHk83MuSwCBx00/S1gkqeSJamq5UI9sm5mBJcW2ha+BYxC16gkdDvawI9dKiJ6YlqisW6yKHqPMk+X6ijWZ9nJWhXmbpCTaPtzLbm+D1yC/oilV0AEcF4laAoVQAEKiK+7NNEZIFZcNICSqSn1u/RhP2xfZXI4d4c3AFQkoW+s5yIN2AXUQlHBWIaknm+0aY74sT1ZKuBb1YPFZ+isPpOj5t3H6ZeQBN2HzSuJ3uTJSV4dOUCXPa5mGSChzL1OJT8kgUsraj+ZrU6wYC6AgNTDlFPMKmMxzDBuo9BqdyVa7HuYCjAmfNAI26Qb3HYMgMuBYMqXkMSyeqpa7ar05LYlhewmrO9RiX4gjwYDBGwdawESwLxq5baH3tPho9BhlLI6gW6MlVX7V/T66akJojbes0eAzW1+5z755JAgigrWyUNu95TGfzlObn+UZYXXOEM4UQlhR0Z+oYMoOT9h82AxxI1SMRnMkHWVtzmPm++LRCOBzaCATudh+/atIZ7GdNVTcFFHYZzSz0DfFK7Ali+fLL+g7ky3k59iSL/GfZbczEQuHF6l/pDMbwq+4XtGOVCiQ92RoQ8rp3iK3jrTwT7uGNwZW8VnOQj88tpkmf4N6yc6zqe5ZGzwQNepLBQojBfJjloT5O5yrZk2xmY7SLzeNtPBTqZ0uitfgAu5LNdAQHsKTCrmTzdYmczlWwP92AYXvoSjXxUnU3X40uYG7ZCI+E+4hoaQpSoUZLU+9J8m3iHk5kq1lbc5it461UqFla9DEGrqjWtALM0FKcKYSQUlB3jZ3kAhOWl3fPLuOzpm2siT3FqFnGqqrjHM1E+Ty+iIiWwqeYZGyNuBmgRR/jhcrf6Eo1MWL6eSu6n9WxpxmzyooP0O47R6WaBXAlOGr62HhmORuie3lvaCknc1Wsixzk+crjpGwPh9MzWBwYxK8UOJqJ8s35dsrVHBuiXXw0tIQR0+/aPExyJ36n7icKUkUgUYXN+0NLXQnqisVc7wh/mSHihX9MLfQPU65m2Wn8NyVrPWmWB/vYm2qgP1/h3vlUd+IaLU2znkDAtITztsqRTPRimLeje0hKL1+O3IdH2ITUHF/M/IG46ee7xN3TM38JjgB9+YqLh5AuivtatKTCB8MPcH/gTz5s+BFTqkS0FHuSzWwZb6U3V1mUPkwSoDdXSWc4hirtoi80lhSkpYcdxmx2GLOL0poKx0HWERpgwvQyZvnoCA3clEFvJI4K5G2V9rJhhBCcyF79e+Z2wBHARhC3AkjAovgr383GEaBSzQASBahSM/+/I5c4Auw0ZjHv31+Lf9yJU2hTYi5M7y5fokSJEiVKlHDL35k81IXMEIW/AAAAAElFTkSuQmCC");}

#members .member .icons .icon.nl{background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADAAAAAwCAYAAABXAvmHAAAABmJLR0QA/wD/AP+gvaeTAAAAc0lEQVRoge3VsQmAMBQG4UTsRXAdp3ADV9VxBHGCWEjs1eJ8cF+V8j9SvJQkSQos10cZUyGHPJWXa3tDD/nKAJoBNANoBtDuS7ztR6hLPPSdl/gXDKAZQDOAFj6grY9pXskdr4X/AQNoBtAMoBkgSZI+OAEquAi2HkHfCQAAAABJRU5ErkJggg==");}


/*
#top-header-line .phones .back_call {
    border: 1px solid #282d39;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    margin-left: 30px;
    max-width: 200px;
    padding: 15px 20px;
    text-align: center;
    text-transform: uppercase;
    transition: .23s
}

#top-header-line .phones .back_call:hover {
    background-color: #282d39;
    border-color: #282d39;
    color: #fff;
    transition: .23s
}
*/
#top-header-line .phones .big,#top-header-line .phones .rent-phone>span {
    color: #282d39;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px
}

.longrent{
	position: absolute;
    padding: 6px 47px 0 12px;
    top: 0;
    left: 0;
    z-index: 2;
    font-weight: 600;
    margin: 6px 5px 0 0;
    font-weight: 700;
    font-size: 10px;
    line-height: 10px;
    color: #fff;
    background-color: #f33535;
    border-radius: 1px;
    padding: 4px 8px;
}

#top-header-line .phones .rent-phone>span {
    align-self: flex-end;
    font-weight: 600;
    margin-right: 10px
}
/*
#top-header-line .phones .numbers {
    display: inline-block;
    text-align: right
}
*/
#comfort .slider-col,#comfort .slider-col .slick-list,#search_block form,#top-header-line .phones .rent-phone {
    display: flex
}

#top-header-line .phones .small {
    color: #a3a3a3;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px
}

#top-header-line .row {
    height: 124px
}

#top-header-line .social-buttons-in-header .social-button {
    height: 17px;
    margin-right: 20px;
    width: 24px
}

#top-header-line .social-buttons-in-header .social-button svg path,#top-header-line .social-buttons-in-header .social-button svg rect {
    fill: #a3a3a3
}

#top-header-line .social-buttons-in-header .social-button.fb,#top-header-line .social-buttons-in-header .social-button.in {
    height: 20px;
    width: 24px
}

#top-header-line .social-buttons-in-header .social-button.vk {
    height: 20px;
    width: 28px
}

#top-header-line .social-buttons-in-header .social-button.youtube {
    height: 18px;
    width: 26px
}

#top-header-line .social-buttons-in-header .social-button:hover svg path,#top-header-line .social-buttons-in-header .social-button:hover svg rect {
    fill: #efbe35
}

#top-header-line .social-buttons-in-header .social-button:last-child,.price-row .prop-info-block:last-child {
    margin-right: 0
}

#comment-block .btn-block,/*#top-header-line .social-buttons-in-header*/,.after-slider-btns .other-btns {
    align-items: center;
    display: flex;
    justify-content: center
}

#top-panel {
    border-bottom: 1px solid #d1d1d1;
    border-top: 1px solid #d1d1d1;
    margin-bottom: 75px;
	margin-top: 38px;
}
#property #top-panel {
	border: none;
	margin-bottom: 0;
}

#post-template #top-panel .container .row {
    height: auto;
}

#top-panel .container .row {
    height: 85px
}

#top-panel-new-prop {
    background-color: #efbe34;
    background-image: url(../img/property-new/orange-wave.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    border: 0
}

#top-panel-new-prop .breadcrumbs li a span,#top-panel-new-prop .breadcrumbs li span,#top-panel-new-prop .breadcrumbs li:after {
    color: #fff;
    font-weight: 500
}

#video-presentation .small-title {
    align-items: center;
    color: #333;
    display: flex;
    font-size: 30px;
    font-weight: 600;
    line-height: 44px;
    margin-bottom: 20px;
    text-transform: none
}

#video-presentation .small-title .youtube-icon {
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -62 512.00199 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23a3a3a3' d='m334.808594 170.992188-113.113282-61.890626c-6.503906-3.558593-14.191406-3.425781-20.566406.351563-6.378906 3.78125-10.183594 10.460937-10.183594 17.875v122.71875c0 7.378906 3.78125 14.046875 10.117188 17.832031 3.308594 1.976563 6.976562 2.96875 10.652344 2.96875 3.367187 0 6.742187-.832031 9.847656-2.503906l113.117188-60.824219c6.714843-3.613281 10.90625-10.59375 10.9375-18.222656.027343-7.628906-4.113282-14.640625-10.808594-18.304687zm-113.859375 63.617187v-91.71875l84.539062 46.257813zm0 0'/%3E%3Cpath fill='%23a3a3a3' d='m508.234375 91.527344-.023437-.234375c-.433594-4.121094-4.75-40.777344-22.570313-59.421875-20.597656-21.929688-43.949219-24.59375-55.179687-25.871094-.929688-.105469-1.78125-.203125-2.542969-.304688l-.894531-.09375c-67.6875-4.921874-169.910157-5.5937495-170.933594-5.59765575l-.089844-.00390625-.089844.00390625c-1.023437.00390625-103.246094.67578175-171.542968 5.59765575l-.902344.09375c-.726563.097657-1.527344.1875-2.398438.289063-11.101562 1.28125-34.203125 3.949219-54.859375 26.671875-16.972656 18.445312-21.878906 54.316406-22.382812 58.347656l-.058594.523438c-.152344 1.714844-3.765625 42.539062-3.765625 83.523437v38.3125c0 40.984375 3.613281 81.808594 3.765625 83.527344l.027344.257813c.433593 4.054687 4.746093 40.039062 22.484375 58.691406 19.367187 21.195312 43.855468 24 57.027344 25.507812 2.082031.238282 3.875.441406 5.097656.65625l1.183594.164063c39.082031 3.71875 161.617187 5.550781 166.8125 5.625l.15625.003906.15625-.003906c1.023437-.003907 103.242187-.675781 170.929687-5.597657l.894531-.09375c.855469-.113281 1.816406-.214843 2.871094-.324218 11.039062-1.171875 34.015625-3.605469 54.386719-26.019532 16.972656-18.449218 21.882812-54.320312 22.382812-58.347656l.058594-.523437c.152344-1.71875 3.769531-42.539063 3.769531-83.523438v-38.3125c-.003906-40.984375-3.617187-81.804687-3.769531-83.523437zm-26.238281 121.835937c0 37.933594-3.3125 77-3.625 80.585938-1.273438 9.878906-6.449219 32.574219-14.71875 41.5625-12.75 14.027343-25.847656 15.417969-35.410156 16.429687-1.15625.121094-2.226563.238282-3.195313.359375-65.46875 4.734375-163.832031 5.460938-168.363281 5.488281-5.082032-.074218-125.824219-1.921874-163.714844-5.441406-1.941406-.316406-4.039062-.558594-6.25-.808594-11.214844-1.285156-26.566406-3.042968-38.371094-16.027343l-.277344-.296875c-8.125-8.464844-13.152343-29.6875-14.429687-41.148438-.238281-2.710937-3.636719-42.238281-3.636719-80.703125v-38.3125c0-37.890625 3.304688-76.914062 3.625-80.574219 1.519532-11.636718 6.792969-32.957031 14.71875-41.574218 13.140625-14.453125 26.996094-16.054688 36.160156-17.113282.875-.101562 1.691407-.195312 2.445313-.292968 66.421875-4.757813 165.492187-5.464844 169.046875-5.492188 3.554688.023438 102.589844.734375 168.421875 5.492188.808594.101562 1.691406.203125 2.640625.3125 9.425781 1.074218 23.671875 2.699218 36.746094 16.644531l.121094.128906c8.125 8.464844 13.152343 30.058594 14.429687 41.75.226563 2.558594 3.636719 42.171875 3.636719 80.71875zm0 0'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 40px;
    margin-right: 15px;
    width: 40px
}

#video-presentation .video-block {
    margin: 0 -15px;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

#video-presentation h5 {
    color: #333;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 20px;
    text-transform: none
}

#video-presentation ul li {
    padding-bottom: 15px
}

#video-presentation ul li a {
    align-items: center;
    color: #282d39;
    display: flex;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-decoration: underline
}

#video-presentation ul li a:before {
    background-color: #efbe35;
    content: "";
    display: inline-block;
    height: 15px;
    margin-right: 10px;
    width: 15px
}

#video-reviews-row .show-all-videos-btn-block a {
    border: 1px solid #282d39;
    color: #282d39;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: .23s
}

#video-reviews-row .show-all-videos-btn-block a:hover {
    background-color: #282d39;
    color: #fff;
    text-decoration: none
}

#video-reviews-row .video-container {
    background-color: #f7f7f7;
    padding-bottom: 56.25%;
    position: relative;
    width: 100%
}

#comment-block,#video-reviews-row {
    padding: 50px 0
}

#video-section {
    background-image: url(../img/history/bg_benefit.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover
}


/* VIDEO SECTION STRAT */
#video-section {
    padding: 50px 0 0;
}
#video-section .top-block{
    padding: 100px 0 70px;
    background-image: url(../img/real-estate/bg_video_top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#video-section .top-block .video-title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 18px;
    margin-top: 30px;
    color: #fff;
    font-weight: 500;
}
#video-section .top-block .block-title{
    font-size: 36px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 50px;
}
#video-section .bottom-block{
    padding: 30px 0;
    background: url(../img/real-estate/bg_youtoobe.png) left 80% bottom no-repeat, url(../img/real-estate/youtoobe_logo.png) left 8% center no-repeat #fbc200;
    background-size: auto 90%, auto 110%;
}
#video-section .bottom-block .title{
    display: inline-block;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
    color: #282d39;
}
#video-section .bottom-block .title .red-text{
    color: #f1171b;
}
#video-section .bottom-block .subtitle{
    margin-top: 5px;
    display: inline-block;
    font-size: 14px;
    line-height: 1.4em;
    color: #282d39;
}
#video-section .bottom-block .media-links{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
#video-section .bottom-block .media-links a{
    display: block;
    width: 100%;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 8px;
    font-weight: 700;
    color: #fff;
    background-color: #282d39;
    padding: 10px 0;
}
#video-section .bottom-block .media-links a:not(:last-child){
    margin-bottom: 10px;
}
.after-slider-btns {
    margin: 15px 0 0
}

.after-slider-btns .other-btns {
    float: right;
    height: 36px;
    justify-content: flex-end
}

.after-slider-btns .other-btns>a,.after-slider-btns .other-btns>div {
    align-items: center;
    color: inherit;
    display: flex;
    margin-left: 20px
}

.after-slider-btns .presentation-btn .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 550.801 550.801" style="enable-background:new 0 0 550.801 550.801;" xml:space="preserve"><path fill="%23a3a3a3" d="M160.381,282.225c0-14.832-10.299-23.684-28.474-23.684c-7.414,0-12.437,0.715-15.071,1.432V307.6 c3.114,0.707,6.942,0.949,12.192,0.949C148.419,308.549,160.381,298.74,160.381,282.225z"/><path fill="%23a3a3a3" d="M272.875,259.019c-8.145,0-13.397,0.717-16.519,1.435v105.523c3.116,0.729,8.142,0.729,12.69,0.729 c33.017,0.231,54.554-17.946,54.554-56.474C323.842,276.719,304.215,259.019,272.875,259.019z"/><path fill="%23a3a3a3" d="M488.426,197.019H475.2v-63.816c0-0.398-0.063-0.799-0.116-1.202c-0.021-2.534-0.827-5.023-2.562-6.995L366.325,3.694 c-0.032-0.031-0.063-0.042-0.085-0.076c-0.633-0.707-1.371-1.295-2.151-1.804c-0.231-0.155-0.464-0.285-0.706-0.419 c-0.676-0.369-1.393-0.675-2.131-0.896c-0.2-0.056-0.38-0.138-0.58-0.19C359.87,0.119,359.037,0,358.193,0H97.2 c-11.918,0-21.6,9.693-21.6,21.601v175.413H62.377c-17.049,0-30.873,13.818-30.873,30.873v160.545 c0,17.043,13.824,30.87,30.873,30.87h13.224V529.2c0,11.907,9.682,21.601,21.6,21.601h356.4c11.907,0,21.6-9.693,21.6-21.601 V419.302h13.226c17.044,0,30.871-13.827,30.871-30.87v-160.54C519.297,210.838,505.47,197.019,488.426,197.019z M97.2,21.605 h250.193v110.513c0,5.967,4.841,10.8,10.8,10.8h95.407v54.108H97.2V21.605z M362.359,309.023c0,30.876-11.243,52.165-26.82,65.333 c-16.971,14.117-42.82,20.814-74.396,20.814c-18.9,0-32.297-1.197-41.401-2.389V234.365c13.399-2.149,30.878-3.346,49.304-3.346 c30.612,0,50.478,5.508,66.039,17.226C351.828,260.69,362.359,280.547,362.359,309.023z M80.7,393.499V234.365 c11.241-1.904,27.042-3.346,49.296-3.346c22.491,0,38.527,4.308,49.291,12.928c10.292,8.131,17.215,21.534,17.215,37.328 c0,15.799-5.25,29.198-14.829,38.285c-12.442,11.728-30.865,16.996-52.407,16.996c-4.778,0-9.1-0.243-12.435-0.723v57.67H80.7 V393.499z M453.601,523.353H97.2V419.302h356.4V523.353z M484.898,262.127h-61.989v36.851h57.913v29.674h-57.913v64.848h-36.593 V232.216h98.582V262.127z"/></svg>')
}

.after-slider-btns .share-btns {
    float: left
}

.after-slider-btns .video-btn .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 -62 512.00199 512" xmlns="http://www.w3.org/2000/svg"><path fill="%23a3a3a3" d="m334.808594 170.992188-113.113282-61.890626c-6.503906-3.558593-14.191406-3.425781-20.566406.351563-6.378906 3.78125-10.183594 10.460937-10.183594 17.875v122.71875c0 7.378906 3.78125 14.046875 10.117188 17.832031 3.308594 1.976563 6.976562 2.96875 10.652344 2.96875 3.367187 0 6.742187-.832031 9.847656-2.503906l113.117188-60.824219c6.714843-3.613281 10.90625-10.59375 10.9375-18.222656.027343-7.628906-4.113282-14.640625-10.808594-18.304687zm-113.859375 63.617187v-91.71875l84.539062 46.257813zm0 0"/><path fill="%23a3a3a3" d="m508.234375 91.527344-.023437-.234375c-.433594-4.121094-4.75-40.777344-22.570313-59.421875-20.597656-21.929688-43.949219-24.59375-55.179687-25.871094-.929688-.105469-1.78125-.203125-2.542969-.304688l-.894531-.09375c-67.6875-4.921874-169.910157-5.5937495-170.933594-5.59765575l-.089844-.00390625-.089844.00390625c-1.023437.00390625-103.246094.67578175-171.542968 5.59765575l-.902344.09375c-.726563.097657-1.527344.1875-2.398438.289063-11.101562 1.28125-34.203125 3.949219-54.859375 26.671875-16.972656 18.445312-21.878906 54.316406-22.382812 58.347656l-.058594.523438c-.152344 1.714844-3.765625 42.539062-3.765625 83.523437v38.3125c0 40.984375 3.613281 81.808594 3.765625 83.527344l.027344.257813c.433593 4.054687 4.746093 40.039062 22.484375 58.691406 19.367187 21.195312 43.855468 24 57.027344 25.507812 2.082031.238282 3.875.441406 5.097656.65625l1.183594.164063c39.082031 3.71875 161.617187 5.550781 166.8125 5.625l.15625.003906.15625-.003906c1.023437-.003907 103.242187-.675781 170.929687-5.597657l.894531-.09375c.855469-.113281 1.816406-.214843 2.871094-.324218 11.039062-1.171875 34.015625-3.605469 54.386719-26.019532 16.972656-18.449218 21.882812-54.320312 22.382812-58.347656l.058594-.523437c.152344-1.71875 3.769531-42.539063 3.769531-83.523438v-38.3125c-.003906-40.984375-3.617187-81.804687-3.769531-83.523437zm-26.238281 121.835937c0 37.933594-3.3125 77-3.625 80.585938-1.273438 9.878906-6.449219 32.574219-14.71875 41.5625-12.75 14.027343-25.847656 15.417969-35.410156 16.429687-1.15625.121094-2.226563.238282-3.195313.359375-65.46875 4.734375-163.832031 5.460938-168.363281 5.488281-5.082032-.074218-125.824219-1.921874-163.714844-5.441406-1.941406-.316406-4.039062-.558594-6.25-.808594-11.214844-1.285156-26.566406-3.042968-38.371094-16.027343l-.277344-.296875c-8.125-8.464844-13.152343-29.6875-14.429687-41.148438-.238281-2.710937-3.636719-42.238281-3.636719-80.703125v-38.3125c0-37.890625 3.304688-76.914062 3.625-80.574219 1.519532-11.636718 6.792969-32.957031 14.71875-41.574218 13.140625-14.453125 26.996094-16.054688 36.160156-17.113282.875-.101562 1.691407-.195312 2.445313-.292968 66.421875-4.757813 165.492187-5.464844 169.046875-5.492188 3.554688.023438 102.589844.734375 168.421875 5.492188.808594.101562 1.691406.203125 2.640625.3125 9.425781 1.074218 23.671875 2.699218 36.746094 16.644531l.121094.128906c8.125 8.464844 13.152343 30.058594 14.429687 41.75.226563 2.558594 3.636719 42.171875 3.636719 80.71875zm0 0"/></svg>')
}

.before-slider-btn {
    margin-right: 30px
}

.before-slider-btn .en .add_to_favor:after {
    content: "Add to favorites"
}

.before-slider-btn .en .remove_from_favor:after {
    content: "Remove from favorites"
}

.before-slider-btn .es .add_to_favor:after {
    content: "AÃ±adir a Favoritos"
}

.before-slider-btn .es .remove_from_favor:after {
    content: "Eliminar de favoritos"
}

.after-slider-btns .icon,.before-slider-btn .icon {
    height: 25px;
    margin-right: 10px;
    width: 25px
}

.before-slider-btn .icon.hot {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path style="fill:#FFB446;" d="M97.103,353.103C97.103,440.86,168.244,512,256,512l0,0c87.756,0,158.897-71.14,158.897-158.897 c0-88.276-44.138-158.897-14.524-220.69c0,0-47.27,8.828-73.752,79.448c0,0-88.276-88.276-51.394-211.862 c0,0-89.847,35.31-80.451,150.069c8.058,98.406-9.396,114.759-9.396,114.759c0-79.448-62.115-114.759-62.115-114.759 C141.241,247.172,97.103,273.655,97.103,353.103z"/><path style="fill:#FFDC64;" d="M370.696,390.734c0,66.093-51.033,122.516-117.114,121.241 c-62.188-1.198-108.457-48.514-103.512-110.321c2.207-27.586,23.172-72.276,57.379-117.517l22.805,13.793 C229.517,242.023,256,167.724,256,167.724C273.396,246.007,370.696,266.298,370.696,390.734z"/><path style="fill:#FFF;" d="M211.862,335.448c-8.828,52.966-26.483,72.249-26.483,105.931C185.379,476.69,216.998,512,256,512 l0,0c39.284,0,70.729-32.097,70.62-71.381c-0.295-105.508-61.792-158.136-61.792-158.136c8.828,52.966-17.655,79.448-17.655,79.448 C236.141,345.385,211.862,335.448,211.862,335.448z"/></svg>')
}

.before-slider-btn .like-btn {
    align-items: center;
    color: #efbe35;
    margin-right: 15px;
    cursor: pointer;
    display: flex!important;
    height: 26px;
    width: 26px;
	min-width: 210px;
}



.before-slider-btn .like-btn .add_to_favor {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 490.4 490.4" xml:space="preserve"><path fill="%23efbe35" d="M222.5,453.7c6.1,6.1,14.3,9.5,22.9,9.5c8.5,0,16.9-3.5,22.9-9.5L448,274c27.3-27.3,42.3-63.6,42.4-102.1 c0-38.6-15-74.9-42.3-102.2S384.6,27.4,346,27.4c-37.9,0-73.6,14.5-100.7,40.9c-27.2-26.5-63-41.1-101-41.1 c-38.5,0-74.7,15-102,42.2C15,96.7,0,133,0,171.6c0,38.5,15.1,74.8,42.4,102.1L222.5,453.7z M59.7,86.8 c22.6-22.6,52.7-35.1,84.7-35.1s62.2,12.5,84.9,35.2l7.4,7.4c2.3,2.3,5.4,3.6,8.7,3.6l0,0c3.2,0,6.4-1.3,8.7-3.6l7.2-7.2 c22.7-22.7,52.8-35.2,84.9-35.2c32,0,62.1,12.5,84.7,35.1c22.7,22.7,35.1,52.8,35.1,84.8s-12.5,62.1-35.2,84.8L251,436.4 c-2.9,2.9-8.2,2.9-11.2,0l-180-180c-22.7-22.7-35.2-52.8-35.2-84.8C24.6,139.6,37.1,109.5,59.7,86.8z"/></svg>');
	height: 26px;
	width: 26px;
}

.before-slider-btn .like-btn .add_to_favor:after{
	    display: block;
    width: 210px;
    position: relative;
    left: 40px;
    color: #212529;
    font-weight: 600;
}

.button_favorities_add_cont_ru .like-btn .add_to_favor:after{
    content: "Добавить в избранное";
}
.button_favorities_add_cont_en .like-btn .add_to_favor:after{
    content: "Add to Favorites";
}
.button_favorities_add_cont_es .like-btn .add_to_favor:after{
    content: "Agregar a Favoritos";
}
.button_favorities_add_cont_fi .like-btn .add_to_favor:after{
    content: "Add to Favorites";
}

.before-slider-btn .like-btn .remove_from_favor:after {
    content: "Удалить из избранного";
	    display: block;
    width: 240px;
    position: relative;
    left: 40px;
    color: #212529;
    font-weight: 600;
}



.add_to_favor:hover:after{
    text-decoration: underline;
}
.remove_from_favor:hover:after{
    text-decoration: underline;
}
 .before-slider-btn .like-btn .remove_from_favor:after:hover{}

.before-slider-btn .like-btn .remove_from_favor {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 492.719 492.719" xml:space="preserve"><path fill="%23efbe35" d="M492.719,166.008c0-73.486-59.573-133.056-133.059-133.056c-47.985,0-89.891,25.484-113.302,63.569 c-23.408-38.085-65.332-63.569-113.316-63.569C59.556,32.952,0,92.522,0,166.008c0,40.009,17.729,75.803,45.671,100.178 l188.545,188.553c3.22,3.22,7.587,5.029,12.142,5.029c4.555,0,8.922-1.809,12.142-5.029l188.545-188.553 C474.988,241.811,492.719,206.017,492.719,166.008z"/></svg>');
	height: 26px;
	width: 26px;
}


.before-slider-btn .icon.like {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 490.4 490.4" xml:space="preserve"><path fill="%23a3a3a3" d="M222.5,453.7c6.1,6.1,14.3,9.5,22.9,9.5c8.5,0,16.9-3.5,22.9-9.5L448,274c27.3-27.3,42.3-63.6,42.4-102.1 c0-38.6-15-74.9-42.3-102.2S384.6,27.4,346,27.4c-37.9,0-73.6,14.5-100.7,40.9c-27.2-26.5-63-41.1-101-41.1 c-38.5,0-74.7,15-102,42.2C15,96.7,0,133,0,171.6c0,38.5,15.1,74.8,42.4,102.1L222.5,453.7z M59.7,86.8 c22.6-22.6,52.7-35.1,84.7-35.1s62.2,12.5,84.9,35.2l7.4,7.4c2.3,2.3,5.4,3.6,8.7,3.6l0,0c3.2,0,6.4-1.3,8.7-3.6l7.2-7.2 c22.7-22.7,52.8-35.2,84.9-35.2c32,0,62.1,12.5,84.7,35.1c22.7,22.7,35.1,52.8,35.1,84.8s-12.5,62.1-35.2,84.8L251,436.4 c-2.9,2.9-8.2,2.9-11.2,0l-180-180c-22.7-22.7-35.2-52.8-35.2-84.8C24.6,139.6,37.1,109.5,59.7,86.8z"/></svg>')
}

.before-slider-btn .icon.new {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.688 490.688' xml:space='preserve'%3E%3Cpath fill='%23ffc107' d='M462.784,209.088c-7.552-5.568-17.067-12.523-18.219-17.067c0.484-8.796,2.996-17.36,7.339-25.024 c6.656-15.275,13.525-31.104,5.888-44.267c-7.637-13.163-25.003-15.296-41.707-17.067c-8.658-0.058-17.188-2.094-24.939-5.952 c-3.864-7.778-5.893-16.339-5.931-25.024c-1.877-16.704-3.819-33.984-17.067-41.707c-13.248-7.723-29.099-0.96-44.373,5.781 c-7.672,4.341-16.243,6.852-25.045,7.339c-4.608-1.237-11.541-10.667-17.067-18.219c-9.685-13.056-20.587-27.861-36.331-27.861 s-26.645,14.805-36.267,27.861c-5.589,7.573-12.523,17.067-17.067,18.24c-8.794-0.53-17.356-3.038-25.045-7.339 c-15.36-6.763-31.189-13.504-44.309-5.909s-15.317,25.003-17.195,41.813c-0.061,8.655-2.089,17.183-5.931,24.939 c-7.736,3.803-16.233,5.801-24.853,5.845c-16.725,1.877-34.027,3.819-41.728,17.067S32,151.616,38.741,166.912 c4.357,7.689,6.869,16.284,7.339,25.109c-1.237,4.608-10.667,11.563-18.219,17.067C14.805,218.688,0,229.611,0,245.355 s14.805,26.667,27.883,36.267c7.552,5.568,17.067,12.523,18.219,17.067c-0.484,8.796-2.996,17.36-7.339,25.024 c-6.656,15.275-13.525,31.104-5.888,44.267c7.637,13.163,25.003,15.296,41.707,17.067c8.658,0.058,17.188,2.094,24.939,5.952 c3.864,7.778,5.893,16.339,5.931,25.024c1.877,16.704,3.819,33.984,17.067,41.707c13.248,7.723,28.971,0.768,44.267-5.888 c7.749-4.293,16.37-6.773,25.216-7.253c4.608,1.237,11.541,10.667,17.067,18.219c9.621,13.056,20.523,27.861,36.267,27.861 s26.645-14.805,36.267-27.861c5.589-7.573,12.523-17.067,17.067-18.24c8.8,0.498,17.368,3.008,25.045,7.339 c15.275,6.656,31.104,13.483,44.245,5.909c13.141-7.573,15.317-25.003,17.195-41.728c0.061-8.655,2.089-17.183,5.931-24.939 c7.75-3.834,16.271-5.855,24.917-5.909c16.725-1.877,34.027-3.819,41.728-17.067c7.701-13.248,0.747-28.971-5.888-44.267 c-4.343-7.728-6.826-16.362-7.253-25.216c1.237-4.608,10.667-11.563,18.219-17.067c13.056-9.621,27.883-20.544,27.883-36.267 S475.861,218.688,462.784,209.088z'/%3E%3Cpath fill='%23fff' d='M181.333,298.688c-3.357,0-6.519-1.581-8.533-4.267L128,234.688v53.333 c0,5.891-4.776,10.667-10.667,10.667s-10.667-4.776-10.667-10.667v-85.333c0-5.891,4.776-10.667,10.667-10.667 c3.357,0,6.519,1.581,8.533,4.267l44.8,59.733v-53.333c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667 v85.333c-0.003,4.589-2.942,8.662-7.296,10.112C183.618,298.501,182.48,298.688,181.333,298.688z'/%3E%3Cpath fill='%23fff' d='M266.667,298.688H224c-5.891,0-10.667-4.776-10.667-10.667v-85.333 c0-5.891,4.776-10.667,10.667-10.667h42.667c5.891,0,10.667,4.776,10.667,10.667c0,5.891-4.776,10.667-10.667,10.667h-32v64h32 c5.891,0,10.667,4.776,10.667,10.667S272.558,298.688,266.667,298.688z'/%3E%3Cpath fill='%23fff' d='M266.667,256.021H224c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667h42.667 c5.891,0,10.667,4.776,10.667,10.667S272.558,256.021,266.667,256.021z'/%3E%3Cpath fill='%23fff' d='M373.333,298.688c-4.597,0.006-8.681-2.934-10.133-7.296L352,257.749l-11.2,33.643 c-1.363,4.603-5.751,7.633-10.539,7.275c-4.738-0.18-8.788-3.465-9.941-8.064l-21.333-85.333 c-1.426-5.72,2.056-11.513,7.776-12.939c5.72-1.426,11.513,2.056,12.939,7.776l12.437,49.792l9.749-29.248 c2.535-5.591,9.122-8.068,14.713-5.533c2.454,1.113,4.42,3.079,5.533,5.533l9.749,29.248l12.437-49.792 c1.426-5.72,7.218-9.202,12.939-7.776c5.72,1.426,9.202,7.218,7.776,12.939l-21.333,85.333c-1.153,4.599-5.204,7.884-9.941,8.064 L373.333,298.688z'/%3E%3C/svg%3E")
}

.before-slider-btn .icon.print {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a3a3a3" d="M475.934,108.229H380.35V54.285c0-5.995-4.862-10.857-10.857-10.857H142.507c-5.995,0-10.857,4.862-10.857,10.857v53.945 H36.066C16.179,108.229,0,124.409,0,144.296v172.837C0,337.02,16.179,353.2,36.066,353.2h95.584v104.515 c0,5.995,4.862,10.857,10.857,10.857h226.987c5.995,0,10.857-4.862,10.857-10.857V353.2h95.584 c19.886,0,36.066-16.179,36.066-36.067V144.296C512,124.409,495.82,108.229,475.934,108.229z M380.349,129.942h25.897v30.385 h-25.897V129.942z M153.363,65.142h205.273v95.186H153.363V65.142z M105.753,129.943h25.897v30.385h-25.897V129.943z M358.637,446.858H153.363V303.879h205.273V446.858z M490.288,317.133h-0.001c0,7.915-6.439,14.354-14.352,14.354H380.35v-27.607 h19.805c5.995,0,10.857-4.862,10.857-10.857s-4.862-10.857-10.857-10.857h-30.661H142.507h-30.661 c-5.995,0-10.857,4.862-10.857,10.857s4.862,10.857,10.857,10.857h19.805v27.607H36.066c-7.913,0-14.352-6.439-14.352-14.354 V144.296c0-7.914,6.439-14.354,14.352-14.354H84.04v41.241c0,5.995,4.861,10.857,10.857,10.857h322.207 c5.995,0,10.857-4.862,10.857-10.857v-41.241h47.974c7.913,0,14.353,6.439,14.353,14.354V317.133z"/><circle fill="%23a3a3a3" cx="68.799" cy="219.261" r="13.602"/><path fill="%23a3a3a3" d="M252.849,386.456h-50.68c-5.995,0-10.857,4.86-10.857,10.857c0,5.995,4.861,10.857,10.857,10.857h50.68 c5.995,0,10.857-4.862,10.857-10.857C263.706,391.316,258.844,386.456,252.849,386.456z"/><path fill="%23a3a3a3" d="M309.831,331.483H202.169c-5.995,0-10.857,4.862-10.857,10.857c0,5.996,4.861,10.857,10.857,10.857h107.661 c5.995,0,10.857-4.861,10.857-10.857C320.687,336.345,315.826,331.483,309.831,331.483z"/></svg>')
}

.before-slider-btn,.before-slider-btns {
    align-items: center;
    display: flex;
    justify-content: flex-start;
    padding: 0
}

.before-slider-btns,.orange-square-icons-row>div {
    margin-bottom: 20px
}

.big-block-with-slider .btn-before-slider {
    align-items: center;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    justify-content: center;
    padding: 10px 0
}

.big-block-with-slider .btn-before-slider .en .add_to_favor:after {
    content: 'Add to favorites'
}

.big-block-with-slider .btn-before-slider .en .remove_from_favor:after {
    content: 'Remove from favorites'
}

.big-block-with-slider .btn-before-slider .es .add_to_favor:after {
    content: 'Añadir a favoritos'
}

.big-block-with-slider .btn-before-slider .es .remove_from_favor:after {
    content: 'Eliminar de los favoritos'
}

.big-block-with-slider .btn-before-slider .icon {
    height: 20px;
    margin-right: 10px;
    width: 20px
}


.big-block-with-slider .btn-before-slider .ru .remove_from_favor:after {
    content: 'Удалить из избранного'
}

.before-slider-btn a,.before-slider-btn span,.big-block-with-slider .btn-before-slider a {
    color: inherit;
    font-size: 15px;
    font-weight: 600
}

.big-block-with-slider .btn-before-slider:nth-child(1) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 490.4 490.4" xml:space="preserve"><path fill="%23a3a3a3" d="M222.5,453.7c6.1,6.1,14.3,9.5,22.9,9.5c8.5,0,16.9-3.5,22.9-9.5L448,274c27.3-27.3,42.3-63.6,42.4-102.1 c0-38.6-15-74.9-42.3-102.2S384.6,27.4,346,27.4c-37.9,0-73.6,14.5-100.7,40.9c-27.2-26.5-63-41.1-101-41.1 c-38.5,0-74.7,15-102,42.2C15,96.7,0,133,0,171.6c0,38.5,15.1,74.8,42.4,102.1L222.5,453.7z M59.7,86.8 c22.6-22.6,52.7-35.1,84.7-35.1s62.2,12.5,84.9,35.2l7.4,7.4c2.3,2.3,5.4,3.6,8.7,3.6l0,0c3.2,0,6.4-1.3,8.7-3.6l7.2-7.2 c22.7-22.7,52.8-35.2,84.9-35.2c32,0,62.1,12.5,84.7,35.1c22.7,22.7,35.1,52.8,35.1,84.8s-12.5,62.1-35.2,84.8L251,436.4 c-2.9,2.9-8.2,2.9-11.2,0l-180-180c-22.7-22.7-35.2-52.8-35.2-84.8C24.6,139.6,37.1,109.5,59.7,86.8z"/></svg>')
}

.big-block-with-slider .btn-before-slider:nth-child(2) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a3a3a3" d="M475.934,108.229H380.35V54.285c0-5.995-4.862-10.857-10.857-10.857H142.507c-5.995,0-10.857,4.862-10.857,10.857v53.945 H36.066C16.179,108.229,0,124.409,0,144.296v172.837C0,337.02,16.179,353.2,36.066,353.2h95.584v104.515 c0,5.995,4.862,10.857,10.857,10.857h226.987c5.995,0,10.857-4.862,10.857-10.857V353.2h95.584 c19.886,0,36.066-16.179,36.066-36.067V144.296C512,124.409,495.82,108.229,475.934,108.229z M380.349,129.942h25.897v30.385 h-25.897V129.942z M153.363,65.142h205.273v95.186H153.363V65.142z M105.753,129.943h25.897v30.385h-25.897V129.943z M358.637,446.858H153.363V303.879h205.273V446.858z M490.288,317.133h-0.001c0,7.915-6.439,14.354-14.352,14.354H380.35v-27.607 h19.805c5.995,0,10.857-4.862,10.857-10.857s-4.862-10.857-10.857-10.857h-30.661H142.507h-30.661 c-5.995,0-10.857,4.862-10.857,10.857s4.862,10.857,10.857,10.857h19.805v27.607H36.066c-7.913,0-14.352-6.439-14.352-14.354 V144.296c0-7.914,6.439-14.354,14.352-14.354H84.04v41.241c0,5.995,4.861,10.857,10.857,10.857h322.207 c5.995,0,10.857-4.862,10.857-10.857v-41.241h47.974c7.913,0,14.353,6.439,14.353,14.354V317.133z"/><circle fill="%23a3a3a3" cx="68.799" cy="219.261" r="13.602"/><path fill="%23a3a3a3" d="M252.849,386.456h-50.68c-5.995,0-10.857,4.86-10.857,10.857c0,5.995,4.861,10.857,10.857,10.857h50.68 c5.995,0,10.857-4.862,10.857-10.857C263.706,391.316,258.844,386.456,252.849,386.456z"/><path fill="%23a3a3a3" d="M309.831,331.483H202.169c-5.995,0-10.857,4.862-10.857,10.857c0,5.996,4.861,10.857,10.857,10.857h107.661 c5.995,0,10.857-4.861,10.857-10.857C320.687,336.345,315.826,331.483,309.831,331.483z"/></svg>')
}

.big-block-with-slider .btn-before-slider:nth-child(3) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" xml:space="preserve"><path fill="%23a3a3a3" d="M72.434,97.054c-16.334,0-29.624,13.29-29.624,29.624c0,16.335,13.29,29.625,29.624,29.625s29.624-13.29,29.624-29.625 C102.058,110.344,88.768,97.054,72.434,97.054z M72.434,134.991c-4.584,0-8.313-3.73-8.313-8.314s3.729-8.313,8.313-8.313 c4.584,0,8.313,3.728,8.313,8.313S77.017,134.991,72.434,134.991z"/><path fill="%23a3a3a3" d="M491.813,187.618v-75.237c0-14.565-11.853-26.43-26.432-26.447l-333.163-0.167c-2.603-3.786-5.579-7.359-8.926-10.66 C109.384,61.39,90.973,53.966,71.409,54.255C32.267,54.797,0.234,87.091,0.001,126.241c-0.068,11.602,2.674,23.157,7.93,33.42 c0.104,0.204,17.329,29.086,17.329,29.086v242.348c0,14.577,11.86,26.437,26.432,26.437l413.663,0.224 c14.589,0,26.458-11.865,26.458-26.448V291.324c0,0,12.153-20.381,12.257-20.586c5.188-10.129,7.931-21.534,7.931-32.982 C512,218.887,504.835,201.169,491.813,187.618z M418.955,107.222l-51.448,51.448l-51.5-51.5L418.955,107.222z M353.943,172.233 l-89.665,89.665l-32.784-32.784c-0.002-0.002-0.003-0.003-0.005-0.005s-0.003-0.003-0.005-0.005l-24.592-24.592l89.665-89.664 L353.943,172.233z M175.387,298.777l49.322-49.322l63.367,63.367l-49.322,49.322L175.387,298.777z M187.409,337.923 l-55.327,55.326l-44.332-44.333l55.326-55.326L187.409,337.923z M136.932,159.661c5.188-10.129,7.931-21.534,7.931-32.982 c0-6.725-0.928-13.298-2.686-19.596l134.953,0.068l-83.799,83.799l-30.007-30.007c-3.746-3.744-9.817-3.744-13.563,0 c-3.745,3.745-3.745,9.818,0,13.564l61.386,61.386l-49.322,49.322l-39.946-39.946c-3.745-3.744-9.817-3.744-13.563,0 c-3.745,3.746-3.745,9.818,0,13.564l21.196,21.196l-82.94,82.939V224.465l7.568,12.684c3.881,6.504,10.719,10.387,18.292,10.387 s14.411-3.883,18.292-10.386C90.723,237.149,136.828,159.865,136.932,159.661z M26.75,149.652 c-3.657-7.251-5.487-15.082-5.438-23.284c0.164-27.63,22.769-50.421,50.39-50.804c13.817-0.17,26.808,5.036,36.624,14.717 c3.38,3.334,6.224,7.059,8.518,11.065c0.099,0.191,0.209,0.374,0.32,0.557c4.165,7.492,6.388,15.956,6.388,24.777 c0,8.091-1.83,15.818-5.439,22.974L72.443,226.23L26.75,149.652z M51.698,436.221c-2.826,0-5.125-2.298-5.125-5.125v-41.002 l27.614-27.614l73.793,73.794L51.698,436.221z M175.12,436.287l-29.476-29.476l55.327-55.326l84.861,84.862L175.12,436.287z M252.317,375.706l49.322-49.322l35.816,35.816l-49.322,49.322L252.317,375.706z M312.972,436.362l-11.277-11.277l49.322-49.322 l60.653,60.653L312.972,436.362z M465.361,436.444l-26.55-0.014l-74.23-74.23l22.341-22.341c3.746-3.746,3.746-9.818,0-13.564 c-3.745-3.744-9.817-3.744-13.563,0l-22.342,22.342l-42.592-42.592c-0.002-0.002-0.003-0.003-0.005-0.005 c-0.002-0.002-0.003-0.003-0.005-0.005l-30.573-30.574l36.354-36.354l18.838,18.838c2.081,2.08,4.808,3.121,7.535,3.121 s5.455-1.041,7.535-3.121c4.161-4.161,4.161-10.908,0-15.071l-18.838-18.838l116.8-116.8l19.297,0.01 c2.832,0.003,5.137,2.307,5.137,5.135v59.841c-9.847-4.663-20.706-7.058-31.956-6.888c-39.142,0.543-71.174,32.835-71.406,71.986 c-0.068,11.602,2.674,23.157,7.93,33.42c0.104,0.203,46.209,77.488,46.209,77.488c3.881,6.504,10.719,10.387,18.293,10.387 c7.573,0,14.411-3.882,18.291-10.386l12.64-21.185v104.265h0.003C470.501,434.14,468.192,436.444,465.361,436.444z M485.25,260.73 l-13.449,22.55c-0.004,0.009-0.011,0.017-0.015,0.026l-32.207,54.001l-45.691-76.578c-3.657-7.251-5.487-15.082-5.438-23.284 c0.163-27.63,22.769-50.42,50.391-50.803c13.79-0.188,26.807,5.035,36.622,14.716c9.818,9.683,15.226,22.61,15.226,36.399 C490.689,245.848,488.859,253.575,485.25,260.73z"/><path fill="%23a3a3a3" d="M439.571,208.133c-16.335,0-29.624,13.29-29.624,29.625c0,16.334,13.29,29.624,29.624,29.624 c16.335,0,29.624-13.29,29.624-29.624C469.195,221.421,455.906,208.133,439.571,208.133z M439.571,246.069 c-4.584,0-8.313-3.728-8.313-8.313s3.728-8.314,8.313-8.314s8.313,3.73,8.313,8.314S444.155,246.069,439.571,246.069z"/></svg>')
}

.big-block-with-slider .btns-before-slider {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-bottom: 35px
}

.big-block-with-slider .red-title a {
    color: #791106;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none
}

#new-building-block .block-title a:focus,#new-building-block .block-title a:hover,#new-building-block .block-title a:visited,#property-list .booking:focus,#property-list .booking:hover,#property-list .booking:visited,#question .orange-btn:focus,#question .orange-btn:hover,#question .orange-btn:visited,.big-block-with-slider .red-title a:focus,.big-block-with-slider .red-title a:hover {
    text-decoration: none
}

.big-block-with-slider .slick-arrow {
    bottom: auto;
    right: auto;
    top: -35px
}

.big-block-with-slider .slick-arrow.slick-next {
    left: 74px;
    transform: rotate(-90deg)
}

.big-block-with-slider .slick-arrow.slick-prev {
    left: 0;
    transform: rotate(90deg)
}

.big-block-with-slider .slider-row .right-col .info-block {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    text-align: left
}

.big-block-with-slider .slider-row .right-col .info-block .name {
    margin-right: 10px;
    font-size: 17px
}

.big-block-with-slider .slider-row .right-col .info-block .value {
    font-size: 17px
}

.big-block-with-slider .slider-row .right-col .info-block .price {
    align-items: center;
    background-color: #282d39;
    display: flex;
    height: 90px;
    justify-content: center;
    width: 100%
}

.big-block-with-slider .slider-row .right-col .info-block .price .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 401.987 401.987" xml:space="preserve"><path fill="%23fff" d="M345.176,382.016l-9.996-45.392c-0.567-2.669-1.995-4.668-4.284-5.995c-2.475-1.335-4.948-1.52-7.42-0.568l-1.43,0.568 l-3.43,0.855c-1.525,0.376-3.285,0.808-5.283,1.283c-1.999,0.476-4.326,0.948-6.995,1.427c-2.655,0.476-5.476,0.907-8.419,1.287 c-2.949,0.373-6.132,0.712-9.561,0.999c-3.43,0.281-6.852,0.425-10.281,0.425c-24.174,0-45.922-6.517-65.239-19.555 c-19.32-13.042-33.548-30.696-42.683-52.961h110.486c2.098,0,4.001-0.712,5.708-2.143c1.719-1.424,2.766-3.183,3.139-5.284 l6.852-31.977c0.574-2.847,0-5.42-1.708-7.706c-1.903-2.286-4.288-3.43-7.139-3.43h-131.04c-0.571-12.942-0.571-22.934,0-29.978 h139.325c5.144,0,8.186-2.472,9.137-7.421l6.852-32.548c0.567-2.664-0.089-5.136-1.999-7.422c-1.707-2.284-4.086-3.431-7.132-3.431 h-133.62c9.517-21.317,23.791-38.066,42.827-50.248c19.034-12.185,40.542-18.274,64.524-18.274c0.764-0.38,3.569-0.284,8.419,0.286 c4.853,0.568,7.618,0.808,8.281,0.712c0.657-0.094,3.142,0.193,7.42,0.855c4.284,0.666,6.427,1,6.427,1l4.996,0.998 c1.431,0.288,2.525,0.522,3.285,0.715l1.143,0.284c2.472,0.765,4.75,0.525,6.852-0.711c2.095-1.241,3.429-3.094,4.001-5.568 l12.278-45.395c0.568-2.475,0.28-4.759-0.855-6.852c-1.715-2.288-3.621-3.715-5.715-4.284C315.39,2.19,296.92,0,277.51,0 c-42.641,0-80.751,12.185-114.347,36.545c-33.595,24.362-56.77,56.532-69.523,96.501H65.663c-2.666,0-4.853,0.855-6.567,2.568 c-1.709,1.711-2.568,3.901-2.568,6.567v32.548c0,2.664,0.856,4.854,2.568,6.563c1.715,1.715,3.905,2.568,6.567,2.568h19.13 c-0.575,9.139-0.666,19.126-0.288,29.981H65.663c-2.474,0-4.615,0.903-6.423,2.711c-1.807,1.807-2.712,3.949-2.712,6.42v32.264 c0,2.478,0.905,4.613,2.712,6.427c1.809,1.808,3.949,2.704,6.423,2.704h27.124c11.991,42.064,34.643,75.52,67.952,100.357 c33.311,24.846,72.235,37.261,116.771,37.261c3.62,0,7.282-0.089,10.995-0.287c3.72-0.191,7.187-0.479,10.424-0.855 c3.234-0.377,6.424-0.801,9.565-1.28c3.138-0.479,5.995-0.947,8.562-1.431c2.57-0.472,4.997-0.947,7.279-1.42 c2.286-0.482,4.332-0.999,6.143-1.574c1.807-0.564,3.323-0.996,4.565-1.276c1.239-0.287,2.238-0.626,2.994-0.999l1.431-0.288 c2.095-0.76,3.713-2.142,4.853-4.144C345.464,386.444,345.744,384.299,345.176,382.016z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 22px;
    margin-right: 10px;
    width: 22px
}

.big-block-with-slider .slider-row .right-col .info-block .price span {
    color: #fff;
    font-size: 30px;
    font-weight: 700
}

.big-block-with-slider .slider-row .right-col .info-block .value,.location-date-col .date .fat {
    font-weight: 700
}

.big-block-with-slider .slider-row .right-col .info-block ul li {
    align-items: center;
    border-bottom: 1px solid #eee;
    display: flex;
    height: 50px;
    padding: 0 15px
}

.big-block-with-slider .slider-row .right-col .info-block ul li .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 20px;
    height: 20px;
    margin-right: 10px;
    width: 20px
}

.big-block-with-slider .slider-row .right-col .info-block ul li:nth-child(1) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 61.168 61.168" xml:space="preserve"><path fill="%23a3a3a3" d="M30.938,26.584c3.859,0,7-3.141,7-7s-3.141-7-7-7s-7,3.141-7,7S27.078,26.584,30.938,26.584z M30.938,14.584 c2.757,0,5,2.243,5,5s-2.243,5-5,5s-5-2.243-5-5S28.181,14.584,30.938,14.584z"/><path fill="%23a3a3a3" d="M50.216,37.584h-7.161l3.047-4.4c5.755-7.671,4.922-20.28-1.781-26.982c-3.621-3.622-8.437-5.617-13.56-5.617 c-5.122,0-9.938,1.995-13.56,5.617c-6.703,6.702-7.536,19.312-1.804,26.952l3.068,4.431h-7.513L0,60.584h61.168L50.216,37.584z M17.02,31.984c-5.199-6.933-4.454-18.32,1.596-24.369c3.244-3.244,7.558-5.031,12.146-5.031s8.901,1.787,12.146,5.031 c6.05,6.049,6.795,17.437,1.573,24.399L30.761,51.827l-9.863-14.243h0L17.02,31.984z M12.216,39.584h7.634l10.911,15.757 l10.91-15.757h7.281l9.048,19H3.168L12.216,39.584z"/></svg>')
}

.big-block-with-slider .slider-row .right-col .info-block ul li:nth-child(2) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" xml:space="preserve"><path fill="%23a3a3a3" d="M50,8.5h-1h-1c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6h-8h-1h-1c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6h-8h-1h-1 c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6h-8h-1h-1c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6h-8h-1h-1c-0.552,0-1,0.447-1,1s0.448,1,1,1 h1v6H5H4H3c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6H1c-0.552,0-1,0.447-1,1s0.448,1,1,1h3h1h55v-50H50z M53,56.5c0-0.552-0.448-1-1-1 s-1,0.448-1,1h-4c0-0.552-0.448-1-1-1s-1,0.448-1,1h-4c0-0.552-0.448-1-1-1s-1,0.448-1,1h-4c0-0.552-0.448-1-1-1s-1,0.448-1,1h-4 c0-0.552-0.448-1-1-1s-1,0.448-1,1h-4c0-0.552-0.448-1-1-1s-1,0.448-1,1H6v-6h9v-8h9v-8h9v-8h9v-8h9v-8h7v9c-0.552,0-1,0.448-1,1 s0.448,1,1,1v4c-0.552,0-1,0.448-1,1s0.448,1,1,1v4c-0.552,0-1,0.448-1,1s0.448,1,1,1v4c-0.552,0-1,0.448-1,1s0.448,1,1,1v4 c-0.552,0-1,0.448-1,1s0.448,1,1,1v4c-0.552,0-1,0.448-1,1s0.448,1,1,1v4c-0.552,0-1,0.448-1,1H53z"/><circle fill="%23a3a3a3" cx="34" cy="44.5" r="1"/><circle fill="%23a3a3a3" cx="37" cy="41.5" r="1"/><circle fill="%23a3a3a3" cx="31" cy="47.5" r="1"/><circle fill="%23a3a3a3" cx="37" cy="47.5" r="1"/><circle fill="%23a3a3a3" cx="40" cy="38.5" r="1"/><circle fill="%23a3a3a3" cx="46" cy="38.5" r="1"/><circle fill="%23a3a3a3" cx="40" cy="44.5" r="1"/><circle fill="%23a3a3a3" cx="46" cy="44.5" r="1"/><circle fill="%23a3a3a3" cx="43" cy="41.5" r="1"/><circle fill="%23a3a3a3" cx="49" cy="41.5" r="1"/><circle fill="%23a3a3a3" cx="43" cy="47.5" r="1"/><circle fill="%23a3a3a3" cx="49" cy="47.5" r="1"/><circle fill="%23a3a3a3" cx="52" cy="38.5" r="1"/><circle fill="%23a3a3a3" cx="52" cy="44.5" r="1"/><circle fill="%23a3a3a3" cx="55" cy="41.5" r="1"/><circle fill="%23a3a3a3" cx="55" cy="47.5" r="1"/><circle fill="%23a3a3a3" cx="25" cy="53.5" r="1"/><circle fill="%23a3a3a3" cx="28" cy="50.5" r="1"/><circle fill="%23a3a3a3" cx="34" cy="50.5" r="1"/><circle fill="%23a3a3a3" cx="31" cy="53.5" r="1"/><circle fill="%23a3a3a3" cx="37" cy="53.5" r="1"/><circle fill="%23a3a3a3" cx="40" cy="50.5" r="1"/><circle fill="%23a3a3a3" cx="46" cy="50.5" r="1"/><circle fill="%23a3a3a3" cx="43" cy="53.5" r="1"/><circle fill="%23a3a3a3" cx="49" cy="53.5" r="1"/><circle fill="%23a3a3a3" cx="52" cy="50.5" r="1"/><circle fill="%23a3a3a3" cx="55" cy="53.5" r="1"/><circle fill="%23a3a3a3" cx="49" cy="29.5" r="1"/><circle fill="%23a3a3a3" cx="52" cy="26.5" r="1"/><circle fill="%23a3a3a3" cx="55" cy="23.5" r="1"/><circle fill="%23a3a3a3" cx="55" cy="29.5" r="1"/><circle fill="%23a3a3a3" cx="46" cy="32.5" r="1"/><circle fill="%23a3a3a3" cx="43" cy="35.5" r="1"/><circle fill="%23a3a3a3" cx="49" cy="35.5" r="1"/><circle fill="%23a3a3a3" cx="52" cy="32.5" r="1"/><circle fill="%23a3a3a3" cx="55" cy="35.5" r="1"/><path fill="%23a3a3a3" d="M20,1.5H4v18h16V1.5z M18,17.5H6v-14h12V17.5z"/><path fill="%23a3a3a3" d="M17,4.5H7v12h10V4.5z M15,14.5H9v-8h6V14.5z"/></svg>')
}

.big-block-with-slider .slider-row .right-col .info-block ul li:nth-child(3) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a3a3a3" d="M304,304.808V232c0-13.232-10.768-24-24-24H56c-13.232,0-24,10.768-24,24v72.808C13.768,308.528,0,324.688,0,344v48v80 c0,4.416,3.584,8,8,8h32c4.416,0,8-3.584,8-8v-24h240v24c0,4.416,3.584,8,8,8h32c4.416,0,8-3.584,8-8v-80v-48 C336,324.688,322.232,308.528,304,304.808z M48,232c0-4.408,3.592-8,8-8h224c4.408,0,8,3.592,8,8v72h-16v-32 c0-13.232-10.768-24-24-24h-48c-13.232,0-24,10.768-24,24v32h-16v-32c0-13.232-10.768-24-24-24H88c-13.232,0-24,10.768-24,24v32 H48V232z M256,272v32h-64v-32c0-4.408,3.592-8,8-8h48C252.408,264,256,267.592,256,272z M144,272v32H80v-32c0-4.408,3.592-8,8-8 h48C140.408,264,144,267.592,144,272z M320,464h-16v-24c0-4.416-3.584-8-8-8H40c-4.416,0-8,3.584-8,8v24H16v-64h304V464z M320,384 H16v-40c0-13.232,10.768-24,24-24h32h80h32h80h32c13.232,0,24,10.768,24,24V384z"/><path fill="%23a3a3a3" d="M472,304H360c-4.416,0-8,3.584-8,8v64v56h16v-48h96v48h16v-56v-64C480,307.584,476.416,304,472,304z M464,368h-96v-48h96 V368z"/><rect fill="%23a3a3a3" x="400" y="336" width="32" height="16"/><path fill="%23a3a3a3" d="M455.592,237.464l-16-48C438.496,186.2,435.448,184,432,184h-32c-3.448,0-6.496,2.2-7.592,5.472l-16,48 c-0.816,2.44-0.4,5.12,1.104,7.208c1.504,2.088,3.92,3.32,6.488,3.32h24v24h-16v16h48v-16h-16v-24h24 c2.568,0,4.984-1.232,6.488-3.328C455.992,242.584,456.4,239.904,455.592,237.464z M395.096,232l10.672-32h20.472l10.664,32 H395.096z"/><path fill="%23a3a3a3" d="M475.272,104.696l-232-104c-2.088-0.928-4.464-0.928-6.544,0l-232,104C1.848,105.992,0,108.848,0,112v96h16v-90.824 L240,16.768l224,100.416V208h16v-96C480,108.848,478.152,105.992,475.272,104.696z"/><path fill="%23a3a3a3" d="M295.224,110.672l-15.784,2.656c0.376,2.184,0.56,4.424,0.56,6.672c0,22.056-17.944,40-40,40c-22.056,0-40-17.944-40-40 c0-22.056,17.944-40,40-40c4.576,0,9.072,0.768,13.344,2.28l5.328-15.088C252.68,65.072,246.4,64,240,64c-30.88,0-56,25.12-56,56 s25.12,56,56,56s56-25.12,56-56C296,116.864,295.736,113.728,295.224,110.672z"/><path fill="%23a3a3a3" d="M290.344,66.344L240,116.688l-10.344-10.344l-11.312,11.312l16,16c1.56,1.56,3.608,2.344,5.656,2.344 c2.048,0,4.096-0.784,5.656-2.344l56-56L290.344,66.344z"/></svg>')
}

.big-block-with-slider .slider-row .right-col .info-block ul li:nth-child(4) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 488.928 488.928" xml:space="preserve"><path fill="%23a3a3a3" d="M484.312,401.568l-115.8-54.04c-0.16-0.184-0.36-0.336-0.544-0.504c-0.2-0.184-0.4-0.36-0.616-0.528 c-0.144-0.112-0.264-0.256-0.416-0.36c-0.264-0.176-0.552-0.272-0.832-0.408c-0.152-0.08-0.272-0.192-0.424-0.264l-57.368-24.584 l-91.288-39.128l25.208-8.4l61.24,25.344h0.008l167.992,69.512c0.976,0.408,2.016,0.608,3.056,0.608 c1.56,0,3.112-0.456,4.448-1.344c2.216-1.488,3.552-3.984,3.552-6.656v-256c0-3.24-1.952-6.16-4.936-7.392l-64-26.488h-0.008 L245.592,1.424C245,1.176,244.384,1.016,243.76,0.92c-0.016,0-0.024-0.008-0.04-0.008c-1.2-0.176-2.416-0.056-3.568,0.304 c-0.048,0.016-0.104,0-0.152,0.016l-240,80l5.064,15.176l229.464-76.496v239.136l-32,10.664v-68.896c0-2.536-1.2-4.92-3.232-6.432 c-2.04-1.504-4.672-1.968-7.096-1.224l-184,56c-3.368,1.024-5.672,4.136-5.672,7.656v80v48c0,3.08,1.768,5.888,4.544,7.216 l85.104,40.704l-36.96,16.8c-2.84,1.28-4.664,4.104-4.688,7.216s1.76,5.96,4.576,7.296l48.04,22.76l6.84-14.464L77.52,456.968 l33.488-15.216l80.056,38.288c0.232,0.112,0.48,0.152,0.712,0.232c0.264,0.096,0.52,0.192,0.792,0.264 c0.464,0.12,0.936,0.176,1.408,0.208c0.192,0.008,0.368,0.072,0.552,0.072c0.072,0,0.136-0.024,0.2-0.032 c0.496-0.016,0.976-0.104,1.456-0.208c0.208-0.048,0.424-0.056,0.632-0.12c0.208-0.064,0.408-0.168,0.616-0.248 c0.08-0.032,0.16-0.016,0.24-0.048l168-72c2.952-1.248,4.856-4.144,4.856-7.344v-34.688l91.272,42.6l-142.584,64.808l6.624,14.56 l158.4-72c2.84-1.288,4.672-4.12,4.688-7.24C488.944,405.736,487.136,402.888,484.312,401.568z M418.528,288.816v-80v-32V90.304 l48,19.856v238.68l-48-19.864V288.816z M402.528,322.36l-74.272-30.736l41.704-10.416l32.568,13.024V322.36z M346.528,270.568 v-63.504l16-4v63.504L346.528,270.568z M402.528,277l-24-9.6v-62.768l12,4.8l12,4.8V277z M402.528,197l-12-4.8l-12-4.8v-14.768 l24,9.6V197z M314.528,47.264l88,36.416V165l-24-9.6v-26.584h-16v25.752l-48,12V47.264z M314.528,183.064l48-12v15.504l-48,12 V183.064z M314.528,215.064l16-4v63.504l-16,4V215.064z M250.528,20.784l48,19.864v136.168v32v70.512l-48-19.864V20.784z M194.064,289.32l90.976,38.992l-142.912,62.576L32.544,338.472l12.304-3.744l48.008-14.608l20.448-6.224l11.552-3.512h0.008 l48-14.608L194.064,289.32z M50.528,316.28v-21.696l32-10.664v22.624L50.528,316.28z M130.528,291.936v-21.352l32-10.664v22.272 l-13.336,4.056L130.528,291.936z M18.528,262.744l168-51.128v63.28l-8,2.432v-28.512c0-2.568-1.232-4.992-3.32-6.488 c-2.104-1.512-4.784-1.912-7.208-1.104l-48,16c-3.272,1.096-5.472,4.144-5.472,7.592V296.8l-16,4.872v-28.856 c0-2.568-1.232-4.984-3.32-6.488c-2.096-1.504-4.776-1.912-7.208-1.104l-48,16c-3.272,1.096-5.472,4.144-5.472,7.592v32.336 l-16,4.864V262.744z M186.528,460.12l-71.968-34.424h-0.008l-96.024-45.92v-30.264l168,80.344V460.12z M194.712,416.032 L161.184,400l144.008-63.048l37.024,15.864L194.712,416.032z M354.528,395.544l-152,65.144v-30.592l152-65.144V395.544z"/><path fill="%23a3a3a3" d="M175.208,66.328c-2.104-1.504-4.784-1.92-7.208-1.104l-144,48c-3.272,1.096-5.472,4.144-5.472,7.592v96 c0,2.568,1.232,4.984,3.32,6.488c1.384,1,3.024,1.512,4.68,1.512c0.848,0,1.704-0.136,2.528-0.408l144-48 c3.272-1.096,5.472-4.144,5.472-7.592v-96C178.528,70.248,177.296,67.832,175.208,66.328z M162.528,163.056l-128,42.664v-79.136 l128-42.664V163.056z"/><path fill="%23a3a3a3" d="M132.864,115.152l-28.504,28.512l-19.304-6.44c-2.344-0.768-4.912-0.432-6.968,0.936l-24,16l8.872,13.312l20.744-13.832 l20.288,6.76c2.872,0.96,6.048,0.2,8.184-1.936l32-32L132.864,115.152z"/></svg>')
}

.big-block-with-slider .slider-row .right-col .info-block ul li:nth-child(5) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a3a3a3" d="M464,257.472V56c-0.04-30.911-25.089-55.96-56-56h-46.08c-14.279,0.005-27.469,7.629-34.6,20l-17.824,30.8 c-17.667-0.662-34.245,8.521-43.056,23.848c-2.221,3.819-0.925,8.716,2.894,10.937c0.008,0.005,0.017,0.01,0.026,0.015l69.28,40 c1.216,0.702,2.596,1.072,4,1.072c0.702-0.003,1.401-0.095,2.08-0.272c2.047-0.554,3.791-1.897,4.848-3.736 c8.2-14.344,8.469-31.892,0.712-46.48L364.2,52c1.435-2.466,4.067-3.987,6.92-4H408c4.418,0,8,3.582,8,8v200H24 c-13.228,0.066-23.934,10.772-24,24c0.042,10.134,6.445,19.15,16,22.528V312c0.105,68.867,51.619,126.81,120,134.976V456 c0,13.255,10.745,24,24,24s24-10.745,24-24v-8h112v8c0,13.255,10.745,24,24,24s24-10.745,24-24v-9.024 C412.381,438.81,463.895,380.867,464,312v-9.448c3.341-1.134,6.373-3.029,8.856-5.536c4.602-4.46,7.183-10.607,7.144-17.016 C479.958,269.866,473.555,260.85,464,257.472z M338.816,107.2l-53.648-30.976c7.171-7.322,17.429-10.743,27.56-9.192 c6.372,0.901,12.308,3.755,16.992,8.168c1.768,1.649,3.351,3.487,4.72,5.48C339.721,88.449,341.321,98.146,338.816,107.2z M408,32 h-36.88c-8.575,0.013-16.497,4.583-20.8,12L339.6,62.584c-0.2-0.176-0.448-0.296-0.656-0.472c-2.179-1.89-4.521-3.582-7-5.056 c-1.918-1.098-3.909-2.063-5.96-2.888l15.2-26.192c4.273-7.413,12.18-11.98,20.736-11.976H408c22.08,0.026,39.974,17.92,40,40v200 h-16V56C432,42.745,421.255,32,408,32z M168,456c0,4.418-3.582,8-8,8s-8-3.582-8-8v-8h16V456z M328,456c0,4.418-3.582,8-8,8 s-8-3.582-8-8v-8h16V456z M448,312c-0.075,66.243-53.757,119.925-120,120H152c-66.243-0.075-119.925-53.757-120-120v-8h416V312z M461.544,285.704c-1.46,1.486-3.461,2.315-5.544,2.296H24c-4.418,0-8-3.582-8-8c-0.004-2.159,0.885-4.224,2.456-5.704 c1.46-1.486,3.461-2.315,5.544-2.296h432c4.418,0,8,3.582,8,8C464.004,282.159,463.115,284.224,461.544,285.704z"/><path fill="%23a3a3a3" d="M300,112.496c-3.826-2.209-8.719-0.898-10.928,2.928l-16,27.72c-2.235,3.811-0.957,8.713,2.854,10.948 c3.811,2.235,8.713,0.957,10.948-2.854c0.018-0.031,0.036-0.062,0.054-0.093l16-27.72 C305.137,119.598,303.826,114.705,300,112.496z"/><path fill="%23a3a3a3" d="M272.214,96.516c-3.805-2.163-8.641-0.867-10.854,2.908l-16,27.72c-2.209,3.826-0.898,8.719,2.928,10.928 c3.826,2.209,8.719,0.898,10.928-2.928l16-27.72C277.399,103.583,276.056,98.699,272.214,96.516z"/><path fill="%23a3a3a3" d="M327.638,128.516c-3.805-2.163-8.641-0.867-10.854,2.908l-16,27.72c-2.209,3.826-0.898,8.719,2.928,10.928 c3.826,2.209,8.719,0.898,10.928-2.928l16-27.72C332.823,135.583,331.48,130.699,327.638,128.516z"/><path fill="%23a3a3a3" d="M285.86,168.988c-3.828-2.209-8.723-0.896-10.932,2.932l-16,27.712c-2.209,3.828-0.896,8.723,2.932,10.932 c3.828,2.209,8.723,0.896,10.932-2.932l16-27.712C291.001,176.092,289.688,171.197,285.86,168.988z"/><path fill="%23a3a3a3" d="M253.86,152.988c-3.828-2.209-8.723-0.896-10.932,2.932l-16,27.712c-2.209,3.826-0.898,8.719,2.928,10.928 c3.824,2.212,8.718,0.906,10.931-2.919c0.002-0.003,0.003-0.006,0.005-0.009l16-27.712 C259.001,160.092,257.688,155.197,253.86,152.988z"/></svg>')
}

.big-block-with-slider .slider-row .right-col .info-block ul li:nth-child(6) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 151.91 151.91" xml:space="preserve"><path fill="%23a3a3a3" d="M143.972,150.268c-0.64,0-1.28-0.244-1.768-0.732c-0.977-0.977-0.977-2.559,0-3.535l1.107-1.107 H29.133L30.24,146c0.977,0.977,0.977,2.559,0,3.535c-0.976,0.977-2.56,0.977-3.535,0l-5.313-5.313 c-0.496-0.496-0.74-1.148-0.732-1.799c0-0.01,0-0.021,0-0.031c0-0.86,0.434-1.618,1.095-2.068l5.075-5.074 c0.976-0.977,2.56-0.977,3.535,0c0.977,0.977,0.977,2.559,0,3.535l-1.107,1.107h114.179l-1.107-1.107 c-0.977-0.977-0.977-2.559,0-3.535c0.976-0.977,2.56-0.977,3.535,0l5.313,5.313c0.497,0.496,0.74,1.148,0.732,1.799 c0,0.011,0,0.021,0,0.031c0,0.86-0.434,1.618-1.095,2.068l-5.075,5.074C145.252,150.024,144.612,150.268,143.972,150.268z M7.875,132.893c-0.86,0-1.619-0.435-2.068-1.096l-5.074-5.074c-0.977-0.977-0.977-2.559,0-3.535c0.976-0.977,2.56-0.977,3.535,0 l1.107,1.107V10.115l-1.107,1.107c-0.976,0.977-2.56,0.977-3.535,0c-0.977-0.977-0.977-2.559,0-3.535l5.313-5.313 c0.496-0.496,1.144-0.749,1.798-0.732c0.886,0.021,1.645,0.426,2.1,1.096l5.074,5.074c0.977,0.977,0.977,2.559,0,3.535 c-0.976,0.977-2.56,0.977-3.535,0l-1.107-1.107v114.18l1.107-1.107c0.976-0.977,2.56-0.977,3.535,0c0.977,0.977,0.977,2.559,0,3.535 l-5.313,5.313c-0.496,0.496-1.154,0.746-1.798,0.732C7.896,132.893,7.886,132.893,7.875,132.893z M149.41,125.82H28.597 c-1.381,0-2.5-1.119-2.5-2.5V4.143c0-1.381,1.119-2.5,2.5-2.5h72.194c1.381,0,2.5,1.119,2.5,2.5v48.523h46.118 c1.381,0,2.5,1.119,2.5,2.5v68.153C151.91,124.7,150.791,125.82,149.41,125.82z M103.184,120.82h43.726V57.666h-43.726V120.82z M55.292,120.82h42.893V87.332H55.292V120.82z M31.097,120.82h19.194V87.332H31.097V120.82z M52.792,82.332h45.393V55.166 c0-0.253,0.038-0.497,0.107-0.728V28.332H31.097v54H52.792z M67.141,23.332h31.151V6.643H67.141V23.332z M31.097,23.332h31.043 V6.643H31.097V23.332z"/></svg>')
}

.big-block-with-slider .slider-row .right-col .info-block ul li:nth-child(7) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a3a3a3" d="M490.136,459.868h-5.192V285.389c0-4.025-3.262-7.287-7.287-7.287c-4.025,0-7.287,3.262-7.287,7.287v174.479h-24.92V46.78 c0-3.852-2.99-6.997-6.774-7.261c-0.079-0.006-0.158-0.009-0.237-0.012c-0.092-0.003-0.182-0.014-0.275-0.014H73.836 c-0.088,0-0.174,0.01-0.262,0.013c-0.102,0.004-0.204,0.007-0.306,0.015c-0.211,0.016-0.418,0.043-0.623,0.077 c-0.065,0.011-0.13,0.017-0.194,0.03c-0.283,0.054-0.56,0.124-0.83,0.21c-0.018,0.006-0.035,0.014-0.053,0.019 c-0.251,0.082-0.494,0.179-0.732,0.287c-0.064,0.029-0.126,0.06-0.189,0.091c-0.201,0.098-0.397,0.205-0.588,0.321 c-0.039,0.023-0.08,0.04-0.118,0.065c-0.021,0.014-0.04,0.03-0.061,0.044c-0.239,0.155-0.47,0.319-0.688,0.499 c-0.008,0.007-0.015,0.014-0.022,0.02c-0.204,0.171-0.397,0.354-0.581,0.546c-0.058,0.06-0.113,0.124-0.169,0.186 c-0.135,0.15-0.263,0.305-0.385,0.466c-0.049,0.065-0.099,0.128-0.145,0.194c-0.149,0.21-0.288,0.427-0.414,0.653 c-0.008,0.014-0.017,0.027-0.025,0.041c-0.137,0.249-0.257,0.508-0.365,0.774c-0.02,0.05-0.036,0.101-0.055,0.151 c-0.08,0.211-0.151,0.426-0.212,0.647c-0.021,0.075-0.04,0.151-0.058,0.227c-0.05,0.206-0.089,0.415-0.121,0.627 c-0.011,0.076-0.026,0.151-0.035,0.227c-0.033,0.281-0.055,0.566-0.055,0.856v413.088H41.63V285.419 c0-4.025-3.262-7.287-7.287-7.287c-4.025,0-7.287,3.262-7.287,7.287v174.449h-5.192c-8.954,0-16.24,7.286-16.24,16.24v19.652 c0,8.954,7.286,16.24,16.24,16.24h468.271c8.954,0,16.24-7.286,16.24-16.24v-19.652 C506.377,467.154,499.091,459.868,490.136,459.868z M430.851,58.303v401.565h-9.793l-91.652-34.261V106.435L430.851,58.303z M405.779,54.067l-83.355,39.549c-4.683,2.222-7.592,6.649-7.592,11.553v321.805c0,5.31,3.427,10.024,8.732,12.009l55.873,20.885 h-246.9l55.874-20.886c5.304-1.983,8.731-6.696,8.731-12.008V105.17c0-4.903-2.908-9.33-7.591-11.553l-83.357-39.55H405.779z M81.122,58.303l101.445,48.132v319.174l-91.652,34.26h-9.793V58.303z M490.137,497.427H21.865c-0.919,0-1.667-0.748-1.667-1.667 v-19.652c0-0.919,0.748-1.667,1.667-1.667h12.478h39.493h18.397H419.74h18.397h0.027h39.494h12.478 c0.919,0,1.667,0.748,1.667,1.667v19.652h0C491.804,496.679,491.056,497.427,490.137,497.427z"/><path fill="%23a3a3a3" d="M466.089,0H45.911C35.514,0,27.057,8.458,27.057,18.855v231.478c0,4.025,3.262,7.287,7.287,7.287 c4.025,0,7.287-3.262,7.287-7.287V18.855c0-2.361,1.921-4.282,4.282-4.282h420.178c2.361,0,4.282,1.921,4.282,4.282v231.862 c0,4.025,3.262,7.287,7.287,7.287c4.025,0,7.287-3.262,7.287-7.287V18.855C484.945,8.458,476.487,0,466.089,0z"/><path fill="%23a3a3a3" d="M407.125,93.03c-1.372,0-2.74,0.322-3.956,0.929l-50.884,25.453c-2.893,1.446-4.69,4.322-4.69,7.505v122.115 c-0.001,4.704,3.971,8.558,8.851,8.589l50.823,0.329c0.016,0,0.046,0,0.062,0c4.842,0,8.78-3.824,8.78-8.526V101.739 C416.111,96.937,412.081,93.03,407.125,93.03z M401.536,243.34l-39.37-0.254V130.762l39.37-19.692V243.34z"/><path fill="%23a3a3a3" d="M407.245,268.248l-50.829,0.511c-4.864,0.052-8.822,3.909-8.822,8.597v128.362c-0.001,3.44,2.102,6.501,5.366,7.803 l50.878,20.212c1.045,0.415,2.148,0.625,3.282,0.625c4.957,0,8.99-3.91,8.99-8.715V276.768 C416.11,272.07,412.175,268.248,407.245,268.248z M401.536,417.137l-39.37-15.64V283.275l39.37-0.397V417.137z"/><path fill="%23a3a3a3" d="M155.555,268.759l-50.917-0.511c-4.838,0-8.773,3.822-8.773,8.52v148.875c-0.001,4.805,4.032,8.715,8.989,8.715 c1.134,0,2.237-0.211,3.28-0.625l50.884-20.213c3.258-1.296,5.362-4.359,5.362-7.801V277.356 C164.38,272.668,160.422,268.811,155.555,268.759z M149.807,401.499l-39.37,15.639c0,0,0-134.258,0-134.258l39.37,0.396V401.499z" /><path fill="%23a3a3a3" d="M159.693,119.412l-50.888-25.453c-1.215-0.607-2.583-0.929-3.955-0.929c-4.955,0-8.986,3.907-8.986,8.709v147.686 c0,4.701,3.939,8.526,8.779,8.526c0.016,0,0.045,0,0.061,0l50.824-0.329c4.881-0.031,8.852-3.885,8.852-8.59V126.917 C164.38,123.737,162.586,120.862,159.693,119.412z M149.807,243.086l-39.37,0.254c0,0,0-132.27,0-132.27l39.37,19.692V243.086z"/></svg>')
}

.big-block-with-slider .slider-row .right-col .info-block ul li:nth-child(8) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a3a3a3" d="M440,64h-8V24c0-13.232-10.768-24-24-24h-16c-13.232,0-24,10.768-24,24v40H112V24c0-13.232-10.768-24-24-24H72 C58.768,0,48,10.768,48,24v40h-8C17.944,64,0,81.944,0,104v336c0,22.056,17.944,40,40,40h400c22.056,0,40-17.944,40-40V104 C480,81.944,462.056,64,440,64z M384,72V24c0-4.416,3.584-8,8-8h16c4.416,0,8,3.584,8,8v48v32c0,4.416-3.584,8-8,8h-16 c-4.416,0-8-3.584-8-8V72z M64,72V24c0-4.416,3.584-8,8-8h16c4.416,0,8,3.584,8,8v48v32c0,4.416-3.584,8-8,8H72 c-4.416,0-8-3.584-8-8V72z M464,440c0,13.232-10.768,24-24,24H40c-13.232,0-24-10.768-24-24V208h448V440z M464,192H16v-88 c0-13.232,10.768-24,24-24h8v24c0,13.232,10.768,24,24,24h16c13.232,0,24-10.768,24-24V80h256v24c0,13.232,10.768,24,24,24h16 c13.232,0,24-10.768,24-24V80h8c13.232,0,24,10.768,24,24V192z"/><path fill="%23a3a3a3" d="M328,104H152c-4.424,0-8,3.576-8,8v48c0,4.424,3.576,8,8,8h176c4.424,0,8-3.576,8-8v-48C336,107.576,332.424,104,328,104z M320,152H160v-32h160V152z"/><path fill="%23a3a3a3" d="M104,232H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,235.576,108.424,232,104,232z M96,272H64v-24h32V272z"/><path fill="%23a3a3a3" d="M208,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,235.576,212.424,232,208,232z M200,272h-32v-24h32V272z"/><path fill="%23a3a3a3" d="M320,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C328,235.576,324.424,232,320,232z M312,272h-32v-24h32V272z"/><path fill="%23a3a3a3" d="M424,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C432,235.576,428.424,232,424,232z M416,272h-32v-24h32V272z"/><path fill="%23a3a3a3" d="M104,312H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,315.576,108.424,312,104,312z M96,352H64v-24h32V352z"/><path fill="%23a3a3a3" d="M208,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,315.576,212.424,312,208,312z M200,352h-32v-24h32V352z"/><path fill="%23a3a3a3" d="M320,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C328,315.576,324.424,312,320,312z M312,352h-32v-24h32V352z"/><path fill="%23a3a3a3" d="M424,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C432,315.576,428.424,312,424,312z M416,352h-32v-24h32V352z"/><path fill="%23a3a3a3" d="M104,392H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,395.576,108.424,392,104,392z M96,432H64v-24h32V432z"/><path fill="%23a3a3a3" d="M208,392h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,395.576,212.424,392,208,392z M200,432h-32v-24h32V432z"/><path fill="%23a3a3a3" d="M321.856,386.88l-34.392,41.272l-17.808-17.808l-11.312,11.312l24,24C283.84,447.168,285.88,448,288,448 c0.12,0,0.24,0,0.36-0.008c2.248-0.104,4.344-1.144,5.792-2.864l40-48L321.856,386.88z"/><path fill="%23a3a3a3" d="M417.856,386.88l-34.392,41.272l-17.808-17.808l-11.312,11.312l24,24C379.84,447.168,381.88,448,384,448 c0.12,0,0.24,0,0.36-0.008c2.248-0.104,4.344-1.144,5.792-2.864l40-48L417.856,386.88z"/></svg>')
}

.big-block-with-slider .slider-row .right-col {
    text-align: center
}

.big-block-with-slider .text-under-slider .content-col {
    column-count: 2;
    column-gap: 30px;
    padding-top: 30px
}

.big-block-with-slider .text-under-slider .content-col h1,.big-block-with-slider .text-under-slider .content-col h2,.big-block-with-slider .text-under-slider .content-col h3,.big-block-with-slider .text-under-slider .content-col h4,.big-block-with-slider .text-under-slider .content-col h5,.big-block-with-slider .text-under-slider .content-col h6 {
    font-size: 22px
}

.big-block-with-slider .text-under-slider p {
    margin-top: 30px
}

.big-block-with-slider .residential-complexes-slider .photo,.big-block-with-slider .villas-and-bungalows-slider .photo {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 500px;
    width: 100%
}

.big-block-with-slider .residential-complexes-slider-select .photo,.big-block-with-slider .villas-and-bungalows-slider-select .photo {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    border: 5px solid #fff;
    height: 118px;
    margin: 0 5px;
    outline: 0
}

.big-block-with-slider .residential-complexes-slider-select .photo.slick-center,.big-block-with-slider .villas-and-bungalows-slider-select .photo.slick-center {
    border: 5px solid #efbe35;
    outline: 0
}

.big-block-with-slider .residential-complexes-slider-select,.big-block-with-slider .villas-and-bungalows-slider-select {
    margin: 15px -10px 0
}

.big-block-with-slider a.red-btn,.big-block-with-slider a.yellow-btn,a.red-btn,#ask-question-form .red-btn, .back-call-section .red-btn {
    background-color: #791106;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 55px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .23s
}
#ask-question-form .red-btn,
.back-call-section .red-btn{
    border:none;
    cursor: pointer;
}
.big-block-with-slider a.red-btn,.big-block-with-slider a.yellow-btn{
    margin: 50px 0;
}

.big-block-with-slider a.yellow-btn {
    background-color: #efbe35;
    color: #282d39;
    margin: 50px 0 0
}

.big-block-with-slider a.red-btn:hover,a.red-btn:hover,#ask-question-form .red-btn:hover, .back-call-section .red-btn:hover {
    background-color: #282d39;
    transition: .23s
}

.big-block-with-slider,.big-block-with-slider .container .block-title {
    margin-top: 40px
}

.block-title {
    margin-bottom: 60px;
    text-align: center;
    text-transform: uppercase
}

.block-title h2 {
    color: #282d39;
    font-size: 36px;
    font-weight: 700;
    line-height: 46px
}

.block-title span.before-title {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px
}

.breadcrumbs li a span {
    color: #9d9d9d;
    font-weight: 500
}

.breadcrumbs li a:hover {
    text-decoration: none
}

.breadcrumbs li:after {
    content: "/";
    margin-top: -11px;
    position: absolute;
    right: -12px;
    top: 50%
}

.btn-lg {
    padding: 0 120px
}

.btn-orange {
    -webkit-box-shadow: none;
    -webkit-box-sizing: border-box;
    background-color: #ebb317;
    border: 0;
    border-radius: 2px;
    box-shadow: none;
    box-sizing: border-box;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    height: 44px;
    line-height: 44px;
    max-width: 100%;
    overflow: hidden;
    text-align: center;
    text-overflow: ellipsis;
    white-space: nowrap
}

.building-objects .video-block {
    background-color: #f7f7f7;
    padding-bottom: 56.25%;
    position: relative;
    transition: .23s
}

#video-presentation .video-block iframe,#video-reviews-row .video-container iframe,.building-objects .video-block iframe {
    height: 100%;
    position: absolute;
    width: 100%
}

.building-objects .video-block:hover {
    transform: scale(1.1);
    transition: .23s
}

.container-md {
    margin: 0 auto;
    max-width: 890px;
    padding: 15px;
    width: 100%
}

.cs-select .cs-options {
    background: #fff;
    overflow: hidden;
    position: absolute;
    visibility: hidden;
    width: 100%;
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25)
}

.cs-select .cs-selected span::after,.cs-select>span::after {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    -webkit-transform: translateY(-50%);
    position: absolute;
    speak: none;
    top: 50%;
    transform: translateY(-50%)
}

.cs-select .cs-selected span::after {
    margin-left: 1em;
    content: '\2713'
}

.cs-select>span {
    padding-right: 3em
}

.cs-select li.cs-optgroup>span {
    cursor: default
}

.cs-select li.cs-optgroup ul {
    padding-left: 1em
}

#add-comment-block .form-block::-webkit-scrollbar,#add-comment-block .quip-allowed-tags,#add-comment-block .quip-success,#add-comment-block button[name=quip-preview],#bottom-form-section .chosen-container,#bottom-form-section .cs-select ul li.cs-selected span::after,#comment-block .quip-pagination,#new-building-slider .slick-dots li button,.cs-select select,.projects-video-slider .slick-dots li button {
    display: none
}

.cs-select span {
    cursor: pointer;
    display: block;
    overflow: hidden;
    padding: 1em;
    position: relative;
    text-overflow: ellipsis;
    white-space: nowrap
}

.cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%
}

.cs-select ul li.cs-focus span {
    background-color: #ddd
}

.cs-select ul span {
    padding: 1em
}

.cs-select.cs-active .cs-options {
    visibility: visible
}

.cs-select.cs-active>span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg)
}

.desc-and-map .map-location {
    max-height: 600px;
    min-height: 400px;
}

.down-arrow-icon {
    height: 10px;
    width: 17px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 306' xml:space='preserve'%3E%3Cpolygon fill='%23282d39' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
}

.form__outer {
    background-color: #ecedee;
    border-radius: 2px;
    margin-bottom: 20px;
    padding: 20px 15px;
    position: relative
}

.form__two-cols {
    -ms-flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap
}

.form__two-cols>div {
    margin: 10px 0;
    padding: 0 10px;
    width: 50%
}

.history-slider .date-block {
    display: flex;
    float: left;
    height: 100%;
    margin: -20px
}

.history-slider .date-block .date-text {
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: center;
    padding: 0 15px;
    width: 100%!important
}

.history-slider .date-block .red-date {
    font-size: 24px;
    margin-bottom: 10px
}

.history-slider .date-block .slick-current {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    padding: 30px 15px;
    transition: .23s
}

#ask-questions .table-cell .form-block,#comment-block .quip-comment-body .quip-comment-meta .title-orange-block,.history-slider .date-block .slick-list,.projects-video-slider .video-slide {
    padding: 20px
}

.history-slider .first-date-block .red-date {
    font-size: 36px;
    margin-bottom: 20px
}

.history-slider .photo-slide {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 360px!important;
    width: 100%
}

.history-slider .red-date {
    color: #791106;
    display: block;
    font-weight: 700;
    line-height: 1em
}

.icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.input__label,.input__label_checkbox {
    display: inline-block;
    font-size: 14px;
    margin-bottom: 5px;
    white-space: nowrap
}

.list-in-header li a.active,.menu-before-socials-outer li a:hover {
    color: #efbe35
}

.location {
    font-weight: 700;
    line-height: 24px;
    width: auto
}

.location-block .icon,.location-col .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" xml:space="preserve"><path fill="%23000" d="M30,26c3.86,0,7-3.141,7-7s-3.14-7-7-7s-7,3.141-7,7S26.14,26,30,26z M30,14c2.757,0,5,2.243,5,5s-2.243,5-5,5 s-5-2.243-5-5S27.243,14,30,14z"/><path fill="%23000" d="M29.823,54.757L45.164,32.6c5.754-7.671,4.922-20.28-1.781-26.982C39.761,1.995,34.945,0,29.823,0 s-9.938,1.995-13.56,5.617c-6.703,6.702-7.535,19.311-1.804,26.952L29.823,54.757z M17.677,7.031C20.922,3.787,25.235,2,29.823,2 s8.901,1.787,12.146,5.031c6.05,6.049,6.795,17.437,1.573,24.399L29.823,51.243L16.082,31.4 C10.882,24.468,11.628,13.08,17.677,7.031z"/><path fill="%23000" d="M42.117,43.007c-0.55-0.067-1.046,0.327-1.11,0.876s0.328,1.046,0.876,1.11C52.399,46.231,58,49.567,58,51.5 c0,2.714-10.652,6.5-28,6.5S2,54.214,2,51.5c0-1.933,5.601-5.269,16.117-6.507c0.548-0.064,0.94-0.562,0.876-1.11 c-0.065-0.549-0.561-0.945-1.11-0.876C7.354,44.247,0,47.739,0,51.5C0,55.724,10.305,60,30,60s30-4.276,30-8.5 C60,47.739,52.646,44.247,42.117,43.007z"/></svg>');
    height: 25px;
    margin-right: 10px;
    width: 25px
}

.location-date-col {
    align-items: flex-end;
    display: flex;
    flex-direction: column;
    justify-content: center
}

.main-menu li:nth-child(2) ul.sub-menu li:last-child{background: #ff6f02;}
.main-menu li:nth-child(2) ul.sub-menu li:last-child a{color: #ffffff !important;}

.location-date-col .date,.location-date-col .location {
    font-size: 14px;
    line-height: 32px
}

.main-desc .action-iphone {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    background-image: url(../img/real-estate/action-iphone.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    display: flex;
    flex-direction: column;
    height: 120px;
    justify-content: space-between;
    padding: 6px 30px 10px 180px;
    width: 100%
}

.main-desc .action-iphone .bottom-text .big-left-text {
    font-size: 24px;
    line-height: 26px;
    margin-right: 50px;
    white-space: nowrap
}

.main-desc .action-iphone .bottom-text .small-right-text {
    font-size: 10px;
    line-height: 12px
}

.main-desc .action-iphone .top-text {
    color: #fff
}

.main-desc .action-iphone .top-text .big-left-text {
    font-size: 30px;
    font-weight: 700;
    margin-right: 10px
}

.main-desc .action-iphone .top-text .small-right-text {
    font-size: 12px;
    font-weight: 700;
    line-height: 14px
}

.main-desc .action-iphone .bottom-text,.main-desc .action-iphone .top-text,.orange-square-icons-row .prop-info-block {
    align-items: center;
    display: flex
}

.main-desc .desc-text {
    font-size: 16px;
    line-height: 26px
}

.main-desc .desc-title {
    color: #282d39;
    display: block;
    font-size: 30px;
    line-height: 30px;
    margin-bottom: 20px
}

.main-desc p {
    font-size: 16px
}

.main-info-table {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    margin: -15px 0 30px
}

.main-info-table .one-col {
    align-items: center;
    display: flex;
    height: 50px
}

.main-info-table .one-col .balcony {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M472,280h-16H136.084c-0.016,0-0.032,0-0.048,0H56H40c-13.234,0-24,10.767-24,24c0,4.418,3.582,8,8,8s8-3.582,8-8 c0-4.411,3.589-8,8-8h6.556L27.983,407.443c-2.81,16.864,0.486,34.225,9.282,48.884L48,474.216V503c0,4.963,4.038,9,9,9h398 c4.962,0,9-4.037,9-9v-28.784l10.735-17.889c8.796-14.659,12.092-32.02,9.282-48.884L465.444,296H472c4.411,0,8,3.589,8,8 c0,4.418,3.582,8,8,8s8-3.582,8-8C496,290.767,485.234,280,472,280z M421.015,448.095L411.471,464h-23.654l5.652-14.13 c4.385-10.962,6.014-22.959,4.71-34.694L384.938,296h24.285l19.012,114.074C430.42,423.19,427.856,436.693,421.015,448.095z M346.603,464l5.335-18.69c2.368-8.292,3.223-16.856,2.541-25.456L344.659,296h24.18l13.438,120.943 c1.014,9.127-0.252,18.458-3.664,26.983L370.584,464H346.603z M304.463,464l1.646-29.252c0.096-1.711,0.131-3.449,0.104-5.168 L304.126,296h24.483l9.92,125.119c0.53,6.688-0.134,13.349-1.976,19.798L329.964,464H304.463z M264,464V296h24.124l2.091,133.83 c0.021,1.337-0.006,2.69-0.081,4.021L288.438,464H264z M223.515,464l-1.872-29.944c-0.092-1.484-0.126-2.986-0.1-4.467L223.863,296 H248v168H223.515z M100.529,464l-9.544-15.905c-6.841-11.401-9.405-24.904-7.22-38.021L102.777,296h24.285L113.82,415.176 c-1.304,11.735,0.325,23.732,4.71,34.694l5.652,14.13H100.529z M141.416,464l-8.03-20.073c-3.411-8.525-4.678-17.856-3.664-26.983 L143.161,296h24.175l-9.884,123.77c-0.691,8.658,0.175,17.28,2.575,25.627L165.376,464H141.416z M182.024,464l-6.62-23.025 c-1.867-6.491-2.541-13.197-2.003-19.932L183.387,296h24.473l-2.314,133.311c-0.034,1.902,0.01,3.834,0.129,5.742l1.81,28.947 H182.024z M43.765,410.074L62.777,296h23.78L67.983,407.443c-2.81,16.864,0.486,34.225,9.282,48.884L81.869,464h-21.34 l-9.544-15.905C44.144,436.693,41.58,423.19,43.765,410.074z M448,496H64v-16h31.992c0.005,0,0.01,0.001,0.015,0.001 c0.005,0,0.01-0.001,0.015-0.001h39.954c0.009,0,0.017,0.002,0.026,0.002c0.014,0,0.028-0.002,0.042-0.002h39.928 c0.008,0,0.016,0.002,0.024,0.002c0.009,0,0.019-0.002,0.028-0.002h159.952c0.009,0,0.019,0.002,0.028,0.002 c0.008,0,0.016-0.002,0.024-0.002h39.928c0.014,0,0.028,0.002,0.042,0.002c0.009,0,0.017-0.002,0.026-0.002h39.954 c0.005,0,0.01,0.001,0.015,0.001c0.005,0,0.01-0.001,0.015-0.001H448V496z M461.015,448.095L451.471,464h-21.34l4.604-7.673 c8.796-14.659,12.092-32.02,9.282-48.884L425.444,296h23.779l19.012,114.074C470.42,423.19,467.856,436.693,461.015,448.095z"/><path fill="%23a8a8a8" d="M104,264c4.418,0,8-3.582,8-8V16h288v240c0,4.418,3.582,8,8,8s8-3.582,8-8V16c0-8.822-7.178-16-16-16H112 c-8.822,0-16,7.178-16,16v240C96,260.418,99.582,264,104,264z"/><path fill="%23a8a8a8" d="M376,264c4.418,0,8-3.582,8-8V40c0-4.418-3.582-8-8-8H136c-4.418,0-8,3.582-8,8v216c0,4.418,3.582,8,8,8s8-3.582,8-8V136 h79.999c4.418,0,8-3.582,8-8s-3.582-8-8-8H144V48h104v208c0,4.418,3.582,8,8,8s8-3.582,8-8V136h104v120 C368,260.418,371.582,264,376,264z M264,120V48h104v72H264z"/></svg>')
}

.main-info-table .one-col .basement {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M343.07,434.93c-3.9-3.91-10.24-3.91-14.14,0c-3.91,3.9-3.91,10.24,0,14.14c3.9,3.91,10.24,3.91,14.14,0 C346.98,445.17,346.98,438.83,343.07,434.93z"/><path fill="%23a8a8a8" d="M396,0H116C99.458,0,86,13.458,86,30v472c0,5.523,4.477,10,10,10h40c5.523,0,10-4.477,10-10v-10h220v10 c0,5.523,4.477,10,10,10h40c5.523,0,10-4.477,10-10V30C426,13.458,412.542,0,396,0z M366,472H146V326h50 c8.01,0,15.542-3.121,21.212-8.789C222.879,311.542,226,304.01,226,296c0-16.542-13.458-30-30-30h-50V60h220V472z M146,306v-20h50 c5.514,0,10,4.486,10,10c0,2.668-1.041,5.179-2.931,7.069c-1.891,1.89-4.401,2.931-7.069,2.931H146z M406,492h-20V50 c0-5.523-4.477-10-10-10H136c-5.523,0-10,4.477-10,10c0,20.504,0,421.457,0,442h-20V30c0-5.514,4.486-10,10-10h280 c5.514,0,10,4.486,10,10V492z"/><path fill="%23a8a8a8" d="M323.431,132.302c-1.198-3.612-4.342-6.231-8.112-6.756l-35.084-4.886L264.371,89c-1.696-3.385-5.157-5.52-8.94-5.52 c-0.021,0-0.041,0-0.061,0c-3.806,0.023-7.27,2.205-8.933,5.628l-15.41,31.704l-34.491,4.325 c-3.839,0.481-7.056,3.134-8.259,6.811c-1.204,3.677-0.179,7.718,2.632,10.377l25.027,23.673l-5.718,36.983 c-0.579,3.743,1.007,7.492,4.097,9.684c3.092,2.193,7.156,2.448,10.494,0.667l31.251-16.675l31.451,16.292 c3.38,1.75,7.461,1.432,10.526-0.825c3.066-2.256,4.585-6.057,3.919-9.805l-6.2-34.874l25.208-24.877 C323.673,139.895,324.629,135.915,323.431,132.302z M277.966,156.902c-2.342,2.312-3.397,5.628-2.821,8.868l3.573,20.1 l-18.128-9.39c-2.922-1.514-6.403-1.493-9.307,0.057l-18.244,9.734l3.464-22.404c0.502-3.248-0.624-6.535-3.011-8.792 l-13.456-12.728l18.858-2.365c3.356-0.421,6.271-2.509,7.75-5.551l8.923-18.357l9.143,18.246c1.474,2.942,4.302,4.971,7.561,5.424 l20.228,2.817L277.966,156.902z"/><path fill="%23a8a8a8" d="M296,432H176c-5.523,0-10,4.477-10,10s4.477,10,10,10h120c5.523,0,10-4.477,10-10S301.523,432,296,432z"/></svg>')
}

.main-info-table .one-col .bathroom {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a8a8a8" d="M464,257.472V56c-0.04-30.911-25.089-55.96-56-56h-46.08c-14.279,0.005-27.469,7.629-34.6,20l-17.824,30.8 c-17.667-0.662-34.245,8.521-43.056,23.848c-2.221,3.819-0.925,8.716,2.894,10.937c0.008,0.005,0.017,0.01,0.026,0.015l69.28,40 c1.216,0.702,2.596,1.072,4,1.072c0.702-0.003,1.401-0.095,2.08-0.272c2.047-0.554,3.791-1.897,4.848-3.736 c8.2-14.344,8.469-31.892,0.712-46.48L364.2,52c1.435-2.466,4.067-3.987,6.92-4H408c4.418,0,8,3.582,8,8v200H24 c-13.228,0.066-23.934,10.772-24,24c0.042,10.134,6.445,19.15,16,22.528V312c0.105,68.867,51.619,126.81,120,134.976V456 c0,13.255,10.745,24,24,24s24-10.745,24-24v-8h112v8c0,13.255,10.745,24,24,24s24-10.745,24-24v-9.024 C412.381,438.81,463.895,380.867,464,312v-9.448c3.341-1.134,6.373-3.029,8.856-5.536c4.602-4.46,7.183-10.607,7.144-17.016 C479.958,269.866,473.555,260.85,464,257.472z M338.816,107.2l-53.648-30.976c7.171-7.322,17.429-10.743,27.56-9.192 c6.372,0.901,12.308,3.755,16.992,8.168c1.768,1.649,3.351,3.487,4.72,5.48C339.721,88.449,341.321,98.146,338.816,107.2z M408,32 h-36.88c-8.575,0.013-16.497,4.583-20.8,12L339.6,62.584c-0.2-0.176-0.448-0.296-0.656-0.472c-2.179-1.89-4.521-3.582-7-5.056 c-1.918-1.098-3.909-2.063-5.96-2.888l15.2-26.192c4.273-7.413,12.18-11.98,20.736-11.976H408c22.08,0.026,39.974,17.92,40,40v200 h-16V56C432,42.745,421.255,32,408,32z M168,456c0,4.418-3.582,8-8,8s-8-3.582-8-8v-8h16V456z M328,456c0,4.418-3.582,8-8,8 s-8-3.582-8-8v-8h16V456z M448,312c-0.075,66.243-53.757,119.925-120,120H152c-66.243-0.075-119.925-53.757-120-120v-8h416V312z M461.544,285.704c-1.46,1.486-3.461,2.315-5.544,2.296H24c-4.418,0-8-3.582-8-8c-0.004-2.159,0.885-4.224,2.456-5.704 c1.46-1.486,3.461-2.315,5.544-2.296h432c4.418,0,8,3.582,8,8C464.004,282.159,463.115,284.224,461.544,285.704z"/><path fill="%23a8a8a8" d="M300,112.496c-3.826-2.209-8.719-0.898-10.928,2.928l-16,27.72c-2.235,3.811-0.957,8.713,2.854,10.948 c3.811,2.235,8.713,0.957,10.948-2.854c0.018-0.031,0.036-0.062,0.054-0.093l16-27.72 C305.137,119.598,303.826,114.705,300,112.496z"/><path fill="%23a8a8a8" d="M272.214,96.516c-3.805-2.163-8.641-0.867-10.854,2.908l-16,27.72c-2.209,3.826-0.898,8.719,2.928,10.928 c3.826,2.209,8.719,0.898,10.928-2.928l16-27.72C277.399,103.583,276.056,98.699,272.214,96.516z"/><path fill="%23a8a8a8" d="M327.638,128.516c-3.805-2.163-8.641-0.867-10.854,2.908l-16,27.72c-2.209,3.826-0.898,8.719,2.928,10.928 c3.826,2.209,8.719,0.898,10.928-2.928l16-27.72C332.823,135.583,331.48,130.699,327.638,128.516z"/><path fill="%23a8a8a8" d="M285.86,168.988c-3.828-2.209-8.723-0.896-10.932,2.932l-16,27.712c-2.209,3.828-0.896,8.723,2.932,10.932 c3.828,2.209,8.723,0.896,10.932-2.932l16-27.712C291.001,176.092,289.688,171.197,285.86,168.988z"/><path fill="%23a8a8a8" d="M253.86,152.988c-3.828-2.209-8.723-0.896-10.932,2.932l-16,27.712c-2.209,3.826-0.898,8.719,2.928,10.928 c3.824,2.212,8.718,0.906,10.931-2.919c0.002-0.003,0.003-0.006,0.005-0.009l16-27.712 C259.001,160.092,257.688,155.197,253.86,152.988z"/></svg>')
}

.main-info-table .one-col .bedroom {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 488.928 488.928" xml:space="preserve"><path fill="%23a8a8a8" d="M484.312,401.568l-115.8-54.04c-0.16-0.184-0.36-0.336-0.544-0.504c-0.2-0.184-0.4-0.36-0.616-0.528 c-0.144-0.112-0.264-0.256-0.416-0.36c-0.264-0.176-0.552-0.272-0.832-0.408c-0.152-0.08-0.272-0.192-0.424-0.264l-57.368-24.584 l-91.288-39.128l25.208-8.4l61.24,25.344h0.008l167.992,69.512c0.976,0.408,2.016,0.608,3.056,0.608 c1.56,0,3.112-0.456,4.448-1.344c2.216-1.488,3.552-3.984,3.552-6.656v-256c0-3.24-1.952-6.16-4.936-7.392l-64-26.488h-0.008 L245.592,1.424C245,1.176,244.384,1.016,243.76,0.92c-0.016,0-0.024-0.008-0.04-0.008c-1.2-0.176-2.416-0.056-3.568,0.304 c-0.048,0.016-0.104,0-0.152,0.016l-240,80l5.064,15.176l229.464-76.496v239.136l-32,10.664v-68.896c0-2.536-1.2-4.92-3.232-6.432 c-2.04-1.504-4.672-1.968-7.096-1.224l-184,56c-3.368,1.024-5.672,4.136-5.672,7.656v80v48c0,3.08,1.768,5.888,4.544,7.216 l85.104,40.704l-36.96,16.8c-2.84,1.28-4.664,4.104-4.688,7.216s1.76,5.96,4.576,7.296l48.04,22.76l6.84-14.464L77.52,456.968 l33.488-15.216l80.056,38.288c0.232,0.112,0.48,0.152,0.712,0.232c0.264,0.096,0.52,0.192,0.792,0.264 c0.464,0.12,0.936,0.176,1.408,0.208c0.192,0.008,0.368,0.072,0.552,0.072c0.072,0,0.136-0.024,0.2-0.032 c0.496-0.016,0.976-0.104,1.456-0.208c0.208-0.048,0.424-0.056,0.632-0.12c0.208-0.064,0.408-0.168,0.616-0.248 c0.08-0.032,0.16-0.016,0.24-0.048l168-72c2.952-1.248,4.856-4.144,4.856-7.344v-34.688l91.272,42.6l-142.584,64.808l6.624,14.56 l158.4-72c2.84-1.288,4.672-4.12,4.688-7.24C488.944,405.736,487.136,402.888,484.312,401.568z M418.528,288.816v-80v-32V90.304 l48,19.856v238.68l-48-19.864V288.816z M402.528,322.36l-74.272-30.736l41.704-10.416l32.568,13.024V322.36z M346.528,270.568 v-63.504l16-4v63.504L346.528,270.568z M402.528,277l-24-9.6v-62.768l12,4.8l12,4.8V277z M402.528,197l-12-4.8l-12-4.8v-14.768 l24,9.6V197z M314.528,47.264l88,36.416V165l-24-9.6v-26.584h-16v25.752l-48,12V47.264z M314.528,183.064l48-12v15.504l-48,12 V183.064z M314.528,215.064l16-4v63.504l-16,4V215.064z M250.528,20.784l48,19.864v136.168v32v70.512l-48-19.864V20.784z M194.064,289.32l90.976,38.992l-142.912,62.576L32.544,338.472l12.304-3.744l48.008-14.608l20.448-6.224l11.552-3.512h0.008 l48-14.608L194.064,289.32z M50.528,316.28v-21.696l32-10.664v22.624L50.528,316.28z M130.528,291.936v-21.352l32-10.664v22.272 l-13.336,4.056L130.528,291.936z M18.528,262.744l168-51.128v63.28l-8,2.432v-28.512c0-2.568-1.232-4.992-3.32-6.488 c-2.104-1.512-4.784-1.912-7.208-1.104l-48,16c-3.272,1.096-5.472,4.144-5.472,7.592V296.8l-16,4.872v-28.856 c0-2.568-1.232-4.984-3.32-6.488c-2.096-1.504-4.776-1.912-7.208-1.104l-48,16c-3.272,1.096-5.472,4.144-5.472,7.592v32.336 l-16,4.864V262.744z M186.528,460.12l-71.968-34.424h-0.008l-96.024-45.92v-30.264l168,80.344V460.12z M194.712,416.032 L161.184,400l144.008-63.048l37.024,15.864L194.712,416.032z M354.528,395.544l-152,65.144v-30.592l152-65.144V395.544z"/><path fill="%23a8a8a8" d="M175.208,66.328c-2.104-1.504-4.784-1.92-7.208-1.104l-144,48c-3.272,1.096-5.472,4.144-5.472,7.592v96 c0,2.568,1.232,4.984,3.32,6.488c1.384,1,3.024,1.512,4.68,1.512c0.848,0,1.704-0.136,2.528-0.408l144-48 c3.272-1.096,5.472-4.144,5.472-7.592v-96C178.528,70.248,177.296,67.832,175.208,66.328z M162.528,163.056l-128,42.664v-79.136 l128-42.664V163.056z"/><path fill="%23a8a8a8" d="M132.864,115.152l-28.504,28.512l-19.304-6.44c-2.344-0.768-4.912-0.432-6.968,0.936l-24,16l8.872,13.312l20.744-13.832 l20.288,6.76c2.872,0.96,6.048,0.2,8.184-1.936l32-32L132.864,115.152z"/></svg>')
}

.main-info-table .one-col .central-heating {
    background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="-184 0 581 581.55153" xmlns="http://www.w3.org/2000/svg"><path fill="%23a8a8a8" d="m107.15625 0c-37.46875.0429688-67.832031 30.40625-67.875 67.875v325.101562c-28.816406 23.519532-43.148438 60.460938-37.734375 97.261719 8.230469 58.328125 62.191406 98.9375 120.515625 90.703125 52.707031-7.441406 91.859375-52.601562 91.75-105.828125.097656-31.824219-14.148438-61.992187-38.785156-82.136719v-325.101562c-.039063-37.46875-30.402344-67.8320312-67.871094-67.875zm87.265625 475.113281c.0625 48.191407-38.953125 87.316407-87.148437 87.378907-48.195313.066406-87.320313-38.953126-87.382813-87.148438-.035156-27.507812 12.898437-53.421875 34.90625-69.925781 2.441406-1.832031 3.878906-4.707031 3.878906-7.757813v-29.207031h19.390625v-19.390625h-19.390625v-29.089844h19.390625v-19.390625h-19.390625v-29.089843h19.390625v-19.390626h-19.390625v-29.089843h19.390625v-19.390625h-19.390625v-29.089844h19.390625v-19.390625h-19.390625v-29.089844h19.390625v-19.390625h-19.390625v-38.785156c0-26.777344 21.703125-48.480469 48.480469-48.480469 26.773438 0 48.480469 21.703125 48.480469 48.480469v329.804688c0 3.050781 1.4375 5.925781 3.878906 7.753906 22.019531 16.382812 34.96875 42.234375 34.90625 69.679687zm0 0"/><path fill="%23a8a8a8" d="m116.851562 427.601562v-340.335937h-19.390624v340.335937c-26.234376 5.355469-43.160157 30.960938-37.804688 57.195313s30.960938 43.160156 57.195312 37.804687c26.234376-5.355468 43.160157-30.960937 37.804688-57.195312-3.886719-19.042969-18.765625-33.917969-37.804688-37.804688zm-9.695312 76.597657c-16.066406 0-29.089844-13.023438-29.089844-29.085938 0-16.066406 13.023438-29.089843 29.089844-29.089843s29.089844 13.023437 29.089844 29.089843c0 16.0625-13.023438 29.085938-29.089844 29.085938zm0 0"/></svg>')
}

.main-info-table .one-col .conditioning {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 503.607 503.607" xml:space="preserve"><path fill="%23a8a8a8" d="M477.426,74.541H24.18C9.911,74.541-1,85.452-1,99.721V267.59c0,14.269,10.911,25.18,25.18,25.18h453.246 c14.269,0,25.18-10.911,25.18-25.18V99.721C502.607,85.452,491.695,74.541,477.426,74.541z M485.82,267.59 c0,5.036-3.357,8.393-8.393,8.393H24.18c-5.036,0-8.393-3.357-8.393-8.393V99.721c0-5.036,4.197-8.393,8.393-8.393h453.246 c5.036,0,8.393,3.357,8.393,8.393V267.59z"/><path fill="%23a8a8a8" d="M217.229,150.082h67.148c5.036,0,8.393-3.357,8.393-8.393s-3.357-8.393-8.393-8.393h-67.148 c-5.036,0-8.393,3.357-8.393,8.393S212.193,150.082,217.229,150.082z"/><path fill="%23a8a8a8" d="M460.639,242.41H40.967c-5.036,0-8.393,3.357-8.393,8.393s3.357,8.393,8.393,8.393h419.672 c5.036,0,8.393-3.357,8.393-8.393S465.675,242.41,460.639,242.41z"/><path fill="%23a8a8a8" d="M460.639,208.836H40.967c-5.036,0-8.393,3.357-8.393,8.393s3.357,8.393,8.393,8.393h419.672 c5.036,0,8.393-3.357,8.393-8.393S465.675,208.836,460.639,208.836z"/><path fill="%23a8a8a8" d="M255,352.364c-8.393-4.197-12.59-9.233-12.59-13.43s5.036-9.233,11.751-14.269c4.197-1.679,5.036-6.715,3.357-10.911 c-1.679-4.197-6.715-5.875-10.911-3.357c-13.43,7.554-20.984,17.626-20.984,28.538c0,10.911,7.554,20.984,20.984,29.377 c8.393,4.197,12.59,9.233,12.59,13.43s-5.036,9.233-12.59,13.429c-4.197,1.679-5.875,6.715-3.357,10.911 c1.679,2.518,4.197,4.197,7.554,4.197c1.679,0,2.518,0,4.197-0.839c13.43-7.554,20.984-17.626,20.984-28.538 S268.43,359.079,255,352.364z"/><path fill="%23a8a8a8" d="M162.672,369.151c-8.393-4.197-12.59-9.233-12.59-13.43s5.036-9.233,11.751-14.269c4.197-1.679,5.875-6.715,3.357-10.911 c-1.679-4.197-6.715-5.875-10.911-3.357c-13.43,7.554-20.984,17.626-20.984,28.538c0,10.911,7.554,20.984,20.984,29.377 c8.393,4.197,12.59,9.233,12.59,13.43s-5.036,9.233-12.59,13.43c-4.197,1.679-5.875,6.715-3.357,10.911 c1.679,2.518,4.197,4.197,7.554,4.197c1.679,0,2.518,0,4.197-0.839c13.43-7.554,20.984-17.626,20.984-28.538 S176.102,375.866,162.672,369.151z"/><path fill="%23a8a8a8" d="M347.328,369.151c-8.393-4.197-12.59-9.233-12.59-13.43s5.036-9.233,11.751-14.269c4.197-1.679,5.036-6.715,3.357-10.911 c-1.679-4.197-6.715-5.875-10.911-3.357c-13.43,7.554-20.984,17.626-20.984,28.538c0,10.911,7.554,20.984,20.984,29.377 c8.393,4.197,12.59,9.233,12.59,13.43s-5.036,9.233-12.59,13.43c-4.197,1.679-5.875,6.715-3.357,10.911 c1.679,2.518,4.197,4.197,7.554,4.197c1.679,0,2.518,0,4.197-0.839c13.43-7.554,20.984-17.626,20.984-28.538 S360.757,375.866,347.328,369.151z"/></svg>')
}

.main-info-table .one-col .electrical-appliances {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><rect fill="%23a8a8a8" x="37.5" y="467" width="38" height="15"/><rect fill="%23a8a8a8" x="148.5" y="467" width="49" height="15"/><path fill="%23a8a8a8" d="M130.498,407.969c-4.035,1.3-8.25,1.982-12.528,2.029l0.165,15c5.786-0.064,11.492-0.99,16.962-2.752L130.498,407.969z"/><path fill="%23a8a8a8" d="M160,367.5c0,13.816-6.782,26.828-18.141,34.806l8.621,12.275C165.834,403.798,175,386.197,175,367.5H160z"/><path fill="%23a8a8a8" d="M84.52,320.419C69.166,331.202,60,348.803,60,367.5h15c0-13.816,6.782-26.828,18.141-34.806L84.52,320.419z"/><path fill="%23a8a8a8" d="M116.865,310.002c-5.786,0.064-11.492,0.99-16.962,2.752l4.599,14.277c4.035-1.3,8.25-1.982,12.528-2.029L116.865,310.002 z"/><rect fill="%23a8a8a8" x="152.5" y="217" width="15" height="15"/><rect fill="%23a8a8a8" x="122.5" y="217" width="15" height="15"/><rect fill="%23a8a8a8" x="37.5" y="217" width="70" height="15"/><rect fill="%23a8a8a8" x="313" y="436.5" width="15" height="15"/><rect fill="%23a8a8a8" x="313" y="387.5" width="15" height="34"/><rect fill="%23a8a8a8" x="313" y="466.5" width="15" height="15"/><rect fill="%23a8a8a8" x="172" y="83.929" width="15" height="15"/><rect fill="%23a8a8a8" x="172" y="113.93" width="15" height="14.571"/><path fill="%23a8a8a8" d="M194.5,30C182.093,30,172,40.094,172,52.5v16.429h15V52.5c0-4.136,3.364-7.5,7.5-7.5h70V30H194.5z"/><rect fill="%23a8a8a8" x="379.5" y="418" width="35" height="15"/><rect fill="%23a8a8a8" x="429.5" y="418" width="15" height="15"/><rect fill="%23a8a8a8" x="250" y="277.5" width="15" height="15"/><rect fill="%23a8a8a8" x="250" y="225.5" width="15" height="37"/><rect fill="%23a8a8a8" x="250" y="307.5" width="15" height="15"/><path fill="%23a8a8a8" d="M117.5,280C69.252,280,30,319.252,30,367.5S69.252,455,117.5,455s87.5-39.252,87.5-87.5S165.748,280,117.5,280z M117.5,440C77.523,440,45,407.477,45,367.5S77.523,295,117.5,295s72.5,32.523,72.5,72.5S157.477,440,117.5,440z"/><path fill="%23a8a8a8" d="M390,358V37.5C390,16.822,373.178,0,352.5,0h-173C158.822,0,142,16.822,142,37.5V188H37.5C16.822,188,0,204.822,0,225.5 V512h512V358H390z M157,37.5c0-12.406,10.093-22.5,22.5-22.5h173c12.407,0,22.5,10.094,22.5,22.5V157H157V37.5z M220,497H15V262 h205V497z M220,247H15v-21.5c0-12.406,10.093-22.5,22.5-22.5h160c12.407,0,22.5,10.094,22.5,22.5V247z M283,497h-48V225.5 c0-20.678-16.822-37.5-37.5-37.5H157v-16h218v186h-92V497z M497,497H298V373h199V497z"/><path fill="%23a8a8a8" d="M342,388v94h140v-94H342z M467,467H357v-64h110V467z"/><path fill="%23a8a8a8" d="M329.5,44C317.093,44,307,54.094,307,66.5v50c0,12.406,10.093,22.5,22.5,22.5c12.407,0,22.5-10.094,22.5-22.5v-50 C352,54.094,341.907,44,329.5,44z M337,116.5c0,4.136-3.364,7.5-7.5,7.5s-7.5-3.364-7.5-7.5v-50c0-4.136,3.364-7.5,7.5-7.5 s7.5,3.364,7.5,7.5V116.5z"/><path fill="%23a8a8a8" d="M329.5,198c-12.407,0-22.5,10.094-22.5,22.5v94c0,12.406,10.093,22.5,22.5,22.5c12.407,0,22.5-10.094,22.5-22.5v-94 C352,208.094,341.907,198,329.5,198z M337,314.5c0,4.136-3.364,7.5-7.5,7.5s-7.5-3.364-7.5-7.5v-94c0-4.136,3.364-7.5,7.5-7.5 s7.5,3.364,7.5,7.5V314.5z"/></svg>')
}

.main-info-table .one-col .elevator {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 490.667 490.667" xml:space="preserve"><path fill="%23a8a8a8" d="M480,0H10.667C4.779,0,0,4.779,0,10.667V480c0,5.888,4.779,10.667,10.667,10.667H96c5.888,0,10.667-4.779,10.667-10.667 v-10.667H384V480c0,5.888,4.779,10.667,10.667,10.667H480c5.888,0,10.667-4.779,10.667-10.667V10.667 C490.667,4.779,485.888,0,480,0z M469.333,469.333h-64v-10.667c0-5.888-4.779-10.667-10.667-10.667H96 c-5.888,0-10.667,4.779-10.667,10.667v10.667h-64v-448h448V469.333z"/><path fill="%23a8a8a8" d="M394.667,106.667H96c-5.888,0-10.667,4.779-10.667,10.667v341.333c0,5.888,4.779,10.667,10.667,10.667h298.667 c5.888,0,10.667-4.779,10.667-10.667V117.333C405.333,111.445,400.555,106.667,394.667,106.667z M384,448H106.667V128H384V448z"/><path fill="%23a8a8a8" d="M245.333,106.667c-5.888,0-10.667,4.779-10.667,10.667v341.333c0,5.888,4.779,10.667,10.667,10.667 S256,464.555,256,458.667V117.333C256,111.445,251.221,106.667,245.333,106.667z"/><circle fill="%23a8a8a8" cx="437.333" cy="224" r="10.667"/><circle fill="%23a8a8a8" cx="437.333" cy="266.667" r="10.667"/><path fill="%23a8a8a8" d="M210.219,67.136l-21.333-21.333c-4.16-4.16-10.923-4.16-15.083,0l-21.333,21.333c-4.16,4.16-4.16,10.923,0,15.083 c4.16,4.16,10.923,4.16,15.083,0l13.781-13.803l13.781,13.803c2.091,2.069,4.821,3.115,7.552,3.115 c2.731,0,5.461-1.045,7.552-3.115C214.379,78.059,214.379,71.296,210.219,67.136z"/><path fill="%23a8a8a8" d="M338.197,45.803c-4.16-4.16-10.923-4.16-15.083,0l-13.781,13.781l-13.803-13.781c-4.16-4.16-10.923-4.16-15.083,0 c-4.16,4.16-4.16,10.923,0,15.083l21.333,21.333c2.091,2.069,4.821,3.115,7.552,3.115s5.461-1.045,7.531-3.115l21.333-21.333 C342.357,56.725,342.357,49.963,338.197,45.803z"/></svg>')
}

.main-info-table .one-col .first-line {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M10.667,160c14.528,0,21.12,4.011,29.483,9.109c9.408,5.717,20.075,12.224,40.576,12.224 c20.48,0,31.147-6.507,40.533-12.224c8.363-5.099,14.955-9.109,29.44-9.109c14.528,0,21.12,4.011,29.483,9.109 c9.429,5.717,20.075,12.224,40.597,12.224c20.523,0,31.168-6.507,40.597-12.224c8.341-5.099,14.955-9.109,29.461-9.109 c14.528,0,21.141,4.011,29.504,9.109c9.408,5.717,20.075,12.224,40.576,12.224c20.544,0,31.211-6.507,40.64-12.203 c8.384-5.12,15.019-9.131,29.568-9.131s21.184,4.011,29.547,9.109c9.451,5.717,20.117,12.224,40.661,12.224 c5.888,0,10.667-4.779,10.667-10.667S507.221,160,501.333,160c-14.571,0-21.184-4.011-29.568-9.131 c-9.429-5.696-20.096-12.203-40.64-12.203s-31.211,6.507-40.64,12.203c-8.363,5.12-14.997,9.131-29.568,9.131 c-14.528,0-21.141-4.011-29.504-9.109c-9.387-5.717-20.053-12.224-40.576-12.224s-31.168,6.507-40.576,12.224 c-8.363,5.099-14.955,9.109-29.483,9.109c-14.528,0-21.12-4.011-29.483-9.109c-9.429-5.717-20.075-12.224-40.597-12.224 c-20.48,0-31.147,6.507-40.533,12.224c-8.341,5.099-14.933,9.109-29.44,9.109c-14.528,0-21.12-4.011-29.483-9.109 c-9.408-5.717-20.075-12.224-40.576-12.224C4.779,138.667,0,143.445,0,149.333S4.779,160,10.667,160z"/><path fill="%23a8a8a8" d="M501.333,224c-14.571,0-21.184-4.011-29.568-9.131c-9.429-5.696-20.096-12.203-40.64-12.203s-31.211,6.507-40.64,12.203 c-8.363,5.12-14.997,9.131-29.568,9.131c-14.528,0-21.141-4.011-29.504-9.109c-9.387-5.717-20.053-12.224-40.576-12.224 s-31.168,6.507-40.576,12.224c-8.363,5.099-14.955,9.109-29.483,9.109c-14.528,0-21.12-4.011-29.483-9.109 c-9.429-5.717-20.075-12.224-40.597-12.224c-20.48,0-31.147,6.507-40.533,12.224c-8.341,5.099-14.933,9.109-29.44,9.109 c-14.528,0-21.12-4.011-29.483-9.109c-9.408-5.717-20.075-12.224-40.576-12.224C4.779,202.667,0,207.445,0,213.333 S4.779,224,10.667,224c14.528,0,21.12,4.011,29.483,9.109c9.408,5.717,20.075,12.224,40.576,12.224 c20.48,0,31.147-6.507,40.533-12.224c8.363-5.099,14.955-9.109,29.44-9.109c14.528,0,21.12,4.011,29.483,9.109 c9.429,5.717,20.075,12.224,40.597,12.224c20.523,0,31.168-6.507,40.597-12.224c8.341-5.099,14.955-9.109,29.461-9.109 c14.528,0,21.141,4.011,29.504,9.109c9.408,5.717,20.075,12.224,40.576,12.224c20.544,0,31.211-6.507,40.64-12.203 c8.384-5.12,15.019-9.131,29.568-9.131s21.184,4.011,29.547,9.109c9.451,5.717,20.117,12.224,40.661,12.224 c5.888,0,10.667-4.779,10.667-10.667S507.221,224,501.333,224z"/><path fill="%23a8a8a8" d="M501.333,288c-14.571,0-21.184-4.011-29.568-9.131c-9.429-5.696-20.096-12.203-40.64-12.203s-31.211,6.507-40.64,12.203 c-8.363,5.12-14.997,9.131-29.568,9.131c-14.528,0-21.141-4.011-29.504-9.109c-9.387-5.717-20.053-12.224-40.576-12.224 s-31.168,6.507-40.576,12.224c-8.363,5.099-14.955,9.109-29.483,9.109c-14.528,0-21.12-4.011-29.483-9.109 c-9.429-5.717-20.075-12.224-40.597-12.224c-20.48,0-31.147,6.507-40.533,12.224c-8.341,5.099-14.933,9.109-29.44,9.109 c-14.528,0-21.12-4.011-29.483-9.109c-9.408-5.717-20.075-12.224-40.576-12.224C4.779,266.667,0,271.445,0,277.333 S4.779,288,10.667,288c14.528,0,21.12,4.011,29.483,9.109c9.408,5.717,20.075,12.224,40.576,12.224 c20.48,0,31.147-6.507,40.533-12.224c8.363-5.099,14.955-9.109,29.44-9.109c14.528,0,21.12,4.011,29.483,9.109 c9.429,5.717,20.075,12.224,40.597,12.224c20.523,0,31.168-6.507,40.597-12.224c8.341-5.099,14.955-9.109,29.461-9.109 c14.528,0,21.141,4.011,29.504,9.109c9.408,5.717,20.075,12.224,40.576,12.224c20.544,0,31.211-6.507,40.64-12.203 c8.384-5.12,15.019-9.131,29.568-9.131s21.184,4.011,29.547,9.109c9.451,5.717,20.117,12.224,40.661,12.224 c5.888,0,10.667-4.779,10.667-10.667S507.221,288,501.333,288z"/><path fill="%23a8a8a8" d="M501.333,352c-14.571,0-21.184-4.011-29.568-9.131c-9.429-5.696-20.096-12.203-40.64-12.203s-31.211,6.507-40.64,12.203 c-8.363,5.12-14.997,9.131-29.568,9.131c-14.528,0-21.141-4.011-29.504-9.109c-9.387-5.717-20.053-12.224-40.576-12.224 s-31.168,6.507-40.576,12.224c-8.363,5.099-14.955,9.109-29.483,9.109c-14.528,0-21.12-4.011-29.483-9.109 c-9.429-5.717-20.075-12.224-40.597-12.224c-20.48,0-31.147,6.507-40.533,12.224c-8.341,5.099-14.933,9.109-29.44,9.109 c-14.528,0-21.12-4.011-29.483-9.109c-9.408-5.717-20.075-12.224-40.576-12.224C4.779,330.667,0,335.445,0,341.333 C0,347.221,4.779,352,10.667,352c14.528,0,21.12,4.011,29.483,9.109c9.408,5.717,20.075,12.224,40.576,12.224 c20.48,0,31.147-6.507,40.533-12.224c8.363-5.099,14.955-9.109,29.44-9.109c14.528,0,21.12,4.011,29.483,9.109 c9.429,5.717,20.075,12.224,40.597,12.224c20.523,0,31.168-6.507,40.597-12.224c8.341-5.099,14.955-9.109,29.461-9.109 c14.528,0,21.141,4.011,29.504,9.109c9.408,5.717,20.075,12.224,40.576,12.224c20.544,0,31.211-6.507,40.64-12.203 c8.384-5.12,15.019-9.131,29.568-9.131s21.184,4.011,29.547,9.109c9.451,5.717,20.117,12.224,40.661,12.224 c5.888,0,10.667-4.779,10.667-10.667C512,356.779,507.221,352,501.333,352z"/></svg>')
}

.main-info-table .one-col .floor {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" xml:space="preserve"><path fill="%23a8a8a8" d="M50,8.5h-1h-1c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6h-8h-1h-1c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6h-8h-1h-1 c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6h-8h-1h-1c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6h-8h-1h-1c-0.552,0-1,0.447-1,1s0.448,1,1,1 h1v6H5H4H3c-0.552,0-1,0.447-1,1s0.448,1,1,1h1v6H1c-0.552,0-1,0.447-1,1s0.448,1,1,1h3h1h55v-50H50z M53,56.5c0-0.552-0.448-1-1-1 s-1,0.448-1,1h-4c0-0.552-0.448-1-1-1s-1,0.448-1,1h-4c0-0.552-0.448-1-1-1s-1,0.448-1,1h-4c0-0.552-0.448-1-1-1s-1,0.448-1,1h-4 c0-0.552-0.448-1-1-1s-1,0.448-1,1h-4c0-0.552-0.448-1-1-1s-1,0.448-1,1H6v-6h9v-8h9v-8h9v-8h9v-8h9v-8h7v9c-0.552,0-1,0.448-1,1 s0.448,1,1,1v4c-0.552,0-1,0.448-1,1s0.448,1,1,1v4c-0.552,0-1,0.448-1,1s0.448,1,1,1v4c-0.552,0-1,0.448-1,1s0.448,1,1,1v4 c-0.552,0-1,0.448-1,1s0.448,1,1,1v4c-0.552,0-1,0.448-1,1s0.448,1,1,1v4c-0.552,0-1,0.448-1,1H53z"/><circle fill="%23a8a8a8" cx="34" cy="44.5" r="1"/><circle fill="%23a8a8a8" cx="37" cy="41.5" r="1"/><circle fill="%23a8a8a8" cx="31" cy="47.5" r="1"/><circle fill="%23a8a8a8" cx="37" cy="47.5" r="1"/><circle fill="%23a8a8a8" cx="40" cy="38.5" r="1"/><circle fill="%23a8a8a8" cx="46" cy="38.5" r="1"/><circle fill="%23a8a8a8" cx="40" cy="44.5" r="1"/><circle fill="%23a8a8a8" cx="46" cy="44.5" r="1"/><circle fill="%23a8a8a8" cx="43" cy="41.5" r="1"/><circle fill="%23a8a8a8" cx="49" cy="41.5" r="1"/><circle fill="%23a8a8a8" cx="43" cy="47.5" r="1"/><circle fill="%23a8a8a8" cx="49" cy="47.5" r="1"/><circle fill="%23a8a8a8" cx="52" cy="38.5" r="1"/><circle fill="%23a8a8a8" cx="52" cy="44.5" r="1"/><circle fill="%23a8a8a8" cx="55" cy="41.5" r="1"/><circle fill="%23a8a8a8" cx="55" cy="47.5" r="1"/><circle fill="%23a8a8a8" cx="25" cy="53.5" r="1"/><circle fill="%23a8a8a8" cx="28" cy="50.5" r="1"/><circle fill="%23a8a8a8" cx="34" cy="50.5" r="1"/><circle fill="%23a8a8a8" cx="31" cy="53.5" r="1"/><circle fill="%23a8a8a8" cx="37" cy="53.5" r="1"/><circle fill="%23a8a8a8" cx="40" cy="50.5" r="1"/><circle fill="%23a8a8a8" cx="46" cy="50.5" r="1"/><circle fill="%23a8a8a8" cx="43" cy="53.5" r="1"/><circle fill="%23a8a8a8" cx="49" cy="53.5" r="1"/><circle fill="%23a8a8a8" cx="52" cy="50.5" r="1"/><circle fill="%23a8a8a8" cx="55" cy="53.5" r="1"/><circle fill="%23a8a8a8" cx="49" cy="29.5" r="1"/><circle fill="%23a8a8a8" cx="52" cy="26.5" r="1"/><circle fill="%23a8a8a8" cx="55" cy="23.5" r="1"/><circle fill="%23a8a8a8" cx="55" cy="29.5" r="1"/><circle fill="%23a8a8a8" cx="46" cy="32.5" r="1"/><circle fill="%23a8a8a8" cx="43" cy="35.5" r="1"/><circle fill="%23a8a8a8" cx="49" cy="35.5" r="1"/><circle fill="%23a8a8a8" cx="52" cy="32.5" r="1"/><circle fill="%23a8a8a8" cx="55" cy="35.5" r="1"/><path fill="%23a8a8a8" d="M20,1.5H4v18h16V1.5z M18,17.5H6v-14h12V17.5z"/><path fill="%23a8a8a8" d="M17,4.5H7v12h10V4.5z M15,14.5H9v-8h6V14.5z"/></svg>')
}

.main-info-table .one-col .for-invalids {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M83.16,269.349c-3.868-3.943-10.2-4.003-14.141-0.134l-0.411,0.41c-3.887,3.923-3.856,10.255,0.067,14.142 c1.949,1.932,4.493,2.896,7.037,2.896c2.574,0,5.149-0.988,7.104-2.963l0.21-0.209C86.968,279.623,87.028,273.291,83.16,269.349z" /><path fill="%23a8a8a8" d="M256.361,335.116c-2.048-5.13-7.867-7.625-12.994-5.582c-5.13,2.047-7.629,7.865-5.582,12.994 c10.983,27.523,4.543,58.846-16.409,79.797C207.399,436.303,188.816,444,169.05,444c-19.767,0-38.35-7.697-52.326-21.675 c-28.853-28.853-28.853-75.798,0-104.65c19.935-19.937,50.038-26.833,76.682-17.572c5.22,1.813,10.917-0.945,12.729-6.162 c1.813-5.217-0.945-10.916-6.162-12.729c-16.442-5.716-34.136-6.757-51.171-3.017c-17.509,3.847-33.492,12.607-46.221,25.337 c-36.65,36.65-36.65,96.285,0,132.936C120.336,454.222,143.942,464,169.05,464c25.108,0,48.714-9.778,66.468-27.532 C262.129,409.857,270.31,370.073,256.361,335.116z"/><path fill="%23a8a8a8" d="M235.584,303.598c-0.025-0.025-0.118-0.118-0.145-0.144c-3.947-3.86-10.283-3.798-14.147,0.15 c-3.861,3.947-3.798,10.273,0.15,14.136c0.026,0.027,0.119,0.119,0.145,0.145c1.947,1.904,4.475,2.854,7.001,2.854 c2.596,0,5.188-1.004,7.146-3.005C239.595,313.787,239.532,307.461,235.584,303.598z"/><path fill="%23a8a8a8" d="M484.556,418.889l-6.322-19.307c-4.945-15.103-18.945-25.249-34.837-25.249h-29.771v-31.046 c0-42.405-27.273-78.553-65.197-91.842c1.677-3.428,2.622-7.277,2.622-11.343c0-14.281-11.618-25.899-25.899-25.899H259.05V130 c0-16.339-7.878-30.87-20.035-40c12.156-9.13,20.035-23.661,20.035-40c0-27.57-22.43-50-50-50s-50,22.43-50,50 c0,4.9,0.721,9.632,2.041,14.11C153.079,57.787,142.979,54,132.004,54H67.959c-5.522,0-10,4.478-10,10s4.478,10,10,10h64.045 c14.913,0,27.046,12.133,27.046,27.046V130v98.415c-19.75,1.413-39.176,6.872-56.618,16.142 c-4.877,2.592-6.729,8.646-4.137,13.523c2.592,4.876,8.646,6.729,13.523,4.137c47.641-25.32,105.31-16.672,143.498,21.517 c47.568,47.567,47.568,124.966,0,172.533C232.275,479.31,201.637,492,169.05,492c-32.587,0-63.225-12.69-86.267-35.733 c-37.466-37.465-46.521-94.344-22.535-141.537c2.502-4.924,0.539-10.943-4.384-13.446c-4.922-2.5-10.943-0.539-13.446,4.384 c-27.92,54.934-17.382,121.139,26.223,164.742C95.461,497.229,131.12,512,169.05,512c37.169,0,72.152-14.192,98.779-40h65.026 c4.646,22.795,24.847,40,48.994,40c27.57,0,50-22.43,50-50c0-11.247-3.735-21.637-10.027-30h53.23 c3.205,0,6.216-1.536,8.097-4.131C485.03,425.273,485.553,421.935,484.556,418.889z M209.05,20c16.542,0,30,13.458,30,30 s-13.458,30-30,30c-16.542,0-30-13.458-30-30S192.508,20,209.05,20z M177.385,88.664c0.557,0.457,1.124,0.904,1.7,1.337 c-0.39,0.291-0.768,0.598-1.148,0.902C177.77,90.15,177.587,89.403,177.385,88.664z M239.05,246.407 c-15.295-8.686-32.13-14.462-49.939-16.991c-3.341-0.474-6.699-0.808-10.061-1.04V130c0-16.542,13.458-30,30-30 c16.542,0,30,13.458,30,30V246.407z M259.05,234.201h66.101v0.001c3.253,0,5.899,2.646,5.899,5.899 c0,3.252-2.646,5.898-5.899,5.898h-8.813H259.05V234.201z M269.459,269.591c-1.225-1.225-2.475-2.416-3.736-3.591h50.615 c42.616,0,77.287,34.671,77.287,77.287v69.235c-0.473,0.158-0.929,0.351-1.367,0.575c-3.359-0.714-6.84-1.097-10.409-1.097 c-2.802,0-5.546,0.243-8.224,0.688V352c0-27.57-22.43-50-50-50h-29.91C287.374,290.362,279.295,279.427,269.459,269.591z M332.855,452h-47.869c27.118-38.3,33.014-87.122,17.686-130h20.953c16.542,0,30,13.458,30,30v68.755 C343.116,427.969,335.487,439.084,332.855,452z M381.849,492c-16.542,0-30-13.458-30-30s13.458-30,30-30s30,13.458,30,30 S398.391,492,381.849,492z M413.625,412v-17.667h29.771c7.222,0,13.583,4.61,15.83,11.473l2.028,6.194H413.625z"/></svg>')
}

.main-info-table .one-col .furniture {
    background-image: url('data:image/svg+xml;charset=utf8,<svg height="511pt" viewBox="0 -93 511.99981 511" xmlns="http://www.w3.org/2000/svg"><path fill="%23a8a8a8" d="m460.804688 94.367188c-5.820313.015624-11.589844 1.027343-17.066407 2.988281v-62.722657c0-18.851562-15.285156-34.132812-34.136719-34.132812h-128c-9.839843.03125-19.183593 4.335938-25.601562 11.792969-6.417969-7.457031-15.761719-11.761719-25.601562-11.792969h-128c-18.851563 0-34.132813 15.28125-34.132813 34.132812v62.722657c-26.597656-9.46875-55.832031 4.410156-65.300781 31.007812-6.972656 19.574219-1.398438 41.421875 14.097656 55.265625v132.609375c0 4.714844 3.820312 8.535157 8.535156 8.535157h460.804688c4.714844 0 8.535156-3.820313 8.535156-8.535157v-132.609375c21.058594-18.816406 22.875-51.140625 4.058594-72.199218-9.71875-10.871094-23.613282-17.078126-38.191406-17.0625zm-196.269532-59.734376c0-9.425781 7.640625-17.066406 17.066406-17.066406h128c9.425782 0 17.066407 7.640625 17.066407 17.066406v72.875c-13.441407 11.9375-19.574219 30.09375-16.117188 47.738282-3.109375-.738282-6.289062-1.121094-9.480469-1.144532h-110.9375c-9.261718.03125-18.257812 3.109376-25.597656 8.757813zm-179.203125 0c0-9.425781 7.640625-17.066406 17.066407-17.066406h128c9.425781 0 17.070312 7.640625 17.070312 17.066406v128.226563c-7.34375-5.648437-16.339844-8.726563-25.601562-8.757813h-110.9375c-3.191407.023438-6.371094.40625-9.480469 1.144532 3.457031-17.644532-2.671875-35.800782-16.117188-47.738282zm162.136719 162.136719v8.535157c0 14.136718-11.464844 25.597656-25.601562 25.597656h-110.9375c-14.136719 0-25.597657-11.460938-25.597657-25.597656v-8.535157c0-14.136719 11.460938-25.601562 25.597657-25.601562h110.9375c14.136718 0 25.601562 11.464843 25.601562 25.601562zm-179.203125 0v110.933594h-34.136719v-113.921875c11.03125 3.984375 23.105469 3.984375 34.136719 0zm-17.070313-17.066406c-18.851562 0-34.132812-15.28125-34.132812-34.132813 0-18.851562 15.28125-34.136718 34.132812-34.136718 18.851563 0 34.136719 15.285156 34.136719 34.136718 0 18.851563-15.285156 34.132813-34.136719 34.132813zm375.472657 128h-341.335938v-59.734375h341.335938zm0-102.398437c0 14.136718-11.460938 25.597656-25.597657 25.597656h-110.9375c-14.136718 0-25.597656-11.460938-25.597656-25.597656v-8.535157c0-14.136719 11.460938-25.601562 25.597656-25.601562h110.9375c14.136719 0 25.597657 11.464843 25.597657 25.601562zm51.203125 102.398437h-34.132813v-113.921875c11.027344 3.984375 23.101563 3.984375 34.132813 0zm-17.066406-128c-18.851563 0-34.136719-15.28125-34.136719-34.132813 0-18.851562 15.285156-34.136718 34.136719-34.136718 18.851562 0 34.132812 15.285156 34.132812 34.136718 0 18.851563-15.28125 34.132813-34.132812 34.132813zm0 0"/><path fill="%23a8a8a8" d="m119.464844 51.699219h17.066406v17.070312h-17.066406zm0 0"/><path fill="%23a8a8a8" d="m119.464844 111.433594h17.066406v17.070312h-17.066406zm0 0"/><path fill="%23a8a8a8" d="m196.265625 111.433594h17.066406v17.070312h-17.066406zm0 0"/><path fill="%23a8a8a8" d="m196.265625 51.699219h17.066406v17.070312h-17.066406zm0 0"/><path fill="%23a8a8a8" d="m298.667969 51.699219h17.066406v17.070312h-17.066406zm0 0"/><path fill="%23a8a8a8" d="m298.667969 111.433594h17.066406v17.070312h-17.066406zm0 0"/><path fill="%23a8a8a8" d="m375.46875 111.433594h17.066406v17.070312h-17.066406zm0 0"/><path fill="%23a8a8a8" d="m375.46875 51.699219h17.066406v17.070312h-17.066406zm0 0"/></svg>')
}

.main-info-table .one-col .garage {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a8a8a8" d="M474.608,80.439l-232-80c-1.69-0.583-3.526-0.583-5.216,0l-232,80C2.166,81.551,0.001,84.587,0,87.999v384 c0,4.418,3.582,8,8,8h40c4.418,0,8-3.582,8-8v-248h368v248c0,4.418,3.582,8,8,8h40c4.418,0,8-3.582,8-8v-384 C479.999,84.587,477.834,81.551,474.608,80.439z M40,215.999v248H16v-304h24V215.999z M424,207.999H56v-16h368V207.999z M424,175.999H56v-16h368V175.999z M464,463.999h-24v-304h24V463.999z M464,143.999H16V93.703l224-77.24l224,77.24V143.999z"/><path fill="%23a8a8a8" d="M395.576,344.799l-29.6-14.8l-26.4-52.8c-4.061-8.125-12.381-13.242-21.464-13.2H161.888 c-9.098-0.03-17.421,5.114-21.464,13.264l-26.4,52.8l-29.6,14.8c-2.705,1.352-4.416,4.112-4.424,7.136v112c0,8.837,7.163,16,16,16 h32c8.837,0,16-7.163,16-16v-24h192v24c0,8.837,7.163,16,16,16h32c8.837,0,16-7.163,16-16v-112 C400.017,348.952,398.301,346.16,395.576,344.799z M154.736,284.423c1.345-2.718,4.119-4.434,7.152-4.424h156.224 c3.033-0.01,5.807,1.706,7.152,4.424l21.792,43.576H132.944L154.736,284.423z M128,463.999H96v-24h32V463.999z M384,463.999h-32 v-24h32V463.999z M384,423.999H136H96v-67.056l25.888-12.944h236.224L384,356.943V423.999z"/><path fill="%23a8a8a8" d="M152,359.999h-24c-8.837,0-16,7.163-16,16v16c0,8.837,7.163,16,16,16h24c8.837,0,16-7.163,16-16v-16 C168,367.162,160.837,359.999,152,359.999z M152,391.999h-24v-16h24V391.999z"/><path fill="%23a8a8a8" d="M352,359.999h-24c-8.837,0-16,7.163-16,16v16c0,8.837,7.163,16,16,16h24c8.837,0,16-7.163,16-16v-16 C368,367.162,360.837,359.999,352,359.999z M352,391.999h-24v-16h24V391.999z"/><path fill="%23a8a8a8" d="M280,359.999h-80c-8.837,0-16,7.163-16,16v16c0,8.837,7.163,16,16,16h80c8.837,0,16-7.163,16-16v-16 C296,367.162,288.837,359.999,280,359.999z M280,391.999h-80v-16h80V391.999z"/></svg>')
}

.main-info-table .one-col .garden {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.009 512.009" xml:space="preserve"><path fill="%23a8a8a8" d="M504.473,401.071c4.713,0,8.533-3.821,8.533-8.533c0-4.713-3.821-8.533-8.533-8.533h-8.533 c0-4.713-3.82-8.533-8.533-8.533s-8.533,3.82-8.533,8.533H342.34c0-4.713-3.821-8.533-8.533-8.533 c-4.713,0-8.533,3.82-8.533,8.533h-8.533c-4.713,0-8.533,3.821-8.533,8.533c0,4.713,3.82,8.533,8.533,8.533h8.533v25.6h-8.533 c-4.713,0-8.533,3.82-8.533,8.533s3.82,8.533,8.533,8.533h8.533v8.533h-8.533c-4.713,0-8.533,3.821-8.533,8.533 s3.82,8.533,8.533,8.533h8.533v25.6H180.206v-70.6c12.623,7.113,26.865,10.856,41.354,10.867 c48.46-0.698,87.215-40.48,86.646-88.942c0.263-33.693-18.552-64.638-48.588-79.908c9.888-13.462,15.186-29.747,15.113-46.45 c0.297-36.863-25.562-68.771-61.688-76.117c9.141-20.158,7.57-43.556-4.185-62.31c-11.754-18.755-32.126-30.37-54.253-30.931 c-0.253,0-0.497,0.036-0.749,0.039c-4.543-29.367-29.99-50.923-59.704-50.577c-29.714,0.346-54.651,22.49-58.509,51.955 C14.035,56.104-0.882,75.998,1.197,97.902c2.079,21.904,20.473,38.635,42.476,38.636h49.741c0.77,2.454,1.683,4.861,2.734,7.208 c-36.124,7.371-61.97,39.291-61.667,76.158c-0.073,16.703,5.225,32.988,15.112,46.45c-30.035,15.271-48.85,46.215-48.587,79.908 c-0.57,48.461,38.186,88.244,86.646,88.942c14.489-0.011,28.731-3.753,41.354-10.867v70.6H9.54c-4.713,0-8.533,3.82-8.533,8.533 s3.82,8.533,8.533,8.533h494.933c4.713,0,8.533-3.82,8.533-8.533s-3.821-8.533-8.533-8.533h-8.533v-25.6h8.533 c4.713,0,8.533-3.82,8.533-8.533s-3.821-8.533-8.533-8.533h-8.533v-8.533h8.533c4.713,0,8.533-3.82,8.533-8.533 s-3.821-8.533-8.533-8.533h-8.533v-25.6H504.473z M90.277,116.521c0,0.991,0.112,1.965,0.156,2.95h-46.76 c-14.138,0-25.6-11.461-25.6-25.6c0-14.139,11.462-25.6,25.6-25.6c2.263,0.001,4.434-0.898,6.035-2.499 c1.6-1.6,2.499-3.771,2.499-6.035c-0.044-22.27,17.079-40.812,39.282-42.538c22.203-1.727,41.986,13.946,45.386,35.955 C109.043,61.655,90.096,87.421,90.277,116.521z M163.14,494.938h-17.067v-83.145c3.058-2.848,5.91-5.91,8.533-9.163 c2.623,3.253,5.475,6.315,8.533,9.162V494.938z M164.176,386.502l56.197-56.198c3.281-3.341,3.256-8.701-0.054-12.012 s-8.671-3.335-12.012-0.054l-45.167,45.166v-86.8l40.166-40.166c3.296-3.338,3.28-8.711-0.038-12.029 c-3.317-3.317-8.69-3.334-12.029-0.038l-28.1,28.1v-39.133c0-4.713-3.821-8.533-8.533-8.533c-4.713,0-8.533,3.821-8.533,8.533 v39.133l-28.1-28.1c-3.338-3.296-8.711-3.279-12.029,0.038s-3.334,8.69-0.038,12.029l40.166,40.167v86.8l-45.167-45.167 c-3.338-3.296-8.711-3.279-12.029,0.038c-3.317,3.317-3.334,8.691-0.038,12.029l56.197,56.197 c-12.493,19.629-34.118,31.55-57.385,31.636c-39.038-0.687-70.159-32.835-69.579-71.875 c-0.362-30.873,19.152-58.485,48.375-68.45c2.825-0.931,4.961-3.266,5.637-6.163c0.676-2.897-0.207-5.936-2.328-8.021 c-11.73-11.515-18.298-27.288-18.208-43.725c-0.558-32.561,25.193-59.507,57.746-60.425c3.523,0.311,6.89-1.513,8.554-4.634 c1.455-2.868,1.17-6.311-0.737-8.9c-6.325-8.508-9.749-18.823-9.767-29.425c-0.416-26.542,20.722-48.416,47.262-48.908 c26.541,0.492,47.679,22.366,47.262,48.908c-0.018,10.602-3.442,20.917-9.767,29.425c-1.868,2.611-2.102,6.052-0.604,8.892 c1.508,2.881,4.494,4.683,7.746,4.675c32.789,0.59,58.918,27.601,58.421,60.392c0.09,16.437-6.479,32.21-18.208,43.725 c-2.122,2.085-3.004,5.124-2.328,8.021s2.812,5.232,5.637,6.163c32.774,11.46,52.753,44.622,47.565,78.952 s-34.072,60.109-68.769,61.373C198.293,418.052,176.669,406.131,164.176,386.502z M478.873,494.938H342.34v-25.6h136.533V494.938 z M478.873,452.271H342.34v-8.533h136.533V452.271z M478.873,426.671H342.34v-25.6h136.533V426.671z"/><path fill="%23a8a8a8" d="M367.94,213.338h102.4c22.002-0.001,40.396-16.732,42.476-38.636c2.079-21.904-12.838-41.798-34.447-45.939 c-3.905-29.73-29.244-51.958-59.229-51.958s-55.324,22.228-59.229,51.958c-21.609,4.141-36.526,24.035-34.447,45.939 S345.937,213.337,367.94,213.338z M367.94,145.071c2.263,0.001,4.434-0.898,6.035-2.499c1.6-1.6,2.499-3.771,2.499-6.035 c0-23.564,19.103-42.667,42.667-42.667s42.667,19.102,42.667,42.667c-0.001,2.263,0.898,4.434,2.499,6.035 c1.6,1.6,3.771,2.499,6.035,2.499c14.138,0,25.6,11.462,25.6,25.6s-11.461,25.6-25.6,25.6h-102.4 c-14.138,0-25.6-11.461-25.6-25.6S353.801,145.071,367.94,145.071z"/></svg>')
}

.main-info-table .one-col .gym {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M276,392c-5.52,0-10,4.48-10,10c0,5.52,4.48,10,10,10c5.52,0,10-4.48,10-10C286,396.48,281.52,392,276,392z"/><path fill="%23a8a8a8" d="M482,452h-0.448C499.962,437.082,512,415.325,512,392c0-33.782-21.379-64.084-53.198-75.402 c-0.043-0.015-0.086-0.03-0.129-0.045l-85.479-29.103L404.63,126H416c27.57,0,50-22.43,50-50V30c0-16.542-13.458-30-30-30 c-16.575,0-30,13.425-30,30v36h-50c-16.542,0-30,13.458-30,30c0,12.174,7.421,22.78,17.974,27.453l-28.077,144.489l-142.41-48.486 c-8.368-2.974-17.044-5.06-25.863-6.253L130.127,146h32.803c9.899,0,19.208-3.856,26.211-10.858 C196.144,128.139,200,118.83,200,108.93c0-18.188-13.026-33.565-30.976-36.563C47.12,52.274,53.514,52.61,46.61,52.61 C20.909,52.61,0,73.56,0,99.31C0,125.055,20.945,146,46.69,146h21.246l19.132,73.271C35.336,237.321,0,286.436,0,342 c0,45.87,24.008,86.812,60.69,110H30c-16.574,0-30,13.424-30,30c0,16.542,13.458,30,30,30h452c16.575,0,30-13.425,30-30 C512,465.458,498.542,452,482,452z M356,86h60c5.522,0,10-4.478,10-10V30c0-5.519,4.479-10,10-10c5.514,0,10,4.486,10,10v46 c0,16.542-13.458,30-30,30c-11.81,0-47.195,0-59.585,0c-0.32-0.026-0.637-0.036-0.953-0.031C350.215,105.694,346,101.297,346,96 C346,90.486,350.486,86,356,86z M363.852,126h20.403l-30.169,154.944l-19.079-6.496L363.852,126z M46.69,126 C31.973,126,20,114.026,20,99.31c0-14.722,11.937-26.7,26.61-26.7c4.09,0-0.908-0.392,119.123,19.483 C174,93.475,180,100.555,180,108.93c0,4.558-1.776,8.845-5.001,12.069c-3.225,3.225-7.511,5.001-12.069,5.001H46.69z M126.658,212.054c-6.823,0.173-13.597,0.881-20.255,2.104L88.607,146h20.853L126.658,212.054z M20,342 c0-49.853,33.605-93.575,81.733-106.327c20.642-5.497,43.667-4.99,65.112,2.648c0.044,0.016,0.088,0.03,0.132,0.046 l285.186,97.097C475.993,343.972,492,366.684,492,392c0,31.395-31.442,58.986-65.971,59l-310.275,0.092 C61.122,444.029,20,397.234,20,342z M482,492H30c-5.514,0-10-4.486-10-10c0-5.521,4.479-10,10-10c8.364,0,362.062,0,452,0 c5.514,0,10,4.486,10,10C492,487.519,487.521,492,482,492z"/><path fill="%23a8a8a8" d="M376,332c-27.57,0-50,22.43-50,50s22.43,50,50,50s50-22.43,50-50S403.57,332,376,332z M376,412c-16.542,0-30-13.458-30-30 s13.458-30,30-30s30,13.458,30,30S392.542,412,376,412z"/><path fill="%23a8a8a8" d="M236,392h-41.858l-8.076-8.076C195.104,371.882,200,357.317,200,342c0-38.598-31.402-70-70-70c-38.598,0-70,31.402-70,70 c0,38.598,31.402,70,70,70c15.315,0,29.879-4.894,41.923-13.934l11.006,11.006c1.875,1.875,4.419,2.929,7.071,2.929h46 c5.522,0,10-4.478,10-10C246,396.479,241.522,392,236,392z M171.722,369.58l-34.651-34.651c-3.905-3.904-10.237-3.904-14.142,0 c-3.905,3.905-3.905,10.237,0,14.143l34.65,34.65C149.465,389.106,139.954,392,130,392c-27.57,0-50-22.43-50-50s22.43-50,50-50 s50,22.43,50,50C180,351.955,177.105,361.468,171.722,369.58z"/></svg>')
}

.main-info-table .one-col .icon {
    height: 30px;
    margin-right: 20px;
    width: 30px
}

.main-info-table .one-col .internet {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 59 59" xml:space="preserve"><path fill="%23a8a8a8" d="M10.407,1.707c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0c-11.307,11.307-11.307,29.705,0,41.012 C9.189,41.5,9.445,41.598,9.7,41.598s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 C-0.12,29.363-0.12,12.234,10.407,1.707z"/><path fill="%23a8a8a8" d="M50.005,0.293c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c5.092,5.091,7.896,11.871,7.896,19.092 S53.683,34.8,48.591,39.891c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293 c5.47-5.469,8.481-12.751,8.481-20.506S55.475,5.762,50.005,0.293z"/><path fill="%23a8a8a8" d="M14.651,5.949c0.391-0.391,0.391-1.023,0-1.414s-1.023-0.391-1.414,0c-8.968,8.968-8.968,23.56,0,32.527 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 C6.463,27.46,6.463,14.138,14.651,5.949z"/><path fill="%23a8a8a8" d="M45.763,4.535c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c8.188,8.188,8.188,21.511,0,29.699 c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293 C54.731,28.095,54.731,13.503,45.763,4.535z"/><path fill="%23a8a8a8" d="M18.893,8.778c-0.391-0.391-1.023-0.391-1.414,0c-3.206,3.206-4.972,7.475-4.972,12.021s1.766,8.814,4.972,12.021 c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293c0.391-0.391,0.391-1.023,0-1.414 c-5.849-5.849-5.849-15.364,0-21.213C19.283,9.802,19.283,9.169,18.893,8.778z"/><path fill="%23a8a8a8" d="M41.521,8.778c-0.391-0.391-1.023-0.391-1.414,0s-0.391,1.023,0,1.414c5.849,5.849,5.849,15.364,0,21.213 c-0.391,0.391-0.391,1.023,0,1.414c0.195,0.195,0.451,0.293,0.707,0.293s0.512-0.098,0.707-0.293 c3.206-3.206,4.972-7.475,4.972-12.021S44.727,11.984,41.521,8.778z"/><path fill="%23a8a8a8" d="M29.499,14c-3.859,0-7,3.141-7,7c0,3.519,2.614,6.432,6,6.92V58c0,0.553,0.447,1,1,1s1-0.447,1-1V27.92 c3.386-0.488,6-3.401,6-6.92C36.499,17.141,33.359,14,29.499,14z M29.499,26c-2.757,0-5-2.243-5-5s2.243-5,5-5s5,2.243,5,5 S32.256,26,29.499,26z"/></svg>')
}

.main-info-table .one-col .kitchen {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M366.933,307.2H145.067c-4.71,0-8.533,3.814-8.533,8.533v187.733c0,4.719,3.823,8.533,8.533,8.533h221.867 c4.719,0,8.533-3.814,8.533-8.533V315.733C375.467,311.014,371.652,307.2,366.933,307.2z M358.4,494.933H153.6V324.267h204.8 V494.933z"/><path fill="%23a8a8a8" d="M366.933,307.2H145.067c-4.71,0-8.533,3.814-8.533,8.533v187.733c0,4.719,3.823,8.533,8.533,8.533h221.867 c4.719,0,8.533-3.814,8.533-8.533V315.733C375.467,311.014,371.652,307.2,366.933,307.2z M358.4,494.933H153.6V324.267h204.8 V494.933z"/><path fill="%23a8a8a8" d="M145.067,307.2H8.533c-4.71,0-8.533,3.814-8.533,8.533v187.733C0,508.186,3.823,512,8.533,512h136.533 c4.71,0,8.533-3.814,8.533-8.533V315.733C153.6,311.014,149.777,307.2,145.067,307.2z M136.533,494.933H17.067V324.267h119.467 V494.933z"/><path fill="%23a8a8a8" d="M503.467,307.2H366.933c-4.719,0-8.533,3.814-8.533,8.533v187.733c0,4.719,3.814,8.533,8.533,8.533h136.533 c4.719,0,8.533-3.814,8.533-8.533V315.733C512,311.014,508.186,307.2,503.467,307.2z M494.933,494.933H375.467V324.267h119.467 V494.933z"/><path fill="%23a8a8a8" d="M332.8,375.467H179.2c-4.71,0-8.533,3.814-8.533,8.533v85.333c0,4.719,3.823,8.533,8.533,8.533h153.6 c4.719,0,8.533-3.814,8.533-8.533V384C341.333,379.281,337.519,375.467,332.8,375.467z M324.267,460.8H187.733v-68.267h136.533 V460.8z"/><rect fill="%23a8a8a8" x="264.533" y="341.333" width="17.067" height="17.067"/><rect fill="%23a8a8a8" x="230.4" y="341.333" width="17.067" height="17.067"/><rect fill="%23a8a8a8" x="196.267" y="341.333" width="17.067" height="17.067"/><rect fill="%23a8a8a8" x="298.667" y="341.333" width="17.067" height="17.067"/><rect fill="%23a8a8a8" x="8.533" y="375.467" width="136.533" height="17.067"/><rect fill="%23a8a8a8" x="59.733" y="341.333" width="34.133" height="17.067"/><rect fill="%23a8a8a8" x="59.733" y="409.6" width="34.133" height="17.067"/><rect fill="%23a8a8a8" x="366.933" y="375.467" width="136.533" height="17.067"/><rect fill="%23a8a8a8" x="426.667" y="384" width="17.067" height="119.467"/><rect fill="%23a8a8a8" x="418.133" y="341.333" width="34.133" height="17.067"/><rect fill="%23a8a8a8" x="392.533" y="426.667" width="17.067" height="25.6"/><rect fill="%23a8a8a8" x="460.8" y="426.667" width="17.067" height="25.6"/><path fill="%23a8a8a8" d="M364.433,139.034L332.8,107.401V8.533c0-4.71-3.814-8.533-8.533-8.533H187.733c-4.71,0-8.533,3.823-8.533,8.533v98.867 l-31.633,31.633c-2.441,2.44-3.174,6.11-1.852,9.301c1.323,3.183,4.437,5.265,7.885,5.265h204.8c3.447,0,6.571-2.082,7.885-5.265 C367.607,145.143,366.874,141.474,364.433,139.034z M174.199,136.533l19.567-19.567c1.604-1.596,2.5-3.772,2.5-6.033V17.067 h119.467v93.867c0,2.261,0.896,4.437,2.5,6.033l19.567,19.567H174.199z"/><path fill="%23a8a8a8" d="M460.8,187.733c-18.825,0-34.133,15.309-34.133,34.133v8.533h17.067v-8.533c0-9.412,7.654-17.067,17.067-17.067 c9.412,0,17.067,7.654,17.067,17.067v93.867h17.067v-93.867C494.933,203.042,479.625,187.733,460.8,187.733z"/><rect fill="%23a8a8a8" x="460.8" y="273.067" width="25.6" height="17.067"/><path fill="%23a8a8a8" d="M247.467,256h-85.333c-4.71,0-8.533,3.814-8.533,8.533v51.2c0,4.719,3.823,8.533,8.533,8.533h85.333 c4.71,0,8.533-3.814,8.533-8.533v-51.2C256,259.814,252.177,256,247.467,256z M238.933,307.2h-68.267v-34.133h68.267V307.2z"/><rect fill="%23a8a8a8" x="136.533" y="273.067" width="25.6" height="17.067"/><rect fill="%23a8a8a8" x="247.467" y="273.067" width="25.6" height="17.067"/><path fill="%23a8a8a8" d="M145.067,0H8.533C3.823,0,0,3.823,0,8.533v102.4c0,4.71,3.823,8.533,8.533,8.533h136.533c4.71,0,8.533-3.823,8.533-8.533 V8.533C153.6,3.823,149.777,0,145.067,0z M136.533,102.4H17.067V17.067h119.467V102.4z"/><rect fill="%23a8a8a8" x="102.4" y="51.2" width="17.067" height="34.133"/><path fill="%23a8a8a8" d="M503.467,0H366.933c-4.719,0-8.533,3.823-8.533,8.533v102.4c0,4.71,3.814,8.533,8.533,8.533h136.533 c4.719,0,8.533-3.823,8.533-8.533V8.533C512,3.823,508.186,0,503.467,0z M494.933,102.4H375.467V17.067h119.467V102.4z"/><rect fill="%23a8a8a8" x="392.533" y="51.2" width="17.067" height="34.133"/><rect fill="%23a8a8a8" x="0" y="170.667" width="153.6" height="17.067"/><rect fill="%23a8a8a8" x="17.067" y="153.6" width="17.067" height="76.8"/><path fill="%23a8a8a8" d="M25.6,221.867c-14.114,0-25.6,11.486-25.6,25.6s11.486,25.6,25.6,25.6s25.6-11.486,25.6-25.6S39.714,221.867,25.6,221.867 z M25.6,256c-4.702,0-8.533-3.831-8.533-8.533c0-4.702,3.831-8.533,8.533-8.533c4.702,0,8.533,3.831,8.533,8.533 C34.133,252.169,30.302,256,25.6,256z"/><rect fill="%23a8a8a8" x="51.2" y="153.6" width="17.067" height="76.8"/><path fill="%23a8a8a8" d="M59.733,221.867c-14.114,0-25.6,11.486-25.6,25.6s11.486,25.6,25.6,25.6s25.6-11.486,25.6-25.6 S73.847,221.867,59.733,221.867z M59.733,256c-4.702,0-8.533-3.831-8.533-8.533c0-4.702,3.831-8.533,8.533-8.533 s8.533,3.831,8.533,8.533C68.267,252.169,64.435,256,59.733,256z"/><rect fill="%23a8a8a8" x="85.333" y="153.6" width="17.067" height="76.8"/><path fill="%23a8a8a8" d="M93.867,221.867c-14.114,0-25.6,11.486-25.6,25.6s11.486,25.6,25.6,25.6s25.6-11.486,25.6-25.6 S107.981,221.867,93.867,221.867z M93.867,256c-4.702,0-8.533-3.831-8.533-8.533c0-4.702,3.831-8.533,8.533-8.533 c4.702,0,8.533,3.831,8.533,8.533C102.4,252.169,98.569,256,93.867,256z"/></svg>')
}

.main-info-table .one-col .kitchen-furniture {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511.999 511.999" xml:space="preserve"><path fill="%23a8a8a8" d="M507.372,126.621l-88.539-58.377V9.995c0-5.519-4.475-9.995-9.995-9.995h-61.34c-5.52,0-9.995,4.476-9.995,9.995v58.282 l-87.559,58.372c-2.781,1.853-4.451,4.974-4.451,8.316v30.67c0,5.519,4.475,9.995,9.995,9.995H501.87 c5.52,0,9.995-4.476,9.995-9.995v-30.67C511.865,131.606,510.177,128.471,507.372,126.621z M357.493,19.99h41.35v43.641h-41.35 V19.99z M265.483,155.64v-15.326l85.041-56.694h55.315l86.036,56.727v15.293H265.483z"/><path fill="%23a8a8a8" d="M501.87,246.65H10.129c-5.52,0-9.995,4.476-9.995,9.995v245.359c0,5.519,4.475,9.995,9.995,9.995H501.87 c5.52,0,9.995-4.476,9.995-9.995V256.645C511.865,251.126,507.39,246.65,501.87,246.65z M245.494,492.01H20.123V385.322h225.371 V492.01z M245.494,365.332H20.123V266.64h225.371V365.332z M491.876,492.01H265.483V335.76h226.392V492.01z M265.483,315.77 v-49.13h226.392v49.13H265.483z"/><path fill="%23a8a8a8" d="M189.035,285.559H72.113c-5.52,0-9.995,4.476-9.995,9.995s4.475,9.995,9.995,9.995h116.922 c5.52,0,9.995-4.476,9.995-9.995S194.555,285.559,189.035,285.559z"/><path fill="%23a8a8a8" d="M189.035,406.39H72.113c-5.52,0-9.995,4.476-9.995,9.995s4.475,9.995,9.995,9.995h116.922c5.52,0,9.995-4.476,9.995-9.995 S194.555,406.39,189.035,406.39z"/><path fill="%23a8a8a8" d="M458.893,355.749h-22.026c-5.52,0-9.995,4.476-9.995,9.995s4.475,9.995,9.995,9.995h12.032v79.958h-139.26v-79.958h47.27 c5.52,0,9.995-4.476,9.995-9.995s-4.475-9.995-9.995-9.995h-57.265c-5.52,0-9.995,4.476-9.995,9.995v99.947 c0,5.519,4.475,9.995,9.995,9.995h159.249c5.52,0,9.995-4.476,9.995-9.995v-99.947 C468.888,360.224,464.413,355.749,458.893,355.749z"/><path fill="%23a8a8a8" d="M328.631,290.601c-0.13-0.64-0.33-1.269-0.58-1.868c-0.25-0.601-0.55-1.189-0.92-1.729c-0.36-0.55-0.78-1.059-1.239-1.519 c-2.319-2.319-5.767-3.389-9.015-2.729c-0.64,0.13-1.269,0.32-1.869,0.57c-0.61,0.25-1.189,0.56-1.729,0.92 c-0.55,0.359-1.059,0.78-1.519,1.239c-0.46,0.46-0.88,0.969-1.239,1.519c-0.36,0.54-0.67,1.129-0.92,1.729 c-0.25,0.6-0.45,1.228-0.57,1.868c-0.13,0.65-0.2,1.3-0.2,1.949c0,0.661,0.07,1.311,0.2,1.96c0.12,0.63,0.32,1.26,0.57,1.869 c0.25,0.601,0.56,1.18,0.919,1.719c0.36,0.551,0.78,1.06,1.239,1.52c0.46,0.46,0.969,0.88,1.519,1.249 c0.54,0.36,1.119,0.67,1.729,0.92c0.6,0.25,1.229,0.44,1.869,0.57s1.299,0.189,1.949,0.189c2.639,0,5.207-1.059,7.066-2.928 c0.46-0.46,0.88-0.969,1.239-1.52c0.37-0.539,0.67-1.118,0.92-1.719c0.25-0.609,0.45-1.239,0.58-1.869 c0.12-0.649,0.19-1.299,0.19-1.959C328.821,291.902,328.751,291.251,328.631,290.601z"/><path fill="%23a8a8a8" d="M388.47,290.602c-0.13-0.64-0.32-1.269-0.57-1.868c-0.25-0.601-0.56-1.189-0.919-1.729c-0.37-0.55-0.78-1.059-1.239-1.519 c-0.47-0.46-0.979-0.881-1.529-1.239c-0.54-0.36-1.119-0.67-1.719-0.92c-0.61-0.25-1.229-0.44-1.869-0.57 c-1.289-0.26-2.619-0.26-3.908,0c-0.64,0.13-1.269,0.32-1.869,0.57c-0.61,0.25-1.189,0.56-1.729,0.92 c-0.55,0.359-1.059,0.78-1.519,1.239c-0.46,0.46-0.88,0.969-1.239,1.519c-0.36,0.54-0.67,1.129-0.919,1.729 c-0.25,0.6-0.44,1.228-0.57,1.868c-0.13,0.65-0.2,1.3-0.2,1.949c0,0.66,0.07,1.31,0.2,1.959c0.13,0.63,0.32,1.26,0.57,1.869 c0.25,0.601,0.56,1.18,0.919,1.719c0.36,0.551,0.78,1.06,1.239,1.52c0.46,0.47,0.969,0.88,1.519,1.249 c0.54,0.36,1.119,0.67,1.729,0.92c0.6,0.25,1.229,0.44,1.869,0.57s1.299,0.189,1.949,0.189c0.65,0,1.309-0.06,1.959-0.189 c0.64-0.13,1.259-0.32,1.869-0.57c0.6-0.25,1.179-0.56,1.719-0.92c0.55-0.37,1.059-0.78,1.529-1.249 c0.46-0.46,0.87-0.969,1.239-1.52c0.36-0.539,0.67-1.118,0.919-1.719c0.25-0.609,0.44-1.239,0.57-1.869 c0.13-0.649,0.19-1.299,0.19-1.959C388.66,291.903,388.6,291.252,388.47,290.602z"/><path fill="%23a8a8a8" d="M448.308,290.603c-0.13-0.64-0.32-1.269-0.57-1.868c-0.25-0.601-0.56-1.189-0.919-1.729 c-0.37-0.55-0.78-1.059-1.239-1.519c-0.47-0.46-0.979-0.881-1.519-1.239c-0.55-0.36-1.129-0.67-1.729-0.92 c-0.6-0.25-1.229-0.44-1.869-0.57c-1.289-0.26-2.619-0.26-3.908,0c-0.64,0.13-1.269,0.32-1.869,0.57 c-0.6,0.25-1.179,0.56-1.729,0.92c-0.55,0.359-1.059,0.78-1.519,1.239c-0.46,0.46-0.88,0.969-1.239,1.519 c-0.36,0.54-0.67,1.129-0.919,1.729c-0.25,0.6-0.44,1.228-0.57,1.868c-0.13,0.65-0.19,1.3-0.19,1.949c0,0.66,0.06,1.31,0.19,1.959 c0.13,0.64,0.32,1.259,0.57,1.868c0.25,0.601,0.56,1.18,0.919,1.719c0.37,0.551,0.78,1.06,1.239,1.52 c1.859,1.869,4.438,2.928,7.066,2.928c0.66,0,1.309-0.06,1.959-0.189c0.64-0.13,1.269-0.32,1.869-0.57 c0.6-0.25,1.179-0.56,1.729-0.92c0.54-0.37,1.049-0.78,1.519-1.249c0.46-0.46,0.87-0.969,1.239-1.52 c0.36-0.539,0.67-1.118,0.919-1.719c0.25-0.609,0.44-1.239,0.57-1.869c0.13-0.649,0.2-1.299,0.2-1.959 C448.508,291.904,448.438,291.253,448.308,290.603z"/><path fill="%23a8a8a8" d="M406.71,363.445c-0.12-0.641-0.32-1.27-0.57-1.88c-0.25-0.6-0.56-1.179-0.919-1.719c-0.36-0.55-0.78-1.059-1.239-1.519 c-0.46-0.46-0.969-0.88-1.519-1.239c-0.54-0.36-1.119-0.67-1.729-0.92c-0.6-0.25-1.229-0.45-1.869-0.57 c-1.289-0.26-2.619-0.26-3.908,0c-0.63,0.12-1.259,0.32-1.869,0.57c-0.6,0.25-1.179,0.56-1.719,0.92 c-0.55,0.36-1.059,0.78-1.519,1.239c-0.46,0.46-0.88,0.97-1.249,1.519c-0.36,0.54-0.67,1.119-0.919,1.719 c-0.25,0.61-0.44,1.239-0.57,1.88c-0.13,0.64-0.19,1.299-0.19,1.948c0,0.65,0.06,1.31,0.19,1.949c0.13,0.641,0.32,1.27,0.57,1.869 c0.25,0.61,0.56,1.189,0.919,1.729c0.37,0.55,0.79,1.059,1.249,1.519c0.46,0.46,0.969,0.88,1.519,1.239 c0.54,0.359,1.119,0.67,1.719,0.92c0.61,0.25,1.239,0.45,1.869,0.57c0.65,0.13,1.309,0.199,1.959,0.199s1.309-0.069,1.949-0.199 c0.64-0.12,1.269-0.32,1.869-0.57c0.61-0.25,1.189-0.561,1.729-0.92c0.55-0.36,1.059-0.78,1.519-1.239 c0.46-0.46,0.88-0.969,1.239-1.519c0.36-0.54,0.67-1.119,0.919-1.729c0.25-0.6,0.44-1.228,0.57-1.869 c0.13-0.64,0.2-1.299,0.2-1.949C406.91,364.744,406.84,364.084,406.71,363.445z"/></svg>')
}

.main-info-table .one-col .pantry {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M502.67,122.803c-2.188-5.07-8.071-7.408-13.143-5.22c-5.07,2.188-7.408,8.072-5.22,13.143 c15.36,35.601,7.569,76.322-19.853,103.742c-36.648,36.648-96.28,36.648-132.928,0c-36.649-36.648-36.648-96.28,0-132.928 c15.488-15.488,35.524-24.735,56.465-26.987v19.536c-18.344,4.499-31.998,21.073-31.998,40.786 c0,23.158,18.84,41.998,41.998,41.998c23.158,0,41.998-18.84,41.998-41.998c0-19.712-13.653-36.287-31.998-40.786V74.54 c8.097,0.86,16.158,2.772,23.98,5.798c5.15,1.993,10.939-0.567,12.934-5.718c1.993-5.15-0.567-10.94-5.718-12.934 c-10.166-3.934-20.667-6.314-31.196-7.234v-5.443c0-27.017-21.98-48.997-48.997-48.997H160.991 c-27.018,0-48.997,21.98-48.997,48.997v5.803c-13.211,2.036-25.915,8.119-36.069,18.273l-58.99,58.991 C6.015,143,0,157.518,0,172.961v291.695c0,26.099,21.233,47.33,47.331,47.33h149.325c26.099,0,47.33-21.232,47.33-47.33v-97.661 c0-5.522-4.478-9.999-9.999-9.999s-9.999,4.478-9.999,9.999v97.661c0,15.07-12.261,27.331-27.331,27.331H47.331 c-15.071,0-27.332-12.261-27.332-27.331V172.961c0-10.101,3.935-19.598,11.077-26.741l58.99-58.99 c6.248-6.248,13.886-10.265,21.928-12.079v45.438c-17.145,4.448-29.844,20.054-29.844,38.572c0,21.97,17.874,39.844,39.844,39.844 c21.97,0,39.844-17.874,39.844-39.844c0-18.517-12.698-34.123-29.844-38.572V75.151c8.042,1.813,15.68,5.832,21.928,12.079 l58.991,58.989c7.144,7.145,11.076,16.642,11.076,26.742v117.037c0,5.522,4.478,9.999,9.999,9.999s9.999-4.478,9.999-9.999 V172.961c0-15.442-6.014-29.962-16.934-40.884l-58.991-58.99c-10.154-10.154-22.858-16.238-36.069-18.273v-5.803 c0-15.989,13.009-28.998,28.998-28.998h198.003c15.989,0,28.998,13.009,28.998,28.998v5.459 c-26.165,2.32-51.299,13.622-70.606,32.929c-44.445,44.447-44.445,116.764,0,161.212c12.28,12.28,26.69,21.16,42.051,26.654 v66.724l-13.772,13.772c-3.905,3.905-3.905,10.236,0,14.142l9.631,9.63l-9.631,9.631c-3.905,3.905-3.905,10.236,0,14.142 l9.63,9.63l-9.63,9.63c-3.905,3.905-3.905,10.236,0,14.142l9.631,9.63l-9.631,9.631c-1.875,1.876-2.929,4.419-2.929,7.071v0.712 c0,2.652,1.054,5.195,2.929,7.071l38.232,38.232c1.953,1.952,4.512,2.929,7.071,2.929c2.559,0,5.118-0.977,7.071-2.929 l38.944-38.944c1.875-1.876,2.929-4.419,2.929-7.071V274.002c14.098-5.553,27.307-14.011,38.687-25.391 c16.463-16.464,27.365-37.231,31.529-60.058C514.192,166.267,511.614,143.531,502.67,122.803z M141.838,159.161 c0,10.942-8.901,19.845-19.845,19.845c-10.943,0-19.845-8.901-19.845-19.845c0-7.294,3.967-13.664,9.845-17.113v12.957 c0,5.522,4.478,9.999,9.999,9.999c5.522,0,9.999-4.478,9.999-9.999v-12.957C137.871,145.497,141.838,151.866,141.838,159.161z M388.232,115.168c0.988,4.483,4.979,7.841,9.759,7.841c4.781,0,8.772-3.357,9.759-7.841c7.246,3.603,12.239,11.081,12.239,19.708 c0,12.13-9.868,21.999-21.999,21.999s-21.999-9.868-21.999-21.999C375.993,126.249,380.986,118.77,388.232,115.168z M419.912,458.9h-0.001l-28.944,28.944l-24.447-24.447l9.986-9.986c3.905-3.905,3.905-10.236,0-14.142l-9.63-9.63l9.63-9.63 c3.905-3.905,3.905-10.236,0-14.142l-9.631-9.63l9.631-9.631c3.905-3.905,3.905-10.236,0-14.142l-9.63-9.63l9.63-9.63 c1.875-1.876,2.929-4.419,2.929-7.071v-65.699c6.142,1.005,12.348,1.513,18.557,1.513c7.344,0,14.687-0.705,21.92-2.111V458.9z"/><path fill="%23a8a8a8" d="M479.173,87.979l-0.575-0.58c-3.906-3.904-10.235-3.904-14.142,0c-3.905,3.905-3.905,10.236,0,14.142l0.456,0.459 c1.958,1.991,4.543,2.989,7.132,2.989c2.53,0,5.063-0.955,7.01-2.869C482.991,98.249,483.045,91.918,479.173,87.979z"/><path fill="%23a8a8a8" d="M241.059,322.927c-1.859-1.861-4.439-2.93-7.069-2.93c-2.641,0-5.21,1.069-7.07,2.93c-1.87,1.86-2.93,4.44-2.93,7.07 c0,2.63,1.06,5.21,2.93,7.069c1.86,1.86,4.43,2.931,7.07,2.931c2.63,0,5.199-1.07,7.069-2.931c1.86-1.859,2.931-4.439,2.931-7.069 C243.99,327.367,242.92,324.787,241.059,322.927z"/><path fill="%23a8a8a8" d="M173.99,245.001H69.996v0c-5.522,0-9.999,4.478-9.999,9.999v183.99c0,5.522,4.478,9.999,9.999,9.999H173.99 c5.522,0,9.999-4.478,9.999-9.999v-183.99C183.99,249.479,179.512,245.001,173.99,245.001z M163.991,428.991H79.995V265h23.013 h19.999h40.984V428.991z"/></svg>')
}

.main-info-table .one-col .parking {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 503.607 503.607" xml:space="preserve"><path fill="%23a8a8a8" d="M368.311,410.279v-92.328c0-14.269-10.911-25.18-25.18-25.18h-4.197c-4.197,0-7.554-2.518-8.393-5.875l-29.377-102.4 v-0.839c-6.715-15.108-21.823-25.18-38.61-25.18H104.757c-16.787,0-31.895,10.072-38.61,25.18v0.839l-29.377,102.4 c-1.679,3.357-5.036,5.875-8.393,5.875H24.18C9.911,292.771-1,303.682-1,317.951v92.328c0,14.269,10.911,25.18,25.18,25.18 v41.967c0,14.269,10.911,25.18,25.18,25.18h16.787c14.269,0,25.18-10.911,25.18-25.18v-41.967h184.656v41.967 c0,14.269,10.911,25.18,25.18,25.18h16.787c14.269,0,25.18-10.911,25.18-25.18v-41.967 C357.4,435.459,368.311,424.548,368.311,410.279z M74.541,477.426c0,5.036-3.357,8.393-8.393,8.393H49.361 c-5.036,0-8.393-3.357-8.393-8.393v-41.967h33.574V477.426z M326.344,477.426c0,5.036-3.357,8.393-8.393,8.393h-16.787 c-5.036,0-8.393-3.357-8.393-8.393v-41.967h33.574V477.426z M351.525,410.279c0,5.036-3.357,8.393-8.393,8.393h-8.393h-50.361 H82.934H32.574H24.18c-5.036,0-8.393-3.357-8.393-8.393v-92.328c0-5.036,3.357-8.393,8.393-8.393h4.197 c10.911,0,20.984-7.554,24.341-18.466l29.377-101.561c4.197-8.393,12.59-14.269,22.662-14.269h157.797 c9.233,0,18.466,5.036,22.662,14.269l29.377,101.561c3.357,10.911,13.43,18.466,24.341,18.466h4.197 c5.036,0,8.393,3.357,8.393,8.393V410.279z"/><path fill="%23a8a8a8" d="M74.541,326.344c-18.466,0-33.574,15.108-33.574,33.574s15.108,33.574,33.574,33.574s33.574-15.108,33.574-33.574 S93.007,326.344,74.541,326.344z M74.541,376.705c-9.233,0-16.787-7.554-16.787-16.787s7.554-16.787,16.787-16.787 s16.787,7.554,16.787,16.787S83.774,376.705,74.541,376.705z"/><path fill="%23a8a8a8" d="M292.771,326.344c-18.466,0-33.574,15.108-33.574,33.574s15.108,33.574,33.574,33.574s33.574-15.108,33.574-33.574 S311.236,326.344,292.771,326.344z M292.771,376.705c-9.233,0-16.787-7.554-16.787-16.787s7.554-16.787,16.787-16.787 c9.233,0,16.787,7.554,16.787,16.787S302.003,376.705,292.771,376.705z"/><path fill="%23a8a8a8" d="M200.443,368.311h-33.574c-5.036,0-8.393,3.357-8.393,8.393c0,5.036,3.357,8.393,8.393,8.393h33.574 c5.036,0,8.393-3.357,8.393-8.393C208.836,371.669,205.479,368.311,200.443,368.311z"/><path fill="%23a8a8a8" d="M217.229,334.738h-67.148c-5.036,0-8.393,3.357-8.393,8.393c0,5.036,3.357,8.393,8.393,8.393h67.148 c5.036,0,8.393-3.357,8.393-8.393C225.623,338.095,222.266,334.738,217.229,334.738z"/><path fill="%23a8a8a8" d="M103.079,292.771h161.993c5.036,0,10.072-2.518,13.43-6.715s4.197-10.072,2.518-15.108L260.875,203.8 c-1.679-6.715-8.394-11.751-15.948-11.751H123.223c-7.554,0-13.43,4.197-15.948,11.751l-20.144,67.148 c-1.679,5.036-0.839,10.911,2.518,15.108C93.007,290.252,98.043,292.771,103.079,292.771z M123.223,208.836h121.705 l20.144,67.148H103.079L123.223,208.836z"/><path fill="%23a8a8a8" d="M494.213-1H351.525c-5.036,0-8.393,3.357-8.393,8.393v142.689c0,5.036,3.357,8.393,8.393,8.393h58.754v260.197h-16.787 c-5.036,0-8.393,3.357-8.393,8.393v25.18h-16.787c-5.036,0-8.393,3.357-8.393,8.393v33.574c0,5.036,3.357,8.393,8.393,8.393 h100.721c5.036,0,8.393-3.357,8.393-8.393v-33.574c0-5.036-3.357-8.393-8.393-8.393h-16.787v-25.18 c0-5.036-3.357-8.393-8.393-8.393h-16.787V158.475h67.148c5.036,0,8.393-3.357,8.393-8.393V7.393 C502.607,2.357,499.249-1,494.213-1z M460.639,485.82h-83.934v-16.787h16.787h50.361h16.787V485.82z M435.459,452.246h-33.574 v-16.787h33.574V452.246z M485.82,141.689H359.918V15.787H485.82V141.689z"/><path fill="%23a8a8a8" d="M410.279,124.902c5.036,0,8.393-3.357,8.393-8.393V99.721h8.393c18.466,0,33.574-15.108,33.574-33.574 c0-18.466-15.108-33.574-33.574-33.574h-16.787c-5.036,0-8.393,3.357-8.393,8.393v50.361v25.18 C401.885,121.544,405.243,124.902,410.279,124.902z M443.852,66.148c0,9.233-7.554,16.787-16.787,16.787h-8.393V49.361h8.393 C436.298,49.361,443.852,56.915,443.852,66.148z"/></svg>')
}

.main-info-table .one-col .playground {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 463 463" xml:space="preserve"><path fill="%23a8a8a8" d="M127.5,80h-64C50.542,80,40,90.542,40,103.5v64c0,12.958,10.542,23.5,23.5,23.5h64c12.958,0,23.5-10.542,23.5-23.5v-64 C151,90.542,140.458,80,127.5,80z M136,167.5c0,4.687-3.813,8.5-8.5,8.5h-64c-4.687,0-8.5-3.813-8.5-8.5v-64 c0-4.687,3.813-8.5,8.5-8.5h64c4.687,0,8.5,3.813,8.5,8.5V167.5z"/><path fill="%23a8a8a8" d="M439.5,368c-40.527,0-74.435-41.564-110.333-85.569C288.101,232.09,245.686,180.108,183,176.239V103.5 c0-30.603-24.897-55.5-55.5-55.5h-64C32.897,48,8,72.897,8,103.5V400H7.5c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h48 c4.142,0,7.5-3.358,7.5-7.5s-3.358-7.5-7.5-7.5H55V231.5c0-4.687,3.813-8.5,8.5-8.5h64c4.687,0,8.5,3.813,8.5,8.5V400h-0.5 c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h48c4.142,0,7.5-3.358,7.5-7.5s-3.358-7.5-7.5-7.5H183V223.419 c20.507,2.257,39.115,13.611,57,29.806V400h-8.5c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h32c4.142,0,7.5-3.358,7.5-7.5 s-3.358-7.5-7.5-7.5H255V267.999c12.638,13.367,25.075,28.61,37.751,44.148c8.953,10.975,17.972,22.03,27.249,32.614V400h-8.5 c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h32c4.142,0,7.5-3.358,7.5-7.5s-3.358-7.5-7.5-7.5H335v-38.887 C364.559,391.673,397.525,415,439.5,415c12.958,0,23.5-10.542,23.5-23.5S452.458,368,439.5,368z M151,400V231.5 c0-12.958-10.542-23.5-23.5-23.5h-64C50.542,208,40,218.542,40,231.5V400H23V103.5C23,81.168,41.168,63,63.5,63h64 c22.332,0,40.5,18.168,40.5,40.5V400H151z M439.5,400c-55.724,0-96.089-49.482-135.126-97.334 c-37.766-46.295-73.541-90.144-121.374-94.335V191.28c55.768,4.075,95.789,53.125,134.544,100.633 C355.758,338.756,391.853,383,439.5,383c4.687,0,8.5,3.813,8.5,8.5C448,396.188,444.188,400,439.5,400z"/></svg>')
}

.main-info-table .one-col .plot {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a8a8a8" d="M336,181.822V172h40c4.418,0,7.999-3.581,7.999-7.999c0-2.122-0.843-4.157-2.343-5.657L328,104.688V36 c0-4.418-3.582-8-8-8h-32c-4.418,0-8,3.582-8,8v28.688l-34.344-34.344c-3.057-3.059-7.992-3.133-11.141-0.168l-136,128 c-3.217,3.028-3.37,8.091-0.341,11.308C99.686,171.09,101.794,172,104,172h40v9.822C56.349,204.119,0,254.357,0,311.035 C0,388.762,107.664,452,240,452s240-63.238,240-140.965C480,254.357,423.651,204.119,336,181.822z M124.172,156l115.66-108.855 l42.512,42.512c3.124,3.124,8.189,3.124,11.313,0.001C295.157,88.157,296,86.122,296,84V44h16v64 c0.001,2.122,0.844,4.156,2.344,5.656L356.688,156H328c-4.418,0-8,3.582-8,8v104H160V164c0-4.418-3.582-8-8-8H124.172z M152,284 h176c4.418,0,8-3.582,8-8v-28.331c9.307,6.57,15.179,16.967,16,28.331c0,30.355-51.289,56-112,56c-60.711,0-112-25.645-112-56 c0.821-11.363,6.693-21.76,16-28.331V276C144,280.418,147.582,284,152,284z M240,436c-123.516,0-224-56.059-224-124.965 c0-48.302,49.938-91.856,128-112.692v29.755c-20.602,13.077-32,29.923-32,47.901c0,40.375,56.223,72,128,72s128-31.625,128-72 c0-17.978-11.398-34.824-32-47.901v-29.755c78.062,20.835,128,64.39,128,112.692C464,379.941,363.516,436,240,436z"/></svg>')
}

.main-info-table .one-col .plot-area {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 151.91 151.91" xml:space="preserve"><path fill="%23a8a8a8" d="M143.972,150.268c-0.64,0-1.28-0.244-1.768-0.732c-0.977-0.977-0.977-2.559,0-3.535l1.107-1.107 H29.133L30.24,146c0.977,0.977,0.977,2.559,0,3.535c-0.976,0.977-2.56,0.977-3.535,0l-5.313-5.313 c-0.496-0.496-0.74-1.148-0.732-1.799c0-0.01,0-0.021,0-0.031c0-0.86,0.434-1.618,1.095-2.068l5.075-5.074 c0.976-0.977,2.56-0.977,3.535,0c0.977,0.977,0.977,2.559,0,3.535l-1.107,1.107h114.179l-1.107-1.107 c-0.977-0.977-0.977-2.559,0-3.535c0.976-0.977,2.56-0.977,3.535,0l5.313,5.313c0.497,0.496,0.74,1.148,0.732,1.799 c0,0.011,0,0.021,0,0.031c0,0.86-0.434,1.618-1.095,2.068l-5.075,5.074C145.252,150.024,144.612,150.268,143.972,150.268z M7.875,132.893c-0.86,0-1.619-0.435-2.068-1.096l-5.074-5.074c-0.977-0.977-0.977-2.559,0-3.535c0.976-0.977,2.56-0.977,3.535,0 l1.107,1.107V10.115l-1.107,1.107c-0.976,0.977-2.56,0.977-3.535,0c-0.977-0.977-0.977-2.559,0-3.535l5.313-5.313 c0.496-0.496,1.144-0.749,1.798-0.732c0.886,0.021,1.645,0.426,2.1,1.096l5.074,5.074c0.977,0.977,0.977,2.559,0,3.535 c-0.976,0.977-2.56,0.977-3.535,0l-1.107-1.107v114.18l1.107-1.107c0.976-0.977,2.56-0.977,3.535,0c0.977,0.977,0.977,2.559,0,3.535 l-5.313,5.313c-0.496,0.496-1.154,0.746-1.798,0.732C7.896,132.893,7.886,132.893,7.875,132.893z M149.41,125.82H28.597 c-1.381,0-2.5-1.119-2.5-2.5V4.143c0-1.381,1.119-2.5,2.5-2.5h72.194c1.381,0,2.5,1.119,2.5,2.5v48.523h46.118 c1.381,0,2.5,1.119,2.5,2.5v68.153C151.91,124.7,150.791,125.82,149.41,125.82z M103.184,120.82h43.726V57.666h-43.726V120.82z M55.292,120.82h42.893V87.332H55.292V120.82z M31.097,120.82h19.194V87.332H31.097V120.82z M52.792,82.332h45.393V55.166 c0-0.253,0.038-0.497,0.107-0.728V28.332H31.097v54H52.792z M67.141,23.332h31.151V6.643H67.141V23.332z M31.097,23.332h31.043 V6.643H31.097V23.332z"/></svg>')
}

.main-info-table .one-col .pool {
    background-image: url('data:image/svg+xml;charset=utf8,<svg height="511pt" viewBox="1 -59 511.99997 511" width="511pt" xmlns="http://www.w3.org/2000/svg"><path fill="%23a8a8a8" d="m358.398438 47.433594c0-25.921875-21.011719-46.933594-46.933594-46.933594-25.917969 0-46.933594 21.011719-46.933594 46.933594v29.867187h17.070312v-29.867187c0-16.496094 13.371094-29.867188 29.863282-29.867188 16.496094 0 29.867187 13.371094 29.867187 29.867188v55.464844h-170.664062v-55.464844c0-25.921875-21.015625-46.933594-46.933594-46.933594-25.921875 0-46.933594 21.011719-46.933594 46.933594v29.867187h17.066407v-29.867187c0-16.496094 13.371093-29.867188 29.867187-29.867188 16.492187 0 29.863281 13.371094 29.863281 29.867188v209.066406h-153.597656v17.066406h153.601562v35.175782c-9.9375 1.355468-19.636718 4.078124-28.828124 8.097656-12.390626 5.554687-25.867188 8.261718-39.441407 7.925781-13.582031.34375-27.074219-2.367187-39.472656-7.925781-14.425781-6.398438-30.085937-9.519532-45.859375-9.140625v17.066406c13.585938-.339844 27.074219 2.367187 39.476562 7.929687 14.421876 6.394532 30.082032 9.515626 45.855469 9.136719 15.761719.371094 31.410157-2.746093 45.824219-9.136719 12.390625-5.554687 25.867188-8.261718 39.441406-7.929687 13.59375-.339844 27.09375 2.367187 39.5 7.929687 14.421875 6.390626 30.074219 9.511719 45.84375 9.136719 15.761719.375 31.414063-2.746093 45.832032-9.136719 12.402343-5.5625 25.894531-8.269531 39.484374-7.929687 13.597657-.339844 27.101563 2.367187 39.515626 7.929687 14.4375 6.394532 30.109374 9.515626 45.894531 9.136719 15.769531.371094 31.425781-2.75 45.847656-9.136719 12.40625-5.558593 25.894531-8.265624 39.484375-7.929687v-17.066406c-15.773438-.371094-31.433594 2.75-45.859375 9.140625-12.402344 5.554687-25.890625 8.261718-39.472656 7.925781-13.601563.34375-27.109375-2.367187-39.527344-7.925781-9.164063-3.996094-18.835937-6.710938-28.742187-8.074219v-35.199219h153.601562v-17.066406h-153.601562zm-17.066407 260.265625h-.074219c-15.761718-.371094-31.414062 2.75-45.824218 9.140625-12.40625 5.558594-25.902344 8.265625-39.492188 7.925781-13.59375.339844-27.09375-2.367187-39.503906-7.925781-14.394531-6.382813-30.027344-9.503906-45.769531-9.140625v-34.132813h170.664062zm0-51.199219h-170.664062v-34.132812h170.664062zm0-51.199219h-170.664062v-34.132812h170.664062zm0-51.199219h-170.664062v-34.136718h170.664062zm0 0"/><path fill="%23a8a8a8" d="m426.667969 375.964844c-13.605469.34375-27.109375-2.367188-39.527344-7.925782-14.433594-6.398437-30.101563-9.519531-45.882813-9.140624-15.761718-.371094-31.414062 2.75-45.824218 9.140624-12.40625 5.558594-25.902344 8.269532-39.492188 7.925782-13.59375.34375-27.09375-2.367188-39.503906-7.925782-14.417969-6.390624-30.070312-9.511718-45.839844-9.140624-15.761718-.371094-31.410156 2.75-45.824218 9.140624-12.390626 5.554688-25.867188 8.261719-39.441407 7.925782-13.585937.34375-27.074219-2.367188-39.472656-7.925782-14.425781-6.394531-30.085937-9.515624-45.859375-9.140624v17.066406c13.585938-.339844 27.074219 2.371094 39.476562 7.929687 14.421876 6.394531 30.082032 9.515625 45.855469 9.140625 15.761719.371094 31.410157-2.75 45.824219-9.140625 12.390625-5.554687 25.867188-8.261719 39.441406-7.929687 13.59375-.339844 27.09375 2.367187 39.5 7.929687 14.421875 6.390625 30.074219 9.511719 45.84375 9.140625 15.761719.371094 31.414063-2.75 45.832032-9.140625 12.402343-5.5625 25.894531-8.269531 39.484374-7.929687 13.597657-.339844 27.101563 2.371094 39.515626 7.929687 14.4375 6.394531 30.109374 9.515625 45.894531 9.140625 15.769531.371094 31.425781-2.75 45.847656-9.140625 12.40625-5.554687 25.894531-8.265625 39.484375-7.929687v-17.066406c-15.773438-.371094-31.433594 2.75-45.859375 9.140624-12.402344 5.554688-25.890625 8.265626-39.472656 7.925782zm0 0"/></svg>')
}

.main-info-table .one-col .restroom {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a8a8a8" d="M344,224h-8v-16h8c13.255,0,24-10.745,24-24V46.528c12.473-4.393,19.023-18.066,14.629-30.539 C379.249,6.393,370.174-0.019,360,0H120c-13.224-0.025-23.964,10.675-23.989,23.899C95.991,34.073,102.404,43.148,112,46.528V184 c0,13.255,10.745,24,24,24h8v16h-8c-22.08,0.026-39.974,17.92-40,40c0,4.418,3.582,8,8,8c-0.157,53.459,31.2,101.99,80,123.816 V472c0,4.418,3.582,8,8,8h96c4.418,0,8-3.582,8-8v-76.184c48.793-21.834,80.147-70.36,80-123.816c4.418,0,8-3.582,8-8 C383.974,241.92,366.08,224.026,344,224z M112,24c0-4.418,3.582-8,8-8h240c4.418,0,8,3.582,8,8s-3.582,8-8,8H120 C115.582,32,112,28.418,112,24z M136,192c-4.418,0-8-3.582-8-8V48h224v136c0,4.418-3.582,8-8,8H136z M320,208v16H160v-16H320z M200,464v-61.984l0.744,0.2c0.8,0.24,1.6,0.424,2.4,0.648c2.928,0.832,5.885,1.563,8.872,2.192 c1.432,0.304,2.872,0.552,4.312,0.8c2.472,0.432,4.96,0.8,7.464,1.08c1.52,0.184,3.024,0.376,4.56,0.504 c3.259,0.272,6.525,0.427,9.8,0.464c0.608,0,1.2,0.088,1.808,0.088c0.608,0,1.208-0.08,1.816-0.088 c3.275-0.037,6.539-0.192,9.792-0.464c1.536-0.128,3.056-0.328,4.584-0.504c2.48-0.296,4.944-0.648,7.4-1.072 c1.464-0.256,2.928-0.52,4.384-0.8c2.912-0.6,5.784-1.328,8.632-2.128c0.888-0.248,1.792-0.448,2.68-0.712 c0.232-0.072,0.48-0.12,0.712-0.192L280,464H200z M284.96,383.24c-21.533,8.683-45.117,10.956-67.912,6.544 c-7.552-1.453-14.94-3.653-22.056-6.568C149.565,365.015,119.844,320.937,120,272h240 C360.152,320.956,330.41,365.046,284.96,383.24z M113.368,256c3.403-9.582,12.464-15.988,22.632-16h208 c10.168,0.012,19.229,6.418,22.632,16H113.368z"/><path fill="%23a8a8a8" d="M208,72h-25.472c-4.418-12.497-18.131-19.046-30.627-14.627S132.855,75.503,137.273,88s18.131,19.046,30.627,14.627 c6.835-2.416,12.211-7.793,14.627-14.627H208c4.418,0,8-3.582,8-8S212.418,72,208,72z M160,88c-4.418,0-8-3.582-8-8s3.582-8,8-8 s8,3.582,8,8S164.418,88,160,88z"/></svg>')
}

.main-info-table .one-col .rooms {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a8a8a8" d="M304,304.808V232c0-13.232-10.768-24-24-24H56c-13.232,0-24,10.768-24,24v72.808C13.768,308.528,0,324.688,0,344v48v80 c0,4.416,3.584,8,8,8h32c4.416,0,8-3.584,8-8v-24h240v24c0,4.416,3.584,8,8,8h32c4.416,0,8-3.584,8-8v-80v-48 C336,324.688,322.232,308.528,304,304.808z M48,232c0-4.408,3.592-8,8-8h224c4.408,0,8,3.592,8,8v72h-16v-32 c0-13.232-10.768-24-24-24h-48c-13.232,0-24,10.768-24,24v32h-16v-32c0-13.232-10.768-24-24-24H88c-13.232,0-24,10.768-24,24v32 H48V232z M256,272v32h-64v-32c0-4.408,3.592-8,8-8h48C252.408,264,256,267.592,256,272z M144,272v32H80v-32c0-4.408,3.592-8,8-8 h48C140.408,264,144,267.592,144,272z M320,464h-16v-24c0-4.416-3.584-8-8-8H40c-4.416,0-8,3.584-8,8v24H16v-64h304V464z M320,384 H16v-40c0-13.232,10.768-24,24-24h32h80h32h80h32c13.232,0,24,10.768,24,24V384z"/><path fill="%23a8a8a8" d="M472,304H360c-4.416,0-8,3.584-8,8v64v56h16v-48h96v48h16v-56v-64C480,307.584,476.416,304,472,304z M464,368h-96v-48h96 V368z"/><rect fill="%23a8a8a8" x="400" y="336" width="32" height="16"/><path fill="%23a8a8a8" d="M455.592,237.464l-16-48C438.496,186.2,435.448,184,432,184h-32c-3.448,0-6.496,2.2-7.592,5.472l-16,48 c-0.816,2.44-0.4,5.12,1.104,7.208c1.504,2.088,3.92,3.32,6.488,3.32h24v24h-16v16h48v-16h-16v-24h24 c2.568,0,4.984-1.232,6.488-3.328C455.992,242.584,456.4,239.904,455.592,237.464z M395.096,232l10.672-32h20.472l10.664,32 H395.096z"/><path fill="%23a8a8a8" d="M475.272,104.696l-232-104c-2.088-0.928-4.464-0.928-6.544,0l-232,104C1.848,105.992,0,108.848,0,112v96h16v-90.824 L240,16.768l224,100.416V208h16v-96C480,108.848,478.152,105.992,475.272,104.696z"/><path fill="%23a8a8a8" d="M295.224,110.672l-15.784,2.656c0.376,2.184,0.56,4.424,0.56,6.672c0,22.056-17.944,40-40,40c-22.056,0-40-17.944-40-40 c0-22.056,17.944-40,40-40c4.576,0,9.072,0.768,13.344,2.28l5.328-15.088C252.68,65.072,246.4,64,240,64c-30.88,0-56,25.12-56,56 s25.12,56,56,56s56-25.12,56-56C296,116.864,295.736,113.728,295.224,110.672z"/><path fill="%23a8a8a8" d="M290.344,66.344L240,116.688l-10.344-10.344l-11.312,11.312l16,16c1.56,1.56,3.608,2.344,5.656,2.344 c2.048,0,4.096-0.784,5.656-2.344l56-56L290.344,66.344z"/></svg>')
}

.main-info-table .one-col .sauna {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 496 496" xml:space="preserve"><path fill="%23a8a8a8" d="M336,448v-32H160v32h-16v48h208v-48H336z M176,432h144v16H176V432z M336,480H160v-16h176V480z"/><path fill="%23a8a8a8" d="M472,264H328h-8H200v-39.864c0-17.768-11.928-33.584-29.016-38.464L144,177.968v-6.288 c7.864-7.064,13.376-16.648,15.248-27.496C174.968,132.008,184,114.672,184,96c0-10.52-2.92-20.424-8-29.184V64 c0-35.288-28.712-64-64-64C76.712,0,48,28.712,48,64v2.816C42.92,75.576,40,85.48,40,96c0,18.672,9.032,36.008,24.752,48.176 c1.872,10.848,7.384,20.44,15.248,27.496v6.288l-26.984,7.712C35.928,190.552,24,206.368,24,224.136V264H0v48h16v160 c0,13.232,10.768,24,24,24h88V312h32v88h16v-88h24v88h16v-88h32v88h16v-88h24v88h16v-88h16v72c0,13.232,10.768,24,24,24 s24-10.768,24-24v-48c0-4.416,3.584-8,8-8c4.416,0,8,3.584,8,8v24c0,13.232,10.768,24,24,24s24-10.768,24-24v-40 c0-4.416,3.584-8,8-8c4.416,0,8,3.584,8,8v104c0,10.416,6.712,19.216,16,22.528V472c0,4.416-3.584,8-8,8h-24v-80h-16v80h-32v-56 h-16v72h88c13.232,0,24-10.768,24-24v-25.472c9.288-3.312,16-12.112,16-22.528V288C496,274.768,485.232,264,472,264z M144,136 c0,17.648-14.352,32-32,32s-32-14.352-32-32v-23.136c8.248,0.248,21.032-1.072,35.24-8.056l2.416-1.072 C128.64,109.12,137.76,111.12,144,111.8V136z M112,16c19.984,0,37.136,12.28,44.352,29.688C144.112,37.144,128.736,32,112,32 c-16.736,0-32.112,5.144-44.352,13.688C74.864,28.28,92.016,16,112,16z M73.936,96.24L64,93.752v26.912 c-5.168-7.36-8-15.84-8-24.664c0-26.472,25.128-48,56-48s56,21.528,56,48c0,8.848-2.848,17.352-8.04,24.728l-0.072-25.704 l-8.92,1.04c-0.224,0.04-25.096,2.496-57.312-29.72L82.344,77.656c6.392,6.392,12.576,11.608,18.464,15.864 C85.536,98.832,74.432,96.344,73.936,96.24z M40,224.136c0-10.664,7.16-20.152,17.408-23.08L96,190.032V181.2 c5.016,1.784,10.384,2.8,16,2.8c5.616,0,10.984-1.024,16-2.8v8.832l38.592,11.024C176.84,203.992,184,213.48,184,224.136V264h-24 v-48H64v48H40V224.136z M144,232v32H80v-32H144z M64,480H40c-4.416,0-8-3.584-8-8V312h32V480z M112,480H80V312h32V480z M320,296 H16v-16h304V296z M480,424c0,4.416-3.584,8-8,8c-4.416,0-8-3.584-8-8V320c0-13.232-10.768-24-24-24s-24,10.768-24,24v40 c0,4.416-3.584,8-8,8c-4.416,0-8-3.584-8-8v-24c0-13.232-10.768-24-24-24s-24,10.768-24,24v48c0,4.416-3.584,8-8,8 c-4.416,0-8-3.584-8-8V280h136c4.416,0,8,3.584,8,8V424z"/><path fill="%23a8a8a8" d="M461.264,90.016C469.608,82.712,480,73.624,480,56v-8h-16v8c0,9.88-4.8,14.552-13.264,21.968 C442.392,85.264,432,94.352,432,111.976c0,17.632,10.384,26.72,18.736,34.024C459.2,153.416,464,158.096,464,167.992 c0,9.888-4.8,14.568-13.264,21.984C442.384,197.28,432,206.368,432,224v8h16v-8c0-9.896,4.8-14.568,13.264-21.992 c8.352-7.304,18.736-16.384,18.736-34.016c0-17.632-10.384-26.72-18.736-34.024C452.8,126.544,448,121.864,448,111.976 C448,102.096,452.8,97.424,461.264,90.016z"/><path fill="%23a8a8a8" d="M365.264,42.016C373.608,34.712,384,25.624,384,8V0h-16v8c0,9.88-4.8,14.552-13.264,21.968 C346.392,37.264,336,46.352,336,63.976c0,17.632,10.384,26.72,18.736,34.024C363.2,105.416,368,110.096,368,119.992 c0,9.888-4.8,14.568-13.264,21.984C346.384,149.28,336,158.368,336,176v8h16v-8c0-9.896,4.8-14.568,13.264-21.992 c8.352-7.304,18.736-16.384,18.736-34.016c0-17.632-10.384-26.72-18.736-34.024C356.8,78.544,352,73.864,352,63.976 C352,54.096,356.8,49.424,365.264,42.016z"/><path fill="%23a8a8a8" d="M269.264,90.016C277.608,82.712,288,73.624,288,56v-8h-16v8c0,9.88-4.8,14.552-13.264,21.968 C250.392,85.264,240,94.352,240,111.976c0,17.632,10.384,26.72,18.736,34.024C267.2,153.416,272,158.096,272,167.992 c0,9.888-4.8,14.568-13.264,21.984C250.384,197.28,240,206.368,240,224v8h16v-8c0-9.896,4.8-14.568,13.264-21.992 c8.352-7.304,18.736-16.384,18.736-34.016c0-17.632-10.384-26.72-18.736-34.024C260.8,126.544,256,121.864,256,111.976 C256,102.096,260.8,97.424,269.264,90.016z"/></svg>')
}

.main-info-table .one-col .sea {
    background-image: url('data:image/svg+xml;charset=utf8,<svg height="581pt" viewBox="0 0 581 581.35816" width="581pt" xmlns="http://www.w3.org/2000/svg"><path fill="%23a8a8a8" d="m329.398438 367.980469c0 53.476562 43.351562 96.828125 96.828124 96.828125 53.472657 0 96.824219-43.351563 96.824219-96.828125 0-53.472657-43.351562-96.824219-96.824219-96.824219-53.453124.058594-96.769531 43.375-96.828124 96.824219zm96.828124-77.460938c42.78125 0 77.460938 34.679688 77.460938 77.460938s-34.679688 77.460937-77.460938 77.460937-77.460937-34.679687-77.460937-77.460937c.046875-42.757813 34.699219-77.414063 77.460937-77.460938zm0 0"/><path fill="%23a8a8a8" d="m370.898438 561.636719h110.664062v19.363281h-110.664062zm0 0"/><path fill="%23a8a8a8" d="m329.398438 522.902344h193.65625v19.367187h-193.65625zm0 0"/><path fill="%23a8a8a8" d="m116.378906 522.902344h19.367188v19.367187h-19.367188zm0 0"/><path fill="%23a8a8a8" d="m58.285156 542.269531h19.363282v19.367188h-19.363282zm0 0"/><path fill="%23a8a8a8" d="m117.347656 468.417969c50.558594-88.054688 82.28125-185.652344 93.15625-286.605469l90.050782 89.515625c1.800781 1.792969 4.234374 2.804687 6.777343 2.816406.523438.003907 1.050781-.039062 1.566407-.125 3.070312-.5 5.710937-2.445312 7.097656-5.226562 18.253906-36.433594 11.105468-80.464844-17.738282-109.25l-7.917968-7.921875h68.105468c5.347657.003906 9.6875-4.328125 9.6875-9.675782.003907-1.046874-.167968-2.085937-.496093-3.074218-12.859375-38.671875-49.046875-64.75-89.800781-64.710938h-12.585938l48.355469-48.636718c3.773437-3.789063 3.757812-9.917969-.03125-13.691407-.734375-.730469-1.578125-1.339843-2.503907-1.800781-36.449218-18.273438-80.503906-11.128906-109.308593 17.730469l-9.246094 9.246093c-3.015625 3.035157-5.816406 6.269532-8.394531 9.683594-2.546875-3.414062-5.328125-6.648437-8.320313-9.683594l-9.246093-9.246093c-28.78125-28.839844-72.8125-35.984375-109.238282-17.730469-4.785156 2.390625-6.726562 8.207031-4.335937 12.988281.460937.925781 1.070312 1.769531 1.800781 2.503907l48.410156 48.636718h-12.710937c-40.753907-.039062-76.945313 26.039063-89.800781 64.710938-1.695313 5.070312 1.042968 10.554687 6.117187 12.25.988281.332031 2.027344.5 3.074219.5h68.039062l-7.917968 7.921875c-28.84375 28.785156-35.992188 72.816406-17.742188 109.25 1.390625 2.78125 4.03125 4.726562 7.097656 5.226562.519532.085938 1.042969.128907 1.570313.125 2.558593 0 5.011719-1.011719 6.824219-2.816406l83.855468-83.359375c-10.382812 92.785156-45.328125 181.121094-101.234375 255.894531-13.015625-3.417969-26.210937-6.109375-39.523437-8.054687l-6.050782-.609375-1.9375 19.277343 5.644532.550782c9.683594 1.386718 19.304687 3.34375 28.875 5.558594-1.9375 2.429687-3.875 4.898437-5.878906 7.292968l14.851562 12.421875c74.410156-88.46875 118.769531-198.300781 126.671875-313.632812l11.144531-11.074219 8.34375 8.296875c-10.179687 123.339844-52.515625 241.859375-122.785156 343.734375l15.859375 11.097656c7.613281-10.867187 14.875-22.144531 21.914063-33.636718 45.292968 21.664062 85.285156 52.996093 117.160156 91.789062l14.976562-12.269531c-18.847656-22.914063-40.441406-43.425781-64.300781-61.066407h405.820313v-19.367187h-434.507813c-9.492187-5.730469-19.289063-10.921875-29.292969-15.753906zm186.429688-221.210938-102.304688-101.714843c26.167969-7.8125 54.511719-.722657 73.917969 18.492187l9.246094 9.25c19.371093 19.335937 26.699219 47.667969 19.140625 73.972656zm39.894531-114.949219h-80.171875c-18.671875-8.886718-39.738281-11.402343-59.976562-7.15625 14.089843-19.8125 36.894531-31.578124 61.207031-31.574218h13.070312c27.371094-.042969 52.601563 14.792968 65.871094 38.730468zm-137.496094-81.558593 9.25-9.246094c19.351563-19.375 47.695313-26.707031 74.011719-19.144531l-57.398438 57.738281c-18.628906 6.855469-34.621093 19.410156-45.710937 35.875-4.503906-23.6875 2.925781-48.078125 19.878906-65.222656zm-53.339843-9.246094 9.246093 9.246094c4.3125 4.402343 8.054688 9.332031 11.136719 14.667969-4.386719 10.199218-6.890625 21.101562-7.398438 32.1875-8.691406-7.59375-18.703124-13.523438-29.53125-17.507813l-57.410156-57.738281c26.308594-7.558594 54.644532-.226563 73.984375 19.144531zm-62.386719 52.074219h13.074219c24.328124-.023438 47.164062 11.738281 61.269531 31.5625-20.226563-4.230469-41.285157-1.714844-59.945313 7.167968h-80.203125c13.265625-23.925781 38.476563-38.757812 65.835938-38.730468zm-25.910157 153.679687c-7.558593-26.304687-.226562-54.636719 19.144532-73.972656l9.246094-9.25c13.929687-13.894531 32.820312-21.671875 52.5-21.609375 7.261718.003906 14.484374 1.039062 21.457031 3.078125zm0 0"/></svg>')
}

.main-info-table .one-col .solarium {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 430.949 430.949" xml:space="preserve"><path fill="%23a8a8a8" id="XMLID_1996_" d="M261.795,393.329c0,4.971-4.029,9-9,9h-20.091c-4.969,0-8.997-4.026-9-8.995l-0.105-184.977 c-0.003-4.971,4.024-9.002,8.995-9.005c0.001,0,0.004,0,0.005,0c4.969,0,8.997,4.025,9,8.995l0.101,175.981h11.096 C257.766,384.329,261.795,388.358,261.795,393.329z M280.462,305.547c4.492-2.126,6.411-7.492,4.286-11.985l-6.146-12.987 l-0.658-11.11c-2.778-47.041-4.455-75.435-9.927-93.743c-6.206-20.76-17.884-29.617-39.049-29.617h-26.99 c-19.662,0-31.793,9.205-38.179,28.968c-5.405,16.73-7.089,41.835-9.42,76.58c-0.613,9.136-1.245,18.565-2.006,28.86l-6.175,13.05 c-2.126,4.493-0.208,9.858,4.286,11.984c1.244,0.589,2.553,0.867,3.843,0.867c3.371,0,6.604-1.903,8.142-5.152l6.892-14.563 c0.473-1,0.758-2.078,0.84-3.181c0.821-11.014,1.491-21.001,2.139-30.66c4.978-74.209,7.851-88.753,29.639-88.753h26.99 c13.023,0,17.913,3.762,21.803,16.772c4.873,16.304,6.596,45.482,9.204,89.649l0.762,12.859c0.069,1.147,0.357,2.272,0.849,3.313 l6.891,14.563C270.604,305.753,275.971,307.673,280.462,305.547z M76.447,112.943c4.971,0,9-4.029,9-9V36.918 c1.646-1.535,9.544-7.253,39.577-12.355C149.936,20.331,182.059,18,215.476,18c33.417,0,65.54,2.331,90.451,6.563 c30.031,5.103,37.93,10.82,39.575,12.355v67.025c0,4.971,4.029,9,9,9s9-4.029,9-9V35.76c0-12.806-14.81-21.367-48.018-27.76 c-26.803-5.159-62.319-8-100.009-8c-37.688,0-73.206,2.841-100.009,8c-33.21,6.393-48.02,14.954-48.02,27.76v68.184 C67.447,108.914,71.476,112.943,76.447,112.943z M391.48,213.491c0-4.971-4.029-9-9-9h-75.678c-4.971,0-9,4.029-9,9s4.029,9,9,9 h38.713c-0.009,0.162-0.013,0.324-0.013,0.488v44.104c0,4.971,4.029,9,9,9s9-4.029,9-9v-44.104c0-0.164-0.005-0.326-0.013-0.488 h18.99C387.45,222.491,391.48,218.462,391.48,213.491z M298.045,145.305c1.146,4.838,5.997,7.831,10.833,6.681l36.624-8.682v42.469 c0,4.971,4.029,9,9,9s9-4.029,9-9v-44.363c0-0.796-0.104-1.567-0.297-2.303l19.739-4.68c4.836-1.146,7.828-5.996,6.681-10.833 c-1.146-4.836-5.994-7.829-10.833-6.681l-74.066,17.559C299.89,135.618,296.898,140.468,298.045,145.305z M382.945,292.556 l-26.183-6.208c-0.116-0.03-0.234-0.058-0.352-0.084l-47.532-11.269c-4.837-1.149-9.688,1.845-10.833,6.681 c-1.147,4.837,1.844,9.687,6.681,10.833l40.776,9.668v73.595c-3.42-1.438-6.938-2.604-10.173-3.579 c-14.428-4.348-34.584-7.818-58.29-10.037c-4.956-0.451-9.336,3.173-9.8,8.122c-0.463,4.949,3.174,9.337,8.122,9.8 c44.023,4.12,62.904,11.337,68.661,15.089c-3.528,2.345-13.217,6.994-38.097,11.221c-24.911,4.231-57.035,6.563-90.452,6.563 c-33.417,0-65.541-2.331-90.453-6.563c-24.879-4.227-34.568-8.877-38.097-11.221c5.755-3.752,24.635-10.97,68.664-15.091 c4.949-0.464,8.585-4.851,8.122-9.8s-4.849-8.588-9.8-8.122c-23.707,2.219-43.864,5.69-58.292,10.038 c-3.233,0.974-6.752,2.142-10.172,3.578v-73.592l40.777-9.669c4.836-1.146,7.828-5.997,6.681-10.833 c-1.147-4.837-5.999-7.832-10.833-6.681L74.559,286.26c-0.131,0.028-0.262,0.06-0.391,0.093l-26.161,6.203 c-4.836,1.146-7.828,5.997-6.681,10.833c1.147,4.837,5.998,7.828,10.833,6.681l15.288-3.624v88.494 c-0.001,0.083-0.002,0.167-0.002,0.25c0,12.806,14.81,21.367,48.02,27.76c26.803,5.159,62.32,8,100.009,8 c37.689,0,73.207-2.841,100.01-8c33.209-6.393,48.019-14.954,48.019-27.76v-88.745l15.29,3.625 c4.838,1.154,9.688-1.844,10.833-6.681C390.773,298.553,387.781,293.702,382.945,292.556z M48.007,134.427l19.737,4.68 c-0.194,0.735-0.297,1.507-0.297,2.303v44.363c0,4.971,4.029,9,9,9s9-4.029,9-9v-42.47l36.625,8.683 c4.839,1.149,9.687-1.844,10.833-6.681s-1.845-9.687-6.681-10.833l-74.065-17.559c-4.834-1.147-9.687,1.843-10.833,6.681 C40.179,128.431,43.171,133.28,48.007,134.427z M198.35,199.353c-4.968,0-8.997,4.026-9,8.995l-0.101,175.981h-11.096 c-4.971,0-9,4.029-9,9s4.029,9,9,9h20.091c4.969,0,8.997-4.026,9-8.995l0.106-184.977c0.003-4.971-4.024-9.002-8.995-9.005 C198.353,199.353,198.352,199.353,198.35,199.353z M48.469,222.491H67.46c-0.009,0.162-0.013,0.324-0.013,0.488v44.104 c0,4.971,4.029,9,9,9s9-4.029,9-9v-44.104c0-0.164-0.004-0.326-0.013-0.488h38.714c4.971,0,9-4.029,9-9s-4.029-9-9-9H48.469 c-4.971,0-9,4.029-9,9S43.499,222.491,48.469,222.491z M212.742,131.672c-18.305-5.831-30.604-22.663-30.604-41.885 s12.299-36.055,30.604-41.886c1.777-0.566,3.686-0.566,5.463,0c18.305,5.831,30.603,22.663,30.603,41.886 c0,19.222-12.298,36.054-30.603,41.885c-0.889,0.283-1.81,0.425-2.731,0.425S213.631,131.955,212.742,131.672z M215.474,113.481 c9.28-4.139,15.334-13.328,15.334-23.694c0-10.367-6.054-19.557-15.334-23.695c-9.281,4.14-15.336,13.328-15.336,23.695 C200.138,100.153,206.193,109.342,215.474,113.481z"/></svg>')
}

.main-info-table .one-col .sport-zone {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M185.389,494.93c-1.859-1.86-4.439-2.93-7.07-2.93c-2.63,0-5.21,1.07-7.069,2.93c-1.86,1.86-2.931,4.44-2.931,7.07 s1.07,5.21,2.931,7.07c1.859,1.86,4.439,2.93,7.069,2.93c2.631,0,5.211-1.07,7.07-2.93c1.86-1.86,2.93-4.44,2.93-7.07 S187.25,496.79,185.389,494.93z"/><path fill="%23a8a8a8" d="M354.922,415.17c-5.522,0-10,4.477-10,10c0,18.608-15.139,33.748-33.747,33.748c-5.522,0-10,4.477-10,10s4.478,10,10,10 c29.636,0,53.747-24.111,53.747-53.748C364.922,419.647,360.444,415.17,354.922,415.17z"/><path fill="%23a8a8a8" d="M428,0c-46.317,0-84,37.682-84,84v120c0,42.932,32.382,78.422,74,83.384V375h-35.993 c-15.748-22.169-41.629-36.661-70.832-36.661c-7.646,0-15.064,0.998-22.133,2.862L255.688,256h40.667 c2.349,0,4.415,1.5,5.142,3.735c0.741,2.279-0.163,4.016-0.768,4.848c-0.604,0.833-1.977,2.229-4.374,2.229h-10.222 c-5.522,0-10,4.477-10,10s4.478,10,10,10h10.222c8.228,0,15.72-3.818,20.556-10.475c4.835-6.656,6.149-14.962,3.606-22.785 C317.104,243.054,307.395,236,296.354,236h-55.321c-3.306,0-6.396,1.633-8.26,4.363c-1.864,2.73-2.257,6.205-1.052,9.282 l18.781,47.974h-83.107l-7.526-17.215l-2.843-7.245c-1.502-3.829-5.195-6.347-9.309-6.347h-43.482 c-8.406,0-16.253,4.146-20.988,11.092c-4.736,6.946-5.73,15.765-2.659,23.591c3.844,9.794,13.126,16.124,23.647,16.124h33.142 l-16.085,27.86c-10.571-4.589-22.224-7.14-34.463-7.14C38.952,338.34,0,377.292,0,425.17c0,26.85,12.251,50.89,31.456,66.83H10 c-5.522,0-10,4.477-10,10s4.478,10,10,10h76.83c44.496,0,81.276-33.645,86.251-76.83h39.162c3.374,0,6.521-1.702,8.368-4.525 c1.848-2.824,2.146-6.389,0.795-9.48L176.139,317.62h82.193l12.095,30.895c-27.395,14.621-46.083,43.495-46.083,76.655 c0,26.85,12.251,50.89,31.456,66.83h-35.48c-5.522,0-10,4.477-10,10s4.478,10,10,10h90.854c47.878,0,86.83-38.952,86.83-86.83 c0-10.604-1.914-20.768-5.409-30.169h71.737c5.522,0,10-4.477,10-10s-4.478-10-10-10H438v-87.616 c41.618-4.962,74-40.452,74-83.384V84C512,37.682,474.317,0,428,0z M104.235,297.62c-2.238,0-4.212-1.347-5.03-3.43 c-0.907-2.313-0.035-4.137,0.566-5.018c0.601-0.881,1.979-2.359,4.464-2.359h36.664l4.241,10.807H104.235z M86.83,492 C49.979,492,20,462.02,20,425.17s29.979-66.83,66.83-66.83c8.598,0,16.813,1.65,24.37,4.621L78.17,420.17 c-1.786,3.094-1.786,6.906,0,10s5.088,5,8.66,5h32.235c-4.272,13.741-17.107,23.748-32.235,23.748c-5.522,0-10,4.477-10,10 s4.478,10,10,10c26.219,0,48.099-18.875,52.801-43.748h13.279C148.069,467.293,120.282,492,86.83,492z M104.15,415.17 l24.357-42.186c12.849,10.282,21.841,25.19,24.403,42.186H104.15z M196.957,415.17h-23.876 c-2.808-24.372-15.742-45.705-34.482-59.667l18.366-31.811L196.957,415.17z M311.175,492c-36.851,0-66.831-29.98-66.831-66.83 c0-24.693,13.473-46.285,33.443-57.855l24.076,61.501c1.544,3.945,5.318,6.357,9.314,6.357c1.212,0,2.445-0.222,3.643-0.691 c5.143-2.014,7.68-7.814,5.666-12.958l-24.083-61.519c4.756-1.078,9.695-1.666,14.772-1.666c36.851,0,66.83,29.98,66.83,66.83 S348.025,492,311.175,492z M492,204c0,31.888-23.444,58.398-54,63.214V225.63l26.647-28.449 c3.775-4.031,3.568-10.359-0.463-14.134c-4.029-3.775-10.358-3.568-14.135,0.462L438,196.372V164.2l26.647-28.449 c3.775-4.031,3.568-10.359-0.463-14.135c-4.029-3.775-10.358-3.568-14.135,0.462L438,134.943V117.5c0-5.523-4.478-10-10-10 c-5.522,0-10,4.477-10,10v45.028l-10.295-10.991c-3.776-4.031-10.104-4.237-14.135-0.462c-4.031,3.775-4.238,10.104-0.463,14.134 L418,191.785v75.428c-30.556-4.816-54-31.326-54-63.214V84c0-35.29,28.71-64,64-64c35.29,0,64,28.71,64,64V204z"/><path fill="%23a8a8a8" d="M502,375h-0.131c-5.522,0-10,4.477-10,10s4.478,10,10,10H502c5.522,0,10-4.477,10-10S507.522,375,502,375z"/><path fill="%23a8a8a8" d="M238.833,138.667h-16.592c3.937-7.998,6.055-16.869,6.055-25.935c0-32.385-26.347-58.731-58.731-58.731 c-24.116,0-45.227,14.707-54.17,36.036c-5.736-2.759-12.076-4.24-18.562-4.24C73.215,85.796,54,105.011,54,128.629 c0,9.549,3.083,18.59,8.914,26.147c1.894,2.453,4.817,3.891,7.917,3.891h168.002c5.522,0,10-4.477,10-10 S244.355,138.667,238.833,138.667z M198.321,138.666H76.318C74.793,135.568,74,132.164,74,128.629 c0-12.59,10.243-22.833,22.833-22.833c6.453,0,12.637,2.753,16.965,7.554c2.621,2.907,6.695,4.018,10.429,2.842 c3.733-1.175,6.438-4.419,6.922-8.303C133.553,88.569,150.068,74,169.564,74c21.356,0,38.731,17.375,38.731,38.731 C208.295,122.321,204.698,131.585,198.321,138.666z"/></svg>')
}

.main-info-table .one-col .terrace,.main-info-table .one-col .terrace-area {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512.002 512.002" xml:space="preserve"><path fill="%23a8a8a8" d="M512.001,330.677v-90.743H501.13c-33.319,0-63.604,12.971-86.094,34.133H264.534V137.533h216.879 c14.427,0,18.896-19.52,5.911-25.805L259.715,1.849c-2.344-1.131-5.076-1.131-7.42,0L24.686,111.724 c-12.993,6.29-8.524,25.81,5.903,25.81h216.879v136.533H96.966c-22.49-21.162-52.774-34.133-86.094-34.133H0.001v90.743 c0,23.452,17.629,42.768,40.354,45.458L8.789,502.397c-1.143,4.572,1.637,9.205,6.209,10.348 c4.572,1.143,9.205-1.637,10.348-6.209l30.561-122.242l38.349,122.718c1.406,4.498,6.192,7.005,10.69,5.6 c4.498-1.406,7.005-6.192,5.6-10.69L71.341,376.467h65.193v-10.871c0-14.107-2.324-27.67-6.611-40.329h74.877V359.4h25.6v68.267 c0,37.706-30.56,68.267-68.267,68.267h-17.067c-4.713,0-8.533,3.821-8.533,8.533s3.82,8.533,8.533,8.533h17.067h187.733h17.067 c4.713,0,8.533-3.821,8.533-8.533s-3.82-8.533-8.533-8.533h-17.067c-37.706,0-68.267-30.56-68.267-68.267V359.4h25.6v-34.133 h74.877c-4.286,12.658-6.611,26.222-6.611,40.329v10.871h57.337l-31.483,125.93c-1.143,4.572,1.637,9.205,6.209,10.348 c4.572,1.143,9.205-1.637,10.348-6.209l30.561-122.242l38.349,122.718c1.406,4.498,6.192,7.005,10.69,5.6 c4.498-1.406,7.005-6.192,5.6-10.69l-39.205-125.455h2.336C491.501,376.467,512.001,355.969,512.001,330.677z M256.005,19.009 L466.17,120.467H45.833L256.005,19.009z M59.773,359.4c-0.03,0-0.061,0-0.091,0H45.791c-15.864,0-28.723-12.857-28.723-28.723 v-73.503c27.002,1.518,51.363,12.905,69.546,30.606l0.871,0.867c9.066,9.026,16.509,19.752,21.982,31.652l2.122,4.614 c4.346,10.749,7.023,22.351,7.706,34.487H59.773z M290.134,342.333h-25.6v85.333c0,27.916,13.401,52.699,34.122,68.267h-85.311 c20.721-15.568,34.122-40.351,34.122-68.267v-85.333h-25.6v-17.067h68.267V342.333z M307.201,308.2h-102.4h-82.112 c-3.078-5.985-6.627-11.688-10.59-17.067h287.804c-3.963,5.379-7.512,11.081-10.59,17.067H307.201z M400.414,324.912l2.121-4.613 c5.473-11.9,12.917-22.626,21.982-31.652l0.868-0.864c18.183-17.703,42.545-29.091,69.549-30.61v73.503 c0,15.866-12.859,28.723-28.723,28.723h-13.905c-0.03,0-0.061,0-0.091,0h-59.507C393.391,347.263,396.068,335.661,400.414,324.912 z"/></svg>')
}

.main-info-table .one-col .view-from-the-window {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a8a8a8" d="M490.136,459.868h-5.192V285.389c0-4.025-3.262-7.287-7.287-7.287c-4.025,0-7.287,3.262-7.287,7.287v174.479h-24.92V46.78 c0-3.852-2.99-6.997-6.774-7.261c-0.079-0.006-0.158-0.009-0.237-0.012c-0.092-0.003-0.182-0.014-0.275-0.014H73.836 c-0.088,0-0.174,0.01-0.262,0.013c-0.102,0.004-0.204,0.007-0.306,0.015c-0.211,0.016-0.418,0.043-0.623,0.077 c-0.065,0.011-0.13,0.017-0.194,0.03c-0.283,0.054-0.56,0.124-0.83,0.21c-0.018,0.006-0.035,0.014-0.053,0.019 c-0.251,0.082-0.494,0.179-0.732,0.287c-0.064,0.029-0.126,0.06-0.189,0.091c-0.201,0.098-0.397,0.205-0.588,0.321 c-0.039,0.023-0.08,0.04-0.118,0.065c-0.021,0.014-0.04,0.03-0.061,0.044c-0.239,0.155-0.47,0.319-0.688,0.499 c-0.008,0.007-0.015,0.014-0.022,0.02c-0.204,0.171-0.397,0.354-0.581,0.546c-0.058,0.06-0.113,0.124-0.169,0.186 c-0.135,0.15-0.263,0.305-0.385,0.466c-0.049,0.065-0.099,0.128-0.145,0.194c-0.149,0.21-0.288,0.427-0.414,0.653 c-0.008,0.014-0.017,0.027-0.025,0.041c-0.137,0.249-0.257,0.508-0.365,0.774c-0.02,0.05-0.036,0.101-0.055,0.151 c-0.08,0.211-0.151,0.426-0.212,0.647c-0.021,0.075-0.04,0.151-0.058,0.227c-0.05,0.206-0.089,0.415-0.121,0.627 c-0.011,0.076-0.026,0.151-0.035,0.227c-0.033,0.281-0.055,0.566-0.055,0.856v413.088H41.63V285.419 c0-4.025-3.262-7.287-7.287-7.287c-4.025,0-7.287,3.262-7.287,7.287v174.449h-5.192c-8.954,0-16.24,7.286-16.24,16.24v19.652 c0,8.954,7.286,16.24,16.24,16.24h468.271c8.954,0,16.24-7.286,16.24-16.24v-19.652 C506.377,467.154,499.091,459.868,490.136,459.868z M430.851,58.303v401.565h-9.793l-91.652-34.261V106.435L430.851,58.303z M405.779,54.067l-83.355,39.549c-4.683,2.222-7.592,6.649-7.592,11.553v321.805c0,5.31,3.427,10.024,8.732,12.009l55.873,20.885 h-246.9l55.874-20.886c5.304-1.983,8.731-6.696,8.731-12.008V105.17c0-4.903-2.908-9.33-7.591-11.553l-83.357-39.55H405.779z M81.122,58.303l101.445,48.132v319.174l-91.652,34.26h-9.793V58.303z M490.137,497.427H21.865c-0.919,0-1.667-0.748-1.667-1.667 v-19.652c0-0.919,0.748-1.667,1.667-1.667h12.478h39.493h18.397H419.74h18.397h0.027h39.494h12.478 c0.919,0,1.667,0.748,1.667,1.667v19.652h0C491.804,496.679,491.056,497.427,490.137,497.427z"/><path fill="%23a8a8a8" d="M466.089,0H45.911C35.514,0,27.057,8.458,27.057,18.855v231.478c0,4.025,3.262,7.287,7.287,7.287 c4.025,0,7.287-3.262,7.287-7.287V18.855c0-2.361,1.921-4.282,4.282-4.282h420.178c2.361,0,4.282,1.921,4.282,4.282v231.862 c0,4.025,3.262,7.287,7.287,7.287c4.025,0,7.287-3.262,7.287-7.287V18.855C484.945,8.458,476.487,0,466.089,0z"/><path fill="%23a8a8a8" d="M407.125,93.03c-1.372,0-2.74,0.322-3.956,0.929l-50.884,25.453c-2.893,1.446-4.69,4.322-4.69,7.505v122.115 c-0.001,4.704,3.971,8.558,8.851,8.589l50.823,0.329c0.016,0,0.046,0,0.062,0c4.842,0,8.78-3.824,8.78-8.526V101.739 C416.111,96.937,412.081,93.03,407.125,93.03z M401.536,243.34l-39.37-0.254V130.762l39.37-19.692V243.34z"/><path fill="%23a8a8a8" d="M407.245,268.248l-50.829,0.511c-4.864,0.052-8.822,3.909-8.822,8.597v128.362c-0.001,3.44,2.102,6.501,5.366,7.803 l50.878,20.212c1.045,0.415,2.148,0.625,3.282,0.625c4.957,0,8.99-3.91,8.99-8.715V276.768 C416.11,272.07,412.175,268.248,407.245,268.248z M401.536,417.137l-39.37-15.64V283.275l39.37-0.397V417.137z"/><path fill="%23a8a8a8" d="M155.555,268.759l-50.917-0.511c-4.838,0-8.773,3.822-8.773,8.52v148.875c-0.001,4.805,4.032,8.715,8.989,8.715 c1.134,0,2.237-0.211,3.28-0.625l50.884-20.213c3.258-1.296,5.362-4.359,5.362-7.801V277.356 C164.38,272.668,160.422,268.811,155.555,268.759z M149.807,401.499l-39.37,15.639c0,0,0-134.258,0-134.258l39.37,0.396V401.499z" /><path fill="%23a8a8a8" d="M159.693,119.412l-50.888-25.453c-1.215-0.607-2.583-0.929-3.955-0.929c-4.955,0-8.986,3.907-8.986,8.709v147.686 c0,4.701,3.939,8.526,8.779,8.526c0.016,0,0.045,0,0.061,0l50.824-0.329c4.881-0.031,8.852-3.885,8.852-8.59V126.917 C164.38,123.737,162.586,120.862,159.693,119.412z M149.807,243.086l-39.37,0.254c0,0,0-132.27,0-132.27l39.37,19.692V243.086z"/></svg>')
}

.main-info-table .one-col .year {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23a8a8a8" d="M440,64h-8V24c0-13.232-10.768-24-24-24h-16c-13.232,0-24,10.768-24,24v40H112V24c0-13.232-10.768-24-24-24H72 C58.768,0,48,10.768,48,24v40h-8C17.944,64,0,81.944,0,104v336c0,22.056,17.944,40,40,40h400c22.056,0,40-17.944,40-40V104 C480,81.944,462.056,64,440,64z M384,72V24c0-4.416,3.584-8,8-8h16c4.416,0,8,3.584,8,8v48v32c0,4.416-3.584,8-8,8h-16 c-4.416,0-8-3.584-8-8V72z M64,72V24c0-4.416,3.584-8,8-8h16c4.416,0,8,3.584,8,8v48v32c0,4.416-3.584,8-8,8H72 c-4.416,0-8-3.584-8-8V72z M464,440c0,13.232-10.768,24-24,24H40c-13.232,0-24-10.768-24-24V208h448V440z M464,192H16v-88 c0-13.232,10.768-24,24-24h8v24c0,13.232,10.768,24,24,24h16c13.232,0,24-10.768,24-24V80h256v24c0,13.232,10.768,24,24,24h16 c13.232,0,24-10.768,24-24V80h8c13.232,0,24,10.768,24,24V192z"/><path fill="%23a8a8a8" d="M328,104H152c-4.424,0-8,3.576-8,8v48c0,4.424,3.576,8,8,8h176c4.424,0,8-3.576,8-8v-48C336,107.576,332.424,104,328,104z M320,152H160v-32h160V152z"/><path fill="%23a8a8a8" d="M104,232H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,235.576,108.424,232,104,232z M96,272H64v-24h32V272z"/><path fill="%23a8a8a8" d="M208,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,235.576,212.424,232,208,232z M200,272h-32v-24h32V272z"/><path fill="%23a8a8a8" d="M320,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C328,235.576,324.424,232,320,232z M312,272h-32v-24h32V272z"/><path fill="%23a8a8a8" d="M424,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C432,235.576,428.424,232,424,232z M416,272h-32v-24h32V272z"/><path fill="%23a8a8a8" d="M104,312H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,315.576,108.424,312,104,312z M96,352H64v-24h32V352z"/><path fill="%23a8a8a8" d="M208,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,315.576,212.424,312,208,312z M200,352h-32v-24h32V352z"/><path fill="%23a8a8a8" d="M320,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C328,315.576,324.424,312,320,312z M312,352h-32v-24h32V352z"/><path fill="%23a8a8a8" d="M424,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C432,315.576,428.424,312,424,312z M416,352h-32v-24h32V352z"/><path fill="%23a8a8a8" d="M104,392H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,395.576,108.424,392,104,392z M96,432H64v-24h32V432z"/><path fill="%23a8a8a8" d="M208,392h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,395.576,212.424,392,208,392z M200,432h-32v-24h32V432z"/><path fill="%23a8a8a8" d="M321.856,386.88l-34.392,41.272l-17.808-17.808l-11.312,11.312l24,24C283.84,447.168,285.88,448,288,448 c0.12,0,0.24,0,0.36-0.008c2.248-0.104,4.344-1.144,5.792-2.864l40-48L321.856,386.88z"/><path fill="%23a8a8a8" d="M417.856,386.88l-34.392,41.272l-17.808-17.808l-11.312,11.312l24,24C379.84,447.168,381.88,448,384,448 c0.12,0,0.24,0,0.36-0.008c2.248-0.104,4.344-1.144,5.792-2.864l40-48L417.856,386.88z"/></svg>')
}

.main-info-table .one-col:nth-child(6n-3),.main-info-table .one-col:nth-child(6n-4),.main-info-table .one-col:nth-child(6n-5) {
    background-color: #f7f7f7
}

.main-photo-slider .photo-slide .photo {
    background-color: #f7f7f7;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 450px
}

.manager-container .member {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    background-color: rgba(255,255,255,.85);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    padding: 25px 25px 15px
}

.manager-container .member .contact-info {
    list-style-type: none;
    margin: 10px 0 0;
    padding: 0
}

.manager-container .member .contact-info .email .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 483.3 483.3" xml:space="preserve"><path fill="%23a3a3a3" d="M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1 v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5 c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z"/><path fill="%23a3a3a3" d="M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3 c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95 c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4 c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z" /></svg>')
}

.manager-container .member .contact-info .icon {
    display: inline-block;
    height: 20px;
    margin-right: 15px;
    vertical-align: middle;
    width: 20px
}

.manager-container .member .contact-info .phone .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 473.806 473.806" xml:space="preserve"><path fill="%23a3a3a3" d="M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4 c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8 c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6 c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5 c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26 c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9 c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z M410.256,398.806 C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20 c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6 c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1 c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3 c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5 c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8 c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9 l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1 C420.456,377.706,420.456,388.206,410.256,398.806z"/><path fill="%23a3a3a3" d="M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2 c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11 S248.656,111.506,256.056,112.706z"/><path fill="%23a3a3a3" d="M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11 c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2 c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z"/></svg>')
}

.manager-container .member .contact-info .skype .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 297.331 297.331" xml:space="preserve"><path fill="%23a3a3a3" d="M211.109,139.359c-6.748-4.383-14.962-8.149-24.441-11.189c-9.036-2.879-19.191-5.534-30.084-7.873 c-8.419-1.947-14.576-3.451-18.246-4.473c-3.213-0.893-6.44-2.14-9.595-3.715c-2.577-1.298-4.563-2.776-5.881-4.37 c-0.848-1.048-1.208-2.159-1.208-3.734c0-1.825,0.617-4.319,5.399-7.455c4.717-3.098,11.331-4.672,19.64-4.672 c11.658,0,16.575,2.41,18.458,3.843c3.882,2.95,7.314,7.23,10.328,12.982c3.284,5.643,6.24,9.525,9.28,12.198 c3.895,3.458,9.21,5.212,15.784,5.212c7.159,0,13.516-2.661,18.368-7.706c4.769-4.955,7.288-10.964,7.288-17.372 c0-6.041-1.665-12.198-4.949-18.304c-3.175-5.9-8.13-11.504-14.724-16.658c-6.478-5.045-14.595-9.107-24.139-12.076 c-9.415-2.924-20.553-4.409-33.117-4.409c-15.714,0-29.679,2.224-41.492,6.6c-12.404,4.582-22.102,11.356-28.85,20.142 c-6.902,9.004-10.405,19.428-10.405,30.984c0,12.095,3.381,22.462,10.064,30.83c6.324,7.905,14.904,14.21,25.495,18.715 c9.756,4.152,21.941,7.802,36.26,10.861c9.955,2.082,18.014,4.081,23.953,5.932c4.891,1.517,8.856,3.676,11.787,6.414 c2.179,2.037,3.143,4.512,3.143,8.014c0,3.046-0.81,7.089-7.108,11.382c-5.72,3.901-13.561,5.887-23.323,5.887 c-7.095,0-12.712-0.951-16.684-2.834c-3.85-1.819-6.825-4.087-8.83-6.722c-2.423-3.207-4.756-7.359-6.909-12.275 c-2.519-5.919-5.739-10.579-9.608-13.876c-4.422-3.721-9.775-5.604-15.932-5.604c-7.159,0-13.509,2.391-18.361,6.935 c-4.968,4.685-7.603,10.669-7.603,17.314c0,9.178,3.265,18.548,9.711,27.841c6.228,8.965,14.39,16.202,24.293,21.549 c13.516,7.179,30.643,10.823,50.913,10.823c16.87,0,31.768-2.641,44.281-7.847c12.969-5.386,23.053-13.072,29.968-22.854 c6.986-9.904,10.534-21.202,10.534-33.574c0-10.334-2.108-19.325-6.266-26.704C224.187,150.234,218.403,144.128,211.109,139.359z M213.525,210.389c-5.489,7.77-13.702,13.959-24.409,18.4c-10.932,4.55-24.171,6.857-39.339,6.857 c-18.149,0-33.246-3.13-44.846-9.293c-8.079-4.364-14.743-10.27-19.801-17.539c-4.923-7.102-7.417-14.01-7.417-20.514 c0-3.143,1.131-5.675,3.541-7.944c2.487-2.32,5.617-3.451,9.57-3.451c3.085,0,5.591,0.842,7.629,2.558 c2.307,1.967,4.364,5.026,6.112,9.158c2.584,5.906,5.437,10.926,8.471,14.949c3.278,4.312,7.847,7.873,13.573,10.579 c5.707,2.706,13.169,4.075,22.179,4.075c12.397,0,22.68-2.738,30.572-8.13c8.438-5.752,12.719-13.156,12.719-21.999 c0-7.057-2.423-12.905-7.217-17.404c-4.37-4.081-10.007-7.204-16.742-9.3c-6.324-1.973-14.782-4.068-25.11-6.228 c-13.49-2.892-24.891-6.292-33.882-10.116c-8.612-3.67-15.502-8.696-20.489-14.917c-4.807-6.028-7.249-13.696-7.249-22.802 c0-8.663,2.609-16.453,7.751-23.162c5.238-6.832,13.014-12.185,23.117-15.913c10.379-3.85,22.847-5.797,37.031-5.797 c11.273,0,21.131,1.285,29.306,3.83c8.053,2.5,14.801,5.848,20.045,9.936c5.186,4.042,8.985,8.291,11.311,12.609 c2.269,4.21,3.413,8.323,3.413,12.211c0,3.104-1.208,5.874-3.689,8.458c-2.449,2.539-5.431,3.766-9.113,3.766 c-2.294,0-5.418-0.341-7.275-1.999c-1.941-1.703-4.19-4.737-6.549-8.779c-3.766-7.179-8.406-12.892-13.792-16.993 c-5.726-4.351-14.306-6.465-26.241-6.465c-10.855,0-19.84,2.282-26.691,6.78c-7.429,4.872-11.196,10.996-11.196,18.201 c0,4.524,1.382,8.509,4.126,11.877c2.487,3.021,5.868,5.611,10.064,7.719c3.901,1.954,7.911,3.503,11.915,4.608 c3.747,1.048,10.064,2.596,18.882,4.64c10.585,2.275,20.335,4.82,28.966,7.571c8.381,2.693,15.566,5.964,21.344,9.724 c5.54,3.618,9.917,8.22,12.995,13.696c3.059,5.437,4.608,12.301,4.608,20.405C221.7,193.904,218.943,202.702,213.525,210.389z M287.582,178.062c1.851-9.178,2.796-18.554,2.796-27.905c0-77.308-62.899-140.201-140.214-140.201 c-7.262,0-14.512,0.553-21.575,1.658C115.696,4.01,101.03,0,86.004,0C39.673,0,1.986,37.687,1.986,84.012 c0,14.107,3.567,28.002,10.328,40.348c-1.581,8.554-2.378,17.224-2.378,25.797c0,77.315,62.906,140.221,140.227,140.221 c7.899,0,15.778-0.662,23.464-1.967c11.639,5.842,24.615,8.92,37.7,8.92c46.331,0,84.018-37.681,84.018-83.999 C295.345,200.999,292.736,189.148,287.582,178.062z M211.327,284.484c-11.729,0-23.362-2.918-33.632-8.438l-1.999-1.073 l-2.23,0.411c-7.603,1.42-15.444,2.14-23.31,2.14c-70.239,0-127.373-57.141-127.373-127.367c0-8.516,0.874-17.14,2.584-25.63 l0.482-2.41l-1.24-2.121c-6.395-10.887-9.775-23.336-9.775-35.984c0-39.236,31.929-71.158,71.164-71.158 c13.426,0,26.517,3.779,37.854,10.926l2.089,1.317l2.442-0.424c7.095-1.234,14.422-1.864,21.781-1.864 c70.232,0,127.361,57.128,127.361,127.348c0,9.178-0.996,18.374-2.956,27.346l-0.482,2.211l1.003,2.024 c4.917,9.872,7.404,20.502,7.404,31.594C282.491,252.568,250.563,284.484,211.327,284.484z"/></svg>')
}

.manager-container .member .contact-info li a {
    color: #791106;
    font-size: 14px;
    font-weight: 600;
    line-height: 32px
}

.manager-container .member .name {
    align-items: center;
    color: #282d39;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    justify-content: center;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase
}

.manager-container .member .number {
    color: #282d39;
    font-size: 15px;
    font-weight: 600;
    line-height: 32px
}

.manager-container .member .photo {
    -moz-box-shadow: 0 0 5px 0 rgba(186,186,186,.5);
    -webkit-box-shadow: 0 0 5px 0 rgba(186,186,186,.5);
    box-shadow: 0 0 5px 0 rgba(186,186,186,.5);
    height: 230px;
    margin-bottom: 30px;
    object-fit: cover;
    width: 100%
}

.manager-container .member .post {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-align: center;
    text-transform: uppercase
}

.manager-container .question-and-booking-col .btns-block a {
    border: 2px solid #efbe35;
    color: #282d39;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    height: 54px;
    padding: 0 60px;
    text-align: center;
    text-transform: uppercase;
    transition: .2s
}

.block-title a.subscribe-btn {
    border: 2px solid #efbe35;
    color: #282d39;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 50px;
    height: 54px;
    padding: 0 60px;
    text-align: center;
    text-transform: uppercase;
    transition: .2s
}

.manager-container .question-and-booking-col .btns-block a:nth-child(1) {
    background-color: rgba(255,255,255,.5)
}

.manager-container .question-and-booking-col h3,
.manager-container .question-and-booking-col .section-title {
	display: block;
    font-size: 30px;
    font-weight: 600;
    line-height: 32px;
    margin-bottom: 20px
}

.manager-container .question-and-booking-col p {
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 40px
}

#comment-block .quip-comment-body.quip-comment-alt,.map-location .btns-block .active a {
    background-color: #fff
}

.map-location .btns-block .nav-tabs {
    border: 0;
    display: block;
    margin-bottom: 15px;
    text-align: right
}

.map-location .btns-block a {
    align-items: center;
    background-color: #e8e8e8;
    border: 2px solid #e8e8e8;
    color: #939393;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    height: 44px;
    padding: 0 25px;
    text-transform: uppercase
}

.map-location .btns-block a .icon {
    height: 22px;
    margin-right: 10px;
    width: 22px
}

.manager-container .question-and-booking-col .btns-block a:focus,.manager-container .question-and-booking-col .btns-block a:hover,.manager-container .question-and-booking-col .btns-block a:visited,.map-location .btns-block a:focus,.map-location .btns-block a:hover,.map-location .btns-block a:visited {
    text-decoration: none
}

.map-location .btns-block li,.orange-square-icons-row .text-block {
    display: inline-block
}

.map-location .btns-block li:nth-child(1) a .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg viewBox="0 -6 344.112 344" xmlns="http://www.w3.org/2000/svg"><path fill="%23939393" d="m172.054688 108.207031c18.386718 0 33.34375-14.953125 33.34375-33.339843 0-18.386719-14.957032-33.34375-33.34375-33.34375-18.382813 0-33.339844 14.957031-33.339844 33.34375 0 18.386718 14.957031 33.339843 33.339844 33.339843zm0 0"/><path fill="%23939393" d="m167.507812 188.558594c1.464844 1.023437 3.007813 1.515625 4.679688 1.515625 5.777344 0 13.0625-5.890625 23.683594-16.230469 8.613281-8.382812 17.007812-17.679688 18.496094-19.484375 22.144531-26.835937 33.421874-61.015625 30.167968-91.425781-.269531-2.53125-.644531-5.074219-1.109375-7.566406-2.921875-15.5-12.363281-29.746094-26.582031-40.117188-13.242188-9.65625-29.816406-15.1953125-45.472656-15.1953125-.003906 0-.003906 0-.003906 0-21.753907 0-41.285157 8.8789065-55 25.0000005-13.960938 16.40625-19.90625 38.492187-16.320313 60.589843 6.5 40.054688 31.089844 77.566407 67.460937 102.914063zm4.546876-160.535156c25.828124 0 46.84375 21.015624 46.84375 46.84375 0 25.828124-21.015626 46.84375-46.84375 46.84375-25.828126 0-46.839844-21.015626-46.839844-46.84375 0-25.832032 21.011718-46.84375 46.839844-46.84375zm0 0"/><path fill="%23939393" d="m51.984375 206.785156c-3.230469 2.839844-4.921875 4.929688-5.105469 5.15625-2.3125 2.90625-1.832031 7.117188 1.058594 9.449219 1.242188 1 2.734375 1.488281 4.222656 1.488281 1.96875 0 3.921875-.855468 5.257813-2.496094.011719-.015624 1.175781-1.433593 3.480469-3.460937 2.800781-2.464844 3.074218-6.730469.609374-9.527344-2.460937-2.796875-6.726562-3.074219-9.523437-.609375zm0 0"/><path fill="%23939393" d="m191.191406 222.152344c-3.335937-1.667969-7.390625-.316406-9.058594 3.019531-1.667968 3.335937-.316406 7.390625 3.019532 9.054687 3.960937 1.984376 7.660156 3.683594 11.3125 5.199219.847656.351563 1.722656.519531 2.585937.519531 2.648438 0 5.160157-1.566406 6.238281-4.164062 1.429688-3.441406-.203124-7.390625-3.644531-8.820312-3.359375-1.398438-6.78125-2.972657-10.453125-4.808594zm0 0"/><path fill="%23939393" d="m145.734375 196.929688c-3.347656-1.640626-7.390625-.253907-9.027344 3.09375-1.640625 3.351562-.253906 7.394531 3.097657 9.03125 3.035156 1.484374 6.386718 3.261718 10.25 5.429687 1.046874.589844 2.179687.867187 3.300781.867187 2.359375 0 4.652343-1.242187 5.890625-3.445312 1.824218-3.253906.671875-7.367188-2.578125-9.191406-4.09375-2.296875-7.667969-4.1875-10.933594-5.785156zm0 0"/><path fill="%23939393" d="m104.078125 187.652344c-4.359375.113281-8.679687.515625-12.839844 1.199218-3.679687.601563-6.171875 4.078126-5.566406 7.753907.542969 3.308593 3.40625 5.65625 6.652344 5.65625.363281 0 .730469-.027344 1.101562-.089844 3.554688-.582031 7.253907-.929687 11-1.023437 3.726563-.097657 6.671875-3.195313 6.574219-6.921876-.09375-3.730468-3.210938-6.613281-6.921875-6.574218zm0 0"/><path fill="%23939393" d="m237.84375 248.316406c4.296875-.023437 8.640625-.363281 12.914062-1.011718 3.683594-.5625 6.21875-4.003907 5.660157-7.6875-.5625-3.6875-4.019531-6.214844-7.691407-5.660157-3.625.550781-7.308593.839844-10.953124.859375-3.726563.019532-6.734376 3.054688-6.714844 6.78125.019531 3.71875 3.039062 6.71875 6.75 6.71875zm0 0"/><path fill="%23939393" d="m286.851562 233.152344c1.199219 0 2.417969-.320313 3.519532-.996094 1.777344-1.089844 3.582031-2.25 5.359375-3.449219 3.085937-2.085937 3.902343-6.28125 1.816406-9.371093-2.085937-3.089844-6.28125-3.90625-9.371094-1.816407-1.617187 1.089844-3.25 2.140625-4.859375 3.128907-3.179687 1.949218-4.175781 6.105468-2.226562 9.28125 1.273437 2.078124 3.488281 3.222656 5.761718 3.222656zm0 0"/><path fill="%23939393" d="m342.855469 269.054688-34.136719-107.859376c-3.5-11.058593-13.644531-18.488281-25.242188-18.488281h-45.125c-3.730468 0-6.75 3.019531-6.75 6.75 0 3.726563 3.019532 6.75 6.75 6.75h40.597657l-43.40625 39.9375c-2.742188 2.523438-2.917969 6.792969-.394531 9.539063 1.332031 1.445312 3.144531 2.179687 4.96875 2.179687 1.632812 0 3.269531-.589843 4.570312-1.785156l48.8125-44.914063c.035156-.03125.0625-.070312.09375-.105468.980469 1.226562 1.761719 2.640625 2.257812 4.210937l34.132813 107.859375c1.261719 3.988282.566406 8.210938-1.902344 11.585938-2.472656 3.371094-6.289062 5.308594-10.472656 5.308594h-22.652344l-25.421875-28.1875c-2.496094-2.769532-6.761718-2.988282-9.53125-.492188-2.769531 2.496094-2.988281 6.765625-.492187 9.53125l17.265625 19.148438h-196.28125l35.628906-50.175782c2.160156-3.039062 1.445312-7.253906-1.59375-9.410156-3.035156-2.15625-7.253906-1.445312-9.410156 1.59375l-41.183594 57.992188h-37.433594c-4.183594 0-8-1.9375-10.472656-5.308594-2.46875-3.375-3.164062-7.597656-1.902344-11.585938l34.136719-107.859375c1.710937-5.421875 6.683594-9.0625 12.371094-9.0625h45.128906c3.726563 0 6.75-3.023437 6.75-6.75 0-3.730469-3.023437-6.75-6.75-6.75h-45.128906c-11.601563 0-21.746094 7.429688-25.246094 18.488281l-34.132813 107.859376c-2.574218 8.136718-1.15625 16.75 3.886719 23.636718 5.039063 6.882813 12.824219 10.828125 21.359375 10.828125h291.105469c8.53125 0 16.316406-3.945312 21.359375-10.828125 5.042969-6.886718 6.460938-15.5 3.886719-23.636718zm0 0"/><path fill="%23939393" d="m170.335938 317.625h-91.734376c-3.730468 0-6.75 3.023438-6.75 6.75 0 3.730469 3.019532 6.75 6.75 6.75h91.734376c3.730468 0 6.75-3.019531 6.75-6.75 0-3.726562-3.019532-6.75-6.75-6.75zm0 0"/><path fill="%23939393" d="m213.539062 317.625h-14.851562c-3.730469 0-6.75 3.023438-6.75 6.75 0 3.730469 3.019531 6.75 6.75 6.75h14.851562c3.726563 0 6.75-3.019531 6.75-6.75 0-3.726562-3.023437-6.75-6.75-6.75zm0 0"/><path fill="%23939393" d="m295.886719 317.625h-55.347657c-3.730468 0-6.75 3.023438-6.75 6.75 0 3.730469 3.019532 6.75 6.75 6.75h55.347657c3.730469 0 6.75-3.019531 6.75-6.75 0-3.726562-3.019531-6.75-6.75-6.75zm0 0"/></svg>')
}

.map-location .btns-block li:nth-child(2) a .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 60 60" xml:space="preserve"><path fill="%23939393" d="M39.066,19H13.793l-6,6l6,6h14.414v19h-5v4h-3v6h18v-6h-3v-4h-5V31h8.859c1.732,0,3.141-1.409,3.141-3.142v-5.717 C42.207,20.409,40.798,19,39.066,19z M33.207,54h-8v-2h8V54z"/><path fill="%23939393" d="M47.207,11h-17V9.899c2.279-0.465,4-2.484,4-4.899c0-2.757-2.243-5-5-5s-5,2.243-5,5c0,2.414,1.721,4.434,4,4.899V11 h-5.859c-1.181,0-2.141,0.961-2.141,2.142V17h20.859c1.181,0,2.141,0.961,2.141,2.142V21h4l5-5L47.207,11z M26.207,5 c0-1.654,1.346-3,3-3s3,1.346,3,3s-1.346,3-3,3S26.207,6.654,26.207,5z"/></svg>')
}

.map-location .map-block {
    background-color: #ccc;
    height: calc(100% - 59px);
    width: 100%
}

.map-location .map-block .content-map-wrapper,.map-location .map-block .map-outer,.map-location .map-block .tab-content,.map-location .map-block .tab-pane {
    height: 100%;
    width: 100%
}

.menu-before-socials-outer {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.menu-before-socials-outer li {
    display: inline-block;
    font-size: 22px;
    margin-left: 20px
}

.conts_block_text span,.menu-before-socials-outer li a {
    color: #a3a3a3
}

.menu-before-socials-outer li.first {
    margin-left: 0
}

.post-subscribe #__utl-buttons-1 .uptl_container .uptl_toolbar ul.horizontal li.utl-icon-fb a.sn-icon:before,.subscibe #__utl-buttons-2 .uptl_container .uptl_toolbar ul.horizontal li.utl-icon-fb a.sn-icon:before {
    bottom: 5px
}

.numbers-of-hearts {
    align-items: center;
    background-color: #efbe35;
    border-radius: 50%;
    bottom: 10px;
    color: #282d39;
    display: flex;
    font-size: 10px;
    font-weight: 600;
    height: 16px;
    justify-content: center;
    position: absolute;
    right: 10px;
    width: 16px
}

.orange-square-icons-row {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    margin: 0 0 50px;
    padding: 20px 0 0
}

.orange-square-icons-row .orange-square-icon {
    background-color: #efbe35;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 70%;
    display: inline-flex;
    flex: 0 0 50px;
    height: 50px;
    margin-right: 15px;
    width: 50px
}

.orange-square-icons-row .orange-square-icon.bank {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511.999 511.999" xml:space="preserve"><path fill="%23000" d="M505.709,159.575L336.462,50.682c-3.379-2.174-7.879-1.196-10.052,2.181c-2.173,3.378-1.197,7.878,2.181,10.052 l166.773,107.301h-38.878L266.64,48.07c-6.463-4.158-14.816-4.157-21.28,0L55.514,170.216H16.636L255.991,16.204l33.899,21.81 c3.379,2.173,7.878,1.197,10.052-2.181c2.173-3.378,1.197-7.878-2.181-10.052l-33.899-21.81c-4.776-3.073-10.947-3.073-15.723,0 L6.291,159.575c-5.15,3.314-7.45,9.488-5.723,15.364c1.727,5.876,7.002,9.824,13.126,9.824h36.684v25.07v21.956 c0,5.789,4.106,10.637,9.558,11.784v12.801c0,6.64,5.402,12.042,12.042,12.042h1v89.112c0,4.017,3.256,7.273,7.273,7.273 c4.017,0,7.273-3.256,7.273-7.273v-96.385c0-4.017-3.256-7.273-7.273-7.273h-5.768v-10.04h51.513v10.038h-5.768 c-4.017,0-7.273,3.256-7.273,7.273v160.696c0,4.017,3.256,7.273,7.273,7.273h5.768v10.915H74.483V429.11h5.768 c4.017,0,7.273-3.256,7.273-7.273v-18.59c0-4.017-3.256-7.273-7.273-7.273c-4.017,0-7.273,3.256-7.273,7.273v11.317h-1 c-6.64,0-12.042,5.401-12.042,12.041v12.801c-5.453,1.147-9.558,5.995-9.558,11.784v14.682H24.614 c-8.04,0-14.581,6.541-14.581,14.581v15.299c0,8.04,6.541,14.581,14.581,14.581h462.772c8.04,0,14.581-6.541,14.581-14.581 v-15.299c0-8.04-6.541-14.581-14.581-14.581h-25.764V451.19c0-5.789-4.106-10.637-9.558-11.784v-12.801 c0-6.64-5.402-12.041-12.042-12.041h-1v-146.15h1c6.64,0,12.042-5.402,12.042-12.042v-12.801 c5.453-1.147,9.558-5.995,9.558-11.784v-21.956v-25.07h36.684c6.124,0,11.399-3.948,13.126-9.824 C513.159,169.063,510.859,162.888,505.709,159.575z M253.23,60.303c1.683-1.083,3.857-1.082,5.54,0l170.833,109.914H82.398 L253.23,60.303z M64.924,184.762h382.151v17.797h-77.902h-70.585h-85.176h-70.585H64.924V184.762z M296.304,439.408v-12.801 c0-6.64-5.402-12.041-12.042-12.041h-1v-146.15h1c6.64,0,12.042-5.402,12.042-12.042v-12.801 c5.453-1.147,9.558-5.995,9.558-11.784v-14.683H361.9v14.683c0,5.789,4.106,10.637,9.558,11.784v12.801 c0,6.64,5.402,12.042,12.042,12.042h1v146.15h-1c-6.64,0-12.042,5.401-12.042,12.041v12.801 c-5.452,1.147-9.558,5.995-9.558,11.784v14.682h-56.038v-14.682C305.862,445.403,301.756,440.555,296.304,439.408z M140.542,439.408v-12.801c0-6.64-5.402-12.041-12.042-12.041h-1v-146.15h1c6.64,0,12.042-5.402,12.042-12.042v-12.801 c5.452-1.147,9.558-5.995,9.558-11.784v-14.683h56.039v14.683c0,5.789,4.106,10.637,9.558,11.784v12.801 c0,6.64,5.402,12.042,12.042,12.042h1v146.15h-1c-6.64,0-12.042,5.401-12.042,12.041v12.801 c-5.452,1.147-9.558,5.995-9.558,11.784v14.682H150.1v-14.682C150.1,445.403,145.994,440.555,140.542,439.408z M275.989,429.11 h5.768v10.915h-51.513V429.11h5.768c4.017,0,7.273-3.256,7.273-7.273V261.142c0-4.017-3.256-7.274-7.273-7.274h-5.768V243.83 h51.513v10.038h-5.768c-4.017,0-7.273,3.256-7.273,7.273v160.696C268.716,425.854,271.972,429.11,275.989,429.11z M222.97,229.284 h-0.032h-2.253v-12.178h70.63v12.178h-2.285c-0.005,0-0.011,0.001-0.016,0.001s-0.011-0.001-0.016-0.001H222.97z M220.685,454.213 c0.71,0.231,1.466,0.36,2.253,0.36h66.059c0.811,0,1.589-0.139,2.318-0.384v11.684h-70.63V454.213z M67.21,229.284h-2.285v-12.178 h70.63v12.178h-0.001h-2.285H67.21z M64.924,454.201c0.719,0.238,1.486,0.372,2.285,0.372h66.06c0.799,0,1.566-0.134,2.285-0.372 v11.672h-70.63V454.201z M487.421,480.454l-0.02,15.333c0,0-0.004,0.001-0.015,0.001l-462.807-0.034l0.035-15.334L487.421,480.454 z M444.77,454.572c0.807,0,1.58-0.137,2.306-0.379v11.68h-70.63v-11.665c0.713,0.234,1.473,0.364,2.265,0.364H444.77z M391.772,253.869h-5.768V243.83h51.513v10.038h-5.768c-4.017,0-7.273,3.256-7.273,7.273v160.696c0,4.017,3.256,7.274,7.273,7.274 h5.768v10.915h-51.513v-10.915h5.768c4.017,0,7.273-3.256,7.273-7.273V261.142C399.045,257.125,395.789,253.869,391.772,253.869z M447.077,229.284L447.077,229.284h-2.286c-0.003,0-0.007,0.001-0.01,0.001s-0.007-0.001-0.01-0.001h-66.039h-0.02h-2.265v-12.178 h70.63V229.284z"/><path fill="%23000" d="M259.076,113.165V90.459c7.83,0.559,10.738,4.138,13.422,4.138c3.356,0,4.922-4.25,4.922-6.375 c0-5.48-10.738-7.829-18.344-8.053v-3.02c0-1.343-1.677-2.573-3.355-2.573c-1.902,0-3.244,1.231-3.244,2.573v3.244 c-10.626,1.118-21.252,6.711-21.252,20.804c0,14.317,11.186,18.344,21.252,21.923v26.283c-11.409-0.894-14.429-8.724-18.12-8.724 c-2.796,0-5.145,3.691-5.145,6.376c0,5.481,9.395,12.975,23.265,13.199h0v3.468c0,1.343,1.342,2.573,3.244,2.573 c1.677,0,3.355-1.231,3.355-2.573v-3.803c12.08-1.677,20.357-9.283,20.357-23.041 C279.433,121.666,268.807,116.744,259.076,113.165z M253.149,111.04c-5.929-2.237-10.738-4.586-10.738-10.962 c0-5.816,4.474-8.612,10.738-9.395V111.04z M258.406,149.181V125.58c5.48,2.349,9.842,5.481,9.843,12.528 C268.249,144.483,264.446,148.063,258.406,149.181z"/></svg>')
}

.orange-square-icons-row .orange-square-icon.beach {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511.999 511.999" xml:space="preserve"><path fill="%23000" d="M85.636,67.25c-26.754,0-48.522,21.767-48.522,48.522c0,26.756,21.767,48.522,48.522,48.522 c26.756,0,48.523-21.767,48.523-48.522C134.159,89.017,112.392,67.25,85.636,67.25z M85.637,149.243 c-18.456,0-33.472-15.014-33.472-33.471c0-18.457,15.015-33.471,33.472-33.471s33.472,15.015,33.472,33.471 C119.109,134.228,104.093,149.243,85.637,149.243z"/><path fill="%23000" d="M85.637,30.135c-4.157,0-7.525,3.369-7.525,7.525v15.138c0,4.156,3.368,7.525,7.525,7.525s7.525-3.369,7.525-7.525V37.66 C93.162,33.504,89.794,30.135,85.637,30.135z"/><path fill="%23000" d="M146.193,55.217c-2.94-2.938-7.704-2.939-10.644,0l-10.704,10.704c-2.939,2.939-2.939,7.704,0,10.642 c1.47,1.47,3.395,2.204,5.322,2.204c1.925,0,3.852-0.734,5.322-2.203l10.704-10.704C149.132,62.921,149.132,58.156,146.193,55.217 z"/><path fill="%23000" d="M163.749,108.247h-15.137c-4.157,0-7.525,3.369-7.525,7.525c0,4.156,3.368,7.525,7.525,7.525h15.137 c4.157,0,7.525-3.369,7.525-7.525C171.274,111.616,167.906,108.247,163.749,108.247z"/><path fill="%23000" d="M146.193,165.684l-10.704-10.703c-2.941-2.939-7.705-2.939-10.644,0s-2.939,7.704,0,10.642l10.704,10.704 c1.47,1.469,3.396,2.204,5.322,2.204s3.852-0.734,5.322-2.204C149.132,173.388,149.132,168.623,146.193,165.684z"/><path fill="%23000" d="M85.637,171.222c-4.157,0-7.525,3.369-7.525,7.525v15.138c0,4.156,3.368,7.525,7.525,7.525s7.525-3.369,7.525-7.525 v-15.138C93.162,174.591,89.794,171.222,85.637,171.222z"/><path fill="%23000" d="M46.43,154.981c-2.939-2.939-7.703-2.939-10.643,0l-10.704,10.703c-2.94,2.939-2.94,7.704-0.001,10.643 c1.47,1.469,3.395,2.204,5.322,2.204c1.925,0,3.852-0.734,5.322-2.204l10.704-10.704C49.368,162.684,49.368,157.919,46.43,154.981 z"/><path fill="%23000" d="M22.662,108.247H7.525c-4.157,0-7.525,3.369-7.525,7.525c0,4.156,3.368,7.525,7.525,7.525h15.137 c4.157,0,7.525-3.369,7.525-7.525C30.187,111.616,26.819,108.247,22.662,108.247z"/><path fill="%23000" d="M46.43,65.921L35.725,55.217c-2.94-2.939-7.704-2.939-10.643,0c-2.939,2.939-2.939,7.704,0,10.643l10.704,10.704 c1.47,1.469,3.396,2.203,5.322,2.203c1.925,0,3.852-0.734,5.322-2.204C49.368,73.624,49.368,68.859,46.43,65.921z"/><path fill="%23000" d="M508.356,457.18c-13.116-8.896-28.324-12.925-43.34-12.113c-13.861-19.093-40.008-35.461-76.032-47.525 c-22.361-7.488-47.316-12.893-73.849-16.102l53.915-135.271c8.135,5.875,15.235,12.853,21.038,20.747 c1.918,2.61,4.877,4.087,8.141,3.292c17.807-3.229,36.69-1.16,54.628,5.989c18.073,7.203,33.291,18.807,44.008,33.557 c1.437,1.977,3.714,3.101,6.087,3.101c0.602,0,1.21-0.072,1.812-0.222c2.974-0.737,5.204-3.205,5.638-6.238 c0.284-1.991,6.799-49.36-8.723-100.965c-1.196-3.98-5.402-6.235-9.373-5.039c-3.98,1.197-6.236,5.394-5.038,9.373 c9.06,30.124,10.049,59.251,9.493,77.019c-10.74-10.394-23.739-18.752-38.332-24.568c-16.59-6.612-33.947-9.423-50.843-8.3 c0.128-0.389,0.244-0.769,0.37-1.156c5.88-17.964,10.265-36.477,12.422-55.27c1.973-17.197,2.157-34.568-0.008-51.756 c-1.254-9.954-3.388-19.799-6.45-29.355c-0.022-0.069-0.044-0.143-0.067-0.212c27.002,14.629,47.758,36.185,61.846,64.284 c1.862,3.715,6.384,5.216,10.099,3.354c3.715-1.862,5.216-6.384,3.354-10.1c-18.674-37.246-47.974-64.037-87.111-79.638 c-53.828-21.451-109.852-14.395-162.006,20.406c-38.932,25.977-61.729,57.839-62.681,59.182c-1.771,2.5-1.848,5.824-0.197,8.404 c1.651,2.58,4.697,3.903,7.714,3.342c17.927-3.333,36.955-1.288,55.027,5.915c17.81,7.099,32.849,18.471,43.541,32.917 c2.08,2.81,5.114,4.538,8.675,3.48c9.557-1.694,19.418-1.862,29.274-0.544l-60.123,150.855c-1.517-0.013-3.029-0.04-4.551-0.04 c-34.684,0-67.831,3.455-98.52,10.269c-4.057,0.901-6.616,4.92-5.714,8.978c0.901,4.057,4.913,6.617,8.977,5.715 c29.202-6.484,62.142-9.911,95.257-9.911c15.696,0,31.402,0.746,47.022,2.298c0.056,0.005,0.111,0.004,0.168,0.008 c29.047,2.88,56.27,8.423,80.299,16.471c28.686,9.607,50.833,22.267,63.831,36.298c-6.558,2.037-12.901,5.057-18.818,9.069 c-18.905,12.821-43.336,12.821-62.242,0c-24.039-16.303-55.103-16.302-79.139,0c-18.905,12.821-43.336,12.821-62.242,0 c-24.038-16.303-55.102-16.302-79.139,0c-18.905,12.821-43.336,12.821-62.242,0c-5.916-4.012-12.259-7.033-18.817-9.069 c12.981-14.011,35.088-26.657,63.717-36.259c3.94-1.321,6.063-5.587,4.742-9.528c-1.321-3.94-5.585-6.064-9.527-4.742 c-35.961,12.06-62.068,28.415-75.913,47.485c-15.017-0.812-30.224,3.219-43.34,12.113c-3.44,2.333-4.337,7.012-2.004,10.452 c2.332,3.44,7.008,4.338,10.452,2.005c11.17-7.575,24.27-10.672,37.019-9.295c0.458,0.099,0.92,0.162,1.384,0.173 c8.348,1.116,16.51,4.151,23.841,9.123c24.036,16.301,55.099,16.303,79.138,0c18.907-12.822,43.339-12.821,62.243,0 c24.037,16.301,55.1,16.303,79.138,0c18.906-12.822,43.338-12.821,62.243,0c12.019,8.151,25.794,12.227,39.57,12.227 c13.775,0,27.55-4.076,39.57-12.227c7.314-4.96,15.456-7.993,23.785-9.115c0.493-0.009,0.984-0.076,1.472-0.184 c12.739-1.368,25.826,1.729,36.986,9.298c3.44,2.333,8.12,1.436,10.452-2.005C512.692,464.193,511.795,459.513,508.356,457.18z M302.325,211.403c0.08-0.17,0.163-0.338,0.244-0.508c7.01-14.674,15.187-28.858,24.726-42.04 c2.332-3.222,1.664-8.085-1.684-10.508c-3.275-2.371-8.144-1.584-10.509,1.685c-7.659,10.583-14.464,21.784-20.571,33.329 c-2.206,4.172-4.447,8.394-6.339,12.721c-0.033,0.07-0.068,0.14-0.101,0.21c-11.496-12.441-26.025-22.34-42.62-28.952 c-14.597-5.818-29.789-8.691-44.735-8.535c10.047-11.299,26.551-27.793,48.035-42.063c21.302-14.15,43.29-23.387,65.35-27.454 c21.343-3.934,42.879-3.011,64.249,2.73c-0.086,0.047-0.178,0.099-0.264,0.146c-11.561,6.345-22.28,14.174-32.012,23.063 c-3.796,3.467-7.499,7.031-11.047,10.75c-2.868,3.008-2.755,7.772,0.253,10.64c3.008,2.868,7.771,2.755,10.64-0.253 c9.646-10.118,20.538-19.371,32.428-26.852c5.48-3.449,11.2-6.565,17.173-9.077c1.569,3.559,3.61,8.828,5.527,15.729 c9.074,32.689,6.622,67.965-1.332,100.608c-1.711,7.02-3.688,13.979-5.93,20.847c-0.023,0.071-0.048,0.144-0.071,0.216 c-10.24-10.834-22.815-19.68-37.052-26.047c-0.195-0.087-0.39-0.174-0.585-0.26C339.26,214.096,320.73,210.387,302.325,211.403z M299.576,379.82c-3.489-0.302-7.002-0.56-10.535-0.788c-3.905-0.268-7.817-0.465-11.728-0.624l59.02-148.079 c3.572,1.023,7.088,2.24,10.531,3.633c0.559,0.227,9.182,4.177,9.166,4.217L299.576,379.82z"/></svg>')
}

.orange-square-icons-row .orange-square-icon.club {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 480 480" xml:space="preserve"><path fill="%23000" d="M364.001,48c-32.223,0.054-59.392,24.033-63.448,56h-20.096l25.552-88h25.992V0h-32c-3.558,0.001-6.687,2.352-7.68,5.768 L263.801,104h-203.8c-4.418-0.001-8.001,3.58-8.002,7.998c0,1.804,0.609,3.555,1.73,4.97l150.272,189.816V464h-64v16h144v-16h-64 V306.784l110.976-140.176c9.918,6.147,21.356,9.4,33.024,9.392c35.346,0,64-28.654,64-64C428.001,76.654,399.347,48,364.001,48z M76.537,120h182.616l-16.256,56H120.873L76.537,120z M212.001,291.112L133.537,192h104.72l-17.936,61.768l15.36,4.464 L254.913,192h35.552L212.001,291.112z M303.129,176h-43.576l16.264-56h71.648L303.129,176z M364.001,160 c-8.083,0.042-16.04-1.999-23.104-5.928l29.376-37.104c2.744-3.463,2.161-8.495-1.302-11.239c-1.414-1.12-3.165-1.73-4.97-1.729 h-47.336c4.418-26.139,29.19-43.747,55.329-39.329c26.139,4.418,43.747,29.19,39.329,55.329 C407.419,143.092,387.421,159.996,364.001,160z"/></svg>')
}

.orange-square-icons-row .orange-square-icon.plane {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23000" d="M447.786,113.153c-2.522-29.474-21.625-48.576-51.097-51.097c-4.093-0.35-7.694,2.684-8.044,6.776 c-0.35,4.091,2.684,7.694,6.776,8.044c22.303,1.909,35.636,15.244,37.545,37.545c0.156,1.817,0.952,3.426,2.149,4.622 c1.498,1.497,3.621,2.348,5.895,2.154C445.102,120.846,448.136,117.245,447.786,113.153z"/><path fill="%23000" d="M486.135,23.709c-7.012-7.011-16.699-10.51-26.57-9.608l-11.54,1.057c-44.487,4.079-85.095,24.921-114.343,58.69 l-17.76,20.504l-40.965-16.978l2.191-2.191c6.524-6.525,6.524-17.141,0-23.665L264.734,39.1c-6.524-6.522-17.14-6.524-23.665,0 l-17.128,17.128l-19.694-8.162l4.936-4.936c6.524-6.525,6.524-17.14,0-23.664L196.767,7.05c-6.526-6.524-17.142-6.522-23.665,0 L153.23,26.922l-33.485-13.878c-15.873-6.579-33.978-2.978-46.128,9.17L51.329,44.502c-4.731,4.731-7.168,11.273-6.686,17.947 c0.482,6.674,3.835,12.797,9.196,16.8L220.955,203.99l-55.781,64.4c-2.689,3.104-2.352,7.801,0.752,10.49 c1.407,1.218,3.14,1.816,4.866,1.816c2.082,0,4.153-0.87,5.624-2.568l61.015-70.443c0.001-0.001,0.001-0.001,0.002-0.002 l36.037-41.605l71.454-82.494c26.72-30.849,63.817-49.889,104.459-53.615l11.54-1.057c5.47-0.501,10.818,1.436,14.695,5.314 c3.878,3.877,5.815,9.233,5.314,14.695l-1.057,11.54c-2.451,26.738-11.787,52.568-26.999,74.694 c-2.327,3.385-1.469,8.015,1.915,10.342c3.386,2.328,8.015,1.469,10.342-1.915c16.651-24.221,26.87-52.494,29.553-81.763 l1.057-11.54C496.648,40.405,493.146,30.72,486.135,23.709z M251.586,49.619c0.722-0.726,1.903-0.727,2.629,0l12.415,12.415 c0.725,0.724,0.725,1.905,0.001,2.629l-6.546,6.545l-6.039-2.503l-15.234-6.314L251.586,49.619z M183.62,17.568 c0.723-0.726,1.904-0.727,2.629,0l12.415,12.415c0.725,0.724,0.725,1.904,0,2.628l-9.289,9.29l-21.273-8.816L183.62,17.568z M230.72,192.717L62.736,67.329c-1.928-1.438-3.084-3.552-3.258-5.951c-0.173-2.399,0.667-4.657,2.369-6.357l22.287-22.287 c5.265-5.264,12.252-8.053,19.381-8.053c3.541,0,7.119,0.689,10.537,2.105l191.608,79.411L230.72,192.717z"/><path fill="%23000" d="M507.107,317.391l-12.415-12.417c-6.526-6.524-17.142-6.522-23.665,0l-6.147,6.147l-9.426-22.744l15.289-15.289 c6.524-6.525,6.524-17.14,0-23.664l-12.415-12.417c-6.526-6.524-17.142-6.523-23.665,0.001l-0.352,0.352l-18.218-43.958 l19.906-17.242c1.469-1.273,2.934-2.586,4.355-3.903c3.013-2.792,3.191-7.498,0.398-10.509c-2.79-3.012-7.496-3.19-10.509-0.398 c-1.3,1.204-2.639,2.404-3.982,3.568l-217.29,188.207c-11.357,9.837-23.185,19.094-35.427,27.755 c-16.904,11.96-34.768,22.862-53.095,32.407c-0.004,0.002-0.008,0.005-0.012,0.007c-4.735,2.466-9.512,4.854-14.334,7.155 c-5.894,2.813-11.231,0.579-14.26-2.449c-3.028-3.029-5.262-8.366-2.45-14.261c2.451-5.137,5.009-10.221,7.648-15.26 c0.989-1.889,1.988-3.775,3.006-5.654c0.229-0.423,0.464-0.842,0.694-1.265c1.006-1.843,2.02-3.681,3.053-5.513 c0.216-0.383,0.437-0.764,0.654-1.147c1.061-1.869,2.132-3.733,3.22-5.589c0.202-0.344,0.407-0.686,0.609-1.03 c1.109-1.881,2.23-3.755,3.367-5.621c0.206-0.338,0.415-0.675,0.622-1.013c1.132-1.849,2.277-3.69,3.435-5.523 c0.236-0.374,0.474-0.745,0.711-1.118c1.129-1.775,2.27-3.542,3.422-5.301c0.285-0.434,0.571-0.867,0.857-1.3 c1.11-1.682,2.232-3.355,3.363-5.02c0.335-0.493,0.672-0.986,1.009-1.478c1.103-1.609,2.216-3.21,3.337-4.803 c7.973-11.322,16.448-22.294,25.424-32.861c2.658-3.131,2.277-7.824-0.854-10.483c-3.133-2.657-7.823-2.276-10.483,0.854 c-7.711,9.079-15.062,18.45-22.059,28.072l-67.207-30.423c-12.68-5.741-27.805-2.985-37.642,6.855L4.138,310.56 c-2.895,2.895-4.39,6.899-4.103,10.984c0.288,4.085,2.33,7.838,5.602,10.298l74.856,56.302c-1.537,3.049-3.053,6.108-4.524,9.19 c-5.067,10.622-2.964,22.862,5.357,31.183c5.308,5.309,12.21,8.086,19.27,8.086c4.007,0,8.066-0.896,11.912-2.731 c3.083-1.471,6.142-2.987,9.19-4.523L178,504.205c2.461,3.272,6.214,5.314,10.298,5.602c0.333,0.023,0.664,0.035,0.995,0.035 c3.734,0,7.328-1.479,9.988-4.139l11.439-11.44c9.84-9.838,12.595-24.966,6.857-37.642l-30.419-67.198 c10.857-7.895,21.385-16.252,31.55-25.056l87.357-75.665l125.916,168.689c4.003,5.363,10.127,8.715,16.801,9.196 c0.556,0.04,1.11,0.06,1.664,0.06c6.086,0,11.946-2.41,16.283-6.747l22.286-22.286c12.15-12.149,15.75-30.255,9.172-46.127 l-12.163-29.348l21.084-21.084C513.631,334.53,513.631,323.915,507.107,317.391z M15.262,320.471l10.835-10.834 c5.486-5.486,13.922-7.022,20.99-3.822l64.628,29.256c-0.139,0.204-0.275,0.412-0.413,0.616c-0.807,1.192-1.608,2.388-2.405,3.587 c-0.388,0.584-0.773,1.171-1.158,1.757c-2.71,4.122-5.356,8.285-7.937,12.489c-0.322,0.525-0.646,1.048-0.966,1.574 c-0.763,1.254-1.519,2.512-2.27,3.773c-0.389,0.652-0.774,1.306-1.159,1.96c-0.725,1.23-1.449,2.46-2.163,3.696 c-0.364,0.63-0.72,1.264-1.081,1.895c-1.181,2.067-2.346,4.143-3.496,6.228c-0.394,0.715-0.795,1.428-1.185,2.144L15.262,320.471z M204.028,462.756c3.199,7.068,1.664,15.503-3.824,20.99l-10.833,10.834l-54.319-72.22c1.17-0.637,2.334-1.286,3.499-1.934 c1.664-0.924,3.321-1.859,4.973-2.803c0.78-0.446,1.56-0.891,2.338-1.341c1.244-0.72,2.483-1.446,3.72-2.177 c0.619-0.366,1.236-0.736,1.854-1.105c4.262-2.546,8.483-5.158,12.663-7.836c0.546-0.35,1.093-0.7,1.638-1.052 c1.291-0.835,2.58-1.674,3.863-2.522c0.515-0.34,1.027-0.685,1.541-1.027c1.213-0.808,2.43-1.609,3.635-2.428L204.028,462.756z M445.179,247.526c0.723-0.726,1.904-0.726,2.629-0.001l12.415,12.417c0.725,0.724,0.725,1.904,0,2.628l-10.934,10.935 l-6.7-16.167l-2.116-5.107L445.179,247.526z M478.497,427.096l-22.287,22.287c-1.699,1.7-3.955,2.532-6.357,2.37 c-2.4-0.173-4.513-1.331-5.952-3.258L317.339,278.938l26.526-22.976l60.378-52.297l80.203,193.515 C488.713,407.474,486.378,419.217,478.497,427.096z M496.589,330.536l-16.729,16.73l-8.817-21.274l10.502-10.501 c0.723-0.726,1.904-0.726,2.629-0.001l12.415,12.416v0.001C497.314,328.632,497.314,329.812,496.589,330.536z"/></svg>')
}

.orange-square-icons-row .orange-square-icon.school {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 511 511" xml:space="preserve"><path fill="%23000" d="M503.5,476H487V267h16.5c2.737,0,5.257-1.491,6.575-3.891c1.317-2.4,1.222-5.327-0.247-7.636l-56-88 c-1.377-2.164-3.763-3.474-6.328-3.474H298.606L263,128.394V99h72.5c2.766,0,5.308-1.522,6.613-3.961 c1.305-2.438,1.162-5.398-0.373-7.699L328.514,67.5l13.227-19.84c1.535-2.301,1.677-5.261,0.373-7.699 C340.808,37.522,338.266,36,335.5,36H263v-8.5c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v100.894L212.394,164H63.5 c-2.564,0-4.951,1.31-6.328,3.474l-56,88c-1.469,2.309-1.564,5.236-0.247,7.636C2.243,265.509,4.763,267,7.5,267H24v209H7.5 c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h496c4.142,0,7.5-3.358,7.5-7.5S507.642,476,503.5,476z M443.383,179l46.455,73 H386.606l-73-73H443.383z M321.486,51l-8.227,12.34c-1.68,2.519-1.68,5.801,0,8.32L321.486,84H263V51H321.486z M67.617,179h129.776 l-73,73H21.163L67.617,179z M39,267h88.498c0.248,0,0.496-0.013,0.744-0.038c0.106-0.01,0.21-0.03,0.315-0.045 c0.137-0.02,0.274-0.036,0.411-0.063c0.122-0.024,0.24-0.058,0.36-0.088c0.117-0.029,0.235-0.056,0.351-0.09 c0.118-0.036,0.233-0.081,0.349-0.122c0.115-0.041,0.23-0.079,0.344-0.126c0.109-0.045,0.213-0.098,0.319-0.148 c0.115-0.055,0.232-0.106,0.345-0.167c0.103-0.055,0.2-0.118,0.3-0.177c0.11-0.065,0.222-0.128,0.329-0.2 c0.112-0.075,0.217-0.158,0.324-0.239c0.088-0.066,0.179-0.127,0.264-0.198c0.192-0.157,0.376-0.323,0.551-0.499L255.5,142.106 l122.696,122.695c0.175,0.175,0.36,0.341,0.551,0.499c0.085,0.07,0.175,0.131,0.263,0.197c0.108,0.081,0.214,0.165,0.326,0.24 c0.106,0.071,0.217,0.133,0.326,0.198c0.101,0.061,0.199,0.124,0.303,0.179c0.112,0.06,0.227,0.111,0.342,0.165 c0.107,0.051,0.213,0.104,0.323,0.15c0.112,0.046,0.226,0.083,0.339,0.124c0.117,0.042,0.233,0.087,0.353,0.124 c0.114,0.035,0.23,0.06,0.345,0.089c0.122,0.031,0.242,0.065,0.366,0.089c0.132,0.026,0.265,0.042,0.398,0.061 c0.109,0.016,0.217,0.036,0.328,0.047c0.246,0.024,0.493,0.037,0.74,0.037H472v209H311V371.5c0-12.958-10.542-23.5-23.5-23.5h-64 c-12.958,0-23.5,10.542-23.5,23.5V476H39V267z M296,380h-81v-8.5c0-4.687,3.813-8.5,8.5-8.5h64c4.687,0,8.5,3.813,8.5,8.5V380z M215,395h33v81h-33V395z M263,395h33v81h-33V395z"/><path fill="%23000" d="M255.5,323c30.603,0,55.5-24.897,55.5-55.5S286.103,212,255.5,212S200,236.897,200,267.5S224.897,323,255.5,323z M255.5,227c22.332,0,40.5,18.168,40.5,40.5S277.832,308,255.5,308S215,289.832,215,267.5S233.168,227,255.5,227z"/><path fill="%23000" d="M255.5,275c4.142,0,7.5-3.358,7.5-7.5v-24c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5V260h-16.5 c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5H255.5z"/><path fill="%23000" d="M175.5,388h-40c-4.142,0-7.5,3.358-7.5,7.5v48c0,4.142,3.358,7.5,7.5,7.5h40c4.142,0,7.5-3.358,7.5-7.5v-48 C183,391.358,179.642,388,175.5,388z M168,403v9h-25v-9H168z M143,436v-9h25v9H143z"/><path fill="%23000" d="M103.5,388h-40c-4.142,0-7.5,3.358-7.5,7.5v48c0,4.142,3.358,7.5,7.5,7.5h40c4.142,0,7.5-3.358,7.5-7.5v-48 C111,391.358,107.642,388,103.5,388z M96,403v9H71v-9H96z M71,436v-9h25v9H71z"/><path fill="%23000" d="M173,292h-35c-5.514,0-10,4.486-10,10v53.5c0,4.142,3.358,7.5,7.5,7.5h40c4.142,0,7.5-3.358,7.5-7.5V302 C183,296.486,178.514,292,173,292z M168,307v17h-25v-17H168z M143,348v-9h25v9H143z"/><path fill="%23000" d="M101,292H66c-5.514,0-10,4.486-10,10v53.5c0,4.142,3.358,7.5,7.5,7.5h40c4.142,0,7.5-3.358,7.5-7.5V302 C111,296.486,106.514,292,101,292z M96,307v17H71v-17H96z M71,348v-9h25v9H71z"/><path fill="%23000" d="M407.5,451h40c4.142,0,7.5-3.358,7.5-7.5v-48c0-4.142-3.358-7.5-7.5-7.5h-40c-4.142,0-7.5,3.358-7.5,7.5v48 C400,447.642,403.358,451,407.5,451z M415,436v-9h25v9H415z M440,403v9h-25v-9H440z"/><path fill="%23000" d="M335.5,451h40c4.142,0,7.5-3.358,7.5-7.5v-48c0-4.142-3.358-7.5-7.5-7.5h-40c-4.142,0-7.5,3.358-7.5,7.5v48 C328,447.642,331.358,451,335.5,451z M343,436v-9h25v9H343z M368,403v9h-25v-9H368z"/><path fill="%23000" d="M407.5,363h40c4.142,0,7.5-3.358,7.5-7.5V302c0-5.514-4.486-10-10-10h-35c-5.514,0-10,4.486-10,10v53.5 C400,359.642,403.358,363,407.5,363z M415,348v-9h25v9H415z M440,307v17h-25v-17H440z"/><path fill="%23000" d="M335.5,363h40c4.142,0,7.5-3.358,7.5-7.5V302c0-5.514-4.486-10-10-10h-35c-5.514,0-10,4.486-10,10v53.5 C328,359.642,331.358,363,335.5,363z M343,348v-9h25v9H343z M368,307v17h-25v-17H368z"/></svg>')
}

.orange-square-icons-row .orange-square-icon.shop {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23000" d="M511.873,208.556l-10.779-60.025c-0.034-0.194-0.081-0.384-0.129-0.573c-0.026-0.099-0.053-0.197-0.082-0.296 c-0.077-0.259-0.166-0.51-0.267-0.757c-0.039-0.095-0.077-0.189-0.12-0.282c-0.128-0.283-0.271-0.559-0.429-0.823 c-0.043-0.071-0.091-0.14-0.136-0.21c-0.157-0.244-0.326-0.479-0.507-0.704c-0.028-0.034-0.049-0.073-0.078-0.108l-60.344-72.276 V8.084c0-4.466-3.618-8.084-8.084-8.084H81.08c-4.466,0-8.084,3.619-8.084,8.084v64.424l-60.293,72.218 c-0.005,0.006-0.01,0.012-0.015,0.018l-0.029,0.036c-0.01,0.012-0.016,0.025-0.026,0.036c-0.218,0.263-0.415,0.542-0.599,0.832 c-0.026,0.041-0.054,0.08-0.079,0.122c-0.175,0.287-0.329,0.586-0.468,0.897c-0.027,0.06-0.052,0.122-0.078,0.182 c-0.128,0.308-0.245,0.623-0.335,0.951c-0.001,0.005-0.004,0.011-0.005,0.017c-0.065,0.235-0.119,0.473-0.163,0.717L0.127,208.558 C0.042,209.028,0,209.505,0,209.985c0,24.556,16.161,45.403,38.404,52.477v241.454c0,4.466,3.619,8.084,8.084,8.084h48.387 c4.466,0,8.084-3.618,8.084-8.084c0-4.466-3.618-8.084-8.084-8.084H54.573V265.03c0.162,0.001,0.322,0.012,0.484,0.012h5.219 c19.855,0,37.288-10.567,46.975-26.371c9.687,15.803,27.117,26.371,46.972,26.371h5.219c19.855,0,37.289-10.566,46.976-26.369 c9.687,15.802,27.117,26.369,46.971,26.369h5.219c19.855,0,37.285-10.567,46.974-26.369c9.687,15.803,27.119,26.369,46.972,26.369 h5.221c19.856,0,37.287-10.567,46.975-26.371c9.687,15.804,27.119,26.371,46.974,26.371h5.219c0.163,0,0.322-0.011,0.484-0.012 v230.802h-29.023V353.625v-43.116c0-4.466-3.618-8.084-8.084-8.084H305.583c-4.466,0-8.084,3.618-8.084,8.084v43.116v142.207 H120.737c-4.466,0-8.084,3.619-8.084,8.084c0,4.466,3.618,8.084,8.084,8.084h184.846h114.734h45.192 c4.466,0,8.084-3.618,8.084-8.084V262.462C495.838,255.387,512,234.54,512,209.985C512,209.506,511.958,209.028,511.873,208.556z M412.233,495.832h-98.566V361.709h98.566V495.832z M412.233,345.541h-98.566v-26.947h98.566V345.541z M89.165,16.168h333.67 v49.607H89.165V16.168z M292.945,141.876h-73.89l9.101-59.932h55.688L292.945,141.876z M99.231,208.977 c-0.043,0.334-0.065,0.67-0.065,1.008c0,21.444-17.447,38.889-38.89,38.889h-5.219c-21.214,0-38.515-17.074-38.882-38.203 l9.451-52.626h80.007L99.231,208.977z M36.144,141.876L86.18,81.944h53.056l-29.474,59.932H36.144z M198.344,209.549 c-0.008,0.144-0.012,0.29-0.012,0.434c0,21.445-17.447,38.89-38.89,38.89h-5.219c-21.282,0-38.626-17.184-38.885-38.406 l3.106-24.715l3.483-27.708h79.192L198.344,209.549z M202.701,141.876h-74.92l29.474-59.932h54.547L202.701,141.876z M258.609,248.874h-5.219c-21.374,0-38.776-17.334-38.887-38.682l0.666-12.37l2.143-39.778h77.378l2.371,44.023l0.438,8.124 C297.387,231.54,279.983,248.874,258.609,248.874z M300.198,81.944h54.547l29.474,59.932h-74.92L300.198,81.944z M357.775,248.874 h-5.221c-21.443,0-38.886-17.446-38.886-38.889c0-0.146-0.004-0.291-0.012-0.434l-2.775-51.505h79.192l6.589,52.423 C396.402,231.69,379.058,248.874,357.775,248.874z M402.238,141.876l-29.474-59.932h53.058l50.038,59.932H402.238z M456.941,248.874h-5.219c-21.444,0-38.888-17.446-38.888-38.889c0-0.337-0.022-0.674-0.064-1.009l-6.402-50.932h80.007 l9.451,52.626C495.458,231.8,478.157,248.874,456.941,248.874z"/><path fill="%23000" d="M262.167,302.425H94.793c-4.466,0-8.084,3.618-8.084,8.084v102.093c0,4.466,3.618,8.084,8.084,8.084h167.372 c4.466,0,8.085-3.618,8.085-8.084V310.509C270.251,306.043,266.632,302.425,262.167,302.425z M102.877,404.518v-85.924h151.204 v85.924H102.877z"/><path fill="%23000" d="M398.282,32.888H115.874c-4.466,0-8.084,3.619-8.084,8.084s3.618,8.084,8.084,8.084h282.408 c4.466,0,8.084-3.619,8.084-8.084S402.748,32.888,398.282,32.888z"/></svg>')
}

.orange-square-icons-row .text-block .bottom-black-text {
    display: block;
    font-size: 18px;
    font-weight: 700
}

.orange-square-icons-row .text-block .top-gray-text {
    color: #8c8c8c;
    display: block;
    font-size: 14px;
    font-weight: 700
}

.price-row {
    margin-bottom: 40px;
    margin-top: 40px
}

.price-row .id-of-this-real-estate {
    color: #a3a3a3;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 26px
}

.price-row .last-block-with-btn a {
    align-items: center;
    border: 2px solid #efbe35;
    color: inherit;
    display: flex;
    font-size: 11px;
    font-weight: 700;
    height: 100%;
    justify-content: center;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    width: 100%
}

.price-row .main-price {
    display: inline-block;
    font-size: 45px;
    font-weight: 500;
    line-height: 45px;
    margin-right: 20px;
    white-space: nowrap
}

.price-row .middle-block {
    justify-content: flex-end
}

.price-row .middle-block .orange-square {
    background-color: #efbe35;
    flex: 0 0 15px;
    height: 15px;
    margin-right: 15px;
    width: 15px
}

.price-row .middle-block .text {
    font-size: 14px;
    font-weight: 500;
    line-height: 18px
}

.price-row .middle-block,.price-row .prop-info-block,.right-text-col {
    align-items: center;
    display: flex
}

.price-row .price-and-id {
    align-items: flex-end;
    display: flex
}

.price-row .prop-info-block {
    margin-right: 30px
}

#new-building-slider .slick-dots li,.projects-video-slider .slick-dots li {
    background-color: #bababa;
    cursor: pointer;
    height: 4px;
    margin-right: 12px;
    width: 40px
}

.projects-video-slider .slick-dots li.slick-active {
    background-color: #efbe35
}

.projects-video-slider .slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0
}

.property-cart-preview__img {
    -ms-flex: 1 0 auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 20px
}

.property-cart-preview__outer {
    -ms-flex-line-pack: center;
    -webkit-align-content: center;
    align-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px
}

.property-cart-preview__outer>div {
    -ms-flex-item-align: center;
    -webkit-align-self: center;
    align-self: center
}

.right-text-col .red-title {
    color: #791106;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.desc-and-map,.sell-reservation__content,.title-row {
    margin-bottom: 30px
}
#property-new .title-row {
	padding-top: 70px;
}

.slick-arrow:hover {
    background-color: #efbe35;
    outline: 0
}

.slick-arrow:focus,.slick-arrow:visited,div.cs-select:focus {
    outline: 0
}

.slick-slide>div {
    display: flex
}

.slick-vertical .slick-slide {
    border: 0
}

.this-post .post-title,
.sale-title {
    color: #791106;
    font-size: 36px;
    line-height: 44px
}

div.cs-active {
    z-index: 200
}

div.cs-select {
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    background: #fff;
    display: inline-block;
    max-width: 500px;
    position: relative;
    user-select: none;
    vertical-align: middle;
    width: 100%;
    z-index: 100
}

h1,h2,h3,h4,h5,h6 {
    text-transform: uppercase
}

h3 {
    line-height: 42px
}

hr {
    margin: 15px 0
}

a,body,h1,h2,h3,h4,h5,h6,html,li,p,span,ul {
    font-family: "Montserrat",sans-serif
}

ul.breadcrumbs {
    margin-bottom: 0;
    padding-left: 0
}

@media (max-width:991px) {
    .video {
        padding-bottom: 56.25%
    }

    .video iframe {
        left: 15px;
        top: 0;
        width: calc(100% - 30px)
    }
}

#about-company {
    padding: 50px 0 100px
}

#about-company h2,div.cs-select {
    text-align: left
}

#about-company img {
    height: auto;
    width: 100%
}

#about-company p {
    line-height: 26px;
    margin-bottom: 50px
}

#all-posts-button a {
    float: right;
    font-size: 16px;
    padding: 12px 65px
}

#autorent-search-result .one-result .info {
    display: inline-block;
    padding: 25px;
    position: relative
}

#autorent-search-result .one-result .info .car-id {
    color: #8a8a8a;
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin: -10px 0 0;
    text-align: right;
    width: 100%
}

#autorent-search-result .one-result .info .chars {
    display: flex;
    padding: 20px 0
}

#autorent-search-result .one-result .info .chars .one-char .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 25px;
    margin-right: 15px;
    width: 25px
}

#autorent-search-result .one-result .info .chars .one-char .icon.engine {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 452.263 452.263' xml:space='preserve'%3E%3Cpath fill='%238a8a8a' d='M405.02,161.533c-4.971,0-9,4.029-9,9v53.407h-18.298v-45.114c0-4.971-4.029-9-9-9h-41.756l-7.778-25.93 c-1.142-3.807-4.646-6.414-8.621-6.414h-63.575v-22.77h40.032c4.971,0,9-4.029,9-9V75.666c0-4.971-4.029-9-9-9H158.064 c-4.971,0-9,4.029-9,9v30.047c0,4.971,4.029,9,9,9h40.031v22.77h-92.714c-3.297,0-6.33,1.802-7.905,4.698l-15.044,27.646H47.227 c-4.971,0-9,4.029-9,9v45.114H18v-64.342c0-4.971-4.029-9-9-9s-9,4.029-9,9v186.008c0,4.971,4.029,9,9,9s9-4.029,9-9v-64.342h20.227 v47.64c0,4.971,4.029,9,9,9h74.936l34.26,44.207c1.705,2.2,4.331,3.487,7.114,3.487h205.185c4.971,0,9-4.029,9-9v-95.333h18.298 v53.407c0,4.971,4.029,9,9,9c26.05,0,47.243-21.193,47.243-47.243v-87.651C452.263,182.727,431.07,161.533,405.02,161.533z M18,263.264V241.94h20.227v21.324H18z M167.064,84.666h110.959v12.047H167.064V84.666z M216.096,114.713h12.896v22.77h-12.896 V114.713z M56.227,187.826h6.395v132.078h-6.395V187.826z M133.688,323.391c-1.705-2.2-4.331-3.487-7.114-3.487H80.622V187.826 h7.159c3.297,0,6.33-1.802,7.905-4.698l15.044-27.646h193.14l7.778,25.93c1.142,3.807,4.646,6.414,8.621,6.414h16.151v179.771 H167.948L133.688,323.391z M359.722,367.597h-5.302V187.826h5.302V367.597z M377.722,263.264V241.94h18.298v21.324H377.722z M434.263,296.428c0,12.986-8.508,24.022-20.243,27.827V180.95c11.735,3.804,20.243,14.84,20.243,27.827V296.428z'/%3E%3C/svg%3E")
}

#autorent-search-result .one-result .info .chars .one-char .icon.places {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' xml:space='preserve'%3E%3Cpath fill='%238a8a8a' d='M385.177,384.467c-1.545-0.309-3.116-0.466-4.691-0.467h-2.24l14.4-57.464c4.974-19.85,6.267-40.444,3.816-60.76 l-15.448-128.448c-3.377-28.145-27.253-49.327-55.6-49.328h-21.6c5.286-6.886,8.161-15.319,8.184-24V40 c-0.026-22.08-17.92-39.974-40-40h-64c-22.08,0.026-39.974,17.92-40,40v24c0.029,8.684,2.914,17.117,8.208,24h-21.6 c-28.347,0.001-52.223,21.183-55.6,49.328l-15.44,128.448c-2.451,20.316-1.158,40.91,3.816,60.76L101.75,384h-2.24 c-13.255,0.012-23.991,10.766-23.979,24.021c0.001,1.575,0.158,3.147,0.467,4.691l9.6,48c2.265,11.199,12.094,19.26,23.52,19.288 h261.76c11.426-0.028,21.255-8.089,23.52-19.288l9.6-48C406.6,399.715,398.174,387.069,385.177,384.467z M327.998,104.24 c19.176,1.205,34.776,15.892,37.136,34.96l15.408,128.48c2.222,18.385,1.051,37.022-3.456,54.984h-0.024L361.75,384h-33.752 V104.24z M183.998,40c0-13.255,10.745-24,24-24h64c13.255,0,24,10.745,24,24v24c0,13.255-10.745,24-24,24h-64 c-13.255,0-24-10.745-24-24V40z M167.998,104h144v24h-144V104z M167.998,144h144v32h-144V144z M228.686,264l-12.688,12.688 L203.31,264l12.688-12.688L228.686,264z M227.31,240l12.688-12.688L252.686,240l-12.688,12.688L227.31,240z M239.998,275.312 L252.686,288l-12.688,12.688L227.31,288L239.998,275.312z M251.31,264l12.688-12.688L276.686,264l-12.688,12.688L251.31,264z M287.998,275.312L300.686,288l-12.688,12.688L275.31,288L287.998,275.312z M275.31,240l12.688-12.688L300.686,240l-12.688,12.688 L275.31,240z M275.31,192h25.376l-12.688,12.688L275.31,192z M276.686,216l-12.688,12.688L251.31,216l12.688-12.688L276.686,216z M239.998,204.688L227.31,192h25.376L239.998,204.688z M228.686,216l-12.688,12.688L203.31,216l12.688-12.688L228.686,216z M191.998,204.688L179.31,192h25.376L191.998,204.688z M204.686,240l-12.688,12.688L179.31,240l12.688-12.688L204.686,240z M204.686,288l-12.688,12.688L179.31,288l12.688-12.688L204.686,288z M204.686,336H179.31l12.688-12.688L204.686,336z M203.31,312 l12.688-12.688L228.686,312l-12.688,12.688L203.31,312z M239.998,323.312L252.686,336H227.31L239.998,323.312z M251.31,312 l12.688-12.688L276.686,312l-12.688,12.688L251.31,312z M287.998,323.312L300.686,336H275.31L287.998,323.312z M299.31,312 l12.688-12.688v25.376L299.31,312z M299.31,264l12.688-12.688v25.376L299.31,264z M299.31,216l12.688-12.688v25.376L299.31,216z M167.998,203.312L180.686,216l-12.688,12.688V203.312z M167.998,251.312L180.686,264l-12.688,12.688V251.312z M167.998,299.312 L180.686,312l-12.688,12.688V299.312z M167.998,352h144v32h-8h-136V352z M295.998,400v32h-112v-32H295.998z M99.454,267.68 l15.408-128.48c2.359-19.068,17.96-33.755,37.136-34.96V384h-33.752l-15.336-61.336C98.403,304.702,97.231,286.065,99.454,267.68z M388.326,409.568l-9.6,48c-0.761,3.728-4.043,6.405-7.848,6.4h-261.76c-3.805,0.005-7.087-2.672-7.848-6.4l-9.6-48 c-0.884-4.329,1.909-8.555,6.238-9.438c0.527-0.108,1.064-0.162,1.602-0.162h68.488v40c0,4.418,3.582,8,8,8h128 c4.418,0,8-3.582,8-8V400h68.488c2.393,0.003,4.659,1.077,6.176,2.928C388.183,404.78,388.794,407.217,388.326,409.568z'/%3E%3C/svg%3E")
}

#autorent-search-result .one-result .info .chars .one-char .icon.speed {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 539.077 539.077' xml:space='preserve'%3E%3Cpath fill='%238a8a8a' d='M269.538,539.077C120.917,539.077,0,418.171,0,269.538C0,120.917,120.917,0,269.538,0 c148.632,0,269.538,120.917,269.538,269.538C539.077,418.171,418.171,539.077,269.538,539.077z M269.538,22.462 C133.3,22.462,22.462,133.3,22.462,269.538S133.3,516.615,269.538,516.615s247.077-110.838,247.077-247.077 S405.777,22.462,269.538,22.462z'/%3E%3Cpath fill='%238a8a8a' d='M269.538,314.462c-24.776,0-44.923-20.158-44.923-44.923c0-24.776,20.147-44.923,44.923-44.923 c24.765,0,44.923,20.147,44.923,44.923C314.462,294.303,294.303,314.462,269.538,314.462z M269.538,247.077 c-12.382,0-22.462,10.079-22.462,22.462c0,12.393,10.079,22.462,22.462,22.462C281.932,292,292,281.932,292,269.538 C292,257.156,281.932,247.077,269.538,247.077z'/%3E%3Cpath fill='%238a8a8a' d='M466.647,362.434c-1.448,0-2.895-0.263-4.299-0.855l-41.479-17.197c-5.725-2.369-8.445-8.95-6.076-14.675 c2.391-5.747,9.015-8.489,14.675-6.076l41.479,17.197c5.725,2.369,8.445,8.95,6.076,14.675 C475.224,359.823,471.056,362.434,466.647,362.434z M72.397,362.412c-4.409,0-8.588-2.61-10.375-6.931 c-2.369-5.725,0.351-12.306,6.076-14.675l41.479-17.175c5.736-2.413,12.306,0.351,14.675,6.076 c2.369,5.725-0.351,12.306-6.076,14.675l-41.479,17.175C75.292,362.148,73.834,362.412,72.397,362.412z M99.794,284.937H54.871 c-6.208,0-11.231-5.023-11.231-11.231c0-6.208,5.023-11.231,11.231-11.231h44.923c6.208,0,11.231,5.023,11.231,11.231 C111.024,279.914,106.001,284.937,99.794,284.937z M482.901,280.791L482.901,280.791L438,280.769 c-6.208,0-11.231-5.023-11.231-11.242c0-6.197,5.023-11.22,11.231-11.22l0,0l44.901,0.022c6.208,0,11.231,5.034,11.231,11.231 C494.132,275.768,489.109,280.791,482.901,280.791z M293.36,256.937c-2.874,0-5.747-1.097-7.941-3.29 c-4.387-4.387-4.387-11.494,0-15.881l111.167-111.156c4.387-4.387,11.494-4.387,15.881,0c4.387,4.387,4.387,11.494,0,15.881 L301.3,253.646C299.107,255.84,296.233,256.937,293.36,256.937z M113.876,216.302c-1.437,0-2.895-0.274-4.31-0.855l-41.457-17.208 c-5.725-2.38-8.445-8.95-6.065-14.686c2.391-5.736,8.939-8.434,14.686-6.065l41.457,17.208c5.725,2.38,8.445,8.95,6.065,14.686 C122.453,213.703,118.274,216.302,113.876,216.302z M425.168,216.302c-4.409,0-8.577-2.61-10.375-6.931 c-2.369-5.736,0.351-12.306,6.076-14.675l41.501-17.175c5.747-2.347,12.306,0.362,14.675,6.076 c2.369,5.736-0.351,12.306-6.076,14.675l-41.501,17.175C428.063,216.028,426.594,216.302,425.168,216.302z M150.398,161.629 c-2.873,0-5.747-1.097-7.94-3.29l-31.729-31.751c-4.387-4.387-4.387-11.505,0-15.881c4.387-4.387,11.494-4.387,15.881,0 l31.729,31.751c4.387,4.387,4.387,11.505,0,15.881C156.145,160.532,153.271,161.629,150.398,161.629z M205.071,125.107 c-4.398,0-8.588-2.61-10.375-6.931l-17.175-41.479c-2.369-5.736,0.351-12.306,6.076-14.675c5.692-2.347,12.306,0.351,14.675,6.076 l17.175,41.479c2.369,5.736-0.351,12.306-6.076,14.675C207.967,124.833,206.508,125.107,205.071,125.107z M334.006,125.107 c-1.448,0-2.895-0.274-4.299-0.855c-5.725-2.38-8.445-8.95-6.076-14.675l17.197-41.457c2.391-5.736,8.971-8.445,14.675-6.076 c5.725,2.38,8.445,8.95,6.076,14.675l-17.197,41.457C342.582,122.497,338.415,125.107,334.006,125.107z M268.255,116.486 c-6.208,0-11.231-5.023-11.231-11.231V60.332c0-6.208,5.023-11.231,11.231-11.231c6.197,0,11.242,5.023,11.242,11.231v44.923 C279.497,111.463,274.452,116.486,268.255,116.486z'/%3E%3Cpath fill='%238a8a8a' d='M370.615,449.231H168.462c-6.208,0-11.231-5.023-11.231-11.231v-67.385c0-6.208,5.023-11.231,11.231-11.231h202.154 c6.208,0,11.231,5.023,11.231,11.231V438C381.846,444.208,376.823,449.231,370.615,449.231z M179.692,426.769h179.692v-44.923 H179.692V426.769z'/%3E%3C/svg%3E")
}

#autorent-search-result .one-result .info .chars .one-char .icon.type {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 468 468' xml:space='preserve'%3E%3Cpath fill='%238a8a8a' d='M450.1,187.5l-10.2-10.8l-35.8-96.5C398,63.9,382.4,53.1,365,53H109.3c-17.4,0-33,10.9-39.1,27.2l-35.3,95.3l-14.7,13.6 C7.4,200,0,216,0,232.8v140.6c0.1,23,18.8,41.6,41.8,41.6h26.4c23,0,41.7-18.6,41.8-41.6V353h248v20.4c0.1,23,18.8,41.6,41.8,41.6 h26.4c23,0,41.7-18.6,41.8-41.6V229.1C467.9,213.4,461.5,198.4,450.1,187.5z M89,87c3.2-8.5,11.3-14,20.3-14h255.8 c9,0,17.1,5.6,20.3,14l31.2,84h-23.3c-5.5-37.5-40.4-63.4-77.9-57.8c-29.9,4.4-53.4,27.9-57.8,57.8H57.8L89,87z M372.9,171h-95.1 c5.5-26.3,31.3-43.1,57.6-37.6C354.2,137.4,368.9,152.1,372.9,171z M90,373.4c-0.1,12-9.8,21.6-21.8,21.6H41.8 c-12,0-21.7-9.6-21.8-21.6v-26.2c6,3.9,13.9,5.8,21.8,5.8H90V373.4z M448,373.4c-0.1,12-9.8,21.6-21.8,21.6h-26.4 c-12,0-21.7-9.7-21.8-21.6V353h48.2c7.9,0,15.8-1.9,21.8-5.8V373.4z M426.2,333H41.8c-11.9,0.1-21.7-9.4-21.8-21.4v-78.8 c0-11,4.9-21.5,13.3-28.6c0.1-0.1,0.3-0.3,0.4-0.4L47.3,191H426l9.6,10.3c0.1,0.2,0.4,0.3,0.5,0.5c7.5,7.1,11.8,17,11.8,27.3v82.5 h0.1C447.9,323.5,438.1,333.1,426.2,333z'/%3E%3Cpath fill='%238a8a8a' d='M132,231H57c-5.5,0-10,4.5-10,10v52c0,5.5,4.5,10,10,10h75c5.5,0,10-4.5,10-10v-52C142,235.5,137.5,231,132,231z M122,283 H67v-32h55V283z'/%3E%3Cpath fill='%238a8a8a' d='M411,231h-75c-5.5,0-10,4.5-10,10v52c0,5.5,4.5,10,10,10h75c5.5,0,10-4.5,10-10v-52C421,235.5,416.5,231,411,231z M401,283h-55v-32h55V283z'/%3E%3Cpath fill='%238a8a8a' d='M282.3,273h-96.6c-5.5,0-10,4.5-10,10s4.5,10,10,10h96.6c5.5,0,10-4.5,10-10S287.8,273,282.3,273z'/%3E%3Cpath fill='%238a8a8a' d='M282.3,242h-96.6c-5.5,0-10,4.5-10,10s4.5,10,10,10h96.6c5.5,0,10-4.5,10-10S287.8,242,282.3,242z'/%3E%3C/svg%3E")
}

#autorent-search-result .one-result .info .chars .one-char span,#autorent-search-result .one-result .info .mechanical span {
    color: #282d39;
    font-size: 14px;
    font-weight: 500
}

#autorent-search-result .one-result .info .chars .one-char,#autorent-search-result .one-result .info .mechanical,#footer-bottom-block .copyright,#footer-bottom-block .social-button-in-footer,#members .member .contact-info li,#new-building-slider .new-building-slide .hidden-info .area,#new-building-slider .new-building-slide .hidden-info .city,#new-building-slider .new-building-slide .hidden-info .date-of-construction,.new-building .hidden-info .area,.new-building .hidden-info .bedrooms,.new-building .hidden-info .city,.right-sidebar .manager .contact-unfo>div,.search_on_map_block,#ask-question-form-sec .main-form-block .contact-info li {
    align-items: center;
    display: flex
}

#autorent-search-result .one-result .info .chars .one-char:first-child {
    margin-bottom: 15px
}

#autorent-search-result .one-result .info .chars .one-chars-col:first-child {
    margin-right: 40px
}

#autorent-search-result .one-result .info .location {
    align-items: center;
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 -10px
}

#autorent-search-result .one-result .info .location .icon {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M30,26c3.86,0,7-3.141,7-7s-3.14-7-7-7s-7,3.141-7,7S26.14,26,30,26z M30,14c2.757,0,5,2.243,5,5s-2.243,5-5,5 s-5-2.243-5-5S27.243,14,30,14z'/%3E%3Cpath fill='%23282d39' d='M29.823,54.757L45.164,32.6c5.754-7.671,4.922-20.28-1.781-26.982C39.761,1.995,34.945,0,29.823,0 s-9.938,1.995-13.56,5.617c-6.703,6.702-7.535,19.311-1.804,26.952L29.823,54.757z M17.677,7.031C20.922,3.787,25.235,2,29.823,2 s8.901,1.787,12.146,5.031c6.05,6.049,6.795,17.437,1.573,24.399L29.823,51.243L16.082,31.4 C10.882,24.468,11.628,13.08,17.677,7.031z'/%3E%3Cpath fill='%23282d39' d='M42.117,43.007c-0.55-0.067-1.046,0.327-1.11,0.876s0.328,1.046,0.876,1.11C52.399,46.231,58,49.567,58,51.5 c0,2.714-10.652,6.5-28,6.5S2,54.214,2,51.5c0-1.933,5.601-5.269,16.117-6.507c0.548-0.064,0.94-0.562,0.876-1.11 c-0.065-0.549-0.561-0.945-1.11-0.876C7.354,44.247,0,47.739,0,51.5C0,55.724,10.305,60,30,60s30-4.276,30-8.5 C60,47.739,52.646,44.247,42.117,43.007z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    width: 20px
}

#autorent-search-result .one-result .info .location span {
    font-size: 14px;
    font-weight: 600
}

#autorent-search-result .one-result .info .mechanical .orange-block {
    background-color: #efbe35;
    display: inline-block;
    height: 15px;
    margin-right: 15px;
    position: relative;
    width: 15px
}

#autorent-search-result .one-result .info .mechanical .orange-block .checkmark {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 488.878 488.878' xml:space='preserve'%3E%3Cpolygon fill='%23000' points='143.294,340.058 50.837,247.602 0,298.439 122.009,420.447 122.149,420.306 144.423,442.58 488.878,98.123 437.055,46.298'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 2px;
    height: 15px;
    left: 5px;
    position: absolute;
    width: 15px
}

#autorent-search-result .one-result .info .title {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 26px;
    margin-bottom: 15px;
    width: 100%
}

#autorent-search-result .one-result .info .year {
    align-items: center;
    background-color: #efefef;
    display: inline-flex;
    line-height: 32px;
    padding: 0 10px
}

#autorent-search-result .one-result .info .year .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' version='1.1' viewBox='0 0 576 230'%3E%3Cpath fill='%238a8a8a' d='M 240 86.890625 L 278.398438 86.890625 L 278.398438 106.09375 L 240 106.09375 Z M 240 86.890625'/%3E%3Cpath fill='%238a8a8a' d='M 567.761719 58.1875 L 502.550781 48.875 C 490.660156 41.570312 478.320312 35.03125 465.597656 29.292969 C 423.582031 10.261719 377.980469 0.441406 331.851562 0.492188 L 320.523438 0.492188 C 266.085938 0.53125 212.519531 14.191406 164.707031 40.226562 L 131.796875 58.179688 C 93.273438 58.613281 55.492188 68.859375 22.023438 87.9375 C 8.421875 95.738281 0.0234375 110.210938 0 125.886719 L 0 182.890625 C 0 188.195312 4.296875 192.492188 9.601562 192.492188 L 41.835938 192.492188 C 52.320312 222.402344 85.066406 238.152344 114.976562 227.667969 C 131.441406 221.898438 144.382812 208.953125 150.152344 192.492188 L 406.636719 192.492188 C 417.121094 222.402344 449.867188 238.152344 479.777344 227.667969 C 496.238281 221.898438 509.183594 208.953125 514.953125 192.492188 L 518.398438 192.492188 C 519.621094 192.492188 520.832031 192.261719 521.96875 191.808594 L 553.0625 179.332031 C 566.953125 173.832031 576.050781 160.386719 576 145.453125 L 576 67.691406 C 576 62.917969 572.488281 58.867188 567.761719 58.1875 Z M 133.621094 180.972656 C 129.375 201.75 109.089844 215.152344 88.3125 210.90625 C 67.53125 206.660156 54.128906 186.375 58.375 165.59375 C 62.625 144.816406 82.910156 131.414062 103.6875 135.660156 C 121.566406 139.3125 134.402344 155.042969 134.398438 173.292969 C 134.398438 175.871094 134.136719 178.445312 133.621094 180.972656 Z M 307.199219 173.292969 L 153.597656 173.292969 C 153.597656 141.480469 127.8125 115.691406 96 115.691406 C 64.1875 115.691406 38.398438 141.480469 38.398438 173.292969 L 19.199219 173.292969 L 19.199219 125.886719 C 19.210938 117.09375 23.921875 108.972656 31.554688 104.605469 C 62.882812 86.71875 98.328125 77.304688 134.398438 77.292969 L 307.199219 77.292969 Z M 307.199219 58.09375 L 172.050781 58.09375 L 173.902344 57.082031 C 214.945312 34.777344 260.535156 22.132812 307.199219 20.113281 Z M 326.398438 19.691406 L 331.832031 19.691406 C 370.519531 19.648438 408.855469 26.992188 444.789062 41.332031 L 428.027344 58.09375 L 326.398438 58.09375 Z M 498.421875 180.972656 C 494.175781 201.75 473.890625 215.152344 453.109375 210.90625 C 432.332031 206.660156 418.929688 186.375 423.175781 165.59375 C 427.421875 144.816406 447.710938 131.414062 468.488281 135.660156 C 486.367188 139.3125 499.203125 155.042969 499.199219 173.292969 C 499.199219 175.871094 498.9375 178.445312 498.421875 180.972656 Z M 556.800781 86.890625 L 528 86.890625 L 528 106.09375 L 556.800781 106.09375 L 556.800781 145.453125 C 556.824219 152.527344 552.511719 158.894531 545.933594 161.492188 L 518.398438 172.550781 C 518.398438 171.667969 518.285156 170.792969 518.226562 169.910156 C 518.167969 169.027344 518.148438 167.992188 518.054688 167.03125 C 517.957031 166.070312 517.765625 165.109375 517.613281 164.152344 C 517.457031 163.191406 517.34375 162.230469 517.152344 161.359375 C 516.960938 160.484375 516.679688 159.515625 516.429688 158.601562 C 516.179688 157.691406 515.988281 156.769531 515.699219 155.875 C 515.414062 154.984375 515.066406 154.128906 514.742188 153.253906 C 514.414062 152.382812 514.117188 151.480469 513.78125 150.613281 C 513.445312 149.75 512.992188 148.964844 512.589844 148.148438 C 512.1875 147.332031 511.792969 146.4375 511.34375 145.613281 C 510.890625 144.789062 510.382812 144.085938 509.949219 143.320312 C 509.519531 142.550781 508.992188 141.675781 508.445312 140.890625 C 507.894531 140.101562 507.386719 139.480469 506.859375 138.769531 C 506.332031 138.058594 505.734375 137.222656 505.121094 136.484375 C 504.507812 135.746094 503.933594 135.167969 503.335938 134.5625 C 502.742188 133.960938 502.078125 133.144531 501.417969 132.472656 C 500.753906 131.800781 500.101562 131.269531 499.441406 130.675781 C 498.777344 130.082031 498.066406 129.378906 497.335938 128.753906 C 496.609375 128.132812 495.867188 127.652344 495.140625 127.105469 C 494.410156 126.558594 493.679688 125.972656 492.914062 125.460938 C 492.144531 124.953125 491.28125 124.503906 490.457031 123.964844 C 489.628906 123.425781 488.957031 123.003906 488.179688 122.59375 C 487.402344 122.179688 486.433594 121.746094 485.550781 121.324219 C 484.667969 120.902344 483.976562 120.527344 483.160156 120.183594 C 482.34375 119.835938 481.238281 119.472656 480.28125 119.128906 C 479.320312 118.78125 478.695312 118.511719 477.878906 118.253906 C 476.785156 117.917969 475.664062 117.675781 474.546875 117.398438 C 473.816406 117.226562 473.117188 116.996094 472.378906 116.84375 C 471.199219 116.601562 469.988281 116.46875 468.789062 116.292969 C 468.078125 116.199219 467.398438 116.042969 466.6875 115.976562 C 464.765625 115.785156 462.847656 115.679688 460.832031 115.679688 C 429.03125 115.710938 403.261719 141.480469 403.230469 173.28125 L 326.402344 173.28125 L 326.402344 77.289062 L 432 77.289062 C 434.546875 77.289062 436.988281 76.277344 438.785156 74.476562 L 463.679688 49.582031 C 474.128906 54.554688 484.289062 60.113281 494.113281 66.230469 C 495.246094 66.9375 496.511719 67.402344 497.835938 67.59375 L 556.800781 76.011719 Z M 556.800781 86.890625'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 13px;
    margin-right: 10px;
    width: 29px
}

#autorent-search-result .one-result .info .year .red-text {
    color: #791106;
    font-size: 14px;
    font-weight: 700
}

#autorent-search-result .one-result .info .year .small-text {
    color: #8a8a8a;
    font-size: 11px;
    font-weight: 600;
    margin-right: 10px;
    text-transform: uppercase
}

#autorent-search-result .one-result .price-line {
    background-color: #282d39;
    bottom: -30px;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    padding: 15px;
    position: absolute;
    width: 100%
}

#autorent-search-result .one-result .price-line .big-text {
    font-size: 24px
}

#autorent-search-result .one-result .price-line .small-text,#main-block .tab-content .bottom-line .custom-control-description {
    font-size: 16px
}

#autorent-search-result .one-result .thumb {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    margin-bottom: 30px;
    min-height: 230px;
    padding: 0;
    position: relative
}

#autorent-search-result .one-result .thumb .like-icon {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.4 490.4' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M222.5,453.7c6.1,6.1,14.3,9.5,22.9,9.5c8.5,0,16.9-3.5,22.9-9.5L448,274c27.3-27.3,42.3-63.6,42.4-102.1 c0-38.6-15-74.9-42.3-102.2S384.6,27.4,346,27.4c-37.9,0-73.6,14.5-100.7,40.9c-27.2-26.5-63-41.1-101-41.1 c-38.5,0-74.7,15-102,42.2C15,96.7,0,133,0,171.6c0,38.5,15.1,74.8,42.4,102.1L222.5,453.7z M59.7,86.8 c22.6-22.6,52.7-35.1,84.7-35.1s62.2,12.5,84.9,35.2l7.4,7.4c2.3,2.3,5.4,3.6,8.7,3.6l0,0c3.2,0,6.4-1.3,8.7-3.6l7.2-7.2 c22.7-22.7,52.8-35.2,84.9-35.2c32,0,62.1,12.5,84.7,35.1c22.7,22.7,35.1,52.8,35.1,84.8s-12.5,62.1-35.2,84.8L251,436.4 c-2.9,2.9-8.2,2.9-11.2,0l-180-180c-22.7-22.7-35.2-52.8-35.2-84.8C24.6,139.6,37.1,109.5,59.7,86.8z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 32px
}

#autorent-search-result .one-result .thumb .like-icon.active,#rent-slider-section .new-building-slide .like-btn.active {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 492.719 492.719' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M492.719,166.008c0-73.486-59.573-133.056-133.059-133.056c-47.985,0-89.891,25.484-113.302,63.569 c-23.408-38.085-65.332-63.569-113.316-63.569C59.556,32.952,0,92.522,0,166.008c0,40.009,17.729,75.803,45.671,100.178 l188.545,188.553c3.22,3.22,7.587,5.029,12.142,5.029c4.555,0,8.922-1.809,12.142-5.029l188.545-188.553 C474.988,241.811,492.719,206.017,492.719,166.008z'/%3E%3C/svg%3E")
}

#autorent-search-result .one-result .thumb .new-icon {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.688 490.688' xml:space='preserve'%3E%3Cpath fill='%23ffc107' d='M462.784,209.088c-7.552-5.568-17.067-12.523-18.219-17.067c0.484-8.796,2.996-17.36,7.339-25.024 c6.656-15.275,13.525-31.104,5.888-44.267c-7.637-13.163-25.003-15.296-41.707-17.067c-8.658-0.058-17.188-2.094-24.939-5.952 c-3.864-7.778-5.893-16.339-5.931-25.024c-1.877-16.704-3.819-33.984-17.067-41.707c-13.248-7.723-29.099-0.96-44.373,5.781 c-7.672,4.341-16.243,6.852-25.045,7.339c-4.608-1.237-11.541-10.667-17.067-18.219c-9.685-13.056-20.587-27.861-36.331-27.861 s-26.645,14.805-36.267,27.861c-5.589,7.573-12.523,17.067-17.067,18.24c-8.794-0.53-17.356-3.038-25.045-7.339 c-15.36-6.763-31.189-13.504-44.309-5.909s-15.317,25.003-17.195,41.813c-0.061,8.655-2.089,17.183-5.931,24.939 c-7.736,3.803-16.233,5.801-24.853,5.845c-16.725,1.877-34.027,3.819-41.728,17.067S32,151.616,38.741,166.912 c4.357,7.689,6.869,16.284,7.339,25.109c-1.237,4.608-10.667,11.563-18.219,17.067C14.805,218.688,0,229.611,0,245.355 s14.805,26.667,27.883,36.267c7.552,5.568,17.067,12.523,18.219,17.067c-0.484,8.796-2.996,17.36-7.339,25.024 c-6.656,15.275-13.525,31.104-5.888,44.267c7.637,13.163,25.003,15.296,41.707,17.067c8.658,0.058,17.188,2.094,24.939,5.952 c3.864,7.778,5.893,16.339,5.931,25.024c1.877,16.704,3.819,33.984,17.067,41.707c13.248,7.723,28.971,0.768,44.267-5.888 c7.749-4.293,16.37-6.773,25.216-7.253c4.608,1.237,11.541,10.667,17.067,18.219c9.621,13.056,20.523,27.861,36.267,27.861 s26.645-14.805,36.267-27.861c5.589-7.573,12.523-17.067,17.067-18.24c8.8,0.498,17.368,3.008,25.045,7.339 c15.275,6.656,31.104,13.483,44.245,5.909c13.141-7.573,15.317-25.003,17.195-41.728c0.061-8.655,2.089-17.183,5.931-24.939 c7.75-3.834,16.271-5.855,24.917-5.909c16.725-1.877,34.027-3.819,41.728-17.067c7.701-13.248,0.747-28.971-5.888-44.267 c-4.343-7.728-6.826-16.362-7.253-25.216c1.237-4.608,10.667-11.563,18.219-17.067c13.056-9.621,27.883-20.544,27.883-36.267 S475.861,218.688,462.784,209.088z'/%3E%3Cpath fill='%23fff' d='M181.333,298.688c-3.357,0-6.519-1.581-8.533-4.267L128,234.688v53.333 c0,5.891-4.776,10.667-10.667,10.667s-10.667-4.776-10.667-10.667v-85.333c0-5.891,4.776-10.667,10.667-10.667 c3.357,0,6.519,1.581,8.533,4.267l44.8,59.733v-53.333c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667 v85.333c-0.003,4.589-2.942,8.662-7.296,10.112C183.618,298.501,182.48,298.688,181.333,298.688z'/%3E%3Cpath fill='%23fff' d='M266.667,298.688H224c-5.891,0-10.667-4.776-10.667-10.667v-85.333 c0-5.891,4.776-10.667,10.667-10.667h42.667c5.891,0,10.667,4.776,10.667,10.667c0,5.891-4.776,10.667-10.667,10.667h-32v64h32 c5.891,0,10.667,4.776,10.667,10.667S272.558,298.688,266.667,298.688z'/%3E%3Cpath fill='%23fff' d='M266.667,256.021H224c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667h42.667 c5.891,0,10.667,4.776,10.667,10.667S272.558,256.021,266.667,256.021z'/%3E%3Cpath fill='%23fff' d='M373.333,298.688c-4.597,0.006-8.681-2.934-10.133-7.296L352,257.749l-11.2,33.643 c-1.363,4.603-5.751,7.633-10.539,7.275c-4.738-0.18-8.788-3.465-9.941-8.064l-21.333-85.333 c-1.426-5.72,2.056-11.513,7.776-12.939c5.72-1.426,11.513,2.056,12.939,7.776l12.437,49.792l9.749-29.248 c2.535-5.591,9.122-8.068,14.713-5.533c2.454,1.113,4.42,3.079,5.533,5.533l9.749,29.248l12.437-49.792 c1.426-5.72,7.218-9.202,12.939-7.776c5.72,1.426,9.202,7.218,7.776,12.939l-21.333,85.333c-1.153,4.599-5.204,7.884-9.941,8.064 L373.333,298.688z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 40px;
    left: 5px;
    position: absolute;
    top: 5px;
    width: 40px
}

#autorent-search-result .one-result,.right-sidebar .one-elem {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    margin-bottom: 15px
}

#autorent-top-filter {
    padding: 30px 0
}

#autorent-top-filter .find-btn-col,#autorent-top-filter .radio-col,#autorent-top-filter .select-block {
    margin-bottom: 10px
}

#autorent-top-filter form {
    background-color: #f3f3f3;
    padding: 35px 20px 25px
}

#autorent-top-filter form .cs-options {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    max-height: 132px;
    overflow-y: auto
}

#autorent-top-filter form .find-btn-col {
    align-items: flex-end;
    display: flex;
    justify-content: flex-end;
    margin-top: 20px
}

#autorent-top-filter form .find-btn-col input {
    background-color: #f0c330;
    border: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 26px;
    padding: 10px 40px;
    text-transform: uppercase;
    transition: .2s
}

#autorent-top-filter form .find-btn-col input:hover {
    background-color: #282d39;
    color: #fff;
    cursor: pointer;
    transition: .2s
}

#autorent-top-filter form .icon {
    background-color: #282d39;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 30px;
    display: block;
    float: left;
    height: 50px;
    width: 50px
}

form .one-radio-block>.flex-block>span {
    line-height: 36px;
    margin: 0 10px 0 20px
}
form .one-radio-block,#footer-bottom-block .copyright .all_right_reserved,.modal-header {display: block}
form .one-radio-block:first-child,#new-building-slider .new-building-slide .hidden-info .area,.new-building .hidden-info .area {float: left}
form .one-radio-block:last-child {float: right}
#catalog form .one-radio-block:last-child {float: none}
form .radio-blocks input,#footer-top-block .title-of-list svg,#main-block .tab-content .dropdown .custom-select .chosen-container,#main-block .tab-content .dropdown .custom-select .chosen-single,#new-building-slider .slick-dots li button,.before-content,.file-upload input[type=file],.mse2_filter_blogpage {display: none}
form .radio-blocks input:checked+span {background-color: #f0c330;transition:.2s}
form .radio-blocks label span {
    border-bottom: 1px solid #282d39;
    border-left: 1px solid #282d39;
    border-top: 1px solid #282d39;
    cursor: pointer;
    padding: 5px 10px;
    text-transform: lowercase
}
#catalog form .radio-blocks label span{
	font-size: 12px;
	text-transform: none;
}
form .radio-blocks label:last-child span {
    border-right: 1px solid #282d39
}
form .flex-block,form .radio-blocks,form .radio-blocks label {
    align-items: flex-end;
    display: flex;
    height: 100%;
    margin-bottom: 0
}

#autorent-top-filter form .select-block:nth-child(1) .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 468 468' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M450.1,187.5l-10.2-10.8l-35.8-96.5C398,63.9,382.4,53.1,365,53H109.3c-17.4,0-33,10.9-39.1,27.2l-35.3,95.3l-14.7,13.6 C7.4,200,0,216,0,232.8v140.6c0.1,23,18.8,41.6,41.8,41.6h26.4c23,0,41.7-18.6,41.8-41.6V353h248v20.4c0.1,23,18.8,41.6,41.8,41.6 h26.4c23,0,41.7-18.6,41.8-41.6V229.1C467.9,213.4,461.5,198.4,450.1,187.5z M89,87c3.2-8.5,11.3-14,20.3-14h255.8 c9,0,17.1,5.6,20.3,14l31.2,84h-23.3c-5.5-37.5-40.4-63.4-77.9-57.8c-29.9,4.4-53.4,27.9-57.8,57.8H57.8L89,87z M372.9,171h-95.1 c5.5-26.3,31.3-43.1,57.6-37.6C354.2,137.4,368.9,152.1,372.9,171z M90,373.4c-0.1,12-9.8,21.6-21.8,21.6H41.8 c-12,0-21.7-9.6-21.8-21.6v-26.2c6,3.9,13.9,5.8,21.8,5.8H90V373.4z M448,373.4c-0.1,12-9.8,21.6-21.8,21.6h-26.4 c-12,0-21.7-9.7-21.8-21.6V353h48.2c7.9,0,15.8-1.9,21.8-5.8V373.4z M426.2,333H41.8c-11.9,0.1-21.7-9.4-21.8-21.4v-78.8 c0-11,4.9-21.5,13.3-28.6c0.1-0.1,0.3-0.3,0.4-0.4L47.3,191H426l9.6,10.3c0.1,0.2,0.4,0.3,0.5,0.5c7.5,7.1,11.8,17,11.8,27.3v82.5 h0.1C447.9,323.5,438.1,333.1,426.2,333z'/%3E%3Cpath fill='%23fff' d='M132,231H57c-5.5,0-10,4.5-10,10v52c0,5.5,4.5,10,10,10h75c5.5,0,10-4.5,10-10v-52C142,235.5,137.5,231,132,231z M122,283 H67v-32h55V283z'/%3E%3Cpath fill='%23fff' d='M411,231h-75c-5.5,0-10,4.5-10,10v52c0,5.5,4.5,10,10,10h75c5.5,0,10-4.5,10-10v-52C421,235.5,416.5,231,411,231z M401,283h-55v-32h55V283z'/%3E%3Cpath fill='%23fff' d='M282.3,273h-96.6c-5.5,0-10,4.5-10,10s4.5,10,10,10h96.6c5.5,0,10-4.5,10-10S287.8,273,282.3,273z'/%3E%3Cpath fill='%23fff' d='M282.3,242h-96.6c-5.5,0-10,4.5-10,10s4.5,10,10,10h96.6c5.5,0,10-4.5,10-10S287.8,242,282.3,242z'/%3E%3C/svg%3E")
}

#autorent-top-filter form .select-block:nth-child(2) .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='1 -172 575.96023 575'%3E%3Cpath fill='%23fff' d='M 240 86.890625 L 278.398438 86.890625 L 278.398438 106.09375 L 240 106.09375 Z M 240 86.890625' /%3E%3Cpath fill='%23fff' d='M 567.761719 58.1875 L 502.550781 48.875 C 490.660156 41.570312 478.320312 35.03125 465.597656 29.292969 C 423.582031 10.261719 377.980469 0.441406 331.851562 0.492188 L 320.523438 0.492188 C 266.085938 0.53125 212.519531 14.191406 164.707031 40.226562 L 131.796875 58.179688 C 93.273438 58.613281 55.492188 68.859375 22.023438 87.9375 C 8.421875 95.738281 0.0234375 110.210938 0 125.886719 L 0 182.890625 C 0 188.195312 4.296875 192.492188 9.601562 192.492188 L 41.835938 192.492188 C 52.320312 222.402344 85.066406 238.152344 114.976562 227.667969 C 131.441406 221.898438 144.382812 208.953125 150.152344 192.492188 L 406.636719 192.492188 C 417.121094 222.402344 449.867188 238.152344 479.777344 227.667969 C 496.238281 221.898438 509.183594 208.953125 514.953125 192.492188 L 518.398438 192.492188 C 519.621094 192.492188 520.832031 192.261719 521.96875 191.808594 L 553.0625 179.332031 C 566.953125 173.832031 576.050781 160.386719 576 145.453125 L 576 67.691406 C 576 62.917969 572.488281 58.867188 567.761719 58.1875 Z M 133.621094 180.972656 C 129.375 201.75 109.089844 215.152344 88.3125 210.90625 C 67.53125 206.660156 54.128906 186.375 58.375 165.59375 C 62.625 144.816406 82.910156 131.414062 103.6875 135.660156 C 121.566406 139.3125 134.402344 155.042969 134.398438 173.292969 C 134.398438 175.871094 134.136719 178.445312 133.621094 180.972656 Z M 307.199219 173.292969 L 153.597656 173.292969 C 153.597656 141.480469 127.8125 115.691406 96 115.691406 C 64.1875 115.691406 38.398438 141.480469 38.398438 173.292969 L 19.199219 173.292969 L 19.199219 125.886719 C 19.210938 117.09375 23.921875 108.972656 31.554688 104.605469 C 62.882812 86.71875 98.328125 77.304688 134.398438 77.292969 L 307.199219 77.292969 Z M 307.199219 58.09375 L 172.050781 58.09375 L 173.902344 57.082031 C 214.945312 34.777344 260.535156 22.132812 307.199219 20.113281 Z M 326.398438 19.691406 L 331.832031 19.691406 C 370.519531 19.648438 408.855469 26.992188 444.789062 41.332031 L 428.027344 58.09375 L 326.398438 58.09375 Z M 498.421875 180.972656 C 494.175781 201.75 473.890625 215.152344 453.109375 210.90625 C 432.332031 206.660156 418.929688 186.375 423.175781 165.59375 C 427.421875 144.816406 447.710938 131.414062 468.488281 135.660156 C 486.367188 139.3125 499.203125 155.042969 499.199219 173.292969 C 499.199219 175.871094 498.9375 178.445312 498.421875 180.972656 Z M 556.800781 86.890625 L 528 86.890625 L 528 106.09375 L 556.800781 106.09375 L 556.800781 145.453125 C 556.824219 152.527344 552.511719 158.894531 545.933594 161.492188 L 518.398438 172.550781 C 518.398438 171.667969 518.285156 170.792969 518.226562 169.910156 C 518.167969 169.027344 518.148438 167.992188 518.054688 167.03125 C 517.957031 166.070312 517.765625 165.109375 517.613281 164.152344 C 517.457031 163.191406 517.34375 162.230469 517.152344 161.359375 C 516.960938 160.484375 516.679688 159.515625 516.429688 158.601562 C 516.179688 157.691406 515.988281 156.769531 515.699219 155.875 C 515.414062 154.984375 515.066406 154.128906 514.742188 153.253906 C 514.414062 152.382812 514.117188 151.480469 513.78125 150.613281 C 513.445312 149.75 512.992188 148.964844 512.589844 148.148438 C 512.1875 147.332031 511.792969 146.4375 511.34375 145.613281 C 510.890625 144.789062 510.382812 144.085938 509.949219 143.320312 C 509.519531 142.550781 508.992188 141.675781 508.445312 140.890625 C 507.894531 140.101562 507.386719 139.480469 506.859375 138.769531 C 506.332031 138.058594 505.734375 137.222656 505.121094 136.484375 C 504.507812 135.746094 503.933594 135.167969 503.335938 134.5625 C 502.742188 133.960938 502.078125 133.144531 501.417969 132.472656 C 500.753906 131.800781 500.101562 131.269531 499.441406 130.675781 C 498.777344 130.082031 498.066406 129.378906 497.335938 128.753906 C 496.609375 128.132812 495.867188 127.652344 495.140625 127.105469 C 494.410156 126.558594 493.679688 125.972656 492.914062 125.460938 C 492.144531 124.953125 491.28125 124.503906 490.457031 123.964844 C 489.628906 123.425781 488.957031 123.003906 488.179688 122.59375 C 487.402344 122.179688 486.433594 121.746094 485.550781 121.324219 C 484.667969 120.902344 483.976562 120.527344 483.160156 120.183594 C 482.34375 119.835938 481.238281 119.472656 480.28125 119.128906 C 479.320312 118.78125 478.695312 118.511719 477.878906 118.253906 C 476.785156 117.917969 475.664062 117.675781 474.546875 117.398438 C 473.816406 117.226562 473.117188 116.996094 472.378906 116.84375 C 471.199219 116.601562 469.988281 116.46875 468.789062 116.292969 C 468.078125 116.199219 467.398438 116.042969 466.6875 115.976562 C 464.765625 115.785156 462.847656 115.679688 460.832031 115.679688 C 429.03125 115.710938 403.261719 141.480469 403.230469 173.28125 L 326.402344 173.28125 L 326.402344 77.289062 L 432 77.289062 C 434.546875 77.289062 436.988281 76.277344 438.785156 74.476562 L 463.679688 49.582031 C 474.128906 54.554688 484.289062 60.113281 494.113281 66.230469 C 495.246094 66.9375 496.511719 67.402344 497.835938 67.59375 L 556.800781 76.011719 Z M 556.800781 86.890625' /%3E%3C/svg%3E")
}

#autorent-top-filter form .select-block:nth-child(3) .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M385.177,384.467c-1.545-0.309-3.116-0.466-4.691-0.467h-2.24l14.4-57.464c4.974-19.85,6.267-40.444,3.816-60.76 l-15.448-128.448c-3.377-28.145-27.253-49.327-55.6-49.328h-21.6c5.286-6.886,8.161-15.319,8.184-24V40 c-0.026-22.08-17.92-39.974-40-40h-64c-22.08,0.026-39.974,17.92-40,40v24c0.029,8.684,2.914,17.117,8.208,24h-21.6 c-28.347,0.001-52.223,21.183-55.6,49.328l-15.44,128.448c-2.451,20.316-1.158,40.91,3.816,60.76L101.75,384h-2.24 c-13.255,0.012-23.991,10.766-23.979,24.021c0.001,1.575,0.158,3.147,0.467,4.691l9.6,48c2.265,11.199,12.094,19.26,23.52,19.288 h261.76c11.426-0.028,21.255-8.089,23.52-19.288l9.6-48C406.6,399.715,398.174,387.069,385.177,384.467z M327.998,104.24 c19.176,1.205,34.776,15.892,37.136,34.96l15.408,128.48c2.222,18.385,1.051,37.022-3.456,54.984h-0.024L361.75,384h-33.752 V104.24z M183.998,40c0-13.255,10.745-24,24-24h64c13.255,0,24,10.745,24,24v24c0,13.255-10.745,24-24,24h-64 c-13.255,0-24-10.745-24-24V40z M167.998,104h144v24h-144V104z M167.998,144h144v32h-144V144z M228.686,264l-12.688,12.688 L203.31,264l12.688-12.688L228.686,264z M227.31,240l12.688-12.688L252.686,240l-12.688,12.688L227.31,240z M239.998,275.312 L252.686,288l-12.688,12.688L227.31,288L239.998,275.312z M251.31,264l12.688-12.688L276.686,264l-12.688,12.688L251.31,264z M287.998,275.312L300.686,288l-12.688,12.688L275.31,288L287.998,275.312z M275.31,240l12.688-12.688L300.686,240l-12.688,12.688 L275.31,240z M275.31,192h25.376l-12.688,12.688L275.31,192z M276.686,216l-12.688,12.688L251.31,216l12.688-12.688L276.686,216z M239.998,204.688L227.31,192h25.376L239.998,204.688z M228.686,216l-12.688,12.688L203.31,216l12.688-12.688L228.686,216z M191.998,204.688L179.31,192h25.376L191.998,204.688z M204.686,240l-12.688,12.688L179.31,240l12.688-12.688L204.686,240z M204.686,288l-12.688,12.688L179.31,288l12.688-12.688L204.686,288z M204.686,336H179.31l12.688-12.688L204.686,336z M203.31,312 l12.688-12.688L228.686,312l-12.688,12.688L203.31,312z M239.998,323.312L252.686,336H227.31L239.998,323.312z M251.31,312 l12.688-12.688L276.686,312l-12.688,12.688L251.31,312z M287.998,323.312L300.686,336H275.31L287.998,323.312z M299.31,312 l12.688-12.688v25.376L299.31,312z M299.31,264l12.688-12.688v25.376L299.31,264z M299.31,216l12.688-12.688v25.376L299.31,216z M167.998,203.312L180.686,216l-12.688,12.688V203.312z M167.998,251.312L180.686,264l-12.688,12.688V251.312z M167.998,299.312 L180.686,312l-12.688,12.688V299.312z M167.998,352h144v32h-8h-136V352z M295.998,400v32h-112v-32H295.998z M99.454,267.68 l15.408-128.48c2.359-19.068,17.96-33.755,37.136-34.96V384h-33.752l-15.336-61.336C98.403,304.702,97.231,286.065,99.454,267.68z M388.326,409.568l-9.6,48c-0.761,3.728-4.043,6.405-7.848,6.4h-261.76c-3.805,0.005-7.087-2.672-7.848-6.4l-9.6-48 c-0.884-4.329,1.909-8.555,6.238-9.438c0.527-0.108,1.064-0.162,1.602-0.162h68.488v40c0,4.418,3.582,8,8,8h128 c4.418,0,8-3.582,8-8V400h68.488c2.393,0.003,4.659,1.077,6.176,2.928C388.183,404.78,388.794,407.217,388.326,409.568z'/%3E%3C/svg%3E")
}

#autorent-top-filter form .select-block:nth-child(4) .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M85.072,454.931c-1.859-1.861-4.439-2.93-7.069-2.93s-5.21,1.069-7.07,2.93c-1.86,1.861-2.93,4.44-2.93,7.07 s1.069,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931s5.21-1.07,7.069-2.931c1.86-1.859,2.931-4.439,2.931-7.069 S86.933,456.791,85.072,454.931z'/%3E%3Cpath fill='%23fff' d='M469.524,182.938c-1.86-1.861-4.43-2.93-7.07-2.93c-2.63,0-5.21,1.069-7.07,2.93c-1.859,1.86-2.93,4.44-2.93,7.07 s1.07,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931c2.64,0,5.21-1.07,7.07-2.931c1.869-1.859,2.939-4.439,2.939-7.069 S471.393,184.798,469.524,182.938z'/%3E%3Cpath fill='%23fff' d='M509.065,2.929C507.189,1.054,504.645,0,501.992,0L255.998,0.013c-5.522,0-9.999,4.478-9.999,10V38.61l-94.789,25.399 c-5.335,1.43-8.501,6.913-7.071,12.247l49.127,183.342l-42.499,42.499c-5.409-7.898-14.491-13.092-24.764-13.092H30.006 c-16.542,0-29.999,13.458-29.999,29.999v162.996C0.007,498.542,13.464,512,30.006,512h95.998c14.053,0,25.875-9.716,29.115-22.78 l11.89,10.369c9.179,8.004,20.939,12.412,33.118,12.412h301.867c5.522,0,10-4.478,10-10V10 C511.992,7.348,510.94,4.804,509.065,2.929z M136.002,482.001c0,5.513-4.486,10-10,10H30.005c-5.514,0-10-4.486-10-10V319.005 c0-5.514,4.486-10,10-10h37.999V424.2c0,5.522,4.478,10,10,10s10-4.478,10-10V309.005h37.999c5.514,0,10,4.486,10,10V482.001z M166.045,80.739l79.954-21.424V96.37l-6.702,1.796c-2.563,0.687-4.746,2.362-6.072,4.659s-1.686,5.026-0.999,7.588 c3.843,14.341-4.698,29.134-19.039,32.977c-2.565,0.688-4.752,2.366-6.077,4.668c-1.325,2.301-1.682,5.035-0.989,7.599 l38.979,144.338h-20.07l-10.343-40.464c-0.329-1.288-0.905-2.475-1.676-3.507L166.045,80.739z M245.999,142.229v84.381 l-18.239-67.535C235.379,155.141,241.614,149.255,245.999,142.229z M389.663,492H200.125V492c-7.345,0-14.438-2.658-19.974-7.485 l-24.149-21.061V325.147l43.658-43.658l7.918,30.98c1.132,4.427,5.119,7.523,9.688,7.523l196.604,0.012c7.72,0,14,6.28,14,14 c0,7.72-6.28,14-14,14H313.13c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h132.04c7.72,0,14,6.28,14,14c0,7.72-6.28,14-14,14 H313.13c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h110.643c7.72,0,14,6.28,14,14c0,7.72-6.28,14-14,14H313.13 c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h76.533c7.72,0,14,6.28,14,14C403.662,485.72,397.382,492,389.663,492z M491.994,492h-0.001h-71.359c1.939-4.273,3.028-9.01,3.028-14s-1.089-9.727-3.028-14h3.139c18.747,0,33.999-15.252,33.999-33.999 c0-5.468-1.305-10.635-3.609-15.217c14.396-3.954,25.005-17.149,25.005-32.782c0-7.584-2.498-14.595-6.711-20.255V235.007 c0-5.522-4.478-10-10-10c-5.522,0-10,4.478-10,10v113.792c-2.35-0.515-4.787-0.795-7.289-0.795h-0.328 c1.939-4.273,3.028-9.01,3.028-14c0-18.748-15.252-33.999-33.999-33.999h-16.075c17.069-7.32,29.057-24.286,29.057-44.005 c0-26.389-21.468-47.858-47.857-47.858c-26.388,0-47.857,21.469-47.857,47.858c0,19.719,11.989,36.685,29.057,44.005h-54.663 V109.863c17.864-3.893,31.96-17.988,35.852-35.853h75.221c3.892,17.865,17.988,31.96,35.852,35.853v31.09c0,5.522,4.478,10,10,10 s10-4.478,10-10v-40.018c0-5.522-4.478-10-10-10c-14.847,0-26.924-12.079-26.924-26.925c0-5.522-4.478-10-10-10h-93.076 c-5.522,0-10,4.478-10,10c0,14.847-12.078,26.925-26.924,26.925c-5.522,0-10,4.478-10,10v199.069H266V20.011L491.994,20V492z M378.996,283.858c-15.361,0-27.857-12.497-27.857-27.857s12.497-27.858,27.857-27.858S406.853,240.64,406.853,256 S394.357,283.858,378.996,283.858z'/%3E%3C/svg%3E")
}

#autorent-top-filter form div.cs-select {
    display: block;
    float: right;
    max-width: 100%;
    width: calc(100% - 50px)
}

#autorent-top-filter form div.cs-select>span {
    line-height: 50px;
    padding: 0 45px 0 15px
}

#autorent-top-filter form div.cs-select ul .cs-selected span {
    background-color: #f0c330;
    color: #fff
}

#autorent-top-filter form div.cs-select ul span {
    padding: 10px 1em
}

#autorent-top-filter form div.cs-select ul span:after,
#main-block .cs-select .cs-selected span::after,
#main-block .cs-select>span::after,
#catalog .cs-select .cs-selected span::after,
#catalog .cs-select>span::after,
.after-post .tags ul li:last-child:after,
.breadcrumbs li:last-child:after {
    content: ""
}

#autorent-top-filter form div.cs-select ul span:hover {
    background-color: #f3f3f3
}

#autorent-top-section {
    background-image: url(../img/autorent/bg_top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#autorent-top-section #breadcrumbs-block,#catalog-top-section #breadcrumbs-block,#new-and-hot-block .new-property .one-property,#resumes_form .form-request {
    margin-top: 20px
}

#autorent-top-section .nav-tabs a,#catalog-top-section .nav-tabs a {
    background-color: #efbe35;
    border-top: 4px solid #efbe35;
    color: inherit;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 66px;
    margin-right: 5px;
    padding: 0 30px;
    text-transform: uppercase
}

#autorent-top-section .nav-tabs a.active,#catalog-top-section .nav-tabs a.active,#main-block .tab-content .input-daterange input[readonly],.orange-btn:hover,a.orange-btn:hover {
    background-color: #fff
}

#autorent-top-section .nav-tabs a:focus,#autorent-top-section .nav-tabs a:hover,#autorent-top-section .nav-tabs a:visited,#catalog-top-section .nav-tabs a:focus,#catalog-top-section .nav-tabs a:hover,#catalog-top-section .nav-tabs a:visited,#members .member .video_presentation:hover,#new-building-slider .new-building-slide .text_under_img a,#reviews-section a.read-full:focus,#reviews-section a.read-full:hover,#reviews-section a.read-full:visited,#reviews-section a.show-all:focus,#reviews-section a.show-all:hover,#reviews-section a.show-all:visited,.breadcrumbs li a:hover,.more-btn:focus,.more-btn:hover,.more-btn:visited,.new-building .text_under_img a,.one-pop-post:hover,.one-result .building_title:focus,.one-result .building_title:hover,.one-result .building_title:visited,.one-sidebar-elem .sidebar-list a:focus,.one-sidebar-elem .sidebar-list a:hover,.one-sidebar-elem .sidebar-list a:visited,.one-sidebar-elem .subcribe-block .open-popup:focus,.one-sidebar-elem .subcribe-block .open-popup:hover,.one-sidebar-elem .subcribe-block .open-popup:visited,.other-post:hover,.results-row .pagination-block a:focus,.results-row .pagination-block a:hover,.results-row .pagination-block a:visited,.results-row .pagination-block ul li a:focus,.results-row .pagination-block ul li a:hover,.results-row .pagination-block ul li a:visited,.right-sidebar .action .body a:focus,.right-sidebar .action .body a:hover,.right-sidebar .action .body a:visited,.right-sidebar .manager .backcall-btn:focus,.right-sidebar .manager .backcall-btn:hover,.right-sidebar .manager .backcall-btn:visited,.search-result .pagination-block a:focus,.search-result .pagination-block a:hover,.search-result .pagination-block a:visited,.search-result .pagination-block ul li a:focus,.search-result .pagination-block ul li a:hover,.search-result .pagination-block ul li a:visited {
    text-decoration: none
}

#autorent-top-section .nav-tabs,#catalog-top-section .nav-tabs {
    border: 0
}

#autorent-top-section .page-title h1 {
    font-weight: 700;
    margin: 60px 0
}

#benefit .benefit-one-col .icon {
    background-repeat: no-repeat;
    background-size: contain
}

#benefit {
    margin: 50px 0;
    padding: 0;
    background-position: center bottom
}

#benefit .before-title {
    color: #a3a3a3;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase
}

#benefit .benefit-one-col .icon {
    background-position: center;
    display: block;
    height: 50px;
    margin-bottom: 20px;
    width: 50px
}

#benefit .benefit-one-col:nth-child(1) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a3a3a3" d="M309.333,277.333H288c-5.896,0-10.667,4.771-10.667,10.667s4.771,10.667,10.667,10.667h10.667 c0,5.896,4.771,10.667,10.667,10.667c5.896,0,10.667-4.771,10.667-10.667v-1.965c12.389-4.418,21.333-16.147,21.333-30.035 c0-17.646-14.354-32-32-32c-5.885,0-10.667-4.781-10.667-10.667s4.781-10.667,10.667-10.667h21.333 c5.896,0,10.667-4.771,10.667-10.667c0-5.896-4.771-10.667-10.667-10.667H320c0-5.896-4.771-10.667-10.667-10.667 c-5.896,0-10.667,4.771-10.667,10.667v1.965c-12.389,4.418-21.333,16.147-21.333,30.035c0,17.646,14.354,32,32,32 c5.885,0,10.667,4.781,10.667,10.667C320,272.552,315.219,277.333,309.333,277.333z"/><path fill="%23a3a3a3" d="M468.246,375.398c0.393-2.017,1.087-3.98,1.087-6.065c0-36.865-27.823-84.51-35.146-96.406 c-0.342-80.199-14.589-138.668-73.19-158.664c2.671-8.352,7.497-19.483,11.982-29.742c8.604-19.688,16.729-38.281,16.729-50.625 C389.708,17.021,379.229,0,355.802,0c-15.688,0-21.521,7.406-24.698,13.76c-0.167-0.188-0.333-0.385-0.49-0.563 C326.25,8.26,318.948,0,301.583,0c-19.531,0-32.208,17.01-38.354,30.948c-7.927,0.396-19.448,2.281-26.958,9.26 c-4.781,4.448-7.313,10.302-7.313,16.927c0,11.083,7.969,23.885,16.396,37.427c4.191,6.736,8.589,13.952,11.397,20.06 c-57.803,20.303-71.931,78.543-72.272,158.315c-3.508,5.714-11.79,20.014-19.457,37.198c-17.01,1.488-31.71,4.819-40.974,7.368 c-3.212-11.169-12.328-20.174-24.413-22.587L12.76,277.542c-3.125-0.615-6.385,0.188-8.854,2.208C1.438,281.781,0,284.802,0,288 v170.667c0,5.896,4.771,10.667,10.667,10.667H77.5c13.165,0,24.384-8.382,29.212-20.147C130.587,460.569,241.055,512,288,512 c41.375,0,126.531-41.865,182.875-69.563c14.708-7.229,26.865-13.208,34.75-16.667C509.5,424.063,512,420.229,512,416 C512,395.716,494.685,380.557,468.246,375.398z M103.917,327.802L88.052,438.844C87.313,444.063,82.771,448,77.5,448H21.333 V301.01l74.115,14.823C101,316.948,104.719,322.198,103.917,327.802z M250.792,55.844c3.167-2.948,13.115-3.906,19.063-3.563 c4.958,0.604,9.5-2.792,10.948-7.521c1.885-6.073,9.729-23.427,20.781-23.427c7.75,0,9.74,2.26,13.042,6 c3.344,3.781,8.396,9.49,17.938,9.49c11.875,0,15.729-9.104,17.177-12.531c0.333-0.781,0.833-1.969,1.052-2.219 c0.01-0.01,1.135-0.74,5.01-0.74c3.438,0,12.573,0,12.573,12.563c0,7.885-8.281,26.844-14.938,42.083 c-5.275,12.055-10.21,23.53-13.138,33.204c-9.443-1.576-19.633-2.517-30.966-2.517c-11.622,0-22.074,0.965-31.711,2.62 c-3.268-8.268-8.521-16.94-14.154-25.995C257.906,74.354,250.292,62.125,250.792,55.844z M204.104,281.771 c1.104-1.719,1.698-3.729,1.698-5.771c0-109.271,27.094-148,103.531-148s103.531,38.729,103.531,148 c0,2.052,0.594,4.063,1.698,5.781c0.333,0.521,33.438,52.302,33.438,87.552c0,1.372-0.27,2.701-0.792,4.033 c-21.09,0.267-63.467,11.643-85.094,17.857c-2.902-30.612-42.124-41.448-82.656-49.681c-18.5-3.75-32.26-10.385-45.573-16.802 c-14.388-6.948-28.284-13.241-45.332-14.767C196.451,293.793,204.007,281.917,204.104,281.771z M461.458,423.292 C410.208,448.49,324.417,490.667,288,490.667c-38.802,0-140.688-45.427-176.667-62.927c-0.043-0.021-0.09-0.013-0.133-0.034 l12.557-87.898c7.759-2.43,31.513-9.141,57.576-9.141c15.75,0,27.906,5.865,43.292,13.281 c13.813,6.667,29.479,14.219,50.583,18.51c46.354,9.396,66.125,19.031,66.125,32.208c0,2.604-0.792,4.208-2.823,5.719 c-6.75,5.073-33.24,13.594-132.813-15.948c-5.667-1.698-11.583,1.552-13.26,7.198s1.552,11.583,7.198,13.26 c49.125,14.563,86.698,21.823,113.323,21.823c17.365,0,30.073-3.083,38.313-9.24c0.711-0.53,1.232-1.181,1.879-1.753 c0.665-0.072,1.32,0.008,1.986-0.195C374,409.729,427.438,394.667,448,394.667c17.396,0,35.698,5.292,41.094,15.208 C481.646,413.375,472.219,418.01,461.458,423.292z"/></svg>')
}

#benefit .benefit-one-col:nth-child(2) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a3a3a3" d="M96,206c-5.52,0-10,4.48-10,10s4.48,10,10,10s10-4.48,10-10S101.52,206,96,206z"/><path fill="%23a3a3a3" d="M456,86C347.028,86,288.467,27.77,269.223,8.635c-3.917-3.896-5.884-5.851-7.956-7.135c-3.228-2-7.309-2-10.536,0 c-1.425,0.883-2.573,2.004-5.346,4.714c-7.125,6.96-23.809,23.261-49.607,39.396C152.909,72.411,105.88,86,56,86 c-5.523,0-10,4.477-10,10v131.19c0,62.98,19.868,122.975,57.458,173.5c40.764,54.777,93.917,94.158,149.668,110.888 c0.937,0.281,1.906,0.422,2.874,0.422c0.968,0,1.937-0.141,2.874-0.422c55.751-16.73,108.904-56.111,149.669-110.889 C446.132,350.165,466,290.17,466,227.19V96C466,90.477,461.523,86,456,86z M446,227.19c0,58.646-18.501,114.514-53.502,161.56 C354.992,439.148,306.62,475.548,256,491.537c-50.62-15.989-98.992-52.389-136.497-102.786C84.501,341.704,66,285.836,66,227.19 V105.83c49.975-1.707,97.155-16.238,140.383-43.262c24.182-15.125,40.808-30.308,49.666-38.83 c20.972,20.83,80.789,78.74,189.951,82.108V227.19z"/><path fill="%23a3a3a3" d="M417.101,123.891c-55.041-6.093-107.259-28.366-155.206-66.201c-3.59-2.833-8.642-2.87-12.272-0.091 c-47.491,36.347-102.471,59.819-154.813,66.092c-5.027,0.603-8.81,4.867-8.81,9.929V176c0,5.523,4.477,10,10,10s10-4.477,10-10 v-33.65c38.045-5.792,92.067-21.909,149.609-64.239c46.666,35.36,97.186,57.038,150.391,64.54v84.54 c0,49.977-15.769,97.578-45.605,137.663c-28.574,38.431-64.609,66.524-104.395,81.434 c-39.784-14.909-75.815-42.995-104.388-81.418c-24.073-32.345-39.285-70.412-43.992-110.087c-0.65-5.484-5.621-9.412-11.108-8.752 c-5.484,0.65-9.403,5.624-8.752,11.108c5.118,43.144,21.65,84.525,47.806,119.669c31.744,42.687,72.234,73.652,117.094,89.548 c1.08,0.383,2.21,0.574,3.34,0.574s2.26-0.191,3.34-0.574c44.863-15.897,85.357-46.87,117.102-89.565 C408.863,333.232,426,281.501,426,227.19v-93.36C426,128.733,422.167,124.452,417.101,123.891z"/><path fill="%23a3a3a3" d="M355.271,219.209c-1.177-3.62-4.306-6.259-8.073-6.806l-57.096-8.294l-25.524-51.734 c-1.684-3.414-5.161-5.575-8.967-5.576c-3.806,0-7.283,2.161-8.967,5.574l-25.533,51.736l-57.097,8.294 c-3.767,0.547-6.896,3.186-8.073,6.806c-1.176,3.62-0.195,7.594,2.531,10.251l41.315,40.271l-9.751,56.868 c-0.644,3.751,0.899,7.543,3.979,9.78c1.742,1.266,3.805,1.91,5.878,1.91c1.592,0,3.19-0.379,4.653-1.149l51.065-26.853 l51.055,26.852c3.37,1.771,7.453,1.478,10.532-0.76c3.08-2.237,4.623-6.029,3.979-9.781l-9.751-56.868l41.315-40.271 C355.466,226.804,356.447,222.83,355.271,219.209z M293.7,259.079c-2.357,2.297-3.433,5.607-2.876,8.851l7.214,42.076 l-37.774-19.866c-2.914-1.532-6.395-1.532-9.309,0l-37.785,19.869l7.215-42.078c0.557-3.244-0.519-6.554-2.876-8.851 l-30.569-29.796l42.247-6.137c3.257-0.473,6.073-2.519,7.53-5.47l18.891-38.277l18.884,38.276c1.456,2.952,4.272,4.999,7.53,5.472 l42.247,6.137L293.7,259.079z"/></svg>')
}

#benefit .benefit-one-col:nth-child(3) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 459 459" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 459 459"><path fill="%23a3a3a3" d="M273.18,184.48c50.861,0,92.24-41.379,92.24-92.24S324.042,0,273.18,0H185.82c-50.861,0-92.24,41.379-92.24,92.24 s41.379,92.24,92.24,92.24h18.79V451.5c0,4.142,3.358,7.5,7.5,7.5h34.781c4.142,0,7.5-3.358,7.5-7.5V447h65.995 c4.142,0,7.5-3.358,7.5-7.5v-46c0-4.142-3.358-7.5-7.5-7.5h-27.8v-30.5c0-4.142-3.358-7.5-7.5-7.5H254.39V184.48H273.18z M108.579,92.24c0-42.59,34.65-77.24,77.24-77.24h87.361c42.59,0,77.24,34.65,77.24,77.24s-34.65,77.24-77.24,77.24H185.82 C143.229,169.48,108.579,134.831,108.579,92.24z M277.585,363v30.5c0,4.142,3.358,7.5,7.5,7.5h27.8v31H254.39v-69H277.585z M239.39,444h-19.781V184.48h19.781V444z"/><path fill="%23a3a3a3" d="m321.74,92.24c0-26.776-21.784-48.56-48.56-48.56h-87.36c-26.776,0-48.56,21.784-48.56,48.56s21.784,48.56 48.56,48.56h87.361c26.775,0 48.559-21.784 48.559-48.56zm-169.48,0c0-18.505 15.055-33.56 33.56-33.56h87.361c18.505,0 33.56,15.055 33.56,33.56s-15.055,33.56-33.56,33.56h-87.361c-18.505,0-33.56-15.055-33.56-33.56z"/></svg>')
}

#benefit .benefit-one-col:nth-child(4) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 463 463" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 463 463"><path fill="%23a3a3a3" d="m450.858,191.216c1.349,1.063 2.989,1.609 4.643,1.609 1.114,0 2.233-0.248 3.273-0.752 2.585-1.254 4.226-3.875 4.226-6.748v-40c0-2.298-1.053-4.469-2.858-5.891l-122.099-96.199c-8.563-6.747-20.524-6.746-29.087,0l-45.956,36.208v-14.118c0-4.142-3.358-7.5-7.5-7.5h-32c-4.142,0-7.5,3.358-7.5,7.5v51.149l-29.142,22.96c-1.805,1.422-2.858,3.593-2.858,5.891v40c0,2.873 1.641,5.494 4.226,6.748 2.584,1.254 5.659,0.922 7.916-0.856l3.858-3.04v73.086l-69.957-55.117c-8.563-6.747-20.524-6.747-29.087,0l-98.098,77.288c-1.805,1.421-2.858,3.593-2.858,5.891v40c0,2.873 1.641,5.494 4.226,6.748 1.04,0.505 2.159,0.752 3.273,0.752 1.653,0 3.294-0.546 4.643-1.609l3.858-3.04v77.649h-8.5c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h448c4.142,0 7.5-3.358 7.5-7.5s-3.358-7.5-7.5-7.5h-8.5v-221.649l3.858,3.04zm-219.858-118.391h17v18.437l-17,13.394v-31.831zm-32,76.139l119.24-93.946c3.097-2.44 7.424-2.44 10.521,0l119.239,93.946v20.903l-119.858-94.433c-1.361-1.073-3.001-1.609-4.642-1.609s-3.28,0.536-4.642,1.609l-119.858,94.433v-20.903zm-184,144l95.24-75.037c3.097-2.44 7.424-2.44 10.521,0l79.239,62.431v20.904l-79.858-62.919c-2.723-2.146-6.561-2.146-9.283,0l-95.859,75.525v-20.904zm16,27.394l84.5-66.575 84.5,66.576v89.467h-33v-88.5c0-4.142-3.358-7.5-7.5-7.5h-88c-4.142,0-7.5,3.358-7.5,7.5v88.5h-33v-89.468zm48,40.467h73v17h-73v-17zm73-15h-73v-17h73v17zm-73,47h73v17h-73v-17zm217-38.975c-0.166-0.011-0.333-0.025-0.5-0.025-1.97,0-3.91,0.8-5.3,2.2-1.4,1.39-2.2,3.33-2.2,5.3 0,1.97 0.8,3.91 2.2,5.3 1.39,1.4 3.33,2.2 5.3,2.2 0.167,0 0.334-0.014 0.5-0.025v41.025h-33v-97h33v41.025zm136,55.975h-121v-104.5c0-4.142-3.358-7.5-7.5-7.5h-48c-4.142,0-7.5,3.358-7.5,7.5v104.5h-33v-233.467l108.5-85.485 108.5,85.485v233.467z"/><path fill="%23a3a3a3" d="m343.5,376.825h48c4.142,0 7.5-3.358 7.5-7.5v-64c0-4.142-3.358-7.5-7.5-7.5h-48c-4.142,0-7.5,3.358-7.5,7.5v64c0,4.142 3.358,7.5 7.5,7.5zm7.5-15v-25h33v25h-33zm33-49v9h-33v-9h33z"/><path fill="%23a3a3a3" d="m343.5,264.825h48c4.142,0 7.5-3.358 7.5-7.5v-64c0-4.142-3.358-7.5-7.5-7.5h-48c-4.142,0-7.5,3.358-7.5,7.5v64c0,4.142 3.358,7.5 7.5,7.5zm7.5-15v-25h33v25h-33zm33-49v9h-33v-9h33z"/><path fill="%23a3a3a3" d="m303.5,185.825h-48c-4.142,0-7.5,3.358-7.5,7.5v64c0,4.142 3.358,7.5 7.5,7.5h48c4.142,0 7.5-3.358 7.5-7.5v-64c0-4.142-3.358-7.5-7.5-7.5zm-7.5,15v9h-33v-9h33zm-33,49v-25h33v25h-33z"/></svg>')
}

#benefit .text,#why-we p {
    font-size: 16px;
    line-height: 26px
}

#benefit .title {
    color: #791106;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.5em;
    margin-bottom: 15px;
    text-transform: uppercase
}


#about-company-bottom {
    padding: 50px 0
}

#about-company-bottom .quote-icon {
    width: 20px;
    height: 20px;
    background-image: url(../img/quote-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

#about-company-bottom .quote-text {
    font-size: 17px;
    line-height: 27px;
    width: 100%;
    text-align: center
}

#about-company-bottom .quote-autor {
    margin-top: 20px;
    font-size: 17px;
    width: 100%;
    text-align: right;
    color: #a3a3a3
}

#about-company-bottom .write-to-us-btn {
    text-align: center
}

#about-company-bottom .write-to-us,
a.yellow-btn,
.yellow-btn {
    display: inline-block;
    background-color: #efbe35;
    padding: 15px 60px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #efbe35;
    color: #282d39;
    text-decoration: none;
    transition: .23s;
    cursor: pointer;
}

#manager_alia .yellow-btn {
    display: inline-block;
    background-color: #800001;
    padding: 15px 60px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #800001;
    color: #fff;
    text-decoration: none;
    transition: .23s;
    cursor: pointer;
}

#manager_alia .yellow-btn:hover {
    opacity: 0.7;
}
#about-company-bottom .write-to-us{
    margin: 30px 0 0
}

#about-company-bottom .write-to-us:hover,
a.yellow-btn:hover,
.yellow-btn:hover {
    color: #fff;
    background-color: #282d39;
    border-color: #282d39;
    transition: .23s
}

#about-company-bottom .connect-to-us-title h2 {
    margin: 80px 0 30px;
    font-size: 36px;
    font-weight: 700;
    color: #efbe35;
    text-transform: uppercase;
    text-align: center
}

#about-company-bottom .connect-to-us-text p {
    font-size: 17px;
    line-height: 27px;
    text-align: center
}
#second-section{
    padding: 100px 0;
}
#second-section .text-col span{
    display: inline-block;
    font-size: 24px;
    line-height: 1.4em;
}
#second-section .text-col .fat-text{
    font-weight: 700;
    margin-bottom: 20px;
}
#second-section .orange-square-elems .one-elem{
    float: left;
    height: 70px;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 30px;
    font-weight: 600;
}
#second-section .orange-square-elems .one-elem:not(:last-child){
    width: 50%;
}
#second-section .orange-square-elems .one-elem:last-child{
    width: 100%;
}
#second-section .orange-square-elems .one-elem::before{
    content: "";
    display: block;
    flex: 0 0 70px;
    width: 70px;
    height: 70px;
    margin-right: 10px;
    background-color: #efbe35;
    background-size: 40px;
    background-position: center;
    background-repeat: no-repeat;
}
#second-section .orange-square-elems .one-elem:nth-child(1)::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M96,207.001h15c5.523,0,10-4.478,10-10v-14.999c0-5.523-4.477-10-10-10H96c-5.524,0-10,4.477-10,10v14.999 C86,202.523,90.476,207.001,96,207.001z'/%3E%3Cpath fill='%23282d39' d='M96,267.002h15c5.523,0,10-4.478,10-10V242c0-5.523-4.477-10-10-10H96c-5.524,0-10,4.477-10,10v15.002 C86,262.524,90.476,267.002,96,267.002z'/%3E%3Cpath fill='%23282d39' d='M96,327h15c5.523,0,10-4.477,10-10v-14.999c0-5.522-4.477-10-10-10H96c-5.524,0-10,4.478-10,10V317 C86,322.522,90.476,327,96,327z'/%3E%3Cpath fill='%23282d39' d='M96,386.997h15c5.523,0,10-4.478,10-10v-14.998c0-5.522-4.477-10-10-10H96c-5.524,0-10,4.478-10,10v14.998 C86,382.519,90.476,386.997,96,386.997z'/%3E%3Cpath fill='%23282d39' d='M148.5,207.001h15.001c5.522,0,10-4.478,10-10v-14.999c0-5.523-4.478-10-10-10H148.5c-5.523,0-10,4.477-10,10v14.999 C138.5,202.523,142.977,207.001,148.5,207.001z'/%3E%3Cpath fill='%23282d39' d='M148.5,267.002h15.001c5.522,0,10-4.478,10-10V242c0-5.523-4.478-10-10-10H148.5c-5.523,0-10,4.477-10,10v15.002 C138.5,262.524,142.977,267.002,148.5,267.002z'/%3E%3Cpath fill='%23282d39' d='M148.5,327h15.001c5.522,0,10-4.477,10-10v-14.999c0-5.522-4.478-10-10-10H148.5c-5.523,0-10,4.478-10,10V317 C138.5,322.522,142.977,327,148.5,327z'/%3E%3Cpath fill='%23282d39' d='M148.5,386.997h15.001c5.522,0,10-4.478,10-10v-14.998c0-5.522-4.478-10-10-10H148.5c-5.523,0-10,4.478-10,10v14.998 C138.5,382.519,142.977,386.997,148.5,386.997z'/%3E%3Cpath fill='%23282d39' d='M201.001,207.001h15.001c5.523,0,10-4.478,10-10v-14.999c0-5.523-4.477-10-10-10h-15.001c-5.522,0-10,4.477-10,10v14.999 C191.001,202.523,195.478,207.001,201.001,207.001z'/%3E%3Cpath fill='%23282d39' d='M201.001,267.002h15.001c5.523,0,10-4.478,10-10V242c0-5.523-4.477-10-10-10h-15.001c-5.522,0-10,4.477-10,10v15.002 C191.001,262.524,195.478,267.002,201.001,267.002z'/%3E%3Cpath fill='%23282d39' d='M201.001,327h15.001c5.523,0,10-4.477,10-10v-14.999c0-5.522-4.477-10-10-10h-15.001c-5.522,0-10,4.478-10,10V317 C191.001,322.522,195.478,327,201.001,327z'/%3E%3Cpath fill='%23282d39' d='M201.001,386.997h15.001c5.523,0,10-4.478,10-10v-14.998c0-5.522-4.477-10-10-10h-15.001c-5.522,0-10,4.478-10,10v14.998 C191.001,382.519,195.478,386.997,201.001,386.997z'/%3E%3Cpath fill='%23282d39' d='M296,207.001h15c5.523,0,10-4.478,10-10v-14.999c0-5.523-4.477-10-10-10h-15c-5.524,0-10,4.477-10,10v14.999 C286,202.523,290.476,207.001,296,207.001z'/%3E%3Cpath fill='%23282d39' d='M296,147.003h15c5.523,0,10-4.478,10-10v-14.998c0-5.522-4.477-10-10-10h-15c-5.524,0-10,4.478-10,10v14.998 C286,142.525,290.476,147.003,296,147.003z'/%3E%3Cpath fill='%23282d39' d='M296,87.006h15c5.523,0,10-4.478,10-10V62.003c0-5.522-4.477-10-10-10h-15c-5.524,0-10,4.478-10,10v15.003 C286,82.528,290.476,87.006,296,87.006z'/%3E%3Cpath fill='%23282d39' d='M296,267.002h15c5.523,0,10-4.478,10-10V242c0-5.523-4.477-10-10-10h-15c-5.524,0-10,4.477-10,10v15.002 C286,262.524,290.476,267.002,296,267.002z'/%3E%3Cpath fill='%23282d39' d='M296,327h15c5.523,0,10-4.477,10-10v-14.999c0-5.522-4.477-10-10-10h-15c-5.524,0-10,4.478-10,10V317 C286,322.522,290.476,327,296,327z'/%3E%3Cpath fill='%23282d39' d='M296,386.997h15c5.523,0,10-4.478,10-10v-14.998c0-5.522-4.477-10-10-10h-15c-5.524,0-10,4.478-10,10v14.998 C286,382.519,290.476,386.997,296,386.997z'/%3E%3Cpath fill='%23282d39' d='M348.5,207.001h15c5.523,0,10-4.478,10-10v-14.999c0-5.523-4.477-10-10-10h-15c-5.522,0-10,4.477-10,10v14.999 C338.5,202.523,342.978,207.001,348.5,207.001z'/%3E%3Cpath fill='%23282d39' d='M348.5,147.003h15c5.523,0,10-4.478,10-10v-14.998c0-5.522-4.477-10-10-10h-15c-5.522,0-10,4.478-10,10v14.998 C338.5,142.525,342.978,147.003,348.5,147.003z'/%3E%3Cpath fill='%23282d39' d='M348.5,87.006h15c5.523,0,10-4.478,10-10V62.003c0-5.522-4.477-10-10-10h-15c-5.522,0-10,4.478-10,10v15.003 C338.5,82.528,342.978,87.006,348.5,87.006z'/%3E%3Cpath fill='%23282d39' d='M348.5,267.002h15c5.523,0,10-4.478,10-10V242c0-5.523-4.477-10-10-10h-15c-5.522,0-10,4.477-10,10v15.002 C338.5,262.524,342.978,267.002,348.5,267.002z'/%3E%3Cpath fill='%23282d39' d='M348.5,327h15c5.523,0,10-4.477,10-10v-14.999c0-5.522-4.477-10-10-10h-15c-5.522,0-10,4.478-10,10V317 C338.5,322.522,342.978,327,348.5,327z'/%3E%3Cpath fill='%23282d39' d='M348.5,386.997h15c5.523,0,10-4.478,10-10v-14.998c0-5.522-4.477-10-10-10h-15c-5.522,0-10,4.478-10,10v14.998 C338.5,382.519,342.978,386.997,348.5,386.997z'/%3E%3Cpath fill='%23282d39' d='M401,207.001h14.999c5.522,0,10-4.478,10-10v-14.999c0-5.523-4.478-10-10-10H401c-5.522,0-10,4.477-10,10v14.999 C391,202.523,395.478,207.001,401,207.001z'/%3E%3Cpath fill='%23282d39' d='M401,147.003h14.999c5.522,0,10-4.478,10-10v-14.998c0-5.522-4.478-10-10-10H401c-5.522,0-10,4.478-10,10v14.998 C391,142.525,395.478,147.003,401,147.003z'/%3E%3Cpath fill='%23282d39' d='M401,87.006h14.999c5.522,0,10-4.478,10-10V62.003c0-5.522-4.478-10-10-10H401c-5.522,0-10,4.478-10,10v15.003 C391,82.528,395.478,87.006,401,87.006z'/%3E%3Cpath fill='%23282d39' d='M401,267.002h14.999c5.522,0,10-4.478,10-10V242c0-5.523-4.478-10-10-10H401c-5.522,0-10,4.477-10,10v15.002 C391,262.524,395.478,267.002,401,267.002z'/%3E%3Cpath fill='%23282d39' d='M401,327h14.999c5.522,0,10-4.477,10-10v-14.999c0-5.522-4.478-10-10-10H401c-5.522,0-10,4.478-10,10V317 C391,322.522,395.478,327,401,327z'/%3E%3Cpath fill='%23282d39' d='M401,386.997h14.999c5.522,0,10-4.478,10-10v-14.998c0-5.522-4.478-10-10-10H401c-5.522,0-10,4.478-10,10v14.998 C391,382.519,395.478,386.997,401,386.997z'/%3E%3Cpath fill='%23282d39' d='M115.764,452.003c-5.523,0-10,4.478-10,10c0,5.523,4.477,10,10,10H116c5.522,0,10-4.477,10-10s-4.478-10-10-10H115.764z' /%3E%3Cpath fill='%23282d39' d='M315.764,452.003c-5.523,0-10,4.478-10,10c0,5.523,4.477,10,10,10h0.235c5.522,0,10-4.477,10-10c0-5.522-4.478-10-10-10 H315.764z'/%3E%3Cpath fill='%23282d39' d='M10.236,492.001H10c-5.524,0-10,4.478-10,10c0,5.522,4.476,10,10,10h0.236c5.522,0,10-4.478,10-10 C20.236,496.478,15.759,492.001,10.236,492.001z'/%3E%3Cpath fill='%23282d39' d='M502.002,492.001h-0.238c-5.523,0-10,4.478-10,10c0,5.522,4.477,10,10,10h0.238c5.523,0,10-4.478,10-10 C512.002,496.478,507.524,492.001,502.002,492.001z'/%3E%3Cpath fill='%23282d39' d='M473.034,492.001h-7.037v-482c0-5.523-4.478-10-10-10H256c-5.524,0-10,4.477-10,10v122.003H56c-5.524,0-10,4.478-10,10 v349.997h-7.033c-5.523,0-10,4.478-10,10c0,5.522,4.477,10,10,10H56h100h60.002H256h100h59.999h39.998h0.001H456h17.034 c5.523,0,10-4.478,10-10C483.034,496.478,478.557,492.001,473.034,492.001z M206.002,492.001H166v-39.997h40.002V492.001z M246,492.001h-19.998v-49.997c0-5.522-4.477-10-10-10H156c-5.524,0-10,4.478-10,10v49.997H66v-19.998h21.034 c5.522,0,10-4.477,10-10c0-5.522-4.478-10-10-10H66V152.004h180V492.001z M405.999,492.001H366v-39.997h39.999V492.001z M445.997,492.001h-19.998v-49.997c0-5.522-4.478-10-10-10H356c-5.523,0-10,4.478-10,10v49.997h-80v-19.998h21.033 c5.523,0,10-4.477,10-10c0-5.522-4.477-10-10-10H266V142.004V20.001h179.997V492.001z'/%3E%3C/svg%3E");}
#second-section .orange-square-elems .one-elem:nth-child(2)::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M502.001,492.002h-44v-79c0-5.523-4.478-10-10-10c-5.522,0-10,4.477-10,10v79h-120v-190c0-5.523-4.478-10-10-10h-104 c-5.522,0-10,4.477-10,10v190h-120V266.001h3.848c2.652,0,5.195-1.054,7.071-2.929L256.001,91.991l171.081,171.081 c1.876,1.875,4.419,2.929,7.071,2.929h3.848v75c0,5.523,4.478,10,10,10c5.522,0,10-4.477,10-10v-75h44 c4.045,0,7.691-2.437,9.239-6.173c1.548-3.736,0.691-8.038-2.168-10.898l-246-246c-3.906-3.905-10.236-3.905-14.143,0l-94,94 c-3.905,3.905-3.905,10.237,0,14.142c3.906,3.906,10.238,3.906,14.143,0l86.929-86.929l221.857,221.858h-39.563L263.072,70.778 c-3.906-3.905-10.236-3.905-14.143,0L73.706,246.001H34.143l78.929-78.928c3.905-3.905,3.905-10.237,0-14.143 c-3.905-3.904-10.237-3.905-14.143,0l-96,96c-2.859,2.86-3.716,7.161-2.168,10.898c1.548,3.737,5.195,6.173,9.24,6.173h44v226h-44 c-5.522,0-10,4.477-10,10s4.478,10,10,10h54h140h104h140h54c5.522,0,10-4.477,10-10S507.523,492.002,502.001,492.002z M298.001,492.002h-84v-180h84V492.002z'/%3E%3Cpath fill='%23282d39' d='M406.001,292.002h-56c-5.522,0-10,4.477-10,10v100c0,5.523,4.478,10,10,10h56c5.522,0,10-4.477,10-10v-100 C416.001,296.479,411.523,292.002,406.001,292.002z M396.001,392.002h-36v-80h36V392.002z'/%3E%3Cpath fill='%23282d39' d='M162.001,292.002h-56c-5.522,0-10,4.477-10,10v100c0,5.523,4.478,10,10,10h56c5.522,0,10-4.477,10-10v-100 C172.001,296.479,167.523,292.002,162.001,292.002z M152.001,392.002h-36v-80h36V392.002z'/%3E%3Cpath fill='%23282d39' d='M256.001,164.322c-25.364,0-46,20.636-46,46s20.636,46,46,46c25.364,0,46-20.636,46-46S281.365,164.322,256.001,164.322z M256.001,236.322c-14.337,0-26-11.664-26-26s11.663-26,26-26c14.337,0,26,11.664,26,26S270.338,236.322,256.001,236.322z'/%3E%3Cpath fill='%23282d39' d='M244.07,394.932c-1.859-1.86-4.44-2.93-7.069-2.93c-2.63,0-5.21,1.07-7.07,2.93c-1.86,1.86-2.93,4.44-2.93,7.07 s1.069,5.21,2.93,7.07c1.861,1.86,4.44,2.93,7.07,2.93s5.21-1.07,7.069-2.93c1.86-1.86,2.931-4.44,2.931-7.07 S245.931,396.792,244.07,394.932z'/%3E%3Cpath fill='%23282d39' d='M140.07,125.932c-1.859-1.86-4.439-2.93-7.069-2.93s-5.21,1.07-7.07,2.93c-1.86,1.86-2.93,4.44-2.93,7.07 s1.069,5.21,2.93,7.07c1.861,1.86,4.44,2.93,7.07,2.93s5.21-1.07,7.069-2.93c1.86-1.86,2.931-4.44,2.931-7.07 S141.931,127.792,140.07,125.932z'/%3E%3Cpath fill='%23282d39' d='M455.07,367.261c-1.859-1.859-4.44-2.93-7.069-2.93c-2.63,0-5.21,1.07-7.07,2.93c-1.86,1.87-2.93,4.44-2.93,7.07 s1.069,5.21,2.93,7.08c1.86,1.86,4.44,2.92,7.07,2.92s5.21-1.06,7.069-2.92c1.86-1.87,2.931-4.44,2.931-7.08 C458.001,371.701,456.931,369.121,455.07,367.261z'/%3E%3C/svg%3E");}
#second-section .orange-square-elems .one-elem:nth-child(3)::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 511.998 511.998' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M501.998,131.995H300.141L266,97.854V76.928l73.512-27.565C343.415,47.899,346,44.168,346,40 c0-4.168-2.586-7.899-6.488-9.363L259.51,0.638c-3.07-1.152-6.512-0.726-9.207,1.144C247.607,3.649,246,6.721,246,10.001v59.997 v27.856l-34.143,34.141H10c-5.523,0-10,4.477-10,10v80v280.003c0,5.522,4.477,10,10,10h186h119.997h186.001 c5.523,0,10-4.478,10-10V221.995v-80C511.998,136.472,507.521,131.995,501.998,131.995z M266,24.43l41.521,15.569L266,55.569 V24.43z M491.998,151.995v20h-17.017c-5.522,0-10,4.478-10,10c0,5.523,4.478,10,10,10h17.017v20H380.141l-60-60H491.998z M20,191.995h17.016c5.523,0,10-4.477,10-10c0-5.522-4.477-10-10-10H20v-20h171.857l-60.001,60H20V191.995z M246,491.998h-40v-90 c0-5.514,4.486-9.999,10-9.999h30V491.998z M305.997,491.998H266v-99.999h30c5.512,0,9.997,4.485,9.997,9.999V491.998z M491.998,491.998L491.998,491.998H325.997V472h17.017c5.522,0,10-4.478,10-10c0-5.522-4.478-10-10-10h-17.017v-50.002 c0-16.542-13.456-29.999-29.997-29.999h-80c-16.543,0-30,13.457-30,29.999V452h-17.016c-5.523,0-10,4.478-10,10 c0,5.522,4.477,10,10,10H186v19.998H20V231.995h115.998c2.652,0,5.196-1.054,7.071-2.929L256,116.139l32.924,32.925 c0.002,0.002,0.004,0.004,0.006,0.006l79.998,79.997c1.875,1.875,4.419,2.929,7.07,2.929h116V491.998z'/%3E%3Cpath fill='%23282d39' d='M256,177.308c-22.056,0-39.999,17.944-39.999,40c0,22.056,17.943,39.999,39.999,39.999c22.057,0,40-17.943,40-39.999 C296,195.252,278.057,177.308,256,177.308z M256,237.307c-11.027,0-19.999-8.972-19.999-19.999c0-11.028,8.972-20,19.999-20 c11.028,0,20,8.972,20,20C276,228.335,267.028,237.307,256,237.307z'/%3E%3Cpath fill='%23282d39' d='M90,271.997H49.998c-5.523,0-10,4.478-10,10v40c0,5.522,4.477,10,10,10H90c5.523,0,10-4.478,10-10v-40 C100,276.475,95.523,271.997,90,271.997z M80,311.997H59.998v-20H80V311.997z'/%3E%3Cpath fill='%23282d39' d='M196,271.997h-40.002c-5.523,0-10,4.478-10,10v40c0,5.522,4.477,10,10,10H196c5.523,0,10-4.478,10-10v-40 C206,276.475,201.523,271.997,196,271.997z M186,311.997h-20.002v-20H186V311.997z'/%3E%3Cpath fill='%23282d39' d='M90,381.999H49.998c-5.523,0-10,4.478-10,10v40c0,5.523,4.477,10,10,10H90c5.523,0,10-4.477,10-10v-40 C100,386.477,95.523,381.999,90,381.999z M80,421.999H59.998v-20H80V421.999z'/%3E%3Cpath fill='%23282d39' d='M421.996,331.997h40.003c5.522,0,10-4.478,10-10v-40c0-5.522-4.478-10-10-10h-40.003c-5.522,0-10,4.478-10,10v40 C411.996,327.519,416.474,331.997,421.996,331.997z M431.996,291.997h20.003v20h-20.003V291.997z'/%3E%3Cpath fill='%23282d39' d='M366,321.997v-40c0-5.522-4.478-10-10-10h-40.003c-5.522,0-10,4.478-10,10v40c0,5.522,4.478,10,10,10H356 C361.522,331.997,366,327.519,366,321.997z M346,311.997h-20.003v-20H346V311.997z'/%3E%3Cpath fill='%23282d39' d='M421.996,441.999h40.003c5.522,0,10-4.477,10-10v-40c0-5.522-4.478-10-10-10h-40.003c-5.522,0-10,4.478-10,10v40 C411.996,437.521,416.474,441.999,421.996,441.999z M431.996,401.999h20.003v20h-20.003V401.999z'/%3E%3Cpath fill='%23282d39' d='M371.744,452c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h0.236c5.523,0,10-4.478,10-10c0-5.522-4.477-10-10-10 H371.744z'/%3E%3Cpath fill='%23282d39' d='M140.252,452h-0.235c-5.523,0-10,4.478-10,10c0,5.522,4.477,10,10,10h0.235c5.523,0,10-4.478,10-10 C150.252,456.478,145.775,452,140.252,452z'/%3E%3Cpath fill='%23282d39' d='M65.982,171.995h-0.237c-5.523,0-10,4.478-10,10c0,5.523,4.478,10,10,10h0.237c5.523,0,10-4.477,10-10 C75.982,176.473,71.505,171.995,65.982,171.995z'/%3E%3Cpath fill='%23282d39' d='M446.016,191.995h0.236c5.523,0,10-4.477,10-10c0-5.522-4.477-10-10-10h-0.236c-5.522,0-10,4.478-10,10 C436.016,187.518,440.493,191.995,446.016,191.995z'/%3E%3C/svg%3E");}
#second-section .orange-square-elems .one-elem:nth-child(4)::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M512,290.465c0-40.575-30.934-152.429-60.179-217.606c-7.658-17.067-20.223-26.856-34.472-26.856 c-15.224,0-28.848,11.229-37.377,30.808c-6.205,14.24-12.487,30.601-18.519,47.88C347.936,79.242,305.781,46,256.002,46 c-49.681,0-91.768,33.109-105.372,78.419c-6.573-18.722-13.466-36.405-20.267-51.562c-7.658-17.067-20.224-26.855-34.473-26.855 c-15.223,0-28.846,11.229-37.378,30.808C30.076,142.074,0,251.896,0,290.465c0,50.041,36.717,89.925,85.27,94.775V446H76 l-36.439-0.004c-0.001,0-0.001,0-0.002,0c-5.521,0-9.999,4.477-10,9.999c0,5.523,4.477,10,10,10.001L75.998,466c0,0,0,0,0.001,0 h19.269c0.001,0,0.002,0,0.002,0c0.001,0,0.002,0,0.002,0l160.711-0.001c0.006,0,0.012,0.001,0.018,0.001 c0.006,0,0.012-0.001,0.018-0.001l160.676-0.001c0.012,0,0.022,0.002,0.033,0.002c0.012,0,0.022-0.002,0.033-0.002h55.678 c5.523,0,10-4.478,10-10c0-5.522-4.477-10-10-10h-45.711v-60.785C474.576,380.198,511.998,339.621,512,290.465z M256.002,66 c49.625,0,90,40.374,90,90.002c0,46.247-35.064,84.452-80.002,89.441V215.53l26.133-26.132 c3.906-3.905,3.906-10.237,0.001-14.142c-3.904-3.905-10.235-3.905-14.142,0L266,187.247V156c0-5.523-4.478-10-10-10 c-5.523,0-10,4.477-10,10v89.443c-44.936-4.991-79.998-43.196-79.998-89.441C166.002,106.375,206.375,66,256.002,66z M95.271,205.87c-5.522,0-10,4.477-10,10.001v0.002v49.152l-9.371-9.371c-3.904-3.905-10.236-3.905-14.143,0 c-3.904,3.905-3.904,10.237,0,14.143l23.514,23.514v71.773C47.959,360.329,20,329.274,20,290.465 C20,257.632,47.566,152.001,76.848,84.8c5.129-11.77,12.248-18.797,19.043-18.797c5.934,0,11.998,5.624,16.227,15.044 c30.092,67.064,58.423,174.83,58.423,209.418c-0.002,38.113-28.481,69.68-65.27,74.588v-29.238l26.133-26.135 c3.904-3.905,3.904-10.236-0.001-14.142c-3.905-3.905-10.237-3.905-14.142,0.001l-11.99,11.99v-91.656v-0.002 C105.271,210.348,100.794,205.87,95.271,205.87z M246,445.999L105.27,446v-60.787c47.848-5.015,85.268-45.592,85.27-94.748 c0-12.085-2.744-30.491-7.37-52.104c17.069,15.111,38.85,25.009,62.83,27.181v21.463c-22.795,4.646-40.001,24.847-40.001,48.992 c0,24.146,17.206,44.348,40.001,48.994V445.999z M256,365.997c-16.543,0-30.001-13.458-30.001-30 c0-16.541,13.458-29.998,30.001-29.998c16.542,0,30,13.457,30,29.998C286,352.539,272.542,365.997,256,365.997z M406.727,445.999 H266v-61.008c22.795-4.646,40-24.848,40-48.994s-17.205-44.347-40-48.992v-21.462c24.079-2.181,45.941-12.15,63.042-27.368 c-4.747,21.906-7.583,40.455-7.583,52.29c0,50.041,36.717,89.925,85.268,94.775V445.999z M426.727,365.053v-29.239l26.135-26.135 c3.905-3.904,3.904-10.236,0-14.142c-3.906-3.905-10.237-3.905-14.143,0.001l-11.992,11.991v-91.657v-0.002 c0-5.523-4.477-10.001-10-10.001c-5.522,0-10,4.477-10,10.001v0.002v49.151l-9.368-9.37c-3.904-3.905-10.235-3.905-14.142,0 c-3.906,3.904-3.906,10.236-0.001,14.143l23.511,23.513v71.774c-37.309-4.754-65.268-35.81-65.268-74.618 c0-32.833,27.568-138.464,56.849-205.666c5.128-11.77,12.247-18.797,19.042-18.797c5.933,0,11.998,5.624,16.225,15.044 C463.667,148.112,492,255.878,492,290.464C491.998,328.577,463.518,360.144,426.727,365.053z'/%3E%3Cpath fill='%23282d39' d='M10.474,445.996H10c-5.523,0-10,4.478-10,10c0,5.522,4.477,10,10,10h0.474c5.523,0,10-4.478,10-10 C20.474,450.473,15.996,445.996,10.474,445.996z'/%3E%3Cpath fill='%23282d39' d='M501.998,445.998h-0.475c-5.523,0-10,4.478-10,10c0,5.522,4.477,10,10,10h0.475c5.522,0,10-4.478,10-10 C511.998,450.475,507.52,445.998,501.998,445.998z'/%3E%3Cpath fill='%23282d39' d='M301.67,145.114c5.508,0,10-4.492,10-9.999c0-5.508-4.492-10.002-10-10.002c-5.51,0-10.002,4.494-10.002,10.002 C291.668,140.621,296.16,145.114,301.67,145.114z'/%3E%3Cpath fill='%23282d39' d='M89.467,125.1c-5.509,0-10.001,4.492-10.001,10.001c0,5.506,4.492,10,10.001,10c5.508,0,10-4.494,10-10 C99.467,129.592,94.975,125.1,89.467,125.1z'/%3E%3Cpath fill='%23282d39' d='M385.726,193.225c-5.507,0-9.999,4.492-9.999,10c0,5.507,4.492,10.001,9.999,10.001c5.509,0,10.001-4.494,10.001-10.001 C395.727,197.717,391.235,193.225,385.726,193.225z'/%3E%3Cpath fill='%23282d39' d='M242.92,114.488c5.508,0,10-4.492,10-10c0-5.507-4.492-10.001-10-10.001c-5.51,0-10.002,4.494-10.002,10.001 C232.918,109.996,237.41,114.488,242.92,114.488z'/%3E%3Cpath fill='%23282d39' d='M202.592,168.85c5.508,0,10-4.492,10-10c0-5.507-4.492-9.999-10-9.999c-5.51,0-10.002,4.492-10.002,9.999 C192.59,164.358,197.082,168.85,202.592,168.85z'/%3E%3Cpath fill='%23282d39' d='M454.471,245.094c-5.509,0-9.999,4.492-9.999,10s4.49,10,9.999,10c5.508,0,10-4.492,10-10 S459.979,245.094,454.471,245.094z'/%3E%3Cpath fill='%23282d39' d='M136.971,258.221c5.508,0,10.002-4.494,10.002-10.002c0-5.507-4.494-9.999-10.002-9.999s-10,4.492-10,9.999 C126.971,253.727,131.463,258.221,136.971,258.221z'/%3E%3Cpath fill='%23282d39' d='M431.975,145.089c-5.51,0-10,4.494-10,10c0,5.509,4.49,10.002,10,10.002c5.507,0,9.999-4.492,9.999-10.002 C441.974,149.584,437.482,145.089,431.975,145.089z'/%3E%3C/svg%3E");}
#second-section .orange-square-elems .one-elem:nth-child(5)::before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M375.069,141.931c-1.859-1.86-4.439-2.93-7.069-2.93s-5.21,1.07-7.07,2.93c-1.86,1.86-2.93,4.43-2.93,7.07 c0,2.63,1.069,5.21,2.93,7.07c1.861,1.86,4.44,2.93,7.07,2.93s5.21-1.07,7.069-2.93c1.86-1.86,2.931-4.44,2.931-7.07 S376.93,143.791,375.069,141.931z'/%3E%3Cpath fill='%23282d39' d='M150,282.001H70c-5.522,0-10,4.477-10,10v80c0,5.523,4.478,10,10,10h80c5.522,0,10-4.477,10-10v-80 C160,286.478,155.523,282.001,150,282.001z M140,362.001H80v-60h60V362.001z'/%3E%3Cpath fill='%23282d39' d='M505.827,209.762c-3.737-1.549-8.039-0.691-10.898,2.167L393.031,313.827c-0.001,0.002-0.003,0.003-0.005,0.005 s-0.003,0.003-0.004,0.005L274.238,432.621c-0.002,0.002-0.003,0.003-0.005,0.005s-0.003,0.003-0.005,0.005l-62.299,62.299 c-2.859,2.86-3.715,7.162-2.168,10.898c1.548,3.737,5.194,6.173,9.239,6.173h283c5.522,0,10-4.477,10-10v-283 C512,214.957,509.564,211.31,505.827,209.762z M492,492.001H243.143l38.161-38.161l9.546,9.546 c1.953,1.953,4.512,2.929,7.071,2.929s5.118-0.976,7.071-2.929c3.905-3.905,3.905-10.237,0-14.143l-9.546-9.546l25.456-25.456 l9.545,9.545c1.953,1.953,4.512,2.929,7.071,2.929s5.118-0.977,7.071-2.929c3.905-3.905,3.905-10.237,0-14.142l-9.546-9.546 l25.456-25.456l9.546,9.546c1.953,1.953,4.512,2.929,7.071,2.929s5.118-0.976,7.071-2.929c3.905-3.905,3.905-10.237,0-14.143 l-9.546-9.546l25.455-25.455l9.546,9.546c1.953,1.953,4.512,2.929,7.071,2.929s5.118-0.976,7.071-2.929 c3.905-3.905,3.905-10.237,0-14.143l-9.546-9.546l25.456-25.456l9.545,9.545c1.953,1.953,4.512,2.929,7.071,2.929 c2.559,0,5.118-0.977,7.071-2.929c3.905-3.905,3.905-10.237,0-14.142l-9.546-9.546L492,243.143V492.001z'/%3E%3Cpath fill='%23282d39' d='M455.827,330.473c-3.737-1.549-8.039-0.692-10.898,2.167L332.64,444.93c-2.859,2.86-3.716,7.161-2.168,10.898 c1.548,3.737,5.194,6.173,9.239,6.173H452c5.522,0,10-4.477,10-10V339.712C462,335.668,459.564,332.021,455.827,330.473z M442,442.001h-78.146L442,363.854V442.001z'/%3E%3Cpath fill='%23282d39' d='M463.06,149.261c-2.753-2.752-6.851-3.658-10.51-2.319l-68.281,25.005c-1.365,0.5-2.604,1.291-3.633,2.319l-19.199,19.199 L236.071,68.098c-1.876-1.875-4.419-2.929-7.071-2.929s-5.196,1.054-7.071,2.929L71.026,219.001H34.143L229,24.143 l106.929,106.929c3.906,3.905,10.236,3.905,14.143,0c3.905-3.905,3.905-10.237,0-14.143l-114-114 c-3.906-3.905-10.236-3.905-14.143,0l-219,219c-2.859,2.86-3.715,7.161-2.168,10.898c1.548,3.738,5.194,6.174,9.239,6.174h10v263 c0,5.523,4.478,10,10,10h158.986c5.522,0,10-4.477,10-10s-4.478-10-10-10H40v-253h35.168c2.652,0,5.195-1.054,7.071-2.929 L229,89.311l118.294,118.295L199,355.901v-89.9h70c5.522,0,10-4.477,10-10c0-5.523-4.478-10-10-10h-80c-5.522,0-10,4.477-10,10 v116c0,1.167,0.21,2.281,0.577,3.322l-8.959,8.959c-15.83,15.83-15.83,41.588,0,57.418c7.916,7.916,18.311,11.874,28.709,11.873 c10.396,0,20.795-3.958,28.709-11.872l84.332-84.332c3.905-3.905,3.905-10.237,0-14.142c-3.905-3.905-10.235-3.905-14.143,0 l-63.892,63.892L205.2,377.986l182.707-182.707l29.133,29.133l-69.815,69.816c-3.905,3.905-3.905,10.237,0,14.142 c3.906,3.905,10.236,3.905,14.143,0l76.686-76.686c1.027-1.028,1.819-2.268,2.318-3.632l25.006-68.281 C466.717,156.115,465.813,152.014,463.06,149.261z M220.192,421.26l-6.298,6.298c-3.891,3.891-9.063,6.034-14.566,6.034 s-10.676-2.143-14.566-6.034c-3.892-3.891-6.034-9.064-6.034-14.566s2.141-10.676,6.033-14.567l6.298-6.298L220.192,421.26z M427.086,206.171l-20.938-20.938l33.038-12.099L427.086,206.171z'/%3E%3Cpath fill='%23282d39' d='M336.689,318.901c-1.859-1.86-4.439-2.93-7.069-2.93s-5.21,1.07-7.07,2.93c-1.86,1.87-2.93,4.44-2.93,7.07 c0,2.64,1.069,5.21,2.93,7.08c1.86,1.86,4.43,2.92,7.07,2.92c2.63,0,5.21-1.06,7.069-2.92c1.86-1.87,2.931-4.45,2.931-7.08 C339.62,323.341,338.55,320.771,336.689,318.901z'/%3E%3Cpath fill='%23282d39' d='M229,151.001c-20.953,0-38,17.047-38,38s17.047,38,38,38s38-17.047,38-38S249.953,151.001,229,151.001z M229,207.001 c-9.925,0-18-8.074-18-18c0-9.925,8.075-18,18-18s18,8.075,18,18S238.925,207.001,229,207.001z'/%3E%3C/svg%3E");}


#catalog-body .tab-content,#reviews-section,.results-row {
    padding: 50px 0
}

#catalog-top-section {
    background-image: url(../img/catalog/bg-catalog-top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

#catalog-top-section .page-title h1 {
    font-weight: 700;
    margin: 60px 0 30px
}

#command-body {
    padding: 80px 15px
}

#contact-form {
    padding-bottom: 50px
}

#contact-form .property-selection-form-row {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    background-color: rgba(255,255,255,.8);
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    margin-top: 50px;
    padding: 40px
}

#contact-form .property-selection-form-row .before-btn,#main-block .filter .select-block,#main-block .tab-content .bottom-line .left-block,#new-from-blog .two-posts-in-line-block {
    display: flex
}

#contact-form .property-selection-form-row .directors-name {
    font-size: 17px;
    font-weight: 700;
    line-height: 28px
}

#contact-form .property-selection-form-row .directors-photo {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    background-color: #fff;
    background-image: url(https://alegria-realestate.com/wp-content/uploads/2019/06/anna_team.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    height: 175px;
    width: 175px
}


.property-selection-form-row .directors-photo {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    background-color: #fff;
    background-image: url(https://alegria-realestate.com/wp-content/uploads/2019/06/anna_team.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    height: 175px;
    width: 175px
}

#contact-form .property-selection-form-row .input-name {
    display: block;
    font-size: 15px;
    margin-bottom: 5px
}

#contact-form .property-selection-form-row .recaptcha-block,#new-building-slider .new-building-slide .text_under_img,.new-building .text_under_img {
    margin: 20px 0
}

#contact-form .property-selection-form-row .red-title {
    color: #791106;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

#contact-form .property-selection-form-row .right-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 30px
}

#contact-form .property-selection-form-row .right-col span {
    display: block;
    width: 100%
}

#contact-form .property-selection-form-row input {
    border-radius: 0;
    height: 50px
}

#contact-form .property-selection-form-row input[type=submit] {
    background-color: #791106;
    border: 1px solid #791106;
    border-radius: 0;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 0 40px;
    text-transform: uppercase;
    transition: .23s;
    width: auto
}

#about-company a.more-btn:hover,#contact-form .property-selection-form-row input[type=submit]:hover,#main-block .tab-content .bottom-line input[type=submit]:hover,#orange-block .actions a.order-link:hover,#orange-block .actions.second-card a.order-link:hover,#subscribe-block #mc_embed_signup .button:hover,.about-torrevieja a.more-btn:hover,.search_on_map_block a:hover,.show-all-btn a:hover {
    background-color: #282d39;
    border-color: #282d39;
    color: #fff;
    transition: .23s
}

#contact-form .property-selection-form-row input[type=submit][disabled=disabled] {
    background-color: #e9ecef;
    border-color: #e9ecef;
    cursor: default
}

#contact-form .property-selection-form-row label,#how-we-work .property-selection-form-row label,#new-from-blog .one-post-preview,#offer-block .offer-list,.add-comment-form input,.add-comment-form textarea,.search_on_map_block>div {
    width: 100%
}

#conts_about-body {
    padding: 80px 15px 0
}

#footer-bottom-block {
    background-color: #393d49;
    padding: 14px 0
}

#footer-bottom-block .copyright span {
    color: #fff;
    font-size: 12px;
    line-height: 24px
}

#footer-top-block {
    background-color: #282d39;
    padding: 20px 0 40px
}

#footer-top-block .logo_img {
    background-image: url(../img/sprite-logo-icons.png);
    background-position: 0 187px;
    display: inline-block;
    height: 72px;
    width: 80px
}

#footer-top-block .one-info-block {
    align-items: center;
    display: flex;
    margin-bottom: 30px;
    padding: 0;
    width: 100%
}

#footer-top-block .one-info-block .icon {
    align-items: center;
    background-color: #393d49;
    display: flex;
    height: 44px;
    justify-content: center;
    width: 44px
}

#footer-top-block .one-info-block .info-content {
    padding-left: 25px;
    width: calc(100% - 44px)
}

#footer-top-block .one-info-block svg {
    height: 22px;
    width: 22px
}

#footer-top-block .one-info-block.address .info-content span {
    color: #fff;
    font-size: 14px;
    line-height: 24px
}

#footer-top-block .one-info-block.address .info-content span.big-text {
    font-weight: 700
}

#footer-top-block .one-info-block.address .info-content span.small-text {
    font-weight: 600
}

#footer-top-block .one-info-block.email .info-content a {
    color: #efbe35;
    font-size: 14px;
    font-weight: 600;
    text-decoration: underline
}

#footer-top-block .one-info-block.phones .info-content,#footer-top-block ul li a {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    line-height: 24px
}

#footer-top-block ul li a {
    line-height: 30px;
    text-decoration: none
}

#footer-top-block .title-of-list {
    align-items: flex-end;
    color: #6b6e74;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 72px;
    text-transform: uppercase
}

#info-bottom-block {
    background-image: url(../img/bg-faq.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff;
    margin-top: 150px;
    min-height: 400px;
    padding: 50px 0
}

#info-bottom-block .left-col {
    font-size: 16px;
    font-weight: 700;
    line-height: 26px
}

#info-bottom-block .title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase
}

#info-bottom-block .phone,#info-bottom-block a {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 26px;
    text-decoration: underline
}

#last-slider {
    overflow: hidden;
    padding: 0 15px;
	min-height: 500px;
}
.partners__title{
    display: inline-block;
    margin-bottom: 15px;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}
.partners__text{
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 500;
}
#last-slider .new-buld-slide-bottom,#last-slider .new-buld-slide-bottom .slick-list,#last-slider .new-buld-slide-bottom .slick-list .slick-track,#last-slider .new-buld-slide-bottom .slick-list .slick-track .slick-slide,#last-slider .new-buld-slide-bottom .slick-list .slick-track .slick-slide .photo,#last-slider .new-buld-slide-bottom .slick-list .slick-track .slick-slide .slide,#last-slider .new-buld-slide-bottom .slick-list .slick-track .slick-slide>div {
    height: 100%
}

#last-slider .one-col {
    height: auto;
    padding: 0
}

#last-slider .one-col .one-slide {
    height: auto
}

#last-slider .one-col .photo {
    display: block;
    object-fit: cover;
    width: 100%;
	min-height: 530px;
}

#last-slider .re-desc {
    background-image: url(../img/real-estate/bg-new-building.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: auto
}

.custom-input.name .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 482.9 482.9' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M239.7,260.2c0.5,0,1,0,1.6,0c0.2,0,0.4,0,0.6,0c0.3,0,0.7,0,1,0c29.3-0.5,53-10.8,70.5-30.5 c38.5-43.4,32.1-117.8,31.4-124.9c-2.5-53.3-27.7-78.8-48.5-90.7C280.8,5.2,262.7,0.4,242.5,0h-0.7c-0.1,0-0.3,0-0.4,0h-0.6 c-11.1,0-32.9,1.8-53.8,13.7c-21,11.9-46.6,37.4-49.1,91.1c-0.7,7.1-7.1,81.5,31.4,124.9C186.7,249.4,210.4,259.7,239.7,260.2z M164.6,107.3c0-0.3,0.1-0.6,0.1-0.8c3.3-71.7,54.2-79.4,76-79.4h0.4c0.2,0,0.5,0,0.8,0c27,0.6,72.9,11.6,76,79.4 c0,0.3,0,0.6,0.1,0.8c0.1,0.7,7.1,68.7-24.7,104.5c-12.6,14.2-29.4,21.2-51.5,21.4c-0.2,0-0.3,0-0.5,0l0,0c-0.2,0-0.3,0-0.5,0 c-22-0.2-38.9-7.2-51.4-21.4C157.7,176.2,164.5,107.9,164.6,107.3z'/%3E%3Cpath fill='%23fff' d='M446.8,383.6c0-0.1,0-0.2,0-0.3c0-0.8-0.1-1.6-0.1-2.5c-0.6-19.8-1.9-66.1-45.3-80.9c-0.3-0.1-0.7-0.2-1-0.3 c-45.1-11.5-82.6-37.5-83-37.8c-6.1-4.3-14.5-2.8-18.8,3.3c-4.3,6.1-2.8,14.5,3.3,18.8c1.7,1.2,41.5,28.9,91.3,41.7 c23.3,8.3,25.9,33.2,26.6,56c0,0.9,0,1.7,0.1,2.5c0.1,9-0.5,22.9-2.1,30.9c-16.2,9.2-79.7,41-176.3,41 c-96.2,0-160.1-31.9-176.4-41.1c-1.6-8-2.3-21.9-2.1-30.9c0-0.8,0.1-1.6,0.1-2.5c0.7-22.8,3.3-47.7,26.6-56 c49.8-12.8,89.6-40.6,91.3-41.7c6.1-4.3,7.6-12.7,3.3-18.8c-4.3-6.1-12.7-7.6-18.8-3.3c-0.4,0.3-37.7,26.3-83,37.8 c-0.4,0.1-0.7,0.2-1,0.3c-43.4,14.9-44.7,61.2-45.3,80.9c0,0.9,0,1.7-0.1,2.5c0,0.1,0,0.2,0,0.3c-0.1,5.2-0.2,31.9,5.1,45.3 c1,2.6,2.8,4.8,5.2,6.3c3,2,74.9,47.8,195.2,47.8s192.2-45.9,195.2-47.8c2.3-1.5,4.2-3.7,5.2-6.3 C447,415.5,446.9,388.8,446.8,383.6z'/%3E%3C/svg%3E");}
.custom-input.phone .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 482.6 482.6' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z'%3E%3C/path%3E%3C/svg%3E");}
.custom-input.email .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 483.3 483.3' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1 v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5 c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3 c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95 c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4 c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z'%3E%3C/path%3E%3C/svg%3E");}
#last-slider .re-desc .bottom-block-with-content .big-text,#last-slider .re-desc .bottom-block-with-content a,#comfort-sale .action .bottom-block .go-to-cat-link {
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 20px;
    text-transform: uppercase
}

#last-slider .re-desc .bottom-block-with-content a,
#comfort-sale .action .bottom-block .go-to-cat-link {
    background-color: #791106;
    color: #fff;
    font-weight: 700;
    line-height: 32px;
    padding: 10px 40px;
    transition: .2s
}

#last-slider .re-desc .bottom-block-with-content .small-text {
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 40px
}

#last-slider .re-desc .bottom-block-with-content a:hover {
    background-color: #282d39;
    transition: .2s
}

#last-slider .re-desc .bottom-block-with-content,#last-slider .re-desc .bottom-block-with-content .col-content {
    padding: 0 30px
}

#last-slider .re-desc .main-text {
    color: #fff;
    padding: 30px;
    text-transform: uppercase
}

#last-slider .re-desc .main-text .bottom {
    display: inline-block;
    font-size: 50px;
    font-weight: 300;
    line-height: 50px;
    margin-top: 20px
}

#last-slider .re-desc .main-text .circle {
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    border-radius: 50%;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    display: inline-block;
    height: 120px;
    margin: 20px 0 0 30px;
    vertical-align: top;
    width: 120px
}

#last-slider .re-desc .main-text .top {
    display: inline-block;
    font-size: 50px;
    font-weight: 700;
    line-height: 55px;
    margin-bottom: 10px
}


#main-block {
    background-image: url(../img/bg_main_block.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 100px 0;
    position: relative
}

#main-block .cs-select>span,
#catalog .cs-select>span,
#error-page .cs-select>span {
    line-height: 29px;
    padding: 10px 30px 10px 15px
}
#catalog .cs-select .cs-placeholder{
	height: 50px;
}

#main-block .cs-select ul,
#catalog .cs-select ul,
#error-page .cs-select ul {
    max-height: 204px;
    overflow-y: scroll
}

#main-block .cs-select ul span,
#catalog .cs-select ul span,
#error-page .cs-select ul span {
    padding: 5px 15px;
	font-size: 13px;
}

#main-block .cs-select ul span:hover,
#catalog .cs-select ul span:hover,
#error-page .cs-select ul span:hover {
    background-color: #efbe35;
    color: #fff
}

#main-block .nav {
    margin-bottom: 1px
}

#main-block .nav-link {
    color: #fff;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    line-height: 32px;
    padding: 15px 60px;
    text-transform: uppercase
}

#main-block .nav-link.active {
    background-color: rgba(255,255,255,.8);
    border: 0;
    border-radius: 0;
    color: #282d39
}

#main-block .nav-link:hover {
    border-color: transparent
}

#main-block .nav-tabs {
    border-bottom: 0
}

#main-block .tab-content {
    background-color: rgba(255,255,255,.8);
    padding: 25px 30px
}

#main-block .tab-content .bottom-line {
    align-items: center;
    display: flex;
    justify-content: space-between;
    margin-top: 20px
}

#main-block .tab-content .bottom-line .advanced_search,.before-content-tag-list li a {
    font-size: 14px
}

.custom-checkbox {
    align-items: center;
    cursor: pointer;
    display: flex;
}

#main-block .tab-content .bottom-line .custom-checkbox {
    margin: 0 80px 0 0;
    padding: 0
}

.custom-checkbox input[type=checkbox]:checked+.custom-control-indicator {
    background-position: 235px -177px
}

#main-block .tab-content .bottom-line .advanced_search,#main-block .tab-content .bottom-line .custom-control-description {
    color: #282d39;
    font-weight: 600;
    line-height: 32px
}

#main-block .tab-content .bottom-line input[type=submit] {
    background-color: #efbe35;
    border: 0;
    color: #282d39;
    cursor: pointer;
    display: flex;
    font-weight: 700;
    padding: 15px 75px;
    text-transform: uppercase;
    transition: .23s
}

#main-block .tab-content .dropdown,
#catalog .dropdown,
#error-page .dropdown {
    align-items: center;
    display: flex;
}

#main-block .tab-content .dropdown{
    margin-right: 5%;
    width: 30%
}

#main-block .tab-content .dropdown .custom-select,
#catalog .dropdown .cs-select,
#error-page .dropdown .custom-select{
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306'%3E%3Cpolygon fill='%23343a40' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    background-position: 95% center;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 0;
    height: 50px;
    padding: 0
}
#main-block .tab-content .dropdown .custom-select{width: 100%}
#catalog .dropdown .cs-select, #catalog #top-filter input{width: calc(100% - 50px);}
#catalog #top-filter input,
.custom-input input {
	line-height: 29px;
    padding: 10px 15px 10px 15px;
    height: 50px;
}
.custom-input input{
    width: calc(100% - 50px);
}
.custom-input select{
	width: calc(100% - 50px);
    line-height: 29px;
    padding: 10px 15px 10px 15px;
    height: 50px;
}
.custom-input .icon {
	display: inline-flex;
	width: 50px;
	height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #282d39;
    color: #fff;
}
.custom-input .icon{
    float: left;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}

#catalog #top-filter .submit{justify-content:flex-end;}
#catalog #top-filter input[type="submit"],
#error-page .submit{
	text-transform: uppercase;
	font-weight: 700;
	width: auto;
	border:none;
	padding: 10px 60px;
	background-color: #efbe35;
	cursor: pointer;
}

/* ИЗМЕНЕНО-001 */
#main-block .tab-content .dropdown .icon,
#catalog .dropdown .icon,
#error-page .dropdown .icon,
.custom-input .icon {
	display: inline-flex;
	width: 50px;
	height: 50px;
    align-items: center;
    justify-content: center;
    background-color: #282d39;
    color: #fff;
    background-size: 25px; /* ЫЫ */
    background-position: center;
    background-repeat: no-repeat;
}
.custom-input .icon{
    float: left;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: center;
}
#catalog .dropdown .icon,#error-page .dropdown .icon {background-size: 30px;font-size: 20px;} /* ЫЫ Добавлен font-size */
/* ИЗМЕНЕНО-001 */
.new-building .hidden-info .city .icon, #new-building-slider .new-building-slide .hidden-info .city .icon, #main-block .tab-content .dropdown.city .icon,#catalog .dropdown.city .icon,#error-page .dropdown.city .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256,0C156.748,0,76,80.748,76,180c0,33.534,9.289,66.26,26.869,94.652l142.885,230.257 c2.737,4.411,7.559,7.091,12.745,7.091c0.04,0,0.079,0,0.119,0c5.231-0.041,10.063-2.804,12.75-7.292L410.611,272.22 C427.221,244.428,436,212.539,436,180C436,80.748,355.252,0,256,0z M384.866,256.818L258.272,468.186l-129.905-209.34 C113.734,235.214,105.8,207.95,105.8,180c0-82.71,67.49-150.2,150.2-150.2S406.1,97.29,406.1,180 C406.1,207.121,398.689,233.688,384.866,256.818z'/%3E%3Cpath fill='%23fff' d='M256,90c-49.626,0-90,40.374-90,90c0,49.309,39.717,90,90,90c50.903,0,90-41.233,90-90C346,130.374,305.626,90,256,90z M256,240.2c-33.257,0-60.2-27.033-60.2-60.2c0-33.084,27.116-60.2,60.2-60.2s60.1,27.116,60.1,60.2 C316.1,212.683,289.784,240.2,256,240.2z'/%3E%3C/svg%3E ");} /* ЫЫ */
/* ИЗМЕНЕНО-001 */
#main-block .tab-content .dropdown.property-type .icon,#catalog .dropdown.property-type .icon,#error-page .dropdown.type .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 128 128' xml:space='preserve'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' fill='%23fff' d='M28,40h-8v8h8V40z M60,32h-8v8h8V32z M76,32h-8v8h8V32z M92,32h-8v8h8V32z M60,16h-8v8h8V16z M76,16h-8v8h8V16z M92,16h-8v8h8V16z M60,64h-8v8h8V64z M76,64h-8v8h8V64z M92,64h-8v8h8V64z M60,80h-8v8h8V80 z M92,80h-8v8h8V80z M60,96h-8v8h8V96z M92,96h-8v8h8V96z M60,48h-8v8h8V48z M76,48h-8v8h8V48z M92,48h-8v8h8V48z M28,56h-8v8h8 V56z M28,72h-8v8h8V72z M28,88h-8v8h8V88z M28,104h-8v8h8V104z M76,80h-8v8h8V80z M116,56h-8V8c0-4.422-3.578-8-8-8H44 c-4.422,0-8,3.578-8,8v16H12c-4.422,0-8,3.578-8,8v88c0,4.422,3.578,8,8,8h104c4.422,0,8-3.578,8-8V64 C124,59.578,120.422,56,116,56z M36,120H12V32h24V120z M100,120H76V96h-8v24H44V8h56V120z M116,120h-8v-8h8V120z M116,104h-8v-8h8 V104z M116,88h-8v-8h8V88z M116,72h-8v-8h8V72z'/%3E%3C/svg%3E%0A");} /* ЫЫ */
/* ИЗМЕНЕНО-001 */
.new-building .hidden-info .bedrooms .icon,#main-block .tab-content .dropdown.bedroom .icon,#catalog .dropdown.bedrooms .icon,#error-page .dropdown.bedroom .icon{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -59 512 512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%3E%3Cpath fill='%23fff' d='m496.882812 0h-481.765624c-8.347657 0-15.117188 6.769531-15.117188 15.117188v312.570312c0 8.351562 6.769531 15.117188 15.117188 15.117188h19.203124v35.40625c0 8.347656 6.769532 15.117187 15.117188 15.117187h88.59375c8.347656 0 15.117188-6.769531 15.117188-15.117187v-35.40625h203.160156v35.40625c0 8.347656 6.769531 15.117187 15.117187 15.117187h88.59375c8.347657 0 15.117188-6.769531 15.117188-15.117187v-35.40625h21.746093c8.347657 0 15.117188-6.765626 15.117188-15.117188v-312.570312c0-8.347657-6.769531-15.117188-15.117188-15.117188zm-15.117187 30.234375v144.542969c-6.921875-4.953125-14.746094-8.71875-23.183594-10.984375v-23.113281c0-30.316407-24.664062-54.980469-54.976562-54.980469h-107.746094c-15.679687 0-29.835937 6.609375-39.859375 17.175781-10.023438-10.566406-24.179688-17.175781-39.859375-17.175781h-107.746094c-30.3125 0-54.976562 24.664062-54.976562 54.980469v23.113281c-8.4375 2.265625-16.261719 6.03125-23.183594 10.984375v-144.542969zm-210.648437 110.445313c0-13.644532 11.101562-24.742188 24.742187-24.742188h107.746094c13.640625 0 24.742187 11.097656 24.742187 24.742188v20.640624h-157.230468zm-30.234376 20.644531h-157.230468v-20.644531c0-13.644532 11.101562-24.742188 24.742187-24.742188h107.746094c13.640625 0 24.742187 11.097656 24.742187 24.742188zm-117.96875 201.769531h-58.359374v-20.289062h58.359374zm321.988282 0h-58.355469v-20.289062h58.355469zm36.863281-50.523438h-451.53125v-79.148437c0-23.082031 18.78125-41.859375 41.859375-41.859375h367.8125c23.078125 0 41.859375 18.777344 41.859375 41.859375zm0 0'/%3E%3C/svg%3E");} /* ЫЫ */
/* ИЗМЕНЕНО-001 */
#main-block .tab-content .dropdown.price .icon,#catalog .dropdown.price .icon,#error-page .dropdown.price .icon{/*background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M85.072,454.931c-1.859-1.861-4.439-2.93-7.069-2.93s-5.21,1.069-7.07,2.93c-1.86,1.861-2.93,4.44-2.93,7.07 s1.069,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931s5.21-1.07,7.069-2.931c1.86-1.859,2.931-4.439,2.931-7.069 S86.933,456.791,85.072,454.931z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M469.524,182.938c-1.86-1.861-4.43-2.93-7.07-2.93c-2.63,0-5.21,1.069-7.07,2.93c-1.859,1.86-2.93,4.44-2.93,7.07 s1.07,5.21,2.93,7.069c1.86,1.86,4.44,2.931,7.07,2.931c2.64,0,5.21-1.07,7.07-2.931c1.869-1.859,2.939-4.439,2.939-7.069 S471.393,184.798,469.524,182.938z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M509.065,2.929C507.189,1.054,504.645,0,501.992,0L255.998,0.013c-5.522,0-9.999,4.478-9.999,10V38.61l-94.789,25.399 c-5.335,1.43-8.501,6.913-7.071,12.247l49.127,183.342l-42.499,42.499c-5.409-7.898-14.491-13.092-24.764-13.092H30.006 c-16.542,0-29.999,13.458-29.999,29.999v162.996C0.007,498.542,13.464,512,30.006,512h95.998c14.053,0,25.875-9.716,29.115-22.78 l11.89,10.369c9.179,8.004,20.939,12.412,33.118,12.412h301.867c5.522,0,10-4.478,10-10V10 C511.992,7.348,510.94,4.804,509.065,2.929z M136.002,482.001c0,5.513-4.486,10-10,10H30.005c-5.514,0-10-4.486-10-10V319.005 c0-5.514,4.486-10,10-10h37.999V424.2c0,5.522,4.478,10,10,10s10-4.478,10-10V309.005h37.999c5.514,0,10,4.486,10,10V482.001z M166.045,80.739l79.954-21.424V96.37l-6.702,1.796c-2.563,0.687-4.746,2.362-6.072,4.659s-1.686,5.026-0.999,7.588 c3.843,14.341-4.698,29.134-19.039,32.977c-2.565,0.688-4.752,2.366-6.077,4.668c-1.325,2.301-1.682,5.035-0.989,7.599 l38.979,144.338h-20.07l-10.343-40.464c-0.329-1.288-0.905-2.475-1.676-3.507L166.045,80.739z M245.999,142.229v84.381 l-18.239-67.535C235.379,155.141,241.614,149.255,245.999,142.229z M389.663,492H200.125V492c-7.345,0-14.438-2.658-19.974-7.485 l-24.149-21.061V325.147l43.658-43.658l7.918,30.98c1.132,4.427,5.119,7.523,9.688,7.523l196.604,0.012c7.72,0,14,6.28,14,14 c0,7.72-6.28,14-14,14H313.13c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h132.04c7.72,0,14,6.28,14,14c0,7.72-6.28,14-14,14 H313.13c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h110.643c7.72,0,14,6.28,14,14c0,7.72-6.28,14-14,14H313.13 c-5.522,0-10,4.478-10,10c0,5.522,4.478,10,10,10h76.533c7.72,0,14,6.28,14,14C403.662,485.72,397.382,492,389.663,492z M491.994,492h-0.001h-71.359c1.939-4.273,3.028-9.01,3.028-14s-1.089-9.727-3.028-14h3.139c18.747,0,33.999-15.252,33.999-33.999 c0-5.468-1.305-10.635-3.609-15.217c14.396-3.954,25.005-17.149,25.005-32.782c0-7.584-2.498-14.595-6.711-20.255V235.007 c0-5.522-4.478-10-10-10c-5.522,0-10,4.478-10,10v113.792c-2.35-0.515-4.787-0.795-7.289-0.795h-0.328 c1.939-4.273,3.028-9.01,3.028-14c0-18.748-15.252-33.999-33.999-33.999h-16.075c17.069-7.32,29.057-24.286,29.057-44.005 c0-26.389-21.468-47.858-47.857-47.858c-26.388,0-47.857,21.469-47.857,47.858c0,19.719,11.989,36.685,29.057,44.005h-54.663 V109.863c17.864-3.893,31.96-17.988,35.852-35.853h75.221c3.892,17.865,17.988,31.96,35.852,35.853v31.09c0,5.522,4.478,10,10,10 s10-4.478,10-10v-40.018c0-5.522-4.478-10-10-10c-14.847,0-26.924-12.079-26.924-26.925c0-5.522-4.478-10-10-10h-93.076 c-5.522,0-10,4.478-10,10c0,14.847-12.078,26.925-26.924,26.925c-5.522,0-10,4.478-10,10v199.069H266V20.011L491.994,20V492z M378.996,283.858c-15.361,0-27.857-12.497-27.857-27.857s12.497-27.858,27.857-27.858S406.853,240.64,406.853,256 S394.357,283.858,378.996,283.858z'%3E%3C/path%3E%3C/svg%3E");*/} /* ЫЫ Убрал иконку */
/* ИЗМЕНЕНО-001 */
.input-with-icon.user .icon,
#bottom-form-rent label.custom-input:nth-child(1):before,
.custom-input.name .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 482.9 482.9' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M239.7,260.2c0.5,0,1,0,1.6,0c0.2,0,0.4,0,0.6,0c0.3,0,0.7,0,1,0c29.3-0.5,53-10.8,70.5-30.5 c38.5-43.4,32.1-117.8,31.4-124.9c-2.5-53.3-27.7-78.8-48.5-90.7C280.8,5.2,262.7,0.4,242.5,0h-0.7c-0.1,0-0.3,0-0.4,0h-0.6 c-11.1,0-32.9,1.8-53.8,13.7c-21,11.9-46.6,37.4-49.1,91.1c-0.7,7.1-7.1,81.5,31.4,124.9C186.7,249.4,210.4,259.7,239.7,260.2z M164.6,107.3c0-0.3,0.1-0.6,0.1-0.8c3.3-71.7,54.2-79.4,76-79.4h0.4c0.2,0,0.5,0,0.8,0c27,0.6,72.9,11.6,76,79.4 c0,0.3,0,0.6,0.1,0.8c0.1,0.7,7.1,68.7-24.7,104.5c-12.6,14.2-29.4,21.2-51.5,21.4c-0.2,0-0.3,0-0.5,0l0,0c-0.2,0-0.3,0-0.5,0 c-22-0.2-38.9-7.2-51.4-21.4C157.7,176.2,164.5,107.9,164.6,107.3z'/%3E%3Cpath fill='%23fff' d='M446.8,383.6c0-0.1,0-0.2,0-0.3c0-0.8-0.1-1.6-0.1-2.5c-0.6-19.8-1.9-66.1-45.3-80.9c-0.3-0.1-0.7-0.2-1-0.3 c-45.1-11.5-82.6-37.5-83-37.8c-6.1-4.3-14.5-2.8-18.8,3.3c-4.3,6.1-2.8,14.5,3.3,18.8c1.7,1.2,41.5,28.9,91.3,41.7 c23.3,8.3,25.9,33.2,26.6,56c0,0.9,0,1.7,0.1,2.5c0.1,9-0.5,22.9-2.1,30.9c-16.2,9.2-79.7,41-176.3,41 c-96.2,0-160.1-31.9-176.4-41.1c-1.6-8-2.3-21.9-2.1-30.9c0-0.8,0.1-1.6,0.1-2.5c0.7-22.8,3.3-47.7,26.6-56 c49.8-12.8,89.6-40.6,91.3-41.7c6.1-4.3,7.6-12.7,3.3-18.8c-4.3-6.1-12.7-7.6-18.8-3.3c-0.4,0.3-37.7,26.3-83,37.8 c-0.4,0.1-0.7,0.2-1,0.3c-43.4,14.9-44.7,61.2-45.3,80.9c0,0.9,0,1.7-0.1,2.5c0,0.1,0,0.2,0,0.3c-0.1,5.2-0.2,31.9,5.1,45.3 c1,2.6,2.8,4.8,5.2,6.3c3,2,74.9,47.8,195.2,47.8s192.2-45.9,195.2-47.8c2.3-1.5,4.2-3.7,5.2-6.3 C447,415.5,446.9,388.8,446.8,383.6z'/%3E%3C/svg%3E");}
.custom-input.phone .icon,
#bottom-form-rent label.custom-input:nth-child(2):before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 482.6 482.6' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M98.339,320.8c47.6,56.9,104.9,101.7,170.3,133.4c24.9,11.8,58.2,25.8,95.3,28.2c2.3,0.1,4.5,0.2,6.8,0.2 c24.9,0,44.9-8.6,61.2-26.3c0.1-0.1,0.3-0.3,0.4-0.5c5.8-7,12.4-13.3,19.3-20c4.7-4.5,9.5-9.2,14.1-14 c21.3-22.2,21.3-50.4-0.2-71.9l-60.1-60.1c-10.2-10.6-22.4-16.2-35.2-16.2c-12.8,0-25.1,5.6-35.6,16.1l-35.8,35.8 c-3.3-1.9-6.7-3.6-9.9-5.2c-4-2-7.7-3.9-11-6c-32.6-20.7-62.2-47.7-90.5-82.4c-14.3-18.1-23.9-33.3-30.6-48.8 c9.4-8.5,18.2-17.4,26.7-26.1c3-3.1,6.1-6.2,9.2-9.3c10.8-10.8,16.6-23.3,16.6-36s-5.7-25.2-16.6-36l-29.8-29.8 c-3.5-3.5-6.8-6.9-10.2-10.4c-6.6-6.8-13.5-13.8-20.3-20.1c-10.3-10.1-22.4-15.4-35.2-15.4c-12.7,0-24.9,5.3-35.6,15.5l-37.4,37.4 c-13.6,13.6-21.3,30.1-22.9,49.2c-1.9,23.9,2.5,49.3,13.9,80C32.739,229.6,59.139,273.7,98.339,320.8z M25.739,104.2 c1.2-13.3,6.3-24.4,15.9-34l37.2-37.2c5.8-5.6,12.2-8.5,18.4-8.5c6.1,0,12.3,2.9,18,8.7c6.7,6.2,13,12.7,19.8,19.6 c3.4,3.5,6.9,7,10.4,10.6l29.8,29.8c6.2,6.2,9.4,12.5,9.4,18.7s-3.2,12.5-9.4,18.7c-3.1,3.1-6.2,6.3-9.3,9.4 c-9.3,9.4-18,18.3-27.6,26.8c-0.2,0.2-0.3,0.3-0.5,0.5c-8.3,8.3-7,16.2-5,22.2c0.1,0.3,0.2,0.5,0.3,0.8 c7.7,18.5,18.4,36.1,35.1,57.1c30,37,61.6,65.7,96.4,87.8c4.3,2.8,8.9,5,13.2,7.2c4,2,7.7,3.9,11,6c0.4,0.2,0.7,0.4,1.1,0.6 c3.3,1.7,6.5,2.5,9.7,2.5c8,0,13.2-5.1,14.9-6.8l37.4-37.4c5.8-5.8,12.1-8.9,18.3-8.9c7.6,0,13.8,4.7,17.7,8.9l60.3,60.2 c12,12,11.9,25-0.3,37.7c-4.2,4.5-8.6,8.8-13.3,13.3c-7,6.8-14.3,13.8-20.9,21.7c-11.5,12.4-25.2,18.2-42.9,18.2 c-1.7,0-3.5-0.1-5.2-0.2c-32.8-2.1-63.3-14.9-86.2-25.8c-62.2-30.1-116.8-72.8-162.1-127c-37.3-44.9-62.4-86.7-79-131.5 C28.039,146.4,24.139,124.3,25.739,104.2z'%3E%3C/path%3E%3C/svg%3E");}
/* ИЗМЕНЕНО-001 */
.input-with-icon.email .icon,
#bottom-form-rent label.custom-input:nth-child(3):before,
.custom-input.email .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 483.3 483.3' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1 v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5 c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3 c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95 c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4 c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z'%3E%3C/path%3E%3C/svg%3E");}
/* ВЫПИЛЕНО-001
#footer-top-block .title-of-list svg polygon,#main-block .tab-content .dropdown .icon svg path,#new-and-hot-block .new-property .title svg path,#new-building-slider .new-building-slide .hidden-info svg path,#subscribe-block form .icon svg path,.new-building .hidden-info svg path {
    fill: #fff
}
*/

#footer-top-block .title-of-list svg polygon,#main-block .tab-content .dropdown .icon svg path,#new-and-hot-block .new-property .title svg path,#new-building-slider .new-building-slide .hidden-info svg path,#subscribe-block form .icon svg path,.new-building .hidden-info svg path {
    fill: #fff
}

#main-block .tab-content .dropdown fieldset,#main-block .tab-content .input-daterange,#error-page .custom-select {
    width: calc(100% - 50px)
}

#main-block .tab-content .dropdown:last-child,#new-building-slider .slick-dots li:last-child,.before-content-tag-list li:last-child,.sidebar-tag-list li:last-child {
    margin-right: 0
}

#work-with-us .subtitle{
    display: inline-block;
    font-size: 16px;
    line-height: 1.6em;
    text-transform: none;
    margin: 20px 0 35px;
    font-weight: 600;
}
#work-with-us .subtitle > span{
    display: inline-block;
}
#work-with-us .elems-row{
    margin-bottom: 0;
    padding: 0;
    list-style-type: none;
    counter-reset: elem;
}
#work-with-us .elems-row li{
    font-size: 16px;
    line-height: 1.6em;
    margin-bottom: 3em;
}
#work-with-us .elems-row li::before{
    background-color: #efbe35;
    color: #282d39;
    display: flex;
    font-size: 22px;
    font-weight: 600;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    margin-bottom: 15px;
    counter-increment: elem;
    content: counter(elem);
}



#main-block .tab-content .input-daterange input {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306'%3E%3Cpolygon fill='%23343a40' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    background-position: 90% center;
    background-repeat: no-repeat;
    background-size: 8px;
    border-radius: 0;
    cursor: default;
    height: 50px;
    margin-left: 5px;
    text-align: left;
    width: calc(50% - 5px)
}

#main-block .tab-content .input-daterange input:focus {
    box-shadow: none
}

#main-block h1 {
    color: #fff;
    font-size: 36px;
    line-height: 50px;
    margin-bottom: 50px
}

#main-block h1 span {
    font-size: 40px;
    font-weight: 800
}

#mapoint {
    position: absolute
}


#members {
    margin-top: 75px
}


#members h2 {
	font-size: 28px;
    line-height: 32px;
    margin-bottom: 40px;
    color: #282d39;
    font-weight: 600;
	margin-top: 45px
}



#members .member {
    -moz-box-shadow: 5px 5px 25px 0 #bababa;
    -webkit-box-shadow: 5px 5px 25px 0 #bababa;
    box-shadow: 5px 5px 25px 0 #bababa;
    margin-bottom: 30px;
    padding: 30px;
	min-height: 650px;
}

#members .member .contact-info {
    list-style-type: none;
    margin: 30px 0;
    padding: 0
}

#members .member .contact-info li a,#members .member .contact-info li span,#ask-question-form-sec .main-form-block .contact-info a,#ask-question-form-sec .main-form-block .contact-info li span {
    font-size: 14px;
    font-weight: 600;
    line-height: 32px
}

#members .member .contact-info li span,.breadcrumbs li:last-child a span,#ask-question-form-sec .main-form-block .contact-info li span {
    color: #282d39
}

#why-we svg path,.after-post .subscibe .social-button svg path,.sidebar-element .edit-icon svg path,.this-post .post-subscribe .social-button svg path {
    fill: #a3a3a3
}

#members .member .contact-info .icon,
#ask-question-form-sec .main-form-block .contact-info .icon{
    flex: 0 0 20px;
	width: 20px;
	height: 20px;
	margin-right: 10px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#members .member .contact-info .phone .icon,#ask-question-form-sec .main-form-block .contact-info .phone .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 473.806 473.806' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4 c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8 c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6 c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5 c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26 c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9 c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z M410.256,398.806 C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20 c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6 c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1 c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3 c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5 c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8 c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9 l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1 C420.456,377.706,420.456,388.206,410.256,398.806z'/%3E%3Cpath fill='%23a3a3a3' d='M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2 c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11 S248.656,111.506,256.056,112.706z'/%3E%3Cpath fill='%23a3a3a3' d='M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11 c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2 c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z'/%3E%3C/svg%3E");}
#members .member .contact-info .skype .icon,#ask-question-form-sec .main-form-block .contact-info .skype .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 297.331 297.331' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M211.109,139.359c-6.748-4.383-14.962-8.149-24.441-11.189c-9.036-2.879-19.191-5.534-30.084-7.873 c-8.419-1.947-14.576-3.451-18.246-4.473c-3.213-0.893-6.44-2.14-9.595-3.715c-2.577-1.298-4.563-2.776-5.881-4.37 c-0.848-1.048-1.208-2.159-1.208-3.734c0-1.825,0.617-4.319,5.399-7.455c4.717-3.098,11.331-4.672,19.64-4.672 c11.658,0,16.575,2.41,18.458,3.843c3.882,2.95,7.314,7.23,10.328,12.982c3.284,5.643,6.24,9.525,9.28,12.198 c3.895,3.458,9.21,5.212,15.784,5.212c7.159,0,13.516-2.661,18.368-7.706c4.769-4.955,7.288-10.964,7.288-17.372 c0-6.041-1.665-12.198-4.949-18.304c-3.175-5.9-8.13-11.504-14.724-16.658c-6.478-5.045-14.595-9.107-24.139-12.076 c-9.415-2.924-20.553-4.409-33.117-4.409c-15.714,0-29.679,2.224-41.492,6.6c-12.404,4.582-22.102,11.356-28.85,20.142 c-6.902,9.004-10.405,19.428-10.405,30.984c0,12.095,3.381,22.462,10.064,30.83c6.324,7.905,14.904,14.21,25.495,18.715 c9.756,4.152,21.941,7.802,36.26,10.861c9.955,2.082,18.014,4.081,23.953,5.932c4.891,1.517,8.856,3.676,11.787,6.414 c2.179,2.037,3.143,4.512,3.143,8.014c0,3.046-0.81,7.089-7.108,11.382c-5.72,3.901-13.561,5.887-23.323,5.887 c-7.095,0-12.712-0.951-16.684-2.834c-3.85-1.819-6.825-4.087-8.83-6.722c-2.423-3.207-4.756-7.359-6.909-12.275 c-2.519-5.919-5.739-10.579-9.608-13.876c-4.422-3.721-9.775-5.604-15.932-5.604c-7.159,0-13.509,2.391-18.361,6.935 c-4.968,4.685-7.603,10.669-7.603,17.314c0,9.178,3.265,18.548,9.711,27.841c6.228,8.965,14.39,16.202,24.293,21.549 c13.516,7.179,30.643,10.823,50.913,10.823c16.87,0,31.768-2.641,44.281-7.847c12.969-5.386,23.053-13.072,29.968-22.854 c6.986-9.904,10.534-21.202,10.534-33.574c0-10.334-2.108-19.325-6.266-26.704C224.187,150.234,218.403,144.128,211.109,139.359z M213.525,210.389c-5.489,7.77-13.702,13.959-24.409,18.4c-10.932,4.55-24.171,6.857-39.339,6.857 c-18.149,0-33.246-3.13-44.846-9.293c-8.079-4.364-14.743-10.27-19.801-17.539c-4.923-7.102-7.417-14.01-7.417-20.514 c0-3.143,1.131-5.675,3.541-7.944c2.487-2.32,5.617-3.451,9.57-3.451c3.085,0,5.591,0.842,7.629,2.558 c2.307,1.967,4.364,5.026,6.112,9.158c2.584,5.906,5.437,10.926,8.471,14.949c3.278,4.312,7.847,7.873,13.573,10.579 c5.707,2.706,13.169,4.075,22.179,4.075c12.397,0,22.68-2.738,30.572-8.13c8.438-5.752,12.719-13.156,12.719-21.999 c0-7.057-2.423-12.905-7.217-17.404c-4.37-4.081-10.007-7.204-16.742-9.3c-6.324-1.973-14.782-4.068-25.11-6.228 c-13.49-2.892-24.891-6.292-33.882-10.116c-8.612-3.67-15.502-8.696-20.489-14.917c-4.807-6.028-7.249-13.696-7.249-22.802 c0-8.663,2.609-16.453,7.751-23.162c5.238-6.832,13.014-12.185,23.117-15.913c10.379-3.85,22.847-5.797,37.031-5.797 c11.273,0,21.131,1.285,29.306,3.83c8.053,2.5,14.801,5.848,20.045,9.936c5.186,4.042,8.985,8.291,11.311,12.609 c2.269,4.21,3.413,8.323,3.413,12.211c0,3.104-1.208,5.874-3.689,8.458c-2.449,2.539-5.431,3.766-9.113,3.766 c-2.294,0-5.418-0.341-7.275-1.999c-1.941-1.703-4.19-4.737-6.549-8.779c-3.766-7.179-8.406-12.892-13.792-16.993 c-5.726-4.351-14.306-6.465-26.241-6.465c-10.855,0-19.84,2.282-26.691,6.78c-7.429,4.872-11.196,10.996-11.196,18.201 c0,4.524,1.382,8.509,4.126,11.877c2.487,3.021,5.868,5.611,10.064,7.719c3.901,1.954,7.911,3.503,11.915,4.608 c3.747,1.048,10.064,2.596,18.882,4.64c10.585,2.275,20.335,4.82,28.966,7.571c8.381,2.693,15.566,5.964,21.344,9.724 c5.54,3.618,9.917,8.22,12.995,13.696c3.059,5.437,4.608,12.301,4.608,20.405C221.7,193.904,218.943,202.702,213.525,210.389z M287.582,178.062c1.851-9.178,2.796-18.554,2.796-27.905c0-77.308-62.899-140.201-140.214-140.201 c-7.262,0-14.512,0.553-21.575,1.658C115.696,4.01,101.03,0,86.004,0C39.673,0,1.986,37.687,1.986,84.012 c0,14.107,3.567,28.002,10.328,40.348c-1.581,8.554-2.378,17.224-2.378,25.797c0,77.315,62.906,140.221,140.227,140.221 c7.899,0,15.778-0.662,23.464-1.967c11.639,5.842,24.615,8.92,37.7,8.92c46.331,0,84.018-37.681,84.018-83.999 C295.345,200.999,292.736,189.148,287.582,178.062z M211.327,284.484c-11.729,0-23.362-2.918-33.632-8.438l-1.999-1.073 l-2.23,0.411c-7.603,1.42-15.444,2.14-23.31,2.14c-70.239,0-127.373-57.141-127.373-127.367c0-8.516,0.874-17.14,2.584-25.63 l0.482-2.41l-1.24-2.121c-6.395-10.887-9.775-23.336-9.775-35.984c0-39.236,31.929-71.158,71.164-71.158 c13.426,0,26.517,3.779,37.854,10.926l2.089,1.317l2.442-0.424c7.095-1.234,14.422-1.864,21.781-1.864 c70.232,0,127.361,57.128,127.361,127.348c0,9.178-0.996,18.374-2.956,27.346l-0.482,2.211l1.003,2.024 c4.917,9.872,7.404,20.502,7.404,31.594C282.491,252.568,250.563,284.484,211.327,284.484z'/%3E%3C/svg%3E");}
#members .member .contact-info .email .icon,#ask-question-form-sec .main-form-block .contact-info .email .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 483.3 483.3' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1 v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5 c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z'/%3E%3Cpath fill='%23a3a3a3' d='M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3 c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95 c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4 c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z' /%3E%3C/svg%3E");}

#members .member .name{
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}

#members .member .name,
#ask-question-form-sec .main-form-block .agent-info .info .name {
    color: #282d39;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

#members .member .photo {
    -moz-box-shadow: 5px 5px 25px 0 #bababa;
    -webkit-box-shadow: 5px 5px 25px 0 #bababa;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: contain;
    box-shadow: 5px 5px 25px 0 #bababa;
    padding-bottom: 75%;
    margin-bottom: 30px;
    width: 100%
}
#members .member .post,#members .member .video_presentation{
    text-align: center;
}
#members .member .post,#members .member .video_presentation,#ask-question-form-sec .main-form-block .agent-info .info .post {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

#members .member .video_presentation {
    align-items: center;
    background-color: #efbe35;
    border: 1px solid #efbe35;
    color: #282d39;
    cursor: pointer;
    display: inline-flex;
    font-size: 16px;
    justify-content: center;
    line-height: 50px;
    width: 100%
}

#members .member .video_presentation .icon {
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96.875 96.875' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M95.201,25.538c-1.186-5.152-5.4-8.953-10.473-9.52c-12.013-1.341-24.172-1.348-36.275-1.341 c-12.105-0.007-24.266,0-36.279,1.341c-5.07,0.567-9.281,4.368-10.467,9.52C0.019,32.875,0,40.884,0,48.438 C0,55.992,0,64,1.688,71.336c1.184,5.151,5.396,8.952,10.469,9.52c12.012,1.342,24.172,1.349,36.277,1.342 c12.107,0.007,24.264,0,36.275-1.342c5.07-0.567,9.285-4.368,10.471-9.52c1.689-7.337,1.695-15.345,1.695-22.898 C96.875,40.884,96.889,32.875,95.201,25.538z M35.936,63.474c0-10.716,0-21.32,0-32.037c10.267,5.357,20.466,10.678,30.798,16.068 C56.434,52.847,46.23,58.136,35.936,63.474z'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    margin-right: 20px;
}

#members .member .video_presentation.disabled {
    background-color: #fff;
    border-color: #a3a3a3;
    color: #a3a3a3;
    cursor: default
}
#members .member .video_presentation.disabled .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96.875 96.875' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M95.201,25.538c-1.186-5.152-5.4-8.953-10.473-9.52c-12.013-1.341-24.172-1.348-36.275-1.341 c-12.105-0.007-24.266,0-36.279,1.341c-5.07,0.567-9.281,4.368-10.467,9.52C0.019,32.875,0,40.884,0,48.438 C0,55.992,0,64,1.688,71.336c1.184,5.151,5.396,8.952,10.469,9.52c12.012,1.342,24.172,1.349,36.277,1.342 c12.107,0.007,24.264,0,36.275-1.342c5.07-0.567,9.285-4.368,10.471-9.52c1.689-7.337,1.695-15.345,1.695-22.898 C96.875,40.884,96.889,32.875,95.201,25.538z M35.936,63.474c0-10.716,0-21.32,0-32.037c10.267,5.357,20.466,10.678,30.798,16.068 C56.434,52.847,46.23,58.136,35.936,63.474z'/%3E%3C/svg%3E");}

#mse2_results .other-posts.row {
    flex-grow: 1
}

#new-and-hot-block {
    margin: 45px 0
}

#new-and-hot-block .hot-property .image:hover .hidden-info,#new-and-hot-block .hot-property .image:hover .price-line {
    background-color: rgba(121,17,6,.8)
}

#footer-top-block .logo_img,#footer-top-block .title-of-list,#new-and-hot-block .hot-property .one-property,#new-from-blog .new-posts>div,.other-post {
    margin-bottom: 20px
}

#new-and-hot-block .new-building .image {
    height: 220px
}

#footer-top-block .one-info-block svg path,#new-and-hot-block .new-property .title svg path:first-child,.after-post .subscibe .social-button:hover svg path,.social-button-in-footer a.social-button:hover svg path,.social-button-in-footer a.social-button:hover svg rect,.this-post .post-subscribe a:hover svg path {
    fill: #efbe35
}

#new-and-hot-block .hot-propertys,#new-and-hot-block .new-propertys {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#new-and-hot-block .one-property .new-building .image {
    height: 290px
}

#new-and-hot-block .one-property .new-building .image .hidden-info {
    bottom: -35px;
    display: flex;
    height: 35px;
    justify-content: flex-start
}

#new-and-hot-block .one-property .new-building .image .hidden-info .area,#new-and-hot-block .one-property .new-building .image .hidden-info .bedrooms,#new-and-hot-block .one-property .new-building .image .hidden-info .city {
    margin-bottom: 0;
    margin-right: 30px;
    width: auto
}

#new-and-hot-block .one-property .new-building .image:hover .hidden-info {
    bottom: 0
}

#new-and-hot-block .one-property .new-building .image:hover .price-line {
    bottom: 35px
}

#new-and-hot-block .title {
    align-items: center;
    display: flex;
    margin-bottom: 45px
}

#new-and-hot-block .title span {
    color: #282d39;
    font-size: 30px;
    font-weight: 700;
    margin-left: 25px;
    text-transform: uppercase
}

#new-and-hot-block .title svg {
    height: 45px;
    width: 45px
}

#new-building-block {
    background-image: url(../img/bg-new-building.png);
    background-position: center bottom;
    background-size: cover
}

#new-building-slider .new-building-slide {
    padding: 0 10px
}

#new-building-slider .new-building-slide .hidden-info .area,#new-building-slider .new-building-slide .hidden-info .date-of-construction {
    width: 50%
}

#new-building-slider .new-building-slide .hidden-info .area svg,#new-building-slider .new-building-slide .hidden-info .city svg,#new-building-slider .new-building-slide .hidden-info .date-of-construction svg,.new-building .hidden-info .area svg,.new-building .hidden-info .bedrooms svg,.new-building .hidden-info .city svg {
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: 10px;
    width: 25px
}

#new-building-slider .new-building-slide .hidden-info .city,.new-building .hidden-info .city {
    margin-bottom: 10px;
    width: 100%
}

#new-building-slider .new-building-slide .hidden-info .date-of-construction,.new-building .hidden-info .bedrooms {
    justify-content: center
}

#new-building-slider .new-building-slide .hidden-info span,.new-building .hidden-info span {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    line-height: 14px
}

#new-building-slider .new-building-slide .hidden-info,.new-building .hidden-info {
    background-color: #282d39;
    bottom: -70px;
    height: 70px;
    padding: 0 10px 10px;
    position: absolute;
    transition: .4s;
    width: 100%
}

#new-building-slider .new-building-slide .image {
    height: 250px
}

#new-building-slider .new-building-slide .image .like-btn,.image .like-btn,.new-building .image .like-btn {
    align-items: center;
    color: #efbe35;
    cursor: pointer;
    display: flex!important;
    height: 26px;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 26px
}

#new-building-slider .new-building-slide .image,.new-building .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    overflow: hidden;
    position: relative;
    width: 100%
}

#new-building-slider .new-building-slide .image:hover .hidden-info,.new-building .image:hover .hidden-info {
    background-color: rgba(40,45,57,.8);
    bottom: 0;
    transition: .4s
}

#new-building-slider .new-building-slide .price-line,.new-building .price-line {
    align-items: center;
    background-color: #282d39;
    bottom: 0;
    color: #fff;
    display: flex;
    font-size: 24px;
    font-weight: 700;
    height: 60px;
    justify-content: flex-start;
    padding: 15px;
    position: absolute;
    transition: .4s;
    width: 100%
}

#new-building-slider .new-building-slide .text_under_img .new_building_description,.new-building .text_under_img .new_building_description {
    color: #5b5b5b;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px
}

#new-building-slider .new-building-slide .text_under_img .new_building_title,.new-building .text_under_img .new_building_title {
    color: #791106;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px
}

#new-building-slider .price-line:before,.new-building .price-line:before {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 401.987 401.987" xml:space="preserve"><path fill="%23fff" d="M345.176,382.016l-9.996-45.392c-0.567-2.669-1.995-4.668-4.284-5.995c-2.475-1.335-4.948-1.52-7.42-0.568l-1.43,0.568 l-3.43,0.855c-1.525,0.376-3.285,0.808-5.283,1.283c-1.999,0.476-4.326,0.948-6.995,1.427c-2.655,0.476-5.476,0.907-8.419,1.287 c-2.949,0.373-6.132,0.712-9.561,0.999c-3.43,0.281-6.852,0.425-10.281,0.425c-24.174,0-45.922-6.517-65.239-19.555 c-19.32-13.042-33.548-30.696-42.683-52.961h110.486c2.098,0,4.001-0.712,5.708-2.143c1.719-1.424,2.766-3.183,3.139-5.284 l6.852-31.977c0.574-2.847,0-5.42-1.708-7.706c-1.903-2.286-4.288-3.43-7.139-3.43h-131.04c-0.571-12.942-0.571-22.934,0-29.978 h139.325c5.144,0,8.186-2.472,9.137-7.421l6.852-32.548c0.567-2.664-0.089-5.136-1.999-7.422c-1.707-2.284-4.086-3.431-7.132-3.431 h-133.62c9.517-21.317,23.791-38.066,42.827-50.248c19.034-12.185,40.542-18.274,64.524-18.274c0.764-0.38,3.569-0.284,8.419,0.286 c4.853,0.568,7.618,0.808,8.281,0.712c0.657-0.094,3.142,0.193,7.42,0.855c4.284,0.666,6.427,1,6.427,1l4.996,0.998 c1.431,0.288,2.525,0.522,3.285,0.715l1.143,0.284c2.472,0.765,4.75,0.525,6.852-0.711c2.095-1.241,3.429-3.094,4.001-5.568 l12.278-45.395c0.568-2.475,0.28-4.759-0.855-6.852c-1.715-2.288-3.621-3.715-5.715-4.284C315.39,2.19,296.92,0,277.51,0 c-42.641,0-80.751,12.185-114.347,36.545c-33.595,24.362-56.77,56.532-69.523,96.501H65.663c-2.666,0-4.853,0.855-6.567,2.568 c-1.709,1.711-2.568,3.901-2.568,6.567v32.548c0,2.664,0.856,4.854,2.568,6.563c1.715,1.715,3.905,2.568,6.567,2.568h19.13 c-0.575,9.139-0.666,19.126-0.288,29.981H65.663c-2.474,0-4.615,0.903-6.423,2.711c-1.807,1.807-2.712,3.949-2.712,6.42v32.264 c0,2.478,0.905,4.613,2.712,6.427c1.809,1.808,3.949,2.704,6.423,2.704h27.124c11.991,42.064,34.643,75.52,67.952,100.357 c33.311,24.846,72.235,37.261,116.771,37.261c3.62,0,7.282-0.089,10.995-0.287c3.72-0.191,7.187-0.479,10.424-0.855 c3.234-0.377,6.424-0.801,9.565-1.28c3.138-0.479,5.995-0.947,8.562-1.431c2.57-0.472,4.997-0.947,7.279-1.42 c2.286-0.482,4.332-0.999,6.143-1.574c1.807-0.564,3.323-0.996,4.565-1.276c1.239-0.287,2.238-0.626,2.994-0.999l1.431-0.288 c2.095-0.76,3.713-2.142,4.853-4.144C345.464,386.444,345.744,384.299,345.176,382.016z"/></svg>');
    background-position: center;
    background-repeat: no-repeat;
    background-size: 20px;
    content: "";
    display: inline-block;
    height: 20px;
    margin-right: 10px;
    vertical-align: text-bottom;
    width: 20px
}

#new-building-slider .new-building-slide:focus,#new-building-slider .slick-arrow:focus {
    outline: 0
}

#new-building-slider .slick-dots {
    align-items: center;
    display: flex;
    justify-content: center;
    list-style-type: none;
    margin: 50px 0 0;
    padding: 0
}

#new-building-slider .slick-dots li.slick-active {
    background-color: #efbe35
}

#new-building-slider .slick-next {
    right: -95px
}

#new-building-slider .slick-prev {
    left: -95px
}

#new-building-slider,.before-content-cat-list,.cat-list {
    position: relative
}

#new-from-blog {
    background-image: url(../img/bg-new-posts.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    padding: 100px 0
}

#new-from-blog .about-torrevieja .title {
    color: #791106;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 20px;
    text-transform: uppercase
}

#new-from-blog .about-torrevieja p {
    line-height: 26px;
    margin: 30px 0
}

#new-from-blog .one-post-preview .date {
    color: #a3a3a3;
    display: block;
    font-size: 15px;
    font-weight: 700
}

#new-from-blog .one-post-preview .thumbnail {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 320px;
    width: 100%
}

#new-from-blog .one-post-preview .title {
    color: #282d39;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    margin: 10px 0;
    text-decoration: none
}

#new-from-blog .two-posts-in-line-block .one-post-preview {
    width: calc(50% - 15px)
}

#new-from-blog .two-posts-in-line-block .one-post-preview .thumbnail {
    height: 210px
}

#offer-block .offer-list .map-with-city {
    border-top: 0;
    padding: 15px;
    position: relative;
    width: 100%
}

#offer-block .offer-list .map-with-city a {
    color: #791106;
    display: block;
    font-size: 13px;
    font-weight: 600;
    position: absolute;
    text-decoration: underline
}

#offer-block .offer-list .map-with-city a.Alikante {
    left: 136px;
    top: 171px
}

#offer-block .offer-list .map-with-city a.Alteya {
    left: 204px;
    top: 78px
}

#offer-block .offer-list .map-with-city a.Benidorm {
    left: 177px;
    top: 97px
}

#offer-block .offer-list .map-with-city a.Guardamar {
    left: 113px;
    top: 195px
}

#offer-block .offer-list .map-with-city a.Haveya {
    left: 282px;
    top: 38px
}

#offer-block .offer-list .map-with-city a.Kalpe {
    left: 235px;
    top: 63px
}

#offer-block .offer-list .map-with-city a.LaDenia {
    left: 265px;
    top: 13px
}

#offer-block .offer-list .map-with-city a.Torrevyeha {
    left: 116px;
    top: 236px
}

#offer-block .offer-list .map-with-city a.Villayosa {
    left: 169px;
    top: 124px
}

#offer-block .offer-list .map-with-city img {
    width: 85%
}

#offer-block .offer-list ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%
}

#offer-block .offer-list ul li a,#offer-block .orange-title {
    align-items: center;
    color: #282d39;
    display: flex;
    font-size: 17px;
    padding: 0 25px
}

#offer-block .offer-list ul li a {
    border: 1px solid #d1d1d1;
    border-top: 0;
    line-height: 20px;
    font-weight: 600;
    height: 50px
}

#offer-block .offer-list ul li a:hover {
    background-color: #e8e8e8;
    text-decoration: none
}

#offer-block .offer-list.by-pop {
    float: right;
    width: calc(60% - 15px)
}

#offer-block .offer-list.by-type {
    float: left;
    width: calc(40% - 15px)
}

#offer-block .orange-title {
    background-color: #efbe35;
    font-weight: 700;
    height: 70px;
    text-transform: uppercase;
    width: 100%
}

#orange-block {
    background-image: url(../img/bg-orange-block.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    position: relative
}

#orange-block .actions {
    align-items: center;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    padding: 20px 15px;
    width: 50%
}

#orange-block .actions .card-content {
    text-align: center
}

#orange-block .actions a.order-link {
    margin-top: 30px
}

#orange-block .actions img {
    height: auto;
    max-width: 90%
}

#orange-block .actions p {
    font-size: 16px;
    line-height: 26px;
    text-align: left
}

#orange-block .actions.first-card {
    background-image: url(../img/orange-waves.png);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: contain;
    float: left
}

#orange-block .actions.second-card {
    background-color: #000;
    background-image: url(../img/sea-and-palm-trees.png);
    background-position: center right;
    background-repeat: no-repeat;
    background-size: cover
}

#orange-block .actions.second-card .big-text {
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px
}

#orange-block .actions.second-card .small-text {
    font-size: 30px;
    line-height: 34px
}

#orange-block .actions.second-card .big-text,#orange-block .actions.second-card .small-text {
    display: block;
    text-align: left;
    text-transform: uppercase
}

#orange-block .actions.second-card a.order-link {
    border-color: #fff;
    transition: .23s
}

#orange-block .actions.second-card h3 {
    background-color: #282d39;
    margin: -20px -15px 20px;
    padding: 10px;
    color: #fff
}

#orange-block .actions.second-card .big-text,#orange-block .actions.second-card .small-text,#orange-block .actions.second-card a.order-link,#orange-block .actions.second-card p {
    color: #fff
}

#our-news {
    padding: 0 0 80px
}

#orange-block .actions h3,#our-news .block-title {
    color: #282d39;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px
}

#our-news .one-news .date {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 700
}

#our-news .one-news .thumb {
    display: block;
    overflow: hidden;
    padding-top: 60%;
    position: relative
}

#our-news .one-news .thumb img {
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

#our-news .one-news .title {
    color: #282d39;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    margin: 10px 0 5px
}

#info-bottom-block .row,#our-news .one-news,.sidebar-intresting-posts .intresting-post {
    margin-bottom: 30px
}

#conts_page-title h1 {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 0;
    padding-bottom: 30px;
    text-transform: uppercase
}

#conts_page-title,.last-post,.this-post {
    margin-top: 0px;
    margin-bottom: 50px
}

#rent-slider-section {
    padding: 100px 0
}

#rent-slider-section .image .price {
    background-color: #282d39;
    bottom: 0;
    color: #fff;
    padding: 12px 15px;
    position: absolute;
    transition: .4s;
    width: 100%
}

#rent-slider-section .image .price .big-text,#resumes h2 {
    font-size: 24px;
    font-weight: 700
}

#resumes h2 {
    font-size: 30px;
    line-height: 32px;
    margin-bottom: 40px
}

#rent-slider-section .image .price:before,#resumes {
    background-position: center;
    background-repeat: no-repeat
}

#rent-slider-section .image .price:before {
    content: "";
    display: inline-block;
    height: 25px;
    margin-right: 10px;
    vertical-align: text-bottom;
    width: 20px;
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 401.987 401.987" xml:space="preserve"><path fill="%23fff" d="M345.176,382.016l-9.996-45.392c-0.567-2.669-1.995-4.668-4.284-5.995c-2.475-1.335-4.948-1.52-7.42-0.568l-1.43,0.568 l-3.43,0.855c-1.525,0.376-3.285,0.808-5.283,1.283c-1.999,0.476-4.326,0.948-6.995,1.427c-2.655,0.476-5.476,0.907-8.419,1.287 c-2.949,0.373-6.132,0.712-9.561,0.999c-3.43,0.281-6.852,0.425-10.281,0.425c-24.174,0-45.922-6.517-65.239-19.555 c-19.32-13.042-33.548-30.696-42.683-52.961h110.486c2.098,0,4.001-0.712,5.708-2.143c1.719-1.424,2.766-3.183,3.139-5.284 l6.852-31.977c0.574-2.847,0-5.42-1.708-7.706c-1.903-2.286-4.288-3.43-7.139-3.43h-131.04c-0.571-12.942-0.571-22.934,0-29.978 h139.325c5.144,0,8.186-2.472,9.137-7.421l6.852-32.548c0.567-2.664-0.089-5.136-1.999-7.422c-1.707-2.284-4.086-3.431-7.132-3.431 h-133.62c9.517-21.317,23.791-38.066,42.827-50.248c19.034-12.185,40.542-18.274,64.524-18.274c0.764-0.38,3.569-0.284,8.419,0.286 c4.853,0.568,7.618,0.808,8.281,0.712c0.657-0.094,3.142,0.193,7.42,0.855c4.284,0.666,6.427,1,6.427,1l4.996,0.998 c1.431,0.288,2.525,0.522,3.285,0.715l1.143,0.284c2.472,0.765,4.75,0.525,6.852-0.711c2.095-1.241,3.429-3.094,4.001-5.568 l12.278-45.395c0.568-2.475,0.28-4.759-0.855-6.852c-1.715-2.288-3.621-3.715-5.715-4.284C315.39,2.19,296.92,0,277.51,0 c-42.641,0-80.751,12.185-114.347,36.545c-33.595,24.362-56.77,56.532-69.523,96.501H65.663c-2.666,0-4.853,0.855-6.567,2.568 c-1.709,1.711-2.568,3.901-2.568,6.567v32.548c0,2.664,0.856,4.854,2.568,6.563c1.715,1.715,3.905,2.568,6.567,2.568h19.13 c-0.575,9.139-0.666,19.126-0.288,29.981H65.663c-2.474,0-4.615,0.903-6.423,2.711c-1.807,1.807-2.712,3.949-2.712,6.42v32.264 c0,2.478,0.905,4.613,2.712,6.427c1.809,1.808,3.949,2.704,6.423,2.704h27.124c11.991,42.064,34.643,75.52,67.952,100.357 c33.311,24.846,72.235,37.261,116.771,37.261c3.62,0,7.282-0.089,10.995-0.287c3.72-0.191,7.187-0.479,10.424-0.855 c3.234-0.377,6.424-0.801,9.565-1.28c3.138-0.479,5.995-0.947,8.562-1.431c2.57-0.472,4.997-0.947,7.279-1.42 c2.286-0.482,4.332-0.999,6.143-1.574c1.807-0.564,3.323-0.996,4.565-1.276c1.239-0.287,2.238-0.626,2.994-0.999l1.431-0.288 c2.095-0.76,3.713-2.142,4.853-4.144C345.464,386.444,345.744,384.299,345.176,382.016z"/></svg>');
    background-size: 20px
}

#new-building-slider .new-building-slide .image:hover .price-line,#rent-slider-section .image:hover .price,.new-building .image:hover .price-line {
    background-color: rgba(40,45,57,.8);
    bottom: 70px;
    transition: .4s
}
#rent-slider-section .new-building-slide .hidden-info .area .icon {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M325.224,142.322h-85.732c-4.221,0-7.628,3.485-7.501,7.735c0.123,4.108,3.706,7.275,7.816,7.275h75.408v156.347H158.868 V157.332h26.089c4.221,0,7.628-3.485,7.501-7.735c-0.123-4.108-3.706-7.275-7.816-7.275h-35.784c-2.761,0-5,2.239-5,5v176.367 c0,2.761,2.239,5,5,5h176.366c2.762,0,5-2.239,5-5V147.322C330.224,144.561,327.985,142.322,325.224,142.322z'/%3E%3Cpath fill='%23fff' d='M496.329,362.069c4.145,0,7.505-3.36,7.505-7.505V202.691c0-6.87-5.59-12.461-12.461-12.461H367.744 c-6.871,0-12.461,5.59-12.461,12.461v152.1H196.791c-6.871,0-12.461,5.59-12.461,12.461V499.54c0,6.87,5.59,12.46,12.461,12.46 h294.582c6.871,0,12.461-5.59,12.461-12.46v-91.441c0-4.145-3.36-7.505-7.505-7.505s-7.505,3.36-7.505,7.505v88.892H199.339 v-127.19h158.493c6.871,0,12.461-5.59,12.461-12.461v-152.1h118.531v149.324C488.824,358.709,492.184,362.069,496.329,362.069z'/%3E%3Cpath fill='%23fff' d='M264.576,0H20.627C13.756,0,8.166,5.59,8.166,12.46v251.089c0,6.87,5.59,12.461,12.461,12.461h88.361 c6.871,0,12.461-5.591,12.461-12.462V119.654h143.127c6.871,0,12.461-5.59,12.461-12.461V12.46C277.037,5.59,271.447,0,264.576,0z M262.027,104.645H113.944c-4.145,0-7.505,3.36-7.505,7.505V261H23.176V15.01h238.851V104.645z'/%3E%3C/svg%3E")}
#rent-slider-section .new-building-slide .hidden-info .city .icon {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M30,26c3.86,0,7-3.141,7-7s-3.14-7-7-7s-7,3.141-7,7S26.14,26,30,26z M30,14c2.757,0,5,2.243,5,5s-2.243,5-5,5 s-5-2.243-5-5S27.243,14,30,14z'/%3E%3Cpath fill='%23fff' d='M29.823,54.757L45.164,32.6c5.754-7.671,4.922-20.28-1.781-26.982C39.761,1.995,34.945,0,29.823,0 s-9.938,1.995-13.56,5.617c-6.703,6.702-7.535,19.311-1.804,26.952L29.823,54.757z M17.677,7.031C20.922,3.787,25.235,2,29.823,2 s8.901,1.787,12.146,5.031c6.05,6.049,6.795,17.437,1.573,24.399L29.823,51.243L16.082,31.4 C10.882,24.468,11.628,13.08,17.677,7.031z'/%3E%3Cpath fill='%23fff' d='M42.117,43.007c-0.55-0.067-1.046,0.327-1.11,0.876s0.328,1.046,0.876,1.11C52.399,46.231,58,49.567,58,51.5 c0,2.714-10.652,6.5-28,6.5S2,54.214,2,51.5c0-1.933,5.601-5.269,16.117-6.507c0.548-0.064,0.94-0.562,0.876-1.11 c-0.065-0.549-0.561-0.945-1.11-0.876C7.354,44.247,0,47.739,0,51.5C0,55.724,10.305,60,30,60s30-4.276,30-8.5 C60,47.739,52.646,44.247,42.117,43.007z'/%3E%3C/svg%3E")}
#rent-slider-section .new-building-slide .hidden-info .date-of-construction .icon {background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M440,64h-8V24c0-13.232-10.768-24-24-24h-16c-13.232,0-24,10.768-24,24v40H112V24c0-13.232-10.768-24-24-24H72 C58.768,0,48,10.768,48,24v40h-8C17.944,64,0,81.944,0,104v336c0,22.056,17.944,40,40,40h400c22.056,0,40-17.944,40-40V104 C480,81.944,462.056,64,440,64z M384,72V24c0-4.416,3.584-8,8-8h16c4.416,0,8,3.584,8,8v48v32c0,4.416-3.584,8-8,8h-16 c-4.416,0-8-3.584-8-8V72z M64,72V24c0-4.416,3.584-8,8-8h16c4.416,0,8,3.584,8,8v48v32c0,4.416-3.584,8-8,8H72 c-4.416,0-8-3.584-8-8V72z M464,440c0,13.232-10.768,24-24,24H40c-13.232,0-24-10.768-24-24V208h448V440z M464,192H16v-88 c0-13.232,10.768-24,24-24h8v24c0,13.232,10.768,24,24,24h16c13.232,0,24-10.768,24-24V80h256v24c0,13.232,10.768,24,24,24h16 c13.232,0,24-10.768,24-24V80h8c13.232,0,24,10.768,24,24V192z'/%3E%3Cpath fill='%23fff' d='M328,104H152c-4.424,0-8,3.576-8,8v48c0,4.424,3.576,8,8,8h176c4.424,0,8-3.576,8-8v-48C336,107.576,332.424,104,328,104z M320,152H160v-32h160V152z'/%3E%3Cpath fill='%23fff' d='M104,232H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,235.576,108.424,232,104,232z M96,272H64v-24h32V272z'/%3E%3Cpath fill='%23fff' d='M208,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,235.576,212.424,232,208,232z M200,272h-32v-24h32V272z'/%3E%3Cpath fill='%23fff' d='M320,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C328,235.576,324.424,232,320,232z M312,272h-32v-24h32V272z'/%3E%3Cpath fill='%23fff' d='M424,232h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C432,235.576,428.424,232,424,232z M416,272h-32v-24h32V272z'/%3E%3Cpath fill='%23fff' d='M104,312H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,315.576,108.424,312,104,312z M96,352H64v-24h32V352z'/%3E%3Cpath fill='%23fff' d='M208,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,315.576,212.424,312,208,312z M200,352h-32v-24h32V352z'/%3E%3Cpath fill='%23fff' d='M320,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C328,315.576,324.424,312,320,312z M312,352h-32v-24h32V352z'/%3E%3Cpath fill='%23fff' d='M424,312h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C432,315.576,428.424,312,424,312z M416,352h-32v-24h32V352z'/%3E%3Cpath fill='%23fff' d='M104,392H56c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C112,395.576,108.424,392,104,392z M96,432H64v-24h32V432z'/%3E%3Cpath fill='%23fff' d='M208,392h-48c-4.424,0-8,3.576-8,8v40c0,4.424,3.576,8,8,8h48c4.424,0,8-3.576,8-8v-40C216,395.576,212.424,392,208,392z M200,432h-32v-24h32V432z'/%3E%3Cpath fill='%23fff' d='M321.856,386.88l-34.392,41.272l-17.808-17.808l-11.312,11.312l24,24C283.84,447.168,285.88,448,288,448 c0.12,0,0.24,0,0.36-0.008c2.248-0.104,4.344-1.144,5.792-2.864l40-48L321.856,386.88z'/%3E%3Cpath fill='%23fff' d='M417.856,386.88l-34.392,41.272l-17.808-17.808l-11.312,11.312l24,24C379.84,447.168,381.88,448,384,448 c0.12,0,0.24,0,0.36-0.008c2.248-0.104,4.344-1.144,5.792-2.864l40-48L417.856,386.88z'/%3E%3C/svg%3E")}

#rent-slider-section .new-building-slide .hidden-info .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    float: left;
    height: 25px;
    margin-right: 10px;
    width: 25px
}

#rent-slider-section .new-building-slide .like-btn {background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.4 490.4' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M222.5,453.7c6.1,6.1,14.3,9.5,22.9,9.5c8.5,0,16.9-3.5,22.9-9.5L448,274c27.3-27.3,42.3-63.6,42.4-102.1 c0-38.6-15-74.9-42.3-102.2S384.6,27.4,346,27.4c-37.9,0-73.6,14.5-100.7,40.9c-27.2-26.5-63-41.1-101-41.1 c-38.5,0-74.7,15-102,42.2C15,96.7,0,133,0,171.6c0,38.5,15.1,74.8,42.4,102.1L222.5,453.7z M59.7,86.8 c22.6-22.6,52.7-35.1,84.7-35.1s62.2,12.5,84.9,35.2l7.4,7.4c2.3,2.3,5.4,3.6,8.7,3.6l0,0c3.2,0,6.4-1.3,8.7-3.6l7.2-7.2 c22.7-22.7,52.8-35.2,84.9-35.2c32,0,62.1,12.5,84.7,35.1c22.7,22.7,35.1,52.8,35.1,84.8s-12.5,62.1-35.2,84.8L251,436.4 c-2.9,2.9-8.2,2.9-11.2,0l-180-180c-22.7-22.7-35.2-52.8-35.2-84.8C24.6,139.6,37.1,109.5,59.7,86.8z'/%3E%3C/svg%3E")}

#resumes {
    background-image: url(../img/resumes_block.png);
    background-size: cover;
    padding: 60px 0
}

#resumes .open_form {
    background-color: #791106;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: left;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    padding: 12px 40px;
    text-transform: uppercase
}

#resumes_form {
    align-items: center;
    background-color: rgba(0,0,0,.6);
    display: none;
    opacity: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999
}

#resumes_form .form_block {
    background-image: url(../img/bg_resumes_form.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 40px;
    position: relative;
    width: 100%;
	max-height: 100vh;
	overflow-y: auto
}

#resumes_form .form_block .close_form {
    cursor: pointer;
    position: absolute;
    right: 10px;
    top: 10px
}

#resumes_form .recaptcha-col {
    align-items: flex-end;
    display: flex;
    justify-content: center;
    margin-top: 10px
}

#resumes_form input,#resumes_form textarea {
    background-color: transparent;
    border: 1px solid #a3a3a3;
    padding: 10px;
    width: 100%
}

#resumes_form input {
    line-height: 25px
}

#resumes_form textarea {
    height: 178px
}

#resumes_form input[type=submit] {
    background-color: #791106;
    border: 0;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 45px;
    padding: 12px 70px;
    text-transform: uppercase;
    width: auto
}

#resumes_form label {
    font-size: 15px;
    line-height: 32px;
    margin-bottom: 0;
    margin-top: 10px;
    width: 100%
}

#reviews-section .show-all-col {
    margin-top: 30px;
    text-align: center
}

#reviews-section .slick-arrow {
    align-items: center;
    background-color: #fff;
    border: 1px solid #d1d1d1;
    color: transparent;
    cursor: pointer;
    display: flex!important;
    height: 75px;
    justify-content: center;
    position: absolute;
    top: 180px;
    width: 75px
}

#reviews-section .slick-arrow:before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 306 306'%3E%3Cpolygon fill='%23d1d1d1' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    color: #d1d1d1;
    content: "";
    height: 15px;
    position: absolute;
    width: 15px
}

#reviews-section .slick-next {
    right: -90px;
    transform: rotate(-90deg)
}

#reviews-section .slick-prev {
    left: -90px;
    transform: rotate(90deg)
}

#reviews-section a.read-full {
    color: inherit;
    display: inline-block;
    font-size: 17px;
    font-weight: 700;
    margin-top: 20px
}

#reviews-section a.show-all {
    border: 1px solid #282d39;
    color: inherit;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    max-width: 200px;
    padding: 15px 40px;
    text-align: center;
    text-transform: uppercase;
    transition: .23s
}

#reviews-section a.show-all:hover,.black-btn.inversion,.black-btn:hover,.results-row .pagination-block ul li a.active,.results-row .pagination-block ul li a:hover,.search-result .pagination-block ul li a.active,.search-result .pagination-block ul li a:hover,a.black-btn.inversion,a.black-btn:hover {
    background-color: #282d39;
    color: #fff
}

#subscribe-block {
    background-image: url(../img/bg-subscribe-block.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0
}

#subscribe-block .input-with-icon {
    display: flex;
    margin-right: 30px;
    width: calc(50% - 15px)
}

#subscribe-block .input-with-icon:last-child {
    margin-right: 0
}

#subscribe-block form .icon {
    align-items: center;
    background-color: #282d39;
    display: flex;
    height: 54px;
    justify-content: center;
    margin-left: 34px;
    width: 54px
}

#subscribe-block form .icon:first-child {
    margin-left: 0
}

#subscribe-block form .input-block {
    display: flex;
    justify-content: center
}

#subscribe-block form input[type=submit] {
    background-color: #791106;
    border-color: #791106;
    color: #fff;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 0 40px;
    text-transform: uppercase;
    width: auto;
    transition: .23s
}

#subscribe-block form input[type=submit]:hover {
    background-color: #282d39;
    transition: .23s
}

#subscribe-block h3,#subscribe-block span {
    font-size: 24px;
    line-height: 32px;
    color: #282d39;
    font-weight: 700
}

#subscribe-block span {
    display: inline-block;
    font-size: 16px;
    line-height: 34px;
    margin-bottom: 50px
}

#subscribe-container {
    background-color: rgba(255,255,255,.8);
    display: table;
    height: 100%;
    left: 0;
    overflow: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 999
}

#subscribe-container .close-btn {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' class='close-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 174.239 174.239' xml:space='preserve'%3E%3Cpath d='M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    width: 20px
}

#subscribe-container .table-cell {
    display: table-cell;
    text-align: center;
    vertical-align: middle
}

#subscribe-container .table-cell .form-block {
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    background-color: #fff;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    display: inline-block;
    max-width: 100%;
    position: relative;
    width: 600px
}

#subscribe-container .table-cell .form-block form {
    flex-direction: column
}

#subscribe-container form .btn-block {
    height: 55px;
    max-width: 100%
}

#subscribe-container form .input-block {
    flex-direction: column;
    max-width: 100%
}

#subscribe-container form .input-block .input-with-icon {
    margin: 0 0 20px;
    width: 100%
}

#third-block-body .image {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 230px;
    transition-duration: .3s;
    width: 100%
}

#third-block-body .service_block span {
    color: #282d39;
    display: block;
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    margin-top: 45px;
    text-align: center;
    text-transform: uppercase
}

#third-block-body a {
    text-decoration: none;
    width: 100%
}

#third-block-body a:hover .image {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    transform: scale(1.2);
    transition-duration: .3s
}

#third-block-body a:hover span,.sidebar-cat-list ul li a:hover,.sidebar-element ul li a.active {
    color: #efbe35;
    text-decoration: none
}

#title-block,#top-block-with-quote,#top-block-with-quote .quote-text:before {
    background-position: center;
    background-size: cover;
    position: relative
}

#title-block {
    margin-left: 0;
    margin-right: 0
}

#title-block .white_section {
    background-color: #fff;
    opacity: .9;
    position: absolute
}

#top-block-with-quote {
    -moz-box-shadow: 5px 5px 25px 0 #bababa;
    -webkit-box-shadow: 5px 5px 25px 0 #bababa;
    background-image: url(../img/top-block-quote.png);
    box-shadow: 5px 5px 25px 0 #bababa;
    display: inline-block;
    height: auto;
    width: 100%
}

#top-block-with-quote .bottom-orange-block {
    background-color: #efbe35;
    bottom: 60px;
    height: 100px;
    position: absolute;
    right: 0;
    width: 200px
}

#top-block-with-quote .quote-text {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
    margin-top: 40px
}

#top-block-with-quote .quote-text:before {
    background-image: url(../img/quote-icon.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    height: 20px;
    left: -25px;
    position: absolute;
    top: -10px;
    width: 24px
}

#top-block-with-quote .top-orange-block {
    background-color: #efbe35;
    display: inline-block;
    margin-top: 16px;
    padding: 30px 100px 20px
}

#top-block-with-quote .top-orange-block .name {
    font-size: 24px;
    line-height: 26px
}

#top-block-with-quote .top-orange-block .post,.after-post h2 {
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    line-height: 26px
}

#top-panel .container .row {
    min-height: 68px
}

#why-we {
    background-position: center bottom;
    background-size: cover
}

#why-we .before-title,#why-we .title {
    text-transform: uppercase
}

.after-post h2 {
    color: #791106;
    font-size: 24px;
    line-height: 27px;
    text-transform: none
}

#why-we svg {
    display: block;
    height: 55px;
    margin-bottom: 15px;
    width: 55px
}

.about-torrevieja a.more-btn {
    background-color: #efbe35
}

.add-comment-form input {
    line-height: 40px;
    margin-bottom: 14px
}

.add-comment-form input[type=submit] {
    margin-top: 20px;
    padding: 5px
}

.add-comment-form label {
    font-size: 15px
}

.add-comment-form textarea {
    line-height: 28px;
    resize: none
}

.after-post {
    margin-bottom: 40px
}

.after-post .subscibe .social-button {
    margin-left: 15px
}

.after-post .subscibe span {
    font-weight: 600;
    margin-right: 10px
}

.after-post .subscibe,.social-button-in-footer {
    justify-content: flex-end
}

.after-post .tags span {
    font-weight: 600;
    padding-right: 10px
}

.after-post .subscibe span,.after-post .tags span,.after-post .tags ul li,.after-post .tags ul li a {
    font-size: 14px;
    line-height: 28px
}

.after-post .tags ul {
    display: inline;
    list-style-type: none;
    margin-bottom: 0;
    padding: 0
}

.after-post .tags ul li a {
    color: inherit;
    font-style: italic;
    text-transform: lowercase
}

.after-post .tags ul li:after {
    content: ", "
}

.area .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 151.91 151.91' xml:space='preserve'%3E%3Cpath fill='%23a8a8a8' d='M143.972,150.268c-0.64,0-1.28-0.244-1.768-0.732c-0.977-0.977-0.977-2.559,0-3.535l1.107-1.107 H29.133L30.24,146c0.977,0.977,0.977,2.559,0,3.535c-0.976,0.977-2.56,0.977-3.535,0l-5.313-5.313 c-0.496-0.496-0.74-1.148-0.732-1.799c0-0.01,0-0.021,0-0.031c0-0.86,0.434-1.618,1.095-2.068l5.075-5.074 c0.976-0.977,2.56-0.977,3.535,0c0.977,0.977,0.977,2.559,0,3.535l-1.107,1.107h114.179l-1.107-1.107 c-0.977-0.977-0.977-2.559,0-3.535c0.976-0.977,2.56-0.977,3.535,0l5.313,5.313c0.497,0.496,0.74,1.148,0.732,1.799 c0,0.011,0,0.021,0,0.031c0,0.86-0.434,1.618-1.095,2.068l-5.075,5.074C145.252,150.024,144.612,150.268,143.972,150.268z M7.875,132.893c-0.86,0-1.619-0.435-2.068-1.096l-5.074-5.074c-0.977-0.977-0.977-2.559,0-3.535c0.976-0.977,2.56-0.977,3.535,0 l1.107,1.107V10.115l-1.107,1.107c-0.976,0.977-2.56,0.977-3.535,0c-0.977-0.977-0.977-2.559,0-3.535l5.313-5.313 c0.496-0.496,1.144-0.749,1.798-0.732c0.886,0.021,1.645,0.426,2.1,1.096l5.074,5.074c0.977,0.977,0.977,2.559,0,3.535 c-0.976,0.977-2.56,0.977-3.535,0l-1.107-1.107v114.18l1.107-1.107c0.976-0.977,2.56-0.977,3.535,0c0.977,0.977,0.977,2.559,0,3.535 l-5.313,5.313c-0.496,0.496-1.154,0.746-1.798,0.732C7.896,132.893,7.886,132.893,7.875,132.893z M149.41,125.82H28.597 c-1.381,0-2.5-1.119-2.5-2.5V4.143c0-1.381,1.119-2.5,2.5-2.5h72.194c1.381,0,2.5,1.119,2.5,2.5v48.523h46.118 c1.381,0,2.5,1.119,2.5,2.5v68.153C151.91,124.7,150.791,125.82,149.41,125.82z M103.184,120.82h43.726V57.666h-43.726V120.82z M55.292,120.82h42.893V87.332H55.292V120.82z M31.097,120.82h19.194V87.332H31.097V120.82z M52.792,82.332h45.393V55.166 c0-0.253,0.038-0.497,0.107-0.728V28.332H31.097v54H52.792z M67.141,23.332h31.151V6.643H67.141V23.332z M31.097,23.332h31.043 V6.643H31.097V23.332z'/%3E%3C/svg%3E")
}

.bedrooms .icon {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M304,304.808V232c0-13.232-10.768-24-24-24H56c-13.232,0-24,10.768-24,24v72.808C13.768,308.528,0,324.688,0,344v48v80 c0,4.416,3.584,8,8,8h32c4.416,0,8-3.584,8-8v-24h240v24c0,4.416,3.584,8,8,8h32c4.416,0,8-3.584,8-8v-80v-48 C336,324.688,322.232,308.528,304,304.808z M48,232c0-4.408,3.592-8,8-8h224c4.408,0,8,3.592,8,8v72h-16v-32 c0-13.232-10.768-24-24-24h-48c-13.232,0-24,10.768-24,24v32h-16v-32c0-13.232-10.768-24-24-24H88c-13.232,0-24,10.768-24,24v32 H48V232z M256,272v32h-64v-32c0-4.408,3.592-8,8-8h48C252.408,264,256,267.592,256,272z M144,272v32H80v-32c0-4.408,3.592-8,8-8 h48C140.408,264,144,267.592,144,272z M320,464h-16v-24c0-4.416-3.584-8-8-8H40c-4.416,0-8,3.584-8,8v24H16v-64h304V464z M320,384 H16v-40c0-13.232,10.768-24,24-24h32h80h32h80h32c13.232,0,24,10.768,24,24V384z'/%3E%3Cpath fill='%23a3a3a3' d='M472,304H360c-4.416,0-8,3.584-8,8v64v56h16v-48h96v48h16v-56v-64C480,307.584,476.416,304,472,304z M464,368h-96v-48h96 V368z'/%3E%3Crect fill='%23a3a3a3' x='400' y='336' width='32' height='16'/%3E%3Cpath fill='%23a3a3a3' d='M455.592,237.464l-16-48C438.496,186.2,435.448,184,432,184h-32c-3.448,0-6.496,2.2-7.592,5.472l-16,48 c-0.816,2.44-0.4,5.12,1.104,7.208c1.504,2.088,3.92,3.32,6.488,3.32h24v24h-16v16h48v-16h-16v-24h24 c2.568,0,4.984-1.232,6.488-3.328C455.992,242.584,456.4,239.904,455.592,237.464z M395.096,232l10.672-32h20.472l10.664,32 H395.096z'/%3E%3Cpath fill='%23a3a3a3' d='M475.272,104.696l-232-104c-2.088-0.928-4.464-0.928-6.544,0l-232,104C1.848,105.992,0,108.848,0,112v96h16v-90.824 L240,16.768l224,100.416V208h16v-96C480,108.848,478.152,105.992,475.272,104.696z'/%3E%3Cpath fill='%23a3a3a3' d='M295.224,110.672l-15.784,2.656c0.376,2.184,0.56,4.424,0.56,6.672c0,22.056-17.944,40-40,40c-22.056,0-40-17.944-40-40 c0-22.056,17.944-40,40-40c4.576,0,9.072,0.768,13.344,2.28l5.328-15.088C252.68,65.072,246.4,64,240,64c-30.88,0-56,25.12-56,56 s25.12,56,56,56s56-25.12,56-56C296,116.864,295.736,113.728,295.224,110.672z'/%3E%3Cpath fill='%23a3a3a3' d='M290.344,66.344L240,116.688l-10.344-10.344l-11.312,11.312l16,16c1.56,1.56,3.608,2.344,5.656,2.344 c2.048,0,4.096-0.784,5.656-2.344l56-56L290.344,66.344z'/%3E%3C/svg%3E")
}

.before-content-cat-list ul {
    display: none;
    position: absolute;
    width: 100%;
    z-index: 10
}

.before-content-search input[type=submit] {
    height: 50px;
    width: 50px
}

.before-content-search input[type=submit],.sidebar-search input[type=submit] {
    background-color: #282d39;
    background-image: url(../img/search.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 22px;
    border: 1px solid #282d39;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0
}

.before-content-search input[type=text] {
    border-radius: 0;
    line-height: 48px;
    width: calc(100% - 50px)
}

.before-content-tag-list li a,.sidebar-tag-list li a {
    background-color: #f2f2f2;
    color: #7a7a7a;
    display: inline-block;
    padding: 8px 15px;
    text-transform: lowercase
}

.before-content-tag-list li a:hover,.sidebar-tag-list li a:hover {
    background-color: #efbe35;
    color: #282d39;
    text-decoration: none
}

.before-content-tag-list li,.sidebar-tag-list li {
    float: left;
    margin-bottom: 8px;
    margin-right: 8px
}

.before-content-cat-list ul li a,.before-content-this-cat {
    border: 1px solid #000;
    display: block;
    font-weight: 600;
    line-height: 48px;
    padding: 0 20px;
    text-transform: uppercase
}

.before-content-cat-list ul li a {
    background-color: #e8e8e8;
    color: #000
}

.before-content-cat-list ul li a:hover,.before-content-this-cat {
    background-color: #fff;
    color: #efbe35;
    text-decoration: none
}

.before-content-this-cat-btn {
    background-color: #282d39;
    background-image: url(../img/arrow-down.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    border: 0;
    color: #fff;
    cursor: pointer;
    height: 50px;
    position: absolute;
    right: 0;
    top: 50px;
    width: 50px
}

.black-btn,a.black-btn {
    border: 1px solid #282d39;
    display: inline-block;
    font-weight: 700;
    text-decoration: none;
    text-transform: uppercase
}

.black-btn,.black-btn.inversion:hover,a.black-btn,a.black-btn.inversion:hover {
    background-color: #1A1E26;
}

.block-title h2 a,.last-post-title a {
    color: inherit;
    text-decoration: none
}

.booking-btn,a.booking-btn {
    font-size: 16px;
    margin-top: 30px;
    padding: 15px 55px
}

a.booking-btn-side {
    font-size: 16px;
    margin-top: 30px;
    padding: 15px 55px
}

.breadcrumbs li {
    display: inline-block;
    font-size: 14px;
    font-weight: 500;
    margin-right: 18px;
    position: relative
}
#post-template .breadcrumbs li{
    font-size: 16px;
}

.comments-block .one-comment {
    border-top: 1px solid rgba(0,0,0,.1);
    display: inline-block;
    padding-top: 30px
}

.comments-block .one-comment .avatar {
    background-position: center;
    background-size: cover;
    display: inline-block;
    float: left;
    height: 70px;
    width: 70px
}

.comments-block .one-comment .text-block {
    display: inline-block;
    float: right;
    position: relative;
    width: calc(100% - 100px)
}

.comments-block .one-comment .text-block .answer-link {
    font-size: 13px;
    line-height: 25px;
    padding: 5px 20px;
    position: absolute;
    right: 0;
    top: 0
}

.answer-column{
	-webkit-column-width: 50%;
    -moz-column-width: 50%;
    column-width:50%;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 30px;
    -moz-column-gap: 30px;
    column-gap: 30px;
	font-size: 13px;
}

.comments-block .one-comment .text-block .name {
    display: block;
    float: none;
    font-size: 17px;
    font-weight: 600;
    line-height: 25px
}

.comments-block .one-comment .text-block .text {
    font-size: 15px;
    line-height: 25px;
    padding-top: 20px
}

.comments-block .one-comment>.one-comment {
    margin-left: 100px
}

.comments-block>.all-comments>.one-comment:first-child {
    border-top: none
}

.conts_adress:before,.conts_email:before {
    content: url(../img/location_ico.png);
    height: 20px;
    left: 5px;
    position: absolute;
    top: 0;
    width: 20px
}

.conts_blocks.insta:before {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADIAAAAyCAYAAAAeP4ixAAAACXBIWXMAAAsTAAALEwEAmpwYAAAD7ElEQVR4nO1ZS48UVRi9Cx8Ynm5hq6JxIYjsIGyFhcovIEblD8hD1ohbMsbNJE2q7jm3elGJaOJKBh1consBVzrDVtFhGFaAOc13k8qE7rlVXd3VJH2Sm1Sq7uvU/V73+5ybY47uQXI/gPMArgO4RXKd5JOW2rrNuQTgnPf+jdYJeO/fI/lTi5tOagCuF0VxaGwCi4uLL5L8BsBjm/hvkj2SH9jpbG/lTznnNBfJ/d77DwFcsbW05mMAXy8vL7/QaOKiKF4F8LP9nQckL5Lc5aYEkrsAfAlgI55OlmV7mpxEFKW7Ei3XEQC8A+BPI/NLWZYvJQ+WONnAlX6/v9d1jH6/vxfAqv3YhaRB+vumEw+89wfdjIDkuyZmj/ScMiCK1EU3YwBwyfa2NLKjrEbFOk1NsSO89yekkxKjEMLxzd/LstwN4B/tsSiK14dOJGdnRK5MetND1l+t+JCVZ/UhmVmfs0Mn0pGpk2y5m10iJ63PtaETkbxjRBqHB+Z/PgbwPYDbFsas2/N3+qY+zxobQjguAtbe30L8b48isqZOvV5vZ10CZVm+AuACgH8Two97JL/Ismxb3XV6vd5Om2NtFJHBQk3sPMnfKmLxI8lPYxijVhTFm/buWqXfr038FLfaZxMi5qxW4nF7748kbOSoiVojp8u2iUic4kkAWK4TC6kvyRs29mYdMWPbRKQTtpFbtQM6MwzRwMj0uy6ImHUaKHaKOA2D9/5YNADFEGs2USIyo1Gxa+x7pP8ieWrqROQTjMgnbkyEED6ztb/tgshAtmVi3Zgw0zzayU1QtO6rb1mWO9yY0BxG5P5zTUSRthH5L7H/XLSGKrvCDjcmAJzuTNlh5ndkOJ0IZUg6M7/FU698z8YcdS04xCwxOmg9RFEoHs1m0xAFwB82x7ka67ZLRIGeQnEbdyM1xKic6GwEjZvDeDlJiYrbAupTOYnuw/hNZG5WboDKqJ/23r8lP6OmZ72rKPbgJCZ1sVpretU1MTtfMQAjr7rSiYWFhZcnddW9M27ywS5MpwBc1T1FEYA1PV/VtyaGoW7yodN0UApiOmjk9UHH3WWCLgUAcu0xhPD5zKZMt0JyylSIVkVFFjdjIPlV8q1UNTsrd20kpe+nBP+0jvlQZYUQwoGkQarZGfPVPM/3uY6R5/m+mBcGcDl5oAqPFcd1l+Rh1xFCCAdI/hUdbe2iqGx9RV82VGSRsrkpoSzL3aYTD+N1obH/EXvV7Kzc9cQsRgbgIyUM2rjmVja+w5IQJ22NgXXS2hKnxuXpKvI8fxvADwmhR9ttaSIGR7ZblSIdcww/2tq0zfW7TCuAMwBea53AHHO42vgfTKgfVhkCOKoAAAAASUVORK5CYII=);
	content:'';
	background-size:contain;
    left: 0;
	height: 25px;
    position: absolute;
    top: 0;
    width: 25px;
}

.conts_email:before {
    content: url(../img/email_ico.png);
    left: 2px
}

.conts_block_text>div div {
    color: #a3a3a3;
    display: inline-block
}

.conts_block_text a,.file-upload span,.one-section a {
    color: #791106;
    font-weight: 700;
    text-decoration: underline
}

.conts_block_text p,.conts_block_text>div {
    margin-bottom: .4em
}

.conts_block_title {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 1.44em
}

.conts_blocks {
    margin-bottom: 1.9em;
    padding-left: 2.5em;
    position: relative
}

.conts_office {
    color: #282d39;
    font-family: 'Montserrat',sans-serif
}

.conts_phones:before,.conts_worktime:before {
    content: url(../img/phone_ico.png);
    height: 20px;
    left: 3px;
    position: absolute;
    top: 2px;
    width: 20px
}

.conts_worktime:before {
    content: url(../img/worktime_ico.png);
    left: 1px;
    top: 0
}

.conts_row {
    margin-bottom: 4em
}

.conts_sub_title {
    font-size: 16px;
    font-weight: 700;
    text-transform: uppercase
}

.custom-control-indicator {
    background-color: #fff;
    background-image: url(../img/sprite-logo-icons.png);
    background-position: 195px -177px;
    border: 1px solid #282d39;
    display: inline-flex;
    height: 18px;
    margin-right: 6px;
    width: 18px
}

.booking-form .custom-control-indicator{
	width: 30px;
}

.datepicker-dropdown {
    padding: 10px
}

.datepicker-dropdown .active.selected.range-end,.datepicker-dropdown .active.selected.range-start {
    background-color: #efbe35;
    background-image: none;
    border-radius: 0
}

.datepicker-dropdown .day:hover {
    border-radius: 0
}

.datepicker-dropdown .selected.range-end,.datepicker-dropdown .selected.range-start {
    background-color: gray;
    background-image: none;
    border-radius: 0
}

.datepicker-dropdown table tr td.active.selected.range-end:hover,.datepicker-dropdown table tr td.active.selected.range-start:hover,.datepicker-dropdown table tr td.selected.range-end:hover,.datepicker-dropdown table tr td.selected.range-start:hover {
    background-color: #282d39;
    background-image: none
}

.director {
    bottom: 0;
    max-width: 30%;
    position: absolute;
    right: 90px
}

.director_orange {
    bottom: 0;
    max-width: 70%;
    position: absolute;
    right: 90px
}

.file-upload {
    background-color: transparent;
    height: 40px;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 250px
}

.file-upload label {
    cursor: pointer;
    display: block
}

.file-upload span {
    line-height: 40px
}

.image .like-btn .add_to_favor {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 490.4 490.4" xml:space="preserve"><path fill="%23efbe35" d="M222.5,453.7c6.1,6.1,14.3,9.5,22.9,9.5c8.5,0,16.9-3.5,22.9-9.5L448,274c27.3-27.3,42.3-63.6,42.4-102.1 c0-38.6-15-74.9-42.3-102.2S384.6,27.4,346,27.4c-37.9,0-73.6,14.5-100.7,40.9c-27.2-26.5-63-41.1-101-41.1 c-38.5,0-74.7,15-102,42.2C15,96.7,0,133,0,171.6c0,38.5,15.1,74.8,42.4,102.1L222.5,453.7z M59.7,86.8 c22.6-22.6,52.7-35.1,84.7-35.1s62.2,12.5,84.9,35.2l7.4,7.4c2.3,2.3,5.4,3.6,8.7,3.6l0,0c3.2,0,6.4-1.3,8.7-3.6l7.2-7.2 c22.7-22.7,52.8-35.2,84.9-35.2c32,0,62.1,12.5,84.7,35.1c22.7,22.7,35.1,52.8,35.1,84.8s-12.5,62.1-35.2,84.8L251,436.4 c-2.9,2.9-8.2,2.9-11.2,0l-180-180c-22.7-22.7-35.2-52.8-35.2-84.8C24.6,139.6,37.1,109.5,59.7,86.8z"/></svg>')
}

.image .like-btn .remove_from_favor {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 492.719 492.719" xml:space="preserve"><path fill="%23efbe35" d="M492.719,166.008c0-73.486-59.573-133.056-133.059-133.056c-47.985,0-89.891,25.484-113.302,63.569 c-23.408-38.085-65.332-63.569-113.316-63.569C59.556,32.952,0,92.522,0,166.008c0,40.009,17.729,75.803,45.671,100.178 l188.545,188.553c3.22,3.22,7.587,5.029,12.142,5.029c4.555,0,8.922-1.809,12.142-5.029l188.545-188.553 C474.988,241.811,492.719,206.017,492.719,166.008z"/></svg>')
}

.image .like-btn>div,.new-buld-slide-bottom .slick-arrow,
#catalog .question-and-booking-col .questions-block .slick-arrow,
#catalog #pop-property #pop-prop-slider-main .slick-arrow, #main-prop-slider-winter .slick-arrow {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    height: 26px;
    width: 26px
}

.new-buld-slide-bottom .slick-arrow,
#catalog .question-and-booking-col .questions-block .slick-arrow,
#catalog #pop-property #pop-prop-slider-main .slick-arrow, #main-prop-slider-winter .slick-arrow{
    background-color: #282d39;
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 306 306" xml:space="preserve"><polygon fill="%23fff" points="270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35"/></svg>');
    background-size: 14px;
    border: 0;
    border-radius: 0;
    bottom: 5px;
    color: transparent;
    cursor: pointer;
    height: 60px;
    outline: 0;
    position: absolute;
    width: 60px;
    z-index: 2
}

.comments-block .one-comment .text-block .date,.last-post-date,.other-post-date,.post-date {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px
}

.last-post-img {
    background-position: center;
    background-size: cover;
    height: 325px
}

.last-post-text,.sidebar-subscibe span {
    font-size: 15px;
    line-height: 25px
}

.last-post-title a:hover {
    color: #efbe35;
    text-decoration: none
}

.last-post-title,.other-post-title {
    font-size: 17px;
    font-weight: 700;
    margin: 20px 0 5px
}

#footer-top-block ul li a:hover,#new-from-blog .one-post-preview .title:hover,.block-title h2 a:hover,.list-in-header li a:hover,.list-in-header li.active a,.one-pop-post:hover .pop-post-title,.other-post:hover .other-post-title {
    color: #efbe35
}

.long-title-block {
    margin: 100px 0;
    text-align: center;
    text-transform: uppercase
}

.long-title-block h1 {
    font-size: 36px;
    font-weight: 700
}

.long-title-block span {
    color: #a3a3a3;
    font-size: 14px;
    font-weight: 700;
    line-height: 32px
}

.main-filter-col {
    margin-bottom: 50px;
    padding: 0
}

.new-building .hidden-info .area {
    width: 70%
}

.new-building .hidden-info .bedrooms {
    width: 30%
}

.new-buld-slide-bottom .slick-next,
#catalog .question-and-booking-col .questions-block .slick-next,
#catalog #pop-property #pop-prop-slider-main .slick-next, #main-prop-slider-winter .slick-next{
    right: 5px;
    transform: rotate(-90deg)
}

.new-buld-slide-bottom .slick-prev,
#catalog .question-and-booking-col .questions-block .slick-prev,
#catalog #pop-property #pop-prop-slider-main .slick-prev, #main-prop-slider-winter .slick-prev {
    right: 70px;
    transform: rotate(90deg)
}

.add-comment,.numbers-of-comments {
    display: block;
    font-size: 17px;
    font-weight: 500;
    line-height: 28px;
    margin-bottom: 20px;
    margin-top: 40px;
    text-transform: uppercase
}

.office_location img,.office_photo img {
    display: block;
    height: auto;
    width: 100%
}

.office_photo img {
    height: 100%
}

.office_photo {
    height: 254px;
    overflow: hidden
}

.office_photos {
    margin-bottom: 4em;
    margin-top: 3em;
}

.one-info-block {
    padding: 90px 0
}

.one-pop-post .pop-post-title,.other-post .other-post-title {
    color: #212529
}

.one-result .building_description {
    color: #5b5b5b;
    display: inline-block;
    font-size: 14px;
    line-height: 20px;
	width:100%;
    position: relative
}

.one-result .building_title {
    color: #791106;
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
    margin: 30px 0 15px
}

.one-result .first-line-label {
    background-color: #791106;
    color: #fff;
    font-size: 12px;
    line-height: 22px;
    padding: 0 12px;
    position: absolute;
    right: 0;
    top: 0
}

.one-result .sale_status {
    background-color: #0257c4;
}
.one-result .reserv_status {
    background-color: #a24b04;
}

.one-result .price-line {
    background-color: #282d39;
    bottom: 0;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    left: 0;
    line-height: 60px;
    padding: 0 10px;
    position: absolute;
    width: 100%
}

#new-and-hot-block .hot-property .hidden-info,#new-and-hot-block .hot-property .price-line,.one-result.alegria .price-line {
    background-color: #791106
}

.one-result.alegria .right-info-block .bottom-curve {
    background-image: url(../img/catalog/bg-obj-preview.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 27px;
    margin: 0 -30px -1px
}

.one-result.alegria .right-info-block .top-block {
    background-color: #ffbf1a;
    margin: 0 -30px;
    padding: 0 30px
}

.one-section,.one-section .orange-block.small {
    -moz-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.25);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.25)
}

.one-section {
    margin-bottom: 40px;
    overflow: hidden
}

.one-section .fat-title {
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 10px
}

.one-section .orange-block {
    background-color: #efbe35;
    background-image: url(../img/info-clouds.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: 140px;
    font-size: 17px;
    font-weight: 600;
    line-height: 27px;
    padding: 30px
}

.one-section .orange-block.small {
    margin: 0 -15px
}

.one-section .under-orange-block {
    margin: 0 -15px;
    padding: 30px
}

.one-section .white-block {
    font-size: 16px;
    line-height: 27px;
    padding: 30px
}

.one-section .white-block .youtube-video {
    height: 0;
    margin-top: 30px;
    overflow: hidden;
    padding-bottom: 56.25%;
    position: relative
}

.file-upload label,.one-section .white-block .youtube-video iframe {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%
}

.one-section .white-block.without-top-padding {
    padding-top: 0
}

.one-sidebar-elem {
    margin: 0 0 30px
}

.one-sidebar-elem .sidebar-banner .banner-content {
    background-image: url(../img/catalog/sea-and-palm-trees.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px
}

.one-sidebar-elem .sidebar-banner .banner-content .bottom-fat-title {
    color: #fff;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 42px;
    margin-bottom: 20px;
    text-transform: uppercase
}

.one-sidebar-elem .sidebar-banner .banner-content .more-btn {
    align-items: center;
    border: 1px solid #fff;
    color: #fff;
    display: flex;
    font-size: 14px;
    font-weight: 700;
    height: 52px;
    justify-content: center;
    line-height: 22px;
    text-transform: uppercase;
    transition: .2s;
    width: 100%
}

.one-sidebar-elem .sidebar-banner .banner-content .top-light-title,.one-sidebar-elem .sidebar-banner .title {
    color: #fff;
    display: block;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase
}

.one-sidebar-elem .sidebar-banner .title {
    background-color: #282d39;
    display: inline-block;
    font-size: 24px;
    font-weight: 700;
    padding: 10px 30px;
    text-align: center;
    width: 100%
}

.one-sidebar-elem .sidebar-banner .banner-content p {
    color: #fff;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px
}

#footer-top-block ul,.one-sidebar-elem .sidebar-list,.results-row .pagination-block ul,.search-result .pagination-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0
}

.one-sidebar-elem .sidebar-list .title {
    font-size: 17px;
    padding: 20px 30px
}

.one-sidebar-elem .sidebar-list .title,.one-sidebar-elem .subcribe-block .open-popup,.orange-btn,a.orange-btn {
    background-color: #efbe35;
    font-weight: 700;
    text-transform: uppercase
}

.orange-btn, a.orange-btn-side {
    border: 1px solid #efbe35;
    color: #282d39;
    display: inline-block;
    text-decoration: none;
	background-color: #efbe35;
    font-weight: 700;
    text-transform: uppercase;
}

.orange-btn, a.orange-btn-side:hover {
    border: 1px solid #efbe35;
	background-color: transparent;
}

.one-sidebar-elem .sidebar-list a {
    align-items: center;
    border-bottom: 1px solid #d1d1d1;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
    color: inherit;
    display: inline-flex;
    font-size: 15px;
    font-weight: 600;
    height: 50px;
    padding: 0 30px;
    width: 100%
}

#new-building-slider .slick-arrow:hover,#reviews-section .slick-arrow:hover,.one-sidebar-elem .sidebar-list a:hover {
    background-color: #e8e8e8
}

.one-sidebar-elem .sidebar-list-title {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    line-height: 24px;
    margin-bottom: 15px
}

.one-sidebar-elem .subcribe-block {
    background-image: url(../img/catalog/bg-subscribe-sidebar.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px
}

.one-sidebar-elem .subcribe-block .open-popup {
    color: inherit;
    display: inline-block;
    font-size: 14px;
    line-height: 22px;
    margin: 40px 0;
    padding: 15px 0;
    text-align: center;
    transition: .2s;
    width: 100%
}

.one-sidebar-elem .subcribe-block .title {
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    line-height: 28px
}

.orange-btn,a.orange-btn {
    border: 1px solid #efbe35;
    color: #282d39;
    display: inline-block;
    text-decoration: none
}

.other-post-img {
    background-position: center;
    background-size: cover;
    height: 200px
}

.page-title {
    font-size: 48px;
    font-weight: 700;
    line-height: 225px
}
.hide_h2{
	color: #a3a3a3;
    display: block;
    font-size: 14px;
    font-weight: 700;
    line-height: 1em;
    margin-bottom: 10px;
    text-transform: uppercase;
}
.post-content {
    margin-bottom: 80px
}

.post-content a, .seo_block a {
    color: #791106;
    font-weight: 700
}

.post-content h1,.post-content h2,.post-content h3,.post-content h4,.post-content h5,.post-content h6 {
    font-size: 20px;
    line-height: 32px;
    text-transform: none
}

.post-content h2{
    font-size: 24px;
    font-weight: 700;
    line-height: 27px
}

.seo_block h2{
	font-size: 24px;
    font-weight: 700;
    line-height: 27px;
	margin-top: 20px;
}
.seo_block h2:first-child{
	margin-top: 0;
}

.post-content img {
    height: auto;
    /*margin: 20px 0; */
    max-width: 100%
}

.post-content p {
    font-size: 16px;
    line-height: 27px
}

{}

.post-content ul {
    list-style-type: none
}

.post-content ul li:before {
    margin: 0 30px 1px -40px
}

.post-content ul li{
    margin-top:0;
}

.post-img {
    background-position: center;
    background-size: cover;
    height: 325px;
    margin-bottom: 40px
}

.post-subscribe {
    font-size: 14px;
    font-weight: 500;
    line-height: 28px
}

.post-subscribe #__utl-buttons-1 .uptl_container .uptl_toolbar ul.horizontal li a.sn-icon,.subscibe #__utl-buttons-2 .uptl_container .uptl_toolbar ul.horizontal li a.sn-icon {
    background-color: transparent!important;
    position: relative
}

.post-subscribe #__utl-buttons-1 .uptl_container .uptl_toolbar ul.horizontal li a.sn-icon:before,.subscibe #__utl-buttons-2 .uptl_container .uptl_toolbar ul.horizontal li a.sn-icon:before {
    color: #a3a3a3!important;
    left: 0;
    position: absolute;
    right: 0
}

.quip-comment-body {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    background-color: #fff;
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    padding: 60px 40px 40px;
    position: relative
}

.quip-comment-body .quip-comment-date {
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none
}

.quip-comment-body .quip-comment-meta {
    background: #efbe35;
    display: flex;
    left: 0;
    position: absolute;
    top: -45px
}

.quip-comment-body .quip-comment-meta .avatar {
    background-color: #f7f7f7;
    background-image: url(../img/reviews/alegria-logo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 120px
}

.quip-comment-body .quip-comment-meta .title-orange-block {
    padding: 20px
}

.paginator {
      line-height: 150%;
    }
    .paginator > span {
      display: inline-block;
      margin-right: 10px;
      cursor: pointer;
	 padding-left: 10px;
    padding-right: 10px;
    padding-top: 2px;
    padding-bottom: 0;
    }
    .paginator_active {
      background-color: #282d39;
    color: #fff;
    }
	.paginator>span:hover {
      background-color: #282d39;
    color: #fff;
    }

.res-top-elem>span {
    display: inline-block;
    font-size: 14px;
    line-height: 26px;
    margin-right: 10px
}

.result-top-panel-full {
    align-items: center;
    border-bottom: 1px solid #ededed;
    display: flex;
    justify-content: space-between;
    padding-bottom: 20px
}

.results-row .one-result {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    display: flex;
    margin-bottom: 15px;
}

.results-row .one-result .image {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    flex: 0 0 37.5%;
    max-height: 360px;
    min-height: 260px;
    position: relative;
    width: 37.5%
}

.results-row .one-result .image .icon {
    background-color: #fff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    height: 55px;
    left: 0;
    position: absolute;
    top: 0;
    width: 55px
}

.results-row .one-result .image .icon_string {
    background-color: #ff6f02;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 40px;
    height: 20px;
    color: #fff;
    position: absolute;
    bottom: 60px;
    font-weight: 400;
    width: auto;
    left: 0;
    padding-right: 2%;
    padding-left: 2%;
}

.icon-hot-checkbox {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' class='fire-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%23FFB446;' d='M97.103,353.103C97.103,440.86,168.244,512,256,512l0,0c87.756,0,158.897-71.14,158.897-158.897 c0-88.276-44.138-158.897-14.524-220.69c0,0-47.27,8.828-73.752,79.448c0,0-88.276-88.276-51.394-211.862 c0,0-89.847,35.31-80.451,150.069c8.058,98.406-9.396,114.759-9.396,114.759c0-79.448-62.115-114.759-62.115-114.759 C141.241,247.172,97.103,273.655,97.103,353.103z'%3E%3C/path%3E%3Cpath style='fill:%23FFDC64;' d='M370.696,390.734c0,66.093-51.033,122.516-117.114,121.241 c-62.188-1.198-108.457-48.514-103.512-110.321c2.207-27.586,23.172-72.276,57.379-117.517l22.805,13.793 C229.517,242.023,256,167.724,256,167.724C273.396,246.007,370.696,266.298,370.696,390.734z'%3E%3C/path%3E%3Cpath style='fill:%23FFFFFF;' d='M211.862,335.448c-8.828,52.966-26.483,72.249-26.483,105.931C185.379,476.69,216.998,512,256,512 l0,0c39.284,0,70.729-32.097,70.62-71.381c-0.295-105.508-61.792-158.136-61.792-158.136c8.828,52.966-17.655,79.448-17.655,79.448 C236.141,345.385,211.862,335.448,211.862,335.448z'%3E%3C/path%3E%3C/svg%3E");
	background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 25px;
	display:inline-block;
    left: 0;
    top: 0;
    width: 25px;
}

.container-hot {
  display: flex;
  margin-bottom: 0;
  position: relative;
  padding-left: 25px;
  margin-left: 20px;
  top: 8px;
  cursor: pointer;
  user-select: none;
}

.container-hot input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 2px;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #fff;
  border: 1px solid #000;
}

.container-hot:hover input ~ .checkmark {
  background-color: #fff;
}

.container-hot input:checked ~ .checkmark {
  background-color: #fff;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.container-hot input:checked ~ .checkmark:after {
  display: block;
}

.container-hot .checkmark:after {
    left: 5px;
    top: 2px;
    width: 6px;
    height: 10px;
    border: solid #000;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}




.results-row .one-result .image .icon.hot-building {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' class='fire-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath style='fill:%23FFB446;' d='M97.103,353.103C97.103,440.86,168.244,512,256,512l0,0c87.756,0,158.897-71.14,158.897-158.897 c0-88.276-44.138-158.897-14.524-220.69c0,0-47.27,8.828-73.752,79.448c0,0-88.276-88.276-51.394-211.862 c0,0-89.847,35.31-80.451,150.069c8.058,98.406-9.396,114.759-9.396,114.759c0-79.448-62.115-114.759-62.115-114.759 C141.241,247.172,97.103,273.655,97.103,353.103z'%3E%3C/path%3E%3Cpath style='fill:%23FFDC64;' d='M370.696,390.734c0,66.093-51.033,122.516-117.114,121.241 c-62.188-1.198-108.457-48.514-103.512-110.321c2.207-27.586,23.172-72.276,57.379-117.517l22.805,13.793 C229.517,242.023,256,167.724,256,167.724C273.396,246.007,370.696,266.298,370.696,390.734z'%3E%3C/path%3E%3Cpath style='fill:%23FFFFFF;' d='M211.862,335.448c-8.828,52.966-26.483,72.249-26.483,105.931C185.379,476.69,216.998,512,256,512 l0,0c39.284,0,70.729-32.097,70.62-71.381c-0.295-105.508-61.792-158.136-61.792-158.136c8.828,52.966-17.655,79.448-17.655,79.448 C236.141,345.385,211.862,335.448,211.862,335.448z'%3E%3C/path%3E%3C/svg%3E")
}

.results-row .one-result .image .icon.new-building {
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' class='new-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.688 490.688' xml:space='preserve'%3E%3Cpath fill='%23ffc107' d='M462.784,209.088c-7.552-5.568-17.067-12.523-18.219-17.067c0.484-8.796,2.996-17.36,7.339-25.024 c6.656-15.275,13.525-31.104,5.888-44.267c-7.637-13.163-25.003-15.296-41.707-17.067c-8.658-0.058-17.188-2.094-24.939-5.952 c-3.864-7.778-5.893-16.339-5.931-25.024c-1.877-16.704-3.819-33.984-17.067-41.707c-13.248-7.723-29.099-0.96-44.373,5.781 c-7.672,4.341-16.243,6.852-25.045,7.339c-4.608-1.237-11.541-10.667-17.067-18.219c-9.685-13.056-20.587-27.861-36.331-27.861 s-26.645,14.805-36.267,27.861c-5.589,7.573-12.523,17.067-17.067,18.24c-8.794-0.53-17.356-3.038-25.045-7.339 c-15.36-6.763-31.189-13.504-44.309-5.909s-15.317,25.003-17.195,41.813c-0.061,8.655-2.089,17.183-5.931,24.939 c-7.736,3.803-16.233,5.801-24.853,5.845c-16.725,1.877-34.027,3.819-41.728,17.067S32,151.616,38.741,166.912 c4.357,7.689,6.869,16.284,7.339,25.109c-1.237,4.608-10.667,11.563-18.219,17.067C14.805,218.688,0,229.611,0,245.355 s14.805,26.667,27.883,36.267c7.552,5.568,17.067,12.523,18.219,17.067c-0.484,8.796-2.996,17.36-7.339,25.024 c-6.656,15.275-13.525,31.104-5.888,44.267c7.637,13.163,25.003,15.296,41.707,17.067c8.658,0.058,17.188,2.094,24.939,5.952 c3.864,7.778,5.893,16.339,5.931,25.024c1.877,16.704,3.819,33.984,17.067,41.707c13.248,7.723,28.971,0.768,44.267-5.888 c7.749-4.293,16.37-6.773,25.216-7.253c4.608,1.237,11.541,10.667,17.067,18.219c9.621,13.056,20.523,27.861,36.267,27.861 s26.645-14.805,36.267-27.861c5.589-7.573,12.523-17.067,17.067-18.24c8.8,0.498,17.368,3.008,25.045,7.339 c15.275,6.656,31.104,13.483,44.245,5.909c13.141-7.573,15.317-25.003,17.195-41.728c0.061-8.655,2.089-17.183,5.931-24.939 c7.75-3.834,16.271-5.855,24.917-5.909c16.725-1.877,34.027-3.819,41.728-17.067c7.701-13.248,0.747-28.971-5.888-44.267 c-4.343-7.728-6.826-16.362-7.253-25.216c1.237-4.608,10.667-11.563,18.219-17.067c13.056-9.621,27.883-20.544,27.883-36.267 S475.861,218.688,462.784,209.088z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M181.333,298.688c-3.357,0-6.519-1.581-8.533-4.267L128,234.688v53.333 c0,5.891-4.776,10.667-10.667,10.667s-10.667-4.776-10.667-10.667v-85.333c0-5.891,4.776-10.667,10.667-10.667 c3.357,0,6.519,1.581,8.533,4.267l44.8,59.733v-53.333c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667 v85.333c-0.003,4.589-2.942,8.662-7.296,10.112C183.618,298.501,182.48,298.688,181.333,298.688z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M266.667,298.688H224c-5.891,0-10.667-4.776-10.667-10.667v-85.333 c0-5.891,4.776-10.667,10.667-10.667h42.667c5.891,0,10.667,4.776,10.667,10.667c0,5.891-4.776,10.667-10.667,10.667h-32v64h32 c5.891,0,10.667,4.776,10.667,10.667S272.558,298.688,266.667,298.688z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M266.667,256.021H224c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667h42.667 c5.891,0,10.667,4.776,10.667,10.667S272.558,256.021,266.667,256.021z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M373.333,298.688c-4.597,0.006-8.681-2.934-10.133-7.296L352,257.749l-11.2,33.643 c-1.363,4.603-5.751,7.633-10.539,7.275c-4.738-0.18-8.788-3.465-9.941-8.064l-21.333-85.333 c-1.426-5.72,2.056-11.513,7.776-12.939c5.72-1.426,11.513,2.056,12.939,7.776l12.437,49.792l9.749-29.248 c2.535-5.591,9.122-8.068,14.713-5.533c2.454,1.113,4.42,3.079,5.533,5.533l9.749,29.248l12.437-49.792 c1.426-5.72,7.218-9.202,12.939-7.776c5.72,1.426,9.202,7.218,7.776,12.939l-21.333,85.333c-1.153,4.599-5.204,7.884-9.941,8.064 L373.333,298.688z'%3E%3C/path%3E%3C/svg%3E")
}

.results-row .one-result .right-info-block {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 30px 15px;
    position: relative;
    width: 62.5%
}

#footer-top-block .one-info-block:last-child,#new-from-blog .new-posts>div:last-child,.results-row .one-result:last-child,.sidebar-pop-list .one-pop-post:last-child {
    margin-bottom: 0
}



#owners-page #top-section{
    padding-bottom: 325px;
    background-image: url(../img/owners/bg_top_section.jpg);
    background-position: bottom center;
    background-size: contain;
    background-repeat: no-repeat;
}
#owners-page #top-section h1{
    margin: 50px 0 30px;
    font-size: 40px;
    line-height: 1.25em;
    font-weight: 700;
}
#owners-page .breadcrumbs{
    margin-top: 20px;
}
#owners-page #top-section ul.location{
    margin: 0;
    padding: 0;
    list-style-type: none;
    column-count: 3;
}
#owners-page #top-section ul.location li{
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 1.6em;
    margin-bottom: 1.2em;
    padding-left: 40px;
    font-weight: 600;
}
#owners-page #top-section ul.location li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 1.5em;
    height: 1.5em;
    transform: translate(0, -50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23791106' d='M256,0C153.755,0,70.573,83.182,70.573,185.426c0,126.888,165.939,313.167,173.004,321.035 c6.636,7.391,18.222,7.378,24.846,0c7.065-7.868,173.004-194.147,173.004-321.035C441.425,83.182,358.244,0,256,0z M256,278.719 c-51.442,0-93.292-41.851-93.292-93.293S204.559,92.134,256,92.134s93.291,41.851,93.291,93.293S307.441,278.719,256,278.719z'/%3E%3C/svg%3E");
}

#info-for-owners .after-number{
    display: inline-block;
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#info-for-owners .after-number > span{
    display: block;
}
#dark-section{
    padding: 100px 0;
}
#dark-section .dark-block-out{
    background-color: #282d39;
    padding: 18px 45px;
}

#dark-section .dark-block{
    background-color: #282d39;
    padding: 23px 39px;
}
#dark-section .dark-block-inner{
    padding: 30px 100px;
    border: 2px solid #fff;
}
#dark-section .text{
    display: inline-block;
    font-size: 18px;
    line-height: 1.55em;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff
}
#owners-page #dark-section .dark-block{
    display: block;
    color: #fff;
    font-size: 18px;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
    padding: 35px 125px;
    border: 2px solid #fff;
    text-align: center;
}
#owners-page .form-section form {
    display: inline-block;
    width: 100%;
    padding: 40px 60px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    background-image: url(../img/owners/bg_form_block.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#owners-page .form-section form .title{
    font-size: 36px;
    line-height: 1.3em;
    font-weight: 300;
    display: block;
    width: 60%;
}
#owners-page .form-section form .subtitle{
    font-size: 14px;
    line-height: 1.7em;
    font-weight: 600;
    display: block;
    width: 44%;
    margin-bottom: 30px;
}
#owners-page .form-section form .inputs-block{
    width: 40%;
}
#owners-page .form-section form .inputs-block .custom-input{
    margin-bottom: 14px;
}
#owners-page .form-section form .inputs-block .submit{
    margin: 16px 0 30px;
}
form .custom-checkbox{
    max-height: 1.5em;
    font-size: 12px;
}
form .custom-checkbox a {
    color: inherit;
    font-weight: 600;
}
#about-for-partners .numbers-row{
    margin-top: 50px;
}
#about-for-partners .numbers-row > div {
    margin-bottom: 30px;
}
#about-for-partners .numbers-row .number{
    line-height: 1.1em;
}
#about-for-partners .numbers-row .text-under-number{
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1.6em;
    margin-bottom: 25px;
    max-height: 1.6em;
}
#about-for-partners .numbers-row .desc{
    font-size: 16px;
    line-height: 1.6em;
}
#about-for-partners {
    padding: 100px 0;
}
#for-partners{
    background-image: url(../img/partners/bg_for_partners.jpg);
    background-size: contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding: 0 0 80px; 
}
#for-partners .text{
    font-size: 20px;
    line-height: 1.3em;
    font-weight: 500;
    margin-bottom: 30px;
}
#for-partners .icons-block{
    display: flex;
    margin: 0 -15px 50px;
}
#for-partners .icons-block .icon{
    display: block;
    width: 80px;
    height: 80px;
    margin-right: 20px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}
#for-partners .icons-block span{
    width: calc(100% - 100px);
    font-size: 18px;
    font-weight: 600;
}
#for-partners .icons-block .icon.organization{background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 511.63 512"%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%23ffbe35;%7D.cls-2%7Bfill:%23d92;%7D.cls-3%7Bfill:%2393482b;%7D.cls-4%7Bfill:%23873921;%7D.cls-5%7Bfill:%23efefef;%7D.cls-6%7Bfill:%23eab883;%7D.cls-7%7Bfill:%23e0a773;%7D.cls-8%7Bfill:%23ddd;%7D.cls-9%7Bfill:%238c0a05;%7D.cls-10%7Bfill:%23f7cf9c;%7D.cls-11%7Bfill:%23212936;%7D%3C/style%3E%3C/defs%3E%3Ccircle class="cls-1" cx="256.15" cy="229.04" r="220.99"/%3E%3Cpath class="cls-2" d="M118.37,308.58C62.6,212,88.06,90.79,173.54,24.06,48.9,74.48-2.38,223.2,64.78,339.53s221.53,146.32,327.58,63.53C291.83,443.73,174.14,405.18,118.37,308.58Z"/%3E%3Cpath class="cls-3" d="M480.67,316.68c-3.86-76.17-112.12-88-132.41-14.51A64,64,0,0,0,346,314.75c-.23,3-.26,18.24-.25,27.41h135C480.78,318.38,480.77,318.69,480.67,316.68Z"/%3E%3Cpath class="cls-4" d="M396.65,302.17c6.52-23.61,22.12-38.4,40.42-45.1-33.79-12.07-76.78,1.5-88.81,45.1A64,64,0,0,0,346,314.75c-.23,3-.26,18.24-.25,27.41h48.4C394.15,316.12,394,311.89,396.65,302.17Z"/%3E%3Cpath class="cls-5" d="M484.23,504.49a19.16,19.16,0,0,0,18.92-22.24l-4.73-29.07c-1.36-6.87-2.13-18.28-15.28-23.81-1.23-.51-4-1.28-4-1.27-57.66-20.36-4.6-1.62-30.1-10.6l-12.77-7.91v-15.2a52,52,0,0,1-44.53,1v14.24l-13.14,8.05L371.89,420h0c-.1,0-27.81,9.85-26,9-7.27,2.72-13.43,8.7-14.29,17.07-.37,3.65-5.12,30.24-8,46.26a10.32,10.32,0,0,0,10.17,12.16Z"/%3E%3Cpath class="cls-6" d="M413.28,430.53l25.94-19.13h0l-2.91-1.81v-15.2a52,52,0,0,1-44.53,1v14.24l-2.94,1.81Z"/%3E%3Cpath class="cls-7" d="M413.42,399.88a50.36,50.36,0,0,1-21.64-4.53v14.24l-2.94,1.81,24,18.8h.55V399.88Z"/%3E%3Cpath class="cls-8" d="M391.79,409.59l21.49,20.94L394.1,443.88a5.1,5.1,0,0,1-7.75-2.6l-7.7-23.64Z"/%3E%3Cpath class="cls-8" d="M436.31,409.59l-23,20.94,19.19,13.35a5.09,5.09,0,0,0,7.74-2.6l8.87-23.78Z"/%3E%3Cpath class="cls-9" d="M421.93,460.11H404.64l-11.87,44.42h41Z"/%3E%3Cpath class="cls-9" d="M413.28,430.53l-16.11,11.21,7.47,18.37h17.29l7.46-18.37Z"/%3E%3Cpath class="cls-9" d="M421.93,460.11H404.64l-11.87,44.42h17.3l11.86-44.4Z"/%3E%3Cpath class="cls-9" d="M410.66,432.35l-13.49,9.39,7.47,18.37h17.29Z"/%3E%3Cpath class="cls-6" d="M366.06,334.31c-11.72-4.18-25.32,3.59-25.32,14.92s13.6,19.09,25.32,14.91Z"/%3E%3Cpath class="cls-6" d="M460.53,334.31c11.71-4.18,25.32,3.59,25.32,14.92s-13.61,19.09-25.32,14.91Z"/%3E%3Cpath class="cls-7" d="M342.48,342.48c-7.19,13.14,8.57,27,23.58,21.66V350.65C356.87,353.93,346.52,349.85,342.48,342.48Z"/%3E%3Cpath class="cls-7" d="M460.53,350.65v13.49c11.71,4.18,25.32-3.59,25.32-14.91a14,14,0,0,0-1.75-6.75C480.07,349.85,469.72,353.93,460.53,350.65Z"/%3E%3Cpath class="cls-10" d="M460.09,316.66a2.43,2.43,0,0,1,2.21,2.41c0,41.27,0,35.23-.07,37.15-2.8,55.33-81.44,63.93-96.18,10.54a46.78,46.78,0,0,1-1.61-9.13c-.27-3.47-.16-22.28-.16-22.22a15.75,15.75,0,0,1,18-15.57c15,2.16,36.85,1.32,55.92-15a4,4,0,0,1,6.19,1.12C446.79,310.23,451.49,315.83,460.09,316.66Z"/%3E%3Cpath class="cls-6" d="M394.34,356.22c-.1-1.89-.07,3.95-.07-35.52a81.54,81.54,0,0,1-11.95-.86,15.75,15.75,0,0,0-18,15.57c0-.06-.11,18.75.16,22.22,2.54,32.52,33.16,52,63.84,42.64C410.42,394.81,395.53,379.74,394.34,356.22Z"/%3E%3Cpath class="cls-8" d="M473.76,486.23a7.5,7.5,0,0,0-15,0v18.26h15Z"/%3E%3Cpath class="cls-3" d="M163.43,316.68c-3.86-76.17-112.13-88-132.42-14.51a64,64,0,0,0-2.22,12.58c-.23,3-.26,18.24-.25,27.41h135C163.53,318.38,163.53,318.69,163.43,316.68Z"/%3E%3Cpath class="cls-4" d="M79.41,302.17c6.52-23.61,22.12-38.4,40.42-45.1C86,245,43,258.57,31,302.17a63.26,63.26,0,0,0-2.21,12.58c-.24,3-.27,18.24-.25,27.41H76.94C76.91,316.12,76.74,311.89,79.41,302.17Z"/%3E%3Cpath class="cls-5" d="M167,504.49a19.16,19.16,0,0,0,18.92-22.24l-4.73-29.07c-1.35-6.87-2.13-18.28-15.28-23.81-1.22-.51-4-1.28-4-1.27-57.66-20.36-4.6-1.62-30.1-10.6l-12.77-7.91v-15.2a52,52,0,0,1-44.53,1v14.24l-13.13,8.05L54.64,420h0c-.11,0-27.82,9.85-26,9-7.27,2.72-13.42,8.7-14.28,17.07-.29,2.82-3.18,19.26-5.81,34A20.79,20.79,0,0,0,29,504.49Z"/%3E%3Cpath class="cls-8" d="M25.3,480.06c6.48-42.4,5.32-43,8.52-48a22.58,22.58,0,0,1,9-7.94C28.35,429.23,28.55,429,28.65,429a23.25,23.25,0,0,0-11.58,9.09c-2.83,4.38-1.59,3.18-8.52,42A20.79,20.79,0,0,0,29,504.5H45.76A20.79,20.79,0,0,1,25.3,480.06Z"/%3E%3Cpath class="cls-6" d="M96,430.53,122,411.4h0l-2.91-1.81v-15.2a52,52,0,0,1-44.53,1v14.24L71.6,411.4Z"/%3E%3Cpath class="cls-7" d="M96.17,399.88a50.4,50.4,0,0,1-21.64-4.53v14.24L71.6,411.4l24,18.8h.55V399.88Z"/%3E%3Cpath class="cls-8" d="M74.54,409.59,96,430.53,76.85,443.88a5.08,5.08,0,0,1-7.74-2.6l-7.7-23.64Z"/%3E%3Cpath class="cls-8" d="M119.06,409.59,96,430.53l19.18,13.35a5.08,5.08,0,0,0,7.74-2.6l8.87-23.78Z"/%3E%3Cpath class="cls-9" d="M104.68,460.11H87.39L75.52,504.53h41Z"/%3E%3Cpath class="cls-9" d="M96,430.53,79.93,441.74l7.46,18.37h17.29l7.46-18.37Z"/%3E%3Cpath class="cls-9" d="M104.68,460.11H87.39L75.52,504.53h17.3l11.86-44.4Z"/%3E%3Cpath class="cls-9" d="M93.42,432.35l-13.49,9.39,7.46,18.37h17.29Z"/%3E%3Cpath class="cls-6" d="M48.81,334.31c-11.71-4.18-25.32,3.59-25.32,14.92s13.61,19.09,25.32,14.91Z"/%3E%3Cpath class="cls-6" d="M143.28,334.31c11.72-4.18,25.32,3.59,25.32,14.92s-13.6,19.09-25.32,14.91Z"/%3E%3Cpath class="cls-7" d="M25.24,342.48a14,14,0,0,0-1.75,6.75c0,11.32,13.61,19.09,25.32,14.91V350.65C39.62,353.93,29.27,349.85,25.24,342.48Z"/%3E%3Cpath class="cls-7" d="M143.28,350.65v13.49c15,5.35,30.77-8.52,23.58-21.66C162.82,349.85,152.47,353.93,143.28,350.65Z"/%3E%3Cpath class="cls-10" d="M142.84,316.66a2.44,2.44,0,0,1,2.22,2.41c0,41.27,0,35.23-.07,37.15-2.81,55.33-81.45,63.93-96.18,10.54a45.33,45.33,0,0,1-1.61-9.13c-.28-3.47-.16-22.28-.16-22.22a15.75,15.75,0,0,1,18-15.57c15,2.16,36.84,1.32,55.92-15a4,4,0,0,1,6.19,1.12C129.55,310.23,134.25,315.83,142.84,316.66Z"/%3E%3Cpath class="cls-6" d="M77.09,356.22c-.1-1.89-.07,3.95-.07-35.52a81.64,81.64,0,0,1-12-.86,15.75,15.75,0,0,0-18,15.57c0-.06-.12,18.75.16,22.22a46.06,46.06,0,0,0,1.6,9.13c8.48,30.7,38.07,40.89,62.24,33.51C93.17,394.81,78.28,379.74,77.09,356.22Z"/%3E%3Cpath class="cls-8" d="M51.59,504.49V486.23a7.5,7.5,0,0,0-15,0v18.26Z"/%3E%3Cpath class="cls-3" d="M339,267.94c-4.85-95.77-141-110.66-166.48-18.24-3.73,13.56-3.14,21-3.1,50.28H339.1C339.11,270.08,339.1,270.46,339,267.94Z"/%3E%3Cpath class="cls-4" d="M222.93,265.51c2.52-32.35,22.85-63,57.35-73.79-41.84-12.83-93.12,4.81-107.79,58-3.73,13.56-3.14,21-3.1,50.28h53.22C222.6,288.45,222.63,269.27,222.93,265.51Z"/%3E%3Cpath class="cls-5" d="M353.72,504.08a15.36,15.36,0,0,0,15.16-17.83l-7.59-46.69c-1.71-8.63-2.68-23-19.21-29.93-.1,0-42.37-14.64-42.93-15-16.68-10.33-16-9.63-16-10.48V367.37a1.08,1.08,0,0,0-1.55-1,65.42,65.42,0,0,1-52.92,1.13,1.07,1.07,0,0,0-1.51,1c0,17,.22,16.12-.51,16.57-17,10.44-15.93,9.78-16.11,9.84l-8.39,2.88h0c-.11,0-34.91,12.36-32.67,11.35-9.15,3.42-16.88,10.94-18,21.46-.44,4.3-5.69,33.8-9.33,54.09a16.46,16.46,0,0,0,16.2,19.37Z"/%3E%3Cpath class="cls-8" d="M161.17,484.7s8.89-56.78,9.33-61.08c.88-8.6,6.11-15.27,13.52-19.41-14.84,5.2-14.62,5-14.5,5-9.15,3.42-16.89,10.94-18,21.46-.44,4.3-5.69,33.8-9.33,54.08a16.46,16.46,0,0,0,16.2,19.38h19A16.46,16.46,0,0,1,161.17,484.7Z"/%3E%3Cpath class="cls-6" d="M254.24,411.08,286.85,387h0l-3.66-2.27V365.65c-17.23,8.67-38.38,9.34-56,1.2v17.91l-3.7,2.27Z"/%3E%3Cpath class="cls-7" d="M254.24,411.08V372.57a63.29,63.29,0,0,1-27-5.72v17.91l-3.7,2.27Z"/%3E%3Cpath class="cls-8" d="M227.22,384.76l27,26.32-24.12,16.79a6.39,6.39,0,0,1-9.73-3.27l-9.68-29.72Z"/%3E%3Cpath class="cls-8" d="M283.19,384.76l-28.95,26.32,24.13,16.79a6.39,6.39,0,0,0,9.73-3.27l11.15-29.9Z"/%3E%3Cpath class="cls-9" d="M265.13,448.24l-21.79-.05-14.89,55.93H280Z"/%3E%3Cpolygon class="cls-9" points="265.13 448.24 243.34 448.19 228.45 504.12 250.96 504.12 265.36 449.12 265.13 448.24"/%3E%3Cpath class="cls-6" d="M194.87,290.11c-14.73-5.25-31.84,4.51-31.84,18.75s17.11,24,31.84,18.75Z"/%3E%3Cpath class="cls-6" d="M313.64,290.11c14.73-5.25,31.84,4.51,31.84,18.75s-17.1,24-31.84,18.75Z"/%3E%3Cpath class="cls-7" d="M165.49,299.93a17.63,17.63,0,0,0-2.46,8.93c0,14.24,17.11,24,31.84,18.75V309.75C183.51,313.8,170.74,308.91,165.49,299.93Z"/%3E%3Cpath class="cls-7" d="M313.64,309.75v17.86c14.74,5.25,31.84-4.51,31.84-18.75a17.62,17.62,0,0,0-2.45-8.93C337.78,308.91,325,313.8,313.64,309.75Z"/%3E%3Cpath id="SVGCleanerId_0" data-name="SVGCleanerId 0" class="cls-10" d="M313.09,267.92a3,3,0,0,1,2.78,3c0,51.88,0,44.29-.08,46.71-3.53,69.56-102.4,80.37-120.93,13.25a58.13,58.13,0,0,1-2-11.49c-.35-4.35-.2-28-.2-27.93a19.8,19.8,0,0,1,22.68-19.57c18.83,2.71,46.32,1.66,70.31-18.85a5.1,5.1,0,0,1,7.78,1.41C296.38,259.84,302.29,266.87,313.09,267.92Z"/%3E%3Cpath id="SVGCleanerId_0-2" data-name="SVGCleanerId 0" class="cls-10" d="M313.09,267.92a3,3,0,0,1,2.78,3c0,51.88,0,44.29-.08,46.71-3.53,69.56-102.4,80.37-120.93,13.25a58.13,58.13,0,0,1-2-11.49c-.35-4.35-.2-28-.2-27.93a19.8,19.8,0,0,1,22.68-19.57c18.83,2.71,46.32,1.66,70.31-18.85a5.1,5.1,0,0,1,7.78,1.41C296.38,259.84,302.29,266.87,313.09,267.92Z"/%3E%3Cpath class="cls-6" d="M222.7,317.66c-.12-2.39-.09,5-.09-44.94-2.54-.2-5-.47-7.29-.8a19.8,19.8,0,0,0-22.68,19.57c0-.08-.15,23.57.2,27.93a58.13,58.13,0,0,0,2,11.49c10.21,37,44.79,50.29,74.39,43.17C245.11,368.28,224.29,348.9,222.7,317.66Z"/%3E%3Cpath class="cls-9" d="M254.24,411.08,234,425.18l9.38,23.1h21.74l9.38-23.1Z"/%3E%3Cpath class="cls-9" d="M251,413.36l-17,11.82,9.38,23.1h21.74l0,0Z"/%3E%3Cpath d="M327.8,396.26h0Z"/%3E%3Cpath d="M327.78,396.25h0Z"/%3E%3Cpath d="M327.76,396.24h0Z"/%3E%3Cpath d="M486.48,422.75c.45.13-.14-.09,0,0Z"/%3E%3Cpath d="M327.85,396.27l.11,0Z"/%3E%3Cpath class="cls-11" d="M511.27,480.76c-6-35.44-5.15-49.75-24.3-57.8l-.49-.21c-.93-.28-6.3-2.07-31.78-11.07v0c-2.6-.92.06.12-9.64-5.65v-3.88a52.33,52.33,0,0,0,22.8-28.54c22.61,1.76,35.58-22.9,21.37-38.48,0-17.94,1-35.13-11.5-54.64A228.4,228.4,0,0,0,408.48,58.67a7.5,7.5,0,0,0-10.05,11.14,212.39,212.39,0,0,1,32.31,36.76,462,462,0,0,0-68.5-17.94C349.78,61,333.82,38.79,315.62,23.53a211.85,211.85,0,0,1,55.92,25.64,7.5,7.5,0,1,0,8.17-12.58c-87.94-57-207.24-47.7-285.13,30.19A227.74,227.74,0,0,0,34,280.84c-12.89,21-11.62,39-11.6,54.35C8.13,350.84,21.31,375.6,44,373.62c4.62,13.4,12.82,22.84,22.56,28.84v3.6L65,407c-8.34,4.93-5.63,3.83-8.11,4.7v0c-38.6,13.64-29.22,10-32.27,11.28C15.11,427,9.19,434,6.53,444.52a7.5,7.5,0,1,0,14.54,3.68c1.1-4.34,3-8.72,9.38-11.4.9-.38,3-.91,3.53-1.11,28.08-9.92,21.17-7.47,22.94-8.09l6.2,16.61a12.53,12.53,0,0,0,13.93,8.32l3.4,8.38L70.81,497H52.22V479.57a7.5,7.5,0,0,0-15,0V497c-7-.62-14.1,2-19.39-4.19a12.62,12.62,0,0,1-2.51-10.7A7.5,7.5,0,1,0,.51,479.69,27.2,27.2,0,0,0,6.4,502.52,26.91,26.91,0,0,0,26.91,512h457.8A26.92,26.92,0,0,0,511.27,480.76ZM455.81,356.84c-1,18.82-12.83,33.21-31.07,37.66-26.25,6.23-49.53-11.53-51.11-36.67-.18-3.05-.13-20-.12-21.28a8.13,8.13,0,0,1,9.34-8c15.63,2.26,38.11,1.5,58.42-14.11a26.64,26.64,0,0,0,14.6,10.16C455.85,332.47,455.91,354.85,455.81,356.84Zm-128.06,39.4h0l-21.83-7.71h0c-3.75-1.21.11.1-13.59-7.93v-7.19a64.75,64.75,0,0,0,29.54-37.28,32.22,32.22,0,0,0,18.29-3.07v2.13c-9,9.9-7.86,25.71,4.53,34.05h0a194.44,194.44,0,0,1-16.33,27.2l-.58-.21h0ZM282.94,421h0L267.77,410.4l17.9-16.27,6.07,3.76-8.65,23.18-.15-.11Zm-27-20.08-19.8-19.27v-.73a73.28,73.28,0,0,0,41.16-.81v1.39Zm10.93,27.18L261.62,441H249.9l-5.25-12.94,11.11-7.74ZM163.12,286A70.09,70.09,0,0,0,138,258.89c-.63-7.75-1-15.58-1.19-23.39h33.75C162.63,254.74,163.12,265.27,163.12,286Zm-5.47,71.35a11.76,11.76,0,0,1-4.54,1.34V341.85C162.41,342.58,166,352.82,157.65,357.35Zm28.8-36a16.62,16.62,0,0,1-10.4-3c-11.27-7.95-3.67-23.22,10.38-22.52C186.42,298.05,186.45,321.26,186.45,321.37ZM136.78,220.5c.78-40.07,7.89-81.68,23.2-118.52a575.21,575.21,0,0,1,88.32-7.81v85.64c-28.76,1.93-54.75,16.48-70.09,40.69Zm34.67,114.66v-2.08a32.15,32.15,0,0,0,18.5,3c6,18.64,17.56,31.24,31.19,38.73v5.76c-15.06,9.22-6.32,5.41-37.52,16.35a197.36,197.36,0,0,1-16.68-27.69A22.39,22.39,0,0,0,171.45,335.16Zm56.14,59.06,16.43,16L228.47,421,221,398.23Zm-23.4-62.89c-3.19-9.9-2.74-13-2.74-40.13A12.36,12.36,0,0,1,215.63,279c19.87,2.87,48.67,1.83,74.33-18.83a32.12,32.12,0,0,0,20.13,14.23c0,43.45.14,41.23-.33,45.92C303.92,377.86,221.89,386.44,204.19,331.33Zm120.91-10V295.88a16.56,16.56,0,0,1,12.07,4.34C346.22,308.94,337.85,322,325.1,321.37Zm33.41,37.32a11.54,11.54,0,0,1-6.27-2.48c-6.55-5.39-1.57-13.73,6.25-14.36C358.48,346.41,358.49,344.59,358.51,358.69Zm-10.11-71.8c0-15.05,1.17-31.33-6.9-51.39h33.34c-.16,7.71-.54,15.42-1.16,23A69.42,69.42,0,0,0,348.4,286.89Zm10.78,86.83c1,0,2.48-.09,2.58-.09,4,11.53,10.65,20.37,19.31,26.64a212.9,212.9,0,0,1-20,12.9,38.61,38.61,0,0,0-18-11.71A215.79,215.79,0,0,0,359.18,373.72Zm101.26-48.33h0Zm16.1,31.28a11.37,11.37,0,0,1-5.67,2V341.85C479.51,342.52,483.6,351.69,476.54,356.67Zm-2.33-29.5a26.6,26.6,0,0,0-3.34-.33v-6.52a9.88,9.88,0,0,0-9-9.86c-4.17-.4-7.44-2.69-9.72-6.79a11.52,11.52,0,0,0-17.57-3.17c-16.81,14.37-36.25,15.09-49.6,13.16a23.18,23.18,0,0,0-24.36,13.18,27.24,27.24,0,0,0-5.49.33c.06-14.22,1.05-24.92,9.39-38.38,11.92-19.19,32.47-27.22,51.52-26.69,29.25.95,56.3,21.38,58.06,56.22C474.22,320.26,474.21,316.14,474.21,327.17Zm-8.82-61c-20.88-18.51-50.58-23.74-76.18-15q.46-7.8.62-15.64h78.83A211.65,211.65,0,0,1,465.39,266.13ZM263.31,15.44C284.09,17.8,304.14,30,321.7,51a182.7,182.7,0,0,1,22.4,34.6,594.89,594.89,0,0,0-80.79-6.44Zm0,78.73a576.11,576.11,0,0,1,88.3,7.8A289,289,0,0,1,366,147.28a7.5,7.5,0,1,0,14.61-3.38,313.1,313.1,0,0,0-11.52-38.67,414.46,414.46,0,0,1,74.48,22.25,213.15,213.15,0,0,1,25.13,93H389.83a385.3,385.3,0,0,0-2.92-40.84A7.5,7.5,0,1,0,372,181.53a371.42,371.42,0,0,1,2.8,39H333.69c-15.55-23.78-42.25-38.23-70.38-40.57V94.17Zm70,173.78c.14,2.81.12-3.63.11,13.8a32,32,0,0,0-8.29-.87V270.59a10.53,10.53,0,0,0-9.56-10.51h0c-6-.58-10.68-3.83-13.91-9.65A12.6,12.6,0,0,0,282.37,247c-21.92,18.74-47.22,19.68-64.6,17.18A27.37,27.37,0,0,0,188.43,281a32.07,32.07,0,0,0-10.3.75c0-3.85,0-9.53.15-13.37,1.09-32.21,25.47-71.66,73.46-73.71C291.79,193,330.85,220.1,333.28,268Zm-85-252.51V79.16a594.74,594.74,0,0,0-80.78,6.44C184.3,52.53,211.35,19.61,248.3,15.44Zm-52.38,8.15c-20.29,17.09-35.59,41-46.49,65a460.73,460.73,0,0,0-68.5,17.93A213.75,213.75,0,0,1,195.92,23.59ZM68.06,127.49a414.09,414.09,0,0,1,74.52-22.26c-13.52,36.11-20.07,75.94-20.81,115.27H43A211.25,211.25,0,0,1,68.06,127.49Zm53.72,108c.1,5.33.33,10.65.64,16-27.9-9.65-57.33-2.83-76.22,14.52A210.77,210.77,0,0,1,43,235.5ZM31.47,350.27c0-4.68,4.54-8,9.25-8.42,0,4.69,0,8.42,0,16.84C36.07,358.33,31.47,355,31.47,350.27Zm11.41-23.43a27.29,27.29,0,0,0-5.5.33c0-8.44-.06-13.5,2.18-21.64C57.4,240.89,153,251.07,156.36,318.32c.1,2,.09-2.29.09,8.85a26.76,26.76,0,0,0-3.35-.33v-6.52a9.88,9.88,0,0,0-9-9.86c-4.17-.41-7.44-2.69-9.71-6.79a11.53,11.53,0,0,0-17.58-3.17c-16.81,14.37-36.25,15.09-49.6,13.16A23.17,23.17,0,0,0,42.88,326.84Zm13,31.18c-.21-2.57-.14-15.42-.14-21.47a8.14,8.14,0,0,1,9.35-8c15.62,2.26,38.11,1.5,58.41-14.11a26.68,26.68,0,0,0,14.6,10.16c0,30.93,1.06,37.58-3.92,48.32C117.69,408.11,59.31,402,55.88,358Zm20.31,78.31-5.64-15.1,2.65-1.64,11.72,10.66ZM86.34,497l7.77-29.08h5.65L107.53,497Zm3.8-52.09,6.79-4.73,6.8,4.73-3.26,8H93.4Zm6.62-24.17L84.41,409.5a62.61,62.61,0,0,0,23.57.3Zm22.58-1.05,3,1.85-4.79,14.72-8.89-6.19ZM141.53,497H123.06l-9.64-36.08,3.4-8.37a12.54,12.54,0,0,0,14-8.51l5.29-16.23,9,3.2C139.32,472.23,132.4,482,141.53,497Zm-11.15-96.84a52.11,52.11,0,0,0,19.7-26.51c.1,0,1.77.09,2.35.08A213.76,213.76,0,0,0,168.85,402c-4.62,1.22-12.16,5.74-17,11.91A213.69,213.69,0,0,1,130.38,400.15ZM224.14,497H197V472.84a7.5,7.5,0,1,0-15,0V497H168.18a16.16,16.16,0,0,1-15.92-19c9.3-52,7.75-49.41,10.19-53.18,4.31-6.67,10-8.11,15.58-10,7.37-2.52,19.26-6.73,29.28-10.26l7.35,22.57a13.9,13.9,0,0,0,17.08,9.07L237,449Zm15.53,0,10.94-41h10.3l10.94,41Zm105,0H329.58V472.84a7.51,7.51,0,1,0-15,0V497H287.38l-12.82-48,5.22-12.85a13.91,13.91,0,0,0,17-8.89l8.57-23,2.31.8h0c.47.15-.35-.14,2.42.84,48.11,17,40.81,5.53,51.53,71.16A17.15,17.15,0,0,1,344.7,497Zm43.85,0H371.89a32.18,32.18,0,0,0,4.54-22.33c-3.79-22.93-6-38.16-7.5-44.53l6.58-2.33L380.8,444a12.56,12.56,0,0,0,14,8.51l3.4,8.37ZM394,436.25l-4.79-14.72,3-1.85,10.66,10.38Zm33.37-26.94-12.56,11.42L403.64,409.8A59.13,59.13,0,0,0,427.41,409.31Zm-5.94,35.59-3.25,8h-7.08l-3.26-8,6.8-4.73ZM404.08,497l7.77-29.08h5.65L425.27,497Zm34.33-77.4,2.65,1.64-5.64,15.1-8.73-6.08Zm55.37,73.21c-5.29,6.22-12.39,3.57-19.39,4.19V479.57a7.5,7.5,0,0,0-15,0V497H440.8l-9.64-36.08,3.4-8.38a12.53,12.53,0,0,0,13.93-8.32l6.2-16.61c12.71,4.47-3.59-1.28,16.9,6s17.23,2.92,24.87,49.61A11.86,11.86,0,0,1,493.78,492.8Z"/%3E%3Cpath d="M307.68,405.07Z"/%3E%3Cpath d="M328,396.31l0,0Z"/%3E%3Cpath d="M328.11,396.37Z"/%3E%3Cpath d="M328,396.33l.11,0Z"/%3E%3C/svg%3E');}
#for-partners .icons-block .icon.individual{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 359.19 511.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2393482b;%7D.cls-2%7Bfill:%23873921;%7D.cls-3%7Bfill:%23eab883;%7D.cls-4%7Bfill:%23e0a773;%7D.cls-5%7Bfill:%23efefef;%7D.cls-6%7Bfill:%23ddd;%7D.cls-7%7Bfill:%23f7cf9c;%7D.cls-8%7Bfill:%238c0a05;%7D.cls-9%7Bfill:%23212936;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M291.82,114.69c-6.48-128-188.4-147.89-222.49-24.38-4.75,17.26-4.21,25-4.15,73.58H292C292,123.94,292,118.06,291.82,114.69Z'/%3E%3Cpath class='cls-2' d='M119.94,111.44a108.22,108.22,0,0,1,3.72-21.13C136.17,45,168.56,19,204.89,10.54,150.72-1.84,88,22.82,69.33,90.31c-4.75,17.26-4.21,25-4.15,73.58h54.34C119.5,148.49,119.54,116.46,119.94,111.44Z'/%3E%3Cpath class='cls-3' d='M90.34,155.53c-18.56-6.61-39.7,5.69-39.7,23.63s21.14,30.24,39.7,23.63Z'/%3E%3Cpath class='cls-3' d='M266.87,155.53c18.56-6.61,39.71,5.69,39.71,23.63s-21.15,30.24-39.71,23.63Z'/%3E%3Cpath class='cls-4' d='M53.62,168c-11.81,20.78,12.65,43.37,36.72,34.79V180.47C76,185.58,60.09,179.38,53.62,168Z'/%3E%3Cpath class='cls-4' d='M266.87,180.47v22.32c24.11,8.59,48.51-14,36.72-34.79C297.13,179.38,281.23,185.58,266.87,180.47Z'/%3E%3Cpath class='cls-5' d='M332.91,504.46a18.77,18.77,0,0,0,18.53-21.76L333.65,372.3c-2.47-12.5-3.88-33.29-27.82-43.35h0l-66-21.62-19.27-14.41V267.1c-25,12.56-55.59,13.53-81.1,1.74l0,24.08-19.92,14.66L55.85,328.27h0c-13.26,5-24.46,15.84-26,31.09l-22,121.72a19.85,19.85,0,0,0,19.54,23.38Z'/%3E%3Cpath class='cls-6' d='M37.42,481.08c24.4-143.55,21.51-137.86,26.94-146.26A41.56,41.56,0,0,1,81.7,319.87l-25.86,8.4c-13.25,5-24.45,15.84-26,31.09l-22,121.72a19.85,19.85,0,0,0,19.54,23.38H57A19.84,19.84,0,0,1,37.42,481.08ZM55.79,328.29Z'/%3E%3Cpath class='cls-3' d='M227,297.75l-6.46-4.83V267.1c-25,12.56-55.59,13.53-81.1,1.74l0,24.08-6.56,4.83h0l45.71,33.31Z'/%3E%3Cpath class='cls-4' d='M169.59,276.77a90.69,90.69,0,0,1-30.17-7.93l0,24.08-6.56,4.83h0l36.71,26.75V276.77Z'/%3E%3Cpath class='cls-7' d='M263.84,123.66a4.42,4.42,0,0,1,4,4.39c0,75.16.05,64.17-.13,67.66-5.11,100.77-148.34,116.44-175.18,19.2a84.79,84.79,0,0,1-2.93-16.64c-.5-6.31-.29-40.57-.29-40.46a28.69,28.69,0,0,1,32.85-28.36c27.29,3.94,67.11,2.41,101.86-27.29a7.37,7.37,0,0,1,11.27,2C239.62,112,248.19,122.15,263.84,123.66Z'/%3E%3Cpath class='cls-3' d='M120,195.71c-.17-3.47-.13,7.37-.13-66.49a28.67,28.67,0,0,0-30.56,28.59c0-.11-.21,34.15.29,40.46,4.08,52.37,49.63,89.74,104.26,80.5C156.26,272.41,122.46,243.73,120,195.71Z'/%3E%3Cpath class='cls-6' d='M139.44,292.92l39.15,38.14-35,24.31a9.26,9.26,0,0,1-14.1-4.73l-10-43.06Z'/%3E%3Cpath class='cls-6' d='M220.52,292.92l-41.93,38.14,34.94,24.31a9.26,9.26,0,0,0,14.1-4.73l12.16-43.31Z'/%3E%3Cpath class='cls-8' d='M192.54,378.81H164.63L144.06,504.46h69.05Z'/%3E%3Cpolygon class='cls-8' points='178.59 331.06 152.59 349.15 164.63 378.81 178.59 378.81 192.54 378.81 204.59 349.15 178.59 331.06'/%3E%3Cpolygon class='cls-8' points='178.59 378.81 164.63 378.81 144.06 504.46 171.94 504.46 192.5 378.81 178.59 378.81'/%3E%3Cpolygon class='cls-8' points='152.59 349.15 164.63 378.81 178.59 378.81 192.5 378.81 174.32 334.02 152.59 349.15'/%3E%3Cpath d='M190.76,330.39l.07.05Z'/%3E%3Cpath d='M191.37,330.82l0,0Z'/%3E%3Cpath d='M190.83,330.44l.16.11Z'/%3E%3Cpath class='cls-9' d='M354,451.55a7.5,7.5,0,1,0-14.81,2.38l4.83,30A11.28,11.28,0,0,1,332.91,497h-44v-68a7.5,7.5,0,1,0-15,0v68H219.48l-19.2-117.28,7.72-19c.32.08,6.85,6.12,16.16,3a16.6,16.6,0,0,0,10.69-11l10-35.78L303.19,336c22.29,9.53,20.56,24.65,30.45,83.39A7.5,7.5,0,0,0,348.45,417c-9.45-58.61-6.94-43.65-7.44-46.13-3.1-15.72-5.65-37.62-32.28-48.82l-.57-.21-64.87-21.24L228,289.17V274.56c21.68-12.21,39.43-33.05,45.29-62.79,36.49,4.81,56.06-38.91,26.17-59.12,0-35.66,0-34.89-.18-38.34C292.4-22.18,98.43-43.3,62.1,88.32c-5.35,19.43-4.44,31-4.42,64.36-28,19-12.67,59.43,21.18,59.43a39.36,39.36,0,0,0,5.19-.36c.37,1.67.79,3.38,1.28,5.16,8.11,29.38,25.71,48.72,46.59,59.63v12.59l-15.88,11.69L53.22,321.24a49.78,49.78,0,0,0-24.75,19.51c-6.37,9.85-3.49,6.23-28,139A27.36,27.36,0,0,0,27.36,512H94.5a7.5,7.5,0,1,0,0-15H82.88v-68a7.5,7.5,0,0,0-15,0v68H27.36a12.35,12.35,0,0,1-12.15-14.55c23-127.17,22-121.75,22.07-122.28,1.25-12.14,10.28-20.68,21.13-24.81l55.65-18.08c5.82,25,8.19,35.24,8.35,35.72a16.76,16.76,0,0,0,25.52,8.57l1.24-.86,7.72,19L137.69,497H129.5a7.5,7.5,0,0,0,0,15H332.91a26.28,26.28,0,0,0,25.94-30.45ZM231.18,310.25c-11.32,38.7-10,38.6-11.8,39.19-1.58.54-2-.9-10.5-6.44L191.4,330.83h0l0,0h0l-.12-.09h0l-.06,0-.13-.09-.3-.22,0,0-.16-.11h0s0,0,0,0L221,302.63Zm-35.8,41.63-7.89,19.43H169.68l-7.89-19.43,16.8-11.69Zm-48.44-62.12v-6.94A102.22,102.22,0,0,0,213,281.49v8.12l-34.26,31.15Zm43.7,40.55,0,0ZM291.45,193a22.81,22.81,0,0,1-16.07,3.9V161.4C295.88,158.79,307.74,181.52,291.45,193ZM65.76,193c-16.23-11.45-4.54-34.24,16.06-31.61,0,33.33,0,12.67,0,35.51A22.83,22.83,0,0,1,65.76,193Zm17.89-46.48a38.38,38.38,0,0,0-11,.2c0-27.11-.81-37.36,3.88-54.42C108.47-23.3,278.28-4.21,284.33,115.07c.15,2.89.17,1.88.16,31.65a38.61,38.61,0,0,0-9.12-.37v-18.3a11.9,11.9,0,0,0-10.81-11.86h0c-12.23-1.18-19.08-9.15-22.68-15.63a14.87,14.87,0,0,0-22.7-4.1C186.57,124.33,149,125.75,123.27,122A36.22,36.22,0,0,0,83.65,146.53Zm16.14,66.39a77.72,77.72,0,0,1-2.68-15.24c-.41-5.2-.23-28-.27-39.87a21.19,21.19,0,0,1,24.29-20.93C149.92,141,192,139.38,228.82,108c7.08,12.68,18.21,20.7,31.55,22.82,0,71.11,0,61.5-.12,64.56C255.6,287.1,124.43,302.16,99.79,212.92Zm39.57,136.3a1.77,1.77,0,0,1-2.62-.71l-8.8-37.82,10.82-8,28.08,27.36ZM152.89,497,171,386.31h15.17L204.28,497Z'/%3E%3Cpath d='M191.16,330.67l.05,0-.14-.09Z'/%3E%3Cpath d='M191,330.55l0,0,0,0Z'/%3E%3Cpath d='M191.07,330.6h0Z'/%3E%3C/svg%3E");}
#for-partners .one-icon-block{
    display: inline-flex;
    align-items: center;
    padding: 0 15px;
    width: 42%;
    float: left;
}
#today-we{
    background-image: url(../img/partners/bg_today_we.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
    text-align: center;
}
#today-we .checkmark_partner{
    display: block;
    margin: 0 auto;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    background-color: #791106;
    margin-bottom: 35px;
    background-size: 84px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"%3E%3Cpath fill="%23fff" d="M256,0C114.497,0,0,114.509,0,256c0,141.503,114.509,256,256,256c141.503,0,256-114.509,256-256 C512,114.497,397.491,0,256,0z M256,477.867c-122.337,0-221.867-99.529-221.867-221.867S133.663,34.133,256,34.133 S477.867,133.663,477.867,256S378.337,477.867,256,477.867z"/%3E%3Cpath fill="%23fff" d="M391.515,161.929c-6.665-6.665-17.472-6.665-24.136,0L215.442,313.866l-70.82-70.819c-6.665-6.665-17.472-6.665-24.136,0 c-6.665,6.665-6.665,17.471,0,24.136l82.887,82.887c6.664,6.664,17.474,6.662,24.136,0l164.006-164.006 C398.18,179.399,398.18,168.594,391.515,161.929z"/%3E%3C/svg%3E');
}
#today-we .text{
    display: block;
    margin: 0 auto 10px;
}
#today-we .text.first{
    font-size: 18px;
    color: #9d9d9d;
    font-weight: 700;
    text-transform: uppercase;
}
#today-we .text.second{
    font-size: 30px;
    font-weight: 300;
    text-transform: uppercase;
}
#today-we .text.last{
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 90px;
}
#alegria-build{
    background-image: url(../img/partners/bg_alegria_build.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 60px 0;
}
#alegria-build .text{
    display: inline-block;
    margin-bottom: 30px;
    color: #fff;
    font-size: 26px;
    line-height: 1.4em;
    text-align: center;
    text-transform: uppercase;
}
#alegria-build .btn-block{
    text-align: center;
}
#about-for-partners .numbers-row .desc a{
    display: inline-block;
    color: #791106;
    text-decoration: underline;
    font-weight: 600;
}
#owners-page #about-for-partners{
    padding: 100px 0 50px;
}
#owners-page #about-for-partners .location .icon{
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23791106' d='M256,0C153.755,0,70.573,83.182,70.573,185.426c0,126.888,165.939,313.167,173.004,321.035 c6.636,7.391,18.222,7.378,24.846,0c7.065-7.868,173.004-194.147,173.004-321.035C441.425,83.182,358.244,0,256,0z M256,278.719 c-51.442,0-93.292-41.851-93.292-93.293S204.559,92.134,256,92.134s93.291,41.851,93.291,93.293S307.441,278.719,256,278.719z'/%3E%3C/svg%3E");
}
#about-for-partners .location{
    display: flex;
    margin: 0 -15px 15px 0;
}
#about-for-partners .location .icon{
    width: 30px;
    height: 30px;
    margin-right: 5px;
}
#about-for-partners .locations{
    margin-bottom: 10px;
}
#about-for-partners .location .name{
    font-size: 16px;
}
#about-for-partners .other-locations{
    font-size: 16px;
}
#owners-page #our-face{
    margin-top: 100px;
    color: #fff;
    text-align: center;
    font-size: 32px;
    line-height: 1.3em;
    text-transform: uppercase;
}
#owners-page #our-face strong{
    margin: 0;
}
#owners-page #our-face .row{
    padding: 50px 0 0;
}

#alegria-info-2 .title,
#info-for-owners .number,
#about-for-partners .numbers-row .number{
    font-size: 48px;
}






.results-row .pagination-block {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 50px 0;
    padding: 0 30px;
    width: 100%
}

.right-info-block .circle-logo {
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    border-radius: 50%;
    bottom: -60px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    height: 70px;
    object-fit: cover;
    position: absolute;
    right: 0;
    width: 70px
}

.right-info-block .icon-block-elem {
    align-items: center;
    display: flex;
    margin-top: 10px
}

.right-info-block .icon-block-elem .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 30px;
    margin-right: 15px;
    width: 30px
}

.right-info-block .location {
    align-items: center;
    bottom: 10px;
    display: flex;
    font-size: 13px;
    font-weight: 600;
    line-height: 22px;
    position: absolute;
    right: 15px
}

.right-info-block .location .text small{
    display: block;
    position: absolute;
    right: 0;
    top: -15px;
}

.right-info-block .location .icon,.right-sidebar .action .body,.right-sidebar .manager {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover
}

.right-info-block .location .icon {
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    width: 18px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 60 60' xml:space='preserve'%3E%3Cpath d='M30,26c3.86,0,7-3.141,7-7s-3.14-7-7-7s-7,3.141-7,7S26.14,26,30,26z M30,14c2.757,0,5,2.243,5,5s-2.243,5-5,5 s-5-2.243-5-5S27.243,14,30,14z'/%3E%3Cpath d='M29.823,54.757L45.164,32.6c5.754-7.671,4.922-20.28-1.781-26.982C39.761,1.995,34.945,0,29.823,0 s-9.938,1.995-13.56,5.617c-6.703,6.702-7.535,19.311-1.804,26.952L29.823,54.757z M17.677,7.031C20.922,3.787,25.235,2,29.823,2 s8.901,1.787,12.146,5.031c6.05,6.049,6.795,17.437,1.573,24.399L29.823,51.243L16.082,31.4 C10.882,24.468,11.628,13.08,17.677,7.031z'/%3E%3Cpath d='M42.117,43.007c-0.55-0.067-1.046,0.327-1.11,0.876s0.328,1.046,0.876,1.11C52.399,46.231,58,49.567,58,51.5 c0,2.714-10.652,6.5-28,6.5S2,54.214,2,51.5c0-1.933,5.601-5.269,16.117-6.507c0.548-0.064,0.94-0.562,0.876-1.11 c-0.065-0.549-0.561-0.945-1.11-0.876C7.354,44.247,0,47.739,0,51.5C0,55.724,10.305,60,30,60s30-4.276,30-8.5 C60,47.739,52.646,44.247,42.117,43.007z'/%3E%3C/svg%3E")
}

.right-sidebar .action .body {
    background-image: url(../img/catalog/sea-and-palm-trees.jpg);
    color: #fff;
    padding: 30px
}

.right-sidebar .action .body .content {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: 20px 0
}

.right-sidebar .action .body .subtitle-big {
    display: block;
    font-size: 34px;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase
}

.right-sidebar .action .body .subtitle-small {
    display: block;
    font-size: 30px;
    line-height: 34px;
    text-transform: uppercase
}

.right-sidebar .action .body a {
    border: 1px solid #fff;
    color: #fff;
    display: block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 0;
    text-align: center;
    text-transform: uppercase;
    transition: .2s;
    width: 100%
}

.one-sidebar-elem .sidebar-banner .banner-content .more-btn:hover,.right-sidebar .action .body a:hover {
    background-color: #282d39;
    border-color: #282d39;
    transition: .2s
}

.right-sidebar .action .title,.right-sidebar .manager .backcall-btn {
    background-color: #282d39;
    color: #fff;
    display: block;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
    padding: 20px 30px;
    text-transform: uppercase;
    width: 100%
}

.right-sidebar .manager .backcall-btn {
    background-color: #efbe35;
    color: #222;
    display: inline-block;
    font-size: 16px;
    line-height: 32px;
    margin-top: 20px;
    padding: 8px 0;
    text-align: center;
    transition: .2s
}

.right-sidebar .manager {
    background-image: url(../img/auto_rent/bg_sidebar_manager.jpg);
    padding: 18px
}

.one-sidebar-elem .subcribe-block .open-popup:hover,.right-sidebar .manager .backcall-btn:hover {
    background-color: #282d39;
    color: #fff;
    transition: .2s
}

.right-sidebar .manager .contact-unfo {
    font-size: 12px;
    font-weight: 600;
    line-height: 24px
}

.right-sidebar .manager .contact-unfo .email .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 483.3 483.3" xml:space="preserve"><path fill="%23a3a3a3" d="M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1 v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5 c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z"/><path fill="%23a3a3a3" d="M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3 c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95 c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4 c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z" /></svg>')
}

.right-sidebar .manager .contact-unfo .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 18px;
    margin-right: 10px;
    width: 18px
}

.right-sidebar .manager .contact-unfo .phone .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 473.806 473.806" xml:space="preserve"><path fill="%23a3a3a3" d="M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4 c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8 c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6 c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5 c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26 c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9 c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z M410.256,398.806 C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20 c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6 c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1 c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3 c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5 c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8 c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9 l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1 C420.456,377.706,420.456,388.206,410.256,398.806z"/><path fill="%23a3a3a3" d="M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2 c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11 S248.656,111.506,256.056,112.706z"/><path fill="%23a3a3a3" d="M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11 c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2 c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z"/></svg>')
}

.right-sidebar .manager .contact-unfo .skype .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 297.331 297.331" xml:space="preserve"><path fill="%23a3a3a3" d="M211.109,139.359c-6.748-4.383-14.962-8.149-24.441-11.189c-9.036-2.879-19.191-5.534-30.084-7.873 c-8.419-1.947-14.576-3.451-18.246-4.473c-3.213-0.893-6.44-2.14-9.595-3.715c-2.577-1.298-4.563-2.776-5.881-4.37 c-0.848-1.048-1.208-2.159-1.208-3.734c0-1.825,0.617-4.319,5.399-7.455c4.717-3.098,11.331-4.672,19.64-4.672 c11.658,0,16.575,2.41,18.458,3.843c3.882,2.95,7.314,7.23,10.328,12.982c3.284,5.643,6.24,9.525,9.28,12.198 c3.895,3.458,9.21,5.212,15.784,5.212c7.159,0,13.516-2.661,18.368-7.706c4.769-4.955,7.288-10.964,7.288-17.372 c0-6.041-1.665-12.198-4.949-18.304c-3.175-5.9-8.13-11.504-14.724-16.658c-6.478-5.045-14.595-9.107-24.139-12.076 c-9.415-2.924-20.553-4.409-33.117-4.409c-15.714,0-29.679,2.224-41.492,6.6c-12.404,4.582-22.102,11.356-28.85,20.142 c-6.902,9.004-10.405,19.428-10.405,30.984c0,12.095,3.381,22.462,10.064,30.83c6.324,7.905,14.904,14.21,25.495,18.715 c9.756,4.152,21.941,7.802,36.26,10.861c9.955,2.082,18.014,4.081,23.953,5.932c4.891,1.517,8.856,3.676,11.787,6.414 c2.179,2.037,3.143,4.512,3.143,8.014c0,3.046-0.81,7.089-7.108,11.382c-5.72,3.901-13.561,5.887-23.323,5.887 c-7.095,0-12.712-0.951-16.684-2.834c-3.85-1.819-6.825-4.087-8.83-6.722c-2.423-3.207-4.756-7.359-6.909-12.275 c-2.519-5.919-5.739-10.579-9.608-13.876c-4.422-3.721-9.775-5.604-15.932-5.604c-7.159,0-13.509,2.391-18.361,6.935 c-4.968,4.685-7.603,10.669-7.603,17.314c0,9.178,3.265,18.548,9.711,27.841c6.228,8.965,14.39,16.202,24.293,21.549 c13.516,7.179,30.643,10.823,50.913,10.823c16.87,0,31.768-2.641,44.281-7.847c12.969-5.386,23.053-13.072,29.968-22.854 c6.986-9.904,10.534-21.202,10.534-33.574c0-10.334-2.108-19.325-6.266-26.704C224.187,150.234,218.403,144.128,211.109,139.359z M213.525,210.389c-5.489,7.77-13.702,13.959-24.409,18.4c-10.932,4.55-24.171,6.857-39.339,6.857 c-18.149,0-33.246-3.13-44.846-9.293c-8.079-4.364-14.743-10.27-19.801-17.539c-4.923-7.102-7.417-14.01-7.417-20.514 c0-3.143,1.131-5.675,3.541-7.944c2.487-2.32,5.617-3.451,9.57-3.451c3.085,0,5.591,0.842,7.629,2.558 c2.307,1.967,4.364,5.026,6.112,9.158c2.584,5.906,5.437,10.926,8.471,14.949c3.278,4.312,7.847,7.873,13.573,10.579 c5.707,2.706,13.169,4.075,22.179,4.075c12.397,0,22.68-2.738,30.572-8.13c8.438-5.752,12.719-13.156,12.719-21.999 c0-7.057-2.423-12.905-7.217-17.404c-4.37-4.081-10.007-7.204-16.742-9.3c-6.324-1.973-14.782-4.068-25.11-6.228 c-13.49-2.892-24.891-6.292-33.882-10.116c-8.612-3.67-15.502-8.696-20.489-14.917c-4.807-6.028-7.249-13.696-7.249-22.802 c0-8.663,2.609-16.453,7.751-23.162c5.238-6.832,13.014-12.185,23.117-15.913c10.379-3.85,22.847-5.797,37.031-5.797 c11.273,0,21.131,1.285,29.306,3.83c8.053,2.5,14.801,5.848,20.045,9.936c5.186,4.042,8.985,8.291,11.311,12.609 c2.269,4.21,3.413,8.323,3.413,12.211c0,3.104-1.208,5.874-3.689,8.458c-2.449,2.539-5.431,3.766-9.113,3.766 c-2.294,0-5.418-0.341-7.275-1.999c-1.941-1.703-4.19-4.737-6.549-8.779c-3.766-7.179-8.406-12.892-13.792-16.993 c-5.726-4.351-14.306-6.465-26.241-6.465c-10.855,0-19.84,2.282-26.691,6.78c-7.429,4.872-11.196,10.996-11.196,18.201 c0,4.524,1.382,8.509,4.126,11.877c2.487,3.021,5.868,5.611,10.064,7.719c3.901,1.954,7.911,3.503,11.915,4.608 c3.747,1.048,10.064,2.596,18.882,4.64c10.585,2.275,20.335,4.82,28.966,7.571c8.381,2.693,15.566,5.964,21.344,9.724 c5.54,3.618,9.917,8.22,12.995,13.696c3.059,5.437,4.608,12.301,4.608,20.405C221.7,193.904,218.943,202.702,213.525,210.389z M287.582,178.062c1.851-9.178,2.796-18.554,2.796-27.905c0-77.308-62.899-140.201-140.214-140.201 c-7.262,0-14.512,0.553-21.575,1.658C115.696,4.01,101.03,0,86.004,0C39.673,0,1.986,37.687,1.986,84.012 c0,14.107,3.567,28.002,10.328,40.348c-1.581,8.554-2.378,17.224-2.378,25.797c0,77.315,62.906,140.221,140.227,140.221 c7.899,0,15.778-0.662,23.464-1.967c11.639,5.842,24.615,8.92,37.7,8.92c46.331,0,84.018-37.681,84.018-83.999 C295.345,200.999,292.736,189.148,287.582,178.062z M211.327,284.484c-11.729,0-23.362-2.918-33.632-8.438l-1.999-1.073 l-2.23,0.411c-7.603,1.42-15.444,2.14-23.31,2.14c-70.239,0-127.373-57.141-127.373-127.367c0-8.516,0.874-17.14,2.584-25.63 l0.482-2.41l-1.24-2.121c-6.395-10.887-9.775-23.336-9.775-35.984c0-39.236,31.929-71.158,71.164-71.158 c13.426,0,26.517,3.779,37.854,10.926l2.089,1.317l2.442-0.424c7.095-1.234,14.422-1.864,21.781-1.864 c70.232,0,127.361,57.128,127.361,127.348c0,9.178-0.996,18.374-2.956,27.346l-0.482,2.211l1.003,2.024 c4.917,9.872,7.404,20.502,7.404,31.594C282.491,252.568,250.563,284.484,211.327,284.484z"/></svg>')
}

#members .member .contact-info li a,.right-sidebar .manager .contact-unfo a,#ask-question-form-sec .main-form-block .contact-info a {
    color: #791106;
    text-decoration: underline
}

.right-sidebar .manager .name {
    color: #282d39;
    font-size: 18px
}

.right-sidebar .manager .name,.right-sidebar .manager .role {
    display: inline-block;
    font-weight: 700;
    line-height: 24px;
    text-align: center;
    text-transform: uppercase;
    width: 100%
}

.right-sidebar .manager .photo {
    background-color: #fff;
    margin: 15px 0;
    text-align: center
}

#new-from-blog .about-torrevieja iframe,.right-sidebar .manager .photo img {
    max-width: 100%
}

.right-sidebar .manager .role {
    color: #a3a3a3;
    font-size: 11px
}

.right-sidebar .manager .subtitle {
    color: #282d39;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px
}

.right-sidebar .manager .title {
    color: #282d39;
    display: block;
    font-size: 24px;
    font-weight: 600;
    line-height: 30px;
    margin-bottom: 5px
}

.rooms .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 488.928 488.928' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M484.312,401.568l-115.8-54.04c-0.16-0.184-0.36-0.336-0.544-0.504c-0.2-0.184-0.4-0.36-0.616-0.528 c-0.144-0.112-0.264-0.256-0.416-0.36c-0.264-0.176-0.552-0.272-0.832-0.408c-0.152-0.08-0.272-0.192-0.424-0.264l-57.368-24.584 l-91.288-39.128l25.208-8.4l61.24,25.344h0.008l167.992,69.512c0.976,0.408,2.016,0.608,3.056,0.608 c1.56,0,3.112-0.456,4.448-1.344c2.216-1.488,3.552-3.984,3.552-6.656v-256c0-3.24-1.952-6.16-4.936-7.392l-64-26.488h-0.008 L245.592,1.424C245,1.176,244.384,1.016,243.76,0.92c-0.016,0-0.024-0.008-0.04-0.008c-1.2-0.176-2.416-0.056-3.568,0.304 c-0.048,0.016-0.104,0-0.152,0.016l-240,80l5.064,15.176l229.464-76.496v239.136l-32,10.664v-68.896c0-2.536-1.2-4.92-3.232-6.432 c-2.04-1.504-4.672-1.968-7.096-1.224l-184,56c-3.368,1.024-5.672,4.136-5.672,7.656v80v48c0,3.08,1.768,5.888,4.544,7.216 l85.104,40.704l-36.96,16.8c-2.84,1.28-4.664,4.104-4.688,7.216s1.76,5.96,4.576,7.296l48.04,22.76l6.84-14.464L77.52,456.968 l33.488-15.216l80.056,38.288c0.232,0.112,0.48,0.152,0.712,0.232c0.264,0.096,0.52,0.192,0.792,0.264 c0.464,0.12,0.936,0.176,1.408,0.208c0.192,0.008,0.368,0.072,0.552,0.072c0.072,0,0.136-0.024,0.2-0.032 c0.496-0.016,0.976-0.104,1.456-0.208c0.208-0.048,0.424-0.056,0.632-0.12c0.208-0.064,0.408-0.168,0.616-0.248 c0.08-0.032,0.16-0.016,0.24-0.048l168-72c2.952-1.248,4.856-4.144,4.856-7.344v-34.688l91.272,42.6l-142.584,64.808l6.624,14.56 l158.4-72c2.84-1.288,4.672-4.12,4.688-7.24C488.944,405.736,487.136,402.888,484.312,401.568z M418.528,288.816v-80v-32V90.304 l48,19.856v238.68l-48-19.864V288.816z M402.528,322.36l-74.272-30.736l41.704-10.416l32.568,13.024V322.36z M346.528,270.568 v-63.504l16-4v63.504L346.528,270.568z M402.528,277l-24-9.6v-62.768l12,4.8l12,4.8V277z M402.528,197l-12-4.8l-12-4.8v-14.768 l24,9.6V197z M314.528,47.264l88,36.416V165l-24-9.6v-26.584h-16v25.752l-48,12V47.264z M314.528,183.064l48-12v15.504l-48,12 V183.064z M314.528,215.064l16-4v63.504l-16,4V215.064z M250.528,20.784l48,19.864v136.168v32v70.512l-48-19.864V20.784z M194.064,289.32l90.976,38.992l-142.912,62.576L32.544,338.472l12.304-3.744l48.008-14.608l20.448-6.224l11.552-3.512h0.008 l48-14.608L194.064,289.32z M50.528,316.28v-21.696l32-10.664v22.624L50.528,316.28z M130.528,291.936v-21.352l32-10.664v22.272 l-13.336,4.056L130.528,291.936z M18.528,262.744l168-51.128v63.28l-8,2.432v-28.512c0-2.568-1.232-4.992-3.32-6.488 c-2.104-1.512-4.784-1.912-7.208-1.104l-48,16c-3.272,1.096-5.472,4.144-5.472,7.592V296.8l-16,4.872v-28.856 c0-2.568-1.232-4.984-3.32-6.488c-2.096-1.504-4.776-1.912-7.208-1.104l-48,16c-3.272,1.096-5.472,4.144-5.472,7.592v32.336 l-16,4.864V262.744z M186.528,460.12l-71.968-34.424h-0.008l-96.024-45.92v-30.264l168,80.344V460.12z M194.712,416.032 L161.184,400l144.008-63.048l37.024,15.864L194.712,416.032z M354.528,395.544l-152,65.144v-30.592l152-65.144V395.544z'/%3E%3Cpath fill='%23a3a3a3' d='M175.208,66.328c-2.104-1.504-4.784-1.92-7.208-1.104l-144,48c-3.272,1.096-5.472,4.144-5.472,7.592v96 c0,2.568,1.232,4.984,3.32,6.488c1.384,1,3.024,1.512,4.68,1.512c0.848,0,1.704-0.136,2.528-0.408l144-48 c3.272-1.096,5.472-4.144,5.472-7.592v-96C178.528,70.248,177.296,67.832,175.208,66.328z M162.528,163.056l-128,42.664v-79.136 l128-42.664V163.056z'/%3E%3Cpath fill='%23a3a3a3' d='M132.864,115.152l-28.504,28.512l-19.304-6.44c-2.344-0.768-4.912-0.432-6.968,0.936l-24,16l8.872,13.312l20.744-13.832 l20.288,6.76c2.872,0.96,6.048,0.2,8.184-1.936l32-32L132.864,115.152z'/%3E%3C/svg%3E")
}






/* CATALOG WINTER STYLES */
/* Так же селекторы дописаны на следующих строках: 3055, 3067, 3071, 4671, 4674, 4677 ===================================================================================== */
html, body {
    overflow-x: hidden;
}
#catalog.winter #catalog-top-section{
    padding-bottom: 140px;
    background-image: url(../img/catalog-winter/bg_top.jpg);
    color: #fff;
}
#catalog.winter #catalog-top-section .page-title h1{
    margin: 100px 0 50px;
}
#catalog.winter .breadcrumbs li a span{
    color: #fff;
}
#catalog.winter #catalog-body .tab-content{
    padding-top: 0;
}
#catalog.winter .winter-filter-row{
    margin-top: -80px;
}
#catalog.winter .main-desc-col{
    font-size: 15px;
    line-height: 1.75em;
}
#catalog.winter .main-desc-col .title{
    font-weight: 500;
}
#catalog.winter .yellow-accentuation-text{
    display: inline-block;
    padding: 0 5px;
    background-color: #efbe35;
    color: #282d39;
}
#catalog.winter .main-desc-col ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#catalog.winter .main-desc-col ul li,
#blue-info-section li{
    padding: 0 0 0 25px;
    position: relative;
}
#catalog.winter .main-desc-col ul li:before,
#blue-info-section li:before{
    content: "";
    position: absolute;
    left: 0;
    top: .6em;
    display: block;
    width: 10px;
    height: 10px;
    background-color: #efbe35;
}
#catalog.winter .results-col .previews{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    grid-template-rows: auto;
}
#catalog.winter .results-col .one-result{
    display: block;
    margin-bottom: 0;
}
#catalog.winter .results-col .one-result .image{
    flex: 0 0 100%;
    width: 100%;
    max-height: 200px;
    min-height: 200px;
    height: 200px;
}
#catalog.winter .results-col .one-result .image .icon{
    width: 40px;
    height: 40px;
    background-size: 30px;
}
#catalog.winter .results-col .one-result .about-prop{
    padding: 0 20px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: calc(100% - 200px);
}
#catalog.winter .one-result .building_title{
    margin: 1.2em 0 1em;
    font-size: 14px;
    line-height: 1.3em;
}
#catalog.winter .one-result .building_location{
    font-size: 13px;
    line-height: 1.6em;
    display: block;
    color: #a3a3a3;
    margin-bottom: 1.6em;
}
#catalog.winter .one-result .building_price{
    font-size: 18px;
    line-height: .9em;
    font-weight: 600;
}
#catalog.winter .one-result .building_price:before{
    content: "€";
}
#catalog.winter .one-result .building_price + .per-month{
    font-size: 12px;
    vertical-align: text-bottom;
    padding-left: 10px;
}
#catalog.winter .one-result .icon-block{
    margin-top: 15px;
}
#catalog.winter .one-result .icon-block-elem{
    font-size: 16px;
    line-height: 1.4em;
    color: #a3a3a3;
    padding-left: 1.4em;
    position: relative;
    margin-right: 1em;
}
#catalog.winter .one-result .icon-block-elem:before{
    content: "";
    display: inline-block;
    width: 1em;
    height: 1em;
    position: absolute;
    left: 0;
    top: .05em;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;

}
#catalog.winter .one-result .icon-block-elem:last-child{
    padding-left: 2.4em;
}
#catalog.winter .one-result .icon-block-elem:last-child:before{
    width: 2em;
    height: 1.6em;
    top: -0.25em;
}
#catalog.winter .one-result .icon-block-elem:nth-child(1):before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 563.43 563.43' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M280.79,314.559c83.266,0,150.803-67.538,150.803-150.803S364.055,13.415,280.79,13.415S129.987,80.953,129.987,163.756 S197.524,314.559,280.79,314.559z M280.79,52.735c61.061,0,111.021,49.959,111.021,111.021S341.851,274.776,280.79,274.776 s-111.021-49.959-111.021-111.021S219.728,52.735,280.79,52.735z'/%3E%3Cpath fill='%23a3a3a3' d='M19.891,550.015h523.648c11.102,0,19.891-8.789,19.891-19.891c0-104.082-84.653-189.198-189.198-189.198H189.198 C85.116,340.926,0,425.579,0,530.124C0,541.226,8.789,550.015,19.891,550.015z M189.198,380.708h185.034 c75.864,0,138.313,56.436,148.028,129.524H41.17C50.884,437.607,113.334,380.708,189.198,380.708z'/%3E%3C/svg%3E");}
#catalog.winter .one-result .icon-block-elem:nth-child(2):before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -59 512 512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%3E%3Cpath fill='%23a3a3a3' d='m496.882812 0h-481.765624c-8.347657 0-15.117188 6.769531-15.117188 15.117188v312.570312c0 8.351562 6.769531 15.117188 15.117188 15.117188h19.203124v35.40625c0 8.347656 6.769532 15.117187 15.117188 15.117187h88.59375c8.347656 0 15.117188-6.769531 15.117188-15.117187v-35.40625h203.160156v35.40625c0 8.347656 6.769531 15.117187 15.117187 15.117187h88.59375c8.347657 0 15.117188-6.769531 15.117188-15.117187v-35.40625h21.746093c8.347657 0 15.117188-6.765626 15.117188-15.117188v-312.570312c0-8.347657-6.769531-15.117188-15.117188-15.117188zm-15.117187 30.234375v144.542969c-6.921875-4.953125-14.746094-8.71875-23.183594-10.984375v-23.113281c0-30.316407-24.664062-54.980469-54.976562-54.980469h-107.746094c-15.679687 0-29.835937 6.609375-39.859375 17.175781-10.023438-10.566406-24.179688-17.175781-39.859375-17.175781h-107.746094c-30.3125 0-54.976562 24.664062-54.976562 54.980469v23.113281c-8.4375 2.265625-16.261719 6.03125-23.183594 10.984375v-144.542969zm-210.648437 110.445313c0-13.644532 11.101562-24.742188 24.742187-24.742188h107.746094c13.640625 0 24.742187 11.097656 24.742187 24.742188v20.640624h-157.230468zm-30.234376 20.644531h-157.230468v-20.644531c0-13.644532 11.101562-24.742188 24.742187-24.742188h107.746094c13.640625 0 24.742187 11.097656 24.742187 24.742188zm-117.96875 201.769531h-58.359374v-20.289062h58.359374zm321.988282 0h-58.355469v-20.289062h58.355469zm36.863281-50.523438h-451.53125v-79.148437c0-23.082031 18.78125-41.859375 41.859375-41.859375h367.8125c23.078125 0 41.859375 18.777344 41.859375 41.859375zm0 0'/%3E%3C/svg%3E");}
#catalog.winter .one-result .icon-block-elem:nth-child(3):before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 274.964 274.964' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M265.963,183.754c-9.717,0-18.94-4.233-25.305-11.614c-1.709-1.982-4.198-3.123-6.816-3.123s-5.106,1.14-6.816,3.123 c-6.363,7.38-15.586,11.613-25.304,11.613s-18.94-4.233-25.305-11.614c-1.709-1.982-4.198-3.123-6.816-3.123 c-2.618,0-5.106,1.14-6.816,3.123c-6.363,7.38-15.586,11.613-25.304,11.613c-9.718,0-18.94-4.233-25.304-11.613 c-1.71-1.983-4.198-3.123-6.816-3.123c-2.618,0-5.106,1.14-6.816,3.123c-6.364,7.381-15.587,11.614-25.305,11.614 c-9.718,0-18.94-4.233-25.304-11.613c-1.71-1.983-4.198-3.123-6.816-3.123c-2.618,0-5.106,1.14-6.816,3.123 C27.94,179.522,18.717,183.754,9,183.754c-4.971,0-9,4.029-9,9s4.029,9,9,9c10.469,0,20.558-3.195,29.029-9 c1.055-0.723,2.09-1.48,3.092-2.283c1.002,0.803,2.037,1.56,3.092,2.283c8.47,5.805,18.56,9,29.028,9 c10.468,0,20.558-3.195,29.029-9c1.055-0.723,2.09-1.48,3.092-2.283c1.002,0.803,2.037,1.56,3.092,2.283 c8.47,5.805,18.56,9,29.028,9s20.558-3.195,29.028-9c1.055-0.723,2.089-1.48,3.092-2.283c1.002,0.803,2.037,1.56,3.092,2.283 c8.47,5.805,18.56,9,29.029,9c10.469,0,20.558-3.195,29.028-9c1.055-0.723,2.089-1.48,3.092-2.283 c1.002,0.803,2.037,1.56,3.092,2.283c8.47,5.805,18.56,9,29.029,9c4.971,0,9-4.029,9-9S270.934,183.754,265.963,183.754z'/%3E%3Cpath fill='%23a3a3a3' d='M265.963,135.851c-9.717,0-18.94-4.233-25.305-11.614c-1.709-1.982-4.198-3.123-6.816-3.123s-5.106,1.14-6.816,3.123 c-6.363,7.38-15.586,11.613-25.304,11.613s-18.94-4.233-25.305-11.614c-1.709-1.982-4.198-3.123-6.816-3.123 c-2.618,0-5.106,1.14-6.816,3.123c-6.363,7.38-15.586,11.613-25.304,11.613c-9.718,0-18.94-4.233-25.304-11.613 c-1.71-1.983-4.198-3.123-6.816-3.123c-2.618,0-5.106,1.14-6.816,3.123c-6.364,7.381-15.587,11.614-25.305,11.614 c-9.718,0-18.94-4.233-25.304-11.613c-1.71-1.983-4.198-3.123-6.816-3.123c-2.618,0-5.106,1.14-6.816,3.123 C27.94,131.618,18.717,135.851,9,135.851c-4.971,0-9,4.029-9,9c0,4.971,4.029,9,9,9c10.469,0,20.558-3.195,29.029-9 c1.055-0.723,2.089-1.48,3.092-2.283c1.002,0.803,2.037,1.56,3.092,2.283c8.47,5.805,18.56,9,29.028,9 c10.468,0,20.558-3.195,29.029-9c1.055-0.723,2.089-1.48,3.092-2.283c1.002,0.803,2.037,1.56,3.092,2.283 c8.47,5.805,18.56,9,29.028,9s20.558-3.195,29.028-9c1.055-0.723,2.089-1.48,3.092-2.283c1.002,0.803,2.037,1.56,3.092,2.283 c8.471,5.805,18.56,9,29.029,9c10.469,0,20.558-3.195,29.028-9c1.055-0.723,2.089-1.48,3.092-2.283 c1.002,0.803,2.037,1.56,3.092,2.283c8.471,5.805,18.56,9,29.029,9c4.971,0,9-4.029,9-9 C274.964,139.881,270.934,135.851,265.963,135.851z'/%3E%3Cpath fill='%23a3a3a3' d='M9,105.947c10.469,0,20.558-3.195,29.029-9c1.055-0.723,2.089-1.48,3.092-2.283c1.002,0.803,2.037,1.56,3.092,2.283 c8.47,5.805,18.56,9,29.028,9c10.468,0,20.558-3.195,29.029-9c1.055-0.723,2.089-1.48,3.092-2.283 c1.002,0.803,2.037,1.56,3.092,2.283c8.47,5.805,18.56,9,29.028,9s20.558-3.195,29.028-9c1.055-0.723,2.089-1.48,3.092-2.283 c1.002,0.803,2.037,1.56,3.092,2.283c8.471,5.805,18.56,9,29.029,9c10.469,0,20.558-3.195,29.028-9 c1.055-0.723,2.089-1.48,3.092-2.283c1.002,0.803,2.037,1.56,3.092,2.283c8.471,5.805,18.56,9,29.029,9c4.971,0,9-4.029,9-9 s-4.029-9-9-9c-9.717,0-18.94-4.233-25.305-11.614c-1.709-1.982-4.198-3.123-6.816-3.123s-5.106,1.14-6.816,3.123 c-6.363,7.38-15.586,11.613-25.304,11.613s-18.94-4.233-25.305-11.614c-1.709-1.982-4.198-3.123-6.816-3.123 c-2.618,0-5.106,1.14-6.816,3.123c-6.363,7.38-15.586,11.613-25.304,11.613c-9.718,0-18.94-4.233-25.304-11.613 c-1.71-1.983-4.198-3.123-6.816-3.123c-2.618,0-5.106,1.14-6.816,3.123c-6.364,7.381-15.587,11.614-25.305,11.614 c-9.718,0-18.941-4.232-25.304-11.612c-1.71-1.983-4.198-3.123-6.816-3.123c-2.618,0-5.106,1.14-6.816,3.123 C27.94,83.715,18.717,87.947,9,87.947c-4.971,0-9,4.029-9,9S4.029,105.947,9,105.947z'/%3E%3C/svg%3E");}
.one-sidebar-elem.booking-form{
    padding: 15px 20px;
    background-image: url(../img/catalog-winter/bg_sidebar_form.jpg);
    background-size: cover;
    background-position: left center;
    background-repeat: no-repeat;
    color: #fff;
}
.one-sidebar-elem.booking-form .title{
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}
.one-sidebar-elem.booking-form .subtitle{
    font-size: 16px;
    line-height: 1.5em;
}
.one-sidebar-elem.booking-form .manager-block{
    display: inline-block;
    width: 100%;
    padding: 5px;
    background-color: rgba(255,255,255,.5);
    margin: 15px 0 5px;
}
.one-sidebar-elem.booking-form .manager-block .photo{
    width: 70px;
    height: 65px;
    background-color: #fff;
    float: left;
    margin-right: 10px;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
}
.one-sidebar-elem.booking-form .manager-block .text-block > *{
    display: inline-block;
    width: calc(100% - 80px);
    text-transform: uppercase;
    line-height: 1.2em;
    font-weight: 700;
}
.one-sidebar-elem.booking-form .manager-block .name{
    font-size: 16px;
    color: #282d39;
}
.one-sidebar-elem.booking-form .manager-block .post{
    font-size: 11px;
}
.one-sidebar-elem.booking-form input[type="text"],
.one-sidebar-elem.booking-form input[type="email"]{
    font-size: 13px;
    line-height: 45px;
    padding: 0 15px;
    min-width: 1px;
    width: 100%;
    margin-bottom: 5px;
    background-color: rgba(255,255,255,.5);
    border: none;
    color: #fff;
}
.one-sidebar-elem.booking-form input[type="submit"],
#bottom-form-rent input[type="submit"]{
    width: 100%;
    border-radius: 0;
}
.one-sidebar-elem.booking-form input::-webkit-input-placeholder{color: #fff}
.one-sidebar-elem.booking-form input::-moz-placeholder{color: #fff}
.one-sidebar-elem.booking-form input:-ms-input-placeholder{color: #fff}
.one-sidebar-elem.booking-form input:-moz-placeholder{color: #fff}
.one-sidebar-elem.booking-form a{
    color: #fff;
    text-decoration: underline;
    font-weight: 600;
}
.one-sidebar-elem.booking-form .custom-checkbox{
    margin: 20px 0 30px;
}
.one-sidebar-elem.booking-form .custom-control-description,
#bottom-form-rent .custom-control-description{
    font-size: 12px;
    line-height: 1.3em;
}
#blue-info-section {
    background-image: url(../img/catalog-winter/bg_blue_section.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    color: #fff;
}
#blue-info-section .blue-gradient{
    padding: 80px 100px;
    background: linear-gradient(to left, rgba(45,146,193,0), rgba(45,146,193,.8), rgba(45,146,193,1), rgba(45,146,193,1), rgba(45,146,193,1), rgba(45,146,193,1), rgba(45,146,193,1), rgba(45,146,193,.8), rgba(45,146,193,0));
}
#blue-info-section .section-title{
    margin-bottom: 30px;
}
#blue-info-section .section-title > *{
    display: inline-block;
    white-space: nowrap;
    font-size: 36px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 600;
}
#blue-info-section .section-title > *:first-child{
    font-weight: 700;
}
#blue-info-section p,
#blue-info-section ul{
    font-size: 16px;
    line-height: 1.6em;
}
#blue-info-section ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#blue-info-section ul li{
    line-height: 1.8em;
    margin-bottom: .8em;
}
#blue-info-section ul li:before{
    top: .5em;
}
#blue-info-section ul li .title{
    font-weight: 600;
}
#find-prop-on-map .block-title{
    padding: 80px 0 0;
}
#find-prop-on-map .block-title h2 span{
    display: block;
}
#find-prop-on-map #prop-map{
    height: 600px;
    background-color: #eee;
}
#five-resons{
    padding: 100px 0;
}
#five-resons .photo{
    overflow: hidden;
    position: relative;
    width: 100%;
    height: 100%;
}
#five-resons .photo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
}
#five-resons .text{
    height: 360px;
    font-size: 16px;
    line-height: 1.6em;
}
#five-resons .text .title{
    font-size: 24px;
    line-height: 1.1em;
    font-weight: 700;
}
#bottom-form-rent{
    background-image: url(../img/catalog-winter/bg_bottom_form.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 0;
}
#bottom-form-rent .title span{
    display: block;
}
#bottom-form-rent .title,
#bottom-form-rent .after-title{
    text-align: center;
    line-height: 1.4em;
}
#bottom-form-rent .title{
    font-size: 30px;
}
#bottom-form-rent .after-title{
    display: block;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 40px;
}
#bottom-form-rent .custom-control-description a{
    color: inherit;
    font-weight: 600;
    text-decoration: underline;
}
#bottom-form-rent .custom-checkbox{
    margin-bottom: 0;
}
#bottom-form-rent .form-white-container{
    background-color: rgba(255,255,255,.9);
    padding: 50px 100px;
}
#bottom-form-rent label,
#bottom-form-rent textarea{
    width: 100%;
}
#bottom-form-rent textarea{
    display: block;
    margin-bottom: 30px;
    height: 110px;
    padding: 10px 30px 10px 15px;
    resize: none;
}
#bottom-form-rent input[type="text"],
#bottom-form-rent input[type="email"],
#bottom-form-rent  textarea{
    border: 1px solid #e8e8e8;
}
#bottom-form-rent input[type="text"],
#bottom-form-rent input[type="email"]{
    line-height: 43px;
    border-left: 0;
    width: calc(100% - 50px);
}
#bottom-form-rent label.custom-input{
    margin-bottom: 10px;
}
#bottom-form-rent label.custom-input:before{
    z-index: 2;
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    float: left;
    background-color: #282d39;
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
}
#bottom-form-rent input[type="submit"]{
    margin: 20px 0;
}
#bottom-form-rent .agent-info .photo{
    width: 170px;
    height: 150px;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
#bottom-form-rent .agent-info .photo img{
    position: absolute;
    height: 100%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
#bottom-form-rent .agent-info .info{
    display: inline-block;
    width: calc(100% - 200px);
}
#bottom-form-rent .agent-info .name{
    font-size: 20px;
    line-height: 1.6em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
#bottom-form-rent .agent-info .post{
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a3a3a3;
}
#bottom-form-rent .agent-info .contact-info{
    font-size: 13px;
    font-weight: 600;
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#bottom-form-rent .agent-info .contact-info li{
    position: relative;
    padding: 0 0 10px 0;
}

#bottom-form-rent .agent-info .contact-info a{
    text-decoration: underline;
    color: #791106;
}
#catalog.winter #top-filter{
    padding: 40px 40px 20px;
}
#catalog.winter #top-filter .cs-select ul{
    max-height: 152px;
}
#catalog.winter .cs-select>span{
    line-height: 31px;
}
#catalog.winter .dropdown{
    display: block;
    font-size: 14px;
}
#catalog.winter .dropdown.city,
#catalog.winter .dropdown.bedrooms,
#catalog.winter .dropdown.peoples,
#catalog.winter .dropdown.price{
    width: 20%;
    margin-right: 15px;
}
#catalog.winter .dropdown.search-by-id{
    width: 17%;
    margin-right: 20px;
}
#catalog.winter .dropdown.calendar{
    width: calc(42% - 60px);
    position: relative;
	    margin-right: 20px;
}
#catalog.winter .dropdown:before{
    content: "";
    width: 50px;
    height: 50px;
    background-color: #282d39;
    display: block;
    float: left;
    background-size: 25px;
    background-position: center;
    background-repeat: no-repeat;
}
#catalog.winter .dropdown.price:before,
#catalog.winter .dropdown.search-by-id:before{
    font-size: 20px;
    line-height: 50px;
    color: #fff;
    text-align: center;
}
#catalog.winter .dropdown.city:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M256,0C156.748,0,76,80.748,76,180c0,33.534,9.289,66.26,26.869,94.652l142.885,230.257 c2.737,4.411,7.559,7.091,12.745,7.091c0.04,0,0.079,0,0.119,0c5.231-0.041,10.063-2.804,12.75-7.292L410.611,272.22 C427.221,244.428,436,212.539,436,180C436,80.748,355.252,0,256,0z M384.866,256.818L258.272,468.186l-129.905-209.34 C113.734,235.214,105.8,207.95,105.8,180c0-82.71,67.49-150.2,150.2-150.2S406.1,97.29,406.1,180 C406.1,207.121,398.689,233.688,384.866,256.818z'/%3E%3Cpath fill='%23fff' d='M256,90c-49.626,0-90,40.374-90,90c0,49.309,39.717,90,90,90c50.903,0,90-41.233,90-90C346,130.374,305.626,90,256,90z M256,240.2c-33.257,0-60.2-27.033-60.2-60.2c0-33.084,27.116-60.2,60.2-60.2s60.1,27.116,60.1,60.2 C316.1,212.683,289.784,240.2,256,240.2z'/%3E%3C/svg%3E ");}
#catalog.winter .dropdown.bedrooms:before{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 -59 512 512' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px'%3E%3Cpath fill='%23fff' d='m496.882812 0h-481.765624c-8.347657 0-15.117188 6.769531-15.117188 15.117188v312.570312c0 8.351562 6.769531 15.117188 15.117188 15.117188h19.203124v35.40625c0 8.347656 6.769532 15.117187 15.117188 15.117187h88.59375c8.347656 0 15.117188-6.769531 15.117188-15.117187v-35.40625h203.160156v35.40625c0 8.347656 6.769531 15.117187 15.117187 15.117187h88.59375c8.347657 0 15.117188-6.769531 15.117188-15.117187v-35.40625h21.746093c8.347657 0 15.117188-6.765626 15.117188-15.117188v-312.570312c0-8.347657-6.769531-15.117188-15.117188-15.117188zm-15.117187 30.234375v144.542969c-6.921875-4.953125-14.746094-8.71875-23.183594-10.984375v-23.113281c0-30.316407-24.664062-54.980469-54.976562-54.980469h-107.746094c-15.679687 0-29.835937 6.609375-39.859375 17.175781-10.023438-10.566406-24.179688-17.175781-39.859375-17.175781h-107.746094c-30.3125 0-54.976562 24.664062-54.976562 54.980469v23.113281c-8.4375 2.265625-16.261719 6.03125-23.183594 10.984375v-144.542969zm-210.648437 110.445313c0-13.644532 11.101562-24.742188 24.742187-24.742188h107.746094c13.640625 0 24.742187 11.097656 24.742187 24.742188v20.640624h-157.230468zm-30.234376 20.644531h-157.230468v-20.644531c0-13.644532 11.101562-24.742188 24.742187-24.742188h107.746094c13.640625 0 24.742187 11.097656 24.742187 24.742188zm-117.96875 201.769531h-58.359374v-20.289062h58.359374zm321.988282 0h-58.355469v-20.289062h58.355469zm36.863281-50.523438h-451.53125v-79.148437c0-23.082031 18.78125-41.859375 41.859375-41.859375h367.8125c23.078125 0 41.859375 18.777344 41.859375 41.859375zm0 0'/%3E%3C/svg%3E");}
#catalog.winter .dropdown.peoples:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 563.43 563.43' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M280.79,314.559c83.266,0,150.803-67.538,150.803-150.803S364.055,13.415,280.79,13.415S129.987,80.953,129.987,163.756 S197.524,314.559,280.79,314.559z M280.79,52.735c61.061,0,111.021,49.959,111.021,111.021S341.851,274.776,280.79,274.776 s-111.021-49.959-111.021-111.021S219.728,52.735,280.79,52.735z'/%3E%3Cpath fill='%23fff' d='M19.891,550.015h523.648c11.102,0,19.891-8.789,19.891-19.891c0-104.082-84.653-189.198-189.198-189.198H189.198 C85.116,340.926,0,425.579,0,530.124C0,541.226,8.789,550.015,19.891,550.015z M189.198,380.708h185.034 c75.864,0,138.313,56.436,148.028,129.524H41.17C50.884,437.607,113.334,380.708,189.198,380.708z'/%3E%3C/svg%3E");}
#catalog.winter .dropdown.calendar:before{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 32 32' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M29.334,3H25V1c0-0.553-0.447-1-1-1s-1,0.447-1,1v2h-6V1c0-0.553-0.448-1-1-1s-1,0.447-1,1v2H9V1 c0-0.553-0.448-1-1-1S7,0.447,7,1v2H2.667C1.194,3,0,4.193,0,5.666v23.667C0,30.806,1.194,32,2.667,32h26.667 C30.807,32,32,30.806,32,29.333V5.666C32,4.193,30.807,3,29.334,3z M30,29.333C30,29.701,29.701,30,29.334,30H2.667 C2.299,30,2,29.701,2,29.333V5.666C2,5.299,2.299,5,2.667,5H7v2c0,0.553,0.448,1,1,1s1-0.447,1-1V5h6v2c0,0.553,0.448,1,1,1 s1-0.447,1-1V5h6v2c0,0.553,0.447,1,1,1s1-0.447,1-1V5h4.334C29.701,5,30,5.299,30,5.666V29.333z'/%3E%3Crect x='7' y='12' fill='%23fff' width='4' height='3'/%3E%3Crect x='7' y='17' fill='%23fff' width='4' height='3'/%3E%3Crect x='7' y='22' fill='%23fff' width='4' height='3'/%3E%3Crect x='14' y='22' fill='%23fff' width='4' height='3'/%3E%3Crect x='14' y='17' fill='%23fff' width='4' height='3'/%3E%3Crect x='14' y='12' fill='%23fff' width='4' height='3'/%3E%3Crect x='21' y='22' fill='%23fff' width='4' height='3'/%3E%3Crect x='21' y='17' fill='%23fff' width='4' height='3'/%3E%3Crect x='21' y='12' fill='%23fff' width='4' height='3'/%3E%3C/svg%3E%0A");}
#catalog.winter .dropdown.price:before{content: "€"}
#catalog.winter .dropdown.search-by-id:before{content: "ID"}
#catalog.winter #top-filter .dropdown.calendar input{
    display: block;
    width: calc((100% - 50px)/2);
    float: left;
	border: 1px solid #a9a9a9;
}
#catalog.winter #top-filter .dropdown.calendar:after{
    position: absolute;
    content: "-";
    left: calc(50% + 15px);
    line-height: 50px;
}
#catalog.winter #top-filter .dropdown input:focus{
    outline: none;
}
#catalog.winter #top-filter .dropdown:focus-within{
    outline: 2px solid #efbe35;
}
#catalog.winter #top-filter .dropdown.search-by-id input{
    padding: 10px 15px;
}
#catalog.winter #top-filter .input-block.links{
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    margin-right: 20px;
    width: 190px;
}
#catalog.winter #top-filter .input-block.new-building{
    width: 160px;
}
#catalog.winter #top-filter .input-block.find-btn{
    margin-right: 0;
    width: calc(63% - 410px);
    justify-content: flex-end;
}

/* #PROPERTY.WINTER ===================================================================================================================== */
/* Добаклены классы на следующих строках: 1277, 6296, 6378, 6385, 6286, 7573, 7745 */
#property.winter #top-panel .container #global-nav-arrows.row{
	height: auto;
}
#property.winter #global-nav-arrows>div{
	margin-bottom: 0;
}
#global-nav-arrows .banner-block{
	display: flex;
	background-image: url(../img/property-winter/bg_top_banner.jpg);
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	position: relative;
	overflow: hidden;
}
#global-nav-arrows .banner-block .orange-block{
	width: 200px;
	padding: 15px 30px;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.5em;
	background-color: #efbe35;
	background-image: url(../img/property-winter/snowflake.png);
	background-position: left 100px top -10px;
	background-repeat: no-repeat;
}
#global-nav-arrows .banner-block .desc-block{
	width: calc(100% - 200px);
	padding: 15px 60px 15px 165px;
	color: #fff;
	position: relative;
}
#global-nav-arrows .banner-block .desc-block .slim-text{
	font-size: 13px;
}
#global-nav-arrows .banner-block .desc-block .fat-text{
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}
#global-nav-arrows .banner-block .desc-block .info-icon{
	position: absolute;
	right: 20px;
	top: calc(50% - 13px);
	width: 26px;
	height: 26px;
	background-size: 15px;
	background-position: center;
	background-repeat: no-repeat;
	border-radius: 50%;
	background-color: rgba(255,255,255,.5);
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M62.162,0c6.696,0,10.043,4.567,10.043,9.789c0,6.522-5.814,12.555-13.391,12.555 c-6.344,0-10.045-3.752-9.869-9.947C48.945,7.176,53.35,0,62.162,0z M41.543,100c-5.287,0-9.164-3.262-5.463-17.615l6.07-25.457 c1.057-4.077,1.23-5.707,0-5.707c-1.588,0-8.451,2.816-12.51,5.59L27,52.406C39.863,41.48,54.662,35.072,61.004,35.072 c5.285,0,6.168,6.361,3.525,16.148L57.58,77.98c-1.234,4.729-0.703,6.359,0.527,6.359c1.586,0,6.787-1.963,11.896-6.041L73,82.377 C60.488,95.1,46.83,100,41.543,100z'/%3E%3C/svg%3E");
}
#global-nav-arrows .banner-block .circle{
	position: absolute;
	top: -30px;
	left: 177px;
	width: 170px;
	height: 170px;
	background-image: url(../img/property-winter/circle-for-banner.jpg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border-radius: 50%;
}
#property.winter .location-col{
	padding-bottom: 20px;
}
#property.winter #secondary-prop-slider-winter{
	width: 135px;
	margin-right: 10px;
}
#property.winter #secondary-prop-slider-winter .slick-list{
	height: 495px !important;
	margin-top: -5px;
}
#property.winter #secondary-prop-slider-winter .slick-slide{
	margin: 5px 0;
}
#property.winter #secondary-prop-slider-winter .slide{
	position: relative;
	overflow: hidden;
	height: 90px;
}
#property.winter #secondary-prop-slider-winter .slide img{
	position: absolute;
	width: 100%;
	height: auto;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	z-index: -1;
}
#property.winter #secondary-prop-slider-winter .slick-current .slide{
	outline: 3px solid #efbe35;
	outline-offset: -3px;
}
#property.winter #main-prop-slider-winter{
	width: calc(100% - 145px);
}
#property.winter #main-prop-slider-winter .slide{
	position: relative;
	height: 490px;
	overflow: hidden;
}
#property.winter #main-prop-slider-winter .slide img{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	min-width: 100%;
	min-height: 100%;
	max-width: 130%;
	max-height: 130%;
	width: auto;
	height: auto;
}
#property.winter .main-prop-slider-col{
	display: flex;
}
#property.winter .share-btns{
	margin: 30px 0 0;
	padding-bottom: 20px;
	border-bottom: 1px solid #efefef;
}
#property.winter .main-info-table{
	margin:50px 0 0;
}
#property.winter .main-info-table .one-col{
	background-color: #fff;
}
#property.winter .main-info-table .one-col:nth-child(4n - 3),
#property.winter .main-info-table .one-col:nth-child(4n - 2){
	background-color: #f7f7f7;
}
#manager-section h4{
	margin: 20px 0;
	font-size: 30px;
	font-weight: 600;
	text-transform: none;
}
#property.winter #benefit{
	background: none;
}
#prop-description{
	margin-bottom: 80px;
}
#prop-description .title{
	font-size: 24px;
	text-transform: none;
	font-weight: 600;
	margin-bottom: 10px;
}
#prop-description p{
	font-size: 16px;
	line-height: 1.6em;
}
#prop-description .map{
	margin: 30px 0 0;
	width: 100%;
	height: 330px;
	background-color: #ccc;
}
#property.winter #benefit .benefit-one-col:nth-child(1) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 470 470' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 470 470'%3E%3Cpath fill='%23a8a8a8' d='m62.903,178.587h344.193c4.143,0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-344.193c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5z'/%3E%3Cpath fill='%23a8a8a8' d='m464.132,214.413l-25.08-65.827h15.448c4.143,0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-21.163l-26.727-70.147c-6.972-18.456-27.889-32.914-47.618-32.914h-17.088v-12.5c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v12.5h-183.808v-12.5c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v12.5h-17.088c-19.713,0-40.688,14.417-47.756,32.842l-26.719,70.22h-21.033c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h15.325l-25.044,65.818c-3.241,8.585-5.781,22.502-5.781,31.682v153.638c0,4.142 3.358,7.5 7.5,7.5h2.5v44.75c0,4.142 3.358,7.5 7.5,7.5h68.911c4.142,0 7.5-3.358 7.5-7.5v-22.25c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v14.75h-53.911v-37.25h420v37.25h-53.911v-14.75c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v22.25c0,4.142 3.357,7.5 7.5,7.5h68.911c4.143,0 7.5-3.358 7.5-7.5v-44.75h2.5c4.143,0 7.5-3.358 7.5-7.5v-153.638c0-9.19-2.581-23.111-5.868-31.674zm-449.132,31.674c0-7.39 2.205-19.472 4.808-26.366l28.463-74.804c0.44-0.739 0.76-1.556 0.925-2.43l28.068-73.765c4.824-12.573 20.277-23.196 33.744-23.196h247.984c13.452,0 28.833,10.631 33.594,23.234l57.535,151.012c2.645,6.888 4.879,18.938 4.879,26.315v146.138h-440v-146.138z'/%3E%3Cpath fill='%23a8a8a8' d='m318.186,347.225h-166.372c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h166.371c4.143,0 7.5-3.358 7.5-7.5s-3.357-7.5-7.499-7.5z'/%3E%3Cpath fill='%23a8a8a8' d='m62.5,332.225c-12.407,0-22.5,10.093-22.5,22.5s10.093,22.5 22.5,22.5 22.5-10.093 22.5-22.5-10.093-22.5-22.5-22.5zm0,30c-4.136,0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5,3.364 7.5,7.5-3.364,7.5-7.5,7.5z'/%3E%3Cpath fill='%23a8a8a8' d='m407.5,332.225c-12.406,0-22.5,10.093-22.5,22.5s10.094,22.5 22.5,22.5 22.5-10.093 22.5-22.5-10.094-22.5-22.5-22.5zm0,30c-4.136,0-7.5-3.364-7.5-7.5s3.364-7.5 7.5-7.5 7.5,3.364 7.5,7.5-3.364,7.5-7.5,7.5z'/%3E%3Cpath fill='%23a8a8a8' d='m30,309.725c0,4.142 3.358,7.5 7.5,7.5h395c4.143,0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-73.076c3.542-19.335 20.505-34.039 40.848-34.039h32.198c4.143,0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-32.198c-28.632,0-52.344,21.398-56.026,49.039h-218.492c-3.682-27.641-27.395-49.039-56.026-49.039h-32.198c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h32.198c20.343,0 37.306,14.704 40.848,34.039h-73.076c-4.142,0-7.5,3.358-7.5,7.5z'/%3E%3Cpath fill='%23a8a8a8' d='m131.669,253.186c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5 7.5,7.5h206.661c4.143,0 7.5-3.358 7.5-7.5s-3.357-7.5-7.5-7.5h-206.661z'/%3E%3C/svg%3E%0A");}
#property.winter #benefit .benefit-one-col:nth-child(3) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 382.878 382.878' xml:space='preserve'%3E%3Cpath fill='%23a8a8a8' d='M364.44,76.776h-47.709c0.488-1.574,0.673-3.138,0.673-4.595c0-1.151,0.056-2.808,0.12-4.726 c0.513-15.32,1.468-43.837-12.849-58.641C299.019,2.965,291.755,0,283.085,0c-22.32,0-50.588,20.475-61.707,29.277 c-4.302,3.406-20.977,16.979-29.939,29.503c-8.962-12.524-25.638-26.096-29.94-29.503C150.381,20.475,122.113,0,99.793,0 c-8.67,0-15.934,2.965-21.589,8.814C63.887,23.618,64.841,52.135,65.354,67.455c0.064,1.918,0.12,3.575,0.12,4.726 c0,1.458,0.185,3.021,0.673,4.595H18.438c-9.649,0-17.5,7.851-17.5,17.5v73.376c0,9.649,7.851,17.5,17.5,17.5H32.49v185.225 c0,6.893,5.607,12.5,12.5,12.5h113.19h66.518h113.19c6.893,0,12.5-5.607,12.5-12.5V185.153h14.052c9.649,0,17.5-7.851,17.5-17.5 V94.276C381.94,84.627,374.089,76.776,364.44,76.776z M209.698,170.153H173.18V92.215h36.518V170.153z M232.277,39.793 C252.267,24.269,271.26,15,283.085,15c4.574,0,8.008,1.348,10.807,4.242c9.895,10.231,9.015,36.496,8.64,47.711 c-0.068,2.034-0.127,3.793-0.128,5.189c-0.432,0.377-85.718,3.559-92.432,2.678c-6.486-0.851-8.641-2.147-9.223-2.606 C202.23,68.058,213.387,54.463,232.277,39.793z M88.986,19.242C91.785,16.348,95.219,15,99.793,15 c11.825,0,30.818,9.269,50.808,24.793c18.89,14.671,30.047,28.265,31.529,32.422c-0.582,0.459-2.737,1.755-9.224,2.606 c-6.714,0.88-92-2.301-92.432-2.678c-0.001-1.396-0.06-3.155-0.128-5.189C79.971,55.738,79.091,29.473,88.986,19.242z M15.938,167.653V94.276c0-1.355,1.145-2.5,2.5-2.5H158.18v78.376H44.99H18.438C17.083,170.153,15.938,169.008,15.938,167.653z M47.49,367.878V185.153h110.69v182.725H47.49z M173.18,367.878V185.153h36.518v182.725H173.18z M335.388,367.878h-110.69V185.153 h110.69V367.878z M366.94,167.653c0,1.355-1.145,2.5-2.5,2.5h-26.552h-113.19V91.776H364.44c1.355,0,2.5,1.145,2.5,2.5V167.653z'/%3E%3C/svg%3E");}
#sidebar-book-prop-form{
	padding: 0 20px;
	height: 630px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    position: relative;
}

#sidebar-book-prop-form a.red-btn,
#sidebar-book-prop-form .red-btn,
#bottom-form-rent .red-btn,
.booking-form .red-btn{
    background-color: #791106;
    color: #fff;
    display: inline-block;
    border:none;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 55px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .23s
}
#sidebar-book-prop-form a.red-btn:hover,
#sidebar-book-prop-form .red-btn:hover,
#bottom-form-rent .red-btn:hover,
.booking-form .red-btn:hover{
    background-color: #282d39;
    transition: .23s
}


#sidebar-book-prop-form .orange-block{
	background-color: #efbe35;
	padding: 10px 20px;
	margin: 0 -20px;
}
#sidebar-book-prop-form .orange-block > span{
	display: block;
}
/* #sidebar-book-prop-form .orange-block .price:before,
#sidebar-book-prop-form .orange-block tr td:nth-child(2):before{
	content: "€ ";
} */
#sidebar-book-prop-form .orange-block .price{
	font-size: 24px;
	font-weight: 600;
}
#sidebar-book-prop-form .orange-block .prop-id{
	color: #fff;
	font-size: 14px;
	margin-bottom: 15px;
	font-weight: 600;
}
#sidebar-book-prop-form .orange-block .additionally-title{
	color: #fff;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 10px;
}
#sidebar-book-prop-form .orange-block table{
	width: 100%;
	background-color: rgba(255,255,255,.5);
}
#sidebar-book-prop-form .orange-block td{
	font-size: 12px;
	line-height: 20px;
	font-weight: 500;
}
#sidebar-book-prop-form .orange-block td:first-child{
	padding: 5px 10px;
}
#sidebar-book-prop-form .orange-block td:last-child{
	width: 1%;
	white-space: nowrap;
	padding: 5px;
}
#sidebar-book-prop-form label{
	width: 100%;
	font-size: 12px;
	position: relative;
	margin-bottom: 7px;
}

#sidebar-book-prop-form input::-webkit-input-placeholder{font-size: 12px; padding-left:4px; color: #212529;}
#sidebar-book-prop-form input::-moz-placeholder{font-size: 12px; padding-left:4px; color: #212529;}
#sidebar-book-prop-form input:-ms-input-placeholder{font-size: 12px; padding-left:4px; color: #212529;}
#sidebar-book-prop-form input:-moz-placeholder{font-size: 12px; padding-left:4px; color: #212529;}


#sidebar-book-prop-form input:not([type="submit"]){
	display: block;
	margin: 4px 0 0;
	width: 100%;
	border: 1px solid #d1d1d1;
	font-size: 16px;
	line-height: 28px;
	height: 30px;
	position: relative;
}
#sidebar-book-prop-form input::-webkit-inner-spin-button,
#sidebar-book-prop-form input::-webkit-clear-button{
	display: none;
}
#sidebar-book-prop-form label:nth-of-type(3):after{
	content: "";
	color: transparent;
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #fff;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M2.56362 2.50928H18.432C19.8485 2.50928 21 3.66074 21 5.07725V15.9227C21 17.3392 19.8485 18.4907 18.432 18.4907H2.56797C1.15146 18.4907 -1.90735e-06 17.3392 -1.90735e-06 15.9227V5.08159C-0.00434685 3.66508 1.14711 2.50928 2.56362 2.50928ZM1.16884 15.9227C1.16884 16.6918 1.79454 17.3175 2.56362 17.3175H18.432C19.2011 17.3175 19.8268 16.6918 19.8268 15.9227V5.08159C19.8268 4.31251 19.2011 3.68681 18.432 3.68681H2.56797C1.79888 3.68681 1.17318 4.31251 1.17318 5.08159V15.9227H1.16884Z' fill='%238d8d8d'/%3E%3Cpath d='M7.75572 10.3653L2.61977 5.75945C2.38079 5.5422 2.35907 5.17286 2.57632 4.92953C2.79358 4.69055 3.16292 4.66883 3.40624 4.88608L10.4888 11.243L11.8705 10.009C11.8749 10.0046 11.8792 10.0003 11.8792 9.99595C11.9097 9.96554 11.9401 9.93947 11.9748 9.91339L17.5974 4.88174C17.8408 4.66448 18.2101 4.68621 18.4273 4.92953C18.6446 5.17286 18.6229 5.5422 18.3795 5.75945L13.1828 10.4044L18.3578 15.2492C18.5925 15.4708 18.6055 15.8401 18.3839 16.0791C18.2666 16.2008 18.1102 16.266 17.9537 16.266C17.8103 16.266 17.6669 16.2138 17.554 16.1095L12.3007 11.1952L10.8755 12.4683C10.7625 12.5683 10.6235 12.6161 10.4845 12.6161C10.3454 12.6161 10.202 12.5639 10.0934 12.464L8.62908 11.1518L3.40624 16.1139C3.29327 16.2225 3.14553 16.2747 3.00215 16.2747C2.84572 16.2747 2.69364 16.2138 2.57632 16.0922C2.35472 15.8575 2.36341 15.4838 2.59805 15.2622L7.75572 10.3653Z' fill='%238d8d8d'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='21' height='21' fill='white' transform='matrix(-1 0 0 1 21 0)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
	box-sizing: border-box;
}
#sidebar-book-prop-form label:nth-of-type(2):after{
	content: "";
	color: transparent;
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #fff;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.6814 13.9594C14.6101 16.4353 12.1168 18.3848 9.27093 19.7642C8.18742 20.2777 6.7384 20.8869 5.12402 20.9913C5.02393 20.9956 4.9282 21 4.82812 21C3.74461 21 2.87433 20.6258 2.16504 19.8556C2.16069 19.8512 2.15199 19.8425 2.14764 19.8338C1.89526 19.5292 1.60806 19.2551 1.30781 18.9635C1.1033 18.7677 0.894426 18.5632 0.694262 18.3543C-0.232594 17.3883 -0.232592 16.1612 0.702965 15.2257L3.31817 12.6104C3.76202 12.1492 4.29289 11.9055 4.84988 11.9055C5.40686 11.9055 5.94209 12.1492 6.39899 12.6061L7.9568 14.1639C8.1004 14.0812 8.24834 14.0073 8.38759 13.9376C8.56165 13.8506 8.72265 13.7679 8.86625 13.6765C10.2848 12.7758 11.5728 11.6009 12.8043 10.091C13.4265 9.30336 13.8443 8.64194 14.1358 7.96747C13.7268 7.5976 13.3439 7.21032 12.974 6.83174C12.8435 6.69685 12.7086 6.56196 12.5737 6.42706C12.1037 5.95711 11.8513 5.41318 11.8513 4.86055C11.8513 4.30792 12.0994 3.76399 12.5737 3.29403L13.8704 1.99731C14.0227 1.84501 14.1663 1.69706 14.3142 1.54476C14.6014 1.24886 14.9017 0.94426 15.1976 0.67012C15.6458 0.230626 16.1723 0 16.7293 0C17.2819 0 17.8128 0.230626 18.2784 0.674472L19.9058 2.30191C20.4976 2.8937 20.8327 3.61169 20.9023 4.44281C20.985 5.4828 20.7935 6.58806 20.2975 7.92395C19.536 9.99088 18.3872 11.9099 16.6814 13.9594ZM19.8406 4.53419C19.7883 3.95545 19.5664 3.47244 19.1487 3.0547L17.5299 1.43597C17.2776 1.19229 16.9991 1.0661 16.7293 1.0661C16.4638 1.0661 16.1941 1.19229 15.946 1.44467C15.6545 1.71446 15.3803 1.99731 15.0844 2.29755C14.9365 2.44985 14.7842 2.60215 14.6319 2.75881L13.3352 4.05553C13.0654 4.32532 12.9261 4.59946 12.9261 4.86925C12.9261 5.13904 13.0654 5.41318 13.3352 5.68297C13.4701 5.81786 13.605 5.95711 13.7398 6.092C14.1445 6.50104 14.5231 6.88831 14.9408 7.25818C14.9495 7.26689 14.9539 7.27124 14.9626 7.27994C15.3238 7.64111 15.2672 7.98487 15.1802 8.24596C15.1758 8.25901 15.1715 8.26772 15.1671 8.28077C14.8321 9.08578 14.3665 9.85164 13.6398 10.7654C12.3343 12.3755 10.9593 13.6243 9.44499 14.586C9.25788 14.7078 9.05771 14.8036 8.8706 14.8993C8.69654 14.9863 8.53554 15.069 8.39194 15.1604C8.37454 15.1691 8.36148 15.1778 8.34408 15.1865C8.20048 15.2605 8.06123 15.2953 7.92199 15.2953C7.57387 15.2953 7.3476 15.0734 7.27362 14.9994L5.64619 13.3719C5.39381 13.1196 5.11967 12.9847 4.84988 12.9847C4.51917 12.9847 4.24938 13.1892 4.07967 13.3719L1.45576 15.9915C0.93359 16.5137 0.937943 17.0794 1.46882 17.632C1.65158 17.8278 1.84304 18.0149 2.04756 18.2107C2.35216 18.5066 2.66981 18.8112 2.957 19.155C3.45742 19.6946 4.05357 19.947 4.82377 19.947C4.89774 19.947 4.97607 19.9426 5.05004 19.9383C6.47731 19.8469 7.8045 19.2899 8.80098 18.8156C11.5076 17.5058 13.8834 15.6477 15.8546 13.2893C17.4777 11.3355 18.5699 9.51658 19.2923 7.56714C19.7405 6.37049 19.9102 5.40883 19.8406 4.53419Z' fill='%238d8d8d'/%3E%3C/svg%3E%0A");
	box-sizing: border-box;
}
#sidebar-book-prop-form label:nth-of-type(1):after{
	content: "";
	color: transparent;
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #fff;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M10.5755 11.3154C10.5537 11.3154 10.532 11.3154 10.5059 11.3154C10.4972 11.3154 10.4885 11.3154 10.4798 11.3154C10.4668 11.3154 10.4494 11.3154 10.4363 11.3154C9.16215 11.2936 8.1315 10.8457 7.37048 9.98903C5.69622 8.10168 5.97453 4.86623 6.00498 4.55747C6.11369 2.23959 7.20957 1.13067 8.11411 0.61317C8.78816 0.226134 9.57528 0.0173949 10.4537 0H10.4842C10.4885 0 10.4972 0 10.5016 0H10.5277C11.0104 0 11.9584 0.0782771 12.8673 0.595776C13.7805 1.11327 14.8938 2.2222 15.0025 4.55747C15.0329 4.86623 15.3113 8.10168 13.637 9.98903C12.8803 10.8457 11.8497 11.2936 10.5755 11.3154ZM13.8414 4.66618C13.8414 4.65314 13.837 4.64009 13.837 4.63139C13.6935 1.51336 11.48 1.1785 10.532 1.1785H10.5146C10.5059 1.1785 10.4929 1.1785 10.4798 1.1785C9.30566 1.2046 7.30959 1.68296 7.17478 4.63139C7.17478 4.64444 7.17478 4.65749 7.17043 4.66618C7.16609 4.69662 6.86168 7.65376 8.24457 9.2106C8.79251 9.82812 9.5231 10.1325 10.4842 10.1412C10.4929 10.1412 10.4972 10.1412 10.5059 10.1412C10.5146 10.1412 10.519 10.1412 10.5277 10.1412C11.4844 10.1325 12.2193 9.82812 12.7629 9.2106C14.1414 7.66246 13.8457 4.69228 13.8414 4.66618Z' fill='%238d8d8d'/%3E%3Cpath d='M2.0009 16.4079C2.0009 16.4036 2.0009 16.3992 2.0009 16.3949C2.0009 16.3601 2.00525 16.3253 2.00525 16.2861C2.03134 15.4251 2.08788 13.4116 3.97522 12.768C3.98827 12.7637 4.00567 12.7593 4.01871 12.755C5.97999 12.2549 7.61076 11.1242 7.62815 11.1111C7.89343 10.9242 8.25872 10.9894 8.44571 11.2547C8.63271 11.5199 8.56748 11.8852 8.30221 12.0722C8.22828 12.1244 6.49749 13.329 4.33182 13.8856C3.31857 14.2466 3.2055 15.3294 3.17506 16.3209C3.17506 16.3601 3.17506 16.3949 3.17071 16.4296C3.16636 16.821 3.19245 17.4255 3.26203 17.7734C3.96653 18.1735 6.72797 19.5564 10.9288 19.5564C15.1123 19.5564 17.8911 18.1691 18.6 17.7691C18.6696 17.4212 18.7 16.8167 18.6913 16.4253C18.6913 16.3905 18.687 16.3557 18.687 16.3166C18.6565 15.3251 18.5435 14.2422 17.5302 13.8813C15.3645 13.3247 13.6337 12.1157 13.5598 12.0679C13.2945 11.8809 13.2293 11.5156 13.4163 11.2503C13.6033 10.985 13.9686 10.9198 14.2339 11.1068C14.2513 11.1198 15.8733 12.2505 17.8433 12.7506C17.8607 12.755 17.8738 12.7593 17.8868 12.7637C19.7741 13.4116 19.8307 15.4251 19.8568 16.2818C19.8568 16.3209 19.8568 16.3557 19.8611 16.3905C19.8611 16.3949 19.8611 16.3992 19.8611 16.4036C19.8655 16.6297 19.8698 17.7908 19.6393 18.3735C19.5958 18.4866 19.5176 18.5823 19.4132 18.6475C19.2827 18.7345 16.156 20.7262 10.9245 20.7262C5.69297 20.7262 2.56624 18.7301 2.43578 18.6475C2.33575 18.5823 2.25313 18.4866 2.20964 18.3735C1.9922 17.7951 1.99656 16.634 2.0009 16.4079Z' fill='%238d8d8d'/%3E%3C/svg%3E%0A");
	box-sizing: border-box;
}
#sidebar-book-prop-form label:after,
#sidebar-book-prop-form input::-webkit-calendar-picker-indicator,
#sidebar-book-prop-form input:hover::-webkit-calendar-picker-indicator,
#sidebar-book-prop-form input:focus::-webkit-calendar-picker-indicator{
	content: "";
	color: transparent;
	position: absolute;
	height: 20px;
	width: 20px;
	background-color: #fff;
	background-size: 20px;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%238d8d8d' d='M452,40h-24V0h-40v40H124V0H84v40H60C26.916,40,0,66.916,0,100v352c0,33.084,26.916,60,60,60h392 c33.084,0,60-26.916,60-60V100C512,66.916,485.084,40,452,40z M472,452c0,11.028-8.972,20-20,20H60c-11.028,0-20-8.972-20-20V188 h432V452z M472,148H40v-48c0-11.028,8.972-20,20-20h24v40h40V80h264v40h40V80h24c11.028,0,20,8.972,20,20V148z'/%3E%3Crect fill='%238d8d8d' x='76' y='230' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='156' y='230' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='236' y='230' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='316' y='230' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='396' y='230' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='76' y='310' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='156' y='310' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='236' y='310' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='316' y='310' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='76' y='390' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='156' y='390' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='236' y='390' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='316' y='390' width='40' height='40'/%3E%3Crect fill='%238d8d8d' x='396' y='310' width='40' height='40'/%3E%3C/svg%3E");
	box-sizing: border-box;
}
#sidebar-book-prop-form label:after{
	bottom: 6px;
	right: 4px;
}
#sidebar-book-prop-form input::-webkit-calendar-picker-indicator,
#sidebar-book-prop-form input:hover::-webkit-calendar-picker-indicator,
#sidebar-book-prop-form input:focus::-webkit-calendar-picker-indicator{
	bottom: 5px;
	right: 3px;
	z-index: 2;
}
#sidebar-book-prop-form .select-date-title{
	display: block;
	margin: 10px 0;
	font-size: 11px;
	font-weight: 600;
	color: #8d8d8d;
	text-transform: uppercase;
}
#sidebar-book-prop-form .min-period{
	display: block;
	font-size: 10px;
	color: #791106;
	font-weight: 500;
	margin: 0;
}
#sidebar-book-prop-form a{
	display: inline-block;
	font-size: 10px;
	color: inherit;
	text-decoration: underline;
	margin: 0 0 10px;
}
#sidebar-book-prop-form input[type="submit"]{
	position: absolute;
	left: 0;
	bottom: -15px;
	border: none;
	border-radius: 0;
	padding: 15px 0;
	text-align: center;
	width: 100%;
}
#reviews-section ol{
	padding: 0;
}
#property.winter .main-info-table .one-col.empty-block{
	display: none;
}

/* ЫЫ Добавлена новая иконка стоимости */
#main-block .tab-content .dropdown.price .icon:before,
#catalog .dropdown.price .icon:before,
#error-page .dropdown.price .icon:before{
	content: "€";
	font-size: 20px;
	line-height: 50px;
	text-align: center;
	width: 50px;
	height: 50px;
}

/* #light-submenu START */
header{
    position: relative;
}
#light-submenu{
    position: absolute;
    width: 100%;
    bottom: -40px;
    border-bottom: 1.6px solid #ebebeb;
    z-index: 2;
}
#light-submenu ul{
    margin: 0;
    padding: 0;
    list-style-type: none;
}

#light-submenu ul li:last-child{
	position: absolute;
    right: 0;
    background: #ffc107;
}

#light-submenu ul li:last-child a{
	display: flex;
	color: #ffffff!important;
	font-weight:600;
	align-items: center;
	padding-left: 25px;
}

@keyframes rubberBand {
  0% {transform: scale(1);}
  30% {transform: scaleX(1.15) scaleY(0.75);}
  40% {transform: scaleX(0.75) scaleY(1.25);}
  60% {transform: scaleX(1.15) scaleY(0.85);}
  100% {transform: scale(1);}
}

#light-submenu ul li:last-child a:before{
	animation-name: rubberBand;
    animation-duration: 2.5s;
  animation-fill-mode: both;
  animation-iteration-count: infinite;
	content:'';
	position:absolute;
	width: 35px;
    height: 35px;
    left: -17px;
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' class='new-icon' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.688 490.688' xml:space='preserve'%3E%3Cpath fill='%23ffc107' d='M462.784,209.088c-7.552-5.568-17.067-12.523-18.219-17.067c0.484-8.796,2.996-17.36,7.339-25.024 c6.656-15.275,13.525-31.104,5.888-44.267c-7.637-13.163-25.003-15.296-41.707-17.067c-8.658-0.058-17.188-2.094-24.939-5.952 c-3.864-7.778-5.893-16.339-5.931-25.024c-1.877-16.704-3.819-33.984-17.067-41.707c-13.248-7.723-29.099-0.96-44.373,5.781 c-7.672,4.341-16.243,6.852-25.045,7.339c-4.608-1.237-11.541-10.667-17.067-18.219c-9.685-13.056-20.587-27.861-36.331-27.861 s-26.645,14.805-36.267,27.861c-5.589,7.573-12.523,17.067-17.067,18.24c-8.794-0.53-17.356-3.038-25.045-7.339 c-15.36-6.763-31.189-13.504-44.309-5.909s-15.317,25.003-17.195,41.813c-0.061,8.655-2.089,17.183-5.931,24.939 c-7.736,3.803-16.233,5.801-24.853,5.845c-16.725,1.877-34.027,3.819-41.728,17.067S32,151.616,38.741,166.912 c4.357,7.689,6.869,16.284,7.339,25.109c-1.237,4.608-10.667,11.563-18.219,17.067C14.805,218.688,0,229.611,0,245.355 s14.805,26.667,27.883,36.267c7.552,5.568,17.067,12.523,18.219,17.067c-0.484,8.796-2.996,17.36-7.339,25.024 c-6.656,15.275-13.525,31.104-5.888,44.267c7.637,13.163,25.003,15.296,41.707,17.067c8.658,0.058,17.188,2.094,24.939,5.952 c3.864,7.778,5.893,16.339,5.931,25.024c1.877,16.704,3.819,33.984,17.067,41.707c13.248,7.723,28.971,0.768,44.267-5.888 c7.749-4.293,16.37-6.773,25.216-7.253c4.608,1.237,11.541,10.667,17.067,18.219c9.621,13.056,20.523,27.861,36.267,27.861 s26.645-14.805,36.267-27.861c5.589-7.573,12.523-17.067,17.067-18.24c8.8,0.498,17.368,3.008,25.045,7.339 c15.275,6.656,31.104,13.483,44.245,5.909c13.141-7.573,15.317-25.003,17.195-41.728c0.061-8.655,2.089-17.183,5.931-24.939 c7.75-3.834,16.271-5.855,24.917-5.909c16.725-1.877,34.027-3.819,41.728-17.067c7.701-13.248,0.747-28.971-5.888-44.267 c-4.343-7.728-6.826-16.362-7.253-25.216c1.237-4.608,10.667-11.563,18.219-17.067c13.056-9.621,27.883-20.544,27.883-36.267 S475.861,218.688,462.784,209.088z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M181.333,298.688c-3.357,0-6.519-1.581-8.533-4.267L128,234.688v53.333 c0,5.891-4.776,10.667-10.667,10.667s-10.667-4.776-10.667-10.667v-85.333c0-5.891,4.776-10.667,10.667-10.667 c3.357,0,6.519,1.581,8.533,4.267l44.8,59.733v-53.333c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667 v85.333c-0.003,4.589-2.942,8.662-7.296,10.112C183.618,298.501,182.48,298.688,181.333,298.688z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M266.667,298.688H224c-5.891,0-10.667-4.776-10.667-10.667v-85.333 c0-5.891,4.776-10.667,10.667-10.667h42.667c5.891,0,10.667,4.776,10.667,10.667c0,5.891-4.776,10.667-10.667,10.667h-32v64h32 c5.891,0,10.667,4.776,10.667,10.667S272.558,298.688,266.667,298.688z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M266.667,256.021H224c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667h42.667 c5.891,0,10.667,4.776,10.667,10.667S272.558,256.021,266.667,256.021z'%3E%3C/path%3E%3Cpath fill='%23fff' d='M373.333,298.688c-4.597,0.006-8.681-2.934-10.133-7.296L352,257.749l-11.2,33.643 c-1.363,4.603-5.751,7.633-10.539,7.275c-4.738-0.18-8.788-3.465-9.941-8.064l-21.333-85.333 c-1.426-5.72,2.056-11.513,7.776-12.939c5.72-1.426,11.513,2.056,12.939,7.776l12.437,49.792l9.749-29.248 c2.535-5.591,9.122-8.068,14.713-5.533c2.454,1.113,4.42,3.079,5.533,5.533l9.749,29.248l12.437-49.792 c1.426-5.72,7.218-9.202,12.939-7.776c5.72,1.426,9.202,7.218,7.776,12.939l-21.333,85.333c-1.153,4.599-5.204,7.884-9.941,8.064 L373.333,298.688z'%3E%3C/path%3E%3C/svg%3E");
}
#light-submenu ul li{
    display: inline-block;
}
#light-submenu ul li a{
    display: block;
    color: #bebebe;
    font-size: 13px;
    padding: 10px 10px;
    text-decoration: none;
}
#light-submenu.white{
    border-color: #fff;
}
#light-submenu.white ul li a{
    color: #fff;
}
@media (max-width: 992px){
    #light-submenu{
        display: none;
    }
}
/* #light-submenu END */

/* info-popup START */
#global-nav-arrows{
    position: relative;
}
#global-nav-arrows .info-popup{
    display: none;
    position: absolute;
    right: 15px;
    top: 110%;
    padding: 15px 20px 70px;
    width: 255px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    font-size: 13px;
    line-height: 1.6em;
    background: url(../img/property-winter/snowflake-blue.png) no-repeat right top -20px , url(../img/property-winter/bg_popup.jpg) no-repeat bottom, #fff;
    z-index: 100;
}
#global-nav-arrows .info-popup .close{
    position: absolute;
    top: 4px;
    right: 4px;
    width: 16px;
    height: 16px;
    background-size: 16px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 174.239 174.239' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z'/%3E%3C/svg%3E");
}
#global-nav-arrows .info-popup .top-angle{
    position: absolute;
    left: calc(50% - 20px);
    top: -22px;
    width: 44px;
    height: 22px;
    border-bottom: solid 22px #fff;
    border-left: solid 22px transparent;
    border-right: solid 22px transparent;
}
#global-nav-arrows .info-popup span{
    display: inline-block;
}
#global-nav-arrows .info-popup .title{
    margin-bottom: 5px;
}
#global-nav-arrows .info-popup .title strong{
    margin: 0;
}
#global-nav-arrows .info-popup .subtitle{
    color: #a3a3a3;
}
#global-nav-arrows .info-popup .red-text{
    font-size: 10px;
    font-weight: 500;
}
#global-nav-arrows .banner-block .desc-block .info-icon.active{
    background-color: rgba(255,255,255,1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 100 100' xml:space='preserve'%3E%3Cpath fill='%230398c9' d='M62.162,0c6.696,0,10.043,4.567,10.043,9.789c0,6.522-5.814,12.555-13.391,12.555 c-6.344,0-10.045-3.752-9.869-9.947C48.945,7.176,53.35,0,62.162,0z M41.543,100c-5.287,0-9.164-3.262-5.463-17.615l6.07-25.457 c1.057-4.077,1.23-5.707,0-5.707c-1.588,0-8.451,2.816-12.51,5.59L27,52.406C39.863,41.48,54.662,35.072,61.004,35.072 c5.285,0,6.168,6.361,3.525,16.148L57.58,77.98c-1.234,4.729-0.703,6.359,0.527,6.359c1.586,0,6.787-1.963,11.896-6.041L73,82.377 C60.488,95.1,46.83,100,41.543,100z'/%3E%3C/svg%3E");
}
/* info-popup END */






.page-numbers{
	display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 12px;
	color: #212529;
	 
}
.page-numbers:hover{
	background-color: #282d39;
    color: #fff;
	text-decoration:none;
	 
}
span.current{
	background-color: #282d39;
    color: #fff;
}
nav.pagination{
	align-items: center;
    background-color: #f5f5f5;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 50px 0;
    padding: 0 30px;
    width: 100%;
}
nav.pagination .nav-links{
    width: 100%;
	text-align: center;
	
}
.prev{
	font-weight: 400;
	float: left;
	align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 30px;
}

.next{
	float: right;
	align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 30px;
	font-weight: 400;
}

.next:hover{
	background-color: #f5f5f5;
    color: #212529;
	text-decoration:none;
}
.prev:hover{
	background-color: #f5f5f5;
    color: #212529;
	text-decoration:none;
}


.prev .icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 306' xml:space='preserve'%3E%3Cpolygon fill='%23282d39' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 18px;
    width: 18px;
	margin-right: 20px;
    transform: rotate(90deg);
}

.next .icon{
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 306' xml:space='preserve'%3E%3Cpolygon fill='%23282d39' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 18px;
    width: 18px;
	margin-left: 20px;
    transform: rotate(-90deg);
}






.search-result .pagination-block {
    align-items: center;
    background-color: #f5f5f5;
    display: flex;
    height: 60px;
    justify-content: space-between;
    margin: 15px -15px;
    padding: 0 30px
}

.results-row .pagination-block .nav-arrow .icon,.search-result .pagination-block .nav-arrow .icon {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 306' xml:space='preserve'%3E%3Cpolygon fill='%23282d39' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 18px;
    width: 18px
}

.results-row .pagination-block .nav-arrow,.search-result .pagination-block .nav-arrow {
    align-items: center;
    display: flex;
    font-size: 14px;
    line-height: 30px
}

.results-row .pagination-block .next-page .icon,.search-result .pagination-block .next-page .icon {
    margin-left: 20px;
    transform: rotate(-90deg)
}

.results-row .pagination-block .prev-page .icon,.search-result .pagination-block .prev-page .icon {
    margin-right: 20px;
    transform: rotate(90deg)
}

.one-result.alegria .building_description,.one-result.alegria .building_title,.results-row .pagination-block a,.search-result .pagination-block a {
    color: inherit
}

.results-row .pagination-block ul li a,.search-result .pagination-block ul li a {
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 30px;
    padding: 0 12px
}

.after-post .tags ul li,.results-row .pagination-block ul li,.search-result .pagination-block ul li {
    display: inline-block
}

.search_on_map_block .links {
    margin-top: 70px
}

.search_on_map_block a {
    background-color: #791106;
    color: #fff;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    padding: 15px 55px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .23s
}

#new-from-blog .two-posts-in-line-block .one-post-preview:first-child,.search_on_map_block a:first-child {
    margin-right: 30px
}

.search_on_map_block h2,.search_on_map_block span {
    color: #282d39;
    font-size: 36px;
    font-weight: 700;
    line-height: 32px;
    text-transform: uppercase
}

.search_on_map_block span {
    font-size: 14px
}

.show-all-btn {
    margin-top: 40px;
    text-align: center
}

#about-company a.more-btn,#orange-block .actions a.order-link,.about-torrevieja a.more-btn,.show-all-btn a {
    color: #282d39;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    padding: 15px 60px;
    text-decoration: none;
    text-transform: uppercase;
    transition: .23s
}

#about-company a.more-btn,#orange-block .actions a.order-link,.show-all-btn a {
    border: 1px solid #282d39
}

.show-by .before-btns {
    color: #333
}

.show-by ul {
    display: inline-block;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.show-by ul li a {
    background-color: #efefef;
    border: 1px solid #9d9d9d;
    color: #9d9d9d;
    display: inline-block;
    font-size: 12px;
    font-weight: 500;
    line-height: 26px;
    min-width: 30px;
    padding: 0 10px;
    text-align: center;
    transition: .2s
}
.show-by ul li:not(:last-child) a {margin-right: 8px;}

.show-by ul li a .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: inline-block;
    height: 14px;
    margin-left: 5px;
    vertical-align: middle;
    width: 14px
}

.show-by ul li a .icon.ASC {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 26 26'%3E%3Cg%3E%3Cpath d='M11,3H1C0.4,3,0,3.4,0,4v2c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V4C12,3.4,11.6,3,11,3z'/%3E%3Cpath d='m11,11h-10c-0.6,0-1,0.4-1,1v2c0,0.6 0.4,1 1,1h10c0.6,0 1-0.4 1-1v-2c0-0.6-0.4-1-1-1z'/%3E%3Cpath d='m11,19h-10c-0.6,0-1,0.4-1,1v2c0,0.6 0.4,1 1,1h10c0.6,0 1-0.4 1-1v-2c0-0.6-0.4-1-1-1z'/%3E%3Cpath d='m25.7,10.7l-1.4,1.4c-0.2,0.2-0.5,0.3-0.7,0.3-0.3,0-0.5-0.1-0.7-0.3l-2-2c-0.3-0.3-0.9-0.1-0.9,0.4v13.5c0,0.5-0.5,1-1,1h-2c-0.5,0-1-0.5-1-1v-22c0-0.3 0.1-0.5 0.3-0.7s0.5-0.3 0.7-0.3c0.3,0 0.5,0.1 0.7,0.3l8,8c0.2,0.2 0.3,0.4 0.3,0.7 0,0.3-0.1,0.5-0.3,0.7z'/%3E%3C/g%3E%3C/svg%3E")
}

.show-by ul li a .icon.DESC {
	background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 26 26' xmlns:xlink='http://www.w3.org/1999/xlink' enable-background='new 0 0 26 26'%3E%3Cg%3E%3Cpath d='M11,3H1C0.4,3,0,3.4,0,4v2c0,0.6,0.4,1,1,1h10c0.6,0,1-0.4,1-1V4C12,3.4,11.6,3,11,3z'/%3E%3Cpath d='m11,11h-10c-0.6,0-1,0.4-1,1v2c0,0.6 0.4,1 1,1h10c0.6,0 1-0.4 1-1v-2c0-0.6-0.4-1-1-1z'/%3E%3Cpath d='m11,19h-10c-0.6,0-1,0.4-1,1v2c0,0.6 0.4,1 1,1h10c0.6,0 1-0.4 1-1v-2c0-0.6-0.4-1-1-1z'/%3E%3Cpath d='m25.7,10.7l-1.4,1.4c-0.2,0.2-0.5,0.3-0.7,0.3-0.3,0-0.5-0.1-0.7-0.3l-2-2c-0.3-0.3-0.9-0.1-0.9,0.4v13.5c0,0.5-0.5,1-1,1h-2c-0.5,0-1-0.5-1-1v-22c0-0.3 0.1-0.5 0.3-0.7s0.5-0.3 0.7-0.3c0.3,0 0.5,0.1 0.7,0.3l8,8c0.2,0.2 0.3,0.4 0.3,0.7 0,0.3-0.1,0.5-0.3,0.7z'/%3E%3C/g%3E%3C/svg%3E")
}

.show-by ul li a.active {
    background-color: #efbe35;
    border-color: #efbe35;
    color: #282d39;
    transition: .2s
}

.show-by ul li a:hover {
    background-color: #282d39;
    border-color: #282d39;
    color: #fff;
    transition: .2s
}

#last-slider .re-desc .bottom-block-with-content a:focus,#last-slider .re-desc .bottom-block-with-content a:hover,#last-slider .re-desc .bottom-block-with-content a:visited,.show-by ul li a:focus,.show-by ul li a:hover,.show-by ul li a:visited {
    text-decoration: none
}

#members .member .contact-info li svg,.show-by:nth-first-child,.this-post .post-subscribe a,.this-post .post-subscribe span {
    margin-right: 20px
}

.show-by,.show-by ul li,.sidebar-element ul,.total-found,.is_hot {
    display: inline-block
}

.sidebar-cat-list ul li a {
    color: #282d39;
    font-size: 17px;
    font-weight: 700;
    line-height: 47px;
    text-transform: uppercase
}

.sidebar-cat-list ul li:before {
    margin: 0 30px 2px 0
}

.post-content ul li:before, .sidebar-cat-list ul li:before, #about-alegria-xii li:before{
    background-color: #efbe35;
    content: "";
    display: inline-block;
    height: 10px;
    width: 10px
}

.sidebar-element {
    margin-bottom: 50px;
    position: relative
}

.sidebar-element .edit-icon {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 10px;
    z-index: 1
}

.sidebar-element h3 {
    font-size: 28px;
    font-weight: 700
}

.sidebar-element ul {
    list-style-type: none;
    margin-bottom: 0;
    padding-left: 0
}

.sidebar-element.row .edit-icon {
    right: 15px
}

.sidebar-intresting-posts .i-post-img {
    background-position: center;
    background-size: cover;
    height: 240px;
    margin: 20px 0 10px;
    position: relative
}

.sidebar-intresting-posts .i-post-img .i-price {
    background-color: #282d39;
    bottom: 0;
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    padding: 15px;
    position: absolute;
    width: 100%
}

.sidebar-intresting-posts .i-post-img .i-want-btn {
    position: absolute;
    right: 15px;
    top: 15px
}

.sidebar-intresting-posts .i-post-img .i-want-btn svg path {
    fill: transparent;
    fill-rule: nonzero;
    stroke: #efbe35;
    stroke-width: 10px
}

.sidebar-intresting-posts .i-post-img .i-want-btn svg path:hover {
    cursor: pointer;
    fill: #efbe35
}

.sidebar-intresting-posts .i-post-text,.sidebar-intresting-posts .i-post-text h1,.sidebar-intresting-posts .i-post-text h2,.sidebar-intresting-posts .i-post-text h3,.sidebar-intresting-posts .i-post-text h4,.sidebar-intresting-posts .i-post-text h5,.sidebar-intresting-posts .i-post-text h6,.sidebar-intresting-posts .i-post-text p,.sidebar-intresting-posts .i-post-text span {
    color: #a3a3a3;
    font-size: 15px;
    line-height: 25px
}

.sidebar-intresting-posts .i-post-title {
    color: #791106;
    display: inline-block;
    font-size: 17px;
    font-weight: 600;
    line-height: 28px;
    margin-bottom: 10px
}

.sidebar-intresting-posts .info-block {
    margin-top: 10px
}

.sidebar-intresting-posts .info-item {
    border: 1px solid #a3a3a3;
    font-size: 18px;
    padding: 5px;
    position: relative;
    text-align: center
}

.sidebar-intresting-posts .info-item .icon {
    fill: #a3a3a3;
    position: absolute;
	background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    display: block;
    height: 30px;
    margin-right: 15px;
    width: 30px;
}

.sidebar-intresting-posts .info-item:first-child span {
    margin-right: -30px
}

.sidebar-pop-list .one-pop-post {
    display: inline-block;
    margin-bottom: 20px
}

.sidebar-pop-list .pop-post-date {
    color: #a3a3a3;
    font-size: 15px;
    font-weight: 700
}

.sidebar-pop-list .pop-post-img {
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 200px;
    margin: 10px 0;
    width: 100%
}

.sidebar-pop-list .pop-post-title {
    font-size: 17px;
    font-weight: 700;
    line-height: 27px;
    margin-bottom: 10px
}

.sidebar-search i {
    color: #fff;
    position: absolute;
    right: 15px
}

.sidebar-search input[type=submit] {
    height: 55px;
    width: 56px
}

.sidebar-search input[type=text] {
    border-radius: 0;
    line-height: 54px;
    width: calc(100% - 56px)
}

.before-content-search input[type=text],.sidebar-search input[type=text] {
    border: 1px solid #a3a3a3;
    font-size: 16px;
    padding: 0 20px
}

.before-content-search input[type=text]:focus,.sidebar-search input[type=text]:focus {
    box-shadow: none;
    outline: 0
}

.sidebar-subscibe form input[type=submit] {
    background-color: #95180a;
    border: 0;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 700;
    line-height: 32px;
    margin-top: 20px;
    padding: 12px 64px;
    text-transform: uppercase
}

.sidebar-subscibe form input[type=email],.sidebar-subscibe form input[type=text] {
    padding: 0 15px;
    width: 100%
}

.sidebar-subscibe form label {
    font-size: 15px;
    line-height: 42px;
    width: 100%
}

.sidebar-tag-list li a {
    font-size: 17px
}

.social-button-in-footer a.social-button {
    height: 30px;
    margin-left: 20px;
    width: 30px
}

.social-button-in-footer a.social-button svg path,.social-button-in-footer a.social-button svg rect {
    fill: #9c9ea4
}

.social-button-in-footer a.social-button.ok {
    height: 16px;
    width: 25px
}

.social-button-in-footer a.social-button.tw {
    height: 22px
}

.social-button-in-footer a.social-button.vk {
    height: 26px;
    width: 35px
}

.social-button-in-footer a.social-button.youtube {
    height: 20px
}

.social-button-in-footer a.social-button:first-child {
    margin-left: 0
}

.this-post .post-subscribe .social-button {
    background-position: center;
    background-size: cover;
    display: flex
}

.after-post .subscibe,.after-post .subscibe a,.after-post .tags,.this-post .post-subscribe {
    align-items: center;
    display: flex;
    flex-wrap: wrap
}

.total-found .before-btns {
    color: #a8a8a8
}

#conts_page-title .underline {
    border-bottom: 1px solid #e8e8e8
}

.video_bg_block {
    display: flex;
    height: 100%;
    justify-content: center;
    overflow: hidden;
    position: absolute;
    top: 0;
    width: 100%
}

.video_bg_block .fullscreen-bg__video {
    -o-object-fit: cover;
    align-items: center;
    flex: 0 0 100%;
    object-fit: cover
}

.post-title,h1.post-title {
    font-size: 28px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 15px;
    text-transform: none
}

#catalog li.quip-comment, #property.winter li.quip-comment {
    padding: 46px 25px 25px;
	height: auto;
}

ol.quip-comment-list{
    padding: 0;
}
#about-body {
    padding: 80px 15px 0
}

#title-block,#title-block .white_section,#title-block>.container>.row {
    height: 350px
}
#blog-page #title-block,#blog-page #title-block .white_section,#blog-page #title-block>.container>.row,
#faq-page #title-block,#faq-page #title-block .white_section,#faq-page #title-block>.container>.row,
#post-template #title-block,#post-template #title-block .white_section,#post-template #title-block>.container>.row {
    height: 220px
}

#page-title h1,.list-in-header {
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0
}

.list-in-header {
    list-style-type: none;
    line-height: 32px;
    font-size: 20px
}

.list-in-header li {
    padding: 15px 0
}

.list-in-header li a {
    text-decoration: none;
    color: #282d39
}

#page-title {
    margin-bottom: 50px
}

#page-title h1 {
    font-size: 40px;
    padding-bottom: 30px
}

.underline {
    border-bottom: 1px solid #e8e8e8
}

#first-block {
    margin-bottom: 80px
}

#first-block .text-block,#why-we .info-col .icon {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

#first-block img {
    width: 100%;
    margin-top: 10px
}

#first-block .before-title,#second-block .before-title {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a3a3a3
}

#first-block .title {
    font-size: 36px;
    text-transform: uppercase;
    font-weight: 700;
    color: #282d39;
    margin-bottom: 40px
}

#first-block p.content,#second-block p.content {
    font-size: 17px;
    line-height: 27px;
    color: #000;
    margin-bottom: 40px
}

#first-block .red-title,#second-block .red-title {
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #791106;
    text-transform: uppercase
}

#second-block .video {
    position: relative;
    padding-bottom: 35%;
    padding-top: 25px;
    height: 0
}

#second-block .video iframe {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    height: 100%
}

#services-block,#services-block-body .image {
    background-size: cover;
    background-repeat: no-repeat
}

#services-block {
    background-image: url(../img/about/bg_services.png);
    padding: 80px 0 100px;
    background-position: 0 30px
}

#services-block-body a {
    width: 100%;
    text-decoration: none
}

#services-block-body .image {
    width: 100%;
    height: 230px;
    background-position: center;
    transition-duration: .3s
}

#services-block-body .service_block {
    padding: 0
}

#services-block-body .service_block span {
    display: block;
    margin-top: 45px;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    color: #282d39
}

#why-we {
    background-image: none;
    padding: 80px 0 30px
}

#why-we .info-col {
    margin-bottom: 50px
}

#why-we .info-col .icon {
    display: block;
    width: 60px;
    height: 60px;
    margin-bottom: 20px;
    background-size: cover
}

#why-we .info-col:nth-child(1) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 470.769 470.769" xml:space="preserve"><path fill="%23a3a3a3" d="M104.314,102.185c-0.8-1.6-1.6-2.4-2.4-4c-8-6.4-22.4-8.8-33.6-9.6c-0.8,0-0.8,0-1.6,0h-0.8h-1.6c-0.8,0-0.8,0-1.6,0 c-11.2,0.8-25.6,2.4-33.6,9.6c-0.8,0.8-2.4,2.4-2.4,4l-26.4,86.4c-0.8,2.4,0,4.8,1.6,7.2c1.6,2.4,4,3.2,6.4,3.2h16.8v18.4 c-4.8,2.4-8,8-8,13.6c0,8.8,7.2,16,16,16c8.8,0,16-7.2,16-16c0-5.6-3.2-11.2-8-13.6v-18.4h16v167.2h-31.2c-4.8,0-8,3.2-8,8 s3.2,8,8,8h77.6c4.8,0,8-3.2,8-8s-3.2-8-8-8h-31.2v-167.2h49.6v-0.8c2.4,0,4.8-0.8,6.4-3.2c1.6-2.4,1.6-4.8,1.6-7.2 L104.314,102.185z M18.714,182.184l21.6-72c4-2.4,13.6-4,23.2-4h0.8h0.8h0.8c10.4,0,19.2,2.4,23.2,4l21.6,72H18.714z"/><path fill="%23a3a3a3" d="M453.914,278.184h-4v-42.4c0-25.6-15.2-41.6-41.6-41.6h-71.2c-15.2,0-26.4,5.6-33.6,14.4c-7.2-9.6-18.4-14.4-33.6-14.4 h-71.2c-25.6,0-41.6,15.2-41.6,41.6v42.4h-4c-9.6,0-17.6,8-17.6,17.6v44c0,9.6,8,17.6,17.6,17.6h4v16c0,4.8,3.2,8,8,8s8-3.2,8-8 v-16h260v16c0,4.8,3.2,8,8,8s8-3.2,8-8v-16h4c9.6,0,17.6-8,17.6-17.6v-44C471.514,286.184,463.514,278.184,453.914,278.184z M311.514,235.785c0-17.6,8.8-25.6,25.6-25.6h71.2c16.8,0,25.6,8,25.6,25.6v42.4h-122.4V235.785z M173.114,235.785 c0-16.8,8-25.6,25.6-25.6h71.2c16.8,0,25.6,8,25.6,25.6v42.4h-122.4V235.785z M455.514,339.785c0,0.8-0.8,1.6-1.6,1.6h-300 c-0.8,0-1.6-0.8-1.6-1.6v-44c0-0.8,0.8-1.6,1.6-1.6h300c0.8,0,1.6,0.8,1.6,1.6V339.785z"/><circle fill="%23a3a3a3" cx="203.514" cy="245.385" r="8"/><circle fill="%23a3a3a3" cx="265.914" cy="245.385" r="8"/><circle fill="%23a3a3a3" cx="341.114" cy="245.385" r="8"/><circle fill="%23a3a3a3" cx="404.314" cy="245.385" r="8"/></svg>')
}

#why-we .info-col:nth-child(2) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 467.689 467.689" xml:space="preserve"><path fill="%23a3a3a3" d="M153.721,319.489c20.321-13.714,33.71-36.951,33.71-63.257c0-42.052-34.211-76.263-76.263-76.263 s-76.263,34.211-76.263,76.263c0,26.306,13.389,49.543,33.71,63.257c-21.713,6.195-37.663,26.201-37.663,49.875v90.825 c0,4.142,3.358,7.5,7.5,7.5h145.432c4.142,0,7.5-3.358,7.5-7.5v-90.825C191.384,345.69,175.435,325.684,153.721,319.489z M128.461,342.869l-9.109-10.374h18.218L128.461,342.869z M99.39,332.495l18.076,20.585l-16.921,12.622l-8.158-33.207H99.39z M154.662,335.764c0.954,0.432,1.887,0.9,2.796,1.408l-2.669,27.345l-15.332-11.437L154.662,335.764z M49.905,256.232 c0-33.781,27.482-61.263,61.263-61.263s61.263,27.482,61.263,61.263s-27.482,61.263-61.263,61.263S49.905,290.013,49.905,256.232z M45.952,369.364c0-18.367,13.502-33.637,31.101-36.415l11.625,47.318c0.6,2.442,2.383,4.42,4.75,5.27 c0.824,0.296,1.68,0.441,2.532,0.441c1.594,0,3.171-0.508,4.485-1.488l20.516-15.304v83.503H82.984v-74.346 c0-4.142-3.358-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v74.346H45.952V369.364z M176.384,452.689h-40.422v-83.503l20.516,15.304 c1.318,0.983,2.895,1.488,4.485,1.488c1.027,0,2.06-0.211,3.032-0.641c2.475-1.094,4.169-3.437,4.432-6.131l2.795-28.63 c3.275,5.506,5.163,11.929,5.163,18.788V452.689z"/><path fill="%23a3a3a3" d="M152.717,390.424c-1.193-2.828-4.026-4.704-7.109-4.625c-3.274,0.084-6.157,2.347-7.039,5.495 c-0.86,3.067,0.403,6.477,3.058,8.241c2.626,1.744,6.179,1.644,8.69-0.261C152.995,397.24,154.036,393.537,152.717,390.424 C152.527,389.974,152.908,390.874,152.717,390.424z"/><path fill="%23a3a3a3" d="M108.487,242.273c-1.169-2.767-3.904-4.63-6.925-4.63c-3.01,0-5.769,1.862-6.925,4.63 c-1.232,2.951-0.384,6.499,2.054,8.571c2.48,2.107,6.132,2.369,8.88,0.627C108.601,249.552,109.889,245.595,108.487,242.273 C108.297,241.824,108.677,242.724,108.487,242.273z"/><path fill="%23a3a3a3" d="M143.688,248.014c1.193,2.824,4.03,4.704,7.112,4.625c3.327-0.085,6.281-2.446,7.086-5.677 c0.718-2.883-0.382-6.001-2.747-7.797c-2.598-1.972-6.297-2.012-8.932-0.09C143.427,241.102,142.374,244.834,143.688,248.014 C143.877,248.463,143.498,247.554,143.688,248.014z"/><path fill="%23a3a3a3" d="M337.142,175.164c1.226,0.781,2.626,1.174,4.029,1.174c1.24,0,2.481-0.307,3.607-0.925c2.4-1.317,3.893-3.837,3.893-6.575 v-17.443h7.631c12.847,0,23.299-10.452,23.299-23.298V49.688c0-12.847-10.452-23.299-23.299-23.299h-77.698V23.3 c0-12.848-10.452-23.3-23.3-23.3h-137.64c-12.848,0-23.3,10.453-23.3,23.3v78.4c0,12.848,10.453,23.3,23.3,23.3h7.63v17.45 c0,2.738,1.492,5.259,3.893,6.576c1.126,0.618,2.367,0.924,3.606,0.924c1.404,0,2.805-0.394,4.031-1.175L174.13,125h21.231v3.097 c0,12.847,10.452,23.298,23.298,23.298h81.171L337.142,175.164z M171.944,110c-1.428,0-2.827,0.408-4.031,1.175l-27.619,17.602 V117.5c0-4.142-3.358-7.5-7.5-7.5h-15.13c-4.577,0-8.3-3.723-8.3-8.3V23.3c0-4.577,3.724-8.3,8.3-8.3h137.64 c4.576,0,8.3,3.724,8.3,8.3v3.089H218.66c-10.157,0-18.811,6.536-21.992,15.621h-57.233c-4.142,0-7.5,3.358-7.5,7.5 s3.358,7.5,7.5,7.5h55.927v12.54h-55.927c-4.142,0-7.5,3.358-7.5,7.5s3.358,7.5,7.5,7.5h55.927V110H171.944z M210.361,128.097 V49.688c0-4.576,3.723-8.299,8.298-8.299h137.642c4.576,0,8.299,3.723,8.299,8.299v78.408c0,4.576-3.723,8.298-8.299,8.298h-15.131 c-4.143,0-7.5,3.358-7.5,7.5v11.273l-27.625-17.599c-1.204-0.767-2.602-1.174-4.029-1.174H218.66 C214.084,136.395,210.361,132.672,210.361,128.097z"/><path fill="%23a3a3a3" d="M240.438,83.4h94.085c4.143,0,7.5-3.358,7.5-7.5s-3.357-7.5-7.5-7.5h-94.085c-4.143,0-7.5,3.358-7.5,7.5 S236.296,83.4,240.438,83.4z"/><path fill="%23a3a3a3" d="M342.023,103.438c0-4.142-3.357-7.5-7.5-7.5h-94.085c-4.143,0-7.5,3.358-7.5,7.5s3.357,7.5,7.5,7.5h94.085 C338.666,110.938,342.023,107.58,342.023,103.438z"/><path fill="%23a3a3a3" d="M399.074,319.489c20.321-13.714,33.71-36.951,33.71-63.257c0-42.052-34.211-76.263-76.263-76.263 s-76.264,34.211-76.264,76.263c0,26.306,13.389,49.543,33.71,63.257c-21.714,6.195-37.663,26.201-37.663,49.875v90.825 c0,4.142,3.357,7.5,7.5,7.5h145.433c4.143,0,7.5-3.358,7.5-7.5v-90.825C436.737,345.69,420.788,325.684,399.074,319.489z M383.26,332.495c-5.698,8.977-15.711,14.751-26.741,14.751s-21.042-5.774-26.741-14.751H383.26z M295.258,256.232 c0-33.781,27.482-61.263,61.264-61.263c33.78,0,61.263,27.482,61.263,61.263s-27.482,61.263-61.263,61.263 C322.74,317.495,295.258,290.013,295.258,256.232z M291.305,369.364c0-15.385,9.475-28.593,22.894-34.11 c7.547,16.208,24.001,26.992,42.321,26.992c18.32,0,34.774-10.785,42.321-26.993c13.42,5.517,22.897,18.726,22.897,34.111v26.622 h-26.272v-17.642c0-4.142-3.357-7.5-7.5-7.5s-7.5,3.358-7.5,7.5v74.346h-89.16V369.364z M395.465,452.689v-41.704h26.272v41.704 H395.465z"/><path fill="%23a3a3a3" d="M359.197,248.014c1.323,3.125,4.65,5.056,8.029,4.546c2.966-0.448,5.427-2.672,6.169-5.575 c0.779-3.047-0.506-6.331-3.108-8.081c-2.95-1.984-6.946-1.524-9.47,0.93C358.724,241.99,358.045,245.217,359.197,248.014 C359.388,248.463,359.008,247.554,359.197,248.014z"/><path fill="%23a3a3a3" d="M324.428,243.674c-0.18-0.962-0.589-1.877-1.11-2.7c-3.784-5.537-12.651-3.586-13.655,3.068 c-0.913,6.044,5.784,10.658,11.109,7.62C323.547,250.078,325.068,246.82,324.428,243.674 C324.338,243.194,324.527,244.164,324.428,243.674z"/><path fill="%23a3a3a3" d="M357.996,270.838c-2.342-2.343-6.143-2.343-8.484,0c-2.005,2.004-4.67,3.108-7.504,3.108s-5.499-1.104-7.504-3.108 c-2.342-2.343-6.143-2.343-8.484,0c-2.344,2.343-2.344,6.142,0,8.485c4.407,4.408,10.198,6.612,15.988,6.612 s11.581-2.204,15.988-6.612C360.34,276.98,360.34,273.182,357.996,270.838z"/></svg>')
}

#why-we .info-col:nth-child(3) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" viewBox="0 0 459 459" xmlns:xlink="http://www.w3.org/1999/xlink" enable-background="new 0 0 459 459"><path fill="%23a3a3a3" d="M273.18,184.48c50.861,0,92.24-41.379,92.24-92.24S324.042,0,273.18,0H185.82c-50.861,0-92.24,41.379-92.24,92.24   s41.379,92.24,92.24,92.24h18.79V451.5c0,4.142,3.358,7.5,7.5,7.5h34.781c4.142,0,7.5-3.358,7.5-7.5V447h65.995   c4.142,0,7.5-3.358,7.5-7.5v-46c0-4.142-3.358-7.5-7.5-7.5h-27.8v-30.5c0-4.142-3.358-7.5-7.5-7.5H254.39V184.48H273.18z    M108.579,92.24c0-42.59,34.65-77.24,77.24-77.24h87.361c42.59,0,77.24,34.65,77.24,77.24s-34.65,77.24-77.24,77.24H185.82   C143.229,169.48,108.579,134.831,108.579,92.24z M277.585,363v30.5c0,4.142,3.358,7.5,7.5,7.5h27.8v31H254.39v-69H277.585z M239.39,444h-19.781V184.48h19.781V444z"/><path fill="%23a3a3a3" d="m321.74,92.24c0-26.776-21.784-48.56-48.56-48.56h-87.36c-26.776,0-48.56,21.784-48.56,48.56s21.784,48.56 48.56,48.56h87.361c26.775,0 48.559-21.784 48.559-48.56zm-169.48,0c0-18.505 15.055-33.56 33.56-33.56h87.361c18.505,0 33.56,15.055 33.56,33.56s-15.055,33.56-33.56,33.56h-87.361c-18.505,0-33.56-15.055-33.56-33.56z"/></svg>')
}

#why-we .info-col:nth-child(4) .icon {
    background-image: url('data:image/svg+xml;charset=utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><path fill="%23a3a3a3" d="M96,206c-5.52,0-10,4.48-10,10s4.48,10,10,10s10-4.48,10-10S101.52,206,96,206z"/><path fill="%23a3a3a3" d="M456,86C347.028,86,288.467,27.77,269.223,8.635c-3.917-3.896-5.884-5.851-7.956-7.135c-3.228-2-7.309-2-10.536,0 c-1.425,0.883-2.573,2.004-5.346,4.714c-7.125,6.96-23.809,23.261-49.607,39.396C152.909,72.411,105.88,86,56,86 c-5.523,0-10,4.477-10,10v131.19c0,62.98,19.868,122.975,57.458,173.5c40.764,54.777,93.917,94.158,149.668,110.888 c0.937,0.281,1.906,0.422,2.874,0.422c0.968,0,1.937-0.141,2.874-0.422c55.751-16.73,108.904-56.111,149.669-110.889 C446.132,350.165,466,290.17,466,227.19V96C466,90.477,461.523,86,456,86z M446,227.19c0,58.646-18.501,114.514-53.502,161.56 C354.992,439.148,306.62,475.548,256,491.537c-50.62-15.989-98.992-52.389-136.497-102.786C84.501,341.704,66,285.836,66,227.19 V105.83c49.975-1.707,97.155-16.238,140.383-43.262c24.182-15.125,40.808-30.308,49.666-38.83 c20.972,20.83,80.789,78.74,189.951,82.108V227.19z"/><path fill="%23a3a3a3" d="M417.101,123.891c-55.041-6.093-107.259-28.366-155.206-66.201c-3.59-2.833-8.642-2.87-12.272-0.091 c-47.491,36.347-102.471,59.819-154.813,66.092c-5.027,0.603-8.81,4.867-8.81,9.929V176c0,5.523,4.477,10,10,10s10-4.477,10-10 v-33.65c38.045-5.792,92.067-21.909,149.609-64.239c46.666,35.36,97.186,57.038,150.391,64.54v84.54 c0,49.977-15.769,97.578-45.605,137.663c-28.574,38.431-64.609,66.524-104.395,81.434 c-39.784-14.909-75.815-42.995-104.388-81.418c-24.073-32.345-39.285-70.412-43.992-110.087c-0.65-5.484-5.621-9.412-11.108-8.752 c-5.484,0.65-9.403,5.624-8.752,11.108c5.118,43.144,21.65,84.525,47.806,119.669c31.744,42.687,72.234,73.652,117.094,89.548 c1.08,0.383,2.21,0.574,3.34,0.574s2.26-0.191,3.34-0.574c44.863-15.897,85.357-46.87,117.102-89.565 C408.863,333.232,426,281.501,426,227.19v-93.36C426,128.733,422.167,124.452,417.101,123.891z"/><path fill="%23a3a3a3" d="M355.271,219.209c-1.177-3.62-4.306-6.259-8.073-6.806l-57.096-8.294l-25.524-51.734 c-1.684-3.414-5.161-5.575-8.967-5.576c-3.806,0-7.283,2.161-8.967,5.574l-25.533,51.736l-57.097,8.294 c-3.767,0.547-6.896,3.186-8.073,6.806c-1.176,3.62-0.195,7.594,2.531,10.251l41.315,40.271l-9.751,56.868 c-0.644,3.751,0.899,7.543,3.979,9.78c1.742,1.266,3.805,1.91,5.878,1.91c1.592,0,3.19-0.379,4.653-1.149l51.065-26.853 l51.055,26.852c3.37,1.771,7.453,1.478,10.532-0.76c3.08-2.237,4.623-6.029,3.979-9.781l-9.751-56.868l41.315-40.271 C355.466,226.804,356.447,222.83,355.271,219.209z M293.7,259.079c-2.357,2.297-3.433,5.607-2.876,8.851l7.214,42.076 l-37.774-19.866c-2.914-1.532-6.395-1.532-9.309,0l-37.785,19.869l7.215-42.078c0.557-3.244-0.519-6.554-2.876-8.851 l-30.569-29.796l42.247-6.137c3.257-0.473,6.073-2.519,7.53-5.47l18.891-38.277l18.884,38.276c1.456,2.952,4.272,4.999,7.53,5.472 l42.247,6.137L293.7,259.079z"/></svg>')
}

#why-we .before-title,#why-we .title {
    display: inline-block;
    width: 100%;
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    color: #a3a3a3;
    margin-bottom: 10px
}

#why-we .title {
    font-size: 24px;
    color: #791106;
    margin-bottom: 30px
}

#how-we-work {
    padding: 80px 0;
    background-image: url(../img/about/bg_how-we-work.png);
    background-size: cover;
    background-position: right center;
    background-repeat: no-repeat
}

#how-we-work .one-col {
    flex-direction: column
}

#how-we-work .number {
    font-size: 60px;
    line-height: 1em;
    font-weight: 700;
    color: #a3a3a3;
    margin-bottom: 20px
}

#how-we-work .red-title {
    text-transform: uppercase;
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    color: #791106;
    margin-bottom: 5px
}

#how-we-work .normal-text {
    font-size: 16px;
    line-height: 26px
}

#how-we-work .property-selection-form-row {
    margin-top: 50px;
    padding: 40px;
    background-color: rgba(255,255,255,.8);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25)
}

#how-we-work .property-selection-form-row .red-title {
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #791106
}

#how-we-work .property-selection-form-row .input-name {
    display: block;
    font-size: 15px;
    margin-bottom: 5px
}

#how-we-work .property-selection-form-row input {
    height: 50px;
    border-radius: 0
}

.property-selection-form-row .before-btn {
    display: flex;
    margin-bottom: 23px;
}

#how-we-work .property-selection-form-row .directors-photo {
    -moz-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    -webkit-box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    background-color: #fff;
    background-image: url(https://alegria-realestate.com/wp-content/uploads/2019/06/anna_team.jpg);
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: cover;
    box-shadow: 5px 5px 18px 1px rgba(0,0,0,.25);
    height: 175px;
    width: 175px
}

#how-we-work .property-selection-form-row .right-col {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-left: 30px
}

#how-we-work .property-selection-form-row .right-col span {
    display: block;
    width: 100%
}

#how-we-work .property-selection-form-row .directors-name {
    font-size: 17px;
    line-height: 28px;
    font-weight: 700
}

#how-we-work .property-selection-form-row .recaptcha-block {
    margin: 20px 0
}

#how-we-work .property-selection-form-row input[type=submit] {
    width: auto;
    padding: 0 40px;
    background-color: #791106;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    border-radius: 0;
    border: 1px solid #791106;
    cursor: pointer;
    transition: .23s
}

#how-we-work .property-selection-form-row input[type=submit]:hover {
    color: #fff;
    background-color: #282d39;
    border-color: #282d39;
    transition: .23s
}

#how-we-work .property-selection-form-row input[type=submit][disabled=disabled] {
    background-color: #e9ecef;
    border-color: #e9ecef;
    cursor: default
}


#main-youtube-section{
    background: #fbc200 url(../img/main-page/iphone.png) center bottom 0px no-repeat;
    background-size: auto 200px;
    padding: 40px 0 220px;
}
#main-youtube-section .red-text{
    color: #f1171b;
}
#main-youtube-section .video-col{
    margin-bottom: 30px;
}
#main-youtube-section .block-title{
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
}
#main-youtube-section .video_title{
    display: block;
    text-decoration: none;
    color: inherit;
    font-size: 18px;
    line-height: 1.4em;
    font-weight: 600;
    margin-top: 20px;
}
#main-youtube-section .video iframe{
    width: 100%;
    left: 0;
}
#main-youtube-section .bottom-block{
    padding-top: 20px;
}
#main-youtube-section .bottom-block .title{
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
}
#main-youtube-section .bottom-block .subtitle{
    margin-bottom: 40px;    
}
#main-youtube-section .bottom-block a{
    display: block;
    font-size: 14px;
    width: 100%;
    padding: 15px 0;
    text-align: center;
}
#main-youtube-section .bottom-block a:last-child{
    margin-top: 15px;
}



#alegria-info {
    padding: 30px 0
}

#alegria-info-2{
    padding: 90px 0;
}

#alegria-info .block-title,
#alegria-info-2 .block-title{
    display: block;
    width: 100%;
    text-align: center;
    font-size: 40px;
    line-height: 1em;
    text-transform: uppercase;
    font-weight: 700
}

#alegria-info .before-title,#alegria-info .title,#alegria-info-2 .before-title,#alegria-info-2 .title, #info-for-owners .number,#about-for-partners .numbers-row .number,#about-for-partners .numbers-row .text-under-number {
    display: block;
    width: 100%;
    font-weight: 700;
    color: #efbe35
}

#alegria-info .before-title,#alegria-info-2 .before-title {
    height: 17px;
    text-transform: uppercase;
    font-size: 17px;
    line-height: 1em;
    margin-bottom: 5px
}
#alegria-info .title,
#alegria-info-2 .title {
    font-size: 72px;
    line-height: 72px;
    margin-bottom: 15px
}

#alegria-info .after-title,#alegria-info-2 .after-title {
    display: block;
    width: 100%;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}
#alegria-info .after-title{
    height: 17px;
    font-size: 17px;
    line-height: 1em;
}
#alegria-info-2 .after-title{
    font-size: 15px;
    line-height: 1.4em;
}
#alegria-info-2 p{
    font-size: 16px;
    line-height: 1.6em
}
section.take-contract-form.bottom-form{
    padding: 100px 0;
}
section.take-contract-form .bg-contract-form{
    padding: 50px 100px;
    background-image: url(../img/partners/bg-contract-form.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 5px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
	width:950px;
	max-width:100%;
}
section.take-contract-form .bg-contract-form .title,
section.take-contract-form .bg-contract-form .undertitle{
    display: block;
    text-align: center;
}
section.take-contract-form .bg-contract-form .title{
    text-transform: uppercase;
    font-size: 30px;
    line-height: 1.4em;
    /* font-weight: 300; */
    margin-bottom: 10px;
	position:relative;
	z-index: 10;
	max-width:70%;
}
section.take-contract-form .bg-contract-form .undertitle{
    font-size: 16px;
    line-height: 1.6em;
    font-weight: 600;
    padding: 0 250px;
    margin-bottom: 45px;
}
section.take-contract-form .custom-input{
    margin-bottom: 10px;
}
section.take-contract-form .custom-input.email{
	margin-bottom:20px;
}
section.take-contract-form .submit{
    margin: 20px 0 25px;
}
section.take-contract-form .orange-line{
    position: absolute;
    right: 0;
    bottom: 100px;
    width: calc(50% - 15px);
    background-color: #efbe35;
    border-radius: 60px 0 0 60px;
    padding: 20px calc(50% - 230px) 20px 20px;
    text-align: right;
}
section.take-contract-form .orange-line span{
    display: block;
}
section.take-contract-form .orange-line .name{
    font-size: 24px;
    font-weight: 500;
}

section#manager_alia .orange-line .name{
    font-size: 22px;
    font-weight: 500;
}
section.take-contract-form .orange-line .post{
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 700;
    color: #fff;
}
section.take-contract-form .boss{
    position: absolute;
    bottom: 0;
    right: 20px;
    max-height: 410px;
}
#take-more-info-section{
    padding-bottom: 100px;
}
#take-more-info-section .title{
    display: inline-block;
    text-align: center;
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 500;
    margin-bottom: 25px;
}
#take-more-info-section .title .one-line{
    display: inline-block;
}
#take-more-info-section .link{
    width: 100%;
    text-align: center;
    font-size: 24px;
}
#take-more-info-section .link a{
    display: inline-block;
    height: 1.27em;
    line-height: 1.4em;
    color: #efbe35;
    font-weight: 700;
    border-bottom: .1em solid;
    text-decoration: none;
}
#take-more-info-section .link .icon{
    display: inline-block;
    width: 1.4em;
    height: 1.4em;
    vertical-align: middle;
    line-height: 1.4em;
    margin-right: .6em;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 483.3 483.3' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1 v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5 c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z'/%3E%3Cpath fill='%23282d39' d='M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3 c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95 c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4 c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z' /%3E%3C/svg%3E");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

#alegria-conference {
    padding: 80px 0;
    background-image: url(../img/about/bg_conference.png);
    background-position: left bottom;
    background-size: contain;
    background-repeat: no-repeat
}

#alegria-conference .photo,#alegria-conference .photo-big {
    width: 100%;
    background-color: #eee;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#alegria-conference .photo {
    height: 250px
}

#alegria-conference .photo-big {
    height: 500px
}

#alegria-conference .text-col {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#alegria-conference .left-conf-col .row .text-col {
    padding-bottom: 30px;
    padding-top: 30px
}

#alegria-conference .left-conf-col .row:nth-child(3) .text-col {
    padding-bottom: 0
}

#alegria-conference .left-conf-col .row:nth-child(1) .text-col {
    padding-top: 0
}

#alegria-conference .right-conf-row .text-col {
    padding-top: 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 250px
}

#alegria-conference .red-title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #791106
}

#alegria-conference .bold-text {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 25px;
    font-weight: 700
}

#alegria-conference .light-uppercase {
    display: block;
    width: 100%;
    font-size: 17px;
    line-height: 27px;
    font-weight: 300;
    text-transform: uppercase
}

#contribution {
    padding: 80px 0
}

#contribution .contribution-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

#contribution .photo-col .photo {
    width: 100%;
    height: 420px;
    min-height: 100%;
    background-image: url(../img/about/contribution-photo.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#contribution .block-title {
    margin-bottom: 20px
}

#contribution .top-block {
    margin-bottom: 30px
}

#contribution h2,#contribution span.before-title {
    display: block;
    width: 100%;
    text-align: left
}

#contribution p {
    margin-bottom: 0
}

#contribution .red-title {
    display: block;
    width: 100%;
    font-size: 24px;
    line-height: 34px;
    font-weight: 700;
    color: #791106
}

#contribution .contribution-four-cols {
    margin-top: 120px
}

#contribution .contribution-four-cols .contribution-one-col {
    display: flex;
    justify-content: space-between
}

#contribution .contribution-four-cols .contribution-one-col:nth-child(2n-1) {
    flex-direction: column
}

#contribution .contribution-four-cols .contribution-one-col:nth-child(2n) {
    flex-direction: column-reverse
}

#contribution .contribution-four-cols .contribution-one-col .photo {
    width: 100%;
    max-width: 260px;
    height: 200px;
    margin: 0 auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#contribution .contribution-four-cols .contribution-one-col:nth-child(2n) .text-block,#contribution .contribution-four-cols .contribution-one-col:nth-child(2n-1) .photo {
    margin-bottom: 20px
}

#contribution .contribution-four-cols .contribution-one-col .before-title,#contribution .contribution-four-cols .contribution-one-col .red-title,#contribution .contribution-four-cols .contribution-one-col .text {
    display: block;
    width: 100%;
    text-align: center
}

#contribution .contribution-four-cols .contribution-one-col .before-title {
    font-size: 14px;
    line-height: 32px;
    font-weight: 700;
    text-transform: uppercase;
    color: #a3a3a3
}

#contribution .contribution-four-cols .contribution-one-col .red-title {
    font-size: 17px;
    line-height: 27px;
    font-weight: 700;
    text-transform: uppercase;
    color: #791106
}

#contribution .contribution-four-cols .contribution-one-col .text {
    font-size: 17px;
    line-height: 27px
}

#our-face {
    width: 100%;
    background-image: url(../img/about/our-face.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

#our-face .row {
    height: 400px
}

#our-face h2 {
    text-align: center;
    font-size: 45px;
    font-weight: 700;
    color: #fff
}

#about-company-bottom {
    padding: 50px 0
}

#about-company-bottom .quote-icon {
    width: 20px;
    height: 20px;
    background-image: url(../img/quote-icon.png);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 20px
}

#about-company-bottom .quote-text {
    font-size: 17px;
    line-height: 27px;
    width: 100%;
    text-align: center
}

#about-company-bottom .quote-autor {
    margin-top: 20px;
    font-size: 17px;
    width: 100%;
    text-align: right;
    color: #a3a3a3
}

#about-company-bottom .write-to-us-btn {
    text-align: center
}

#about-company-bottom .write-to-us {
    display: inline-block;
    background-color: #efbe35;
    padding: 15px 60px;
    font-size: 14px;
    line-height: 14px;
    font-weight: 700;
    text-transform: uppercase;
    border: 1px solid #efbe35;
    color: #282d39;
    text-decoration: none;
    transition: .23s;
    margin: 30px 0 0
}

#about-company-bottom .write-to-us:hover {
    color: #fff;
    background-color: #282d39;
    border-color: #282d39;
    transition: .23s
}

#about-company-bottom .connect-to-us-title h2 {
    margin: 80px 0 30px;
    font-size: 36px;
    font-weight: 700;
    color: #efbe35;
    text-transform: uppercase;
    text-align: center
}

#about-company-bottom .connect-to-us-text p {
    font-size: 17px;
    line-height: 27px;
    text-align: center
}

#social-block-at-the-bottom-of-the-content {
    text-align: center;
    padding: 30px 0 0
}

.quip-comment-author{
	color: #444;
	font-weight: bold;
}

#catalog #top-filter {
	position: relative;
	background-color: #f5f5f5;
	padding: 20px 5px 0;
	margin: 0 0 20px
}
#catalog #top-filter .dropdown{
	margin-bottom: 20px;
}

#catalog #top-filter .input-block {
	display: flex;
	align-items: center;
	height: 50px;
	margin-bottom: 20px;
}

#catalog #top-filter .input-block label {
	margin-bottom: 0;
	font-weight: 600;
}

#catalog #top-filter .open-full-search,
#catalog #top-filter .clear_serch_form{
	color: inherit;
	font-size: 12px;
	font-weight: 600;
	text-decoration: underline;
}

#catalog #top-filter #full-search{
	display: none;
	top: 0;
	left: 50%;
	padding: 30px;
	transform: translate(-50%, 0);
	z-index: 999;
	position: absolute;
	width: 640px;
	max-width: 100%;
	background-color: #fff;
	box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}
#catalog #top-filter #full-search .elem-title{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 600;
	color: #282d39;
}
#catalog #full-search .custom-select-range{padding-top: 7px}
#catalog #full-search .custom-select-range .irs--flat .irs-line{top:0;border-radius:0;height:4px}
#catalog #full-search .custom-select-range .irs--flat .irs-bar {top:0;background-color:#efbe35;height:4px}
#catalog #full-search .custom-select-range .irs--flat .irs-handle {
	top: -7px;
	width: 18px;
	height: 18px;
	background-color: #282d39;
}
#catalog #full-search .custom-select-range .irs--flat .irs-handle>i:not(:last-child){
	position: absolute;
	top: 6px;
	width: 2px;
	height: 6px;
	background-color: #fff
}
#catalog #full-search .custom-select-range .irs--flat .irs-handle>i:nth-child(1){left:7px}
#catalog #full-search .custom-select-range .irs--flat .irs-handle>i:nth-child(2){right:7px}
#catalog #full-search .custom-select-range .irs--flat .irs-from:before,
#catalog #full-search .custom-select-range .irs--flat .irs-to:before,
#catalog #full-search .custom-select-range .irs--flat .irs-single:before {display: none;}
#catalog #full-search .custom-select-range .irs--flat .irs-from,
#catalog #full-search .custom-select-range .irs--flat .irs-to,
#catalog #full-search .custom-select-range .irs--flat .irs-single {
	top: 13px;
	background-color: #fff;
	font-size: 12px;
	color: #282d39;
	font-family: 'Montserrat',sans-serif
}
#catalog #full-search .custom-select-range .irs--flat .irs-min,
#catalog #full-search .custom-select-range .irs--flat .irs-max {display: none;}

#catalog #top-filter #full-search .radio-blocks > div {margin-bottom:20px;}
#catalog #top-filter #full-search input[type="submit"]{width: 100%}
#catalog #top-filter #full-search .close-btn {
	width: 16px;
	height: 16px;
	position: absolute;
	top: 10px;
	right: 10px;
	cursor: pointer;
	background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 174.239 174.239' xml:space='preserve'%3E%3Cpath fill='%25234e4e4e' d='M146.537,1.047c-1.396-1.396-3.681-1.396-5.077,0L89.658,52.849c-1.396,1.396-3.681,1.396-5.077,0L32.78,1.047 c-1.396-1.396-3.681-1.396-5.077,0L1.047,27.702c-1.396,1.396-1.396,3.681,0,5.077l51.802,51.802c1.396,1.396,1.396,3.681,0,5.077 L1.047,141.46c-1.396,1.396-1.396,3.681,0,5.077l26.655,26.655c1.396,1.396,3.681,1.396,5.077,0l51.802-51.802 c1.396-1.396,3.681-1.396,5.077,0l51.801,51.801c1.396,1.396,3.681,1.396,5.077,0l26.655-26.655c1.396-1.396,1.396-3.681,0-5.077 l-51.801-51.801c-1.396-1.396-1.396-3.681,0-5.077l51.801-51.801c1.396-1.396,1.396-3.681,0-5.077L146.537,1.047z'/%3E%3C/svg%3E");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
#catalog #top-filter #full-search .checkbox-block .custom-checkbox {
	font-size: 12px;
	font-weight: 600;
	width: fit-content;
}
#catalog #top-filter #full-search .checkbox-block .custom-checkbox.first-line{padding: 4px 0 10px;}
#catalog #top-filter #full-search .checkbox-block .one-checkbox-col{display:inline-block;}
#catalog #top-filter #full-search .checkbox-block .one-checkbox-col:not(:last-child){margin-right:10px}
#catalog #top-filter #full-search .checkbox-block .radio-blocks{height: auto;}
#catalog input[name='distanceToSea']:disabled+span{
	cursor: default;
	background-color: #eee;
	color: #ccc;
	transition: .2s;
}
#catalog #manager-section{margin-top: 10px;}
#catalog .question-and-booking-col .questions-block{margin-top: 30px;position:relative;}
#catalog .question-and-booking-col .question-slide{
	display: flex !important;
}
#catalog .question-and-booking-col .question-slide > div {
	padding: 30px 10px 30px 30px;
	height: 302px;
}

#catalog .question-and-booking-col .question-slide .question{
	flex:0 0 300px;
	background-color: #efbe35;
	background-image: url(../img/info-clouds.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	background-size: 140px;
}
#catalog .question-and-booking-col .question-slide .answer{
	flex: 0 0 calc(100% - 300px);
	background-color: #fff;
}
#catalog .question-and-booking-col .question-slide .question .text {
	font-size: 17px;
	line-height: 27px;
	font-weight: 600;
}
#catalog .question-and-booking-col .question-slide .answer .text {
	font-size: 14px;
	line-height: 24px;
	height: 192px;
	margin-bottom: 15px;
	overflow-y: auto;
}
#catalog .question-and-booking-col .question-slide .answer .text::-webkit-scrollbar {width: 10px;}
#catalog .question-and-booking-col .question-slide .answer .text::-webkit-scrollbar-track {background: #fff;}
#catalog .question-and-booking-col .question-slide .answer .text::-webkit-scrollbar-thumb {background: #efbe35;}
#catalog .question-and-booking-col .question-slide .answer .text::-webkit-scrollbar-thumb:hover {background: #555;}
#catalog .question-and-booking-col .question-slide .answer .read-full{
	display: flex;
	height: 60px;
	align-items: center;
}
#catalog .question-and-booking-col .question-slide .answer a{
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	color: inherit;
}
#add-comment-block button[type="submit"]{
    text-align: center;
    display: inline-block;
    padding: 15px 40px;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #efbe35;
    color: #fff;
    cursor: pointer;
    transition: .23s;
    border: none;
    margin: 20px auto 10px;
}
#add-comment-block button[type="submit"]:hover{
    background-color: #282d39;
    color: #fff;
}

.this-post .post-subscribe span, .this-post .post-subscribe a {
    margin-right: 20px;
}

.sale-title{display:block;
    text-decoration: underline;
    margin: 25px 0 20px;
}

#comfort-sale .slick-track{
    display: flex;
    flex-direction: row;
}

#comfort-sale .slick-arrow {
    width: 70px;
    height: 70px;
    position: absolute;
    top: auto;
    left: auto;
    bottom: 5px;
    border: none;
    border-radius: 0;
    color: rgba(0,0,0,0);
    background-color: #282d39;
    z-index: 2;
    cursor: pointer;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 306 306' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='270.3,58.65 153,175.95 35.7,58.65 0,94.35 153,247.35 306,94.35'/%3E%3C/svg%3E");
    background-size: 14px;
    background-position: center;
    background-repeat: no-repeat;
    outline: none;
}
#comfort-sale .slick-arrow.slick-prev{
    right: 80px;
    transform: rotate(90deg);
}

#comfort-sale .slick-arrow.slick-next{
    right: 5px;
    transform: rotate(-90deg);
}

#comfort-sale .slider-col{
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
}

#comfort-sale .slider-col .slick-list,
#comfort-sale .slider-col .slick-list .slick-track{
    height: 100%;
}

#comfort-sale .photo-slide {
    background-color: #eee;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    width: 100%
}

#comfort-sale .title{
    font-size: 26px;
    line-height: 36px;
}

#comfort-sale .subtitle{
    font-size: 24px;
    line-height: 36px;
    font-weight: 600;
}

#comfort-sale .action{
    margin-top: 30px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
}

#comfort-sale .action .top-orange-block{
    display: flex;
    align-items: center;
    width: 100%;
    padding: 20px 30px;
    background-color: #ffbf1a;
    color: #fff;
}

#comfort-sale .action .top-orange-block .frst-title{
    display: block;
    float: left;
    margin-right: 40px;
    font-size: 40px;
    line-height: 40px;
    text-transform: uppercase;
    font-weight: 700;
}

#comfort-sale .action .top-orange-block .scnd-title{
    display: block;
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
}

#comfort-sale .action .bottom-block{
    padding: 40px 30px 30px;
    background-image: url(../img/catalog/bg-obj-preview.png);
    background-position: top center;
    background-size: contain;
    background-repeat: no-repeat;
}

#comfort-sale .action .bottom-block .subtitle{
    display: inline-block;
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 10px;
}

#comfort-sale .action .bottom-block .subtitle .red{
    font-size: 30px;
    line-height: 26px;
    font-weight: 700;
    color: #791106;
}

#comfort-sale .action .bottom-block p {
    font-size: 16px;
    line-height: 24px;
}

#comfort-sale .action .bottom-block .go-to-cat-link{
    margin-bottom: 0;
}

#comfort-sale .action .bottom-block .go-to-cat-link:hover,
#comfort-sale .action .bottom-block .go-to-cat-link:focus,
#comfort-sale .action .bottom-block .go-to-cat-link:visited{
    text-decoration: none;
}
a:focus {outline:none;}
a::-moz-focus-inner {border:0;}
#sale-list ul{
    margin: 60px 0;
    padding: 0;
    list-style-type: none;
}
#sale-list li{
    display: flex;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 15px;
}
#sale-list li:before {
    background-color: #efbe35;
    content: "";
    display: inline-block;
    flex: 0 0 10px;
    height: 10px;
    width: 10px;
    margin-right: 10px;
    margin-top: 7px;
    vertical-align: middle;
}

#sale-list li .bank-icon{
    display: inline-block;
    margin-left: 10px;
    width: 60px;
    height: 36px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}
#sale-list li .bank-icon:nth-child(1){background-image: url(../img/property-sale/001.png);}
#sale-list li .bank-icon:nth-child(2){background-image: url(../img/property-sale/002.png);}
#sale-list li .bank-icon:nth-child(3){background-image: url(../img/property-sale/003.png);}
#sale-list li .bank-icon:nth-child(4){background-image: url(../img/property-sale/004.png);}
#sale-list li .bank-icon:nth-child(5){background-image: url(../img/property-sale/005.png);}
#sale-list li .bank-text{
    vertical-align: top;
}

#sale-list li a{
    margin-left: .4em;
    color: #791106;
    font-weight: 600;
}

#bottom-form-section.sale{
    padding: 0;
}

#bottom-form-section.sale .footnote{
    display: inline-block;
    margin-top: 10px;
    font-size: 14px;
    text-align: center;
}

#bottom-form-section.sale input[type=submit]{
    background-color: #efbe35;
}

#text-section{
    padding: 50px 0
}

#text-section p{
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    margin: 0;
}

#bottom-form-section.sale .select-block span {
    display: block;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    text-align: center;
    margin: -25px 0 20px;
}

#popup-thanks-bg{
    background-color: rgba(0,0,0,.7);
    display: none;
	top:0;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
    overflow-y: auto;
}
#popup-thanks-bg .container{
    position: absolute;
    left: 50%;
    top: 0;
    transform: translate(-50%, 0);
}
#popup-thanks-bg .popup-thanks{
    position: relative;
    background-color: #fff;
    background-image: url(../img/bg_popup_thanks.jpg);
    background-size: 100%;
    background-position: bottom center;
    background-repeat: no-repeat;
    text-align: center;
    color: #282d39;
    padding: 80px 20px 170px;
}
#popup-thanks-bg .popup-thanks.cinema{
	background-image: url(../img/thank_cinema.jpg);
}
#popup-thanks-bg .popup-thanks span{
    display: inline-block;
}
#popup-thanks-bg .popup-thanks .main-text{
    font-size: 26px;
    line-height: 1em;
    font-weight: 600;
    margin-bottom: 20px;
}
#popup-thanks-bg .popup-thanks .desc{
    font-size: 20px;
    line-height: 1.5em;
}

#popup-thanks-bg .close-popup{
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 357 357' xml:space='preserve'%3E%3Cpolygon fill='%23282d39' points='357,35.7 321.3,0 178.5,142.8 35.7,0 0,35.7 142.8,178.5 0,321.3 35.7,357 178.5,214.2 321.3,357 357,321.3 214.2,178.5'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    right: 25px;
    top: 25px;
}
#error-page #main-section{
    padding: 40px 0 200px;
    background-image: url(../img/bg_error_page.jpg);
    background-size: contain;
    background-position: bottom center;
    background-repeat: no-repeat;
}
#error-page h1{
    font-size: 218px;
    font-weight: 700;
}
#error-page .left-col .subtitle{
    display: block;
    margin-bottom: 40px;
    font-size: 20px;
}
#error-page .black-btn{
    padding: 15px 30px;
    margin-bottom: 50px;
}
#error-page .fat-text{
    display: block;
    font-size: 18px;
    font-weight: 600;
}
#error-page .left-col .fat-text{
    margin-bottom: 20px;
}
#error-page .city-link{
    display: flex;
    align-items: center;
}
#error-page .city-link:not(:last-child){
    margin-bottom: 10px;
}
#error-page .city-link a{
    text-decoration: underline;
    font-size: 14px;
    font-weight: 600;
    color: #791106;
}
#error-page .city-link .icon,
#about-for-partners .location .icon{
    display: block;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%2314161c' d='M256,0C153.755,0,70.573,83.182,70.573,185.426c0,126.888,165.939,313.167,173.004,321.035 c6.636,7.391,18.222,7.378,24.846,0c7.065-7.868,173.004-194.147,173.004-321.035C441.425,83.182,358.244,0,256,0z M256,278.719 c-51.442,0-93.292-41.851-93.292-93.293S204.559,92.134,256,92.134s93.291,41.851,93.291,93.293S307.441,278.719,256,278.719z'/%3E%3C/svg%3E");
}
#error-page .city-link .icon{
    width: 18px;
    height: 18px;
    margin-right: 22px;
}
#error-page .search-block .dark-line{
    font-size: 18px;
    line-height: 26px;
    font-weight: 500;
    color: #fff;
    text-align: center;
    background-color: #282d39;
    padding: 15px 0; 
}
#error-page .cs-select .cs-selected span::after,
#error-page .cs-select>span::after{
    display: none;
}
#error-page .search-block{
    margin-top: 50px;
    padding: 40px 0 0;
}
#error-page .search-block .title{
    display: block;
    margin-bottom: 15px;
    width: 100%;
    font-size: 26px;
    line-height: 32px;
    font-weight: 300;
    text-transform: uppercase;
    text-align: center;
}
#error-page .search-block .subtitle{
    display: block;
    width: 100%;
    font-size: 16px;
    line-height: 26px;
    font-weight: 600;
    text-align: center;
    padding: 0 30px;
    margin-bottom: 20px;
}
#error-page form{
    display: flex;
    flex-direction: column-reverse;
    padding: 40px 70px;
    background-color: #fff;
}
#error-page .dropdown{
    margin-bottom: 12px;
}

.ask-question-small{
    background-color: #f0f0f0;
    padding: 20px 8px 8px;
}
.ask-question-small .title{
    font-size: 14px;
    line-height: 1.1em;
    font-weight: 700;
    text-transform: uppercase;
    display: block;
    width: 100%;
    text-align: center;
}
.ask-question-small .desc{
    display: block;
    font-size: 12px;
    line-height: 1.1em;
    margin-bottom: 15px;
}
.ask-question-small .agent-info{
    display: flex;
    margin-bottom: 10px;
}
.ask-question-small .agent-info .photo{
    width: 50px;
    height: 50px;
    margin-right: 8px;
    position: relative;
    overflow: hidden;
    background-color: #fff;
}
.ask-question-small .agent-info .photo img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 100%;
}
.ask-question-small .agent-info .text{
    width: calc(100% - 55px);
    position: relative;
}
.ask-question-small .agent-info .name{
    font-size: 12px;
    line-height: 1.3em;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
}
.ask-question-small .agent-info .post{
    margin: 5px 0;
    display: block;
    font-size: 8px;
    color: #a3a3a3;
    text-transform: uppercase;
    font-weight: 700;
}
.ask-question-small .red-btn{
    font-size: 11px;
    padding: 10px 20px;
}
.ask-question-small .icon-links{
    display: flex;
    justify-content: space-between;
    margin-top: 6px;
}
.ask-question-small .icon-links a{
    display: block;
    width: calc(33.3333% - 4px);
    height: 30px;
    background-color: #282d39;
    background-size: 22px;
    background-position: center;
    background-repeat: no-repeat;
}
.ask-question-small .icon-links a.phone{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 473.806 473.806' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M374.456,293.506c-9.7-10.1-21.4-15.5-33.8-15.5c-12.3,0-24.1,5.3-34.2,15.4l-31.6,31.5c-2.6-1.4-5.2-2.7-7.7-4 c-3.6-1.8-7-3.5-9.9-5.3c-29.6-18.8-56.5-43.3-82.3-75c-12.5-15.8-20.9-29.1-27-42.6c8.2-7.5,15.8-15.3,23.2-22.8 c2.8-2.8,5.6-5.7,8.4-8.5c21-21,21-48.2,0-69.2l-27.3-27.3c-3.1-3.1-6.3-6.3-9.3-9.5c-6-6.2-12.3-12.6-18.8-18.6 c-9.7-9.6-21.3-14.7-33.5-14.7s-24,5.1-34,14.7c-0.1,0.1-0.1,0.1-0.2,0.2l-34,34.3c-12.8,12.8-20.1,28.4-21.7,46.5 c-2.4,29.2,6.2,56.4,12.8,74.2c16.2,43.7,40.4,84.2,76.5,127.6c43.8,52.3,96.5,93.6,156.7,122.7c23,10.9,53.7,23.8,88,26 c2.1,0.1,4.3,0.2,6.3,0.2c23.1,0,42.5-8.3,57.7-24.8c0.1-0.2,0.3-0.3,0.4-0.5c5.2-6.3,11.2-12,17.5-18.1c4.3-4.1,8.7-8.4,13-12.9 c9.9-10.3,15.1-22.3,15.1-34.6c0-12.4-5.3-24.3-15.4-34.3L374.456,293.506z M410.256,398.806 C410.156,398.806,410.156,398.906,410.256,398.806c-3.9,4.2-7.9,8-12.2,12.2c-6.5,6.2-13.1,12.7-19.3,20 c-10.1,10.8-22,15.9-37.6,15.9c-1.5,0-3.1,0-4.6-0.1c-29.7-1.9-57.3-13.5-78-23.4c-56.6-27.4-106.3-66.3-147.6-115.6 c-34.1-41.1-56.9-79.1-72-119.9c-9.3-24.9-12.7-44.3-11.2-62.6c1-11.7,5.5-21.4,13.8-29.7l34.1-34.1c4.9-4.6,10.1-7.1,15.2-7.1 c6.3,0,11.4,3.8,14.6,7c0.1,0.1,0.2,0.2,0.3,0.3c6.1,5.7,11.9,11.6,18,17.9c3.1,3.2,6.3,6.4,9.5,9.7l27.3,27.3 c10.6,10.6,10.6,20.4,0,31c-2.9,2.9-5.7,5.8-8.6,8.6c-8.4,8.6-16.4,16.6-25.1,24.4c-0.2,0.2-0.4,0.3-0.5,0.5 c-8.6,8.6-7,17-5.2,22.7c0.1,0.3,0.2,0.6,0.3,0.9c7.1,17.2,17.1,33.4,32.3,52.7l0.1,0.1c27.6,34,56.7,60.5,88.8,80.8 c4.1,2.6,8.3,4.7,12.3,6.7c3.6,1.8,7,3.5,9.9,5.3c0.4,0.2,0.8,0.5,1.2,0.7c3.4,1.7,6.6,2.5,9.9,2.5c8.3,0,13.5-5.2,15.2-6.9 l34.2-34.2c3.4-3.4,8.8-7.5,15.1-7.5c6.2,0,11.3,3.9,14.4,7.3c0.1,0.1,0.1,0.1,0.2,0.2l55.1,55.1 C420.456,377.706,420.456,388.206,410.256,398.806z'/%3E%3Cpath fill='%23fff' d='M256.056,112.706c26.2,4.4,50,16.8,69,35.8s31.3,42.8,35.8,69c1.1,6.6,6.8,11.2,13.3,11.2c0.8,0,1.5-0.1,2.3-0.2 c7.4-1.2,12.3-8.2,11.1-15.6c-5.4-31.7-20.4-60.6-43.3-83.5s-51.8-37.9-83.5-43.3c-7.4-1.2-14.3,3.7-15.6,11 S248.656,111.506,256.056,112.706z'/%3E%3Cpath fill='%23fff' d='M473.256,209.006c-8.9-52.2-33.5-99.7-71.3-137.5s-85.3-62.4-137.5-71.3c-7.3-1.3-14.2,3.7-15.5,11 c-1.2,7.4,3.7,14.3,11.1,15.6c46.6,7.9,89.1,30,122.9,63.7c33.8,33.8,55.8,76.3,63.7,122.9c1.1,6.6,6.8,11.2,13.3,11.2 c0.8,0,1.5-0.1,2.3-0.2C469.556,223.306,474.556,216.306,473.256,209.006z'/%3E%3C/svg%3E");}
.ask-question-small .icon-links a.skype{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 297.331 297.331' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M211.109,139.359c-6.748-4.383-14.962-8.149-24.441-11.189c-9.036-2.879-19.191-5.534-30.084-7.873 c-8.419-1.947-14.576-3.451-18.246-4.473c-3.213-0.893-6.44-2.14-9.595-3.715c-2.577-1.298-4.563-2.776-5.881-4.37 c-0.848-1.048-1.208-2.159-1.208-3.734c0-1.825,0.617-4.319,5.399-7.455c4.717-3.098,11.331-4.672,19.64-4.672 c11.658,0,16.575,2.41,18.458,3.843c3.882,2.95,7.314,7.23,10.328,12.982c3.284,5.643,6.24,9.525,9.28,12.198 c3.895,3.458,9.21,5.212,15.784,5.212c7.159,0,13.516-2.661,18.368-7.706c4.769-4.955,7.288-10.964,7.288-17.372 c0-6.041-1.665-12.198-4.949-18.304c-3.175-5.9-8.13-11.504-14.724-16.658c-6.478-5.045-14.595-9.107-24.139-12.076 c-9.415-2.924-20.553-4.409-33.117-4.409c-15.714,0-29.679,2.224-41.492,6.6c-12.404,4.582-22.102,11.356-28.85,20.142 c-6.902,9.004-10.405,19.428-10.405,30.984c0,12.095,3.381,22.462,10.064,30.83c6.324,7.905,14.904,14.21,25.495,18.715 c9.756,4.152,21.941,7.802,36.26,10.861c9.955,2.082,18.014,4.081,23.953,5.932c4.891,1.517,8.856,3.676,11.787,6.414 c2.179,2.037,3.143,4.512,3.143,8.014c0,3.046-0.81,7.089-7.108,11.382c-5.72,3.901-13.561,5.887-23.323,5.887 c-7.095,0-12.712-0.951-16.684-2.834c-3.85-1.819-6.825-4.087-8.83-6.722c-2.423-3.207-4.756-7.359-6.909-12.275 c-2.519-5.919-5.739-10.579-9.608-13.876c-4.422-3.721-9.775-5.604-15.932-5.604c-7.159,0-13.509,2.391-18.361,6.935 c-4.968,4.685-7.603,10.669-7.603,17.314c0,9.178,3.265,18.548,9.711,27.841c6.228,8.965,14.39,16.202,24.293,21.549 c13.516,7.179,30.643,10.823,50.913,10.823c16.87,0,31.768-2.641,44.281-7.847c12.969-5.386,23.053-13.072,29.968-22.854 c6.986-9.904,10.534-21.202,10.534-33.574c0-10.334-2.108-19.325-6.266-26.704C224.187,150.234,218.403,144.128,211.109,139.359z M213.525,210.389c-5.489,7.77-13.702,13.959-24.409,18.4c-10.932,4.55-24.171,6.857-39.339,6.857 c-18.149,0-33.246-3.13-44.846-9.293c-8.079-4.364-14.743-10.27-19.801-17.539c-4.923-7.102-7.417-14.01-7.417-20.514 c0-3.143,1.131-5.675,3.541-7.944c2.487-2.32,5.617-3.451,9.57-3.451c3.085,0,5.591,0.842,7.629,2.558 c2.307,1.967,4.364,5.026,6.112,9.158c2.584,5.906,5.437,10.926,8.471,14.949c3.278,4.312,7.847,7.873,13.573,10.579 c5.707,2.706,13.169,4.075,22.179,4.075c12.397,0,22.68-2.738,30.572-8.13c8.438-5.752,12.719-13.156,12.719-21.999 c0-7.057-2.423-12.905-7.217-17.404c-4.37-4.081-10.007-7.204-16.742-9.3c-6.324-1.973-14.782-4.068-25.11-6.228 c-13.49-2.892-24.891-6.292-33.882-10.116c-8.612-3.67-15.502-8.696-20.489-14.917c-4.807-6.028-7.249-13.696-7.249-22.802 c0-8.663,2.609-16.453,7.751-23.162c5.238-6.832,13.014-12.185,23.117-15.913c10.379-3.85,22.847-5.797,37.031-5.797 c11.273,0,21.131,1.285,29.306,3.83c8.053,2.5,14.801,5.848,20.045,9.936c5.186,4.042,8.985,8.291,11.311,12.609 c2.269,4.21,3.413,8.323,3.413,12.211c0,3.104-1.208,5.874-3.689,8.458c-2.449,2.539-5.431,3.766-9.113,3.766 c-2.294,0-5.418-0.341-7.275-1.999c-1.941-1.703-4.19-4.737-6.549-8.779c-3.766-7.179-8.406-12.892-13.792-16.993 c-5.726-4.351-14.306-6.465-26.241-6.465c-10.855,0-19.84,2.282-26.691,6.78c-7.429,4.872-11.196,10.996-11.196,18.201 c0,4.524,1.382,8.509,4.126,11.877c2.487,3.021,5.868,5.611,10.064,7.719c3.901,1.954,7.911,3.503,11.915,4.608 c3.747,1.048,10.064,2.596,18.882,4.64c10.585,2.275,20.335,4.82,28.966,7.571c8.381,2.693,15.566,5.964,21.344,9.724 c5.54,3.618,9.917,8.22,12.995,13.696c3.059,5.437,4.608,12.301,4.608,20.405C221.7,193.904,218.943,202.702,213.525,210.389z M287.582,178.062c1.851-9.178,2.796-18.554,2.796-27.905c0-77.308-62.899-140.201-140.214-140.201 c-7.262,0-14.512,0.553-21.575,1.658C115.696,4.01,101.03,0,86.004,0C39.673,0,1.986,37.687,1.986,84.012 c0,14.107,3.567,28.002,10.328,40.348c-1.581,8.554-2.378,17.224-2.378,25.797c0,77.315,62.906,140.221,140.227,140.221 c7.899,0,15.778-0.662,23.464-1.967c11.639,5.842,24.615,8.92,37.7,8.92c46.331,0,84.018-37.681,84.018-83.999 C295.345,200.999,292.736,189.148,287.582,178.062z M211.327,284.484c-11.729,0-23.362-2.918-33.632-8.438l-1.999-1.073 l-2.23,0.411c-7.603,1.42-15.444,2.14-23.31,2.14c-70.239,0-127.373-57.141-127.373-127.367c0-8.516,0.874-17.14,2.584-25.63 l0.482-2.41l-1.24-2.121c-6.395-10.887-9.775-23.336-9.775-35.984c0-39.236,31.929-71.158,71.164-71.158 c13.426,0,26.517,3.779,37.854,10.926l2.089,1.317l2.442-0.424c7.095-1.234,14.422-1.864,21.781-1.864 c70.232,0,127.361,57.128,127.361,127.348c0,9.178-0.996,18.374-2.956,27.346l-0.482,2.211l1.003,2.024 c4.917,9.872,7.404,20.502,7.404,31.594C282.491,252.568,250.563,284.484,211.327,284.484z'/%3E%3C/svg%3E");}
.ask-question-small .icon-links a.email{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 483.3 483.3' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M424.3,57.75H59.1c-32.6,0-59.1,26.5-59.1,59.1v249.6c0,32.6,26.5,59.1,59.1,59.1h365.1c32.6,0,59.1-26.5,59.1-59.1 v-249.5C483.4,84.35,456.9,57.75,424.3,57.75z M456.4,366.45c0,17.7-14.4,32.1-32.1,32.1H59.1c-17.7,0-32.1-14.4-32.1-32.1v-249.5 c0-17.7,14.4-32.1,32.1-32.1h365.1c17.7,0,32.1,14.4,32.1,32.1v249.5H456.4z'/%3E%3Cpath fill='%23fff' d='M304.8,238.55l118.2-106c5.5-5,6-13.5,1-19.1c-5-5.5-13.5-6-19.1-1l-163,146.3l-31.8-28.4c-0.1-0.1-0.2-0.2-0.2-0.3 c-0.7-0.7-1.4-1.3-2.2-1.9L78.3,112.35c-5.6-5-14.1-4.5-19.1,1.1c-5,5.6-4.5,14.1,1.1,19.1l119.6,106.9L60.8,350.95 c-5.4,5.1-5.7,13.6-0.6,19.1c2.7,2.8,6.3,4.3,9.9,4.3c3.3,0,6.6-1.2,9.2-3.6l120.9-113.1l32.8,29.3c2.6,2.3,5.8,3.4,9,3.4 c3.2,0,6.5-1.2,9-3.5l33.7-30.2l120.2,114.2c2.6,2.5,6,3.7,9.3,3.7c3.6,0,7.1-1.4,9.8-4.2c5.1-5.4,4.9-14-0.5-19.1L304.8,238.55z' /%3E%3C/svg%3E");}

#service-page #top-section{
    position: relative; 
    background-image: url(../img/service/bg_top.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 80px;
}
#service-page #top-section::after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(0,0,0,0);
}
#service-page #top-section .container{
    position: relative;
    z-index: 2;
}
#service-page #top-section h1{
    color: #fff;
    font-size: 40px;
    line-height: 1.25em;
    font-weight: 700;
    text-align: center;
    margin: 100px 0 60px;
}
#service-page #top-section .price-block {
    width: 100%;
    text-align: center;
    padding-bottom: 20px; /* Добавляем отступ снизу, чтобы кнопка не прилипала к краю шапки */
}
#service-page #top-section .price-block .title{
    display: block;
    width: 100%;
    font-size: 16px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    margin-bottom: 10px;
}
#service-page #top-section .price-block .orange-block{
    background-color: #efbe35;
    padding: 10px 20px;
    font-size: 20px;
    font-weight: 600;
    display: inline-block;
}
#service-page .sidebar-search input[type=text]{
    line-height: 38px;
    height: 40px;
    width: calc(100% - 40px);
    padding: 0 10px;
    font-size: 12px;
}
#service-page .sidebar-search input[type=submit]{
    width: 40px;
    height: 40px;
    background-size: 20px;
}
#service-page .sidebar-element .elem-title{
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    text-transform: uppercase;
}
#service-page .sidebar-element .service-preview{
    display: block;
    height: 132px;
    width: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}
#service-page .sidebar-element .service-preview:nth-child(1){
    background-image: url(../img/services/002.jpg);
}
#service-page .sidebar-element .service-preview:nth-child(2){
    background-image: url(../img/services/016.jpg);
}
#service-page .sidebar-element .service-preview:nth-child(3){
    background-image: url(../img/services/017.jpg);
}
#service-page .sidebar-element .service-preview:not(:last-child){
    margin-bottom: 17px;
}
#service-page .sidebar-element .service-preview .title{
    font-size: 14px;
    line-height: 1.4em;
    font-weight: 600;
    color: #fff;
    display: block;
    width: 100%;
    padding: 10px 35% 10px 20px;
    background-color: rgba(40,45,57,.74);
}
#service-page .sidebar-element .service-preview .price-block{
    position: absolute;
    bottom: 13px;
    left: 20px;
    display: inline-block;
    background-color: #efbe35;
    font-size: 11px;
    font-weight: 600;
    padding: 3px 8px;
}
#service-page .sidebar-element.order-service{
    background-color: #f0f0f0;
    padding: 20px 15px;
}
#service-page .sidebar-element.order-service .yellow-btn{
    padding: 15px 0;
    display: block;
    width: 100%;
    text-align: center;
    margin-top: 10px;
}
#service-page #main-section .top-block{
    background-image: url(../img/partners/bg_text_block.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 30px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,.3);
    margin-bottom: 30px;
}
#service-page #main-section .top-block .title{
    font-size: 24px;
    line-height: 1.4em;
    font-weight: 700;
    text-transform: uppercase;
}
#service-page #main-section .main-title{
    font-size: 20px;
    line-height: 1.5em;
    font-weight: 700;
    text-transform: uppercase;
}

#service-page #main-section h3,
#service-page #main-section h2{
    font-size: 24px;
    text-transform: uppercase;
}
#service-page #main-section ul,
#service-page #main-section .what-you-will-get,
#service-page #main-section .stages{
    list-style-type: none;
    padding: 0;
    margin: 0;
    counter-reset: elem;
}
#service-page #main-section ul li,
#service-page #main-section .what-you-will-get li{
    position: relative;
    padding: 0 0 0 35px;
    margin-bottom: 10px;
}
#service-page #main-section ul li:before{
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 10px;
    width: 9px;
    height: 9px;
    background-color: #efbe35;
}
#service-page #main-section .what-you-will-get li:before{
    position: absolute;
    left: 0;
    display: block;
    width: 1.8em;
    height: 1.8em;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 700;
    text-align: center;
    background-color: #efbe35;
    counter-increment: elem;
    content: counter(elem);
}
#service-page #main-section .stages li{
    position: relative;
    padding: 0 0 0 100px;
    margin-bottom: 10px;
}
#service-page #main-section .stages li:before{
    position: absolute;
    left: 0;
    width: 70px;
    height: 1.8em;
    font-size: 12px;
    line-height: 1.8em;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    background-color: #efbe35;
    counter-increment: elem;
    content: "Этап " counter(elem);
}
#service-page #main-section .dark-block{
    padding: 40px;
    background-color: #282d39;
    font-size: 14px;
    line-height: 1.7em;
    text-transform: uppercase;
    font-weight: 700;
    color: #fff;
    text-align: center;
    outline: 2px solid #fff;
    outline-offset: -25px;
    margin: 20px 0;
}
#service-page #main-section strong{margin: 0}

#show-gallery{
    top: -100vh;
    position: fixed;
    background-color: rgba(40,50,57,.95);
    height: 100vh;
    width: 100%;
    padding: 20px;
    overflow: auto;
    z-index: 999999;
}
#show-gallery .container .row > div{
    position: relative;
}
#show-gallery .close-btn{
    position: absolute;
    top: 0;
    right: 0;
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 22.88 22.88' xml:space='preserve'%3E%3Cpath fill='%23fff' d='M0.324,1.909c-0.429-0.429-0.429-1.143,0-1.587c0.444-0.429,1.143-0.429,1.587,0l9.523,9.539 l9.539-9.539c0.429-0.429,1.143-0.429,1.571,0c0.444,0.444,0.444,1.159,0,1.587l-9.523,9.524l9.523,9.539 c0.444,0.429,0.444,1.143,0,1.587c-0.429,0.429-1.143,0.429-1.571,0l-9.539-9.539l-9.523,9.539c-0.444,0.429-1.143,0.429-1.587,0 c-0.429-0.444-0.429-1.159,0-1.587l9.523-9.539L0.324,1.909z'/%3E%3C/svg%3E");
    cursor: pointer;
}
#show-gallery .title{
    display: block;
    padding-right: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 1em;
    color: #fff;
}
#show-gallery-main-slider{
    position: relative;
    margin-bottom: 10px;
}
#show-gallery-main-slider .slide{
    position: relative;
    overflow: hidden;
}
#show-gallery-second-slider .slide img{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    min-height: 100%;
    max-height: 100%;
    width: auto;
    z-index: -1;
}
#show-gallery-main-slider .slide img{
    width: 100%;
    height: auto;
}
#show-gallery-main-slider .slick-arrow{
    position: absolute;
    color: transparent;
    border: 0;
    background-color: transparent;
    cursor: pointer;
    display: block;
    width: 50px;
    height: 50px;
    top: 50%;
    transform: translate(0,-50%);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 478.448 478.448' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='131.659,0 100.494,32.035 313.804,239.232 100.494,446.373 131.65,478.448 377.954,239.232'/%3E%3C/svg%3E");
}
#show-gallery-main-slider .slick-prev{
    left: -60px;
    transform: translate(0,-50%) rotate(180deg);
}
#show-gallery-main-slider .slick-next{
    right: -60px;
}
#show-gallery-second-slider .slick-slide{
    padding: 0 5px;
}
#show-gallery-second-slider .slide{
    position: relative;
    padding-bottom: 100%;
    overflow: hidden;
}
#show-gallery-second-slider .slick-current .slide{
    outline: 2px solid #efbe35;
    outline-offset: -2px
}
#prop-in-spain-tabs{
    padding: 0 0 100px;
}
#prop-in-spain-tabs .tabs-col{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-bottom: 50px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
#prop-in-spain-tabs .tabs-col a:hover{
	border-color: #282d39;
    background-color: #282d39;
    color: #fff;
    transition: .2s;
}
#prop-in-spain-tabs .tabs-col a{
	display: inline-block;
    color: #88919d;
    text-align: center;
    font-size: 16px;
    font-weight: 500;
    background-color: #f9f9f9;
    border: 3px solid #f2f2f2;
    padding: 5px 10px;
    text-decoration: none;
    transition: .2s;
	margin-right:5px;
	height:64px;
	align-content: center;
}
#prop-in-spain-tabs .tabs-col a:last-child{
	margin-right:0px;
}

.conts_phones .conts_block_text span.flag{
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 1px 5px;
    position: relative;
}

.conts_phones .conts_block_text span.smessenger{
    content: '';
    width: 20px;
    height: 20px;
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 1px 5px;
    position: relative;
}

.conts_phones .conts_block_text span.flag.ru{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23F5F5F5' d='M512,200.093H0V97.104c0-4.875,3.953-8.828,8.828-8.828h494.345c4.875,0,8.828,3.953,8.828,8.828 L512,200.093L512,200.093z'/%3E%3Cpath fill='%23FF4B55' d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V311.909h512v102.988 C512,419.773,508.047,423.725,503.172,423.725z'/%3E%3Crect y='200.091' fill='%2341479B' width='512' height='111.81'/%3E%3C/svg%3E");}
.conts_phones .conts_block_text span.flag.gb{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.002 512.002' xml:space='preserve'%3E%3Cpath fill='%2341479B' d='M503.172,423.725H8.828c-4.875,0-8.828-3.953-8.828-8.828V97.104c0-4.875,3.953-8.828,8.828-8.828 h494.345c4.875,0,8.828,3.953,8.828,8.828v317.793C512,419.772,508.047,423.725,503.172,423.725z'/%3E%3Cpath fill='%23F5F5F5' d='M512,97.104c0-4.875-3.953-8.828-8.828-8.828h-39.495l-163.54,107.147V88.276h-88.276v107.147 L48.322,88.276H8.828C3.953,88.276,0,92.229,0,97.104v22.831l140.309,91.927H0v88.276h140.309L0,392.066v22.831 c0,4.875,3.953,8.828,8.828,8.828h39.495l163.54-107.147v107.147h88.276V316.578l163.54,107.147h39.495 c4.875,0,8.828-3.953,8.828-8.828v-22.831l-140.309-91.927H512v-88.276H371.691L512,119.935V97.104z'/%3E%3Cpolygon fill='%23FF4B55' points='512,229.518 282.483,229.518 282.483,88.276 229.517,88.276 229.517,229.518 0,229.518 0,282.483 229.517,282.483 229.517,423.725 282.483,423.725 282.483,282.483 512,282.483 '/%3E%3Cpath fill='%23FF4B55' d='M178.948,300.138L0.25,416.135c0.625,4.263,4.14,7.59,8.577,7.59h12.159l190.39-123.586h-32.428 V300.138z'/%3E%3Cpath fill='%23FF4B55' d='M346.388,300.138H313.96l190.113,123.404c4.431-0.472,7.928-4.09,7.928-8.646v-7.258 L346.388,300.138z'/%3E%3Cpath fill='%23FF4B55' d='M0,106.849l161.779,105.014h32.428L5.143,89.137C2.123,90.54,0,93.555,0,97.104V106.849z'/%3E%3Cpath fill='%23FF4B55' d='M332.566,211.863L511.693,95.586c-0.744-4.122-4.184-7.309-8.521-7.309h-12.647L300.138,211.863 H332.566z'/%3E%3C/svg%3E");}
.conts_phones .conts_block_text span.flag.span{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512.001 512.001' xml:space='preserve'%3E%3Cpath fill='%23C8414B' d='M8.828,423.725h494.345c4.875,0,8.828-3.953,8.828-8.828V97.104c0-4.875-3.953-8.828-8.828-8.828 H8.828C3.953,88.277,0,92.229,0,97.104v317.793C0,419.773,3.953,423.725,8.828,423.725z'/%3E%3Crect y='158.901' fill='%23FFD250' width='512' height='194.21'/%3E%3Cpath fill='%23C8414B' d='M216.276,256.001l7.485-33.681c0.69-3.102-1.671-6.044-4.849-6.044h-5.272 c-3.177,0-5.537,2.942-4.849,6.044L216.276,256.001z'/%3E%3Crect x='207.45' y='238.341' fill='%23F5F5F5' width='17.655' height='75.03'/%3E%3Crect x='203.03' y='229.521' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='185.38' y='256.001' fill='%23C8414B' width='44.14' height='8.828'/%3E%3Cpolygon fill='%23C8414B' points='229.517,291.311 203.034,282.484 203.034,273.656 229.517,282.484 '/%3E%3Cpath fill='%23C8414B' d='M83.862,256.001l7.485-33.681c0.69-3.102-1.671-6.044-4.849-6.044h-5.272 c-3.177,0-5.537,2.942-4.849,6.044L83.862,256.001z'/%3E%3Cpath fill='%23F5F5F5' d='M114.759,229.518c-4.875,0-8.828,3.953-8.828,8.828v57.379c0,10.725,10.01,30.897,44.138,30.897 s44.138-20.171,44.138-30.897v-57.379c0-4.875-3.953-8.828-8.828-8.828H114.759z'/%3E%3Cpath fill='%23C8414B' d='M150.069,273.656h-44.138v-35.31c0-4.875,3.953-8.828,8.828-8.828h35.31V273.656z'/%3E%3Cpath fill='%23C8414B' d='M150.069,273.656h44.138v22.069c0,12.189-9.88,22.069-22.069,22.069l0,0 c-12.189,0-22.069-9.88-22.069-22.069V273.656z'/%3E%3Cpath fill='%23FAB446' d='M105.931,273.656h44.138v22.069c0,12.189-9.88,22.069-22.069,22.069l0,0 c-12.189,0-22.069-9.88-22.069-22.069V273.656z'/%3E%3Cpath fill='%23C8414B' d='M141.241,313.281v-39.625h-8.828v43.693C135.697,316.683,138.664,315.229,141.241,313.281z'/%3E%3Cpath fill='%23C8414B' d='M123.586,317.349v-43.693h-8.828v39.625C117.336,315.229,120.303,316.683,123.586,317.349z'/%3E%3Crect x='114.76' y='256.001' fill='%23FFB441' width='26.483' height='8.828'/%3E%3Crect x='114.76' y='238.341' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='119.17' y='243.591' fill='%23FAB446' width='17.655' height='15.992'/%3E%3Crect x='75.03' y='238.341' fill='%23F5F5F5' width='17.655' height='75.03'/%3E%3Crect x='70.62' y='308.971' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='70.62' y='229.521' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='66.21' y='317.791' fill='%235064AA' width='35.31' height='8.828'/%3E%3Crect x='207.45' y='308.971' fill='%23FAB446' width='26.483' height='8.828'/%3E%3Crect x='198.62' y='317.791' fill='%235064AA' width='35.31' height='8.828'/%3E%3Crect x='123.59' y='220.691' fill='%23FAB446' width='52.966' height='8.828'/%3E%3Crect x='145.66' y='194.211' fill='%23FFB441' width='8.828' height='26.483'/%3E%3Cpath fill='%23F5F5F5' d='M141.241,207.449c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241C154.483,201.509,148.543,207.449,141.241,207.449z M141.241,189.794 c-2.435,0-4.414,1.978-4.414,4.414c0,2.435,1.978,4.414,4.414,4.414s4.414-1.978,4.414-4.414 C145.655,191.773,143.677,189.794,141.241,189.794z'/%3E%3Cpath fill='%23F5F5F5' d='M158.897,207.449c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241S166.198,207.449,158.897,207.449z M158.897,189.794c-2.435,0-4.414,1.978-4.414,4.414 c0,2.435,1.978,4.414,4.414,4.414c2.435,0,4.414-1.978,4.414-4.414C163.31,191.773,161.332,189.794,158.897,189.794z'/%3E%3Cpath fill='%23F5F5F5' d='M176.552,216.277c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241S183.853,216.277,176.552,216.277z M176.552,198.622c-2.435,0-4.414,1.978-4.414,4.414 c0,2.435,1.978,4.414,4.414,4.414c2.435,0,4.414-1.978,4.414-4.414S178.987,198.622,176.552,198.622z'/%3E%3Cpath fill='%23F5F5F5' d='M123.586,216.277c-7.302,0-13.241-5.94-13.241-13.241c0-7.302,5.94-13.241,13.241-13.241 c7.302,0,13.241,5.94,13.241,13.241C136.828,210.337,130.888,216.277,123.586,216.277z M123.586,198.622 c-2.435,0-4.414,1.978-4.414,4.414c0,2.435,1.978,4.414,4.414,4.414s4.414-1.979,4.414-4.415 C128,200.6,126.022,198.622,123.586,198.622z'/%3E%3Cpath fill='%23FAB446' d='M176.552,291.311v4.414c0,2.434-1.98,4.414-4.414,4.414s-4.414-1.98-4.414-4.414v-4.414H176.552 M185.379,282.484h-26.483v13.241c0,7.302,5.94,13.241,13.241,13.241c7.302,0,13.241-5.94,13.241-13.241v-13.241H185.379z'/%3E%3Cpath fill='%23FFA0D2' d='M172.138,264.829L172.138,264.829c-4.875,0-8.828-3.953-8.828-8.828v-8.828 c0-4.875,3.953-8.828,8.828-8.828l0,0c4.875,0,8.828,3.953,8.828,8.828v8.828C180.966,260.876,177.013,264.829,172.138,264.829z'/%3E%3Ccircle fill='%235064AA' cx='150.07' cy='273.651' r='13.241'/%3E%3Crect x='145.66' y='176.551' fill='%23FAB446' width='8.828' height='26.483'/%3E%3Cpath fill='%23C8414B' d='M123.586,220.691l-8.828-8.828l5.171-5.171c7.993-7.993,18.835-12.484,30.14-12.484l0,0 c11.305,0,22.146,4.491,30.14,12.484l5.171,5.171l-8.828,8.828H123.586z'/%3E%3Ccircle fill='%23FFD250' cx='150.07' cy='211.861' r='4.414'/%3E%3Ccircle fill='%23FFD250' cx='132.41' cy='211.861' r='4.414'/%3E%3Ccircle fill='%23FFD250' cx='167.72' cy='211.861' r='4.414'/%3E%3Crect x='70.62' y='256.001' fill='%23C8414B' width='44.14' height='8.828'/%3E%3Cpolygon fill='%23C8414B' points='70.621,291.311 97.103,282.484 97.103,273.656 70.621,282.484'/%3E%3C/svg%3E%0A");}
.conts_phones .conts_block_text span.smessenger.viber{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 455.731 455.731' xml:space='preserve'%3E%3Crect x='0' y='0' fill='%237D3DAF' width='455.731' height='455.731'/%3E%3Cpath fill='%23FFFFFF' d='M371.996,146.901l-0.09-0.36c-7.28-29.43-40.1-61.01-70.24-67.58l-0.34-0.07 c-48.75-9.3-98.18-9.3-146.92,0l-0.35,0.07c-30.13,6.57-62.95,38.15-70.24,67.58l-0.08,0.36c-9,41.1-9,82.78,0,123.88l0.08,0.36 c6.979,28.174,37.355,58.303,66.37,66.589v32.852c0,11.89,14.49,17.73,22.73,9.15l33.285-34.599 c7.219,0.404,14.442,0.629,21.665,0.629c24.54,0,49.09-2.32,73.46-6.97l0.34-0.07c30.14-6.57,62.96-38.15,70.24-67.58l0.09-0.36 C380.996,229.681,380.996,188.001,371.996,146.901z M345.656,264.821c-4.86,19.2-29.78,43.07-49.58,47.48 c-25.921,4.929-52.047,7.036-78.147,6.313c-0.519-0.014-1.018,0.187-1.38,0.559c-3.704,3.802-24.303,24.948-24.303,24.948 l-25.85,26.53c-1.89,1.97-5.21,0.63-5.21-2.09v-54.422c0-0.899-0.642-1.663-1.525-1.836c-0.005-0.001-0.01-0.002-0.015-0.003 c-19.8-4.41-44.71-28.28-49.58-47.48c-8.1-37.15-8.1-74.81,0-111.96c4.87-19.2,29.78-43.07,49.58-47.48 c45.27-8.61,91.17-8.61,136.43,0c19.81,4.41,44.72,28.28,49.58,47.48C353.765,190.011,353.765,227.671,345.656,264.821z'/%3E%3Cpath fill='%23FFFFFF' d='M270.937,289.942c-3.044-0.924-5.945-1.545-8.639-2.663 c-27.916-11.582-53.608-26.524-73.959-49.429c-11.573-13.025-20.631-27.73-28.288-43.292c-3.631-7.38-6.691-15.049-9.81-22.668 c-2.844-6.948,1.345-14.126,5.756-19.361c4.139-4.913,9.465-8.673,15.233-11.444c4.502-2.163,8.943-0.916,12.231,2.9 c7.108,8.25,13.637,16.922,18.924,26.485c3.251,5.882,2.359,13.072-3.533,17.075c-1.432,0.973-2.737,2.115-4.071,3.214 c-1.17,0.963-2.271,1.936-3.073,3.24c-1.466,2.386-1.536,5.2-0.592,7.794c7.266,19.968,19.513,35.495,39.611,43.858 c3.216,1.338,6.446,2.896,10.151,2.464c6.205-0.725,8.214-7.531,12.562-11.087c4.25-3.475,9.681-3.521,14.259-0.624 c4.579,2.898,9.018,6.009,13.43,9.153c4.331,3.086,8.643,6.105,12.638,9.623c3.841,3.383,5.164,7.821,3.001,12.412 c-3.96,8.408-9.722,15.403-18.034,19.868C276.387,288.719,273.584,289.127,270.937,289.942 C267.893,289.017,273.584,289.127,270.937,289.942z'/%3E%3Cpath fill='%23FFFFFF' d='M227.942,131.471c36.515,1.023,66.506,25.256,72.933,61.356c1.095,6.151,1.485,12.44,1.972,18.683 c0.205,2.626-1.282,5.121-4.116,5.155c-2.927,0.035-4.244-2.414-4.434-5.039c-0.376-5.196-0.637-10.415-1.353-15.568 c-3.78-27.201-25.47-49.705-52.545-54.534c-4.074-0.727-8.244-0.918-12.371-1.351c-2.609-0.274-6.026-0.432-6.604-3.675 c-0.485-2.719,1.81-4.884,4.399-5.023C226.527,131.436,227.235,131.468,227.942,131.471 C264.457,132.494,227.235,131.468,227.942,131.471z'/%3E%3Cpath fill='%23FFFFFF' d='M283.434,203.407c-0.06,0.456-0.092,1.528-0.359,2.538c-0.969,3.666-6.527,4.125-7.807,0.425 c-0.379-1.098-0.436-2.347-0.438-3.529c-0.013-7.734-1.694-15.46-5.594-22.189c-4.009-6.916-10.134-12.73-17.318-16.248 c-4.344-2.127-9.042-3.449-13.803-4.237c-2.081-0.344-4.184-0.553-6.275-0.844c-2.534-0.352-3.887-1.967-3.767-4.464 c0.112-2.34,1.822-4.023,4.372-3.879c8.38,0.476,16.474,2.287,23.924,6.232c15.15,8.023,23.804,20.687,26.33,37.597 c0.114,0.766,0.298,1.525,0.356,2.294C283.198,199.002,283.288,200.903,283.434,203.407 C283.374,203.863,283.288,200.903,283.434,203.407z'/%3E%3Cpath fill='%23FFFFFF' d='M260.722,202.523c-3.055,0.055-4.69-1.636-5.005-4.437c-0.219-1.953-0.392-3.932-0.858-5.832 c-0.918-3.742-2.907-7.21-6.055-9.503c-1.486-1.083-3.17-1.872-4.934-2.381c-2.241-0.647-4.568-0.469-6.804-1.017 c-2.428-0.595-3.771-2.561-3.389-4.839c0.347-2.073,2.364-3.691,4.629-3.527c14.157,1.022,24.275,8.341,25.719,25.007 c0.102,1.176,0.222,2.419-0.039,3.544C263.539,201.464,262.113,202.429,260.722,202.523 C257.667,202.578,262.113,202.429,260.722,202.523z'/%3E%3C/svg%3E");}
.conts_phones .conts_block_text span.smessenger.whatsapp{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 455.731 455.731' xml:space='preserve'%3E%3Crect x='0' y='0' fill='%231BD741' width='455.731' height='455.731'/%3E%3Cpath fill='%23FFFFFF' d='M68.494,387.41l22.323-79.284c-14.355-24.387-21.913-52.134-21.913-80.638 c0-87.765,71.402-159.167,159.167-159.167s159.166,71.402,159.166,159.167c0,87.765-71.401,159.167-159.166,159.167 c-27.347,0-54.125-7-77.814-20.292L68.494,387.41z M154.437,337.406l4.872,2.975c20.654,12.609,44.432,19.274,68.762,19.274 c72.877,0,132.166-59.29,132.166-132.167S300.948,95.321,228.071,95.321S95.904,154.611,95.904,227.488 c0,25.393,7.217,50.052,20.869,71.311l3.281,5.109l-12.855,45.658L154.437,337.406z'/%3E%3Cpath fill='%23FFFFFF' d='M183.359,153.407l-10.328-0.563c-3.244-0.177-6.426,0.907-8.878,3.037 c-5.007,4.348-13.013,12.754-15.472,23.708c-3.667,16.333,2,36.333,16.667,56.333c14.667,20,42,52,90.333,65.667 c15.575,4.404,27.827,1.435,37.28-4.612c7.487-4.789,12.648-12.476,14.508-21.166l1.649-7.702c0.524-2.448-0.719-4.932-2.993-5.98 l-34.905-16.089c-2.266-1.044-4.953-0.384-6.477,1.591l-13.703,17.764c-1.035,1.342-2.807,1.874-4.407,1.312 c-9.384-3.298-40.818-16.463-58.066-49.687c-0.748-1.441-0.562-3.19,0.499-4.419l13.096-15.15 c1.338-1.547,1.676-3.722,0.872-5.602l-15.046-35.201C187.187,154.774,185.392,153.518,183.359,153.407z'/%3E%3C/svg%3E");}
#prop-in-spain-tabs .tabs-col a.active{
    border-color: #282d39;
    background-color: #282d39;
    color: #fff;
    transition: .2s;
}
#prop-in-spain-tabs .content-col > div{
    display: none;
}
#prop-in-spain-tabs .content-col > div.active{
    display: block;
}
#prop-in-spain-tabs .content-col .photo{
    position: relative;
    width: 520px;
    margin: 0 30px 0 0;
    height: 360px;
    overflow: hidden;
    float: left;
}

#prop-in-spain-tabs .content-col .text{
    width: calc(100% - 550px);
    height: 360px;
    float: right;
    overflow-y: auto;
}
#prop-in-spain-tabs .content-col .text h2{
    font-weight: 700;
    font-size: 24px;
    line-height: 1.1em;
    text-transform: uppercase;
    margin-bottom: 10px;
}

#prop-in-spain-tabs .content-col .text p{
    font-size: 14px;
}

#prop-in-spain-tabs .content-col .text a{
        color: #791106;
    font-weight: 700;
}
.main-prop-slider-col{
    position: relative;
}
.main-prop-slider-col #show-gallery-btn{
    position: absolute;
    top: 7px;
    right: 25px;
    width: 50px;
    height: 50px;
    background-color: rgba(255,255,255,.4);
    background-size: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 1 511 511.999' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23fff' d='m321.066406 140.988281h-30.019531v50.421875h-50.421875v30.019532h50.421875v50.421874h30.019531v-50.421874h50.421875v-30.019532h-50.421875zm0 0'/%3E%3Cpath fill='%23fff' d='m452.015625 60.457031c-38.984375-38.984375-90.820313-60.457031-145.957031-60.457031-55.136719 0-106.972656 21.472656-145.960938 60.457031-68.390625 68.390625-78.652344 173.222657-30.8125 252.566407l-114.277344 114.277343c-19.34375 19.34375-19.34375 50.820313 0 70.167969 9.371094 9.371094 21.832032 14.53125 35.085938 14.53125 13.25 0 25.710938-5.160156 35.082031-14.53125l114.230469-114.234375c31.855469 19.292969 68.460938 29.601563 106.652344 29.601563 55.136718 0 106.972656-21.472657 145.960937-60.457032 80.480469-80.484375 80.480469-211.4375-.003906-291.921875zm-388.066406 415.785157c-7.640625 7.640624-20.074219 7.640624-27.714844 0-7.640625-7.640626-7.640625-20.074219 0-27.714844l110.667969-110.667969c4.132812 4.996094 8.523437 9.84375 13.195312 14.519531 4.65625 4.65625 9.503906 9.054688 14.507813 13.207032zm366.84375-145.089844c-33.320313 33.320312-77.617188 51.667968-124.734375 51.667968-47.121094 0-91.417969-18.347656-124.738282-51.667968-68.777343-68.777344-68.777343-180.691406 0-249.46875 33.320313-33.316406 77.617188-51.667969 124.738282-51.667969 47.117187 0 91.414062 18.351563 124.734375 51.667969 68.777343 68.777344 68.777343 180.691406 0 249.46875zm0 0'/%3E%3Cpath fill='%23fff' d='m409.566406 102.910156c-27.648437-27.648437-64.410156-42.875-103.507812-42.875-39.101563 0-75.863282 15.226563-103.511719 42.875-57.074219 57.074219-57.074219 149.941406 0 207.015625 27.648437 27.648438 64.410156 42.875 103.507813 42.875 39.101562 0 75.859374-15.226562 103.507812-42.875 57.078125-57.074219 57.078125-149.941406.003906-207.015625zm-21.226562 185.792969c-21.980469 21.976563-51.199219 34.082031-82.28125 34.082031-31.082032 0-60.308594-12.105468-82.285156-34.082031-45.371094-45.371094-45.371094-119.195313 0-164.566406 21.980468-21.980469 51.203124-34.085938 82.285156-34.085938 31.082031 0 60.304687 12.105469 82.28125 34.085938 21.9375 21.9375 34.019531 51.160156 34.019531 82.28125.003906 31.125-12.078125 60.34375-34.019531 82.285156zm0 0'/%3E%3C/svg%3E");
    z-index: 99;
    cursor: pointer;
}



/* ДОБАВЛЕНО-001 */
#mobile-top-orange-arrow.reverse {
    transform: rotate(180deg);
}
#bottom-header-line .btn-in-header .main-btn.heart_btn{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.4 490.4' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M222.5,453.7c6.1,6.1,14.3,9.5,22.9,9.5c8.5,0,16.9-3.5,22.9-9.5L448,274c27.3-27.3,42.3-63.6,42.4-102.1 c0-38.6-15-74.9-42.3-102.2S384.6,27.4,346,27.4c-37.9,0-73.6,14.5-100.7,40.9c-27.2-26.5-63-41.1-101-41.1 c-38.5,0-74.7,15-102,42.2C15,96.7,0,133,0,171.6c0,38.5,15.1,74.8,42.4,102.1L222.5,453.7z M59.7,86.8 c22.6-22.6,52.7-35.1,84.7-35.1s62.2,12.5,84.9,35.2l7.4,7.4c2.3,2.3,5.4,3.6,8.7,3.6l0,0c3.2,0,6.4-1.3,8.7-3.6l7.2-7.2 c22.7-22.7,52.8-35.2,84.9-35.2c32,0,62.1,12.5,84.7,35.1c22.7,22.7,35.1,52.8,35.1,84.8s-12.5,62.1-35.2,84.8L251,436.4 c-2.9,2.9-8.2,2.9-11.2,0l-180-180c-22.7-22.7-35.2-52.8-35.2-84.8C24.6,139.6,37.1,109.5,59.7,86.8z'/%3E%3C/svg%3E");}
#bottom-header-line .btn-in-header .main-btn.search_btn{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 451 451' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M447.05,428l-109.6-109.6c29.4-33.8,47.2-77.9,47.2-126.1C384.65,86.2,298.35,0,192.35,0C86.25,0,0.05,86.3,0.05,192.3 s86.3,192.3,192.3,192.3c48.2,0,92.3-17.8,126.1-47.2L428.05,447c2.6,2.6,6.1,4,9.5,4s6.9-1.3,9.5-4 C452.25,441.8,452.25,433.2,447.05,428z M26.95,192.3c0-91.2,74.2-165.3,165.3-165.3c91.2,0,165.3,74.2,165.3,165.3 s-74.1,165.4-165.3,165.4C101.15,357.7,26.95,283.5,26.95,192.3z'/%3E%3C/svg%3E ");}
#why-we .container .row > div:nth-child(1) .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 496.941 496.941' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M475.299,106.918l-12.047-3.765c-3.012-0.753-6.024-1.506-9.788-1.506c-13.553,0-25.6,9.035-30.118,21.835l-6.776,20.329 v-15.059V128c0-2.259-1.506-4.518-3.012-6.024L290.076,2.259C288.57,0.753,286.311,0,284.805,0H43.111 c-4.518,0-7.529,3.012-7.529,7.529v23.341H7.723c-4.518,0-7.529,3.012-7.529,7.529v451.012c0,4.518,3.012,7.529,7.529,7.529 h365.929c4.518,0,7.529-3.012,7.529-7.529v-23.341h27.859c4.518,0,7.529-3.012,7.529-7.529V356.894l21.082-28.612l0.753-2.259 l56.471-179.953C500.899,129.506,491.864,112.188,475.299,106.918z M292.334,25.6l98.635,94.871h-98.635V25.6z M366.123,481.882 H15.252V45.929h20.329v412.612c0,4.518,3.012,7.529,7.529,7.529h323.012V481.882z M402.264,451.012h-0.753H50.64V15.059h226.635 V128c0,4.518,3.012,7.529,7.529,7.529h117.459V192l-35.388,111.435v2.259l1.506,95.624c0,3.012,2.259,6.024,5.271,6.776 c3.012,0.753,6.776,0,8.282-3.012l20.329-27.106V451.012z M382.687,377.976l-1.506-62.494l37.647,12.047L382.687,377.976z M481.323,141.553l-54.212,172.424l-43.671-14.306L437.652,128c3.012-8.282,12.047-13.553,20.329-10.541l12.047,3.765 C479.064,123.482,484.334,133.271,481.323,141.553z'/%3E%3Cpath fill='%23a3a3a3' d='M101.84,135.529h108.424c4.518,0,7.529-3.012,7.529-7.529V51.2c0-4.518-3.012-7.529-7.529-7.529H101.84 c-4.518,0-7.529,3.012-7.529,7.529V128C94.311,131.765,98.076,135.529,101.84,135.529z M109.37,58.729h93.365v61.741H109.37 V58.729z'/%3E%3Cpath fill='%23a3a3a3' d='M86.782,206.306h228.894c4.518,0,7.529-3.012,7.529-7.529c0-4.518-3.012-7.529-7.529-7.529H86.782 c-4.518,0-7.529,3.012-7.529,7.529C79.252,203.294,82.264,206.306,86.782,206.306z'/%3E%3Cpath fill='%23a3a3a3' d='M86.782,261.271h228.894c4.518,0,7.529-3.012,7.529-7.529s-3.012-7.529-7.529-7.529H86.782 c-4.518,0-7.529,3.012-7.529,7.529S82.264,261.271,86.782,261.271z'/%3E%3Cpath fill='%23a3a3a3' d='M86.782,316.235h228.894c4.518,0,7.529-3.012,7.529-7.529s-3.012-7.529-7.529-7.529H86.782 c-4.518,0-7.529,3.012-7.529,7.529S82.264,316.235,86.782,316.235z'/%3E%3Cpath fill='%23a3a3a3' d='M322.452,363.671c0-4.518-3.012-7.529-7.529-7.529H86.782c-4.518,0-7.529,3.012-7.529,7.529s3.012,7.529,7.529,7.529 h228.894C319.44,371.2,322.452,367.435,322.452,363.671z'/%3E%3Cpath fill='%23a3a3a3' d='M347.299,411.106H233.605c-4.518,0-7.529,3.012-7.529,7.529s3.012,7.529,7.529,7.529h112.941 c4.518,0,7.529-3.012,7.529-7.529S351.064,411.106,347.299,411.106z'/%3E%3C/svg%3E");}
#why-we .container .row > div:nth-child(2) .icon{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 480 480' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M360,4H8c-4.418,0-8,3.582-8,8v456c0,4.418,3.582,8,8,8h352c4.418,0,8-3.582,8-8V12C368,7.582,364.418,4,360,4z M352,460 H16V20h336V460z'/%3E%3Cpath fill='%23a3a3a3' d='M224,84h-80c-4.418,0-8,3.582-8,8s3.582,8,8,8h80c4.418,0,8-3.582,8-8S228.418,84,224,84z'/%3E%3Cpath fill='%23a3a3a3' d='M120,180H72c-4.418,0-8,3.582-8,8s3.582,8,8,8h48c4.418,0,8-3.582,8-8S124.418,180,120,180z'/%3E%3Cpath fill='%23a3a3a3' d='M328,180H152c-4.418,0-8,3.582-8,8s3.582,8,8,8h176c4.418,0,8-3.582,8-8S332.418,180,328,180z'/%3E%3Cpath fill='%23a3a3a3' d='M328,212H40c-4.418,0-8,3.582-8,8s3.582,8,8,8h288c4.418,0,8-3.582,8-8S332.418,212,328,212z'/%3E%3Cpath fill='%23a3a3a3' d='M248,244H40c-4.418,0-8,3.582-8,8s3.582,8,8,8h208c4.418,0,8-3.582,8-8S252.418,244,248,244z'/%3E%3Cpath fill='%23a3a3a3' d='M328,244h-48c-4.418,0-8,3.582-8,8s3.582,8,8,8h48c4.418,0,8-3.582,8-8S332.418,244,328,244z'/%3E%3Cpath fill='%23a3a3a3' d='M328,276H184c-4.418,0-8,3.582-8,8s3.582,8,8,8h144c4.418,0,8-3.582,8-8S332.418,276,328,276z'/%3E%3Cpath fill='%23a3a3a3' d='M152,276H40c-4.418,0-8,3.582-8,8s3.582,8,8,8h112c4.418,0,8-3.582,8-8S156.418,276,152,276z'/%3E%3Cpath fill='%23a3a3a3' d='M328,308h-32c-4.418,0-8,3.582-8,8s3.582,8,8,8h32c4.418,0,8-3.582,8-8S332.418,308,328,308z'/%3E%3Cpath fill='%23a3a3a3' d='M80,308H40c-4.418,0-8,3.582-8,8s3.582,8,8,8h40c4.418,0,8-3.582,8-8S84.418,308,80,308z'/%3E%3Cpath fill='%23a3a3a3' d='M264,308H112c-4.418,0-8,3.582-8,8s3.582,8,8,8h152c4.418,0,8-3.582,8-8S268.418,308,264,308z'/%3E%3Cpath fill='%23a3a3a3' d='M320,404H208c-4.418,0-8,3.582-8,8s3.582,8,8,8h112c4.418,0,8-3.582,8-8S324.418,404,320,404z'/%3E%3Cpath fill='%23a3a3a3' d='M256,52H112c-4.418,0-8,3.582-8,8s3.582,8,8,8h144c4.418,0,8-3.582,8-8S260.418,52,256,52z'/%3E%3Cpath fill='%23a3a3a3' d='M472,76h-24c0-17.673-14.327-32-32-32c-17.673,0-32,14.327-32,32v288c-0.065,22.626,8.929,44.337,24.976,60.288 l1.368,1.368c3.124,3.123,8.188,3.123,11.312,0l1.368-1.368C439.071,408.337,448.065,386.626,448,364V92h16v72h16V84 C480,79.582,476.418,76,472,76z M416,408.288c-8.625-10.312-14.03-22.93-15.544-36.288h31.088 C430.03,385.358,424.625,397.976,416,408.288z M432,356h-32V92h32V356z M400,76c0-8.837,7.163-16,16-16s16,7.163,16,16H400z'/%3E%3Cpath fill='%23a3a3a3' d='M328,132h-96c-4.418,0-8,3.582-8,8s3.582,8,8,8h96c4.418,0,8-3.582,8-8S332.418,132,328,132z'/%3E%3Cpath fill='%23a3a3a3' d='M216,340H40c-4.418,0-8,3.582-8,8s3.582,8,8,8h176c4.418,0,8-3.582,8-8S220.418,340,216,340z'/%3E%3C/svg%3E");}
#why-we .container .row > div:nth-child(3) .icon{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M506.552,317.933c-9.739-14.312-29.351-18.1-43.707-8.452l-65.34,43.728l-0.19-136.11l22.7,21.265 c4.827,4.521,11.121,7.009,17.729,7.009c0.012,0,0.026,0,0.039,0c7.134-0.01,14.022-3,18.898-8.205 c4.737-5.057,7.222-11.655,6.996-18.581c-0.226-6.926-3.136-13.349-8.193-18.086l-43.035-40.314 c-2.946-2.76-7.571-2.609-10.33,0.337c-2.759,2.946-2.608,7.57,0.337,10.33l43.035,40.314c2.208,2.068,3.478,4.872,3.577,7.895 c0.098,3.023-0.986,5.904-3.055,8.111c-2.16,2.306-5.09,3.578-8.252,3.582c-0.006,0-0.011,0-0.017,0 c-2.883,0-5.63-1.086-7.737-3.06c-0.001-0.001-0.001-0.001-0.001-0.001L259.124,67.616c-2.816-2.637-7.198-2.633-10.007,0.014 L78.679,228.188c-2.201,2.074-5.079,3.16-8.103,3.076c-3.024-0.09-5.831-1.353-7.905-3.556c-2.074-2.201-3.167-5.079-3.076-8.102 c0.09-3.024,1.353-5.831,3.554-7.905L246.326,39.143c4.342-4.091,11.154-4.101,15.507-0.021L369,139.514 c2.945,2.759,7.57,2.609,10.33-0.337c2.759-2.946,2.608-7.57-0.337-10.33L271.827,28.455c-9.973-9.344-25.576-9.323-35.523,0.049 l-58.639,55.24l-0.016-9.853c-0.004-3.106-1.218-6.024-3.417-8.216c-2.195-2.189-5.109-3.394-8.209-3.394 c-0.006,0-0.011,0-0.017,0l-41.947,0.059c-3.106,0.004-6.023,1.218-8.216,3.417c-2.192,2.199-3.398,5.12-3.393,8.227l0.116,71.087 l-59.439,55.993c-5.044,4.751-7.935,11.182-8.142,18.108c-0.207,6.926,2.296,13.518,7.047,18.56 c4.75,5.044,11.181,7.936,18.108,8.143c0.265,0.008,0.53,0.012,0.795,0.012c6.635,0,12.918-2.49,17.767-7.06l22.649-21.336 l0.09,64.291c-7.328-1.067-14.742-1.627-22.19-1.627H76.746v-4.382c0-14.711-11.969-26.68-26.68-26.68H26.68 C11.969,249.092,0,261.06,0,275.772V390.29c0,4.036,3.272,7.308,7.308,7.308s7.308-3.272,7.308-7.308V275.772 c0-6.652,5.412-12.064,12.064-12.064h23.385c6.652,0,12.064,5.412,12.064,12.064v11.69v149.796v11.575 c0,6.652-5.412,12.064-12.064,12.064H26.68c-6.652,0-12.064-5.412-12.064-12.064v-12.788c0-4.036-3.272-7.308-7.308-7.308 S0,432.009,0,436.045v12.788c0,14.711,11.969,26.68,26.68,26.68h23.385c14.711,0,26.68-11.968,26.68-26.68v-0.993l107.024,40.528 c0.198,0.075,0.399,0.141,0.603,0.198c4.653,1.314,9.304,1.973,13.896,1.973c2.484,0,4.951-0.193,7.393-0.579l157.281-22.672 c0.037-0.005,0.073-0.011,0.11-0.017c13.372-2.135,25.987-7.788,36.48-16.346c0.091-0.074,0.181-0.151,0.268-0.23l101.611-91.388 C513.244,348.802,515.453,331.015,506.552,317.933z M163.037,76.902l0.034,20.59l-35.912,33.83l-0.089-54.371L163.037,76.902z M254.141,82.976l128.538,120.412l0.223,159.593l-20.691,13.848L340.3,375.6l-0.579-5.82 c-2.039-20.498-17.171-36.987-37.18-40.922l-0.132-94.945c-0.01-7.286-5.942-13.207-13.227-13.207c-0.006,0-0.011,0-0.018,0 l-69.654,0.098c-3.533,0.005-6.853,1.385-9.347,3.887c-2.495,2.501-3.866,5.825-3.861,9.357l0.116,82.781 c-13.797-3.154-26.971-8.363-39.288-15.568c-1.537-0.899-3.089-1.767-4.654-2.611c-0.61-0.329-1.23-0.638-1.845-0.959 c-0.952-0.497-1.902-0.997-2.864-1.474c-0.766-0.38-1.541-0.74-2.313-1.107c-0.819-0.389-1.637-0.782-2.462-1.157 c-0.84-0.381-1.687-0.744-2.533-1.11c-0.773-0.334-1.546-0.67-2.324-0.991c-0.87-0.359-1.745-0.704-2.621-1.047 c-0.777-0.304-1.555-0.606-2.336-0.898c-0.867-0.324-1.738-0.637-2.611-0.944c-0.819-0.289-1.639-0.571-2.463-0.846 c-0.836-0.279-1.674-0.552-2.516-0.817c-0.897-0.283-1.798-0.553-2.7-0.82c-0.775-0.228-1.549-0.456-2.328-0.672 c-1.017-0.283-2.039-0.548-3.062-0.81c-0.479-0.123-0.955-0.262-1.437-0.381l-0.113-80.878L254.141,82.976z M287.923,327.029 l-61.125-7.037l-5.759-0.663l-0.118-83.911l66.874-0.094L287.923,327.029z M491.673,348.41l-101.511,91.298 c-8.459,6.859-18.606,11.396-29.361,13.122l-157.213,22.662c-0.033,0.005-0.065,0.01-0.098,0.015l-0.109,0.017 c-4.763,0.754-9.723,0.436-14.744-0.942L76.746,432.21V294.77h12.505c10.645,0,21.218,1.229,31.514,3.616 c0.383,0.089,0.765,0.18,1.147,0.272c1.265,0.305,2.527,0.619,3.783,0.959c0.11,0.03,0.219,0.062,0.329,0.092 c1.259,0.344,2.513,0.707,3.763,1.086c0.224,0.068,0.449,0.135,0.672,0.204c1.33,0.411,2.654,0.84,3.971,1.29 c0.136,0.047,0.271,0.095,0.407,0.142c2.743,0.947,5.459,1.98,8.141,3.098c0.146,0.061,0.292,0.122,0.438,0.184 c1.337,0.562,2.666,1.143,3.986,1.747c0.035,0.016,0.071,0.033,0.106,0.05c1.276,0.586,2.543,1.194,3.802,1.819 c0.148,0.073,0.297,0.145,0.445,0.219c1.23,0.615,2.45,1.252,3.663,1.904c0.229,0.123,0.457,0.249,0.686,0.373 c1.224,0.667,2.441,1.347,3.646,2.052c17.391,10.173,36.323,16.762,56.271,19.585c0.063,0.009,0.125,0.017,0.188,0.024 l81.881,9.427c0.453,0.065,0.903,0.14,1.35,0.224c12.054,2.264,21.568,11.171,24.751,22.77c0.472,1.718,0.804,3.496,0.986,5.319 l0.325,3.27l-153.46-13.445c-4.018-0.351-7.566,2.622-7.918,6.642c-0.353,4.021,2.622,7.566,6.642,7.918l162.242,14.215 c0.039,0.003,0.077,0.002,0.115,0.005c0.038,0.003,0.075,0.009,0.114,0.012l30.597,1.717c0.137,0.008,0.273,0.011,0.409,0.011 c0.145,0,0.288-0.023,0.432-0.032c0.163-0.01,0.326-0.016,0.488-0.036c0.218-0.028,0.431-0.075,0.645-0.122 c0.153-0.034,0.307-0.059,0.457-0.103c0.234-0.067,0.459-0.158,0.686-0.249c0.122-0.049,0.248-0.086,0.368-0.142 c0.341-0.158,0.673-0.34,0.989-0.552l25.972-17.381c0.001-0.001,0.002-0.002,0.003-0.003l76.702-51.332 c7.717-5.187,18.251-3.152,23.482,4.536C499.249,333.181,498.062,342.736,491.673,348.41z'/%3E%3C/svg%3E");}
#new-and-hot-block .new-property .title .icon{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 490.688 490.688' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M462.784,209.088c-7.552-5.568-17.067-12.523-18.219-17.067c0.484-8.796,2.996-17.36,7.339-25.024 c6.656-15.275,13.525-31.104,5.888-44.267c-7.637-13.163-25.003-15.296-41.707-17.067c-8.658-0.058-17.188-2.094-24.939-5.952 c-3.864-7.778-5.893-16.339-5.931-25.024c-1.877-16.704-3.819-33.984-17.067-41.707c-13.248-7.723-29.099-0.96-44.373,5.781 c-7.672,4.341-16.243,6.852-25.045,7.339c-4.608-1.237-11.541-10.667-17.067-18.219c-9.685-13.056-20.587-27.861-36.331-27.861 s-26.645,14.805-36.267,27.861c-5.589,7.573-12.523,17.067-17.067,18.24c-8.794-0.53-17.356-3.038-25.045-7.339 c-15.36-6.763-31.189-13.504-44.309-5.909s-15.317,25.003-17.195,41.813c-0.061,8.655-2.089,17.183-5.931,24.939 c-7.736,3.803-16.233,5.801-24.853,5.845c-16.725,1.877-34.027,3.819-41.728,17.067S32,151.616,38.741,166.912 c4.357,7.689,6.869,16.284,7.339,25.109c-1.237,4.608-10.667,11.563-18.219,17.067C14.805,218.688,0,229.611,0,245.355 s14.805,26.667,27.883,36.267c7.552,5.568,17.067,12.523,18.219,17.067c-0.484,8.796-2.996,17.36-7.339,25.024 c-6.656,15.275-13.525,31.104-5.888,44.267c7.637,13.163,25.003,15.296,41.707,17.067c8.658,0.058,17.188,2.094,24.939,5.952 c3.864,7.778,5.893,16.339,5.931,25.024c1.877,16.704,3.819,33.984,17.067,41.707c13.248,7.723,28.971,0.768,44.267-5.888 c7.749-4.293,16.37-6.773,25.216-7.253c4.608,1.237,11.541,10.667,17.067,18.219c9.621,13.056,20.523,27.861,36.267,27.861 s26.645-14.805,36.267-27.861c5.589-7.573,12.523-17.067,17.067-18.24c8.8,0.498,17.368,3.008,25.045,7.339 c15.275,6.656,31.104,13.483,44.245,5.909c13.141-7.573,15.317-25.003,17.195-41.728c0.061-8.655,2.089-17.183,5.931-24.939 c7.75-3.834,16.271-5.855,24.917-5.909c16.725-1.877,34.027-3.819,41.728-17.067c7.701-13.248,0.747-28.971-5.888-44.267 c-4.343-7.728-6.826-16.362-7.253-25.216c1.237-4.608,10.667-11.563,18.219-17.067c13.056-9.621,27.883-20.544,27.883-36.267 S475.861,218.688,462.784,209.088z'/%3E%3Cpath fill='%23fff' d='M181.333,298.688c-3.357,0-6.519-1.581-8.533-4.267L128,234.688v53.333 c0,5.891-4.776,10.667-10.667,10.667s-10.667-4.776-10.667-10.667v-85.333c0-5.891,4.776-10.667,10.667-10.667 c3.357,0,6.519,1.581,8.533,4.267l44.8,59.733v-53.333c0-5.891,4.776-10.667,10.667-10.667c5.891,0,10.667,4.776,10.667,10.667 v85.333c-0.003,4.589-2.942,8.662-7.296,10.112C183.618,298.501,182.48,298.688,181.333,298.688z'/%3E%3Cpath fill='%23fff' d='M266.667,298.688H224c-5.891,0-10.667-4.776-10.667-10.667v-85.333 c0-5.891,4.776-10.667,10.667-10.667h42.667c5.891,0,10.667,4.776,10.667,10.667c0,5.891-4.776,10.667-10.667,10.667h-32v64h32 c5.891,0,10.667,4.776,10.667,10.667S272.558,298.688,266.667,298.688z'/%3E%3Cpath fill='%23fff' d='M266.667,256.021H224c-5.891,0-10.667-4.776-10.667-10.667s4.776-10.667,10.667-10.667h42.667 c5.891,0,10.667,4.776,10.667,10.667S272.558,256.021,266.667,256.021z'/%3E%3Cpath fill='%23fff' d='M373.333,298.688c-4.597,0.006-8.681-2.934-10.133-7.296L352,257.749l-11.2,33.643 c-1.363,4.603-5.751,7.633-10.539,7.275c-4.738-0.18-8.788-3.465-9.941-8.064l-21.333-85.333 c-1.426-5.72,2.056-11.513,7.776-12.939c5.72-1.426,11.513,2.056,12.939,7.776l12.437,49.792l9.749-29.248 c2.535-5.591,9.122-8.068,14.713-5.533c2.454,1.113,4.42,3.079,5.533,5.533l9.749,29.248l12.437-49.792 c1.426-5.72,7.218-9.202,12.939-7.776c5.72,1.426,9.202,7.218,7.776,12.939l-21.333,85.333c-1.153,4.599-5.204,7.884-9.941,8.064 L373.333,298.688z'/%3E%3C/svg%3E");}
#new-and-hot-block .hot-propertys .title .icon{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 512 512' xml:space='preserve'%3E%3Cpath fill='%23FFB446' d='M97.103,353.103C97.103,440.86,168.244,512,256,512l0,0c87.756,0,158.897-71.14,158.897-158.897 c0-88.276-44.138-158.897-14.524-220.69c0,0-47.27,8.828-73.752,79.448c0,0-88.276-88.276-51.394-211.862 c0,0-89.847,35.31-80.451,150.069c8.058,98.406-9.396,114.759-9.396,114.759c0-79.448-62.115-114.759-62.115-114.759 C141.241,247.172,97.103,273.655,97.103,353.103z'/%3E%3Cpath fill='%23FFDC64' d='M370.696,390.734c0,66.093-51.033,122.516-117.114,121.241 c-62.188-1.198-108.457-48.514-103.512-110.321c2.207-27.586,23.172-72.276,57.379-117.517l22.805,13.793 C229.517,242.023,256,167.724,256,167.724C273.396,246.007,370.696,266.298,370.696,390.734z'/%3E%3Cpath fill='%23FFFFFF' d='M211.862,335.448c-8.828,52.966-26.483,72.249-26.483,105.931C185.379,476.69,216.998,512,256,512 l0,0c39.284,0,70.729-32.097,70.62-71.381c-0.295-105.508-61.792-158.136-61.792-158.136c8.828,52.966-17.655,79.448-17.655,79.448 C236.141,345.385,211.862,335.448,211.862,335.448z'/%3E%3C/svg%3E");}


/* ПРАВКИ ДЛЯ ШАПКИ 14.16.19 */
/* 1917, 1923, 1937, 1957, 2010, 12260 */
#search_block, #language_block, #heart_block {
    box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -moz-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 0 0 5px 0 rgba(0,0,0,.3);
}
#top-header-line .phones .back_call{
    color: #207fa7;
    font-size: 14px;
    line-height: 1.8em;
    font-weight: 500;
    text-decoration: underline;
    float: right;
    cursor: pointer;
}
#top-header-line .phones .rent-phone{
    align-items: center;
    justify-content: flex-end;
}
#top-header-line .rent-phone .numbers-col:first-child{
    margin-right: 40px;
}
#top-header-line .rent-phone .numbers-col{
	margin-top: 0;
	margin-bottom: 0
}
#top-header-line .rent-phone .icons{
    vertical-align: bottom;
    padding: 0 0 0 10px;
}
#top-header-line .social-buttons-in-header .diamond{
    display: none;
}
.social-buttons-in-header a.social-butn {
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}
.social-buttons-in-header a.social-butn:not(:last-child) {
    margin-right: 10px;
}
.social-buttons-in-header a.social-butn.fb{
    height: 22px;
    width: 22px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96.124 96.123' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803 c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654 c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246 c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z' /%3E%3C/svg%3E ");
}
.social-buttons-in-header a.social-butn.in{
    height: 22px;
    width: 22px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 438.536 438.535' xml:space='preserve'%3E%3Crect fill='%23a3a3a3' x='5.424' y='145.895' width='94.216' height='282.932'/%3E%3Cpath fill='%23a3a3a3' d='M408.842,171.739c-19.791-21.604-45.967-32.408-78.512-32.408c-11.991,0-22.891,1.475-32.695,4.427 c-9.801,2.95-18.079,7.089-24.838,12.419c-6.755,5.33-12.135,10.278-16.129,14.844c-3.798,4.337-7.512,9.389-11.136,15.104 v-40.232h-93.935l0.288,13.706c0.193,9.139,0.288,37.307,0.288,84.508c0,47.205-0.19,108.777-0.572,184.722h93.931V270.942 c0-9.705,1.041-17.412,3.139-23.127c4-9.712,10.037-17.843,18.131-24.407c8.093-6.572,18.13-9.855,30.125-9.855 c16.364,0,28.407,5.662,36.117,16.987c7.707,11.324,11.561,26.98,11.561,46.966V428.82h93.931V266.664 C438.529,224.976,428.639,193.336,408.842,171.739z'/%3E%3Cpath fill='%23a3a3a3' d='M53.103,9.708c-15.796,0-28.595,4.619-38.4,13.848C4.899,32.787,0,44.441,0,58.529c0,13.891,4.758,25.505,14.275,34.829 c9.514,9.325,22.078,13.99,37.685,13.99h0.571c15.99,0,28.887-4.661,38.688-13.99c9.801-9.324,14.606-20.934,14.417-34.829    c-0.19-14.087-5.047-25.742-14.561-34.973C81.562,14.323,68.9,9.708,53.103,9.708z'/%3E%3C/svg%3E ");
}
.social-buttons-in-header a.social-butn.tw{
    height: 22px;
    width: 25px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 612 612' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411 c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513 c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101 c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104 c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194 c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485 c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z' /%3E%3C/svg%3E ");
}
.social-buttons-in-header a.social-butn.vk{
    height: 24px;
    width: 28px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 548.358 548.358' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M545.451,400.298c-0.664-1.431-1.283-2.618-1.858-3.569c-9.514-17.135-27.695-38.167-54.532-63.102l-0.567-0.571 l-0.284-0.28l-0.287-0.287h-0.288c-12.18-11.611-19.893-19.418-23.123-23.415c-5.91-7.614-7.234-15.321-4.004-23.13 c2.282-5.9,10.854-18.36,25.696-37.397c7.807-10.089,13.99-18.175,18.556-24.267c32.931-43.78,47.208-71.756,42.828-83.939 l-1.701-2.847c-1.143-1.714-4.093-3.282-8.846-4.712c-4.764-1.427-10.853-1.663-18.278-0.712l-82.224,0.568 c-1.332-0.472-3.234-0.428-5.712,0.144c-2.475,0.572-3.713,0.859-3.713,0.859l-1.431,0.715l-1.136,0.859 c-0.952,0.568-1.999,1.567-3.142,2.995c-1.137,1.423-2.088,3.093-2.848,4.996c-8.952,23.031-19.13,44.444-30.553,64.238 c-7.043,11.803-13.511,22.032-19.418,30.693c-5.899,8.658-10.848,15.037-14.842,19.126c-4,4.093-7.61,7.372-10.852,9.849 c-3.237,2.478-5.708,3.525-7.419,3.142c-1.715-0.383-3.33-0.763-4.859-1.143c-2.663-1.714-4.805-4.045-6.42-6.995 c-1.622-2.95-2.714-6.663-3.285-11.136c-0.568-4.476-0.904-8.326-1-11.563c-0.089-3.233-0.048-7.806,0.145-13.706 c0.198-5.903,0.287-9.897,0.287-11.991c0-7.234,0.141-15.085,0.424-23.555c0.288-8.47,0.521-15.181,0.716-20.125 c0.194-4.949,0.284-10.185,0.284-15.705s-0.336-9.849-1-12.991c-0.656-3.138-1.663-6.184-2.99-9.137 c-1.335-2.95-3.289-5.232-5.853-6.852c-2.569-1.618-5.763-2.902-9.564-3.856c-10.089-2.283-22.936-3.518-38.547-3.71 c-35.401-0.38-58.148,1.906-68.236,6.855c-3.997,2.091-7.614,4.948-10.848,8.562c-3.427,4.189-3.905,6.475-1.431,6.851 c11.422,1.711,19.508,5.804,24.267,12.275l1.715,3.429c1.334,2.474,2.666,6.854,3.999,13.134c1.331,6.28,2.19,13.227,2.568,20.837 c0.95,13.897,0.95,25.793,0,35.689c-0.953,9.9-1.853,17.607-2.712,23.127c-0.859,5.52-2.143,9.993-3.855,13.418 c-1.715,3.426-2.856,5.52-3.428,6.28c-0.571,0.76-1.047,1.239-1.425,1.427c-2.474,0.948-5.047,1.431-7.71,1.431 c-2.667,0-5.901-1.334-9.707-4c-3.805-2.666-7.754-6.328-11.847-10.992c-4.093-4.665-8.709-11.184-13.85-19.558 c-5.137-8.374-10.467-18.271-15.987-29.691l-4.567-8.282c-2.855-5.328-6.755-13.086-11.704-23.267 c-4.952-10.185-9.329-20.037-13.134-29.554c-1.521-3.997-3.806-7.04-6.851-9.134l-1.429-0.859c-0.95-0.76-2.475-1.567-4.567-2.427 c-2.095-0.859-4.281-1.475-6.567-1.854l-78.229,0.568c-7.994,0-13.418,1.811-16.274,5.428l-1.143,1.711 C0.288,140.146,0,141.668,0,143.763c0,2.094,0.571,4.664,1.714,7.707c11.42,26.84,23.839,52.725,37.257,77.659 c13.418,24.934,25.078,45.019,34.973,60.237c9.897,15.229,19.985,29.602,30.264,43.112c10.279,13.515,17.083,22.176,20.412,25.981 c3.333,3.812,5.951,6.662,7.854,8.565l7.139,6.851c4.568,4.569,11.276,10.041,20.127,16.416 c8.853,6.379,18.654,12.659,29.408,18.85c10.756,6.181,23.269,11.225,37.546,15.126c14.275,3.905,28.169,5.472,41.684,4.716h32.834 c6.659-0.575,11.704-2.669,15.133-6.283l1.136-1.431c0.764-1.136,1.479-2.901,2.139-5.276c0.668-2.379,1-5,1-7.851 c-0.195-8.183,0.428-15.558,1.852-22.124c1.423-6.564,3.045-11.513,4.859-14.846c1.813-3.33,3.859-6.14,6.136-8.418 c2.282-2.283,3.908-3.666,4.862-4.142c0.948-0.479,1.705-0.804,2.276-0.999c4.568-1.522,9.944-0.048,16.136,4.429 c6.187,4.473,11.99,9.996,17.418,16.56c5.425,6.57,11.943,13.941,19.555,22.124c7.617,8.186,14.277,14.271,19.985,18.274 l5.708,3.426c3.812,2.286,8.761,4.38,14.853,6.283c6.081,1.902,11.409,2.378,15.984,1.427l73.087-1.14 c7.229,0,12.854-1.197,16.844-3.572c3.998-2.379,6.373-5,7.139-7.851c0.764-2.854,0.805-6.092,0.145-9.712 C546.782,404.25,546.115,401.725,545.451,400.298z' /%3E%3C/svg%3E ");
}
.social-buttons-in-header a.social-butn.youtube {
    height: 22px;
    width: 24px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96.875 96.875' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M95.201,25.538c-1.186-5.152-5.4-8.953-10.473-9.52c-12.013-1.341-24.172-1.348-36.275-1.341 c-12.105-0.007-24.266,0-36.279,1.341c-5.07,0.567-9.281,4.368-10.467,9.52C0.019,32.875,0,40.884,0,48.438 C0,55.992,0,64,1.688,71.336c1.184,5.151,5.396,8.952,10.469,9.52c12.012,1.342,24.172,1.349,36.277,1.342 c12.107,0.007,24.264,0,36.275-1.342c5.07-0.567,9.285-4.368,10.471-9.52c1.689-7.337,1.695-15.345,1.695-22.898 C96.875,40.884,96.889,32.875,95.201,25.538z M35.936,63.474c0-10.716,0-21.32,0-32.037c10.267,5.357,20.466,10.678,30.798,16.068 C56.434,52.847,46.23,58.136,35.936,63.474z'/%3E%3C/svg%3E ");
}
.social-buttons-in-header a.social-butn.ok{
    height: 22px;
    width: 24px;
    background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.481 95.481' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M43.041,67.254c-7.402-0.772-14.076-2.595-19.79-7.064c-0.709-0.556-1.441-1.092-2.088-1.713 c-2.501-2.402-2.753-5.153-0.774-7.988c1.693-2.426,4.535-3.075,7.489-1.682c0.572,0.27,1.117,0.607,1.639,0.969 c10.649,7.317,25.278,7.519,35.967,0.329c1.059-0.812,2.191-1.474,3.503-1.812c2.551-0.655,4.93,0.282,6.299,2.514 c1.564,2.549,1.544,5.037-0.383,7.016c-2.956,3.034-6.511,5.229-10.461,6.761c-3.735,1.448-7.826,2.177-11.875,2.661 c0.611,0.665,0.899,0.992,1.281,1.376c5.498,5.524,11.02,11.025,16.5,16.566c1.867,1.888,2.257,4.229,1.229,6.425 c-1.124,2.4-3.64,3.979-6.107,3.81c-1.563-0.108-2.782-0.886-3.865-1.977c-4.149-4.175-8.376-8.273-12.441-12.527 c-1.183-1.237-1.752-1.003-2.796,0.071c-4.174,4.297-8.416,8.528-12.683,12.735c-1.916,1.889-4.196,2.229-6.418,1.15 c-2.362-1.145-3.865-3.556-3.749-5.979c0.08-1.639,0.886-2.891,2.011-4.014c5.441-5.433,10.867-10.88,16.295-16.322 C42.183,68.197,42.518,67.813,43.041,67.254z'/%3E%3Cpath fill='%23a3a3a3' d='M47.55,48.329c-13.205-0.045-24.033-10.992-23.956-24.218C23.67,10.739,34.505-0.037,47.84,0 c13.362,0.036,24.087,10.967,24.02,24.478C71.792,37.677,60.889,48.375,47.55,48.329z M59.551,24.143 c-0.023-6.567-5.253-11.795-11.807-11.801c-6.609-0.007-11.886,5.316-11.835,11.943c0.049,6.542,5.324,11.733,11.896,11.709 C54.357,35.971,59.573,30.709,59.551,24.143z'/%3E%3C/svg%3E ");
}
.social-buttons-in-header a.social-butn.inst{
    height: 22px;
    width: 24px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 169.063 169.063' xml:space='preserve'%3E%3Cpath fill='%23a3a3a3' d='M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752 c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407 c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752 c17.455,0,31.656,14.201,31.656,31.655V122.407z'/%3E%3Cpath fill='%23a3a3a3' d='M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561 C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561 c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z'/%3E%3Cpath fill='%23a3a3a3' d='M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78 c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78 C135.661,29.421,132.821,28.251,129.921,28.251z'/%3E%3C/svg%3E");
}
.social-buttons-in-header a.social-butn.telegram{
    height: 22px;
    width: 24px;
    background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMwMCAzMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwMCAzMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxnIGlkPSJYTUxJRF80OTZfIj48cGF0aCBpZD0iWE1MSURfNDk3XyIgZD0iTTUuMjk5LDE0NC42NDVsNjkuMTI2LDI1LjhsMjYuNzU2LDg2LjA0N2MxLjcxMiw1LjUxMSw4LjQ1MSw3LjU0OCwxMi45MjQsMy44OTFsMzguNTMyLTMxLjQxMiAgIGM0LjAzOS0zLjI5MSw5Ljc5Mi0zLjQ1NSwxNC4wMTMtMC4zOTFsNjkuNDk4LDUwLjQ1N2M0Ljc4NSwzLjQ3OCwxMS41NjQsMC44NTYsMTIuNzY0LTQuOTI2TDI5OS44MjMsMjkuMjIgICBjMS4zMS02LjMxNi00Ljg5Ni0xMS41ODUtMTAuOTEtOS4yNTlMNS4yMTgsMTI5LjQwMkMtMS43ODMsMTMyLjEwMi0xLjcyMiwxNDIuMDE0LDUuMjk5LDE0NC42NDV6IE05Ni44NjksMTU2LjcxMWwxMzUuMDk4LTgzLjIwNyAgIGMyLjQyOC0xLjQ5MSw0LjkyNiwxLjc5MiwyLjg0MSwzLjcyNkwxMjMuMzEzLDE4MC44N2MtMy45MTksMy42NDgtNi40NDcsOC41My03LjE2MywxMy44MjlsLTMuNzk4LDI4LjE0NiAgIGMtMC41MDMsMy43NTgtNS43ODIsNC4xMzEtNi44MTksMC40OTRsLTE0LjYwNy01MS4zMjVDODkuMjUzLDE2Ni4xNiw5MS42OTEsMTU5LjkwNyw5Ni44NjksMTU2LjcxMXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNBM0EzQTMiLz48L2c+PC9nPiA8L3N2Zz4=");
}
.social-buttons-in-header a.social-butn.fb:hover{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96.124 96.123' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M72.089,0.02L59.624,0C45.62,0,36.57,9.285,36.57,23.656v10.907H24.037c-1.083,0-1.96,0.878-1.96,1.961v15.803 c0,1.083,0.878,1.96,1.96,1.96h12.533v39.876c0,1.083,0.877,1.96,1.96,1.96h16.352c1.083,0,1.96-0.878,1.96-1.96V54.287h14.654 c1.083,0,1.96-0.877,1.96-1.96l0.006-15.803c0-0.52-0.207-1.018-0.574-1.386c-0.367-0.368-0.867-0.575-1.387-0.575H56.842v-9.246 c0-4.444,1.059-6.7,6.848-6.7l8.397-0.003c1.082,0,1.959-0.878,1.959-1.96V1.98C74.046,0.899,73.17,0.022,72.089,0.02z' /%3E%3C/svg%3E ");}
.social-buttons-in-header a.social-butn.in:hover{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 438.536 438.535' xml:space='preserve'%3E%3Crect fill='%23efbe35' x='5.424' y='145.895' width='94.216' height='282.932'/%3E%3Cpath fill='%23efbe35' d='M408.842,171.739c-19.791-21.604-45.967-32.408-78.512-32.408c-11.991,0-22.891,1.475-32.695,4.427 c-9.801,2.95-18.079,7.089-24.838,12.419c-6.755,5.33-12.135,10.278-16.129,14.844c-3.798,4.337-7.512,9.389-11.136,15.104 v-40.232h-93.935l0.288,13.706c0.193,9.139,0.288,37.307,0.288,84.508c0,47.205-0.19,108.777-0.572,184.722h93.931V270.942 c0-9.705,1.041-17.412,3.139-23.127c4-9.712,10.037-17.843,18.131-24.407c8.093-6.572,18.13-9.855,30.125-9.855 c16.364,0,28.407,5.662,36.117,16.987c7.707,11.324,11.561,26.98,11.561,46.966V428.82h93.931V266.664 C438.529,224.976,428.639,193.336,408.842,171.739z'/%3E%3Cpath fill='%23efbe35' d='M53.103,9.708c-15.796,0-28.595,4.619-38.4,13.848C4.899,32.787,0,44.441,0,58.529c0,13.891,4.758,25.505,14.275,34.829 c9.514,9.325,22.078,13.99,37.685,13.99h0.571c15.99,0,28.887-4.661,38.688-13.99c9.801-9.324,14.606-20.934,14.417-34.829    c-0.19-14.087-5.047-25.742-14.561-34.973C81.562,14.323,68.9,9.708,53.103,9.708z'/%3E%3C/svg%3E ");}
.social-buttons-in-header a.social-butn.tw:hover{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 612 612' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M612,116.258c-22.525,9.981-46.694,16.75-72.088,19.772c25.929-15.527,45.777-40.155,55.184-69.411 c-24.322,14.379-51.169,24.82-79.775,30.48c-22.907-24.437-55.49-39.658-91.63-39.658c-69.334,0-125.551,56.217-125.551,125.513 c0,9.828,1.109,19.427,3.251,28.606C197.065,206.32,104.556,156.337,42.641,80.386c-10.823,18.51-16.98,40.078-16.98,63.101 c0,43.559,22.181,81.993,55.835,104.479c-20.575-0.688-39.926-6.348-56.867-15.756v1.568c0,60.806,43.291,111.554,100.693,123.104 c-10.517,2.83-21.607,4.398-33.08,4.398c-8.107,0-15.947-0.803-23.634-2.333c15.985,49.907,62.336,86.199,117.253,87.194 c-42.947,33.654-97.099,53.655-155.916,53.655c-10.134,0-20.116-0.612-29.944-1.721c55.567,35.681,121.536,56.485,192.438,56.485 c230.948,0,357.188-191.291,357.188-357.188l-0.421-16.253C573.872,163.526,595.211,141.422,612,116.258z' /%3E%3C/svg%3E ");}
.social-buttons-in-header a.social-butn.vk:hover{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 548.358 548.358' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M545.451,400.298c-0.664-1.431-1.283-2.618-1.858-3.569c-9.514-17.135-27.695-38.167-54.532-63.102l-0.567-0.571 l-0.284-0.28l-0.287-0.287h-0.288c-12.18-11.611-19.893-19.418-23.123-23.415c-5.91-7.614-7.234-15.321-4.004-23.13 c2.282-5.9,10.854-18.36,25.696-37.397c7.807-10.089,13.99-18.175,18.556-24.267c32.931-43.78,47.208-71.756,42.828-83.939 l-1.701-2.847c-1.143-1.714-4.093-3.282-8.846-4.712c-4.764-1.427-10.853-1.663-18.278-0.712l-82.224,0.568 c-1.332-0.472-3.234-0.428-5.712,0.144c-2.475,0.572-3.713,0.859-3.713,0.859l-1.431,0.715l-1.136,0.859 c-0.952,0.568-1.999,1.567-3.142,2.995c-1.137,1.423-2.088,3.093-2.848,4.996c-8.952,23.031-19.13,44.444-30.553,64.238 c-7.043,11.803-13.511,22.032-19.418,30.693c-5.899,8.658-10.848,15.037-14.842,19.126c-4,4.093-7.61,7.372-10.852,9.849 c-3.237,2.478-5.708,3.525-7.419,3.142c-1.715-0.383-3.33-0.763-4.859-1.143c-2.663-1.714-4.805-4.045-6.42-6.995 c-1.622-2.95-2.714-6.663-3.285-11.136c-0.568-4.476-0.904-8.326-1-11.563c-0.089-3.233-0.048-7.806,0.145-13.706 c0.198-5.903,0.287-9.897,0.287-11.991c0-7.234,0.141-15.085,0.424-23.555c0.288-8.47,0.521-15.181,0.716-20.125 c0.194-4.949,0.284-10.185,0.284-15.705s-0.336-9.849-1-12.991c-0.656-3.138-1.663-6.184-2.99-9.137 c-1.335-2.95-3.289-5.232-5.853-6.852c-2.569-1.618-5.763-2.902-9.564-3.856c-10.089-2.283-22.936-3.518-38.547-3.71 c-35.401-0.38-58.148,1.906-68.236,6.855c-3.997,2.091-7.614,4.948-10.848,8.562c-3.427,4.189-3.905,6.475-1.431,6.851 c11.422,1.711,19.508,5.804,24.267,12.275l1.715,3.429c1.334,2.474,2.666,6.854,3.999,13.134c1.331,6.28,2.19,13.227,2.568,20.837 c0.95,13.897,0.95,25.793,0,35.689c-0.953,9.9-1.853,17.607-2.712,23.127c-0.859,5.52-2.143,9.993-3.855,13.418 c-1.715,3.426-2.856,5.52-3.428,6.28c-0.571,0.76-1.047,1.239-1.425,1.427c-2.474,0.948-5.047,1.431-7.71,1.431 c-2.667,0-5.901-1.334-9.707-4c-3.805-2.666-7.754-6.328-11.847-10.992c-4.093-4.665-8.709-11.184-13.85-19.558 c-5.137-8.374-10.467-18.271-15.987-29.691l-4.567-8.282c-2.855-5.328-6.755-13.086-11.704-23.267 c-4.952-10.185-9.329-20.037-13.134-29.554c-1.521-3.997-3.806-7.04-6.851-9.134l-1.429-0.859c-0.95-0.76-2.475-1.567-4.567-2.427 c-2.095-0.859-4.281-1.475-6.567-1.854l-78.229,0.568c-7.994,0-13.418,1.811-16.274,5.428l-1.143,1.711 C0.288,140.146,0,141.668,0,143.763c0,2.094,0.571,4.664,1.714,7.707c11.42,26.84,23.839,52.725,37.257,77.659 c13.418,24.934,25.078,45.019,34.973,60.237c9.897,15.229,19.985,29.602,30.264,43.112c10.279,13.515,17.083,22.176,20.412,25.981 c3.333,3.812,5.951,6.662,7.854,8.565l7.139,6.851c4.568,4.569,11.276,10.041,20.127,16.416 c8.853,6.379,18.654,12.659,29.408,18.85c10.756,6.181,23.269,11.225,37.546,15.126c14.275,3.905,28.169,5.472,41.684,4.716h32.834 c6.659-0.575,11.704-2.669,15.133-6.283l1.136-1.431c0.764-1.136,1.479-2.901,2.139-5.276c0.668-2.379,1-5,1-7.851 c-0.195-8.183,0.428-15.558,1.852-22.124c1.423-6.564,3.045-11.513,4.859-14.846c1.813-3.33,3.859-6.14,6.136-8.418 c2.282-2.283,3.908-3.666,4.862-4.142c0.948-0.479,1.705-0.804,2.276-0.999c4.568-1.522,9.944-0.048,16.136,4.429 c6.187,4.473,11.99,9.996,17.418,16.56c5.425,6.57,11.943,13.941,19.555,22.124c7.617,8.186,14.277,14.271,19.985,18.274 l5.708,3.426c3.812,2.286,8.761,4.38,14.853,6.283c6.081,1.902,11.409,2.378,15.984,1.427l73.087-1.14 c7.229,0,12.854-1.197,16.844-3.572c3.998-2.379,6.373-5,7.139-7.851c0.764-2.854,0.805-6.092,0.145-9.712 C546.782,404.25,546.115,401.725,545.451,400.298z' /%3E%3C/svg%3E ");}
.social-buttons-in-header a.social-butn.youtube:hover{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 96.875 96.875' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M95.201,25.538c-1.186-5.152-5.4-8.953-10.473-9.52c-12.013-1.341-24.172-1.348-36.275-1.341 c-12.105-0.007-24.266,0-36.279,1.341c-5.07,0.567-9.281,4.368-10.467,9.52C0.019,32.875,0,40.884,0,48.438 C0,55.992,0,64,1.688,71.336c1.184,5.151,5.396,8.952,10.469,9.52c12.012,1.342,24.172,1.349,36.277,1.342 c12.107,0.007,24.264,0,36.275-1.342c5.07-0.567,9.285-4.368,10.471-9.52c1.689-7.337,1.695-15.345,1.695-22.898 C96.875,40.884,96.889,32.875,95.201,25.538z M35.936,63.474c0-10.716,0-21.32,0-32.037c10.267,5.357,20.466,10.678,30.798,16.068 C56.434,52.847,46.23,58.136,35.936,63.474z'/%3E%3C/svg%3E ");}
.social-buttons-in-header a.social-butn.ok:hover{background-image: url("data:image/svg+xml, %3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 95.481 95.481' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M43.041,67.254c-7.402-0.772-14.076-2.595-19.79-7.064c-0.709-0.556-1.441-1.092-2.088-1.713 c-2.501-2.402-2.753-5.153-0.774-7.988c1.693-2.426,4.535-3.075,7.489-1.682c0.572,0.27,1.117,0.607,1.639,0.969 c10.649,7.317,25.278,7.519,35.967,0.329c1.059-0.812,2.191-1.474,3.503-1.812c2.551-0.655,4.93,0.282,6.299,2.514 c1.564,2.549,1.544,5.037-0.383,7.016c-2.956,3.034-6.511,5.229-10.461,6.761c-3.735,1.448-7.826,2.177-11.875,2.661 c0.611,0.665,0.899,0.992,1.281,1.376c5.498,5.524,11.02,11.025,16.5,16.566c1.867,1.888,2.257,4.229,1.229,6.425 c-1.124,2.4-3.64,3.979-6.107,3.81c-1.563-0.108-2.782-0.886-3.865-1.977c-4.149-4.175-8.376-8.273-12.441-12.527 c-1.183-1.237-1.752-1.003-2.796,0.071c-4.174,4.297-8.416,8.528-12.683,12.735c-1.916,1.889-4.196,2.229-6.418,1.15 c-2.362-1.145-3.865-3.556-3.749-5.979c0.08-1.639,0.886-2.891,2.011-4.014c5.441-5.433,10.867-10.88,16.295-16.322 C42.183,68.197,42.518,67.813,43.041,67.254z'/%3E%3Cpath fill='%23efbe35' d='M47.55,48.329c-13.205-0.045-24.033-10.992-23.956-24.218C23.67,10.739,34.505-0.037,47.84,0 c13.362,0.036,24.087,10.967,24.02,24.478C71.792,37.677,60.889,48.375,47.55,48.329z M59.551,24.143 c-0.023-6.567-5.253-11.795-11.807-11.801c-6.609-0.007-11.886,5.316-11.835,11.943c0.049,6.542,5.324,11.733,11.896,11.709 C54.357,35.971,59.573,30.709,59.551,24.143z'/%3E%3C/svg%3E ");}
.social-buttons-in-header a.social-butn.inst:hover{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 169.063 169.063' xml:space='preserve'%3E%3Cpath fill='%23efbe35' d='M122.406,0H46.654C20.929,0,0,20.93,0,46.655v75.752c0,25.726,20.929,46.655,46.654,46.655h75.752 c25.727,0,46.656-20.93,46.656-46.655V46.655C169.063,20.93,148.133,0,122.406,0z M154.063,122.407 c0,17.455-14.201,31.655-31.656,31.655H46.654C29.2,154.063,15,139.862,15,122.407V46.655C15,29.201,29.2,15,46.654,15h75.752 c17.455,0,31.656,14.201,31.656,31.655V122.407z'/%3E%3Cpath fill='%23efbe35' d='M84.531,40.97c-24.021,0-43.563,19.542-43.563,43.563c0,24.02,19.542,43.561,43.563,43.561s43.563-19.541,43.563-43.561 C128.094,60.512,108.552,40.97,84.531,40.97z M84.531,113.093c-15.749,0-28.563-12.812-28.563-28.561 c0-15.75,12.813-28.563,28.563-28.563s28.563,12.813,28.563,28.563C113.094,100.281,100.28,113.093,84.531,113.093z'/%3E%3Cpath fill='%23efbe35' d='M129.921,28.251c-2.89,0-5.729,1.17-7.77,3.22c-2.051,2.04-3.23,4.88-3.23,7.78c0,2.891,1.18,5.73,3.23,7.78 c2.04,2.04,4.88,3.22,7.77,3.22c2.9,0,5.73-1.18,7.78-3.22c2.05-2.05,3.22-4.89,3.22-7.78c0-2.9-1.17-5.74-3.22-7.78 C135.661,29.421,132.821,28.251,129.921,28.251z'/%3E%3C/svg%3E");}
.social-buttons-in-header a.social-butn.telegram:hover{background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIj8+PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB2ZXJzaW9uPSIxLjEiIGlkPSJMYXllcl8xIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDMwMCAzMDAiIHN0eWxlPSJlbmFibGUtYmFja2dyb3VuZDpuZXcgMCAwIDMwMCAzMDA7IiB4bWw6c3BhY2U9InByZXNlcnZlIiB3aWR0aD0iNTEycHgiIGhlaWdodD0iNTEycHgiIGNsYXNzPSIiPjxnPjxnIGlkPSJYTUxJRF80OTZfIj48cGF0aCBpZD0iWE1MSURfNDk3XyIgZD0iTTUuMjk5LDE0NC42NDVsNjkuMTI2LDI1LjhsMjYuNzU2LDg2LjA0N2MxLjcxMiw1LjUxMSw4LjQ1MSw3LjU0OCwxMi45MjQsMy44OTFsMzguNTMyLTMxLjQxMiAgIGM0LjAzOS0zLjI5MSw5Ljc5Mi0zLjQ1NSwxNC4wMTMtMC4zOTFsNjkuNDk4LDUwLjQ1N2M0Ljc4NSwzLjQ3OCwxMS41NjQsMC44NTYsMTIuNzY0LTQuOTI2TDI5OS44MjMsMjkuMjIgICBjMS4zMS02LjMxNi00Ljg5Ni0xMS41ODUtMTAuOTEtOS4yNTlMNS4yMTgsMTI5LjQwMkMtMS43ODMsMTMyLjEwMi0xLjcyMiwxNDIuMDE0LDUuMjk5LDE0NC42NDV6IE05Ni44NjksMTU2LjcxMWwxMzUuMDk4LTgzLjIwNyAgIGMyLjQyOC0xLjQ5MSw0LjkyNiwxLjc5MiwyLjg0MSwzLjcyNkwxMjMuMzEzLDE4MC44N2MtMy45MTksMy42NDgtNi40NDcsOC41My03LjE2MywxMy44MjlsLTMuNzk4LDI4LjE0NiAgIGMtMC41MDMsMy43NTgtNS43ODIsNC4xMzEtNi44MTksMC40OTRsLTE0LjYwNy01MS4zMjVDODkuMjUzLDE2Ni4xNiw5MS42OTEsMTU5LjkwNyw5Ni44NjksMTU2LjcxMXoiIGRhdGEtb3JpZ2luYWw9IiMwMDAwMDAiIGNsYXNzPSJhY3RpdmUtcGF0aCIgZGF0YS1vbGRfY29sb3I9IiMwMDAwMDAiIGZpbGw9IiNFRkJFMzUiLz48L2c+PC9nPiA8L3N2Zz4=");}



#presentation{
	    position: fixed;
    left: 0;
    bottom: 29%;
	background-color: #791106;
    padding: 20px 5px;
	z-index: 999999;
    transform: rotate(-180deg);
	    writing-mode: vertical-lr;
}
#presentation:hover{
	background-color: #480b05;
}
#presentation a, #presentation a:hover{color: #fff; text-decoration:none; text-transform:uppercase; font-weight: 500;}


/* HYPOTHEC POPUP START */
#confetti{
	position: absolute;
	left: 0;
	top: 0;
	height: 100vh;
	width: 100vw;
}
#popup-hypothec{
    top: 0;
    background-color: rgba(0,0,0,.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
    overflow-y: auto;
}
#popup-hypothec .container{
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
}
#popup-hypothec .popup-hypothec{
    background-image: url(../img/owners/nine.jpg);
    color: #282d39;	
	position: relative;
    background-color: #fff;
    background-size: contain;
    padding: 70px 90px;
    background-position: 110% 50%;
    background-repeat: no-repeat;
}
#popup-hypothec .close-popup{
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 357 357' xml:space='preserve'%3E%3Cpolygon fill='%23282d39' points='357,35.7 321.3,0 178.5,142.8 35.7,0 0,35.7 142.8,178.5 0,321.3 35.7,357 178.5,214.2 321.3,357 357,321.3 214.2,178.5'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    right: 25px;
    top: 25px;
}
#popup-hypothec .text-col{
    width: 470px;
}
#popup-hypothec .title{
    display: block;
    font-size: 40px;
    line-height: 1.3em;
    text-transform: uppercase;
    margin-bottom: 35px;
}
#popup-hypothec .percent{
    display: inline-block;
    font-size: 26px;
    line-height: 2em;
}
#popup-hypothec .percent span{
    display: inline-block;
    background-color: #791106;
    color: #fff;
    font-weight: 600;
    padding: 0 15px;
}

#popup-hypothec .after-percent{
    display: block;
    font-size: 20px;
    line-height: 1.5em;
    margin-bottom: 20px;
}
#popup-hypothec ul{
    padding: 0;
    margin: 0;
    list-style-type: none;
}
#popup-hypothec small{
	margin-bottom: 35px;
	display: block;
}
#popup-hypothec li{
    font-size: 20px;
    font-weight: 600;
    line-height: 2em;
}
#popup-hypothec li::before{
    content: "";
    display: inline-block;
    vertical-align: top;
    height: 2em;
    width: 1em;
    margin-right: 10px;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 477 477' xml:space='preserve'%3E%3Cpath fill='%23282d39' d='M238.4,0C133,0,47.2,85.8,47.2,191.2c0,12,1.1,24.1,3.4,35.9c0.1,0.7,0.5,2.8,1.3,6.4c2.9,12.9,7.2,25.6,12.8,37.7 c20.6,48.5,65.9,123,165.3,202.8c2.5,2,5.5,3,8.5,3s6-1,8.5-3c99.3-79.8,144.7-154.3,165.3-202.8c5.6-12.1,9.9-24.7,12.8-37.7 c0.8-3.6,1.2-5.7,1.3-6.4c2.2-11.8,3.4-23.9,3.4-35.9C429.6,85.8,343.8,0,238.4,0z M399.6,222.4c0,0.2-0.1,0.4-0.1,0.6 c-0.1,0.5-0.4,2-0.9,4.3c0,0.1,0,0.1,0,0.2c-2.5,11.2-6.2,22.1-11.1,32.6c-0.1,0.1-0.1,0.3-0.2,0.4 c-18.7,44.3-59.7,111.9-148.9,185.6c-89.2-73.7-130.2-141.3-148.9-185.6c-0.1-0.1-0.1-0.3-0.2-0.4c-4.8-10.4-8.5-21.4-11.1-32.6 c0-0.1,0-0.1,0-0.2c-0.6-2.3-0.8-3.8-0.9-4.3c0-0.2-0.1-0.4-0.1-0.7c-2-10.3-3-20.7-3-31.2c0-90.5,73.7-164.2,164.2-164.2 s164.2,73.7,164.2,164.2C402.6,201.7,401.6,212.2,399.6,222.4z'/%3E%3Cpath fill='%23282d39' d='M238.4,71.9c-66.9,0-121.4,54.5-121.4,121.4s54.5,121.4,121.4,121.4s121.4-54.5,121.4-121.4S305.3,71.9,238.4,71.9z M238.4,287.7c-52.1,0-94.4-42.4-94.4-94.4s42.4-94.4,94.4-94.4s94.4,42.4,94.4,94.4S290.5,287.7,238.4,287.7z'/%3E%3C/svg%3E");
}
#popup-hypothec li .small-text{
    padding-left: 5px;
    font-size: 14px;
}
#popup-hypothec .btn-orange{
    line-height: 2em;
    text-transform: uppercase;
    padding: .4em 2em;
    color: inherit;
    transition: .23s;
}
#popup-hypothec .btn-orange:hover{
    background-color: #282d39;
    color: #fff;
    transition: .23s;
}
/* HYPOTHEC POPUP END */



/* WEBINAR POPUP START */

#popup-webinar_disabled{display:none!important;}
#popup-webinar{
    top: 0;
    background-color: rgba(0,0,0,.7);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 99999;
    overflow-y: auto;
    overflow-x: hidden;
}
#popup-webinar .container{
    position: absolute;
    left: 50%;
    top: 10%;
    transform: translate(-50%, 0);
}
#popup-webinar .popup-webinar{
    position: relative;
    background-color: #fff;
    padding: 0;
    color: #282d39;
}
#popup-webinar .close-popup{
    background-size: contain;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 357 357' xml:space='preserve'%3E%3Cpolygon fill='%23fff' points='357,35.7 321.3,0 178.5,142.8 35.7,0 0,35.7 142.8,178.5 0,321.3 35.7,357 178.5,214.2 321.3,357 357,321.3 214.2,178.5'/%3E%3C/svg%3E");
    width: 25px;
    height: 25px;
    right: 25px;
    top: 25px;
}
#popup-webinar .top-line{
    padding: 70px 30px 0;
    background-image: url(../img/popup-webinar/bg_top.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
#popup-webinar .top-line.covid{
    background-image: url(../img/popup-webinar/bg_covid.jpg);
}
#popup-webinar .red-line{
    display: inline-block;
    background-color: #791106;
    color: #fff;
    font-size: 4vw;
    line-height: 2em;
    text-transform: uppercase;
    padding: 0 20px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#popup-webinar .dark-line{
    background-color: #282d39;
    color: #fff;
    font-size: 6.8vw;
    line-height: 1.2em;
    padding: .8em 30px .4em;
}
#popup-webinar .webinar-title{
    display: block;
    width: 100%;
    font-weight: 600;
}
#popup-webinar .after-webinar-title{
    display: block;
    font-size: .5em;
    font-style: italic;
}
#popup-webinar .bottom-line{
    padding: 30px 30px 60px;
    text-align: center;
}
#popup-webinar .info-about-webinar{
    margin-bottom: 40px;
    text-align: center;
}
#popup-webinar .info-about-webinar .one-col{
    display: inline-block;
    text-align: left;
}
#popup-webinar .info-about-webinar .one-col:not(:last-child){
    margin-right: 1em;
}
#popup-webinar .info-about-webinar .one-col > span{
    display: block;
}
#popup-webinar .info-about-webinar .before-text,
#popup-webinar .info-about-webinar .after-text{
    font-size: 12px;
    line-height: 1.8em;
    text-transform: uppercase;
}
#popup-webinar .info-about-webinar .numbers{
    font-size: 30px;
    font-weight: 600;
    line-height: 1em;
}
#popup-webinar .info-about-webinar .after-text{
    font-weight: 600;
}
#popup-webinar .yti{
    display: inline-block;
    width: 4.5em;
    height: 4.5em;
    vertical-align: text-bottom;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 473.931 473.931' xml:space='preserve'%3E%3Ccircle fill='%23D42428' cx='236.966' cy='236.966' r='236.966'/%3E%3Cpath fill='%23CC202D' d='M404.518,69.38c92.541,92.549,92.549,242.593,0,335.142c-92.541,92.541-242.593,92.545-335.142,0 L404.518,69.38z'/%3E%3Cpath fill='%23BA202E' d='M470.321,277.964L310.843,118.487l-12.864,12.864l-12.864-12.864l-14.099,14.099l9.47,9.47 l-3.091,3.091l-24.557-24.557l-1.048,1.055l-33.092-33.092l-14.099,14.099l3.858,3.858l-5.665,5.665l-23.854-23.854l-9.889,9.889 l23.255,56.003l-10.473,42.997l28.632,28.639l-72.418,5.066l-1.096,125.667l116.537,116.679 C362.678,465.505,451.836,383.833,470.321,277.964z'/%3E%3Cpath fill='%23FFFFFF' d='M321.724,291.91h-15.289l0.075-8.875c0-3.948,3.237-7.169,7.199-7.169h0.98 c3.963,0,7.214,3.222,7.214,7.169L321.724,291.91z M264.404,272.89c-3.865,0-7.038,2.608-7.038,5.796v43.161 c0,3.188,3.173,5.781,7.038,5.781c3.895,0,7.068-2.593,7.068-5.781v-43.165C271.472,275.498,268.299,272.89,264.404,272.89z M357.473,248.752v82.102c0,19.697-17.077,35.809-37.96,35.809H163.444c-20.887,0-37.96-16.116-37.96-35.809v-82.102 c0-19.697,17.074-35.816,37.96-35.816h156.073C340.395,212.936,357.473,229.059,357.473,248.752z M173.85,339.771l-0.007-86.487 l19.345,0.007v-12.819l-51.573-0.079v12.595l16.101,0.049v86.73h16.134V339.771z M231.847,266.17h-16.131v46.181 c0,6.683,0.4,10.024-0.022,11.199c-1.317,3.581-7.214,7.383-9.508,0.389c-0.389-1.227-0.045-4.924-0.052-11.274l-0.075-46.499 h-16.041l0.06,45.765c0.007,7.016-0.161,12.247,0.052,14.627c0.393,4.198,0.247,9.096,4.15,11.884 c7.252,5.235,21.163-0.778,24.643-8.251l-0.03,9.534l12.95,0.019V266.17H231.847z M283.45,319.052l-0.03-38.439 c-0.015-14.653-10.971-23.427-25.856-11.573l0.067-28.58l-16.116,0.026l-0.079,98.637l13.25-0.195l1.205-6.148 C272.83,348.332,283.479,337.683,283.45,319.052z M333.941,313.96l-12.101,0.064c0,0.483-0.022,1.033-0.03,1.639v6.75 c0,3.611-2.982,6.552-6.608,6.552h-2.369c-3.633,0-6.615-2.941-6.615-6.552v-0.748v-7.431v-9.579h27.697V294.23 c0-7.614-0.198-15.229-0.827-19.584c-1.979-13.781-21.317-15.966-31.09-8.913c-3.068,2.204-5.407,5.152-6.776,9.119 c-1.373,3.963-2.054,9.369-2.054,16.247v22.918C293.178,352.115,339.452,346.73,333.941,313.96z M271.895,189.524 c0.827,2.028,2.118,3.663,3.88,4.905c1.725,1.212,3.948,1.83,6.6,1.83c2.324,0,4.385-0.629,6.174-1.927 c1.792-1.291,3.304-3.214,4.531-5.788l-0.307,6.331h17.979v-76.467h-14.155v59.513c0,3.218-2.66,5.856-5.905,5.856 c-3.222,0-5.89-2.638-5.89-5.856v-59.513h-14.769v51.573c0,6.571,0.116,10.952,0.314,13.175 C270.559,185.363,271.064,187.477,271.895,189.524z M217.408,146.337c0-7.341,0.614-13.07,1.826-17.201 c1.22-4.12,3.427-7.431,6.608-9.923c3.18-2.511,7.252-3.764,12.191-3.764c4.157,0,7.723,0.819,10.705,2.417 c2.982,1.609,5.298,3.693,6.892,6.271c1.639,2.586,2.739,5.246,3.334,7.966c0.606,2.754,0.898,6.919,0.898,12.52v19.341 c0,7.094-0.284,12.31-0.834,15.626c-0.543,3.323-1.717,6.402-3.536,9.287c-1.796,2.859-4.116,4.995-6.93,6.357 c-2.836,1.381-6.08,2.054-9.755,2.054c-4.093,0-7.551-0.565-10.391-1.751c-2.851-1.175-5.059-2.949-6.627-5.302 c-1.594-2.357-2.705-5.227-3.375-8.572c-0.681-3.349-1.003-8.374-1.003-15.079v-20.247H217.408z M231.484,176.716 c0,4.325,3.229,7.861,7.154,7.861s7.132-3.532,7.132-7.861v-40.71c0-4.325-3.207-7.861-7.132-7.861s-7.154,3.532-7.154,7.861 V176.716z M181.722,197.269h16.969l0.015-58.648l20.045-50.241h-18.555l-10.657,37.324l-10.81-37.421h-18.357l21.324,50.372 L181.722,197.269z'/%3E%3C/svg%3E");
    background-size: 4.5em;
    background-position: center;
    background-repeat: no-repeat;
}
#popup-webinar .btn-orange{
    line-height: 2em;
    height: auto;
    text-transform: uppercase;
    padding: 5px 10px;
    color: inherit;
    transition: .23s;
}
#popup-webinar .btn-orange:hover{
    background-color: #282d39;
    color: #fff;
    transition: .23s;
}
#popup-webinar .dude{
    display: none;
    width: 50%;
    height: 270px;
    position: absolute;
    bottom: 0;
    right: 0;
    background-image: url(../img/popup-webinar/dude.png);
    background-position: bottom right;
    background-repeat: no-repeat;
    background-size: contain;
}
#popup-webinar .dude.marathon{
    background-image: url(../img/webinar/v2.png);
}
/* WEBINAR POPUP END */


@media print {
	.for-print{
		display: block;
	}
	#top-header-line .logo{
		height: 100px;
	}
	#top-header-line .logo a{
		margin-top: 15px;
	}
	#top-header-line .logo a img{
		max-width: 100px;
		max-height: 100px;
	}
	.for-print .title{
		width: 100%;
		font-size: 22px;
		font-weight: 600;
		text-transform: uppercase;
		margin: 20px 0;
	}
	.for-print .cacheback{
		width: 100%;
		font-size: 17px;
		font-weight: 600;
		text-align: center;
		line-height: 24px;
		padding: 15px 20px;
		background-color: #efbe35;
		margin-bottom: 30px;
	}
	hr,
	#top-panel,
	#show-gallery,
	.location-col,
	.before-slider-btns,
	#show-gallery-btn,
	#main-prop-slider .slick-arrow,
	#secondary-prop-slider,
	.after-slider-btns,
	#main-prop-slider .slick-track .slide:not(:first-child),
	.this-post .price-row .middle-block,
	.this-post .price-row .last-block-with-btn,
	#mobile-menu-icon,
	#mobile-top-orange-arrow,
	#top-header-line .phones .back_call,
	#video-section,
	#manager-section,
	#benefit,
	#new-building-block,
	#last-slider,
	#bottom-form-section,
	footer,
	.orange-square-icons-row,
	.map-location .btns-block .nav-tabs,
    .main-prop-slider-col + .col-lg-3{
		display: none;
	}
	.main-prop-slider-col,
	#main-prop-slider,
	#main-prop-slider .slick-track{
		width: 100%;
		max-width: 100%;
	}
	#main-prop-slider .slick-track .slide:first-child{
		width: 100% !important;
	}
    #main-prop-slider .slick-track{
        transform: translate3d(0px, 0px, 0px) !important;
    }
	.this-post .post-title{
		color: #282d39;
		font-size: 28px;
		line-height: 30px;
		margin: 50px 0 0;
	}
	#top-header-line .phones{
		display: block;
		height: 100px;
		padding: 10px 0;
	}
	.this-post .price-row{
		margin: 0;
	}
	.this-post .price-row .price-and-id{
		display: block;
		width: 100%;
		max-width: 100%;
	}
	.this-post .price-row .main-price{
		margin-left: -15px;
		float: left;
		font-size: 22px;
	}
	.this-post .price-row .id-of-this-real-estate{
		display: block;
		margin: 10px -15px 0 0;
		float: right;
		color: #282d39;
		font-size: 14px;
	}
	.main-info-table .one-col{
		width: 33.3333%;
		background-color: #fff !important;
	}
	.main-info-table{
		box-shadow: none;
		border: none;
	}
	.desc-and-map{
		break-before: always;
		page-break-before: always;
	}
	.desc-and-map .map-location{
		height: 600px;
	}
	.desc-and-map .for-print .one-col{
		width: 45%;
		float: left;
	}
	.desc-and-map .for-print .one-col .icon{
		display: block;
		width: 100px;
		height: 100px;
		margin-bottom: 10px;
		background-size: contain;
		background-position: center;
		background-repeat: no-repeat;
	}
	.desc-and-map .for-print .one-col.left-col{
		margin-right: 10%;
	}
	.desc-and-map .for-print .one-col.left-col .icon{background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 511.63 512' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle fill='%23ffbe35' cx='256.15' cy='229.04' r='220.99'/%3E%3Cpath fill='%23d92' d='M118.37,308.58C62.6,212,88.06,90.79,173.54,24.06,48.9,74.48-2.38,223.2,64.78,339.53s221.53,146.32,327.58,63.53C291.83,443.73,174.14,405.18,118.37,308.58Z'/%3E%3Cpath fill='%2393482b' d='m480.67 316.68c-3.86-76.17-112.12-88-132.41-14.51a64 64 0 0 0-2.26 12.58c-0.23 3-0.26 18.24-0.25 27.41h135c0.03-23.78 0.02-23.47-0.08-25.48z'/%3E%3Cpath fill='%23873921' d='m396.65 302.17c6.52-23.61 22.12-38.4 40.42-45.1-33.79-12.07-76.78 1.5-88.81 45.1a64 64 0 0 0-2.26 12.58c-0.23 3-0.26 18.24-0.25 27.41h48.4c0-26.04-0.15-30.27 2.5-39.99z'/%3E%3Cpath fill='%23efefef' d='m484.23 504.49a19.16 19.16 0 0 0 18.92-22.24l-4.73-29.07c-1.36-6.87-2.13-18.28-15.28-23.81-1.23-0.51-4-1.28-4-1.27-57.66-20.36-4.6-1.62-30.1-10.6l-12.77-7.91v-15.2a52 52 0 0 1-44.53 1v14.24l-13.14 8.05-6.71 2.32c-0.1 0-27.81 9.85-26 9-7.27 2.72-13.43 8.7-14.29 17.07-0.37 3.65-5.12 30.24-8 46.26a10.32 10.32 0 0 0 10.17 12.16z'/%3E%3Cpath fill='%23eab883' d='m413.28 430.53 25.94-19.13-2.91-1.81v-15.2a52 52 0 0 1-44.53 1v14.24l-2.94 1.81z'/%3E%3Cpath fill='%23e0a773' d='M413.42,399.88a50.36,50.36,0,0,1-21.64-4.53v14.24l-2.94,1.81,24,18.8h.55V399.88Z'/%3E%3Cpath fill='%23ddd' d='m391.79 409.59 21.49 20.94-19.18 13.35a5.1 5.1 0 0 1-7.75-2.6l-7.7-23.64z'/%3E%3Cpath fill='%23ddd' d='m436.31 409.59-23 20.94 19.19 13.35a5.09 5.09 0 0 0 7.74-2.6l8.87-23.78z'/%3E%3Cpath fill='%238c0a05' d='m421.93 460.11h-17.29l-11.87 44.42h41z'/%3E%3Cpath fill='%238c0a05' d='m413.28 430.53-16.11 11.21 7.47 18.37h17.29l7.46-18.37z'/%3E%3Cpath fill='%238c0a05' d='m421.93 460.11h-17.29l-11.87 44.42h17.3l11.86-44.4z'/%3E%3Cpath fill='%238c0a05' d='m410.66 432.35-13.49 9.39 7.47 18.37h17.29z'/%3E%3Cpath fill='%23eab883' d='m366.06 334.31c-11.72-4.18-25.32 3.59-25.32 14.92s13.6 19.09 25.32 14.91z'/%3E%3Cpath fill='%23eab883' d='m460.53 334.31c11.71-4.18 25.32 3.59 25.32 14.92s-13.61 19.09-25.32 14.91z'/%3E%3Cpath fill='%23e0a773' d='m342.48 342.48c-7.19 13.14 8.57 27 23.58 21.66v-13.49c-9.19 3.28-19.54-0.8-23.58-8.17z'/%3E%3Cpath fill='%23e0a773' d='m460.53 350.65v13.49c11.71 4.18 25.32-3.59 25.32-14.91a14 14 0 0 0-1.75-6.75c-4.03 7.37-14.38 11.45-23.57 8.17z'/%3E%3Cpath fill='%23f7cf9c' d='m460.09 316.66a2.43 2.43 0 0 1 2.21 2.41c0 41.27 0 35.23-0.07 37.15-2.8 55.33-81.44 63.93-96.18 10.54a46.78 46.78 0 0 1-1.61-9.13c-0.27-3.47-0.16-22.28-0.16-22.22a15.75 15.75 0 0 1 18-15.57c15 2.16 36.85 1.32 55.92-15a4 4 0 0 1 6.19 1.12c2.4 4.27 7.1 9.87 15.7 10.7z'/%3E%3Cpath fill='%23eab883' d='m394.34 356.22c-0.1-1.89-0.07 3.95-0.07-35.52a81.54 81.54 0 0 1-11.95-0.86 15.75 15.75 0 0 0-18 15.57c0-0.06-0.11 18.75 0.16 22.22 2.54 32.52 33.16 52 63.84 42.64-17.9-5.46-32.79-20.53-33.98-44.05z'/%3E%3Cpath fill='%23ddd' d='m473.76 486.23a7.5 7.5 0 0 0-15 0v18.26h15z'/%3E%3Cpath fill='%2393482b' d='m163.43 316.68c-3.86-76.17-112.13-88-132.42-14.51a64 64 0 0 0-2.22 12.58c-0.23 3-0.26 18.24-0.25 27.41h135c-0.01-23.78-0.01-23.47-0.11-25.48z'/%3E%3Cpath fill='%23873921' d='M79.41,302.17c6.52-23.61,22.12-38.4,40.42-45.1C86,245,43,258.57,31,302.17a63.26,63.26,0,0,0-2.21,12.58c-.24,3-.27,18.24-.25,27.41H76.94C76.91,316.12,76.74,311.89,79.41,302.17Z'/%3E%3Cpath fill='%23efefef' d='M167,504.49a19.16,19.16,0,0,0,18.92-22.24l-4.73-29.07c-1.35-6.87-2.13-18.28-15.28-23.81-1.22-.51-4-1.28-4-1.27-57.66-20.36-4.6-1.62-30.1-10.6l-12.77-7.91v-15.2a52,52,0,0,1-44.53,1v14.24l-13.13,8.05L54.64,420h0c-.11,0-27.82,9.85-26,9-7.27,2.72-13.42,8.7-14.28,17.07-.29,2.82-3.18,19.26-5.81,34A20.79,20.79,0,0,0,29,504.49Z'/%3E%3Cpath fill='%23ddd' d='M25.3,480.06c6.48-42.4,5.32-43,8.52-48a22.58,22.58,0,0,1,9-7.94C28.35,429.23,28.55,429,28.65,429a23.25,23.25,0,0,0-11.58,9.09c-2.83,4.38-1.59,3.18-8.52,42A20.79,20.79,0,0,0,29,504.5H45.76A20.79,20.79,0,0,1,25.3,480.06Z'/%3E%3Cpath fill='%23eab883' d='m96 430.53 26-19.13-2.91-1.81v-15.2a52 52 0 0 1-44.53 1v14.24l-2.96 1.77z'/%3E%3Cpath fill='%23e0a773' d='M96.17,399.88a50.4,50.4,0,0,1-21.64-4.53v14.24L71.6,411.4l24,18.8h.55V399.88Z'/%3E%3Cpath fill='%23ddd' d='M74.54,409.59,96,430.53,76.85,443.88a5.08,5.08,0,0,1-7.74-2.6l-7.7-23.64Z'/%3E%3Cpath fill='%23ddd' d='M119.06,409.59,96,430.53l19.18,13.35a5.08,5.08,0,0,0,7.74-2.6l8.87-23.78Z'/%3E%3Cpath fill='%238c0a05' d='M104.68,460.11H87.39L75.52,504.53h41Z'/%3E%3Cpath fill='%238c0a05' d='m96 430.53-16.07 11.21 7.46 18.37h17.29l7.46-18.37z'/%3E%3Cpath fill='%238c0a05' d='M104.68,460.11H87.39L75.52,504.53h17.3l11.86-44.4Z'/%3E%3Cpath fill='%238c0a05' d='m93.42 432.35-13.49 9.39 7.46 18.37h17.29z'/%3E%3Cpath fill='%23eab883' d='m48.81 334.31c-11.71-4.18-25.32 3.59-25.32 14.92s13.61 19.09 25.32 14.91z'/%3E%3Cpath fill='%23eab883' d='m143.28 334.31c11.72-4.18 25.32 3.59 25.32 14.92s-13.6 19.09-25.32 14.91z'/%3E%3Cpath fill='%23e0a773' d='m25.24 342.48a14 14 0 0 0-1.75 6.75c0 11.32 13.61 19.09 25.32 14.91v-13.49c-9.19 3.28-19.54-0.8-23.57-8.17z'/%3E%3Cpath fill='%23e0a773' d='m143.28 350.65v13.49c15 5.35 30.77-8.52 23.58-21.66-4.04 7.37-14.39 11.45-23.58 8.17z'/%3E%3Cpath fill='%23f7cf9c' d='m142.84 316.66a2.44 2.44 0 0 1 2.22 2.41c0 41.27 0 35.23-0.07 37.15-2.81 55.33-81.45 63.93-96.18 10.54a45.33 45.33 0 0 1-1.61-9.13c-0.28-3.47-0.16-22.28-0.16-22.22a15.75 15.75 0 0 1 18-15.57c15 2.16 36.84 1.32 55.92-15a4 4 0 0 1 6.19 1.12c2.4 4.27 7.1 9.87 15.69 10.7z'/%3E%3Cpath fill='%23eab883' d='M77.09,356.22c-.1-1.89-.07,3.95-.07-35.52a81.64,81.64,0,0,1-12-.86,15.75,15.75,0,0,0-18,15.57c0-.06-.12,18.75.16,22.22a46.06,46.06,0,0,0,1.6,9.13c8.48,30.7,38.07,40.89,62.24,33.51C93.17,394.81,78.28,379.74,77.09,356.22Z'/%3E%3Cpath fill='%23ddd' d='m51.59 504.49v-18.26a7.5 7.5 0 0 0-15 0v18.26z'/%3E%3Cpath fill='%2393482b' d='m339 267.94c-4.85-95.77-141-110.66-166.48-18.24-3.73 13.56-3.14 21-3.1 50.28h169.68c0.01-29.9 0-29.52-0.1-32.04z'/%3E%3Cpath fill='%23873921' d='m222.93 265.51c2.52-32.35 22.85-63 57.35-73.79-41.84-12.83-93.12 4.81-107.79 58-3.73 13.56-3.14 21-3.1 50.28h53.22c-0.01-11.55 0.02-30.73 0.32-34.49z'/%3E%3Cpath fill='%23efefef' d='M353.72,504.08a15.36,15.36,0,0,0,15.16-17.83l-7.59-46.69c-1.71-8.63-2.68-23-19.21-29.93-.1,0-42.37-14.64-42.93-15-16.68-10.33-16-9.63-16-10.48V367.37a1.08,1.08,0,0,0-1.55-1,65.42,65.42,0,0,1-52.92,1.13,1.07,1.07,0,0,0-1.51,1c0,17,.22,16.12-.51,16.57-17,10.44-15.93,9.78-16.11,9.84l-8.39,2.88h0c-.11,0-34.91,12.36-32.67,11.35-9.15,3.42-16.88,10.94-18,21.46-.44,4.3-5.69,33.8-9.33,54.09a16.46,16.46,0,0,0,16.2,19.37Z'/%3E%3Cpath fill='%23ddd' d='M161.17,484.7s8.89-56.78,9.33-61.08c.88-8.6,6.11-15.27,13.52-19.41-14.84,5.2-14.62,5-14.5,5-9.15,3.42-16.89,10.94-18,21.46-.44,4.3-5.69,33.8-9.33,54.08a16.46,16.46,0,0,0,16.2,19.38h19A16.46,16.46,0,0,1,161.17,484.7Z'/%3E%3Cpath fill='%23eab883' d='m254.24 411.08 32.61-24.08-3.66-2.27v-19.08c-17.23 8.67-38.38 9.34-56 1.2v17.91l-3.7 2.27z'/%3E%3Cpath fill='%23e0a773' d='m254.24 411.08v-38.51a63.29 63.29 0 0 1-27-5.72v17.91l-3.7 2.27z'/%3E%3Cpath fill='%23ddd' d='m227.22 384.76 27 26.32-24.12 16.79a6.39 6.39 0 0 1-9.73-3.27l-9.68-29.72z'/%3E%3Cpath fill='%23ddd' d='m283.19 384.76-28.95 26.32 24.13 16.79a6.39 6.39 0 0 0 9.73-3.27l11.15-29.9z'/%3E%3Cpath fill='%238c0a05' d='M265.13,448.24l-21.79-.05-14.89,55.93H280Z'/%3E%3Cpolygon fill='%238c0a05' points='265.13 448.24 243.34 448.19 228.45 504.12 250.96 504.12 265.36 449.12'/%3E%3Cpath fill='%23eab883' d='m194.87 290.11c-14.73-5.25-31.84 4.51-31.84 18.75s17.11 24 31.84 18.75z'/%3E%3Cpath fill='%23eab883' d='m313.64 290.11c14.73-5.25 31.84 4.51 31.84 18.75s-17.1 24-31.84 18.75z'/%3E%3Cpath fill='%23e0a773' d='m165.49 299.93a17.63 17.63 0 0 0-2.46 8.93c0 14.24 17.11 24 31.84 18.75v-17.86c-11.36 4.05-24.13-0.84-29.38-9.82z'/%3E%3Cpath fill='%23e0a773' d='m313.64 309.75v17.86c14.74 5.25 31.84-4.51 31.84-18.75a17.62 17.62 0 0 0-2.45-8.93c-5.25 8.98-18.03 13.87-29.39 9.82z'/%3E%3Cpath fill='%23f7cf9c' d='m313.09 267.92a3 3 0 0 1 2.78 3c0 51.88 0 44.29-0.08 46.71-3.53 69.56-102.4 80.37-120.93 13.25a58.13 58.13 0 0 1-2-11.49c-0.35-4.35-0.2-28-0.2-27.93a19.8 19.8 0 0 1 22.68-19.57c18.83 2.71 46.32 1.66 70.31-18.85a5.1 5.1 0 0 1 7.78 1.41c2.95 5.39 8.86 12.42 19.66 13.47z' data-name='SVGCleanerId 0'/%3E%3Cpath fill='%23f7cf9c' d='m313.09 267.92a3 3 0 0 1 2.78 3c0 51.88 0 44.29-0.08 46.71-3.53 69.56-102.4 80.37-120.93 13.25a58.13 58.13 0 0 1-2-11.49c-0.35-4.35-0.2-28-0.2-27.93a19.8 19.8 0 0 1 22.68-19.57c18.83 2.71 46.32 1.66 70.31-18.85a5.1 5.1 0 0 1 7.78 1.41c2.95 5.39 8.86 12.42 19.66 13.47z' data-name='SVGCleanerId 0'/%3E%3Cpath fill='%23eab883' d='M222.7,317.66c-.12-2.39-.09,5-.09-44.94-2.54-.2-5-.47-7.29-.8a19.8,19.8,0,0,0-22.68,19.57c0-.08-.15,23.57.2,27.93a58.13,58.13,0,0,0,2,11.49c10.21,37,44.79,50.29,74.39,43.17C245.11,368.28,224.29,348.9,222.7,317.66Z'/%3E%3Cpath fill='%238c0a05' d='m254.24 411.08-20.24 14.1 9.38 23.1h21.74l9.38-23.1z'/%3E%3Cpath fill='%238c0a05' d='m251 413.36-17 11.82 9.38 23.1h21.74z'/%3E%3Cpath d='m327.8 396.26z'/%3E%3Cpath d='m327.78 396.25z'/%3E%3Cpath d='m327.76 396.24z'/%3E%3Cpath d='M486.48,422.75c.45.13-.14-.09,0,0Z'/%3E%3Cpath d='m327.85 396.27h0.11z'/%3E%3Cpath fill='%23212936' d='m511.27 480.76c-6-35.44-5.15-49.75-24.3-57.8l-0.49-0.21c-0.93-0.28-6.3-2.07-31.78-11.07-2.6-0.92 0.06 0.12-9.64-5.65v-3.88a52.33 52.33 0 0 0 22.8-28.54c22.61 1.76 35.58-22.9 21.37-38.48 0-17.94 1-35.13-11.5-54.64a228.4 228.4 0 0 0-69.25-221.82 7.5 7.5 0 0 0-10.05 11.14 212.39 212.39 0 0 1 32.31 36.76 462 462 0 0 0-68.5-17.94c-12.46-27.63-28.42-49.84-46.62-65.1a211.85 211.85 0 0 1 55.92 25.64 7.5 7.5 0 1 0 8.17-12.58c-87.94-57-207.24-47.7-285.13 30.19a227.74 227.74 0 0 0-60.58 214.06c-12.89 21-11.62 39-11.6 54.35-14.27 15.65-1.09 40.41 21.6 38.43 4.62 13.4 12.82 22.84 22.56 28.84v3.6l-1.56 0.94c-8.34 4.93-5.63 3.83-8.11 4.7-38.6 13.64-29.22 10-32.27 11.28-9.51 4.02-15.43 11.02-18.09 21.54a7.5 7.5 0 1 0 14.54 3.68c1.1-4.34 3-8.72 9.38-11.4 0.9-0.38 3-0.91 3.53-1.11 28.08-9.92 21.17-7.47 22.94-8.09l6.2 16.61a12.53 12.53 0 0 0 13.93 8.32l3.4 8.38-9.64 36.09h-18.59v-17.43a7.5 7.5 0 0 0-15 0v17.43c-7-0.62-14.1 2-19.39-4.19a12.62 12.62 0 0 1-2.51-10.7 7.5 7.5 0 1 0-14.81-2.42 27.2 27.2 0 0 0 5.89 22.83 26.91 26.91 0 0 0 20.51 9.48h457.8a26.92 26.92 0 0 0 26.56-31.24zm-55.46-123.92c-1 18.82-12.83 33.21-31.07 37.66-26.25 6.23-49.53-11.53-51.11-36.67-0.18-3.05-0.13-20-0.12-21.28a8.13 8.13 0 0 1 9.34-8c15.63 2.26 38.11 1.5 58.42-14.11a26.64 26.64 0 0 0 14.6 10.16c-0.02 7.87 0.04 30.25-0.06 32.24zm-128.06 39.4-21.83-7.71c-3.75-1.21 0.11 0.1-13.59-7.93v-7.19a64.75 64.75 0 0 0 29.54-37.28 32.22 32.22 0 0 0 18.29-3.07v2.13c-9 9.9-7.86 25.71 4.53 34.05a194.44 194.44 0 0 1-16.33 27.2l-0.58-0.21zm-44.81 24.76-15.17-10.6 17.9-16.27 6.07 3.76-8.65 23.18-0.15-0.11zm-27-20.08-19.8-19.27v-0.73a73.28 73.28 0 0 0 41.16-0.81v1.39zm10.93 27.18-5.25 12.9h-11.72l-5.25-12.94 11.11-7.74zm-103.75-142.1a70.09 70.09 0 0 0-25.12-27.11c-0.63-7.75-1-15.58-1.19-23.39h33.75c-7.93 19.24-7.44 29.77-7.44 50.5zm-5.47 71.35a11.76 11.76 0 0 1-4.54 1.34v-16.84c9.3 0.73 12.89 10.97 4.54 15.5zm28.8-36a16.62 16.62 0 0 1-10.4-3c-11.27-7.95-3.67-23.22 10.38-22.52-0.01 2.22 0.02 25.43 0.02 25.54zm-49.67-100.85c0.78-40.07 7.89-81.68 23.2-118.52a575.21 575.21 0 0 1 88.32-7.81v85.64c-28.76 1.93-54.75 16.48-70.09 40.69zm34.67 114.66v-2.08a32.15 32.15 0 0 0 18.5 3c6 18.64 17.56 31.24 31.19 38.73v5.76c-15.06 9.22-6.32 5.41-37.52 16.35a197.36 197.36 0 0 1-16.68-27.69 22.39 22.39 0 0 0 4.51-34.07zm56.14 59.06 16.43 16-15.55 10.78-7.47-22.77zm-23.4-62.89c-3.19-9.9-2.74-13-2.74-40.13a12.36 12.36 0 0 1 14.18-12.2c19.87 2.87 48.67 1.83 74.33-18.83a32.12 32.12 0 0 0 20.13 14.23c0 43.45 0.14 41.23-0.33 45.92-5.84 57.54-87.87 66.12-105.57 11.01zm120.91-10v-25.45a16.56 16.56 0 0 1 12.07 4.34c9.05 8.72 0.68 21.78-12.07 21.15zm33.41 37.32a11.54 11.54 0 0 1-6.27-2.48c-6.55-5.39-1.57-13.73 6.25-14.36-0.01 4.6 0 2.78 0.02 16.88zm-10.11-71.8c0-15.05 1.17-31.33-6.9-51.39h33.34c-0.16 7.71-0.54 15.42-1.16 23a69.42 69.42 0 0 0-25.28 28.43zm10.78 86.83c1 0 2.48-0.09 2.58-0.09 4 11.53 10.65 20.37 19.31 26.64a212.9 212.9 0 0 1-20 12.9 38.61 38.61 0 0 0-18-11.71 215.79 215.79 0 0 0 16.11-27.7zm101.26-48.33zm16.1 31.28a11.37 11.37 0 0 1-5.67 2v-16.78c8.64 0.67 12.73 9.84 5.67 14.82zm-2.33-29.5a26.6 26.6 0 0 0-3.34-0.33v-6.52a9.88 9.88 0 0 0-9-9.86c-4.17-0.4-7.44-2.69-9.72-6.79a11.52 11.52 0 0 0-17.57-3.17c-16.81 14.37-36.25 15.09-49.6 13.16a23.18 23.18 0 0 0-24.36 13.18 27.24 27.24 0 0 0-5.49 0.33c0.06-14.22 1.05-24.92 9.39-38.38 11.92-19.19 32.47-27.22 51.52-26.69 29.25 0.95 56.3 21.38 58.06 56.22 0.12 1.98 0.11-2.14 0.11 8.89zm-8.82-61c-20.88-18.51-50.58-23.74-76.18-15q0.46-7.8 0.62-15.64h78.83a211.65 211.65 0 0 1-3.27 30.64zm-202.08-250.69c20.78 2.36 40.83 14.56 58.39 35.56a182.7 182.7 0 0 1 22.4 34.6 594.89 594.89 0 0 0-80.79-6.44zm0 78.73a576.11 576.11 0 0 1 88.3 7.8 289 289 0 0 1 14.39 45.31 7.5 7.5 0 1 0 14.61-3.38 313.1 313.1 0 0 0-11.52-38.67 414.46 414.46 0 0 1 74.48 22.25 213.15 213.15 0 0 1 25.13 93h-78.87a385.3 385.3 0 0 0-2.92-40.84 7.5 7.5 0 1 0-14.91 1.89 371.42 371.42 0 0 1 2.8 39h-41.11c-15.55-23.78-42.25-38.23-70.38-40.57v-85.79zm70 173.78c0.14 2.81 0.12-3.63 0.11 13.8a32 32 0 0 0-8.29-0.87v-10.29a10.53 10.53 0 0 0-9.56-10.51c-6-0.58-10.68-3.83-13.91-9.65a12.6 12.6 0 0 0-19.29-3.43c-21.92 18.74-47.22 19.68-64.6 17.18a27.37 27.37 0 0 0-29.34 16.82 32.07 32.07 0 0 0-10.3 0.75c0-3.85 0-9.53 0.15-13.37 1.09-32.21 25.47-71.66 73.46-73.71 40.05-1.67 79.11 25.43 81.54 73.33zm-85-252.51v63.72a594.74 594.74 0 0 0-80.78 6.44c16.77-33.07 43.82-65.99 80.77-70.16zm-52.38 8.15c-20.29 17.09-35.59 41-46.49 65a460.73 460.73 0 0 0-68.5 17.93 213.75 213.75 0 0 1 114.98-82.93zm-127.87 103.9a414.09 414.09 0 0 1 74.52-22.26c-13.52 36.11-20.07 75.94-20.81 115.27h-78.77a211.25 211.25 0 0 1 25.06-93.01zm53.72 108c0.1 5.33 0.33 10.65 0.64 16-27.9-9.65-57.33-2.83-76.22 14.52a210.77 210.77 0 0 1-3.2-30.51zm-90.31 114.78c0-4.68 4.54-8 9.25-8.42v16.84c-4.65-0.36-9.25-3.69-9.25-8.42zm11.41-23.43a27.29 27.29 0 0 0-5.5 0.33c0-8.44-0.06-13.5 2.18-21.64 17.84-64.64 113.44-54.46 116.8 12.79 0.1 2 0.09-2.29 0.09 8.85a26.76 26.76 0 0 0-3.35-0.33v-6.52a9.88 9.88 0 0 0-9-9.86c-4.17-0.41-7.44-2.69-9.71-6.79a11.53 11.53 0 0 0-17.58-3.17c-16.81 14.37-36.25 15.09-49.6 13.16a23.17 23.17 0 0 0-24.33 13.18zm13 31.18c-0.21-2.57-0.14-15.42-0.14-21.47a8.14 8.14 0 0 1 9.35-8c15.62 2.26 38.11 1.5 58.41-14.11a26.68 26.68 0 0 0 14.6 10.16c0 30.93 1.06 37.58-3.92 48.32-16.49 35.19-74.87 29.08-78.3-14.92zm20.31 78.31-5.64-15.1 2.65-1.64 11.72 10.66zm10.15 60.67 7.77-29.08h5.65l7.77 29.08zm3.8-52.09 6.79-4.73 6.8 4.73-3.26 8h-7.07zm6.62-24.17-12.35-11.24a62.61 62.61 0 0 0 23.57 0.3zm22.58-1.05 3 1.85-4.79 14.72-8.89-6.19zm22.19 77.31h-18.47l-9.64-36.08 3.4-8.37a12.54 12.54 0 0 0 14-8.51l5.29-16.23 9 3.2c-5.79 41.22-12.71 50.99-3.58 65.99zm-11.15-96.84a52.11 52.11 0 0 0 19.7-26.51c0.1 0 1.77 0.09 2.35 0.08a213.76 213.76 0 0 0 16.42 28.27c-4.62 1.22-12.16 5.74-17 11.91a213.69 213.69 0 0 1-21.47-13.76zm93.76 96.84h-27.14v-24.16a7.5 7.5 0 1 0-15 0v24.16h-13.82a16.16 16.16 0 0 1-15.92-19c9.3-52 7.75-49.41 10.19-53.18 4.31-6.67 10-8.11 15.58-10 7.37-2.52 19.26-6.73 29.28-10.26l7.35 22.57a13.9 13.9 0 0 0 17.08 9.07l5.26 12.8zm15.53 0 10.94-41h10.3l10.94 41zm105 0h-15.09v-24.16a7.51 7.51 0 1 0-15 0v24.16h-27.2l-12.82-48 5.22-12.85a13.91 13.91 0 0 0 17-8.89l8.57-23 2.31 0.8c0.47 0.15-0.35-0.14 2.42 0.84 48.11 17 40.81 5.53 51.53 71.16a17.15 17.15 0 0 1-16.91 19.94zm43.85 0h-16.63a32.18 32.18 0 0 0 4.54-22.33c-3.79-22.93-6-38.16-7.5-44.53l6.58-2.33 5.29 16.19a12.56 12.56 0 0 0 14 8.51l3.4 8.37zm5.48-60.75-4.79-14.72 3-1.85 10.66 10.38zm33.37-26.94-12.56 11.42-11.17-10.93a59.13 59.13 0 0 0 23.77-0.49zm-5.94 35.59-3.25 8h-7.08l-3.26-8 6.8-4.73zm-17.35 52.1 7.77-29.08h5.65l7.77 29.08zm34.33-77.4 2.65 1.64-5.64 15.1-8.73-6.08zm55.37 73.21c-5.29 6.22-12.39 3.57-19.39 4.19v-17.43a7.5 7.5 0 0 0-15 0v17.43h-18.59l-9.64-36.08 3.4-8.38a12.53 12.53 0 0 0 13.93-8.32l6.2-16.61c12.71 4.47-3.59-1.28 16.9 6s17.23 2.92 24.87 49.61a11.86 11.86 0 0 1-2.68 9.58z'/%3E%3Cpath d='m307.68 405.07z'/%3E%3Cpath d='m328 396.31z'/%3E%3Cpath d='m328.11 396.37z'/%3E%3Cpath d='m328 396.33h0.11z'/%3E%3C/svg%3E");}
	.desc-and-map .for-print .one-col.right-col .icon{background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 359.19 511.96'%3E%3Cdefs%3E%3Cstyle%3E.cls-1%7Bfill:%2393482b;%7D.cls-2%7Bfill:%23873921;%7D.cls-3%7Bfill:%23eab883;%7D.cls-4%7Bfill:%23e0a773;%7D.cls-5%7Bfill:%23efefef;%7D.cls-6%7Bfill:%23ddd;%7D.cls-7%7Bfill:%23f7cf9c;%7D.cls-8%7Bfill:%238c0a05;%7D.cls-9%7Bfill:%23212936;%7D%3C/style%3E%3C/defs%3E%3Cpath class='cls-1' d='M291.82,114.69c-6.48-128-188.4-147.89-222.49-24.38-4.75,17.26-4.21,25-4.15,73.58H292C292,123.94,292,118.06,291.82,114.69Z'/%3E%3Cpath class='cls-2' d='M119.94,111.44a108.22,108.22,0,0,1,3.72-21.13C136.17,45,168.56,19,204.89,10.54,150.72-1.84,88,22.82,69.33,90.31c-4.75,17.26-4.21,25-4.15,73.58h54.34C119.5,148.49,119.54,116.46,119.94,111.44Z'/%3E%3Cpath class='cls-3' d='M90.34,155.53c-18.56-6.61-39.7,5.69-39.7,23.63s21.14,30.24,39.7,23.63Z'/%3E%3Cpath class='cls-3' d='M266.87,155.53c18.56-6.61,39.71,5.69,39.71,23.63s-21.15,30.24-39.71,23.63Z'/%3E%3Cpath class='cls-4' d='M53.62,168c-11.81,20.78,12.65,43.37,36.72,34.79V180.47C76,185.58,60.09,179.38,53.62,168Z'/%3E%3Cpath class='cls-4' d='M266.87,180.47v22.32c24.11,8.59,48.51-14,36.72-34.79C297.13,179.38,281.23,185.58,266.87,180.47Z'/%3E%3Cpath class='cls-5' d='M332.91,504.46a18.77,18.77,0,0,0,18.53-21.76L333.65,372.3c-2.47-12.5-3.88-33.29-27.82-43.35h0l-66-21.62-19.27-14.41V267.1c-25,12.56-55.59,13.53-81.1,1.74l0,24.08-19.92,14.66L55.85,328.27h0c-13.26,5-24.46,15.84-26,31.09l-22,121.72a19.85,19.85,0,0,0,19.54,23.38Z'/%3E%3Cpath class='cls-6' d='M37.42,481.08c24.4-143.55,21.51-137.86,26.94-146.26A41.56,41.56,0,0,1,81.7,319.87l-25.86,8.4c-13.25,5-24.45,15.84-26,31.09l-22,121.72a19.85,19.85,0,0,0,19.54,23.38H57A19.84,19.84,0,0,1,37.42,481.08ZM55.79,328.29Z'/%3E%3Cpath class='cls-3' d='M227,297.75l-6.46-4.83V267.1c-25,12.56-55.59,13.53-81.1,1.74l0,24.08-6.56,4.83h0l45.71,33.31Z'/%3E%3Cpath class='cls-4' d='M169.59,276.77a90.69,90.69,0,0,1-30.17-7.93l0,24.08-6.56,4.83h0l36.71,26.75V276.77Z'/%3E%3Cpath class='cls-7' d='M263.84,123.66a4.42,4.42,0,0,1,4,4.39c0,75.16.05,64.17-.13,67.66-5.11,100.77-148.34,116.44-175.18,19.2a84.79,84.79,0,0,1-2.93-16.64c-.5-6.31-.29-40.57-.29-40.46a28.69,28.69,0,0,1,32.85-28.36c27.29,3.94,67.11,2.41,101.86-27.29a7.37,7.37,0,0,1,11.27,2C239.62,112,248.19,122.15,263.84,123.66Z'/%3E%3Cpath class='cls-3' d='M120,195.71c-.17-3.47-.13,7.37-.13-66.49a28.67,28.67,0,0,0-30.56,28.59c0-.11-.21,34.15.29,40.46,4.08,52.37,49.63,89.74,104.26,80.5C156.26,272.41,122.46,243.73,120,195.71Z'/%3E%3Cpath class='cls-6' d='M139.44,292.92l39.15,38.14-35,24.31a9.26,9.26,0,0,1-14.1-4.73l-10-43.06Z'/%3E%3Cpath class='cls-6' d='M220.52,292.92l-41.93,38.14,34.94,24.31a9.26,9.26,0,0,0,14.1-4.73l12.16-43.31Z'/%3E%3Cpath class='cls-8' d='M192.54,378.81H164.63L144.06,504.46h69.05Z'/%3E%3Cpolygon class='cls-8' points='178.59 331.06 152.59 349.15 164.63 378.81 178.59 378.81 192.54 378.81 204.59 349.15 178.59 331.06'/%3E%3Cpolygon class='cls-8' points='178.59 378.81 164.63 378.81 144.06 504.46 171.94 504.46 192.5 378.81 178.59 378.81'/%3E%3Cpolygon class='cls-8' points='152.59 349.15 164.63 378.81 178.59 378.81 192.5 378.81 174.32 334.02 152.59 349.15'/%3E%3Cpath d='M190.76,330.39l.07.05Z'/%3E%3Cpath d='M191.37,330.82l0,0Z'/%3E%3Cpath d='M190.83,330.44l.16.11Z'/%3E%3Cpath class='cls-9' d='M354,451.55a7.5,7.5,0,1,0-14.81,2.38l4.83,30A11.28,11.28,0,0,1,332.91,497h-44v-68a7.5,7.5,0,1,0-15,0v68H219.48l-19.2-117.28,7.72-19c.32.08,6.85,6.12,16.16,3a16.6,16.6,0,0,0,10.69-11l10-35.78L303.19,336c22.29,9.53,20.56,24.65,30.45,83.39A7.5,7.5,0,0,0,348.45,417c-9.45-58.61-6.94-43.65-7.44-46.13-3.1-15.72-5.65-37.62-32.28-48.82l-.57-.21-64.87-21.24L228,289.17V274.56c21.68-12.21,39.43-33.05,45.29-62.79,36.49,4.81,56.06-38.91,26.17-59.12,0-35.66,0-34.89-.18-38.34C292.4-22.18,98.43-43.3,62.1,88.32c-5.35,19.43-4.44,31-4.42,64.36-28,19-12.67,59.43,21.18,59.43a39.36,39.36,0,0,0,5.19-.36c.37,1.67.79,3.38,1.28,5.16,8.11,29.38,25.71,48.72,46.59,59.63v12.59l-15.88,11.69L53.22,321.24a49.78,49.78,0,0,0-24.75,19.51c-6.37,9.85-3.49,6.23-28,139A27.36,27.36,0,0,0,27.36,512H94.5a7.5,7.5,0,1,0,0-15H82.88v-68a7.5,7.5,0,0,0-15,0v68H27.36a12.35,12.35,0,0,1-12.15-14.55c23-127.17,22-121.75,22.07-122.28,1.25-12.14,10.28-20.68,21.13-24.81l55.65-18.08c5.82,25,8.19,35.24,8.35,35.72a16.76,16.76,0,0,0,25.52,8.57l1.24-.86,7.72,19L137.69,497H129.5a7.5,7.5,0,0,0,0,15H332.91a26.28,26.28,0,0,0,25.94-30.45ZM231.18,310.25c-11.32,38.7-10,38.6-11.8,39.19-1.58.54-2-.9-10.5-6.44L191.4,330.83h0l0,0h0l-.12-.09h0l-.06,0-.13-.09-.3-.22,0,0-.16-.11h0s0,0,0,0L221,302.63Zm-35.8,41.63-7.89,19.43H169.68l-7.89-19.43,16.8-11.69Zm-48.44-62.12v-6.94A102.22,102.22,0,0,0,213,281.49v8.12l-34.26,31.15Zm43.7,40.55,0,0ZM291.45,193a22.81,22.81,0,0,1-16.07,3.9V161.4C295.88,158.79,307.74,181.52,291.45,193ZM65.76,193c-16.23-11.45-4.54-34.24,16.06-31.61,0,33.33,0,12.67,0,35.51A22.83,22.83,0,0,1,65.76,193Zm17.89-46.48a38.38,38.38,0,0,0-11,.2c0-27.11-.81-37.36,3.88-54.42C108.47-23.3,278.28-4.21,284.33,115.07c.15,2.89.17,1.88.16,31.65a38.61,38.61,0,0,0-9.12-.37v-18.3a11.9,11.9,0,0,0-10.81-11.86h0c-12.23-1.18-19.08-9.15-22.68-15.63a14.87,14.87,0,0,0-22.7-4.1C186.57,124.33,149,125.75,123.27,122A36.22,36.22,0,0,0,83.65,146.53Zm16.14,66.39a77.72,77.72,0,0,1-2.68-15.24c-.41-5.2-.23-28-.27-39.87a21.19,21.19,0,0,1,24.29-20.93C149.92,141,192,139.38,228.82,108c7.08,12.68,18.21,20.7,31.55,22.82,0,71.11,0,61.5-.12,64.56C255.6,287.1,124.43,302.16,99.79,212.92Zm39.57,136.3a1.77,1.77,0,0,1-2.62-.71l-8.8-37.82,10.82-8,28.08,27.36ZM152.89,497,171,386.31h15.17L204.28,497Z'/%3E%3Cpath d='M191.16,330.67l.05,0-.14-.09Z'/%3E%3Cpath d='M191,330.55l0,0,0,0Z'/%3E%3Cpath d='M191.07,330.6h0Z'/%3E%3C/svg%3E");}
	.desc-and-map .for-print .one-col .col-title{
		font-size: 16px;
		line-height: 1.6em;
		text-transform: uppercase;
		font-weight: 600;
	}
	.qrCode{
		position: absolute;
		top: 0;
		right: 0;
		width: 100px;
		height: 100px;
		background-color: #eee;
		z-index: 9999;
	}
}


@media (max-width: 767px){
    #popup_backcall_main .popup_backcall{
        max-width: 500px;
        padding: 45px 20px 40px;
        background-size: 500px;
    }
    #popup_backcall_main .popup_close{
        top: 20px;
        right: 20px;
    }
    #popup_backcall_main .title{
        font-size: 16px;
        margin-bottom: 7px;
    }
    #popup_backcall_main .subtitle{
        font-size: 10px;
        margin-bottom: 16px;
    }
    #popup_backcall_main .director{
        height: 70px;
    }
    #popup_backcall_main .director__photo{
        width: 70px;
        height: 70px;
    }
    #popup_backcall_main .director__info{
        padding-left: 8px;
    }
    #popup_backcall_main .director__name{
        font-size: 12px;
    }
    #popup_backcall_main .director__post{
        font-size: 8px;
    }
    #popup_backcall_main .priv-pol,
    #popup_backcall_main .priv-pol a{
        font-size: 10px;
    }
    #popup_backcall_main .bg-text{
        font-size: 50px;
        top: 45px;
    }
}
