@-webkit-keyframes rotate{0%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@keyframes rotate{0%{-webkit-transform:rotate(20deg);transform:rotate(20deg)}to{-webkit-transform:rotate(-20deg);transform:rotate(-20deg)}}@-webkit-keyframes shimmer{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@keyframes shimmer{to{-webkit-transform:translateX(100%);transform:translateX(100%)}}@-webkit-keyframes button-loading-spinner{0%{-webkit-transform:rotate(0turn);transform:rotate(0turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes button-loading-spinner{0%{-webkit-transform:rotate(0turn);transform:rotate(0turn)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}:root{--bs-btn-font-size:1.6rem}body,html{height:100%}html{font-size:62.5%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{padding:0;margin:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;font-size:1.4rem;min-width:320px}.content-wrp{-webkit-box-flex:1;-ms-flex:1 0 auto;flex:1 0 auto}body,button,input,textarea{font-family:"Roboto",sans-serif}input[type=number]{-moz-appearance:textfield}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none}button{margin:0}button:not(:disabled){cursor:pointer}.container{max-width:140rem;padding-left:1rem;padding-right:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-left:auto;margin-right:auto}@media print,(min-width:768px){.container{padding-left:2rem;padding-right:2rem}}.bootsrap-container{--bs-btn-font-size:1.6rem;font-size:16px}.js-focus-visible :focus:not(.focus-visible){outline:0}.picker{position:relative;font-size:16px}@media print,(min-width:1020px){.picker{font-size:14px}}.picker__select{position:absolute;top:100%;left:50%;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0)}.picker__select.has-error+.picker__inner,.picker__select.has-error+.picker__inner .picker__drop{border-color:#c4161c}.picker__header,.picker__inner{font-size:inherit;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.picker__inner{min-height:28px;border:1px solid #ccc}.picker__header{position:relative;color:#333;text-align:left;padding:5px 25px 5px 5px;border:0;cursor:pointer}.picker__header:focus{outline:1px solid #2761d8}.picker__header:disabled{cursor:default;background-color:#f3f3f3}.picker__header:after{content:'';position:absolute;top:50%;right:9px;width:8px;height:8px;border-bottom:1px solid #b9c0cf;border-right:1px solid #b9c0cf;-webkit-transform:rotate(45deg) translate(-50%,-50%);transform:rotate(45deg) translate(-50%,-50%)}.picker__header span{display:block;font-size:inherit;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.picker__drop{display:none;position:absolute;left:0;right:0;background-color:#fff;border:1px solid #2761d8;border-top:none}.picker__list{position:relative;font-size:inherit;max-height:250px;overflow:auto;padding:5px 5px 0;-webkit-box-sizing:border-box;box-sizing:border-box;margin:0}.picker__list--with-headers .picker__list-item{padding-left:10px}.picker__list-item{font-size:inherit;border:0!important;margin-bottom:7px!important}.picker__list-item--header,.picker__list-item--header-link{font-weight:700;padding-left:0!important}.picker__list-item--header .check,.picker__list-item[disabled] .check{cursor:default}.picker__list-item[disabled]{opacity:.5}.picker__list-item .check{width:100%!important;font-size:inherit!important;line-height:1.3em}.picker__search-wrp{position:relative}.picker__search-wrp+.picker__list{padding-top:0}.picker__search-wrp+.picker__list .picker__list-item{padding-top:5px}.picker__search-input{width:100%;font-size:inherit!important;background-color:transparent;border-left:none!important;border-right:none!important;-webkit-box-sizing:border-box;box-sizing:border-box;padding:6px 20px 6px 8px!important;border:1px solid #d7d7d7}.picker__search-clear-btn{position:absolute;top:0;bottom:1px;right:0;border:0;background-color:transparent;cursor:pointer;width:20px;padding:0}.picker__search-clear-btn:focus{outline:1px solid #2761d8}.picker__search-clear-btn:after,.picker__search-clear-btn:before{content:'';position:absolute;z-index:1;top:calc(50% - 1px);left:2px;height:2px;width:16px;background-color:#a70b00}.picker__search-clear-btn:before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.picker__search-clear-btn:after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.picker .check__descr{font-size:inherit}.picker--error .picker__inner{border:1px solid #c4161c}.picker--opened{z-index:2}.picker--opened .picker__inner{border-color:#2761d8}.ad-container iframe,.picker--opened .picker__drop{display:block}.picker--opened .picker__header:focus{outline:0;color:#2761d8}.picker--single .check__descr{padding-left:0!important}.picker--single .check__descr:before{display:none}.breadcrumbs{font-size:1.3rem;line-height:1.5em;color:#333;margin-top:0;margin-bottom:0}@media print,(min-width:1020px){.breadcrumbs{font-size:1.4rem}}.breadcrumbs a{color:#2761d8;text-decoration:none}.breadcrumbs a:hover,.f ul li a:hover{text-decoration:underline}.header-text{font-weight:400;color:#333;line-height:1.3em;margin-top:0;margin-bottom:.6em}@media print,(min-width:768px){.header-text{margin-bottom:1em}}.header-text--h1{font-size:2.8rem}.header-text--h2{font-size:2.2rem}.header-text--h3{font-size:1.8rem}.header-text--red{color:#c4161c}.header-text--green{color:#41a85f}.btn{display:inline-block;font-size:1.4rem;text-align:center;border-radius:.4rem;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.36);box-shadow:1px 1px 4px rgba(0,0,0,.36);padding:.9rem 1rem;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer;outline:0}.btn,.btn:hover{text-decoration:none}.btn:active:not(:disabled){-webkit-box-shadow:unset;box-shadow:unset}.btn:disabled{opacity:.5;cursor:default}.btn--green{border:1px solid #41a85f;background-color:#41a85f;color:#fff}.btn--green:hover:not(:disabled){background-color:#41a05f;border-color:#41a05f}.btn--red{border:1px solid #a70b00;background-color:#a70b00;color:#fff}.btn--red:focus:not(:disabled),.btn--red:hover:not(:disabled){background-color:#8e0900;border-color:#8e0900}.btn--blue{border:1px solid #2761d8;background-color:#2761d8;color:#fff}.btn--blue:focus:not(:disabled),.btn--blue:hover:not(:disabled){background-color:#2357c2;border-color:#2357c2}.btn--red-border{border:1px solid #c4161c;background-color:transparent;color:#c4161c}.btn--red-border:hover:not(:disabled){border-color:#c4161c;color:#c4161c}.btn--green-border,.btn--grey-border{border:1px solid #666;background-color:transparent;color:#666}.btn--green-border{border:1px solid #41a85f;color:#41a85f}.btn--white{background-color:#fff;border:1px solid #ccc;color:#333}.btn--white:hover{background-color:#f2f2f2}.btn--white:focus{background-color:#f2f2f2;border-color:#2761d8}.btn--more,.btn--more-down{position:relative;padding-right:3rem!important}.btn--more-down:after,.btn--more:after{content:'';position:absolute;top:12px;right:14px;width:10px;height:10px;border-right:1px solid #666;border-bottom:1px solid #666;-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.btn--more-down:after{top:9px;right:10px;-webkit-transform:rotate(45deg);transform:rotate(45deg)}.text-center{text-align:center}.input{font-size:1.6rem;color:#333;height:auto;border:1px solid #d7d7d7;border-radius:0;-webkit-appearance:none;-webkit-box-sizing:border-box;box-sizing:border-box;outline:0}@media print,(min-width:1020px){.input{font-size:1.4rem}}.input:placeholder{color:#bcbcbc;opacity:1}.input:disabled{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d7d7d7;border:1px solid #d7d7d7}.input--error,.input.has-error{border-color:#c4161c}.input:focus{border-color:#2761d8}.link{position:relative;font-size:inherit;background-color:transparent;border:0;cursor:pointer;padding:0}.link,.link:hover{color:#2761d8;text-decoration:none}.link:not(.link--with-icon):after{content:'';position:absolute;left:0;right:0;bottom:-1px;height:1px}.link:not(.link--with-icon):focus:after,.link:not(.link--with-icon):hover:after{background-color:#d4dff7}.link--with-icon{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.link--with-icon span{border-top:1px solid transparent;border-bottom:1px solid transparent}.link--with-icon:hover span{border-bottom-color:#d4dff7}.link--with-icon:before{content:'';background-size:contain;background-position:50% 50%;margin-right:.5rem}.link--grey{color:#666}.link--grey:focus,.link--grey:hover{color:#333}.link--grey:focus:after,.link--grey:hover:after{background-color:rgba(51,51,51,.3)!important}.link--red{color:#a70b00}.link--red:focus,.link--red:hover{color:#8e0900}.link--red:focus:after,.link--red:hover:after{background-color:rgba(167,11,0,.3)!important}.link--inner{color:#666}.link--inner:after{background:repeating-linear-gradient(to right,#999 0,#999 4px,transparent 4px,transparent 7px)}.link--inner:focus,.link--inner:hover{color:#333}.link--inner:focus:after,.link--inner:hover:after{background:repeating-linear-gradient(to right,#666 0,#666 4px,transparent 4px,transparent 7px)}.link--subscribe{font-size:1.4rem}.link--squares:before{width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.500244' width='5' height='5' rx='0.5' fill='white' stroke='%232761D8'/%3E%3Crect x='0.5' y='7.50024' width='5' height='5' rx='0.5' fill='white' stroke='%232761D8'/%3E%3Crect x='7.5' y='7.50024' width='5' height='5' rx='0.5' fill='white' stroke='%232761D8'/%3E%3Crect x='7.5' y='0.500244' width='5' height='5' rx='0.5' fill='white' stroke='%232761D8'/%3E%3C/svg%3E%0A")}.link--squares-plus:before{width:1.3rem;height:1.3rem;background-image:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.500244' width='5' height='5' rx='0.5' fill='white' stroke='%232761D8'/%3E%3Crect x='0.5' y='7.50024' width='5' height='5' rx='0.5' fill='white' stroke='%232761D8'/%3E%3Crect x='7.5' y='0.500244' width='5' height='5' rx='0.5' fill='white' stroke='%232761D8'/%3E%3Cline x1='7' y1='10.1002' x2='13' y2='10.1002' stroke='%232761D8'/%3E%3Cline x1='10.1' y1='13.0002' x2='10.1' y2='7.00024' stroke='%232761D8'/%3E%3C/svg%3E%0A")}.link-brd{display:inline!important;font-size:inherit;color:#2761d8;text-decoration:none;border-bottom:1px solid transparent}.link-brd:hover{border-bottom-color:#d4dff7}.check{display:block;text-align:left;cursor:pointer}.check__input{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0)}.check__input:checked+.check__descr:before{background-image: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%3Crect x='0.5' y='0.5' width='15' height='15' fill='white' stroke='%23D7D7D7'/%3E%3Cpath d='M4.07973 8.55679L6.21267 10.7964' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3Cpath d='M10.9491 6L6.5 10.6446' stroke='%23333333' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A")}.check__input:disabled+.check__descr{cursor:default}.check__input:disabled+.check__descr:before{opacity:.2}.check__input:focus+.check__descr{color:#2761d8}.check__descr{position:relative;display:inline-block;font-size:14px;color:#333;line-height:1.3em;padding-left:25px!important}.check__descr:before{content:'';position:absolute;left:0;top:0;width:16px;height:16px;background-image: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%3Crect x='0.5' y='0.5' width='15' height='15' fill='white' stroke='%23D7D7D7'/%3E%3C/svg%3E%0A");background-size:100%;background-position:50% 50%;background-repeat:no-repeat}.check--radio .check__descr:before{background-image: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%3Ccircle cx='8' cy='8' r='7.5' fill='white' stroke='%23D7D7D7'/%3E%3C/svg%3E%0A")}.check--radio .check__input:checked+.check__descr:before{background-image: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%3Ccircle cx='8' cy='8' r='7.5' fill='white' stroke='%23D7D7D7'/%3E%3Ccircle cx='8' cy='8' r='3' fill='%23333333' stroke='%23333333'/%3E%3C/svg%3E%0A")}.check--error .check__descr,.check--error .link{color:#c4161c}.checklist__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (max-width:767px){.checklist__list{margin-left:-.3rem;margin-right:-.3rem}}.checklist__list--green{-ms-flex-wrap:nowrap;flex-wrap:nowrap}.checklist__list--green .checklist__item{white-space:nowrap;border:0;padding-top:1rem;padding-bottom:1rem;margin:0!important}.checklist__list--green .checklist__item:focus,.checklist__list--green .checklist__item:hover{color:#333;background:rgba(65,168,95,.2)}.checklist__list--green .checklist__item:not(:last-child),.mage-offer th:not(:last-child){border-right:1px solid #d7d7d7}.checklist__item{font-size:1.4rem;color:#333;background-color:#fff;border:1px solid #ccc;padding:.5rem 1rem;outline:0;cursor:pointer;text-decoration:none}@media (max-width:767px){.checklist__item{margin:.3rem}}.checklist__item:focus{z-index:1;border-color:#2761d8}.checklist__item--active{z-index:1;color:#fff;border-color:#c4161c;background-color:#fc6f63}@media print,(min-width:1280px){.checklist__item--active:hover{cursor:default}.checklist__item:hover{z-index:1;color:#fff;border-color:#c4161c;background-color:#fc6f63}}@media print,(min-width:768px){.checklist__item+.checklist__item{margin-left:-1px}}.checklist--pagination{margin-bottom:3rem}.checklist--flags .checklist__item{font-size:1.6rem;padding:1rem;margin:0}@media (max-width:767px){.checklist--flags .checklist__item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:50%}}@media print,(min-width:768px){.checklist--flags .checklist__item{min-width:11.5rem;margin-right:1rem;color:#fff;border:0;background-color:transparent}.checklist--flags .checklist__item--active{position:relative;background-color:#a70b00;border-radius:2px}.checklist--flags .checklist__item--active:after{content:'';position:absolute;top:100%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:0;height:0;border-style:solid;border-width:10px 10px 0;border-color:#a70b00 transparent transparent}}.checklist__list--new{-ms-flex-wrap:wrap;flex-wrap:wrap;grid-auto-columns:minmax(0,4fr);-webkit-column-gap:.5rem;-moz-column-gap:.5rem;column-gap:.5rem;row-gap:1rem;padding:0 1rem}@media (max-width:767px){.checklist__list--new{display:block}}.checklist__list--new .checklist__item{display:block!important;-webkit-box-sizing:border-box;box-sizing:border-box;padding:1.2rem;background-color:#fff;border-radius:.4rem;border:.5px solid #000!important}@media (max-width:767px){.checklist__list--new .checklist__item{text-align:center;margin-bottom:1rem!important}.checklist__list--new .checklist__item.js-hidden-item{display:none!important}}.checklist__list--new .checklist__item.checklist__item--more{display:block!important;width:100%;background-color:#41a85f;border-color:#41a85f;color:#fff}@media print,(min-width:768px){.checklist__list--new .checklist__item.checklist__item--more{display:none!important}}.perelinks__header{font-size:1.8rem;color:#333;margin:0 0 1rem}.perelinks__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.4rem;list-style:none;padding:0;margin-top:0;margin-bottom:0;margin-left:-1rem;margin-right:-1rem}.perelinks__item{-ms-flex-negative:0;flex-shrink:0;max-width:calc(100% - 2rem);margin:.5rem 1rem}.perelinks__span{color:#666}.search-result-header{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:1rem}@media (max-width:767px){.search-result-header{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media print,(min-width:768px){.search-result-header{border-bottom:1px solid #d7d7d7}}.search-result-header__count{font-size:1.4rem;color:#333;margin:0}@media print,(min-width:768px){.search-result-header__count{font-size:1.8rem;margin-right:3rem}}.search-result-header__sort{font-size:1.4rem;min-width:15rem}@media print,(min-width:768px){.search-result-header__sort{margin-right:3rem}}@media (max-width:767px){.search-result-header__filters{display:-webkit-box;display:-ms-flexbox;display:flex;width:50%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-column-gap:.7rem;-moz-column-gap:.7rem;column-gap:.7rem;padding:1rem;margin-top:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:1.4rem;line-height:1.3em;color:#2761d8;border:1px solid #d7d7d7;border-right:none;background-color:transparent}.search-result-header__filters svg{width:1.6rem;height:1.6rem}}@media print,(min-width:768px){.search-result-header__filters{display:none}}.search-result-header__map:before{width:1.6rem;height:1.6rem;margin-right:.7rem;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 0L17.34 0.03L12 2.1L6 0L0.36 1.9C0.15 1.97 0 2.15 0 2.38V17.5C0 17.78 0.22 18 0.5 18L0.66 17.97L6 15.9L12 18L17.64 16.1C17.85 16.03 18 15.85 18 15.62V0.5C18 0.22 17.78 0 17.5 0ZM12 16L6 13.89V2L12 4.11V16Z' fill='%232761D8'/%3E%3C/svg%3E%0A")}@media (max-width:767px){.search-result-header__map{width:50%;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1rem;margin-top:1rem;font-size:1.4rem;line-height:1.3em;color:#2761d8;border:1px solid #d7d7d7;background-color:transparent;-webkit-box-sizing:border-box;box-sizing:border-box}.search-result-header__map span{border:0}}@media print,(min-width:768px){.search-result-header__map{font-size:1.4rem;margin-right:1.5rem}.search-result-header__map:before{width:1.8rem;height:1.8rem}}@media (max-width:1019px){.search-result-header__advert{margin-left:auto;margin-right:auto}}.red{color:#c4161c}.green{color:#41a85f}.metro-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;color:#333;white-space:nowrap;margin:0}.metro-icon:before{width:13px;height:10px}.metro-icon.m1:before,.metro-icon.s1:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23FF0000'/%3E%3C/svg%3E%0A")}.metro-icon.m3:before,.metro-icon.s2:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%230000FF'/%3E%3C/svg%3E%0A")}.metro-icon.m2:before,.metro-icon.s3:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%2315944e'/%3E%3C/svg%3E%0A")}.metro-icon.s4:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23e26d2f'/%3E%3C/svg%3E%0A")}.metro-icon.m7:before,.metro-icon.s5:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%235d046a'/%3E%3C/svg%3E%0A")}.metro-icon.m4:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%2310bbf4'/%3E%3C/svg%3E%0A")}.metro-icon.m5:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23a6552f'/%3E%3C/svg%3E%0A")}.metro-icon.m6:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23f47d00'/%3E%3C/svg%3E%0A")}.metro-icon.m8:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23fece00'/%3E%3C/svg%3E%0A")}.metro-icon.m9:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23ababab'/%3E%3C/svg%3E%0A")}.metro-icon.m10:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23BED12E'/%3E%3C/svg%3E%0A")}.metro-icon.m11:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%2388CDCF'/%3E%3C/svg%3E%0A")}.metro-icon.m12:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23BAC8E8'/%3E%3C/svg%3E%0A")}.metro-icon.m13:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%230572B9'/%3E%3C/svg%3E%0A")}.metro-icon.m14:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23E42518'/%3E%3C/svg%3E%0A")}.metro-icon.m15:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23e09ebf'/%3E%3C/svg%3E%0A")}.metro-icon.d1:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23faa400'/%3E%3C/svg%3E%0A")}.metro-icon.d2:before{background-image:url("data:image/svg+xml,%3Csvg width='13' height='10' viewBox='0 0 13 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.7661 7.39937H11.9478L9.40908 0.501465L6.49986 4.70887L3.39036 0.551465L1.05223 7.39937H0.233939L0 8.31767H3.10642L4.32584 4.96068L6.53673 7.9132L6.55 7.93177L6.56355 7.9132L8.67416 4.96068L9.89357 8.31767H13L12.7661 7.39937Z' fill='%23ff4d4d'/%3E%3C/svg%3E%0A")}.metro-icon__name{margin-right:.3em}.metro-distance,.route-time{font-size:1.4rem;white-space:nowrap}.metro-distance{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#333;margin-right:1rem}.route-time{color:#666;margin:0}.metro-icon:before,.route-time:before{content:'';background-position:0 50%;background-repeat:no-repeat;margin-right:.5em}.route-time--bus:before{width:1.2rem;height:1.3rem;background-image:url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666504 9.66659C0.666504 10.2533 0.926504 10.7799 1.33317 11.1466V12.3333C1.33317 12.6999 1.63317 12.9999 1.99984 12.9999H2.6665C3.03317 12.9999 3.33317 12.6999 3.33317 12.3333V11.6666H8.6665V12.3333C8.6665 12.6999 8.9665 12.9999 9.33317 12.9999H9.99984C10.3665 12.9999 10.6665 12.6999 10.6665 12.3333V11.1466C11.0732 10.7799 11.3332 10.2533 11.3332 9.66659V2.99992C11.3332 0.666585 8.9465 0.333252 5.99984 0.333252C3.05317 0.333252 0.666504 0.666585 0.666504 2.99992V9.66659ZM2.99984 10.3333C2.4465 10.3333 1.99984 9.88659 1.99984 9.33325C1.99984 8.77992 2.4465 8.33325 2.99984 8.33325C3.55317 8.33325 3.99984 8.77992 3.99984 9.33325C3.99984 9.88659 3.55317 10.3333 2.99984 10.3333ZM8.99984 10.3333C8.4465 10.3333 7.99984 9.88659 7.99984 9.33325C7.99984 8.77992 8.4465 8.33325 8.99984 8.33325C9.55317 8.33325 9.99984 8.77992 9.99984 9.33325C9.99984 9.88659 9.55317 10.3333 8.99984 10.3333ZM9.99984 6.33325H1.99984V2.99992H9.99984V6.33325Z' fill='%23666666'/%3E%3C/svg%3E%0A")}.route-time--step:before{width:.8rem;height:1.4rem;background-image:url("data:image/svg+xml,%3Csvg width='9' height='15' viewBox='0 0 9 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.03414 2.66667C5.76245 2.66667 6.35835 2.06667 6.35835 1.33333C6.35835 0.6 5.76245 0 5.03414 0C4.30583 0 3.70994 0.6 3.70994 1.33333C3.70994 2.06667 4.30583 2.66667 5.03414 2.66667ZM2.58434 4.93333L0.73046 14.3333H2.12087L3.31265 9L4.70306 10.3333V14.3333H6.02726V9.33333L4.63685 8L5.03411 6C5.89484 7 7.21904 7.66667 8.67567 7.66667V6.33333C7.41768 6.33333 6.35831 5.66667 5.82863 4.73333L5.16653 3.66667C4.90169 3.26667 4.50443 3 4.04096 3C3.84233 3 3.70991 3.06667 3.51128 3.06667L0.0683594 4.53333V7.66667H1.39256V5.4L2.58434 4.93333Z' fill='%23666666'/%3E%3C/svg%3E%0A")}.eye-counter,.icon-btn,.route-time{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.eye-counter{color:#666}.eye-counter:before{content:'';width:1.6rem;height:1.4rem;background-image:url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.202 7.18703C0.95715 6.90621 0.764462 6.67016 0.629849 6.5C0.764462 6.32984 0.95715 6.09379 1.202 5.81297C1.72169 5.21695 2.47327 4.42284 3.40035 3.62999C5.26971 2.03131 7.77992 0.5 10.5 0.5C13.2201 0.5 15.7303 2.03131 17.5996 3.62999C18.5267 4.42284 19.2783 5.21695 19.798 5.81297C20.0428 6.09379 20.2355 6.32985 20.3701 6.5C20.2355 6.67016 20.0428 6.90621 19.798 7.18703C19.2783 7.78305 18.5267 8.57716 17.5996 9.37001C15.7303 10.9687 13.2201 12.5 10.5 12.5C7.77992 12.5 5.26971 10.9687 3.40035 9.37001C2.47327 8.57716 1.72169 7.78305 1.202 7.18703ZM20.595 6.20683C20.595 6.20684 20.595 6.2068 20.595 6.20682L20.595 6.20683Z' stroke='%23666666'/%3E%3Cpath d='M14.0682 6.125C14.0682 8.4833 12.2462 10.375 10.0227 10.375C7.79934 10.375 5.97729 8.4833 5.97729 6.125C5.97729 3.7667 7.79934 1.875 10.0227 1.875C12.2462 1.875 14.0682 3.7667 14.0682 6.125Z' fill='%23666666' stroke='%23666666' stroke-width='0.5'/%3E%3Cpath d='M7.75096 5.22196V5.22196C7.69047 4.45416 8.32255 3.8181 9.05324 3.91147L9.20943 3.93143' stroke='white' stroke-width='0.3'/%3E%3C/svg%3E%0A");background-size:contain;margin-right:.3rem}.icon-btn{background-color:transparent;border:0;cursor:pointer;text-decoration:none!important;margin-left:5px}.icon-btn--compare .icon-btn__icon{background-size:auto 100%;background-image:url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2.57141H13C13.2761 2.57141 13.5 2.79527 13.5 3.07141V14.7857C13.5 15.0618 13.2761 15.2857 13 15.2857H3C2.72386 15.2857 2.5 15.0618 2.5 14.7857V3.07141C2.5 2.79527 2.72386 2.57141 3 2.57141Z' stroke='%23666666'/%3E%3Cline x1='0.5' y1='12' x2='0.5' stroke='%23666666'/%3E%3Cline y1='0.5' x2='10' y2='0.5' stroke='%23666666'/%3E%3C/svg%3E%0A")}@media print,(min-width:1020px){.icon-btn--compare .icon-btn__icon{background-size:15px}}.icon-btn--fav .icon-btn__icon,.icon-btn--favourite .icon-btn__icon{background-size:auto 100%;background-image:url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91504 1.04429L9.96828 4.80917L10.0819 5.01754L10.3152 5.06122L14.5303 5.85057L11.5842 8.96673L11.4211 9.1392L11.4517 9.37457L12.0035 13.6273L8.12945 11.7883L7.91504 11.6865L7.70062 11.7883L3.82658 13.6273L4.3784 9.37457L4.40894 9.1392L4.24589 8.96673L1.29977 5.85057L5.51486 5.06122L5.74815 5.01754L5.86179 4.80917L7.91504 1.04429Z' fill='none' stroke='%23666666'/%3E%3C/svg%3E%0A")}@media print,(min-width:1020px){.icon-btn--fav .icon-btn__icon,.icon-btn--favourite .icon-btn__icon{background-size:17px}}.icon-btn--write .icon-btn__icon{background-size:auto 90%;background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M1 11.5017V14.0017H3.5L10.8733 6.62833L8.37333 4.12833L1 11.5017ZM13.72 3.695C13.98 3.435 13.98 3.015 13.72 2.755L12.16 1.195C11.9 0.935 11.48 0.935 11.22 1.195L10 2.415L12.5 4.915L13.72 3.695Z' fill='none'/%3E%3Cpath d='M1 11.5017L0.646447 11.1481L0.5 11.2946V11.5017H1ZM1 14.0017H0.5V14.5017H1V14.0017ZM3.5 14.0017V14.5017H3.70711L3.85355 14.3552L3.5 14.0017ZM10.8733 6.62833L11.2269 6.98188L11.5804 6.62833L11.2269 6.27478L10.8733 6.62833ZM8.37333 4.12833L8.72689 3.77478L8.37333 3.42122L8.01978 3.77478L8.37333 4.12833ZM13.72 3.695L14.0736 4.04855L13.72 3.695ZM13.72 2.755L14.0736 2.40145L13.72 2.755ZM12.16 1.195L11.8064 1.54855L12.16 1.195ZM11.22 1.195L11.5736 1.54855L11.22 1.195ZM10 2.415L9.64645 2.06145L9.29289 2.415L9.64645 2.76855L10 2.415ZM12.5 4.915L12.1464 5.26855L12.5 5.62211L12.8536 5.26855L12.5 4.915ZM0.5 11.5017V14.0017H1.5V11.5017H0.5ZM1 14.5017H3.5V13.5017H1V14.5017ZM3.85355 14.3552L11.2269 6.98188L10.5198 6.27478L3.14645 13.6481L3.85355 14.3552ZM11.2269 6.27478L8.72689 3.77478L8.01978 4.48188L10.5198 6.98188L11.2269 6.27478ZM8.01978 3.77478L0.646447 11.1481L1.35355 11.8552L8.72689 4.48188L8.01978 3.77478ZM14.0736 4.04855C14.5288 3.59329 14.5288 2.85671 14.0736 2.40145L13.3664 3.10855C13.4312 3.17329 13.4312 3.27671 13.3664 3.34145L14.0736 4.04855ZM14.0736 2.40145L12.5136 0.841447L11.8064 1.54855L13.3664 3.10855L14.0736 2.40145ZM12.5136 0.841447C12.0583 0.386184 11.3217 0.386184 10.8664 0.841447L11.5736 1.54855C11.6383 1.48382 11.7417 1.48382 11.8064 1.54855L12.5136 0.841447ZM10.8664 0.841447L9.64645 2.06145L10.3536 2.76855L11.5736 1.54855L10.8664 0.841447ZM9.64645 2.76855L12.1464 5.26855L12.8536 4.56145L10.3536 2.06145L9.64645 2.76855ZM12.8536 5.26855L14.0736 4.04855L13.3664 3.34145L12.1464 4.56145L12.8536 5.26855Z' fill='%23666666'/%3E%3C/svg%3E ")}@media print,(min-width:1020px){.icon-btn--write .icon-btn__icon{background-size:15px}}.icon-btn--print .icon-btn__icon{background-size:auto 90%;background-image:url("data:image/svg+xml,%3Csvg width='21' height='13' viewBox='0 0 21 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.5' y='3.5' width='13' height='7' rx='1.5' fill='white' stroke='%23666666'/%3E%3Crect y='9' width='21' height='3' fill='white'/%3E%3Cline x1='4' y1='9.5' x2='18' y2='9.5' stroke='%23666666'/%3E%3Ccircle cx='15.665' cy='5.665' r='0.665' fill='%23666666'/%3E%3Crect x='7.25' y='0.25' width='7.5' height='2.17' fill='white' stroke='%23666666' stroke-width='0.5'/%3E%3Crect x='7.5' y='9.5' width='7' height='3' fill='white' stroke='%23666666'/%3E%3C/svg%3E%0A")}@media print,(min-width:1020px){.icon-btn--print .icon-btn__icon{background-size:21px}}.icon-btn--active.icon-btn--compare .icon-btn__icon,.icon-btn.active.icon-btn--compare .icon-btn__icon{background-image:url("data:image/svg+xml,%3Csvg width='14' height='16' viewBox='0 0 14 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M3 2.57141H13C13.2761 2.57141 13.5 2.79527 13.5 3.07141V14.7857C13.5 15.0618 13.2761 15.2857 13 15.2857H3C2.72386 15.2857 2.5 15.0618 2.5 14.7857V3.07141C2.5 2.79527 2.72386 2.57141 3 2.57141Z' fill='%23C4161C' stroke='%23C4161C'/%3E%3Cline x1='0.5' y1='12' x2='0.5' stroke='%23C4161C'/%3E%3Cline y1='0.5' x2='10' y2='0.5' stroke='%23C4161C'/%3E%3C/svg%3E%0A")}.icon-btn--active.icon-btn--fav .icon-btn__icon,.icon-btn--active.icon-btn--favourite .icon-btn__icon,.icon-btn.active.icon-btn--fav .icon-btn__icon,.icon-btn.active.icon-btn--favourite .icon-btn__icon{background-image:url("data:image/svg+xml,%3Csvg width='16' height='15' viewBox='0 0 16 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.91504 1.04429L9.96828 4.80917L10.0819 5.01754L10.3152 5.06122L14.5303 5.85057L11.5842 8.96673L11.4211 9.1392L11.4517 9.37457L12.0035 13.6273L8.12945 11.7883L7.91504 11.6865L7.70062 11.7883L3.82658 13.6273L4.3784 9.37457L4.40894 9.1392L4.24589 8.96673L1.29977 5.85057L5.51486 5.06122L5.74815 5.01754L5.86179 4.80917L7.91504 1.04429Z' fill='%23C4161C' stroke='%23C4161C'/%3E%3C/svg%3E%0A")}.eye-counter:before,.icon-btn__icon{background-position:50% 50%;background-repeat:no-repeat}.icon-btn__icon{display:block;width:32px;height:25px}@media print,(min-width:1020px){.icon-btn__icon{width:23px;margin-top:-2px}}@media (max-width:1019px){.icon-btn__name{display:none}}@media print,(min-width:1020px){.icon-btn__name{display:inline-block;font-size:13px;line-height:1;color:#666}}.icon-btn:hover .icon-btn__name,.top-regions a{color:#333}.input-search{position:relative}.input-search__result{position:absolute;z-index:3;top:100%;left:0;right:0;background-color:#fff;border:1px solid #d1d1d1;border-top:none;padding:8px 6px 5px;max-height:20rem;overflow:auto}.bmage__offer-list li:not(:last-child),.input-search__section:not(:last-child){margin-bottom:10px}.input-search__header{font-size:14px;color:#666;padding-left:18px;margin-top:0;margin-bottom:3px}.input-search__header--area{background-position:0 0;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.33335 2C4.76002 2 2.66669 4.09333 2.66669 6.66667C2.66669 10.1667 7.33335 15.3333 7.33335 15.3333C7.33335 15.3333 12 10.1667 12 6.66667C12 4.09333 9.90669 2 7.33335 2ZM7.33335 4C8.43335 4 9.33335 4.9 9.33335 6C9.33335 7.11 8.43335 8 7.33335 8C6.23335 8 5.33335 7.11 5.33335 6C5.33335 4.9 6.23335 4 7.33335 4Z' fill='white'/%3E%3Cpath d='M7.33335 15.3333L6.9623 15.6685L7.33335 16.0793L7.7044 15.6685L7.33335 15.3333ZM7.33335 1.5C4.48388 1.5 2.16669 3.81719 2.16669 6.66667H3.16669C3.16669 4.36948 5.03616 2.5 7.33335 2.5V1.5ZM2.16669 6.66667C2.16669 7.64283 2.48922 8.69661 2.93955 9.70182C3.39282 10.7136 3.99276 11.7136 4.58554 12.5921C5.17927 13.4721 5.77202 14.2394 6.21596 14.7864C6.43815 15.0602 6.62362 15.2795 6.75403 15.4308C6.81925 15.5065 6.87073 15.5653 6.9062 15.6055C6.92393 15.6255 6.93766 15.641 6.94711 15.6515C6.95183 15.6568 6.95548 15.6609 6.95803 15.6637C6.9593 15.6651 6.96029 15.6662 6.96101 15.667C6.96137 15.6674 6.96165 15.6678 6.96187 15.668C6.96198 15.6681 6.96208 15.6682 6.96214 15.6683C6.96223 15.6684 6.9623 15.6685 7.33335 15.3333C7.7044 14.9982 7.70444 14.9982 7.70446 14.9983C7.70444 14.9982 7.70445 14.9982 7.70441 14.9982C7.70434 14.9981 7.70421 14.998 7.704 14.9977C7.70358 14.9973 7.70289 14.9965 7.70191 14.9954C7.69997 14.9933 7.69693 14.9899 7.69282 14.9853C7.68461 14.9761 7.67214 14.9621 7.65569 14.9434C7.6228 14.9062 7.57402 14.8505 7.51164 14.7781C7.38684 14.6333 7.20772 14.4216 6.99242 14.1563C6.56136 13.6251 5.98744 12.882 5.4145 12.0328C4.84061 11.1823 4.27389 10.2343 3.85216 9.29297C3.42749 8.34506 3.16669 7.4405 3.16669 6.66667H2.16669ZM7.33335 15.3333C7.7044 15.6685 7.70448 15.6684 7.70457 15.6683C7.70462 15.6682 7.70473 15.6681 7.70484 15.668C7.70505 15.6678 7.70534 15.6674 7.7057 15.667C7.70641 15.6662 7.70741 15.6651 7.70868 15.6637C7.71122 15.6609 7.71487 15.6568 7.7196 15.6515C7.72904 15.641 7.74277 15.6255 7.76051 15.6055C7.79597 15.5653 7.84746 15.5065 7.91268 15.4308C8.04309 15.2795 8.22856 15.0602 8.45075 14.7864C8.89469 14.2394 9.48743 13.4721 10.0812 12.5921C10.6739 11.7136 11.2739 10.7136 11.7272 9.70182C12.1775 8.69661 12.5 7.64283 12.5 6.66667H11.5C11.5 7.4405 11.2392 8.34506 10.8146 9.29297C10.3928 10.2343 9.8261 11.1823 9.2522 12.0328C8.67927 12.882 8.10535 13.6251 7.67429 14.1563C7.45898 14.4216 7.27987 14.6333 7.15507 14.7781C7.09268 14.8505 7.04391 14.9062 7.01102 14.9434C6.99457 14.9621 6.9821 14.9761 6.97388 14.9853C6.96978 14.9899 6.96673 14.9933 6.96479 14.9954C6.96382 14.9965 6.96313 14.9973 6.96271 14.9977C6.9625 14.998 6.96236 14.9981 6.96229 14.9982C6.96226 14.9982 6.96226 14.9982 6.96224 14.9983C6.96226 14.9982 6.9623 14.9982 7.33335 15.3333ZM12.5 6.66667C12.5 3.81719 10.1828 1.5 7.33335 1.5V2.5C9.63054 2.5 11.5 4.36948 11.5 6.66667H12.5ZM7.33335 4.5C8.15721 4.5 8.83335 5.17614 8.83335 6H9.83335C9.83335 4.62386 8.7095 3.5 7.33335 3.5V4.5ZM8.83335 6C8.83335 6.83223 8.15884 7.5 7.33335 7.5V8.5C8.70787 8.5 9.83335 7.38777 9.83335 6H8.83335ZM7.33335 7.5C6.50787 7.5 5.83335 6.83223 5.83335 6H4.83335C4.83335 7.38777 5.95884 8.5 7.33335 8.5V7.5ZM5.83335 6C5.83335 5.17614 6.5095 4.5 7.33335 4.5V3.5C5.95721 3.5 4.83335 4.62386 4.83335 6H5.83335Z' fill='%23666666'/%3E%3C/svg%3E%0A")}.input-search__item{font-size:12px;color:#666;text-align:left;border:0;background-color:transparent;padding-left:20px;cursor:pointer;padding-top:2px;padding-bottom:2px}.input-search__item:focus,.input-search__item:hover{color:#333}.input-search__item strong{font-weight:400;color:#333}.tags-list,.tags-list__item{display:-webkit-box;display:-ms-flexbox;display:flex}.tags-list{-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;list-style:none;margin:0 -.5rem}.tags-list__item{-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2rem;color:#666;background-color:#d7d7d7;cursor:default;padding:.4rem .5rem .3rem .9rem;margin:.5rem}.tags-list__item i{width:1rem;height:1rem;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='10' height='10' viewBox='0 0 10 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9 1L4.75 5.25M0.5 9.5L4.75 5.25M4.75 5.25L0.5 1L9 9.5' stroke='%23666666'/%3E%3C/svg%3E%0A");cursor:pointer;margin-left:.5rem;margin-bottom:.2rem}.tags-list--for-input .tags-list__item{padding-right:.9rem;border-radius:1rem;border:0;cursor:pointer;outline:0}.tags-list--for-input .tags-list__item:focus,.tags-list--for-input .tags-list__item:hover{background-color:#c4c4c4}.tags-list--white .tags-list__item{color:#333;background-color:transparent;border:1px solid #333}.about-text{font-size:1.4rem;color:#333}.about-text--seo{margin-bottom:4rem}.table-responsive{width:100%;overflow-y:auto}.table-responsive table{min-width:100%}.subscr{padding:1.6rem 2rem 2.5rem}.subscr__header{position:relative;font-size:1.8rem;color:#41a85f;padding-left:4.5rem;margin-top:0;margin-bottom:.8em}.subscr__header:before{content:"";position:absolute;top:-.3rem;left:0;background-image:url(/img/subscr_footer.png);width:3.2rem;height:3.2rem}.subscr__descr{font-size:1.4rem;line-height:1.3em;color:#333;margin-top:0;margin-bottom:1em}@media print,(min-width:550px){.subscr__wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}}@media (max-width:549px){.subscr__input-wrp{margin-bottom:.3rem}}@media print,(min-width:550px){.subscr__input-wrp{margin-right:2rem}}.subscr__input{font-size:1.6rem;padding:.5rem .8rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:.3rem}@media (max-width:549px){.subscr__input{width:100%}}.subscr__error{font-size:1.2rem;color:#c4161c;margin:.3em 0 0}.js-form-common-error.hidden,.subscr__error.hidden{display:none}.subscr__btn{padding-top:.6rem;padding-bottom:.6rem}@media (max-width:549px){.subscr__btn{width:100%}}@media print,(min-width:550px){.subscr__btn{margin-bottom:.3rem}}[data-popup-target]{cursor:pointer}.disabled-link{cursor:default;opacity:.5}.top-regions{font-size:1.6rem;font-weight:700;color:#333;margin-bottom:3rem}@media print,(min-width:1020px){.top-regions{font-size:2.2rem}}.top-regions__item{margin-bottom:1rem}.js-form-common-error{font-size:1.3rem;color:#c4161c;margin-top:.3rem;margin-bottom:0}#yandex-cache-hdr{-ms-flex-negative:0;flex-shrink:0}.cow{display:none;background-color:#f4f5f2;-webkit-box-shadow:0 0 2px rgba(0,0,0,.5);box-shadow:0 0 2px rgba(0,0,0,.5);padding:1.5rem}.cow__container{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.cow__text{font-size:1.2rem;line-height:1.3em;color:#141414;padding-right:1rem;margin:0}@media print,(min-width:1020px){.cow__text{padding-right:4rem}}.cow__close{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:3.5rem;height:3.5rem;cursor:pointer;background-color:transparent;border:0;background-image:url("data:image/svg+xml,%3Csvg width='21' height='21' viewBox='0 0 21 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.04102 2.04004L10.501 10.5M18.961 18.96L10.501 10.5M10.501 10.5L18.961 2.04004L2.04102 18.96' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A");background-position:50% 50%;background-size:1.5rem;background-repeat:no-repeat;padding:0}#android_app:not(.allowed),#ios_app:not(.allowed),.mobile-app_t2017_2:not(.allowed){display:none}.with-calender-icon,.with-floor-icon{background-size:17px;background-position:0 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='17' height='16' viewBox='0 0 17 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M16.4788 5.32006C16.4765 5.31219 16.4717 5.30507 16.4698 5.2972C16.4583 5.26123 16.4438 5.22639 16.4248 5.19304C16.4248 5.19154 16.4241 5.19042 16.4233 5.1893C16.4162 5.17768 16.4081 5.16794 16.4002 5.15632C16.3835 5.1301 16.3668 5.10312 16.347 5.07914C16.3322 5.06191 16.315 5.0473 16.299 5.03156C16.283 5.01582 16.2678 4.99896 16.2495 4.98435C16.2265 4.96524 16.1993 4.94988 16.1747 4.93452C16.1625 4.92703 16.1517 4.91766 16.139 4.91091L10.6404 2.0147C10.4428 1.91091 10.2088 1.90904 10.0097 2.0087L8.7944 2.62129L5.42238 0.943136C5.22293 0.843099 4.98664 0.846845 4.7898 0.952503L0.983153 2.99709C0.755052 3.11923 0.61328 3.35977 0.616257 3.62017C0.619234 3.88057 0.765844 4.11736 0.996921 4.23501L6.77126 7.16869L1.36047 10.111C1.34782 10.1185 1.33777 10.1271 1.32549 10.1342C1.29944 10.1503 1.27302 10.1661 1.24958 10.1867C1.23098 10.202 1.21572 10.2196 1.19897 10.2365C1.18372 10.253 1.16772 10.2665 1.15395 10.2833C1.13311 10.3088 1.116 10.3377 1.09962 10.3658C1.09292 10.3755 1.08511 10.3852 1.07916 10.3961C1.07841 10.3972 1.07841 10.398 1.07767 10.3987C1.05795 10.437 1.04269 10.4763 1.02967 10.516C1.02222 10.54 1.01813 10.5658 1.01292 10.5898C1.00883 10.6131 1.00287 10.6344 1.00027 10.658C0.997665 10.6827 0.999898 10.7086 0.999898 10.7326C1.00027 10.7539 0.99841 10.7727 1.00027 10.794C1.00362 10.8255 1.01106 10.8555 1.0185 10.8869C1.02185 10.8993 1.0226 10.9128 1.02632 10.9259C1.03971 10.9682 1.05757 11.0117 1.07916 11.0533C1.07953 11.054 1.0799 11.0548 1.0799 11.0555C1.08176 11.0589 1.08437 11.0604 1.08548 11.0634C1.11116 11.1102 1.1439 11.1533 1.18037 11.1942C1.19116 11.2062 1.20232 11.2174 1.21386 11.2286C1.24474 11.2582 1.27898 11.2845 1.31544 11.3092C1.32698 11.3171 1.33814 11.3253 1.35042 11.3324C1.35489 11.3347 1.35824 11.3392 1.3627 11.3403L8.23624 15.0469C8.26601 15.063 8.29764 15.0709 8.32815 15.0833C8.34787 15.0908 8.36648 15.1001 8.38657 15.1061C8.44462 15.1215 8.50379 15.1301 8.56221 15.1301C8.56295 15.1301 8.5637 15.1301 8.5637 15.1301C8.61951 15.1301 8.67793 15.1222 8.73449 15.1069C8.75347 15.1024 8.77096 15.0938 8.78882 15.0863C8.81784 15.0773 8.84761 15.0683 8.87589 15.0544L15.7066 11.5621C16.0475 11.3871 16.1837 10.9679 16.0095 10.6247C16.0017 10.6086 15.9902 10.5954 15.9813 10.5801C15.9392 10.383 15.8142 10.2032 15.6196 10.1042L12.1906 8.36277L16.142 6.14583C16.1435 6.14508 16.145 6.14433 16.1465 6.14359L16.1535 6.14021C16.1614 6.13459 16.1695 6.12785 16.1777 6.12223C16.2064 6.10387 16.2343 6.08551 16.2629 6.06303C16.2782 6.05029 16.2901 6.03418 16.3046 6.01957C16.3228 6.00196 16.3415 5.98547 16.3567 5.96599C16.3749 5.94201 16.3902 5.91691 16.4055 5.89143C16.4129 5.87869 16.4222 5.8682 16.4285 5.85434C16.4293 5.85321 16.4296 5.85172 16.43 5.85059C16.4464 5.82024 16.4568 5.7884 16.4687 5.7558C16.4962 5.67375 16.5074 5.58982 16.5052 5.50627C16.5052 5.48791 16.5074 5.4703 16.5052 5.45306C16.5011 5.40773 16.4922 5.36352 16.4788 5.32006ZM2.81354 3.59507L5.12879 2.3519L7.32123 3.44295L5.06255 4.73782L2.81354 3.59507ZM14.0281 10.8551L8.57225 13.6441L3.1529 10.7221L8.27903 7.93377L14.0281 10.8551ZM10.7003 7.60181L8.589 6.52987L6.54651 5.49203L9.12372 4.01507L10.3111 3.41597L14.36 5.54823L10.7003 7.60181Z' fill='%23666666'/%3E%3C/svg%3E%0A");padding-left:2rem}.with-calender-icon{background-size:15px;background-position:0 1px;background-image:url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.8289 1.5H12.0841V0H10.5944V1.5H4.63545V0H3.14572V1.5H2.40086C1.57406 1.5 0.918581 2.175 0.918581 3L0.911133 13.5C0.911133 14.325 1.57406 15 2.40086 15H12.8289C13.6483 15 14.3187 14.325 14.3187 13.5V3C14.3187 2.175 13.6483 1.5 12.8289 1.5ZM13.5738 14.25H1.65601V3.75H13.5738V14.25ZM3.89059 4.5H5.38032V6H3.89059V4.5Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.87012 4.5H8.35984V6H6.87012V4.5Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.84961 4.5H11.3393V6H9.84961V4.5Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.89062 7.5H5.38035V9H3.89062V7.5Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.87012 7.5H8.35984V9H6.87012V7.5Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.84961 7.5H11.3393V9H9.84961V7.5Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M3.89062 10.5H5.38035V12H3.89062V10.5Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.87012 10.5H8.35984V12H6.87012V10.5Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.84961 10.5H11.3393V12H9.84961V10.5Z' fill='%23666666'/%3E%3C/svg%3E%0A")}.acc__header{position:relative;width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;background-color:transparent;border:0;text-align:left;padding-left:0;padding-right:3rem;-webkit-box-sizing:border-box;box-sizing:border-box}.acc__header:after{content:'';position:absolute;top:calc(50% - .8rem);right:1rem;width:1rem;height:1rem;border-bottom:1px solid #666;border-right:1px solid #666;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.acc__header.active:after{top:calc(50% - .2rem);-webkit-transform:rotate(-135deg);transform:rotate(-135deg)}.acc__content{font-size:1.4rem;max-height:0;overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}.acc__content>:last-child,.acc__text>:last-child{padding-bottom:.5em}.acc__content p,.acc__text p{margin-top:0;margin-bottom:.5em}.acc__text{font-size:1.4rem}.baloon{display:block;text-decoration:none;margin-left:-19px;margin-right:-19px}.baloon__img-wrp{position:relative;margin-bottom:.4rem}.baloon__img{display:block;width:100%;height:15rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.baloon__price{position:absolute;bottom:0;left:0;right:0;font-size:1.6rem;color:#fff;background-color:rgba(0,0,0,.5);padding:.3em;margin:0!important}.baloon__content{padding-left:1rem;padding-right:1rem}.baloon__name{font-size:1.4rem;font-weight:700;color:#000;margin-top:0!important;margin-bottom:.3em!important}.baloon__text{font-size:1.2rem;color:#bcbcbc;margin:0!important}.baloon__text span{font-weight:700;color:#000}.complex-baloon .leaflet-popup-content-wrapper{padding-top:0;padding-left:0;padding-right:0;overflow:hidden}.complex-baloon .leaflet-popup-content{margin-top:0}.complex-baloon .leaflet-popup-close-button{background-color:#fff!important;padding:4px!important}.leaflet-ruler{width:30px!important;height:30px!important;background-size:20px}@media print,(min-width:1020px){.table-one{display:-webkit-box;display:-ms-flexbox;display:flex}}.table-one__item{margin-bottom:2rem}@media print,(min-width:1020px){.table-one__item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:33.3333%}}.table-one__header{font-size:1.6rem;color:#666;margin:0 0 1rem}@media print,(min-width:768px){.table-one__header{margin-bottom:1.5rem}}.table-one__value{font-size:1.6rem;color:#333;background-color:#ebeff0;border-radius:1px;padding:1.5rem .8rem;margin:0}.steps-list{text-align:center;list-style:none;padding:0;margin:0}@media print,(min-width:768px){.steps-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}.steps-list__item{padding-left:4rem;padding-right:4rem;-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:767px){.steps-list__item:not(:last-child){margin-bottom:5rem}}@media print,(min-width:768px){.steps-list__item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:33.3333%;max-width:36rem}}.steps-list__icon{display:inline-block;width:5.4rem;height:5.4rem;margin-bottom:1.3rem}.steps-list__header{font-size:1.8rem;font-weight:700;color:#333;margin-top:0;margin-bottom:.8em}.steps-list__text{font-size:1.4rem;line-height:1.3em;color:#333;margin:0}.bank-cinfo__list{list-style:none;padding:0;margin:0}.bank-cinfo__item{font-size:1.6rem;line-height:1.3em;color:#333}.bank-cinfo__item:not(:last-child){margin-bottom:1.5rem}.bank-cinfo__name{display:block;font-weight:700}@media print,(min-width:768px){.bank-cinfo__name{display:inline-block;width:25rem;padding-right:5rem;-webkit-box-sizing:border-box;box-sizing:border-box}}.bank-cinfo__value{display:inline-block;margin:0}.preloader{text-align:center;margin-top:1.5rem}.preloader img{display:inline-block;max-width:20rem}.js-hidden-item{display:none!important}.leadbanner{padding-bottom:2.3rem}@media (max-width:767px){.leadbanner{text-align:center;border-top:1px solid #d7d7d7;padding-top:1rem}}@media print,(min-width:768px){.leadbanner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.leadbanner__photo{display:inline-block;max-width:13rem;max-height:13rem}.leadbanner__photo img{display:inline-block;max-width:100%;max-height:100%}@media (max-width:767px){.leadbanner__photo{margin-bottom:.3rem}}.leadbanner__content{-webkit-box-sizing:border-box;box-sizing:border-box}@media print,(min-width:768px){.leadbanner__content{padding-left:7.7rem}}.leadbanner__content-title{display:inline-block;font-size:1.8rem;line-height:1.2em;margin-top:0;margin-bottom:2rem}@media print,(min-width:768px){.leadbanner__content-title{margin-bottom:.8rem}}.leadbanner__content-descr{font-size:1.6rem;line-height:1.3em;color:#333;margin-top:0;margin-bottom:2rem}.thin-scroll{scrollbar-color:rgba(39,97,216,.9) rgba(255,255,255,.1);scrollbar-width:thin}.thin-scroll::-webkit-scrollbar{width:.5rem;height:.5rem}.thin-scroll::-webkit-scrollbar-corner{background-color:transparent}.thin-scroll::-webkit-scrollbar-thumb{background-color:rgba(39,97,216,.9)}.thin-scroll::-webkit-scrollbar-track{background:rgba(255,255,255,.1)}.fmsgs{list-style:none;margin:0;padding:0}@media print,(min-width:550px){.fmsgs{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-left:-1.5rem;margin-right:-1.5rem}}@media (max-width:1019px){.fmsgs__item{padding-bottom:1rem;border-bottom:1px solid #d7d7d7;margin-bottom:2rem}}@media print,(min-width:550px){.fmsgs__item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:50%;padding-left:1.5rem;padding-right:1.5rem;-webkit-box-sizing:border-box;box-sizing:border-box}}@media print,(min-width:1020px){.fmsgs__item{width:25%}}.fmsgs__link{text-decoration:none}.fmsgs__header{font-size:1.6rem;font-weight:700;color:#333;margin-top:0;margin-bottom:1.5rem}.fmsgs__body{font-size:1.4rem;color:#333;margin-bottom:1rem}.fmsgs__footer{font-size:1.4rem;color:#666}.leaflet-bottom,.leaflet-pane,.leaflet-top{z-index:1!important}.date-list{list-style:none;margin:0;padding:0}@media print,(min-width:768px){.date-list{-webkit-columns:2;-moz-columns:2;columns:2;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}@media print,(min-width:1020px){.date-list{-webkit-columns:3;-moz-columns:3;columns:3}}.date-list__item{display:block;margin-bottom:3rem}.date-list__link{text-decoration:none;margin-bottom:1rem}.date-list__date{display:block;font-size:1.4rem;line-height:1.3em;color:#666;margin-top:.3em;margin-bottom:0}.date-list__name{font-size:1.4rem;line-height:1.3em;margin:0}.branch-baloon{font-size:1.4rem}.branch-baloon__block-header{font-weight:700;color:#333;margin-top:0;margin-bottom:3rem}.branch-baloon__line{padding-left:2.5rem;margin-bottom:2rem}.branch-baloon__header{position:relative;color:#666;margin-top:0!important;margin-bottom:.3rem!important}.branch-baloon__header:before{content:'';position:absolute;left:-2.8rem;top:-.2rem;width:2.4rem;height:2.4rem;background-size:100%;background-position:50% 50%;background-repeat:no-repeat}.branch-baloon__header--pin:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12 2.00024C8.13 2.00024 5 5.13024 5 9.00024C5 14.2502 12 22.0002 12 22.0002C12 22.0002 19 14.2502 19 9.00024C19 5.13024 15.87 2.00024 12 2.00024ZM12 11.5002C10.62 11.5002 9.5 10.3802 9.5 9.00024C9.5 7.62024 10.62 6.50024 12 6.50024C13.38 6.50024 14.5 7.62024 14.5 9.00024C14.5 10.3802 13.38 11.5002 12 11.5002Z' fill='%23666666'/%3E%3C/svg%3E%0A")}.branch-baloon__header--clock:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.99 2.00024C6.47 2.00024 2 6.48024 2 12.0002C2 17.5202 6.47 22.0002 11.99 22.0002C17.52 22.0002 22 17.5202 22 12.0002C22 6.48024 17.52 2.00024 11.99 2.00024ZM12 20.0002C7.58 20.0002 4 16.4202 4 12.0002C4 7.58024 7.58 4.00024 12 4.00024C16.42 4.00024 20 7.58024 20 12.0002C20 16.4202 16.42 20.0002 12 20.0002Z' fill='%23666666'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M12.5 7.00024H11V13.0002L16.25 16.1502L17 14.9202L12.5 12.2502V7.00024Z' fill='%23666666'/%3E%3C/svg%3E%0A")}.branch-baloon__header--tel:before{background-image:url("data:image/svg+xml,%3Csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.62 10.7902C8.06 13.6202 10.38 15.9302 13.21 17.3802L15.41 15.1802C15.68 14.9102 16.08 14.8202 16.43 14.9402C17.55 15.3102 18.76 15.5102 20 15.5102C20.55 15.5102 21 15.9602 21 16.5102V20.0002C21 20.5502 20.55 21.0002 20 21.0002C10.61 21.0002 3 13.3902 3 4.00024C3 3.45024 3.45 3.00024 4 3.00024H7.5C8.05 3.00024 8.5 3.45024 8.5 4.00024C8.5 5.25024 8.7 6.45024 9.07 7.57024C9.18 7.92024 9.1 8.31024 8.82 8.59024L6.62 10.7902Z' fill='%23666666'/%3E%3C/svg%3E%0A")}.branch-baloon__line-value{color:#000;margin:0!important}.branch-baloon .leaflet-popup-content{margin-left:1rem;margin-right:1rem}.msa{position:relative;display:block;text-decoration:none}@media print,(min-width:768px){.msa__content-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.msa__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-sizing:border-box;box-sizing:border-box;padding-top:1.3rem;margin-bottom:.8rem}@media print,(min-width:768px){.msa__footer{padding-top:1.7rem;margin-bottom:0}}.msa__label{display:inline-block;padding:.2rem .5rem;margin-right:1.5rem;margin-top:0;margin-bottom:0;font-size:1.1rem;font-weight:700;color:#999;background-color:#fff;border-radius:2px}@media print,(min-width:768px){.msa__label{margin-right:.8rem}}.msa__descr{margin:0;font-weight:400;font-size:1rem;color:#fff}@media print,(min-width:768px){.msa__descr{font-size:1.4rem}}@media (max-width:767px){.msa__img-wrp{display:none}}.msa__header{font-size:2.2rem;color:#fff;margin-top:0;margin-bottom:.7rem}@media (max-width:767px){.msa__header{margin-right:4rem}}.msa__text{font-size:1.6rem;color:#fff;margin-top:0;margin-bottom:1.5rem}.msa__btn{padding-top:.5rem;padding-bottom:.5rem;margin:0 1rem 0 0}.switcher input[type=checkbox],[v-cloak]{display:none}.specs-list__footer{text-align:center;margin-bottom:4rem}@media (max-width:1019px){.acc-xs-wrp{margin-left:-12px;margin-right:-12px}}@media print,(min-width:1020px){.acc-xs-wrp{display:-webkit-box;display:-ms-flexbox;display:flex}.acc-xs-wrp .acc-xs{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:25%;padding-right:30px;-webkit-box-sizing:border-box;box-sizing:border-box}}.acc-xs{font-size:1.4rem;color:#333;padding:1rem 1.2rem}@media (max-width:1019px){.acc-xs{border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7}.acc-xs--opened .acc-xs__button:after{-webkit-transform:translateY(-50%) rotate(45deg);transform:translateY(-50%) rotate(45deg)}}.acc-xs__button{position:relative;font-size:1.6rem;margin:0}@media print,(min-width:1020px){.acc-xs__button{font-size:1.8rem}}@media (max-width:1019px){.acc-xs__button:after{content:'+';position:absolute;top:50%;right:0;font-size:2.2rem;color:#333;-webkit-transform:translateY(-50%);transform:translateY(-50%);-webkit-transition:-webkit-transform .2s ease-out;transition:transform .2s ease-out;transition:transform .2s ease-out,-webkit-transform .2s ease-out}}.acc-xs__list{list-style:none;padding:0;margin:0}@media (max-width:1019px){.acc-xs__list{max-height:0;overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}}@media print,(min-width:1020px){.acc-xs__list{max-height:none}}.acc-xs__item{margin-bottom:1.5rem}.acc-xs__item:first-child{padding-top:1rem}@media print,(min-width:1020px){.acc-xs__item:first-child{padding-top:2.5rem}}@media (max-width:1019px){.acc-xs+.acc-xs{border-top:none}.acc-xs .js-show-hidden{display:none}.acc-xs .js-hidden-item{display:block!important}}.slider-btn{position:absolute;z-index:1;top:50%;width:27px;height:37px;background-image:url(/img/white-arrows.png);background-size:54px;background-position:0 0;border:0;background-color:transparent;outline:0}.slider-btn--next{right:1rem;-webkit-transform:scale(-1) translateY(50%);transform:scale(-1) translateY(50%)}.slider-btn--prev{left:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.slider-btn--disabled,.slider-red-btn.swiper-button-disabled{opacity:.5}.slider-red-btn{position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:transparent;border:0;padding:0}.slider-red-btn--next{-webkit-transform:translateY(-50%) scale(-1);transform:translateY(-50%) scale(-1)}.slider-red-btn svg{display:block;width:1.5rem;height:2.5rem;fill:#c4161c}.slider-red-btn:hover svg{fill:#ad1319}.news-line-prv{display:grid;-webkit-box-align:start;-ms-flex-align:start;align-items:start;grid-template-columns:repeat(3,1fr);grid-column-gap:4rem;overflow:auto}.news-line-prv__item{min-width:20rem;text-decoration:none}.news-line-prv__img{display:block;width:100%;height:12rem;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;margin-bottom:.5rem}.news-line-prv__link{margin-top:0;margin-bottom:1rem}.news-line-prv__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.news-line-prv__date{font-size:1.4rem;color:#999;margin:0 1rem 0 0}.news-line-prv__watched,.rating{margin:0}.rating{padding:0;border:0}.rating__caption{margin-bottom:.5em;padding:0}.rating__group{position:relative;z-index:1;width:20em;height:2em;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E");background-size:2em auto;background-repeat:repeat-x}.rating__input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.rating__star{position:absolute;top:0;left:0;margin:0;height:2em;font-size:inherit;cursor:pointer;background-size:2em auto;background-repeat:repeat-x}.rating__star:nth-of-type(1){z-index:10;width:2em}.rating__star:nth-of-type(2){z-index:9;width:4em}.rating__star:nth-of-type(3){z-index:8;width:6em}.rating__star:nth-of-type(4){z-index:7;width:8em}.rating__star:nth-of-type(5){z-index:6;width:10em}.rating__star:nth-of-type(6){z-index:5;width:12em}.rating__star:nth-of-type(7){z-index:4;width:14em}.rating__star:nth-of-type(8){z-index:3;width:16em}.rating__star:nth-of-type(9){z-index:2;width:18em}.rating__star:nth-of-type(10){z-index:1;width:20em}.rating__input:checked+.rating__star,.rating__star:hover{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23FDB53C' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E")}.rating__star:hover~.rating__star{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E")}.rated{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rated__star{height:2em;width:2em;background-size:contain}.rated__star:not(.rated__star--full){background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%239b9b9b' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E")}.rated__star--full{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 19'%3E%3Cpath fill='%23FDB53C' d='M10 0l2.36 7.28L20 7.25l-6.19 4.47L16.19 19 10 14.48 3.83 19l2.36-7.28L0 7.25l7.66.03z'/%3E%3C/svg%3E")}.new-rating{margin:0;padding:0;border:0}.new-rating__caption{margin-bottom:.5rem;padding:0}.new-rating__group{position:relative;z-index:1;width:16rem;height:3.2rem;background-image:url('data:image/svg+xml,<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 1.04429L20.5455 9.37893L20.6591 9.58731L20.8924 9.63099L30.2237 11.3784L23.7016 18.277L23.5386 18.4494L23.5691 18.6848L24.7907 28.0994L16.2144 24.0283L16 23.9265L15.7856 24.0283L7.20925 28.0994L8.43088 18.6848L8.46143 18.4494L8.29837 18.277L1.77627 11.3784L11.1076 9.63099L11.3409 9.58731L11.4545 9.37893L16 1.04429Z" stroke="%23666666"/></svg>');background-size:3.2rem auto;background-repeat:repeat-x}.new-rating__input{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0)}.new-rating__star{position:absolute;top:0;left:0;margin:0;height:3.2rem;font-size:inherit;cursor:pointer;background-size:3.2rem auto;background-repeat:repeat-x}.new-rating__star:nth-of-type(1){z-index:10;width:3.2rem}.new-rating__star:nth-of-type(2){z-index:9;width:6.4rem}.new-rating__star:nth-of-type(3){z-index:8;width:9.6rem}.new-rating__star:nth-of-type(4){z-index:7;width:12.8rem}.new-rating__star:nth-of-type(5){z-index:6;width:16rem}.new-rating__input:checked+.new-rating__star,.new-rating__star:hover{background-image:url('data:image/svg+xml,<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 0L20.9844 9.13954L31.2169 11.0557L24.065 18.6205L25.4046 28.9443L16 24.48L6.59544 28.9443L7.93504 18.6205L0.783095 11.0557L11.0156 9.13954L16 0Z" fill="%23FDB53C"/></svg>')}.new-rated{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.new-rated__star{height:2rem;width:2rem;margin-right:.3rem;background-size:cover;background-position:center}.new-rated__star:not(.new-rated__star--full){background-image:url('data:image/svg+xml,<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 1.04429L20.5455 9.37893L20.6591 9.58731L20.8924 9.63099L30.2237 11.3784L23.7016 18.277L23.5386 18.4494L23.5691 18.6848L24.7907 28.0994L16.2144 24.0283L16 23.9265L15.7856 24.0283L7.20925 28.0994L8.43088 18.6848L8.46143 18.4494L8.29837 18.277L1.77627 11.3784L11.1076 9.63099L11.3409 9.58731L11.4545 9.37893L16 1.04429Z" stroke="%23666666"/></svg>')}.new-rated__star--full{background-image:url('data:image/svg+xml,<svg width="32" height="29" viewBox="0 0 32 29" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M16 0L20.9844 9.13954L31.2169 11.0557L24.065 18.6205L25.4046 28.9443L16 24.48L6.59544 28.9443L7.93504 18.6205L0.783095 11.0557L11.0156 9.13954L16 0Z" fill="%23FDB53C"/></svg>')}.share-popup{text-align:center;padding:3rem 2rem 2rem}.share-popup__soc-list-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.share-popup__soc-list{margin-bottom:2rem}.share-popup__soc-list-item{margin-left:1rem}@media print,(min-width:1571px){.share-popup__soc-list-item{margin-left:2rem}}.share-popup__soc-list-item:hover{opacity:.8}.share-popup__soc-list-item img{width:100%;height:calc(100% - 2rem);-o-object-fit:contain;object-fit:contain}.share-popup__agree{max-width:36rem;font-size:1.2rem;line-height:1.2em;text-align:center;color:#999}.share-popup__agree a{color:#999}.share-popup__agree a:hover{color:#000}.share-popup__btn{padding:1.5rem 4.9rem}.share-popup__url-wrp{margin-bottom:1.2rem}.share-popup__url{width:100%;background-color:#ddd;border:1px solid #c9c9c9;border-radius:0;padding:1.5rem .8rem;-webkit-box-sizing:border-box;box-sizing:border-box;color:#000;text-align:center}.share-popup__link,.share-popup__url{font-size:1.6rem;font-weight:700;line-height:1.3em;letter-spacing:.3px}.share-popup .ya-share2__item:not(:last-child){margin-right:1rem!important}@media print,(min-width:768px){.share-popup .ya-share2__item:not(:last-child){margin-right:2rem!important}}.sleadform__win{position:relative;max-height:100%;max-width:49rem;background-color:#fff;padding:4rem 2rem 0;-webkit-box-sizing:border-box;box-sizing:border-box;overflow-y:auto}.sleadform__win-inner{padding-bottom:2rem}@media print,(min-width:550px){.sleadform__win-inner{padding-left:4.5rem;padding-right:4.5rem}}.sleadform__form{margin-bottom:2rem}.sleadform__input{margin-bottom:1.5rem}.sleadform__copyright{margin-top:0;margin-bottom:0}.sleadform .input-line__input{width:100%}.sleadform textarea.input-line__input{height:4.2em;resize:none}.lead-agent{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background-color:#f5f5f5;padding:1.2rem 2rem;margin-left:-2rem;margin-right:-2rem}.lead-agent__descr{padding-right:2rem}.lead-agent__header{font-size:1.6rem;color:#666;margin-top:0;margin-bottom:1rem}.lead-agent__text{font-size:1.4rem;color:#333;margin-top:0;margin-bottom:.3rem}.lead-agent__avatar{max-width:8.2rem;max-height:10rem;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.page-wrp__breads,.page-wrp__header{margin-bottom:2rem}.simple-block{margin-bottom:5rem}@media print,(min-width:1020px){.simple-block{max-width:70%}}.simple-block__text{font-size:1.4rem;line-height:1.5em}.simple-block__text .link{margin-right:.3em}.soc-line__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:0;margin:0 -.5rem;list-style:none}.soc-line__li{margin:.5rem}.soc-line__logo{display:block;width:3rem}.soc-line button{padding:0;border:0;background-color:transparent}.recaptcha-adaptive{-moz-transform:scale(.77);-ms-transform:scale(.77);-o-transform:scale(.77);-moz-transform-origin:0;-ms-transform-origin:0;-o-transform-origin:0;-webkit-transform:scale(.77);transform:scale(.77);-webkit-transform-origin:0 0;transform-origin:0;filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.77, M12=0, M21=0, M22=0.77, SizingMethod='auto expand')}.select{position:relative;border:1px solid #c4c4c4}.select:after{content:'';position:absolute;top:50%;right:1rem;width:.7rem;height:.7rem;border-right:1px solid #000;border-bottom:1px solid #000;-webkit-transform:rotate(45deg) translate(-50%,-50%);transform:rotate(45deg) translate(-50%,-50%)}.select__select{width:100%;padding:.8rem 2.5rem .8rem 1.5rem;font-size:1.6rem;color:#000;border:0;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none}.switcher{position:relative;display:block;min-height:2.5rem}.switcher input[type=checkbox]+span{position:relative;display:block;padding-left:5.5rem;font-size:1.4rem;line-height:1.3em;cursor:pointer}.switcher input[type=checkbox]+span:after,.switcher input[type=checkbox]+span:before{content:"";position:absolute;left:0;top:-.5rem;height:2.4rem;border:1px solid transparent;border-radius:2rem}.switcher input[type=checkbox]+span:before{width:4.6rem;background-color:rgba(33,33,33,.08);-webkit-transition:background .2s ease-out;transition:background .2s ease-out}.switcher input[type=checkbox]+span:after{width:2.4rem;margin-left:0;background-color:#fff;background-clip:padding-box;-webkit-box-shadow:0 4px 6px 0 rgba(91,123,154,.4);box-shadow:0 4px 6px 0 rgba(91,123,154,.4);-webkit-transition:margin-left .1s ease-in-out;transition:margin-left .1s ease-in-out}.switcher input[type=checkbox]:checked+span:before{-webkit-transition:background .2s ease-in;transition:background .2s ease-in;background:rgba(245,73,60,.27)}.switcher input[type=checkbox]:checked+span:after{margin-left:2.5rem;border-color:#c4161c;background:#c4161c}.switcher input[type=checkbox]:not(:checked)+span:after{-webkit-animation:popOut ease-in .3s normal;animation:popOut ease-in .3s normal}.why-we{margin-bottom:6rem}.why-we__block-header{margin-bottom:4rem;text-align:center}.why-we__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem;row-gap:5.5rem;margin:0;padding:0;text-align:center;list-style:none}@media (max-width:767px){.why-we__list{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}}@media print,(min-width:768px){.why-we__list{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-left:auto;margin-right:auto}}.why-we__item{max-width:25rem}.why-we__icon{display:inline-block;width:10rem;margin-bottom:2rem}.why-we__header{margin-top:0;margin-bottom:1.8rem;font-size:1.8rem}.why-we__text{font-size:1.4rem;line-height:1.3em}@media (max-width:767px){.connect-toolbar{position:fixed;z-index:2;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex}}@media print,(min-width:768px){.connect-toolbar{display:none}}.connect-toolbar__icon-btn{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:5.5rem;min-height:5rem;text-align:center;border:0;background-color:#999;border-right:1px solid #fff}.connect-toolbar__icon-btn svg{width:2.2rem;height:2.2rem}.connect-toolbar__btn{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;width:100%;font-size:1.6rem}.video-preview{position:relative;padding-top:56.25%;background-size:cover;background-position:50% 50%}.video-preview--init:before{content:'';position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(1turn,rgba(21,21,21,.8) -24.5%,rgba(27,27,27,0) 69.25%)}.video-preview__btn{position:absolute;top:50%;left:50%;padding:0;background-color:transparent;border:0;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.video-preview__btn:hover .video-preview__btn-icon{fill:#c4161c}.video-preview__btn-icon{display:block;fill:#fff}.video-preview__video{position:absolute;top:0;left:0;width:100%;height:100%}.mapPricePin{position:relative;border-radius:8px;background:#2761d8;cursor:pointer}.mapPricePin:hover{background:#2357c2}.mapPricePin--active{background:#c4161c}.mapPricePin span{display:block;padding:3px 5px;color:#fff;font-weight:700;font-size:12px;line-height:12px;text-align:center;white-space:nowrap}.da-info-wrp{position:relative}.da-info--active .da-info__icon{background-size:1.2rem;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.04102 2.04004L10.501 10.5M18.961 18.96L10.501 10.5M10.501 10.5L18.961 2.04004L2.04102 18.96' stroke='black' stroke-width='3'/%3E%3C/svg%3E%0A")}.da-info--active,.da-info--active .da-info__text{display:block}.da-info__icon{position:absolute;z-index:1;top:.4rem;right:.4rem;width:2.4rem;height:2.4rem;border:0;background-color:#fff;border-radius:50%;background-image:url("data:image/svg+xml,%3Csvg width='8' height='20' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='4' cy='4' r='1.5'%3E%3C/circle%3E%3Ccircle cx='4' cy='10' r='1.5'%3E%3C/circle%3E%3Ccircle cx='4' cy='16' r='1.5'%3E%3C/circle%3E%3C/svg%3E");background-size:contain;background-position:50% 50%;background-repeat:no-repeat;opacity:.8;-webkit-box-shadow:0 0 1px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.3);box-shadow:0 0 1px rgba(0,0,0,.3),0 1px 3px rgba(0,0,0,.3);cursor:pointer}.da-info__icon:not(:hover){opacity:.5}.da-info__text{display:none;position:absolute;z-index:2;top:3.5rem;right:0;padding:1.6rem 2rem 1.6rem .6rem;width:20rem;text-align:left;background-color:#fff;border-radius:1.6rem;-webkit-box-shadow:0 0 1px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1)}.da-info__text span{display:block;color:#333;font-size:1.2rem;line-height:1.3}.da-info__text span+span{margin-top:.6rem}.da-info__copyBtn{margin-top:1rem;font-size:1.4rem}.map-link{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex}.map-link:before{content:'';width:1.2rem;height:1.6rem;background-position:50% 50%;background-size:contain;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='12' height='16' viewBox='0 0 12 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M6.16096 1C3.48926 1 1.31592 3.09333 1.31592 5.66667C1.31592 9.16667 6.16096 14.3333 6.16096 14.3333C6.16096 14.3333 11.006 9.16667 11.006 5.66667C11.006 3.09333 8.83265 1 6.16096 1ZM6.16075 3C7.3028 3 8.2372 3.9 8.2372 5C8.2372 6.11 7.3028 7 6.16075 7C5.01871 7 4.08431 6.11 4.08431 5C4.08431 3.9 5.01871 3 6.16075 3Z' fill='white'/%3E%3Cpath d='M6.16096 14.3333L5.79623 14.6754L6.16096 15.0643L6.52568 14.6754L6.16096 14.3333ZM6.16096 0.5C3.23096 0.5 0.815918 2.79968 0.815918 5.66667H1.81592C1.81592 3.38699 3.74756 1.5 6.16096 1.5V0.5ZM0.815918 5.66667C0.815918 6.64668 1.15196 7.70287 1.6196 8.70826C2.09046 9.7206 2.71352 10.7208 3.32891 11.5994C3.94535 12.4794 4.56072 13.2466 5.02156 13.7935C5.25221 14.0673 5.44474 14.2865 5.5801 14.4378C5.64779 14.5135 5.70123 14.5723 5.73804 14.6124C5.75644 14.6325 5.77069 14.6479 5.78049 14.6584C5.78538 14.6637 5.78917 14.6678 5.79181 14.6706C5.79313 14.672 5.79416 14.6731 5.7949 14.6739C5.79527 14.6743 5.79556 14.6746 5.79578 14.6749C5.7959 14.675 5.79601 14.6751 5.79606 14.6752C5.79616 14.6753 5.79623 14.6754 6.16096 14.3333C6.52568 13.9913 6.52572 13.9914 6.52574 13.9914C6.52572 13.9914 6.52572 13.9914 6.52568 13.9913C6.52561 13.9912 6.52547 13.9911 6.52525 13.9909C6.52482 13.9904 6.52409 13.9896 6.52308 13.9885C6.52106 13.9864 6.5179 13.983 6.51363 13.9784C6.50509 13.9692 6.49213 13.9551 6.47505 13.9365C6.44088 13.8993 6.39023 13.8436 6.32544 13.7711C6.19584 13.6263 6.00984 13.4145 5.78628 13.1492C5.33868 12.618 4.74279 11.8748 4.14796 11.0256C3.55209 10.175 2.9639 9.22732 2.52631 8.28653C2.0855 7.3388 1.81592 6.43665 1.81592 5.66667H0.815918ZM6.16096 14.3333C6.52568 14.6754 6.52575 14.6753 6.52585 14.6752C6.5259 14.6751 6.52601 14.675 6.52613 14.6749C6.52635 14.6746 6.52665 14.6743 6.52702 14.6739C6.52775 14.6731 6.52879 14.672 6.5301 14.6706C6.53274 14.6678 6.53653 14.6637 6.54143 14.6584C6.55122 14.6479 6.56547 14.6325 6.58388 14.6124C6.62068 14.5723 6.67412 14.5135 6.74181 14.4378C6.87717 14.2865 7.0697 14.0673 7.30035 13.7935C7.7612 13.2466 8.37656 12.4794 8.993 11.5994C9.60839 10.7208 10.2315 9.7206 10.7023 8.70826C11.1699 7.70287 11.506 6.64668 11.506 5.66667H10.506C10.506 6.43665 10.2364 7.3388 9.7956 8.28653C9.35801 9.22732 8.76982 10.175 8.17395 11.0256C7.57912 11.8748 6.98323 12.618 6.53563 13.1492C6.31207 13.4145 6.12607 13.6263 5.99647 13.7711C5.93168 13.8436 5.88103 13.8993 5.84686 13.9365C5.82978 13.9551 5.81682 13.9692 5.80828 13.9784C5.80401 13.983 5.80085 13.9864 5.79883 13.9885C5.79782 13.9896 5.7971 13.9904 5.79666 13.9909C5.79644 13.9911 5.7963 13.9912 5.79623 13.9913C5.79619 13.9914 5.79619 13.9914 5.79617 13.9914C5.79619 13.9914 5.79623 13.9913 6.16096 14.3333ZM11.506 5.66667C11.506 2.79968 9.09095 0.5 6.16096 0.5V1.5C8.57435 1.5 10.506 3.38699 10.506 5.66667H11.506ZM6.16075 3.5C7.0445 3.5 7.7372 4.19365 7.7372 5H8.7372C8.7372 3.60635 7.5611 2.5 6.16075 2.5V3.5ZM7.7372 5C7.7372 5.81475 7.04615 6.5 6.16075 6.5V7.5C7.55944 7.5 8.7372 6.40525 8.7372 5H7.7372ZM6.16075 6.5C5.27535 6.5 4.58431 5.81475 4.58431 5H3.58431C3.58431 6.40525 4.76207 7.5 6.16075 7.5V6.5ZM4.58431 5C4.58431 4.19365 5.27701 3.5 6.16075 3.5V2.5C4.76041 2.5 3.58431 3.60635 3.58431 5H4.58431Z' fill='%232761D8'/%3E%3C/svg%3E%0A");margin-right:.4rem}.map-link:focus{outline:0}.map-link:focus span{border-bottom:1px solid #2761d8}.map-link span{font-size:1.4rem;color:#666;border-bottom:1px dashed #666}.warning-text{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;color:#c4161c}.warning-text:before{content:'';margin-right:.3rem;width:1.6rem;height:1.6rem;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-image:url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0nMTYnIGhlaWdodD0nMTYnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nbm9uZScgeG1sbnM9J2h0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnJz48cGF0aCBmaWxsLXJ1bGU9J2V2ZW5vZGQnIGNsaXAtcnVsZT0nZXZlbm9kZCcgZD0nTTcuOTkxMDkgMS4zMzMyNUM0LjMxNTI5IDEuMzMzMjUgMS4zMzIwMyA0LjMxOTkyIDEuMzMyMDMgNy45OTk5MkMxLjMzMjAzIDExLjY3OTkgNC4zMTUyOSAxNC42NjY2IDcuOTkxMDkgMTQuNjY2NkMxMS42NjY5IDE0LjY2NjYgMTQuNjUwMSAxMS42Nzk5IDE0LjY1MDEgNy45OTk5MkMxNC42NTAxIDQuMzE5OTIgMTEuNjY2OSAxLjMzMzI1IDcuOTkxMDkgMS4zMzMyNVpNOC42NTY5OSAxMS4zMzMzSDcuMzI1MThWOS45OTk5Mkg4LjY1Njk5VjExLjMzMzNaTTguNjU2OTkgOC42NjY1OEg3LjMyNTE4VjQuNjY2NThIOC42NTY5OVY4LjY2NjU4WicgZmlsbD0nI0M0MTYxQycvPjwvc3ZnPgo=)}.burger{width:2.4rem;padding:0;-webkit-box-sizing:content-box;box-sizing:content-box;background-color:transparent;border:0}.burger__line{display:block;height:.3rem;width:100%;background-color:#a70b00}.burger__line+.burger__line{margin-top:.4rem}.mm__list{padding:0;margin:0;display:grid;list-style:none}.mm__line{padding:1.5rem 3rem}.mm__line:first-child{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mm__line--bordered{border-bottom:1px solid #d1d1d1}.mm__login-btn{padding:.5rem;width:9rem}.h-menu__sub-menu a,.h-menu__sub-menu button,.mm__link{font-size:1.4rem;color:#333;text-decoration:none;background-color:transparent;border:0}.mm__link--with-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.mm__close-btn svg,.mm__link-icon{display:block;width:2rem;height:2rem}.mm__close-btn{padding:0;padding-right:1rem;background-color:transparent;border:0}.h-menu{text-align:left}.h-menu:hover .h-menu__block-name{color:#a70b00}.h-menu:hover .h-menu__dropdown{visibility:visible;opacity:1;-webkit-transition-delay:.2s;transition-delay:.2s}.h-menu__block-name{position:relative;display:inline-block;padding:.7rem 1.5rem;font-size:1.4rem;text-decoration:none;cursor:pointer}@media print,(min-width:1020px){.h-menu__block-name{font-weight:500;color:#333}.h-menu__block-name--red{color:#fff!important;background-color:#c4161c;border-radius:.6rem}}.h-menu__dropdown{position:absolute;z-index:4;top:100%;left:0;right:0;padding-top:6rem;padding-bottom:1.5rem;visibility:hidden;opacity:0;background-color:#fff;border-top:1px solid rgba(215,215,215,.7);border-bottom:1px solid rgba(215,215,215,.7);-webkit-transition:opacity .1s linear .3s,visibility .1s linear .3s;transition:opacity .1s linear .3s,visibility .1s linear .3s}.h-menu__content{display:grid;grid-template-rows:1fr auto;min-height:30rem}.h-menu__main{display:grid;grid-template-columns:1fr 1fr auto;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}.h-menu__header{margin-top:0;margin-bottom:2.5rem;font-size:2.4rem;font-weight:500;color:#333}.h-menu__nav{display:grid;row-gap:2rem;margin:0;padding:0;list-style:none}.h-menu__nav--bold{font-weight:500}.h-menu__nav .link{font-size:1.6rem}.h-menu__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem;font-weight:500}.h-menu__sub-menu,.h__partner .h__partner-info{position:absolute;top:100%;display:none;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff}.h-menu__sub-menu{z-index:4;right:0;margin:0;padding:1rem 0;-webkit-box-shadow:0 4px 4px rgba(0,0,0,.25),inset 0 1px 2px rgba(0,0,0,.3);box-shadow:0 4px 4px rgba(0,0,0,.25),inset 0 1px 2px rgba(0,0,0,.3);list-style:none}.h-menu__sub-menu a,.h-menu__sub-menu button{display:block;width:100%;padding:.7rem 1.7rem;-webkit-box-sizing:border-box;box-sizing:border-box;white-space:nowrap;text-align:left}.h-menu__sub-menu a:hover,.h-menu__sub-menu button:hover{background-color:#ebebeb}.h{position:relative;padding-top:.6rem;padding-bottom:.6rem;margin-bottom:2rem;font-family:"Roboto",sans-serif;border-top:1px solid rgba(215,215,215,.7);border-bottom:1px solid rgba(215,215,215,.7)}@media print,(min-width:1020px){.h{padding-top:4.2rem;padding-bottom:0}}.h--nomgb{margin-bottom:0}.h__top-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}@media print,(min-width:1020px){.h__top-line{padding-bottom:1.5rem}}@media (max-width:1019px){.h__main{display:grid;grid-template-columns:2.4rem 8rem auto;-webkit-box-align:end;-ms-flex-align:end;align-items:end;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}@media print,(min-width:1020px){.h__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:1019px){.h__burger{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}}@media print,(min-width:1020px){.h__burger{display:none}}.h__logo-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none}@media print,(min-width:1020px){.h__logo-wrp{-webkit-transform:translateY(-1.2rem);transform:translateY(-1.2rem)}}.h__logo{display:block;width:100%;height:2.6rem}@media print,(min-width:1020px){.h__logo{width:13.6rem;height:4.5rem;margin-right:1.5rem}}@media (max-width:1019px){.h__logo-label-wrp{grid-column:1/4;grid-row:2;margin-top:1rem}}.h__logo-label{display:block;max-width:100%;font-size:1rem;line-height:1em;color:#a70b00;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media (max-width:767px){.h__logo-label{width:22rem}}@media print,(min-width:1020px){.h__logo-label{margin-right:2rem;font-size:1.4rem}.h__logo-label:before{content:'— '}}.h__partner{position:relative}.h__partner:hover .h__partner-info{display:block}.h__partner .h__partner-info{z-index:1;left:0;padding:1rem .8rem;width:20rem;font-size:1rem;color:#333;border:1px solid #d1d1d1}.h__btns-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style:none}@media print,(min-width:1020px){.h__btns-wrp{margin-right:3rem}}@media (max-width:1019px){.h__btns-item--hidden-xs{display:none}}@media print,(min-width:1020px){.h__btns-item--hidden-lg{display:none}}.h__btn{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:.5rem;background-color:transparent;border:0;text-decoration:none}@media print,(min-width:768px){.h__btn{padding:.7rem}}.h__btn:hover{opacity:.7}.h__btn-icon{display:block;height:2.6rem;width:2.6rem}@media print,(min-width:1020px){.h__btn-icon{height:2.6rem;width:2.6rem}}.h__btn-label{position:absolute;top:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:2rem;height:2rem;font-size:1.4rem;color:#fff;background-color:#a70b00;border-radius:50%}@media print,(min-width:1020px){.h__login-btn{width:8.8rem;padding:.5rem}.h__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:1019px){.h__menu-wrp{display:none}}@media print,(min-width:1020px){.h__menu-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.h__menu{margin:0;padding:0;list-style:none}@media print,(min-width:1020px){.h__menu{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;margin-left:-1.5rem}.h__additional,.h__menu-item{padding-bottom:2.4rem}.h__additional{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}}.f ul li a,.h__tel{text-decoration:none}.f ul li,.h__tel{font-size:1.4rem}@media print,(min-width:1020px){.h__tel{font-weight:500;color:#333}}.h__region:hover,.h__tel:hover{color:#a70b00}@media print,(min-width:1020px){.h__region-wrp{width:8.8rem}}.h__region{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:.6rem;-moz-column-gap:.6rem;column-gap:.6rem;padding:0;font-size:1.4rem;text-decoration:none;background-color:transparent;border:0}@media print,(min-width:1020px){.h__region{font-weight:500;color:#333}}.h__region-icon{display:block;width:1.2rem;height:1.2rem;-ms-flex-negative:0;flex-shrink:0}@media (max-width:1019px){.h__mobile-menu{position:fixed;z-index:100;top:0;left:0;right:0;bottom:0;overflow:auto;background-color:#fff;-webkit-transform:translateY(-100%);transform:translateY(-100%);visibility:hidden;opacity:0;-webkit-transition:all 200ms cubic-bezier(0,.9,.4,1);transition:all 200ms cubic-bezier(0,.9,.4,1)}.h__mobile-menu--opened{-webkit-transform:translateY(0);transform:translateY(0);visibility:visible;opacity:1;-webkit-transition-timing-function:cubic-bezier(.26,.92,.34,1);transition-timing-function:cubic-bezier(.26,.92,.34,1)}}@media print,(min-width:1020px){.h__mobile-menu{display:none}}.h__profile-wrp{position:relative;min-width:9rem}@media (max-width:1019px){.h__profile-wrp{display:none}}.h__profile-wrp--opened .h-menu__sub-menu{display:block}.h__login-link{padding:0;background-color:transparent;border:0}.h__login-link:hover{opacity:.7}.h__login-link-icon{display:block;width:2.6rem;height:2.6rem}.f{color:#ccc;background-color:#373737;padding-top:2.5rem;padding-bottom:2.5rem;margin-top:3rem}@media print,(min-width:1020px){.f{margin-top:5rem}}.f ul,.f--no-mgt{margin-top:0}.f__top{padding-bottom:2.5rem;margin-bottom:2.5rem;border-bottom:1px solid #c9c9c9}@media print,(min-width:768px){.f__top{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.f__top-menu{-ms-flex-preferred-size:33%;flex-basis:33%}}@media print,(min-width:1280px){.f__top-menu{-ms-flex-preferred-size:20%;flex-basis:20%}}.f__menu-title{margin-top:0;margin-bottom:1rem;font-weight:700;font-size:1.6rem;line-height:1.2em}.f a.f__menu-link{font-weight:400;font-size:1.4rem;line-height:1.2em;color:#fff}@media print,(min-width:768px){.f__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}}.f ul{list-style:none;padding-left:0;margin-bottom:0}@media print,(min-width:768px){.f ul{display:inline-block}.f ul:first-child{margin-right:4rem}}.f ul li{line-height:2em}.f ul li a{color:#ccc}.f ul:not(:first-child){margin-bottom:2rem}.f__soc-btns{margin-bottom:2rem}@media print,(min-width:768px){.f__soc-btns{display:inline-block;vertical-align:top}}.f__soc-btns a{display:inline-block;-webkit-box-sizing:border-box;box-sizing:border-box;padding:.3rem}@media print,(min-width:1280px){.f__soc-btns a{padding:.3rem .8rem}}.f__soc-btns a img{width:3rem;height:3rem}.f__soc-btns a:hover{opacity:.8}.f__rating .f__rating-title{color:#ccc}.f__rating .new-rated{margin-bottom:.7rem}.f__rating-btn,.f__rating-title{font-size:1.4rem;line-height:1.1em}.f__rating-title{margin-top:0;margin-bottom:.7rem}.f__rating-btn{margin-bottom:2.5rem;padding:0;background-color:transparent;border:0;color:#ccc}@media (max-width:767px){.f__rating-btn{margin-top:.5rem}}.f__apps{margin-bottom:2rem}@media print,(min-width:1020px){.f__apps{display:inline-block;vertical-align:top;margin-left:6rem;margin-bottom:0}}.f__apps a{display:inline-block}@media print,(min-width:768px){.f__apps a{display:block}.f__apps a:first-child{margin-bottom:1rem}}@media print,(min-width:1020px){.f__apps a{display:inline-block}}.f__apps a img{width:auto;height:3.5rem}.f__apps a+a{margin-left:1.5rem}@media print,(min-width:768px){.f__apps a+a{margin-left:0}}@media print,(min-width:1020px){.f__apps a+a{margin-left:1.5rem}}.f__copyright{font-size:1.3rem;line-height:1.4em;color:#fff;margin-bottom:0}.f__copyright a{color:#fff;text-decoration:none}.f__copyright a:hover{text-decoration:underline}.popup{position:fixed;z-index:50;top:0;bottom:0;left:0;right:0;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:rgba(0,0,0,.5)}.popup--active{display:-webkit-box;display:-ms-flexbox;display:flex}.popup textarea{height:5em}.popup .picker__list{max-height:11.5rem}.popup__win{position:relative;font-size:1.4rem;max-height:100%;padding:2rem;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#f3f3f3;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.25);box-shadow:1px 1px 4px rgba(0,0,0,.25);overflow-y:auto}@media (max-width:1019px){.popup__win{width:100%}}.popup__win--min{max-width:40rem}.popup__win--white{background-color:#fff}.popup__error{display:none;max-width:45rem}.popup__error--active{display:block}.popup__close-btn{position:absolute;top:0;right:0;width:3rem;height:3rem;background-color:transparent;border:0;cursor:pointer;padding:0}.popup__close-btn:after,.popup__close-btn:before{content:'';position:absolute;height:2px;width:1.6rem;background-color:#aaa;top:50%;left:50%}.popup__close-btn:before{-webkit-transform:translate(-50%,-50%) rotate(-45deg);transform:translate(-50%,-50%) rotate(-45deg)}.popup__close-btn:after{-webkit-transform:translate(-50%,-50%) rotate(45deg);transform:translate(-50%,-50%) rotate(45deg)}.popup__close-btn:focus:after,.popup__close-btn:focus:before,.popup__close-btn:hover:after,.popup__close-btn:hover:before{background-color:#333}.popup__close-btn--gallery{top:1rem;right:1rem}.popup__close-btn--gallery:after,.popup__close-btn--gallery:before{background-color:#fff;width:3rem}.popup__input-line{margin-bottom:1.5rem}.popup__btn-right-wrp{text-align:right}.popup__btns-wrp{margin-left:-.5rem;margin-right:-.5rem}.popup__btns-wrp .btn{margin:.5rem}.popup__result-text{color:#41a85f;margin-top:.5em;margin-bottom:0}.popup__copyright{font-size:1.2rem;color:#999}@media print,(min-width:768px){.popup__copyright{font-size:1.4rem}}.popup--subscribe .popup__win{max-width:43rem;-webkit-box-sizing:border-box;box-sizing:border-box;border:1px solid #41a85f}.popup--subscribe-bottom{top:auto;left:1rem;right:1rem;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;background-color:transparent;margin-bottom:1rem}@media print,(min-width:768px){.popup--subscribe-bottom{left:50%;right:auto;-webkit-transform:translateX(-50%);transform:translateX(-50%);margin-bottom:2rem}}@media (max-width:767px){.popup--subscribe-bottom .subscr__descr{display:none}}.popup--login .popup__win{width:100%;max-width:32rem}.popup--complain .popup__win,.popup--complex-subscribe .popup__win,.popup--lead-docs .popup__win,.popup--lead-msg .popup__win,.popup--send-msg .popup__win,.popup--support-question .popup__win{width:100%;max-width:42rem}.popup--complain .input-line__input,.popup--complex-subscribe .input-line__input,.popup--lead-docs .input-line__input,.popup--lead-msg .input-line__input,.popup--send-msg .input-line__input,.popup--support-question .input-line__input{width:100%}@media (max-width:767px){.popup--complain .rating__group,.popup--complex-subscribe .rating__group,.popup--lead-docs .rating__group,.popup--lead-msg .rating__group,.popup--send-msg .rating__group,.popup--support-question .rating__group{font-size:1.2rem}}.popup--regions{text-align:left;z-index:1215}.popup--regions .popup__win{width:100%;max-width:144rem;font-size:1.6rem;background-color:#fff;padding-top:4rem}@media print,(min-width:1020px){.popup--regions .popup__win{padding-left:17rem;padding-right:17rem}}.popup--regions .header-text{margin-bottom:3rem}@media (max-width:767px){.popup--regions .header-text{display:none}}@media print,(min-width:1020px){.popup--regions .header-text{font-size:3.4rem;text-align:center}}.popup--regions .input{width:100%;height:auto;padding:.6rem .8rem;line-height:1.6em;margin-bottom:3rem}@media (max-width:767px){.popup--regions .input{font-size:1.6rem}}@media print,(min-width:768px){.popup--mortage-table .popup__win{padding:6rem 9rem}}.popup--mortage-table .all-docs-btn{display:inline-block;margin-top:2rem}@media print,(min-width:768px){.popup--mortage-table .all-docs-btn{font-size:1.6rem}}.popup--mortage-steps .popup__win{max-width:76rem}@media print,(min-width:768px){.popup--mortage-steps .popup__win{padding:6rem 9rem}}.popup--send-docs .popup__win{max-width:35rem}.popup--send-docs .header-text{margin-top:0;margin-bottom:3rem}.popup--send-docs .text{margin-top:0;margin-bottom:1em}.popup--send-docs .input-line{margin-bottom:1rem}.popup--send-docs .btn,.popup--send-docs .input-line__input{width:100%}.popup--planp .popup__win{max-width:144rem;padding-bottom:0}@media print,(min-width:1020px){.popup--planp .complex__actions{padding-left:4rem;padding-right:4rem}}@media print,(min-width:1280px){.popup--planp .complex__actions{padding-left:11rem;padding-right:11rem}}@media (max-width:1019px){.popup--planp .clead__company{margin-left:-2rem;margin-right:-2rem}.popup--planp .clead__connect:before{left:-2rem;right:-2rem}}.popup--simple .popup__win{width:100%;max-width:62rem}.popup--rating{text-align:center}.popup--rating .popup__btn-wrp{max-width:16em;margin:0 auto;margin-bottom:2.8rem;text-align:center}.popup--rating .btn{width:100%}.popup--rating .new-rating__group{margin:0 auto}.popup--rating .popup__win{background-color:#fff}.popup--rating .header-text{margin-bottom:2.7rem}.popup--rating .new-rating{margin-bottom:3.2rem}.popup--rating .js-show-on-result .header-text{padding:7rem 5rem}.input-line--mgt{margin-top:.5rem}.input-line__header{display:block;font-size:1.4rem;color:#333;margin-top:0;margin-bottom:.6rem}.input-line__descr{font-size:1rem;line-height:1em;color:#bcbcbc}@media print,(min-width:768px){.input-line__descr{font-size:1.1rem}}.input-line__input{font-size:1.6rem;color:#333;border:1px solid #d7d7d7;border-radius:0;padding:.5rem 1rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-appearance:none}.input-line__input::-webkit-input-placeholder{color:#bcbcbc;opacity:1}.input-line__input::-moz-placeholder{color:#bcbcbc;opacity:1}.input-line__input:-ms-input-placeholder{color:#bcbcbc;opacity:1}.input-line__input::-ms-input-placeholder{color:#bcbcbc;opacity:1}.input-line__input::placeholder{color:#bcbcbc;opacity:1}.input-line__input:focus{outline:0;border-color:#2761d8}.input-line__input:disabled{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background-color:#d7d7d7;border:1px solid #d7d7d7}.input-line textarea.input-line__input{resize:none}.input-line__input--error,.input-line__input.has-error{border-color:#c4161c!important}.input-line__photo{position:relative;display:block;width:8rem;height:7rem;padding:0;background-size:4rem;background-position:50% 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='41' height='34' viewBox='0 0 41 34' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg id='Group'%3E%3Cg id='if_camera-photo_430085'%3E%3Cpath id='Shape' fill-rule='evenodd' clip-rule='evenodd' d='M1.6516 28.1446H33.4818C34.3924 28.1446 35.1334 27.3866 35.1334 26.4546V4.846C35.1334 3.91434 34.3924 3.15634 33.4818 3.15634H24.7343C24.4177 3.15634 23.9018 2.91712 23.6929 2.67322L22.7302 1.54702C22.2537 0.990764 21.3504 0.571411 20.6281 0.571411H14.4161C13.6942 0.571411 12.7909 0.990764 12.3145 1.54702L11.351 2.67322C11.1425 2.91676 10.627 3.15634 10.31 3.15634H1.6516C0.740933 3.15634 0 3.91434 0 4.846V26.4549C0 27.3866 0.740933 28.1446 1.6516 28.1446ZM1.4087 4.84568C1.4087 4.71094 1.51998 4.59709 1.65168 4.59709V4.59745H10.3101C11.0327 4.59745 11.936 4.1781 12.4114 3.62221L13.3745 2.49637C13.5837 2.25246 14.0996 2.01252 14.4162 2.01252H20.6282C20.9448 2.01252 21.4611 2.25246 21.6702 2.49601L22.633 3.62221C23.1092 4.17846 24.0121 4.59745 24.7343 4.59745H33.4819C33.6136 4.59745 33.7248 4.71094 33.7248 4.84604V26.4542C33.7248 26.5893 33.6136 26.7028 33.4819 26.7028H1.65168C1.51998 26.7028 1.4087 26.5893 1.4087 26.4542V4.84568Z' fill='%232761D8'/%3E%3Cpath id='Shape_2' fill-rule='evenodd' clip-rule='evenodd' d='M9.49536 16.2593C9.49536 20.7158 13.116 24.3414 17.5664 24.3414C22.0168 24.3414 25.6377 20.7158 25.6377 16.2593C25.6377 11.8031 22.0171 8.17786 17.5664 8.17786C13.116 8.17786 9.49536 11.8031 9.49536 16.2593ZM10.8851 16.2597C10.8851 12.5711 13.882 9.57002 17.5662 9.57002C21.2504 9.57002 24.2477 12.5707 24.2477 16.2597C24.2477 19.949 21.2508 22.95 17.5662 22.95C13.882 22.95 10.8851 19.949 10.8851 16.2597Z' fill='%232761D8'/%3E%3Cpath id='Shape_3' d='M33.5264 16.735H29.1441C28.7811 16.735 28.4866 16.309 28.4866 15.7842C28.4866 15.2589 28.7811 14.8334 29.1441 14.8334H33.5264C33.8893 14.8334 34.1839 15.2589 34.1839 15.7842C34.1839 16.309 33.8893 16.735 33.5264 16.735Z' fill='%232761D8'/%3E%3Cpath id='Shape_4' d='M6.86235 16.735H1.68344C1.27828 16.735 0.949463 16.309 0.949463 15.7842C0.949463 15.2589 1.27828 14.8334 1.68344 14.8334H6.86235C7.2675 14.8334 7.59632 15.2589 7.59632 15.7842C7.59632 16.309 7.2675 16.735 6.86235 16.735Z' fill='%232761D8'/%3E%3Cpath id='Shape_5' fill-rule='evenodd' clip-rule='evenodd' d='M13.2935 16.2598C13.2935 18.6192 15.2105 20.5383 17.5668 20.5383C19.9224 20.5383 21.8394 18.6188 21.8394 16.2595C21.8394 13.9002 19.9228 11.9811 17.5668 11.9811C15.2105 11.9811 13.2935 13.9005 13.2935 16.2598ZM14.6611 16.2595C14.6611 14.6553 15.9644 13.3504 17.5669 13.3504C19.1686 13.3504 20.4719 14.6553 20.4719 16.2595C20.4719 17.8636 19.169 19.1686 17.5669 19.1686C15.9648 19.1686 14.6611 17.864 14.6611 16.2595Z' fill='%232761D8'/%3E%3C/g%3E%3Cg id='if_add_1315083'%3E%3Cpath id='Oval' fill-rule='evenodd' clip-rule='evenodd' d='M33.0913 33.0103C36.4756 33.0103 39.2192 30.2872 39.2192 26.928C39.2192 23.5688 36.4756 20.8457 33.0913 20.8457C29.7069 20.8457 26.9634 23.5688 26.9634 26.928C26.9634 30.2872 29.7069 33.0103 33.0913 33.0103Z' fill='white'/%3E%3Cpath id='_x3C_trazado_x3E_' fill-rule='evenodd' clip-rule='evenodd' d='M33.0907 20.0348C29.2561 20.0348 26.1458 23.122 26.1458 26.9281C26.1458 30.7342 29.2561 33.8214 33.0907 33.8214C36.9253 33.8214 40.0357 30.7342 40.0357 26.9281C40.0357 23.122 36.9253 20.0348 33.0907 20.0348ZM33.0909 32.8366C29.807 32.8366 27.1381 30.1876 27.1381 26.9281C27.1381 23.6685 29.807 21.0195 33.0909 21.0195C36.3749 21.0195 39.0438 23.6685 39.0438 26.9281C39.0438 30.1876 36.3749 32.8366 33.0909 32.8366ZM36.0678 27.4204V26.4357H33.5875V23.9738H32.5954V26.4357H30.115V27.4204H32.5954V29.8823H33.5875V27.4204H36.0678Z' fill='%232761D8'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E%0A");cursor:pointer;border:1px solid #d7d7d7}.input-line__photo--loaded{background-size:cover}.input-line__photo--loaded .input-line__photo-del-btn{display:block}.input-line__photo--error{border-color:#c4161c!important}.input-line__photo input[type=file]{position:absolute;width:1px;height:1px;padding:0;overflow:hidden;clip:rect(0,0,0,0)}.input-line__photo-del-btn{display:none;position:absolute;top:0;right:0;width:2.2rem;height:2.2rem;padding:0;border:0;cursor:pointer;background-color:transparent;background-position:0 100%;background-size:2rem;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='11' cy='11' r='10' fill='%23A70B00' stroke='white' stroke-width='2'/%3E%3Cpath d='M7 7L11 11M15 15L11 11M11 11L7 15L15 7' stroke='white' stroke-width='2'/%3E%3C/svg%3E%0A")}.input-line__select-wrp--error .title:before,.input-line__select-wrp--error button{border-color:#c4161c}.input-line__input-wrp--type{position:relative}.input-line__input-wrp--type:before{content:attr(title);position:absolute;right:.7rem;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:1.6rem;color:#333}.input-line__input-wrp--type .input-line__input{padding-right:3rem}.input-line__input-wrp--duo{display:-webkit-box;display:-ms-flexbox;display:flex}.input-line__input-wrp--duo .input-line__input{width:50%}.input-line__percent-point{position:absolute;bottom:0;left:0;-webkit-transform:translate(-50%,40%);transform:translate(-50%,40%);height:.8rem;width:.8rem;border-radius:50%;background-color:#41a85f}.input-line__range{position:absolute;left:0;bottom:0;width:100%;height:2px;background:#41a85f;outline:0;opacity:1;-webkit-appearance:none;margin:0}@media screen and (-ms-high-contrast:active),(-ms-high-contrast:none){.input-line__range{display:none}}.input-line__range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:1.1rem;height:1.1rem;border:0;border-radius:50%;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6.23071' r='6' fill='%2341A85F'/%3E%3C/svg%3E%0A");cursor:pointer}.input-line__range::-moz-range-thumb{width:1.1rem;height:1.1rem;border:0;border-radius:50%;background-color:transparent;background-position:50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='12' height='13' viewBox='0 0 12 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6' cy='6.23071' r='6' fill='%2341A85F'/%3E%3C/svg%3E%0A");cursor:pointer}.input-line__extra{font-size:1.3rem;line-height:1.1em;color:#aaa;margin-top:.3em;margin-bottom:0}.input-line__extra--green{color:#41a85f}.input-line__error-text{font-size:1.3rem;color:#c4161c;margin-top:.3rem;margin-bottom:0}.input-line__error-text.hidden{display:none}.input-line .rating+.input-line__input-wrp,.input-line__tags{margin-top:.5rem}.realtors-slider{position:relative}.realtors-slider--mgb{margin-bottom:4rem}@media print,(min-width:1020px){.realtors-slider--mgb{margin-bottom:5rem}}.realtors-slider .slider-button{top:5.7rem}.realtors-slider__header-wrp{margin-bottom:2rem}@media print,(min-width:768px){.realtors-slider__header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.realtors-slider__header-wrp .realtors-slider__header{margin-left:0;margin-bottom:1rem}.realtors-slider__header{text-align:left;margin-bottom:2rem}.realtors-slider__header-links-wrp{margin:0;padding:0;list-style:none}@media (max-width:767px){.realtors-slider__header-links-wrp{display:grid;row-gap:.5rem}}@media print,(min-width:768px){.realtors-slider__header-links-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:767px){.realtors-slider__header-links-wrp li{margin-bottom:.3em}}@media print,(min-width:768px){.realtors-slider__header-links-wrp li{margin-left:2rem}}.realtors-slider__slide{width:15rem;-webkit-box-sizing:border-box;box-sizing:border-box}.realtors-slider__ava-wrp{position:relative;display:block;border-radius:5px;overflow:hidden;margin-bottom:1rem}.realtors-slider__ava-wrp img{display:block;width:100%;height:18rem;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 50%;object-position:50% 50%}.realtors-slider__label{position:absolute;bottom:0;left:0;display:inline-block;font-weight:500;color:#fff;border-radius:1px;padding:.2rem .6rem;margin:0}.realtors-slider__label--red{background-color:#c4161c}.realtors-slider__label--green{background-color:#41a85f}.realtors-slider__list-link{font-size:1.4rem;color:#333;text-decoration:none}.realtors-slider__name{font-size:1.5rem;font-weight:700;margin-top:0;margin-bottom:.2rem}.realtors-slider__count{color:#7a7a7a;margin:0}.realtors-slider__button{position:absolute;z-index:1;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:4rem;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:0;background-color:#fff;border-top-right-radius:1rem;border-bottom-right-radius:1rem;opacity:.5}.realtors-slider__button svg{display:block;width:1.5rem;height:2rem;fill:#a70b00;-webkit-transform:translateX(-.3rem);transform:translateX(-.3rem)}.realtors-slider__button--next{right:0;-webkit-transform:translateY(-50%) scale(-1);transform:translateY(-50%) scale(-1)}.realtors-slider__button--disabled{opacity:.3}.realtors-slider__button:hover:not(.realtors-slider__button--disabled){opacity:1}.slp-form{margin-bottom:2rem}@media (max-width:767px){.slp-form{position:fixed;z-index:32;top:0;left:0;width:100%;height:100%;background-color:#fff;opacity:0;visibility:hidden}.slp-form--active{opacity:1;visibility:visible}}@media print,(min-width:1020px){.slp-form--fixed{padding-bottom:11.6rem}.slp-form--fixed .slp-form__inner{position:fixed;z-index:3;top:0;left:0;right:0}}.slp-form__header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:1rem}@media (max-width:767px){.slp-form__header-wrp{background-color:#a70b00}}@media print,(min-width:768px){.slp-form__header-wrp{display:none}}.slp-form__header{font-size:2rem;color:#fff;margin:0}@media print,(min-width:768px){.slp-form__header{color:#333}}.slp-form__close-btn{height:5rem;width:5rem;border:0;background-color:transparent;background-position:50% 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 2.615L19.385 0.5L11 8.885L2.615 0.5L0.5 2.615L8.885 11L0.5 19.385L2.615 21.5L11 13.115L19.385 21.5L21.5 19.385L13.115 11L21.5 2.615Z' fill='white'/%3E%3C/svg%3E%0A")}@media print,(min-width:768px){.slp-form__close-btn{background-size:1.5rem;background-image:url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M21.5 2.615L19.385 0.5L11 8.885L2.615 0.5L0.5 2.615L8.885 11L0.5 19.385L2.615 21.5L11 13.115L19.385 21.5L21.5 19.385L13.115 11L21.5 2.615Z' fill='%23333333'/%3E%3C/svg%3E%0A")}}.slp-form__inner{position:relative;background-color:#fff}@media (max-width:767px){.slp-form__inner{height:calc(100% - 5rem);padding-top:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:auto}}.slp-form__container{padding-left:1rem;padding-right:1rem}@media print,(min-width:768px){.slp-form__container{padding-top:.5rem;padding-left:1.5rem;padding-right:1.5rem}.slp-form__container:after{content:'';position:absolute;bottom:-8px;left:0;right:0;height:8px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.09)),to(transparent));background:linear-gradient(180deg,rgba(0,0,0,.09),transparent)}}.slp-form__line{-ms-flex-wrap:wrap;flex-wrap:wrap}.slp-form__field,.slp-form__group,.slp-form__line{display:-webkit-box;display:-ms-flexbox;display:flex}.slp-form__group{width:100%}.slp-form__field{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;margin-top:1rem;margin-bottom:1rem}@media (max-width:767px){.slp-form__field{-ms-flex-wrap:wrap;flex-wrap:wrap;width:100%}}@media print,(min-width:768px){.slp-form__field{margin:.5rem}}@media print,(min-width:1280px){.slp-form__field{margin-top:1rem;margin-bottom:1rem}}@media print,(min-width:768px){.slp-form__field--buy{width:10rem}.slp-form__field--type{width:19rem}.slp-form__field--city{width:18rem}.slp-form__field--search{width:37rem}}.slp-form__field--price .slp-form__input{width:calc(100% - 95px);margin-right:1rem}@media print,(min-width:768px){.slp-form__field--price .slp-form__input{width:13.5rem;margin-right:1.5rem}.slp-form__field--step{width:22rem}}.slp-form__field--large-form-link{font-size:1.4rem;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.slp-form__label{font-size:1.4rem;color:#333;white-space:nowrap;margin-top:0;margin-bottom:.5rem}@media (max-width:767px){.slp-form__label{width:100%}}@media print,(min-width:768px){.slp-form__label{margin-bottom:0;margin-right:1rem}}.slp-form__select{width:100%}.slp-form__select--price{width:calc(100% - 95px);margin-right:10px}.slp-form__select--square-type{width:85px}.slp-form__select--type{width:11rem}.slp-form__select--decor{width:10rem}.slp-form__search-input,.slp-form__search-input .slp-form__input{width:100%}.slp-form__input{width:9rem;padding:.5rem}.slp-form__input+.slp-form__input{margin-left:1.5rem}.slp-form__submit-btn{width:100%;text-align:center;padding-top:1rem;padding-bottom:1rem}@media print,(min-width:768px){.slp-form__submit-btn{width:auto;min-width:11rem;padding-top:.4rem;padding-bottom:.4rem}}.slp-form__tags{padding-bottom:.5rem}@media print,(min-width:768px){.slp-form__big-form-overlay{position:fixed;z-index:50;top:0;bottom:0;left:0;right:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:767px){.slp-form__big-form{width:100%}}@media print,(min-width:768px){.slp-form__big-form{max-height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;background-color:#fff;-webkit-box-shadow:1px 1px 4px rgba(0,0,0,.25);box-shadow:1px 1px 4px rgba(0,0,0,.25)}}@media (max-width:767px){.slp-form__big-form .slp-form__header-wrp{display:none}}@media print,(min-width:768px){.slp-form__big-form .slp-form__header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex}.slp-form__big-form-body{padding-left:2rem;padding-right:2rem}}@media (max-width:767px){.slp-form__footer-wrp{display:none}}@media print,(min-width:768px){.slp-form__footer-wrp{padding:1rem 2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;gap:2rem}}@media (max-width:767px){.slp-form__big-form-btn{margin-left:auto;margin-right:auto}}.slp-form__big-group{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;row-gap:.7rem}.search-list__empty-line p,.slp-form__group-label{margin:0}.slp-form__group-with-label{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem}.search-list{padding-bottom:5rem}.search-list__breads{margin-bottom:1rem}@media print,(min-width:768px){.search-list__breads{margin-bottom:2rem}}.search-list__header{margin-bottom:1.5rem}@media print,(min-width:1280px){.search-list__header{margin-bottom:.5rem}}.search-list__list .leadform,.search-list__perelinks{margin-bottom:1rem}@media print,(min-width:768px){.search-list__perelinks{margin-bottom:2.5rem}}.search-list__list{margin-bottom:2rem}.search-list__list--loading{-webkit-filter:blur(3px);filter:blur(3px)}@media print,(min-width:768px){.search-list__list .leadform{margin-top:-1px;margin-bottom:0}.search-list__list .leadform+.sri{border-top:none}}.search-list__empty-wrp .header-text{margin-bottom:3rem}@media (max-width:767px){.search-list__empty-line{margin-bottom:1rem}}@media print,(min-width:768px){.search-list__empty-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.search-list__page-toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;row-gap:1rem;margin-bottom:3rem}.specs-t19{margin-left:-1rem;margin-right:-1rem}@media (min-width:415px){.specs-t19{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (min-width:768px) and (max-width:1023px){.specs-t19--large .specs-t19__item-wrp{width:33.333%}.specs-t19--large .specs-t19__item-wrp:last-child{display:none}}@media print,(min-width:1024px){.specs-t19--large .specs-t19__item-wrp{width:25%}}@media print,(min-width:768px){.specs-t19--small .specs-t19__item-wrp{width:33.333%}}@media print,(min-width:1024px){.specs-t19--sidebar{margin:0}.specs-t19--sidebar .specs-t19__item-wrp{width:100%!important;padding-left:0;padding-right:0}}.specs-t19--shadow .specs-t19__item{-webkit-box-shadow:0 0 1px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);box-shadow:0 0 1px rgba(0,0,0,.05),0 1px 3px rgba(0,0,0,.1);border:0;-webkit-transition:-webkit-box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out;transition:box-shadow .2s ease-in-out,-webkit-box-shadow .2s ease-in-out}.specs-t19--shadow .specs-t19__item:hover{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.1),0 4px 16px rgba(0,0,0,.2);box-shadow:0 2px 4px rgba(0,0,0,.1),0 4px 16px rgba(0,0,0,.2)}.specs-t19--visible-xs .specs-t19__item-wrp{display:block!important}.specs-t19--mgb{margin-bottom:3rem}.specs-t19__item-wrp{padding-left:1rem;padding-right:1rem;padding-bottom:1rem}@media (max-width:414px){.specs-t19__item-wrp:not(:first-of-type){display:none}}@media (min-width:415px){.specs-t19__item-wrp{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}}@media (min-width:500px) and (max-width:767px){.specs-t19__item-wrp{width:50%}.specs-t19__item-wrp:nth-of-type(n+3){display:none}}.specs-t19__item{position:relative;background-color:#fff;border:1px solid #f5f5f5;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.specs-t19__btn-wrp .specs-t19__btn--plan:hover .specs-t19__btn-popup,.specs-t19__item:hover .da-info{display:block}.specs-t19__img-wrp{display:block;position:relative;text-decoration:none;padding-top:56.25%}.specs-t19__img{display:block;position:absolute;z-index:1;top:0;left:0;height:100%;width:100%;-o-object-fit:cover;object-fit:cover}.specs-t19__price{position:absolute;z-index:2;bottom:1.1rem;left:.6rem;font-size:1.6rem!important;padding:.3rem .5rem!important;color:#fff!important;-webkit-box-shadow:1px 1px 5px rgba(0,0,0,.34901961);box-shadow:1px 1px 5px rgba(0,0,0,.34901961);min-width:16.3rem;margin:0}.specs-t19__price--red{background-color:#a70b00}.specs-t19__price--orange{background-color:#f5493c}.specs-t19__labels-wrp{position:absolute;z-index:1;top:0;left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.specs-t19__label{font-size:1.3rem;line-height:1em;color:#a70b00;text-shadow:1px 1px 2px rgba(0,0,0,.3);margin:.5rem}.specs-t19__text-wrp{padding:1rem 1rem 6rem}.specs-t19__advert{position:relative;font-size:1.1rem;color:#666;margin-top:0;margin-bottom:.6rem}.specs-t19__title{display:inline-block;font-size:1.8rem;color:#2761d8;text-decoration:none;margin-top:0;margin-bottom:1.8rem}.specs-t19__descr-text{font-size:1.5rem;color:#333;margin-top:0;margin-bottom:0}.specs-t19__descr-text--small{font-size:1.2rem}.specs-t19__descr-text+.specs-t19__descr-text{margin-top:1rem}.specs-t19__btn{display:inline-block;position:absolute;left:1rem;right:1rem;bottom:.8rem;background-color:transparent;font-size:1.4rem;border-radius:2px;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;padding:1rem;cursor:pointer}.specs-t19__btn span{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.specs-t19__btn--blue{color:#2761d8;border:1px solid #2761d8}.specs-t19__btn--green{color:#41a85f;border:1px solid #41a85f}.specs-t19__btn--phone{padding-right:3rem}.specs-t19__btn--phone:after,.specs-t19__btn--plan:after{content:'';position:absolute;top:0;bottom:0;right:1rem;background-image:url(/img/icon-phone.svg);background-position:50% 50%;background-repeat:no-repeat;width:1.7rem;height:100%}.specs-t19__btn--phone:hover:after{-webkit-animation:rotate .2s ease-in;animation:rotate .2s ease-in}.specs-t19__btn--plan{padding-right:4rem}.specs-t19__btn--plan:after{background-image:url(/img/icon-plan.svg);width:2.4rem}.bmage__offer-list li,.specs-t19__btn-wrp{display:-webkit-box;display:-ms-flexbox;display:flex}.specs-t19__btn-wrp{position:absolute;left:1rem;right:1rem;bottom:.8rem}.specs-t19__btn-wrp .specs-t19__btn{position:relative;left:unset;right:unset;bottom:unset}.specs-t19__btn-wrp .specs-t19__btn--plan{-ms-flex-negative:0;flex-shrink:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;width:3rem;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:.5rem;margin-right:.6rem}.specs-t19__btn-wrp .specs-t19__btn--plan .specs-t19__btn-popup{display:none;position:absolute;bottom:140%;left:0;overflow:visible;background-color:rgba(0,0,0,.72);border-radius:2px;padding:1.2rem 1.7rem;color:#fff;font-size:1.4rem}.specs-t19__btn-wrp .specs-t19__btn--plan .specs-t19__btn-popup:after{content:'';position:absolute;z-index:1;top:100%;left:10px;width:0;height:0;border-style:solid;border-width:7px 7px 0;border-color:rgba(0,0,0,.72) transparent transparent}.specs-t19__btn-wrp .specs-t19__btn--plan:after{right:.5rem}.specs-t19__btn-wrp .specs-t19__btn--green{-ms-flex-negative:1;flex-shrink:1;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;width:calc(100% - 4.2rem)}.specs-t19__btn-all-wrp{width:100%;text-align:center;margin-bottom:2.5rem}@media (max-device-width:736px){.content.clearfix .specs-t19{margin-left:0!important;margin-right:0!important}}.bmage{max-width:900px!important}.bmage--align-left{margin-left:0!important}.bmage .btn--green,.bmage .btn--green:active,.bmage .btn--green:visited{color:#fff}.bmage--complex{margin:20px 5px 40px 0}.bmage--shadow{border:1px solid rgba(215,215,215,.1);-webkit-box-shadow:0 1px 10px rgba(0,0,0,.1);box-shadow:0 1px 10px rgba(0,0,0,.1);margin:0 5px 5px;padding:10px}.bmage-opinion{margin-bottom:30px}.bmage-regions{margin-top:20px}.bmage__header-wrp{padding-bottom:13px;border-bottom:1px solid #d7d7d7;margin-bottom:12px}@media print,(min-width:768px){.bmage__header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:38px}}.bmage__header{font-size:18px}@media print,(min-width:768px){.bmage__header{margin-bottom:0!important}}.bmage__content{margin-bottom:2rem}@media print,(min-width:768px){.bmage__content{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:767px){.bmage__calc{margin-bottom:40px}}@media print,(min-width:768px){.bmage__calc{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:400px;margin-right:100px}}.bmage__calc--with-btn .bmage__footer{margin-bottom:20px}.bmage__field{margin-bottom:30px}.bmage__field .input-line__header{font-size:14px;color:#999;margin-bottom:0}.bmage__field .input-line__input{width:100%;border:0!important;padding-top:10px!important;padding-bottom:10px!important}.bmage__offers--loading{-webkit-filter:blur(3px);filter:blur(3px)}@media print,(min-width:768px){.bmage__offers{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}}.bmage__offer-header{font-size:18px;color:#999;margin-bottom:25px}.bmage__offer-list{list-style:none;padding:0;margin:0}.bmage__offer-list li{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bmage__bank-icon,.comments-list__answer-btn:before{display:block;background-size:contain;background-repeat:no-repeat}.bmage__bank-icon{width:130px;height:50px;background-position:0 50%}.bmage__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.bmage__footer-part{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:calc((100% - 50px)/2)}.bmage__footer-header{font-size:14px;color:#999;margin-bottom:10px}.bmage__footer-value{font-size:18px;color:#3c3e44;margin-bottom:0}.bmage__whatsup-link-wrp{text-align:center;padding-top:25px}@media print,(min-width:768px){.bmage__whatsup-link-wrp{text-align:right}}.bmage__whatsup-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:1rem;-moz-column-gap:1rem;column-gap:1rem;padding:0;color:#2761d8;background-color:transparent;border:0}.bmage__mortage-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.7rem}@media (max-width:767px){.bmage__mortage-link-bottom{width:100%}}.bmage__offer-text{display:none}.comments-list{margin-bottom:3rem}.comments-list__header{font-size:1.8rem;color:#333;margin-top:0;margin-bottom:.5rem}.comments-list__item{border-bottom:1px solid #e4e4e4;padding:1rem 0 2rem;margin-bottom:1.5rem}.comments-list__item .comment-form{margin-top:2rem}.comments-list__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:1rem}.comments-list__item-header .rating{font-size:1rem}@media (max-width:767px){.comments-list__item-header .rating{width:100%;margin-top:.5rem}}@media print,(min-width:768px){.comments-list__item-header .rating{margin-left:auto}}.comments-list__author{font-size:14px;color:#373737;font-weight:700;margin:0 10px 0 0}@media print,(min-width:768px){.comments-list__author{max-width:70%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}}.comments-list__date,.comments-list__to-whom{font-size:14px;color:#999;margin:0 10px 0 0}.comments-list__date{margin:0}.comments-list__text-wrp{color:#333;margin-bottom:1.5rem}.comments-list__text-wrp p{font-size:1.4rem;line-height:1.4em;margin-top:0;margin-bottom:5px}.comments-list__answer-btn{background-color:transparent;border:0;cursor:pointer;padding-left:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.comments-list__answer-btn:before{content:'';width:1.8rem;height:1.5rem;background-image:url("data:image/svg+xml,%3Csvg width='19' height='15' viewBox='0 0 19 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.00812 4V0L0.00811768 7L7.00812 14V9.9C12.0081 9.9 15.5081 11.5 18.0081 15C17.0081 10 14.0081 5 7.00812 4Z' fill='%23666666'/%3E%3C/svg%3E%0A");margin-right:.5rem}.comments-list__answer-btn span{font-size:13px}.comments-list__comments-link-wrp{text-align:center;margin-bottom:2rem}.comments-list__btn{border:0;background-color:transparent}.comments-list__more{text-align:center;padding:1rem 0}.comments-list__more-btn{position:relative;padding-right:3rem}.comments-list__more-btn::after{content:'';position:absolute;top:calc(50% - .8rem);right:1rem;width:1rem;height:1rem;border-bottom:1px solid #666;border-right:1px solid #666;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.comment-form--answer{margin-top:15px}.comment-form--hidden .comment-form__form{display:none}@media print,(min-width:768px){.comment-form--hidden .comment-form__form{display:block}}@media (max-width:767px){.comment-form--hidden .comment-form__header{position:relative;padding-right:35px}.comment-form--hidden .comment-form__header::after{content:'';position:absolute;top:calc(50% - .8rem);right:1rem;width:1rem;height:1rem;border-bottom:1px solid #666;border-right:1px solid #666;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}}.comment-form__header{display:inline-block;font-size:1.4rem;color:#333;font-weight:700;background-color:#f7f7f7;padding:1rem 2rem;margin:0}@media print,(min-width:768px){.comment-form__header{padding-right:4rem}}.comment-form__form{background-color:#f7f7f7;padding:2rem 2rem 1rem;font-size:14px}.comment-form__line{margin-bottom:10px}@media print,(min-width:768px){.comment-form__line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;max-width:71rem}}.comment-form__line .input-line{width:100%}.comment-form__name{min-width:10rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-top:0;margin-bottom:.5rem;margin-right:1rem}@media print,(min-width:768px){.comment-form__name{line-height:3rem}}.comment-form__input{-webkit-appearance:none;border-radius:0;border:1px solid #ccc;width:100%;-webkit-box-sizing:border-box;box-sizing:border-box;font-size:16px;padding:3px 5px}.comment-form textarea{resize:none;height:4em}@media print,(min-width:768px){.comment-form__btn-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.comment-form__btn{margin-right:2rem;margin-left:10rem}}.comment-form__rules{font-size:14px;color:#333}.comment-form__footer{background-color:#f7f7f7;border-top:1px solid #c7c7c7;padding:1.5rem 2rem;margin-top:2rem}@media print,(min-width:768px){.comment-form__footer{padding-left:11rem}}.comment-form__footer p{max-width:62rem;font-size:1.4rem;line-height:1.3em;margin:0}.comment-form__result-text{color:#41a85f}.lk-tabs{margin-bottom:3.5rem}@media (max-width:1019px){.lk-tabs__list{display:none}}@media print,(min-width:1020px){.lk-tabs__list{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #d7d7d7;overflow-y:auto;list-style:none}}.lk-tabs__item:first-child .lk-tabs__link{padding-left:0}.lk-tabs__link{display:block;padding:1.5rem;margin:0;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;border-bottom:1px solid transparent;color:#333;white-space:nowrap;cursor:pointer}.lk-tabs__link--active{font-weight:700;border-color:#333}.lk-tabs__link:hover{border-color:#333}@media print,(min-width:1020px){.lk-tabs__select{display:none}}.subscribe-list{margin-bottom:30px}@media print,(min-width:768px){.subscribe-list{margin-bottom:37px}}.subscribe-list__block-header{font-size:22px;color:#c4161c;margin-top:0;margin-bottom:23px}@media print,(min-width:768px){.subscribe-list__block-header--xs{display:none}}@media (max-width:767px){.subscribe-list__block-header--md,.subscribe-list__items-header{display:none}}@media print,(min-width:768px){.subscribe-list__items-header{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding:0 8px 8px;border-bottom:1px solid #999}.subscribe-list__items-header .subscribe-list__item-part{margin:0;font-weight:700}}.subscribe-list__item{border:1px solid #d7d7d7;padding:15px 8px 10px;position:relative}@media print,(min-width:768px){.subscribe-list__item{border-top:none;border-right:none;border-left:none;width:100%;padding-bottom:8px;padding-top:8px}}@media (max-width:767px){.subscribe-list__item+.subscribe-list__item{margin-top:13px}}.subscribe-list__item-part{font-size:14px}@media print,(min-width:768px){.subscribe-list__item-part--date{-ms-flex-preferred-size:160px;flex-basis:160px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.subscribe-list__item-part--type{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.subscribe-list__item-part--delete,.subscribe-list__item-part--new-count{-ms-flex-preferred-size:100px;flex-basis:100px;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;text-align:center}.subscribe-list__item{display:-webkit-box;display:-ms-flexbox;display:flex}}.subscribe-list__item .subscribe-list__item-part--date{padding-right:25px;margin-top:0;margin-bottom:5px}@media print,(min-width:768px){.subscribe-list__item .subscribe-list__item-part--date{padding-right:10px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:0}}.subscribe-list__item .subscribe-list__item-part--type{display:inline-block;color:#2761d8;text-decoration:none;margin-top:0;margin-bottom:5px}@media print,(min-width:768px){.subscribe-list__item .subscribe-list__item-part--type{margin-bottom:0}}.plead__param-list p,.subscribe-list__item .subscribe-list__item-part--new-count{margin:0}@media (max-width:767px){.subscribe-list__item .subscribe-list__item-part--delete{position:absolute;top:0;right:0}}.subscribe-list__new-count--header{color:#333;font-weight:700}@media print,(min-width:768px){.subscribe-list__new-count--header{display:none}}.subscribe-list__new-count--digit{color:#41a85f}.subscribe-list__delete-btn{border:0;padding:0;background-color:transparent;width:30px;height:32px;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14.59 8L12 10.59L9.41 8L8 9.41L10.59 12L8 14.59L9.41 16L12 13.41L14.59 16L16 14.59L13.41 12L16 9.41L14.59 8V8ZM12 2C6.47 2 2 6.47 2 12C2 17.53 6.47 22 12 22C17.53 22 22 17.53 22 12C22 6.47 17.53 2 12 2V2ZM12 20C7.59 20 4 16.41 4 12C4 7.59 7.59 4 12 4C16.41 4 20 7.59 20 12C20 16.41 16.41 20 12 20V20Z' fill='%23C4161C'/%3E%3C/svg%3E%0A");background-size:16px;background-position:0 100%;background-repeat:no-repeat}@media print,(min-width:768px){.subscribe-list__delete-btn{width:16px;height:16px;cursor:pointer}}.plead{padding:4rem}.plead__header{margin-bottom:2.2rem;line-height:1.2em}.plead__text{margin-top:0;margin-bottom:2.5rem}.plead__text--bordered{border-bottom:1px solid #999;padding-bottom:2.5rem}.plead__text--grey{margin-bottom:1.5rem;color:#999}.plead__form .input-line__input,.plead__form .picker__header{padding:1.1rem 1.6rem!important}.plead__submit-btn{width:100%;font-weight:600}.plead__copyright{margin-top:1.5rem;margin-bottom:0;font-size:1.2rem;color:#999;text-align:center}.plead__copyright a{color:inherit}.plead__param-list{margin:0;padding:0;font-size:1.4rem;color:#999;list-style:none}@media print,(min-width:768px){.plead__param-list{display:grid;grid-template-columns:1fr 1fr;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}.plead__param-list li{margin-bottom:2.5rem}.plead__param-value{margin-bottom:.5rem;font-size:1.8rem;font-weight:700;color:#333;white-space:nowrap}.plead__param-value--green{color:#41a85f}.plead__result-more .plead__text{margin-bottom:1.1rem}@media print,(min-width:768px){.our-links{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem}}.our-links__header{margin-top:0;margin-bottom:1rem;font-size:1.8rem;font-weight:700;color:#333}@media (max-width:767px){.our-links__header{text-align:center}}@media print,(min-width:768px){.our-links__header{margin-bottom:0}}.our-links__btns-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;padding:0;margin:0;list-style:none}@media (max-width:767px){.our-links__btns-wrp{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media print,(min-width:1020px){.our-links__btns-wrp{gap:2rem}}.faq-list__list li:before,.our-links__btn{background-position:50% 50%;background-repeat:no-repeat}.our-links__btn{display:block;width:4.8rem;height:4.8rem;border-radius:50%;overflow:hidden;background-size:4rem}.our-links__btn--vk{background-color:#07f;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12.878 17.304c-5.411 0-8.695-3.755-8.823-9.994h2.74c.086 4.583 2.171 6.528 3.77 6.925V7.31h2.627v3.954c1.542-.17 3.155-1.97 3.698-3.954h2.584c-.414 2.441-2.17 4.24-3.412 4.983 1.242.6 3.24 2.17 4.011 5.01h-2.84c-.6-1.898-2.07-3.369-4.04-3.569v3.57h-.315Z' fill='%23fff'/%3E%3C/svg%3E")}.our-links__btn--tg{background-color:#64a9dc;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M18.92 6.089L4.747 11.555c-.967.388-.962.928-.176 1.168l3.534 1.104 1.353 4.146c.164.454.083.634.56.634.368 0 .53-.168.736-.368.13-.127.903-.88 1.767-1.719l3.677 2.717c.676.373 1.165.18 1.333-.628l2.414-11.374c.247-.99-.378-1.44-1.025-1.146zM8.66 13.573l7.967-5.026c.398-.242.763-.112.463.154l-6.822 6.155-.265 2.833-1.343-4.116z' fill='%23FFF' fill-rule='evenodd'/%3E%3C/svg%3E")}.our-links__btn--dzen{background-size:cover;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 50 50' xmlns='http://www.w3.org/2000/svg'%3E%3Cg%3E%3Cg%3E%3Cpath d='M-0.15,25.27c0,9.98,0.04,17.45,3.63,21.13C7.18,49.96,14.35,50,24.73,50c-0.36-11.07-0.63-16.13-4.58-20.18 C16.07,25.89,10.99,25.61-0.15,25.27z M50.15,24.73c0-9.98-0.04-17.45-3.63-21.13C42.82,0.04,35.65,0,25.27,0 c0.34,11.07,0.63,16.13,4.58,20.18C33.93,24.11,39.01,24.38,50.15,24.73z M25.27,50c10.39,0,17.55-0.04,21.26-3.61 c3.59-3.68,3.63-11.14,3.63-21.13c-11.14,0.36-16.22,0.62-20.3,4.55C25.9,33.87,25.61,38.93,25.27,50z M-0.15,24.73 c11.14-0.36,16.22-0.63,20.3-4.55c3.95-4.05,4.24-9.11,4.58-20.18C14.36,0,7.18,0.04,3.48,3.61C-0.12,7.29-0.15,14.75-0.15,24.73z '%3E%3C/path%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}.our-links__btn--news{background-size:cover;background-image:url("data:image/svg+xml,%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 871.000000 871.000000' preserveAspectRatio='xMidYMid meet'%3E%3Cg transform='translate(0.000000,871.000000) scale(0.100000,-0.100000)' fill='%23ff0000' stroke='none'%3E%3Cpath d='M4150 8704 c-1093 -54 -2109 -503 -2880 -1274 -714 -715 -1151 -1632 -1254 -2638 -22 -206 -22 -678 0 -884 103 -1006 540 -1923 1254 -2638 715 -714 1632 -1151 2638 -1254 206 -22 678 -22 884 0 1554 160 2899 1132 3537 2557 255 570 374 1136 374 1777 0 297 -15 479 -59 740 -244 1426 -1191 2645 -2517 3239 -425 190 -865 307 -1332 355 -152 16 -509 27 -645 20z m205 -2053 l1530 -598 0 -513 0 -514 -974 -810 -973 -809 183 -72 c101 -40 522 -204 934 -365 413 -161 769 -301 793 -311 l42 -18 0 -512 c0 -405 -3 -510 -12 -506 -13 5 -2411 935 -2828 1096 l-225 87 -2 515 -3 514 28 20 c76 54 1943 1600 1935 1602 -4 2 -447 173 -983 381 l-975 378 -3 517 c-1 284 -1 517 0 517 2 0 692 -270 1533 -599z'/%3E%3C/g%3E%3C/svg%3E")}.faq-list{border-top:1px solid #d7d7d7;margin-bottom:4rem}.faq-list__line{padding-top:1rem;padding-bottom:1rem;border-bottom:1px solid #d7d7d7}.faq-list__button,.faq-list__list li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-column-gap:.8rem;-moz-column-gap:.8rem;column-gap:.8rem}.faq-list__button{-webkit-box-align:center;-ms-flex-align:center;align-items:center;white-space:normal}.faq-list__button h2{margin:0!important;font-size:1.4rem!important;font-weight:700!important;color:#333!important;font-family:"Roboto",sans-serif!important}.faq-list__button:hover h2{color:#2761d8!important}.faq-list__list{display:grid;gap:1.5rem;padding:0;margin-top:1.4rem;margin-bottom:1.4rem;list-style:none;color:#666}.faq-list__list li{padding-left:1rem}.faq-list__list li:before{content:'';width:1.6rem;height:1.6rem;background-image:url(/img/CheckMark.png);background-size:contain}.sri{border:1px solid #d7d7d7;margin-bottom:1rem}@media print,(min-width:768px){.sri{border-top:none;border-left:none;border-right:none;margin-bottom:0;padding-top:2rem}.sri__inner{display:-webkit-box;display:-ms-flexbox;display:flex}}.sri__slider-wrp{height:19rem}@media print,(min-width:768px){.sri__slider-wrp{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:34.5rem;height:34.5rem;margin-bottom:2rem}}@media print,(min-width:1020px){.sri__slider-wrp{width:37.5rem}}.sri__slide{height:100%;background-color:#d7d7d7}.sri__slide-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.sri__slider-btn{position:absolute;z-index:1;top:50%;background-image:url(/img/white-arrows.png);width:27px;height:37px;background-size:54px;background-position:0 0;border:0;background-color:transparent;outline:0}.sri__slider-btn--prev{left:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.sri__slider-btn--next{right:1rem;-webkit-transform:scale(-1) translateY(50%);transform:scale(-1) translateY(50%)}.sri__slider-btn--disabled{opacity:.5}.sri__count{position:absolute;z-index:1;bottom:1rem;font-size:13px;color:#fff;text-shadow:0 0 10px #000,0 0 10px #000;text-align:center;width:100%;margin:0}.cli__count span:after,.sri__count span:after{content:" "}.sri__content-wrp{position:relative;padding:.8rem .8rem 0}@media (max-width:767px){.sri__content-wrp{display:grid;grid-template-columns:2fr 3fr;-webkit-box-align:center;-ms-flex-align:center;align-items:center;row-gap:.8rem}}@media print,(min-width:768px){.sri__content-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;padding:0 0 1.4rem 2.5rem}}.sri__common-link{position:absolute;z-index:1;top:0;left:0;right:0;bottom:0}@media (max-width:767px){.sri__content{display:contents}}@media print,(min-width:1020px){.sri__content{display:-webkit-box;display:-ms-flexbox;display:flex}}@media (max-width:767px){.sri__descr{grid-column:1/3}}@media print,(min-width:1020px){.sri__descr{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-right:3rem}}.sri__header{display:inline-block;position:static;font-size:1.6rem;line-height:1.3em;margin-top:0;margin-bottom:1rem}@media print,(min-width:1020px){.sri__header{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.sri__price-block{margin-bottom:1rem}@media print,(min-width:1020px){.sri__price-block{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-bottom:2rem}}.sri__price-wrp{font-size:1.8rem}@media print,(min-width:768px){.sri__price-wrp{font-size:2.2rem}}.sri__price-wrp--changed{display:-webkit-box;display:-ms-flexbox;display:flex}@media print,(min-width:768px){.sri__price-wrp--changed{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.sri__price-wrp--changed .sri__price{position:relative}@media print,(min-width:768px){.sri__price-wrp--changed .sri__price{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.sri__price-wrp--changed .sri__price:before{content:'';position:absolute;left:0;right:0;top:calc(50% - 1px);height:2px;background-color:#c4161c}@media print,(min-width:768px){.sri__price-wrp--changed .sri__price-new{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.sri__price{color:#333;margin:0 1.2rem 0 0}.sri__price-new{color:#c4161c;margin:0}.sri__price-quality{font-size:1.4rem;color:#666;margin:0}.sri__price-quality .red{display:inline-block;margin-right:.3em}.sri__mortage{display:inline-block;position:relative;z-index:1;font-size:1.4rem;padding-top:.3em}@media print,(min-width:1020px){.sri__area-wrp{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}.sri__area{font-size:1.4rem;line-height:1.3em;color:#666;margin-bottom:1rem}@media print,(min-width:1020px){.sri__area{margin-bottom:.3rem}}.sri__area-link{display:inline-block;position:relative;z-index:1}.sri__route{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-top:0;margin-bottom:2rem}.sri__route>*{margin-right:1.5rem}.sri__route .metro-icon{position:relative;z-index:1}@media print,(min-width:1020px){.sri__descr-wrp{-webkit-box-ordinal-group:5;-ms-flex-order:4;order:4}}@media (max-width:767px){.sri__tech{display:none}}@media print,(min-width:768px){.sri__tech{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.6rem;color:#333;padding-left:0;list-style:none;margin-top:0;margin-left:0;margin-bottom:1rem}}.sri__tech-item{margin-bottom:.5rem}@media print,(min-width:768px){.sri__tech-item{margin-right:1rem}.sri__tech-item:not(:last-child){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sri__tech-item:not(:last-child):after{content:'';width:.8rem;height:.8rem;background-color:#333;border-radius:50%;margin-left:1rem}}.sri__descr-text{font-size:1.4rem;line-height:1.3em;color:#666}@media (max-width:1019px){.sri__descr-text--pc{display:none}}.sri__complex{position:relative;z-index:1;font-size:1.6rem;color:#333;margin-top:0;margin-bottom:0}@media print,(min-width:768px){.sri__complex,.sri__contacts{margin-bottom:1rem}}@media print,(min-width:1020px){.sri__contacts{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:20rem}}.sri__contacts--archived{-ms-flex-item-align:start;align-self:flex-start;border:1px solid #d7d7d7;border-radius:1px;padding:2rem 2rem 2.5rem;text-align:center}@media (max-width:767px){.sri__contacts--archived{grid-column:1/3}}.sri__contacts .sri__call{width:16rem;padding-left:.5rem;padding-right:.5rem}@media (max-width:767px){.sri__contacts .sri__call{display:none}}.sri__contacts .sri__more-btn{position:relative;z-index:1;width:16rem;margin-top:.5rem}@media (max-width:767px){.sri__contacts .sri__more-btn{display:none}}.sri__warning-archive{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0;font-size:1.4rem;color:#000}@media print,(min-width:768px){.sri__warning-archive{margin-bottom:1rem}}.sri__warning-archive svg{width:16px;height:16px;margin-right:1rem}@media (max-width:767px){.sri__avatar{display:none}}@media print,(min-width:768px){.sri__avatar{width:10rem;height:10rem;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;border:1px solid #d7d7d7;margin-bottom:.5rem}}.sri__contact-name{font-size:1.4rem;color:#41a85f;margin:0;margin-bottom:.8rem}@media print,(min-width:768px){.sri__contact-name{color:#333}}.sri__type{font-size:1.4rem;color:#41a85f;text-align:center;min-width:7rem;padding:.1em 1rem;background-color:#d7eccf;border-radius:2px;margin-top:0;margin-bottom:1rem}@media print,(min-width:768px){.sri__type{display:inline-block;min-width:7.5rem}}@media (max-width:767px){.sri__pro{display:none}}@media print,(min-width:768px){.sri__pro{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}}.sri__pro-label,.sri__pro-value:before{font-size:1rem;color:#fff;border-radius:2px}.sri__pro-label{font-weight:700;background-color:#c4161c;padding:.2rem .7rem;margin:0}.sri__pro-value{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem;color:#41a85f;margin:0 0 0 .5em}.sri__pro-value:before{content:'%';background-color:#41a85f;padding:.2rem .4em;margin-right:.3em}@media (max-width:767px){.sri__xs-toolbar{grid-column:1/3;margin-left:-.8rem;margin-right:-.8rem}}@media print,(min-width:768px){.sri__xs-toolbar{display:none}}.sri__call{position:relative;z-index:1}@media (max-width:767px){.sri__call--xs{width:100%;display:block;font-size:1.6rem;color:#41a85f;text-align:center;padding-top:1rem;padding-bottom:1rem;border:0;border-top:1px solid #d7d7d7;text-decoration:none;background-color:transparent}}.sri__call--loading{color:transparent}.sri__call--loading:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;width:16px;height:16px;margin:auto;border:3px solid transparent;border-top-color:#fff;border-radius:50%;-webkit-animation:button-loading-spinner 1s ease infinite;animation:button-loading-spinner 1s ease infinite}@media (max-width:767px){.sri__more-btn--xs{position:relative;z-index:1;width:100%;border-radius:0}}@media print,(min-width:768px){.sri__more-btn--xs{display:none}}.sri__more-ads{position:relative;z-index:1}@media (max-width:767px){.sri__more-ads{grid-column:1/3;margin-left:-.8rem;margin-right:-.8rem;margin-bottom:-.8rem;padding-top:1rem;padding-bottom:1rem;font-size:1.6rem;text-align:center;border-top:1px solid #d7d7d7}}@media print,(min-width:768px){.sri__more-ads{margin-top:1rem}}@media print,(min-width:1020px){.sri__more-ads{margin-top:0;margin-right:2rem}}.sri__toolbar{font-size:1.3rem}@media (max-width:767px){.sri__toolbar{display:contents}}@media print,(min-width:768px){.sri__toolbar{text-align:right}}@media print,(min-width:1020px){.sri__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}}.sri__toolbar-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media (max-width:767px){.sri__toolbar-inner{grid-column:2;padding-left:2rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media print,(min-width:768px){.sri__toolbar-inner{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex}}.sri__watched{margin:0}@media (max-width:767px){.sri__watched{display:none}}@media print,(min-width:768px){.sri__watched{margin-right:2rem}}.sri__date{color:#666;margin:0}@media print,(min-width:768px){.sri__date{margin-right:1rem}}.sri--premium .sri__header label,.sri--pro .sri__header label,.sri__icon-btns{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.sri__company-link,.sri__icon-btns{position:relative;z-index:1}.sri__company-link{display:inline-block;text-decoration:none}.sri--yellow{background-color:#fffae6}.sri--premium .sri__header span,.sri--pro .sri__header span{margin-right:.4rem}.sri--premium .sri__header label,.sri--pro .sri__header label{font-size:1.4rem;color:#a70b00}.sri--premium .sri__header label:before,.sri--pro .sri__header label:before{content:'';width:1.8rem;height:1.8rem;background-size:contain;background-position:50% 50%;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.28185 11.3453L5.93654 8.99997L5.15479 9.78173L8.28185 12.9088L14.9827 6.20795L14.2009 5.42618L8.28185 11.3453Z' fill='%23A70B00'/%3E%3Cpath d='M9 17C13.4183 17 17 13.4183 17 9C17 4.58172 13.4183 1 9 1C4.58172 1 1 4.58172 1 9C1 13.4183 4.58172 17 9 17Z' stroke='%23A70B00'/%3E%3C/svg%3E%0A");margin-right:.3em}.sri--pro .sri__header label:before{width:1.1rem;height:1.4rem;background-image:url("data:image/svg+xml,%3Csvg width='11' height='14' viewBox='0 0 11 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1213_1353)'%3E%3Cpath d='M6.5625 8.75C8.73387 8.75 10.5 6.98387 10.5 4.8125C10.5 2.64113 8.73359 0.875 6.5625 0.875H2.625C2.14184 0.875 1.75 1.26684 1.75 1.75V7H0.875C0.391836 7 0 7.39102 0 7.875C0 8.35898 0.391836 8.75 0.875 8.75H1.75V9.625H0.875C0.391836 9.625 0 10.0168 0 10.5C0 10.9832 0.391836 11.375 0.875 11.375H1.75V12.25C1.75 12.7332 2.14184 13.125 2.625 13.125C3.10816 13.125 3.5 12.7332 3.5 12.25V11.375H7.875C8.35816 11.375 8.75 10.9832 8.75 10.5C8.75 10.0168 8.35816 9.625 7.875 9.625H3.5V8.75H6.5625ZM3.5 2.625H6.5625C7.76836 2.625 8.75 3.60664 8.75 4.8125C8.75 6.01836 7.76836 7 6.5625 7H3.5V2.625Z' fill='%23A70B00'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1213_1353'%3E%3Crect width='10.5' height='14' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E")}.sri--archived,.sri--archived .green,.sri--archived .metro-icon,.sri--archived .red,.sri--archived .sri__complex .link,.sri--archived .sri__price-new,.sri--archived .sri__tech{color:#666!important}.sri--archived .sri__price:before,.sri--archived .sri__tech-item:after{background-color:#666!important}.sri--skeleton .sri__slider-wrp{background-color:#eee}.sri--skeleton .sri__content-wrp{width:100%;-webkit-box-sizing:border-box;box-sizing:border-box}@media (max-width:767px){.sri--skeleton .sri__content-wrp{padding-bottom:.8rem}}.sri--skeleton .sri__descr{width:100%}.sri--skeleton .sri__header{width:100%;background-color:#eee}.sri--skeleton .sri__price-wrp{max-width:20rem;background-color:#eee;margin-bottom:2rem}.sri--skeleton .sri__area{background-color:#eee}.sri--skeleton .sri__descr-text{min-height:10rem;background-color:#eee}.sri--skeleton .sri__avatar-wrp{width:10rem;height:12rem;background-color:#eee;margin-bottom:1rem}.sri--skeleton .btn,.sri--skeleton .sri__contact-name{background-color:#eee}.sri--skeleton .btn{min-width:15rem;opacity:1;border:0}.sri--skeleton .sri__area,.sri--skeleton .sri__descr-text,.sri--skeleton .sri__header,.sri--skeleton .sri__price-wrp,.sri--skeleton .sri__slider-wrp{position:relative;overflow:hidden}.sri--skeleton .sri__area::after,.sri--skeleton .sri__descr-text::after,.sri--skeleton .sri__header::after,.sri--skeleton .sri__price-wrp::after,.sri--skeleton .sri__slider-wrp::after{content:'';position:absolute;top:0;right:0;bottom:0;left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%);background-image:-webkit-gradient(linear,left top,right top,color-stop(0,rgba(255,255,255,0)),color-stop(20%,rgba(255,255,255,.2)),color-stop(60%,rgba(255,255,255,.5)),to(rgba(255,255,255,0)));background-image:linear-gradient(90deg,rgba(255,255,255,0) 0,rgba(255,255,255,.2) 20%,rgba(255,255,255,.5) 60%,rgba(255,255,255,0));-webkit-animation:shimmer 1s infinite;animation:shimmer 1s infinite}.graph{padding:1rem 1.5rem;border:1px solid #d7d7d7;margin-bottom:3rem}.graph__graph,.graph__header{margin-bottom:2rem}.graph__table{color:#333;font-size:1.4rem}.graph__table th{font-weight:700;text-align:left;min-width:10rem;padding:8px 8px 2px;border-bottom:1px solid #999}.graph__table td{padding:8px;border-bottom:1px solid #d7d7d7;white-space:nowrap}@media (max-width:549px){.graph__table td:first-child{white-space:normal}}.graph__links{font-size:1.4rem;margin-top:2rem}.graph__links .link{display:inline-block;margin-right:2rem;margin-bottom:.7rem}.graph__notice{margin-bottom:3rem}.graph__notice-text{margin:0;margin-bottom:.5rem;font-size:1.4rem;color:#666}.chart{margin-bottom:3rem}@media print,(min-width:1020px){.chart{margin-bottom:5rem}}.chart--bordered{padding:1rem 1.5rem;border:1px solid #d1d1d1}.chart_graph{max-height:270px;margin-bottom:1rem}@media print,(min-width:768px){.chart_graph{max-height:330px}}.chart__header{margin-bottom:2rem}.leadform{background-color:#f5f5f5;padding:2rem 2.5rem;margin-bottom:3rem}.leadform--opened .leadform__msg-inner{display:none}.leadform--opened .leadform__form{display:block}@media print,(min-width:768px){.leadform--simple{text-align:center}}.leadform--suggest{background-position:50% 100%;background-image:url(/img/lead-suggest.png);background-repeat:no-repeat;background-size:contain}@media (max-width:1019px){.leadform--suggest{padding-bottom:15rem}}@media print,(min-width:1020px){.leadform--suggest{padding-right:40rem;background-position:100% 100%;background-image:url(/img/lead-suggest-xl.png)}}@media print,(min-width:1280px){.leadform--suggest{padding-left:8rem}}.leadform--suggest .leadform__header{margin-bottom:1.5rem;font-weight:700}.leadform--suggest .leadform__text{margin-bottom:2.5rem;font-size:1.6rem}@media (max-width:549px){.leadform__msg-inner{text-align:center}}@media print,(min-width:550px){.leadform__msg-inner{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.leadform__header{font-size:1.8rem;color:#333;margin:0}@media (max-width:549px){.leadform__header{margin-bottom:1em}}@media print,(min-width:1020px){.leadform__header{font-size:2rem}}.leadform__header span{display:block;font-size:1.4rem}.leadform__text{font-size:1.4rem;color:#333;margin-top:0;margin-bottom:1.5rem}.leadform__form{display:none}.leadform__form .leadform__header{margin-bottom:1rem}@media print,(min-width:768px){.leadform__form .input-line__error-text{position:absolute}}.leadform__form img{mix-blend-mode:darken}@media print,(min-width:768px){.leadform__lines-wrp{display:grid;-webkit-column-gap:3rem;-moz-column-gap:3rem;column-gap:3rem;row-gap:2rem;grid-template-columns:repeat(2,1fr)}}@media print,(min-width:1020px){.leadform__lines-wrp{grid-template-columns:repeat(auto-fit,minmax(25rem,1fr))}}@media (max-width:767px){.leadform__line{margin-bottom:2rem}}@media print,(min-width:768px){.leadform__line:not(.input-line){-ms-flex-item-align:end;align-self:end}}.leadform__line .input-line__input{width:100%}.complex-list__form:not(.complex-list__form--active) .slp-form__more-filters,.leadform__area:not(.leadform__area--active){display:none}.leadform__submit-btn{width:100%;max-width:20rem}.login{font-size:1.4rem}.login__header{margin-top:0;margin-bottom:1.5rem}.login__form{padding-bottom:1rem;border-bottom:1px solid #ddd;margin-bottom:1.5rem}.login__line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1rem}.login__line-name{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;line-height:2.2em;width:7rem}@media print,(min-width:1020px){.login__line-name{line-height:2em}}.login__line-input-wrp{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1}.login__line-input{width:100%;padding:.5rem}.login__error-text{font-size:1.2rem;color:#c4161c;margin-top:.3em;margin-bottom:0}.cli__acc .cli__acc-header::after,.login__error-text.hidden{display:none}.login__line-submit{padding-top:.5rem;padding-bottom:.5rem}.login__forgot{font-size:1.4rem;line-height:2em;margin-left:auto}.login__sub-header{margin:0}.login__soc{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-bottom:1.5rem;border-bottom:1px solid #ddd;margin-bottom:1.5rem}.login__soc .login__sub-header{margin-right:1.5rem}.login__soc-link{display:inline-block;margin-right:.5rem}.login__soc-link img{display:block}.login__reg-wrp,.region-list{display:-webkit-box;display:-ms-flexbox;display:flex}.login__reg-wrp{-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.region-list{-ms-flex-wrap:wrap;flex-wrap:wrap}.region-list__item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:50%;-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:3rem}@media (max-width:1019px){.region-list__item:nth-child(odd){padding-right:1.5rem}.region-list__item:nth-child(even){padding-left:1.5rem}}@media print,(min-width:1020px){.region-list__item{width:25%;padding-right:1.5rem}.region-list__item:nth-child(5n){padding-right:0}}.region-list__area{font-weight:700;margin-bottom:1.6rem}.region-list__area a{color:#333}.region-list__cities{padding:0;margin:0;list-style:none}.region-list__city{margin-bottom:.8rem}.complex-list{position:relative;margin-bottom:4rem}@media (max-width:767px){.complex-list{padding-top:1.5rem}}@media print,(min-width:768px){.complex-list .specs-t19__item-wrp{width:50%}}.complex-list .leadbanner{border-top:none;padding-bottom:0}.complex-list .leadform{margin-bottom:0}@media print,(min-width:768px){.complex-list__form{margin-left:-2rem;margin-right:-2rem}}@media print,(min-width:1020px){.complex-list__form{position:sticky;top:0;background-color:#fff;z-index:3;margin-bottom:.5rem}}.complex-list__breads{margin-bottom:1rem}@media print,(min-width:1020px){.complex-list__breads{padding-top:1rem}}.complex-list__header{margin-bottom:1.5rem}.complex-list__map-link{border:0}@media (max-width:1019px){.complex-list__map-link{width:100%;text-align:center;padding:2rem;-webkit-box-sizing:border-box;box-sizing:border-box;background-size:cover;background-position:50% 50%;background-image:url(/img/map-btn-bg.jpg);margin-bottom:2rem}}@media print,(min-width:1020px){.complex-list__map-link{background-color:transparent}}@media (max-width:1019px){.complex-list__map-link span{font-size:1.6rem;color:#fff;background-position:0 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='16' height='17' viewBox='0 0 16 17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.33366 2C4.76033 2 2.66699 4.09333 2.66699 6.66667C2.66699 10.1667 7.33366 15.3333 7.33366 15.3333C7.33366 15.3333 12.0003 10.1667 12.0003 6.66667C12.0003 4.09333 9.90699 2 7.33366 2ZM7.33366 4C8.43366 4 9.33366 4.9 9.33366 6C9.33366 7.11 8.43366 8 7.33366 8C6.23366 8 5.33366 7.11 5.33366 6C5.33366 4.9 6.23366 4 7.33366 4Z' fill='white'/%3E%3Cpath d='M7.33366 15.3333L6.96261 15.6685L7.33366 16.0793L7.70471 15.6685L7.33366 15.3333ZM7.33366 1.5C4.48418 1.5 2.16699 3.81719 2.16699 6.66667H3.16699C3.16699 4.36948 5.03647 2.5 7.33366 2.5V1.5ZM2.16699 6.66667C2.16699 7.64283 2.48952 8.69661 2.93986 9.70182C3.39313 10.7136 3.99307 11.7136 4.58584 12.5921C5.17958 13.4721 5.77232 14.2394 6.21626 14.7864C6.43846 15.0602 6.62392 15.2795 6.75433 15.4308C6.81955 15.5065 6.87104 15.5653 6.9065 15.6055C6.92424 15.6255 6.93797 15.641 6.94741 15.6515C6.95214 15.6568 6.95579 15.6609 6.95833 15.6637C6.9596 15.6651 6.9606 15.6662 6.96131 15.667C6.96167 15.6674 6.96196 15.6678 6.96217 15.668C6.96228 15.6681 6.96239 15.6682 6.96244 15.6683C6.96253 15.6684 6.96261 15.6685 7.33366 15.3333C7.70471 14.9982 7.70475 14.9982 7.70477 14.9983C7.70475 14.9982 7.70475 14.9982 7.70472 14.9982C7.70465 14.9981 7.70451 14.998 7.7043 14.9977C7.70389 14.9973 7.70319 14.9965 7.70222 14.9954C7.70028 14.9933 7.69724 14.9899 7.69313 14.9853C7.68491 14.9761 7.67244 14.9621 7.656 14.9434C7.6231 14.9062 7.57433 14.8505 7.51194 14.7781C7.38714 14.6333 7.20803 14.4216 6.99272 14.1563C6.56166 13.6251 5.98774 12.882 5.41481 12.0328C4.84091 11.1823 4.27419 10.2343 3.85246 9.29297C3.42779 8.34506 3.16699 7.4405 3.16699 6.66667H2.16699ZM7.33366 15.3333C7.70471 15.6685 7.70478 15.6684 7.70487 15.6683C7.70493 15.6682 7.70504 15.6681 7.70514 15.668C7.70536 15.6678 7.70565 15.6674 7.706 15.667C7.70672 15.6662 7.70771 15.6651 7.70898 15.6637C7.71153 15.6609 7.71518 15.6568 7.7199 15.6515C7.72935 15.641 7.74308 15.6255 7.76081 15.6055C7.79628 15.5653 7.84777 15.5065 7.91298 15.4308C8.04339 15.2795 8.22886 15.0602 8.45105 14.7864C8.895 14.2394 9.48774 13.4721 10.0815 12.5921C10.6742 11.7136 11.2742 10.7136 11.7275 9.70182C12.1778 8.69661 12.5003 7.64283 12.5003 6.66667H11.5003C11.5003 7.4405 11.2395 8.34506 10.8149 9.29297C10.3931 10.2343 9.8264 11.1823 9.25251 12.0328C8.67958 12.882 8.10565 13.6251 7.6746 14.1563C7.45929 14.4216 7.28017 14.6333 7.15538 14.7781C7.09299 14.8505 7.04421 14.9062 7.01132 14.9434C6.99488 14.9621 6.9824 14.9761 6.97419 14.9853C6.97008 14.9899 6.96704 14.9933 6.9651 14.9954C6.96413 14.9965 6.96343 14.9973 6.96301 14.9977C6.96281 14.998 6.96267 14.9981 6.9626 14.9982C6.96256 14.9982 6.96257 14.9982 6.96255 14.9983C6.96257 14.9982 6.96261 14.9982 7.33366 15.3333ZM12.5003 6.66667C12.5003 3.81719 10.1831 1.5 7.33366 1.5V2.5C9.63085 2.5 11.5003 4.36948 11.5003 6.66667H12.5003ZM7.33366 4.5C8.15752 4.5 8.83366 5.17614 8.83366 6H9.83366C9.83366 4.62386 8.7098 3.5 7.33366 3.5V4.5ZM8.83366 6C8.83366 6.83223 8.15915 7.5 7.33366 7.5V8.5C8.70817 8.5 9.83366 7.38777 9.83366 6H8.83366ZM7.33366 7.5C6.50817 7.5 5.83366 6.83223 5.83366 6H4.83366C4.83366 7.38777 5.95915 8.5 7.33366 8.5V7.5ZM5.83366 6C5.83366 5.17614 6.5098 4.5 7.33366 4.5V3.5C5.95752 3.5 4.83366 4.62386 4.83366 6H5.83366Z' fill='%23A70B00'/%3E%3C/svg%3E%0A");padding-left:2.5rem}.complex-list__map-link span.xl{display:none}}@media print,(min-width:1020px){.complex-list__map-link span{font-size:1.6rem;color:#2761d8;background-position:0 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M17.5 0L17.34 0.03L12 2.1L6 0L0.36 1.9C0.15 1.97 0 2.15 0 2.38V17.5C0 17.78 0.22 18 0.5 18L0.66 17.97L6 15.9L12 18L17.64 16.1C17.85 16.03 18 15.85 18 15.62V0.5C18 0.22 17.78 0 17.5 0ZM12 16L6 13.89V2L12 4.11V16Z' fill='%232761D8'/%3E%3C/svg%3E%0A");padding-left:2.5rem}.complex-list__map-link span.xs{display:none}}.complex-list__map-wrp{position:relative;display:none}@media print,(min-width:1020px){.complex-list__map-wrp{display:block;position:absolute;top:0;left:0;bottom:0;width:calc(100% - 62rem)}}.complex-list__map-wrp--active{display:block;margin-bottom:2rem}@media print,(min-width:1020px){.complex-list__map-wrp-sticky{position:sticky;top:0;height:100vh;padding-top:0;-webkit-box-sizing:border-box;box-sizing:border-box}}.complex-list__map-wrp-inner{position:relative;height:100%}.complex-list__close-map{position:absolute;z-index:2;top:1rem;right:1rem;border:0;background-color:transparent;padding:0}.complex-list__close-map svg{width:3rem;height:3rem}.complex-list__map{z-index:1;height:45rem}@media print,(min-width:1020px){.complex-list__map{height:100%}}.complex-list__list--loading{-webkit-filter:blur(3px);filter:blur(3px)}.complex-list__item{padding-bottom:1rem;margin-bottom:2rem}@media (max-width:767px){.complex-list__item{border:1px solid #d7d7d7}}@media print,(min-width:768px){.complex-list__item{padding-bottom:3rem;border-bottom:1px solid #d7d7d7;margin-bottom:3rem}}@media (max-width:767px){.complex-list__item--lead-wrp{padding-bottom:0}}.complex-list__more-wrp{padding-bottom:4rem}.complex-list__pagination{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.complex-list__empty{color:#333;margin-bottom:3rem}.complex-list__empty-header{font-size:1.4rem;font-weight:700;margin-top:0;margin-bottom:.5rem}@media print,(min-width:768px){.complex-list__empty-header{font-size:1.8rem}}.complex-list__empty-text{font-size:1.2rem;color:#333;margin:0}@media print,(min-width:768px){.complex-list__empty-text{font-size:1.4rem}}.complex-list__same-header{font-size:1.2rem;font-weight:700;margin-top:0;margin-bottom:1rem}@media print,(min-width:768px){.complex-list__same-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.4rem}.complex-list:not(.complex-list--map-hidden) .complex-list__item:last-child{border-bottom:none;margin-bottom:0}}@media print,(min-width:1020px){.complex-list:not(.complex-list--map-hidden){min-height:100vh;max-width:none;padding-top:0;padding-left:calc(100% - 60rem);padding-right:2rem}.complex-list:not(.complex-list--map-hidden) .complex-list__map-link{display:none}.complex-list:not(.complex-list--map-hidden) .complex-list__form--active .slp-form__container{height:calc(100vh - 8.6rem);overflow:auto}.complex-list:not(.complex-list--map-hidden) .leadform--suggest{padding:2rem 15rem 2rem 2.5rem}.complex-list--map-hidden .complex-list__form{position:sticky;top:0;left:0;right:0;margin:0}.complex-list--map-hidden .complex-list__header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3rem}.complex-list--map-hidden .complex-list__header{margin-bottom:0}.complex-list--map-hidden .complex-list__list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.complex-list--map-hidden .complex-list__item{width:calc((100% - 4rem)/2)}.complex-list--map-hidden .complex-list__item--specs{display:none}.complex-list--map-hidden .leadbanner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.complex-list--map-hidden .leadbanner__content{text-align:center;padding-left:0}.complex-list--map-hidden .leadform{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box}.complex-list--map-hidden .leadform__msg-inner{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}.complex-list--map-hidden .leadform__header{margin-bottom:3rem}.complex-list--map-hidden .leadform--suggest{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:2rem 2.5rem;text-align:center;background-image:none}}@media print,(min-width:1020px) and print,(min-width:1020px){.complex-list--map-hidden .complex-list__map-wrp{display:none!important}}@media print,(min-width:768px){.cli__inner{display:grid;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem;grid-template-rows:auto auto 1fr;grid-template-columns:27rem auto}}.cli__slider-wrp{position:relative;height:19rem;margin-bottom:1.5rem}@media print,(min-width:768px){.cli__slider-wrp{grid-column:1;width:100%;height:23.5rem}}.cli__slide{height:100%}.cli__slide-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.cli__slider-btn{position:absolute;z-index:1;top:50%;background-image:url(/img/white-arrows.png);width:27px;height:37px;background-size:54px;background-position:0 0;border:0;background-color:transparent;outline:0}.cli__slider-btn--prev{left:1rem;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.cli__slider-btn--next{right:1rem;-webkit-transform:scale(-1) translateY(50%);transform:scale(-1) translateY(50%)}.cli__slider-btn--disabled{opacity:.5}.cli__action,.cli__count{position:absolute;z-index:1}.cli__count{bottom:1rem;font-size:13px;color:#fff;text-shadow:0 0 10px #000,0 0 10px #000;text-align:center;width:100%;margin:0}.cli__action{top:1rem;left:1rem}.cli__action svg,.cli__fav{width:2rem;height:2rem}.cli__fav{position:absolute;z-index:1;top:1rem;right:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:50%;background-color:#fff;cursor:pointer}.cli__fav svg{width:1.7rem;height:1.7rem;fill:#c4161c}.cli__fav.active,.cli__fav:hover{background-repeat:no-repeat;background-position:center;background-image:url("data:image/svg+xml,%3Csvg width='15' height='13' viewBox='0 0 15 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.5 13.1229L6.47291 12.1879C2.825 8.88 0.416664 6.69833 0.416664 4.02083C0.416664 1.83917 2.13083 0.125 4.3125 0.125C5.545 0.125 6.72791 0.69875 7.5 1.60542C8.27208 0.69875 9.455 0.125 10.6875 0.125C12.8692 0.125 14.5833 1.83917 14.5833 4.02083C14.5833 6.69833 12.175 8.88 8.52708 12.195L7.5 13.1229Z' fill='%23A70B00'/%3E%3C/svg%3E%0A")}.cli__fav.active svg,.cli__fav:hover svg{opacity:0}@media (max-width:767px){.cli__content-wrp{padding-left:10px;padding-right:10px}}@media print,(min-width:768px){.cli__content-wrp{grid-column:2;grid-row:1/4}}.cli__header{display:inline-block;font-size:2.2rem;margin-bottom:.5rem}.cli__price-wrp{margin-bottom:1.2rem}.cli__price{font-size:1.6rem;font-weight:700;color:#333;margin-top:0;margin-bottom:.8em}.cli__mortage-link{display:inline-block;font-size:1.6rem;margin-bottom:.3em}.cli__mortage-descr{font-size:1.4rem;color:#666;margin:0}.cli__mortage-descr span,.mpage__list-item span{font-weight:700}.cli__info{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.4rem;color:#666;margin:0 -.5rem .5rem}.cli__info p{margin:.5rem}.cli__info .with-calender-icon{margin-right:.3em}.cli__route{margin-top:0;margin-bottom:.8rem}.cli__route .metro-icon{position:relative;z-index:2}.cli__route-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap}.cli__route-item>*{margin-right:1.5rem}.cli__address{font-size:1.4rem;color:#333;margin-top:0;margin-bottom:1rem}.cli__acc{border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;margin-bottom:1.5rem}@media (max-width:767px){.cli__acc{margin-left:-1rem;margin-right:-1rem}}.cli__acc .cli__acc-header{font-size:1.4rem;font-weight:700;color:#666;margin:0;padding-top:1rem;padding-bottom:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:left}@media (max-width:767px){.cli__acc .cli__acc-header{padding-left:1rem;padding-right:1rem}}.cli__acc .acc__content{color:#666}@media (max-width:767px){.cli__acc .acc__content{padding-left:1rem;padding-right:1rem}}.cli__acc .acc__text{color:#666}@media (max-width:767px){.cli__acc .acc__text{padding-left:1rem;padding-right:1rem}}.cli__descr{font-size:1.4rem;color:#666}.cli__descr p{margin-top:0}.cli__descr p,.cli__tags{margin-bottom:1rem}@media (max-width:767px){.cli__tags{padding-left:10px;padding-right:10px}}@media print,(min-width:768px){.cli__tags{grid-column:1}}.cli__tags .tags-list__item{padding-right:.9rem}.cli__call-btn-wrp{text-align:center}@media (max-width:767px){.cli__call-btn-wrp{padding-left:10px;padding-right:10px}}@media print,(min-width:768px){.cli__call-btn-wrp{grid-column:1}}.cli__call-btn{width:100%;max-width:40rem}.cli__price-list{list-style:none;padding:0!important;margin:0}.cli__price-list-item{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;font-size:1.4rem;padding-bottom:.7rem;padding-top:.7rem}.cli__price-list-item:not(:last-child){border-bottom:1px solid #d7d7d7}.cli__price-list-title{margin-right:.5em}.complex-list-after__perelinks{margin-bottom:3rem}.complex-list-after__descr{font-size:1.4rem;line-height:1.5em;color:#333;margin-bottom:3rem}.hpi,.mage-offer__rate-td a{text-decoration:none}@media (max-width:767px){.hpi{text-align:center}}.hpi__image-link{display:block;text-align:center;margin-bottom:1rem}.hpi__image{display:inline-block;max-width:100%;border-radius:1rem}.hpi__header{display:inline-block;font-size:1.4rem;font-weight:500;margin-top:0;margin-bottom:.5rem}@media print,(min-width:1020px){.hpi__header{font-size:1.8rem}}.hpi__deadline{font-size:1.4rem;color:#999;line-height:1.4em;margin:0}.hpi__address,.hpi__price{font-size:1.4rem;color:#333}.hpi__address{margin:0}.hpi__price{font-weight:700;line-height:1.4em;margin-top:0;margin-bottom:.5rem}.houses-preview{margin-bottom:4rem}@media print,(min-width:1020px){.houses-preview{margin-bottom:5rem}}.houses-preview__header-wrp{margin-bottom:2rem}@media print,(min-width:768px){.houses-preview__header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.houses-preview__header{margin:0}@media print,(min-width:768px){.houses-preview__header{margin-right:2rem}}@media (max-width:767px){.houses-preview__link-top{display:none}}@media print,(min-width:768px){.houses-preview__link-top{font-size:1.4rem}}.houses-preview__slider{margin-bottom:2rem}@media (max-width:767px){.houses-preview__slider .swiper-wrapper{margin-bottom:3rem}}@media print,(min-width:768px){.houses-preview__slider{position:relative}}.houses-preview__slider .swiper-container{width:auto}@media (max-width:767px){.houses-preview__btn{display:none}}@media print,(min-width:768px){.houses-preview__btn{position:absolute;z-index:1;top:7.5rem;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:4rem;height:4rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:0;border:0;background-color:#fff;opacity:.5;border-top-right-radius:1rem;border-bottom-right-radius:1rem}.houses-preview__btn svg{display:block;width:1.5rem;height:2rem;fill:#a70b00;-webkit-transform:translateX(-.3rem);transform:translateX(-.3rem)}}.houses-preview__btn--disabled{opacity:.3}@media print,(min-width:768px){.houses-preview__btn--prev{left:0}.houses-preview__btn--next{right:0;-webkit-transform:translateY(-50%) scale(-1);transform:translateY(-50%) scale(-1)}}.houses-preview__btn:hover:not(.houses-preview__btn--disabled){opacity:1}@media (max-width:767px){.houses-preview__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;bottom:0!important}.houses-preview__pagination .swiper-pagination-bullet{width:1rem;height:1rem;background:#fff;border:1px solid #2761d8;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.09);box-shadow:0 2px 4px rgba(0,0,0,.09);opacity:1}.houses-preview__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background-color:#2761d8}}@media print,(min-width:768px){.houses-preview__pagination{display:none}}@media (max-width:767px){.houses-preview__link-bottom-wrp{text-align:center}}.houses-preview__link-bottom{font-size:1.4rem}@media print,(min-width:768px){.houses-preview__link-bottom{display:none}}.mpage{background-color:#ebeff0}.mpage__block{padding-bottom:2rem}.mpage__block--top .mpage__container{padding-top:1.3rem;padding-bottom:1.3rem}@media print,(min-width:1020px){.mpage__block--top .mpage__list{margin-bottom:3rem}.mpage__block--map .mpage__container{padding-left:0;padding-right:0}}.mpage__block--perelinks .mpage__container{padding:0;overflow-x:auto}.mpage__block--perelinks .mpage__container--nobgc{overflow-x:visible;background-color:transparent}.mpage__block--face{padding-bottom:0;margin-bottom:2rem;background-color:#fff}@media print,(min-width:1020px){.mpage__block--face{background-image:url(/img/city-highlight.png);background-size:contain;background-position:calc(50% + 35vw) 100%;background-repeat:no-repeat}}@media print,(min-width:1280px){.mpage__block--face{background-position:calc(50% + 50rem) 100%}}.mpage__block--face .mpage__container{background-color:transparent}.mpage__block--face .mpage__subheader{margin-bottom:3.5rem;text-align:center}.mpage__block--face .mage-calc{margin-bottom:3rem}.mpage__container{background-color:#fff;padding-top:2rem;padding-bottom:3rem}@media print,(min-width:1020px){.mpage__container{padding-top:3rem}}.mpage__container-header-wrp{padding-bottom:10px;border-bottom:1px solid #d7d7d7;margin-bottom:25px}@media print,(min-width:1020px){.mpage__container-header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mpage__container-header-wrp .mpage__container-header{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:0}}.mpage__container-header-wrp .mpage__container-links-wrp{font-size:16px}@media (max-width:767px){.mpage__container-header-wrp .mpage__container-links-wrp{margin-bottom:15px}}@media print,(min-width:1020px){.mpage__container-header-wrp .mpage__container-links-wrp{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:4px}}.mpage__container-header-wrp .mpage__container-links-wrp .link+.link{margin-left:15px}.mpage__block-header{text-align:center;margin-bottom:2.5rem}@media print,(min-width:768px){.mpage__block-header{margin-bottom:3.5rem}.mpage__block-header--map{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.mpage__block-header--map .header-text{margin-bottom:0;margin-right:2rem}.mpage__block-header--map .picker{width:20rem}.mpage__block-header--map .picker__header{font-size:2rem}}.mpage__back-link-wrp{margin-bottom:1.7rem}@media (max-width:767px){.mpage__back-link-wrp{text-align:center}}.mpage__back-link{font-size:1.4rem}.mpage__back-link:before{width:8px;height:12px;background-image:url("data:image/svg+xml,%3Csvg width='8' height='12' viewBox='0 0 8 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M7.41 10.59L2.83 6L7.41 1.41L6 0L0 6L6 12L7.41 10.59Z' fill='%232761D8'/%3E%3C/svg%3E%0A")}.mpage__header-wrp{border-bottom:1px solid #d7d7d7;padding-bottom:3rem;margin-bottom:1.8rem}@media (max-width:767px){.mpage__header-wrp{text-align:center}}@media print,(min-width:768px){.mpage__header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:4.5rem;margin-bottom:3.5rem}}.mpage__header-logo{display:inline-block;max-width:100%;margin-bottom:1.5rem}@media print,(min-width:768px){.mpage__header-logo{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0}}.mpage__header{font-size:2.4rem;color:#333;margin:0}@media print,(min-width:768px){.mpage__header{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:2rem}}@media print,(min-width:1020px){.mpage__header{font-size:4rem}}.mpage__header--mini{font-size:1.8rem}@media print,(min-width:1020px){.mpage__header--mini{font-size:2.8rem}}@media print,(min-width:768px){.mpage__header-text-wrp{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding-right:5rem}}.mpage__header-text-wrp .mpage__header{margin-bottom:2.5rem}.mpage__header-descr{font-size:1.4rem;line-height:1.3em;color:#333;margin:0}.mpage__list{font-size:1.4rem;list-style:none;text-align:left;padding:0;margin:0}@media print,(min-width:1020px){.mpage__list--columns{-webkit-columns:2;-moz-columns:2;columns:2;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}.mpage__list--with-icons .mpage__list-item{padding-left:2.3rem}.mpage__list--with-icons .mpage__list-item:before{content:'';position:absolute;top:0;left:0;height:1.6rem;width:2rem;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;margin-right:.3em}.mpage__list--with-icons .mpage__list-item--percent:before{background-image: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%3Ccircle cx='8' cy='8' r='7.5' fill='white' stroke='black'/%3E%3Cpath d='M3.98633 6.60938C3.98633 5.9681 4.1263 5.49284 4.40625 5.18359C4.68945 4.87435 5.07194 4.71973 5.55371 4.71973C6.05176 4.71973 6.44076 4.87435 6.7207 5.18359C7.00391 5.48958 7.14551 5.96484 7.14551 6.60938C7.14551 7.25065 7.00391 7.72591 6.7207 8.03516C6.44076 8.3444 6.0599 8.49902 5.57812 8.49902C5.08008 8.49902 4.68945 8.34603 4.40625 8.04004C4.1263 7.73079 3.98633 7.25391 3.98633 6.60938ZM5.05566 6.59961C5.05566 7.0651 5.10938 7.3776 5.2168 7.53711C5.29818 7.6543 5.41048 7.71289 5.55371 7.71289C5.7002 7.71289 5.81413 7.6543 5.89551 7.53711C5.99967 7.3776 6.05176 7.0651 6.05176 6.59961C6.05176 6.13411 5.99967 5.82324 5.89551 5.66699C5.81413 5.54655 5.7002 5.48633 5.55371 5.48633C5.41048 5.48633 5.29818 5.54492 5.2168 5.66211C5.10938 5.82161 5.05566 6.13411 5.05566 6.59961ZM6.59863 12.2734H5.58301L9.39648 4.71973H10.3828L6.59863 12.2734ZM8.81543 10.3936C8.81543 9.75228 8.9554 9.27702 9.23535 8.96777C9.51855 8.65853 9.9043 8.50391 10.3926 8.50391C10.8841 8.50391 11.2699 8.65853 11.5498 8.96777C11.833 9.27702 11.9746 9.75228 11.9746 10.3936C11.9746 11.0381 11.833 11.515 11.5498 11.8242C11.2699 12.1335 10.889 12.2881 10.4072 12.2881C9.90918 12.2881 9.51855 12.1335 9.23535 11.8242C8.9554 11.515 8.81543 11.0381 8.81543 10.3936ZM9.88477 10.3887C9.88477 10.8542 9.93848 11.165 10.0459 11.3213C10.1273 11.4417 10.2396 11.502 10.3828 11.502C10.5293 11.502 10.6416 11.4434 10.7197 11.3262C10.8271 11.1667 10.8809 10.8542 10.8809 10.3887C10.8809 9.92318 10.8288 9.61068 10.7246 9.45117C10.6432 9.33398 10.5293 9.27539 10.3828 9.27539C10.2363 9.27539 10.124 9.33398 10.0459 9.45117C9.93848 9.61068 9.88477 9.92318 9.88477 10.3887Z' fill='black'/%3E%3C/svg%3E%0A")}.mpage__list--with-icons .mpage__list-item--rub:before{background-image: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%3Ccircle cx='8' cy='8' r='7.5' fill='white' stroke='black'/%3E%3Cpath d='M9.68164 9.59766V10.6768H7.74316V12H6.29785V10.6768H5.81445V9.59766H6.29785V9.01172H5.81445V7.86914H6.29785V4.8418H8.3584C9.12663 4.8418 9.68164 4.9069 10.0234 5.03711C10.3685 5.16406 10.6468 5.39193 10.8584 5.7207C11.0667 6.04622 11.1709 6.4222 11.1709 6.84863C11.1709 7.19694 11.127 7.49316 11.0391 7.7373C10.9544 7.97819 10.8372 8.17839 10.6875 8.33789C10.5378 8.4974 10.3604 8.62272 10.1553 8.71387C9.9502 8.80501 9.72721 8.87337 9.48633 8.91895C9.24544 8.96126 8.99316 8.9873 8.72949 8.99707C8.46908 9.00684 8.2054 9.01172 7.93848 9.01172H7.74316V9.59766H9.68164ZM7.74316 7.86914H7.83105C8.52441 7.86914 8.95736 7.83984 9.12988 7.78125C9.30566 7.72266 9.44076 7.62174 9.53516 7.47852C9.63281 7.33529 9.68164 7.15625 9.68164 6.94141C9.68164 6.69727 9.61979 6.50195 9.49609 6.35547C9.3724 6.20573 9.18848 6.11296 8.94434 6.07715C8.88574 6.07064 8.76855 6.06576 8.59277 6.0625C8.42025 6.05599 8.18587 6.05273 7.88965 6.05273H7.74316V7.86914Z' fill='black'/%3E%3C/svg%3E%0A")}.mpage__list--with-icons .mpage__list-item--calendar:before{background-image: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='M0.5 3C0.5 1.61929 1.61929 0.5 3 0.5H13C14.3807 0.5 15.5 1.61929 15.5 3V13C15.5 14.3807 14.3807 15.5 13 15.5H3C1.61929 15.5 0.5 14.3807 0.5 13V3Z' fill='white' stroke='black'/%3E%3Crect x='4' y='6' width='8' height='1' rx='0.5' fill='black'/%3E%3Crect x='4' y='8' width='5' height='1' rx='0.5' fill='black'/%3E%3Crect x='4' y='10' width='7' height='1' rx='0.5' fill='black'/%3E%3Cmask id='path-5-inside-1' fill='white'%3E%3Crect x='6' y='2' width='2' height='2' rx='0.2'/%3E%3C/mask%3E%3Crect x='6' y='2' width='2' height='2' rx='0.2' fill='white' stroke='black' stroke-width='0.8' mask='url(%23path-5-inside-1)'/%3E%3Cmask id='path-6-inside-2' fill='white'%3E%3Crect x='9' y='2' width='2' height='2' rx='0.2'/%3E%3C/mask%3E%3Crect x='9' y='2' width='2' height='2' rx='0.2' fill='white' stroke='black' stroke-width='0.8' mask='url(%23path-6-inside-2)'/%3E%3Cmask id='path-7-inside-3' fill='white'%3E%3Crect x='12' y='2' width='2' height='2' rx='0.2'/%3E%3C/mask%3E%3Crect x='12' y='2' width='2' height='2' rx='0.2' fill='white' stroke='black' stroke-width='0.8' mask='url(%23path-7-inside-3)'/%3E%3C/svg%3E%0A")}.mpage__list--with-icons .mpage__list-item--person:before{background-image: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%3Crect x='0.5' y='0.5' width='15' height='15' fill='white' stroke='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M8.00005 3.93345C8.77339 3.93345 9.40005 4.56011 9.40005 5.33345C9.40005 6.10678 8.77339 6.73345 8.00005 6.73345C7.22672 6.73345 6.60005 6.10678 6.60005 5.33345C6.60005 4.56011 7.22672 3.93345 8.00005 3.93345ZM8.00005 9.93345C9.98005 9.93345 12.0667 10.9068 12.0667 11.3334V12.0668H3.93339V11.3334C3.93339 10.9068 6.02005 9.93345 8.00005 9.93345ZM8.00002 2.66675C6.52669 2.66675 5.33335 3.86008 5.33335 5.33341C5.33335 6.80675 6.52669 8.00008 8.00002 8.00008C9.47335 8.00008 10.6667 6.80675 10.6667 5.33341C10.6667 3.86008 9.47335 2.66675 8.00002 2.66675ZM8.00002 8.66675C6.22002 8.66675 2.66669 9.56008 2.66669 11.3334V13.3334H13.3334V11.3334C13.3334 9.56008 9.78002 8.66675 8.00002 8.66675Z' fill='black'/%3E%3C/svg%3E%0A")}.mpage__list--with-icons .mpage__list-item--time:before{background-image:url("data:image/svg+xml,%3Csvg width='16' height='18' viewBox='0 0 16 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='8' cy='10' r='7.5' fill='white' stroke='black'/%3E%3Cline x1='7.5' y1='10' x2='7.5' y2='5' stroke='black'/%3E%3Cline x1='12.176' y1='12.7949' x2='7.76463' y2='10.4412' stroke='black'/%3E%3Cline x1='11' y1='0.5' x2='5' y2='0.5' stroke='black'/%3E%3C/svg%3E%0A")}.mpage__list-item{position:relative;color:#333;margin-bottom:2rem}@media (max-width:549px){.mpage__top-btns .btn{width:100%}.mpage__top-btns .btn:first-child{margin-bottom:1.5rem}}@media print,(min-width:550px){.mpage__top-btns .btn:first-child{min-width:21rem;margin-right:2rem}}.mpage__top-btns .btn:last-child{min-width:26rem}.mpage__tabs-btns{border-bottom:1px solid #d7d7d7;margin-bottom:2.2rem}.mpage__tab{position:relative;font-size:1.4rem;color:#2761d8;background-color:transparent;border:0;padding:0 0 1.2rem;margin-right:1rem}@media print,(min-width:768px){.mpage__tab{font-size:1.8rem;margin-right:3rem}}.mpage__tab--active{color:#000}.mpage__tab--active:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:1px;background-color:#000}.mpage__tab-container:not(.mpage__tab-container--active){display:none}.mpage__tab-container p{font-size:1.4rem;line-height:1.3em;color:#333;margin-top:0}@media print,(min-width:768px){.mpage__tab-container p{font-size:1.6rem}}.mpage__complex-list{margin-left:auto;margin-right:auto}@media print,(min-width:768px){.mpage__complex-list{padding-top:3rem;border-top:1px solid #d7d7d7}}@media print,(min-width:1020px){.mpage__complex-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.mpage__complex-item{padding-bottom:1rem;margin-bottom:2rem}@media (max-width:767px){.mpage__complex-item{border:1px solid #d7d7d7}}@media print,(min-width:768px){.mpage__complex-item{padding-bottom:3rem;border-bottom:1px solid #d7d7d7;margin-bottom:3rem}}@media print,(min-width:1020px){.mpage__complex-item{width:calc((100% - 4rem)/2)}}.mpage__map{height:38rem;margin-bottom:2rem}@media print,(min-width:1020px){.mpage__map{height:59rem;margin-bottom:4rem}}.mpage__regions-acc{font-size:1.4rem;border-bottom:1px solid #f8f4f4;padding-top:1rem;margin-bottom:3rem}.mpage__regions-acc .acc__header{display:inline-block;width:auto;font-size:inherit;font-weight:700;color:#333}.mpage__regions-acc .acc__content,.mpage__regions-acc .acc__text{color:#34495e;line-height:1.3em;padding:1rem 1rem 0}.mpage__regions-acc .preloader{text-align:left}.mpage__regions-acc .preloader img{max-width:10rem}.mpage__bank-list{list-style:none;padding:0;margin:0}@media print,(min-width:768px){.mpage__bank-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media print,(min-width:1020px){.mpage__bank-list{padding-left:2rem;padding-right:2rem}}@media print,(min-width:768px){.mpage__bank-item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:50%;padding-right:3rem;-webkit-box-sizing:border-box;box-sizing:border-box}}@media print,(min-width:1280px){.mpage__bank-item{width:33.333%}}.mpage__bank-item:not(:last-child){margin-bottom:3rem}.mpage__bank-item--loading{width:100%}.mpage__bank-item--loading .preloader{max-width:20rem}.mpage__bank-link{display:inline-block;margin-top:0;margin-bottom:.5rem}.mpage__bank-link--red{color:#c4161c!important;font-weight:700}.mpage__bank-line{font-size:1.4rem;line-height:1.3em;color:#333;margin:.5rem 0}.mpage__bank-line .value{font-weight:700}.mpage__mage-calc-btn{position:relative;padding-bottom:2rem;background-color:transparent;border:0}@media print,(min-width:1020px){.mpage__mage-calc-btn{font-size:1.8rem}}.mpage__mage-calc-btn:before{content:'';position:absolute;bottom:0;left:50%;width:.8rem;height:.8rem;border-right:1px solid #2761d8;border-bottom:1px solid #2761d8;-webkit-transform:translateX(-50%) rotate(45deg);transform:translateX(-50%) rotate(45deg)}.mpage__mage-calc-btn--opened:before{-webkit-transform:translateX(-50%) rotate(-135deg);transform:translateX(-50%) rotate(-135deg)}.preloader--bank-list{text-align:center;margin-top:0}.preloader--bank-list img{display:inline-block;max-width:10rem}.mpage__block-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin-top:3rem}.mage-calc--center{max-width:94rem;margin-left:auto;margin-right:auto}@media print,(min-width:1020px){.mage-calc__form--line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.mage-calc__form--line .mage-calc__field{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:19rem;margin-bottom:0;margin-right:1rem}.mage-calc__form--line .mage-calc__field--long{width:21rem}}@media print,(min-width:1280px){.mage-calc__form--line .mage-calc__field--long{width:26rem}}.mage-calc__form--line .mage-calc__submit{min-width:15rem;padding-top:1rem;padding-bottom:1rem}@media print,(min-width:1280px){.mage-calc__form--line .mage-calc__submit{min-width:18rem}}@media print,(min-width:768px){.mage-calc__inner{display:-webkit-box;display:-ms-flexbox;display:flex}.mage-calc__body{-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-ms-flex-negative:1;flex-shrink:1;max-width:63rem;margin-right:8rem}}.mage-calc__header{margin-bottom:2.5rem}@media (max-width:767px){.mage-calc__header{text-align:center}}.mage-calc__submit--full-width{width:100%}@media print,(min-width:768px){.mage-calc__result{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:23rem}}.mage-calc__field{margin-bottom:20px}@media print,(min-width:768px){.mage-calc__field{margin-bottom:30px}}.mage-calc__field--with-tags{margin-bottom:10px}@media print,(min-width:768px){.mage-calc__field--with-tags{margin-bottom:20px}}.mage-calc__field .input-line__input{width:100%;padding-top:10px;padding-bottom:10px}.mage-calc__field .picker__header{padding-top:11px;padding-bottom:11px}@media (max-width:767px){.mgcr{position:fixed;z-index:2;bottom:0;left:5px;right:5px;background-color:#fff;-webkit-box-shadow:rgba(0,0,0,.25) 0 0 48px -8px;box-shadow:rgba(0,0,0,.25) 0 0 48px -8px;border-radius:23px 23px 0 0;padding:90px 10px 10px;-webkit-transform:translateY(100%);transform:translateY(100%);-webkit-transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.mgcr--opened.mgcr--active{-webkit-transform:translateY(0);transform:translateY(0)}}.mgcr__open-btn{position:absolute;top:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background-color:#fff;border:0;padding:10px}@media print,(min-width:768px){.mgcr__open-btn{display:none}}.mgcr__open-btn:before{content:'';display:block;width:50px;height:6px;background:rgba(188,188,188,.4);border-radius:4px}.mgcr__line{font-size:1.3rem;margin-bottom:.3em}@media print,(min-width:768px){.mgcr__line{padding-bottom:15px;border-bottom:1px solid #d7d7d7;margin-bottom:15px}}@media (max-width:767px){.mgcr__line:not(.mgcr__line--month){display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.mgcr__line--month{position:absolute;top:30px;left:0;right:0;text-align:center}.mgcr__line--month .mgcr__name{font-size:14px;color:#333;margin-bottom:10px}.mgcr__line--month .mgcr__value{font-size:18px;font-weight:700;color:#41a85f}.mgcr__line p{margin:0}.mgcr__graph-link-wrp{text-align:center;padding-top:5px}}.mgcr__graph-link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px;color:#2761d8}@media print,(min-width:768px){.mgcr__graph-link{font-size:18px}}.mgcr__graph-link:before{content:'';position:relative;width:20px;height:12px;background-size:contain;background-position:50% 50%;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M14 12L16.29 9.71L11.41 4.83L7.41 8.83L0 1.41L1.41 0L7.41 6L11.41 2L17.71 8.29L20 6V12H14Z' fill='%232761D8'/%3E%3C/svg%3E%0A");margin-right:.3em}@media print,(min-width:768px){.mgcr__name{font-size:14px;color:#333;margin-bottom:5px}.mgcr__value{font-size:30px;line-height:1em;font-weight:700;color:#333;margin:0}.mgcr__value--green{color:#41a85f}}.mage-container{padding-bottom:20px;background-color:#e5e5e5}@media (max-width:1019px){.mage-container:not(.mage-container--no-pdh){padding-left:10px;padding-right:10px}}@media print,(min-width:1020px){.mage-container{padding-bottom:30px}}.mage-container--calc{max-height:0;overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out;padding-bottom:0}.mage-container--calc .mage-container__card{margin-bottom:20px}@media print,(min-width:1020px){.mage-container--calc .mage-container__card{margin-bottom:30px}}.mage-container__card{padding-left:0;padding-right:0;background-color:#fff}.mage-container__card:not(.mage-container__card--no-vpd){padding-top:25px;padding-bottom:25px}@media (max-width:1019px){.mage-container__card--acc-xs{padding-bottom:0}.mage-container__card--acc-xs .mage-container__header-wrp{border-bottom:none;margin-bottom:0}}.mage-container__card--scroll{overflow:auto}.mage-container__header-wrp{padding-left:12px;padding-right:12px;padding-bottom:10px;border-bottom:1px solid #d7d7d7;margin-bottom:25px}@media print,(min-width:1020px){.mage-container__header-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding-left:40px;padding-right:40px}.mage-container__header{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-bottom:0}}.mage-container__links-wrp{font-size:16px}@media (max-width:767px){.mage-container__links-wrp{margin-bottom:15px}}@media print,(min-width:1020px){.mage-container__links-wrp{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-top:4px}}.mage-container__links-wrp .link+.link{margin-left:15px}.mage-container__content{padding-left:12px;padding-right:12px}@media print,(min-width:1020px){.mage-container__content{padding-left:40px;padding-right:40px}}.mage-container .date-list__name,.mage-container .text,.mage-offer{font-size:14px}.mage-offer{color:#333}@media (max-width:767px){.mage-offer{border-top:1px solid #d7d7d7;margin-left:-1rem;margin-right:-1rem}}@media print,(min-width:768px){.mage-offer{margin-left:-2rem;margin-right:-2rem}}@media print,(min-width:1020px){.mage-offer{margin-left:0;margin-right:0}}@media (max-width:767px){.mage-offer thead{display:none}}.mage-offer th{font-size:18px;font-weight:400;text-align:center;padding-bottom:6px;padding-top:6px;border-bottom:1px solid #d7d7d7}.mage-offer th button{position:relative;width:15px;height:15px;padding:0;border:0;background-color:transparent;cursor:pointer;outline:0;vertical-align:middle}.mage-offer th button:before{content:'';position:absolute;top:50%;left:50%;width:8px;height:8px;border-bottom:2px solid #888;border-right:2px solid #888}.mage-offer th button[data-dir=desc]:before{-webkit-transform:translate(-50%,-75%) rotate(45deg);transform:translate(-50%,-75%) rotate(45deg)}.mage-offer th button[data-dir=asc]:before{-webkit-transform:translate(-50%,-25%) rotate(-135deg);transform:translate(-50%,-25%) rotate(-135deg)}.mage-offer th button.active:before,.mage-offer th button:focus:before,.mage-offer th button:hover:before{border-color:#333}.mage-offer td{text-align:center;padding:20px 10px 30px;vertical-align:middle}@media (max-width:767px){.mage-offer td{text-align:left;padding-top:10px;padding-bottom:10px}.mage-offer tbody{display:contents}.mage-offer tbody tr{display:grid;grid-template-columns:35px repeat(6,1fr);grid-template-areas:"e a a a b b b" "e c c c d d d" "e f f f f f f"}}@media print,(min-width:768px){.mage-offer tbody tr td{border-bottom:1px solid #d7d7d7}}@media (max-width:767px){.mage-offer tfoot{display:contents}.mage-offer tfoot td,.mage-offer tfoot tr{display:block}.mage-offer tfoot td{text-align:center}}@media print,(min-width:768px){.mage-offer tfoot td{padding-bottom:20px}}.mage-offer__table{width:100%;table-layout:fixed;border-collapse:collapse}.mage-offer__line{position:relative}@media (max-width:767px){.mage-offer__line{border-bottom:5px solid #e5e5e5}}.mage-offer__line--checked{background-color:rgba(65,168,95,.2)}@media (max-width:767px){.mage-offer__line--list{grid-template-columns:35px repeat(2,1fr)!important;grid-template-areas:"a a b b" "c c c c" "d d d d" "f f f f"!important}}.mage-offer__label{width:35px;border-right:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7}@media (max-width:767px){.mage-offer__label{grid-area:e;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:100%;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:none}}.mage-offer__label .check{display:inline-block}.mage-offer__label .check__descr{padding-left:12px!important}@media (max-width:767px){.mage-offer__logo{grid-area:a;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid #d7d7d7}}@media print,(min-width:768px){.mage-offer__logo{position:relative}}.mage-offer__logo img{display:block;max-width:100%}.mage-offer__logo--block{display:block}.mage-offer__logo-descr{margin:0;padding:.7rem 0;font-weight:400;font-size:1.3rem;line-height:1.1em;color:#999;text-align:left}@media (max-width:767px){.mage-offer__bank-text{grid-area:b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d7d7d7}}.mage-offer__bank-text p{margin:0}@media (max-width:767px){.mage-offer__bank-text--top{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.mage-offer__address{grid-area:c}.mage-offer__departs{grid-area:d}}.mage-offer__address--xs,.mage-offer__departs--xs{font-weight:600;color:#c4161c}@media print,(min-width:768px){.mage-offer__address--xs,.mage-offer__departs--xs{display:none}}.mage-offer__btns{position:relative;text-align:right!important}@media (max-width:767px){.mage-offer__btns{grid-area:f}}.mage-offer__btns--center{text-align:center!important}@media (max-width:767px){.mage-offer__btns--center .btn{width:100%}.mage-offer__rate-td{grid-area:c}}.mage-offer__rate-td a:not(.link){color:inherit}.mage-offer__rate{font-size:20px;margin-bottom:5px}@media print,(min-width:768px){.mage-offer__rate{font-weight:700}}@media (max-width:767px){.mage-offer__rate{margin-bottom:0}}.mage-offer__rate .lg{font-weight:400}@media (max-width:767px){.mage-offer__rate .lg{display:none}.mage-offer__rate .xs{display:block;font-size:12px;color:#999}}@media print,(min-width:768px){.mage-offer__rate .xs{display:none}}.mage-offer__type{font-size:13px;margin-bottom:0}@media (max-width:767px){.mage-offer__type--lg{display:none}.mage-offer__type--xs{grid-area:b;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-bottom:1px solid #d7d7d7}}@media print,(min-width:768px){.mage-offer__type--xs{display:none}}.mage-offer__firts{font-size:22px;font-weight:700}@media (max-width:767px){.mage-offer__firts{display:none}.mage-offer__sum-td{grid-area:d}}.mage-offer__sum-value{font-size:14px;margin-bottom:10px}@media print,(min-width:768px){.mage-offer__sum-value{font-weight:700}}@media (max-width:767px){.mage-offer__sum-value{font-size:20px;margin-bottom:0}}@media print,(min-width:768px){.mage-offer__sum-value--xs{display:none}}@media (max-width:767px){.mage-offer__sum-value--lg{display:none}}.mage-offer__sum-value .xs{display:block;font-size:12px;color:#999}.mage-offer__sum-period{font-size:13px;margin-bottom:0}@media (max-width:767px){.mage-offer__sum-period{display:none}}.mage-offer__details{position:absolute;bottom:5px;right:10px}@media (max-width:767px){.mage-offer__details{display:none}}.mage-offer__more-vars-btn{position:absolute;z-index:1;bottom:10px;left:45px;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:14px;color:#2761d8;padding-left:0;padding-right:15px;border:0;background-color:transparent;cursor:pointer;outline:0}@media print,(min-width:768px){.mage-offer__more-vars-btn{left:10px;bottom:5px;-webkit-transform:none;transform:none}}.mage-offer__more-vars-btn:after{content:'';position:absolute;top:50%;right:0;width:7px;height:7px;border-bottom:1px solid #2761d8;border-right:1px solid #2761d8;-webkit-transform:rotate(45deg) translate(-50%,-50%);transform:rotate(45deg) translate(-50%,-50%)}.mage-offer__more-vars-btn--opened:after{-webkit-transform:rotate(225deg) translate(-25%,50%);transform:rotate(225deg) translate(-25%,50%)}.mage-offer-md{display:-webkit-box;display:-ms-flexbox;display:flex;border:1px solid #d7d7d7}.mage-offer-md--checked{background-color:rgba(65,168,95,.2)}.mage-offer-md__label,.mage-offer-md__top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mage-offer-md__label{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:30px;border-right:1px solid #d7d7d7}.mage-offer-md__label .check__descr{padding-left:12px!important}.mage-offer-md__top{padding:15px 10px;border-bottom:1px solid #d7d7d7}.mage-offer-md__logo{margin-right:20px}.mage-offer-md__logo img{display:block;max-width:200px;max-height:100px}.mage-offer-md__type{font-size:14px;color:#333;margin-bottom:0}.mage-offer-md__body{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;padding:20px 10px 0}@media print,(min-width:768px){.mage-offer-md__body{padding-bottom:20px}}.mage-offer-md__item{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:50%;padding-right:20px;-webkit-box-sizing:border-box;box-sizing:border-box;margin-bottom:20px}@media print,(min-width:768px){.mage-offer-md__item{width:25%}}.mage-offer-md__item p{font-size:18px;margin-bottom:0}.mage-offer-md__item-label{display:block;font-size:12px;color:#999}@media (max-width:767px){.mage-offer-md__btns{display:none}}@media print,(min-width:768px){.mage-offer-md__btns{margin-left:auto}}.mage-md-wrp__count{font-size:16px}@media print,(min-width:768px){.mage-md-wrp__count{font-size:22px}}.mage-md-wrp__count--loading{-webkit-filter:blur(3px);filter:blur(3px)}.mage-lf__count span,.mage-md-wrp__count span{font-weight:700;color:#41a85f}.mage-md-wrp__submit-wrp{text-align:right}.mage-md-wrp .mage-offer-md{margin-bottom:20px}@media print,(min-width:550px){.mage-offer__btns-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:549px){.mage-offer__show-more{margin-bottom:1rem}}@media print,(min-width:550px){.mage-offer__show-more{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}}@media (max-width:549px){.mage-offer__submit-btn{width:100%}}@media print,(min-width:550px){.mage-offer__submit-btn{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:1rem}}.mortage-table{width:100%;border-collapse:collapse;white-space:nowrap}.mortage-table td{font-size:14px;color:#333;padding:7px 30px 7px 0}.mortage-table__header td{color:#999;border-top:1px solid #999;border-bottom:1px solid #999;padding-bottom:20px}.mortage-table__all{font-weight:700}.mortage-table tbody td{border-bottom:1px solid #d7d7d7}.mage-else__line{margin-bottom:20px}@media print,(min-width:768px){.mage-else__line--half{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:767px){.mage-else__line--half .input-line+.input-line{margin-top:20px}}@media print,(min-width:768px){.mage-else__line--half .input-line{width:calc((100% - 20px)/2)}}.mage-else__line--additional{display:none}.mage-else__submit-wrp{font-size:12px}@media (max-width:767px){.mage-else__submit-wrp{text-align:center}}@media print,(min-width:768px){.mage-else__submit-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.mage-else__submit-wrp .link{font-size:18px}@media print,(min-width:768px){.mage-else__submit-wrp .input-line__extra{font-size:15px}.mage-else__submit{margin-left:auto}}@media (max-width:767px){.mage-else__add-fields{margin-bottom:1rem}}.mage-else__list{font-size:14px;color:#333;list-style:none;padding-left:10px;border-left:5px solid #c4161c;margin-bottom:15px}.mage-else__list-item-value{font-weight:700}.mage-else .input-line__photo{display:inline-block;margin-right:10px}.mage-else .input-line__input{width:100%;padding-top:10px;padding-bottom:10px}.mage-else .picker__header{padding-top:1.1rem;padding-bottom:1.1rem}.mage-else .picker__list{max-height:15rem}.mage-lf__header{text-align:center}@media print,(min-width:768px){.mage-lf__form{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}@media (max-width:767px){.mage-lf__footer{text-align:center}}@media print,(min-width:768px){.mage-lf__footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%}}.mage-lf__count{font-size:1.6rem}@media print,(min-width:768px){.mage-lf__count{font-size:2.2rem;font-weight:700;margin-right:3rem;margin-bottom:0}}.mage-lf__count--loading{-webkit-filter:blur(3px);filter:blur(3px)}.mage-lf hr{width:100%;border:1px solid #d7d7d7}.mage-lf .input-line,.mage-lf hr{margin-bottom:2.5rem}@media print,(min-width:768px){.mage-lf .input-line{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:calc((100% - 20px)/2)}}.mage-lf .input-line__input{width:100%;padding-top:1rem;padding-bottom:1rem}.mage-lf .picker__header{padding-top:1.1rem;padding-bottom:1.1rem}.mage-result__header-wrp{text-align:center;margin-bottom:50px}.mage-result__icon{margin-bottom:20px}.mage-result__list-header{font-size:18px;margin-bottom:20px}@media print,(min-width:768px){.mage-result__list-header{font-size:22px}}.mage-result__list{list-style:none;padding:0;margin:0 0 40px}.mage-result__list-item{margin-bottom:7px}@media print,(min-width:768px){.mage-result__list-item{font-size:16px}}.mage-result__footer{text-align:center}.rating-list{margin-bottom:5rem}.rating-list--region{margin-bottom:0}@media print,(min-width:768px){.rating-list--region .rating-list__common{margin-bottom:1.5rem}}.rating-list__title{margin-bottom:2rem}.rating-list__common{margin-bottom:1.5rem}@media print,(min-width:768px){.rating-list__common{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:3rem}}.rating-list__more-link{margin-right:2rem}.rating-list__total-rating{font-size:1.4rem;color:#666;margin-top:0;margin-bottom:1rem;margin-right:2rem}@media print,(min-width:768px){.rating-list__total-rating{margin-bottom:0}}.rating-list__total-rating .bigmark{font-size:2.4rem;font-weight:700;color:#41a85f}.rating-list__total-rating .lowmark{font-size:2.4rem;font-weight:700;color:#c4161c}.rating-list__count{font-size:1.4rem;color:#666;margin-top:0;margin-bottom:2rem}@media print,(min-width:768px){.rating-list__count{margin-bottom:0;margin-right:2rem}}.rating-list__rlist{width:100%;font-size:1.4rem;color:#333;list-style:none;padding:0;margin:0}@media print,(min-width:768px){.rating-list__rlist li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.rating-list__rlist p{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:20rem}}.rating-list__item{margin-bottom:2rem}@media print,(min-width:768px){.rating-list__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.rating-list__date{font-size:1.4rem;font-weight:700;color:#666;margin-top:0;margin-bottom:1rem}@media print,(min-width:768px){.rating-list__date{margin-bottom:0;margin-right:1rem}}.rating-list__text{font-size:1.4rem;color:#333;line-height:1.4em}.rating-list__rating{font-size:1rem}@media (max-width:767px){.rating-list__add-btn{margin-bottom:2rem}}@media print,(min-width:768px){.rating-list__add-btn{margin-right:2rem}}.rating-list__more{text-align:center}.rating-list__more-btn{position:relative;padding-right:3rem}.rating-list__more-btn::after{content:'';position:absolute;top:calc(50% - .8rem);right:1rem;width:1rem;height:1rem;border-bottom:1px solid #666;border-right:1px solid #666;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;-webkit-transform:rotate(45deg);transform:rotate(45deg);-webkit-transition:-webkit-transform .3s ease-out;transition:transform .3s ease-out;transition:transform .3s ease-out,-webkit-transform .3s ease-out}.article-edit{display:grid;row-gap:3rem;font-size:1.4rem;color:#666}@media print,(min-width:768px){.article-edit{grid-template-columns:1fr 1fr}}@media print,(min-width:1020px){.article-edit__column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-column-gap:2rem;-moz-column-gap:2rem;column-gap:2rem}}.article-edit__icon{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}@media print,(min-width:1020px){.article-edit__content p:first-child{margin-top:0}}@media (max-width:767px){.share-block{text-align:center}}.share-block__header{font-size:1.8rem;font-weight:700;color:#333;margin-top:0;margin-bottom:1rem}@media print,(min-width:1020px){.share-block__header{margin-bottom:3rem}.share-block__body{-webkit-column-gap:4rem;-moz-column-gap:4rem;column-gap:4rem}.share-block__body,.share-block__btns-wrp{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}@media (max-width:1019px){.share-block__btns{margin-bottom:2rem}}@media print,(min-width:1020px){.share-block__btns{margin-right:2rem}}.share-block__btns .ya-share2__item{margin-right:1rem!important}@media print,(min-width:1020px){.share-block__btns .ya-share2__item{margin-right:2rem!important}}@media (max-width:1019px){.share-block__our-links{margin-top:4rem}}@media print,(min-width:1020px){.share-block__our-links .our-links__header{font-weight:400}}.promo{margin-bottom:3.6rem}.promo--inner{padding-top:3rem}.promo--column,.promo--column .promo__slide{margin-bottom:2rem}.promo__text{display:none;margin-top:0;margin-bottom:3.8rem;font-size:1.3rem;line-height:1.2em;color:#333}@media print,(min-width:768px){.promo__text{display:block}}.promo__wrp{-webkit-box-sizing:border-box;box-sizing:border-box;padding-bottom:3.6rem}@media print,(min-width:768px){.promo__wrp{padding-bottom:1.5rem}}.promo__link{position:relative;display:block;height:18.4rem}@media print,(min-width:768px){.promo__link{height:17.4rem}}.promo__img{position:absolute;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.promo__content,.promo__content-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.promo__content{position:absolute;top:0;left:0;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:100%;height:100%;padding:.6rem;-webkit-box-sizing:border-box;box-sizing:border-box;background:rgba(0,0,0,.34);color:#fff}.promo__content-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.promo__content-icon{width:1.5rem;height:1.5rem;fill:#fff}.promo__content-price{margin:0;font-size:1.4rem;line-height:1.1em;font-weight:900;color:#fff}.promo__content-title{margin-top:0;margin-bottom:.4rem;font-weight:900;color:#fff}.promo__content-descr{margin:0;color:#fff}@media print,(min-width:768px){.promo__slider-pagination{display:none}}.promo__slider-pagination .swiper-pagination-bullet{width:1.1rem;height:1.1rem;opacity:1;border:.1rem solid #2761d8;background-color:transparent}.promo__slider-pagination .swiper-pagination-bullet-active{background-color:#2761d8}.promo__footer{font-size:1.4rem;text-align:center}@media print,(min-width:768px){.promo__footer{text-align:right}}.cvk{padding-top:3rem;border-top:1px solid #e4e4e4}.cvk__item{padding-bottom:3rem;margin-bottom:2rem;border-bottom:1px solid #e4e4e4;font-size:1.4rem;line-height:1.4em;color:#333}.cvk__item-header{margin-bottom:1.5rem}@media print,(min-width:768px){.cvk__item-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.cvk__ia{position:relative;width:6rem;height:6rem}@media print,(min-width:768px){.cvk__ia{margin-right:1rem}}.cvk__ia-img{position:absolute;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.cvk__item-img{display:block;max-width:100%;margin-bottom:1.5rem}@media print,(min-width:768px){.cvk__item-img{max-width:70%}}.cvk__ip-title{margin-top:0;margin-bottom:.5rem;font-weight:700}.cvk__ip-date{margin-top:0;margin-bottom:0;color:#999}.cvk__item-descr{margin-top:0;margin-bottom:1.5rem;word-break:break-word}.favourite__tabs{display:-webkit-box;display:-ms-flexbox;display:flex;overflow-y:auto;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid #d7d7d7}.favourite__tabs::-webkit-scrollbar{width:0;height:0}.favourite__tabs-item{display:block;padding:1rem;-webkit-box-sizing:border-box;box-sizing:border-box;border-bottom:1px solid transparent;color:#333;white-space:nowrap;cursor:pointer}@media print,(min-width:768px){.favourite__tabs-item{padding:1.5rem}}.favourite__tabs-item--xs{text-transform:capitalize}@media print,(min-width:768px){.favourite__tabs-item--xs{text-transform:none}}.favourite__tabs-item:first-child{padding-left:0}.favourite__tabs-item:hover{border-color:#333}.favourite__tabs-item.active{font-weight:700;border-color:#333}.favourite__tabs-item .hide-xs{display:none}@media print,(min-width:768px){.favourite__tabs-item .hide-xs{display:inline-block;white-space:pre}}.favourite__tabs-item .hide-xl{display:inline-block;white-space:pre}@media print,(min-width:768px){.favourite__tabs-item .hide-xl{display:none}}.favourite__list{display:none;padding-top:2rem}.favourite__list.active{display:block}.favourite__list:not(.complex-list) .checklist--pagination{padding-top:1rem}@media print,(min-width:768px){.favourite__list:not(.complex-list) .checklist--pagination{padding-top:3rem}}.ev__breads,.ev__rp p{margin-bottom:1rem}@media print,(min-width:768px){.ev__breads{margin-bottom:2rem}}.ev__btn{margin-right:1rem;margin-bottom:2.5rem}.ev__info{margin:0 0 2rem}.ev__info--big span{display:block;margin-bottom:.5rem;font-weight:700;font-size:1.8rem}.ev__form{margin-bottom:2.5rem}.ev__form-box{padding-bottom:2rem}.ev__form-title{font-weight:700;margin-top:1rem;padding:0}.ev__form-line,.ev__form-title{margin-bottom:1.5rem}@media print,(min-width:768px){.ev__form-line{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}}.ev__form-line.ev__form-line--double{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.ev__form-label{display:block;-webkit-box-sizing:border-box;box-sizing:border-box;padding-right:1.5rem;margin-bottom:1rem}@media print,(min-width:768px){.ev__form-label{-ms-flex-preferred-size:20%;flex-basis:20%;margin-bottom:0}}.ev__form-input{min-height:2.8rem;border:1px solid #ccc;padding:5px 25px 5px 5px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#333;font-size:1.4rem}@media (max-width:767px){.ev__form-input{width:100%;margin-bottom:1rem}}@media print,(min-width:768px){.ev__form-input{-ms-flex-preferred-size:40%;flex-basis:40%}}.ev__form-input.error{border-color:#c4161c}.ev__form-ib{position:relative}@media print,(min-width:768px){.ev__form-ib{-ms-flex-preferred-size:40%;flex-basis:40%}}.ev__form-ib .ev__form-input{width:100%}.ev__form-textarea{-ms-flex-preferred-size:40%;flex-basis:40%;border:1px solid #ccc;-webkit-box-sizing:border-box;box-sizing:border-box}@media print,(min-width:768px){.ev__form-field{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-preferred-size:40%;flex-basis:40%}}.ev__form-field.ev__form-field--double{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.ev__form-field.ev__form-field--inner{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:1rem}.ev__error{display:none;color:#c4161c}.ev__error.active{display:block}.ev__rp{margin-bottom:3rem}.ev__rp p{margin-top:0}.ev__rp-title{font-size:1.6rem;font-weight:700;padding-top:2rem;margin-bottom:2rem}.ev__result{-webkit-box-sizing:border-box;box-sizing:border-box;padding:1rem;margin-bottom:5rem;border:1px solid #ccc}.ev__result-title{font-size:1.6rem}.queue{font-size:1.4rem;color:#333;padding-top:2rem;padding-bottom:2rem;border-top:1px solid #d7d7d7;border-bottom:1px solid #d7d7d7;margin-top:1rem;margin-bottom:2.5rem}.queue__header{font-size:1.8rem;font-weight:700;margin-top:2.5rem;margin-bottom:1.5rem}@media print,(min-width:768px){.queue__header{display:none}}@media (max-width:767px){.queue__line{padding-left:1.2rem}}@media print,(min-width:768px){.queue__line{text-align:center;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.queue__line--header{font-weight:700}@media (max-width:767px){.queue__line--header{display:none}.queue__line--header+.queue__header{margin-top:0}}@media print,(min-width:768px){.queue__line--header .queue__item{padding-bottom:2rem}}.queue__item{position:relative;margin:0;padding-bottom:1rem;font-size:1.4rem;line-height:1.3em}@media (max-width:767px){.queue__item{padding-left:10rem}.queue__item:first-child{display:none}.queue__item .header{position:absolute;top:0;left:0;display:inline-block;width:10rem;padding-right:.5rem;font-weight:700}}@media print,(min-width:768px){.queue__item{padding-right:3.5rem;padding-bottom:1.5rem;width:16%;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}.queue__item:first-child{width:12%}.queue__item:nth-child(4){width:24%}.queue__item .header{display:none}}.queue__item .inner{display:inline-block;color:#999;border-bottom:1px dashed #999;margin-bottom:.4rem}.queue__item .inner,.queue__item .inner:hover{text-decoration:none}.queue__item .inner--hidden{display:none}.queue__item .inner--more:hover{cursor:pointer}.queue__item span{display:inline-block}.queue__hidden{max-height:0;overflow:hidden;-webkit-transition:max-height .2s ease-out;transition:max-height .2s ease-out}.queue__more{border:0;background-color:transparent;color:#666;padding:0;margin-top:1rem;outline:0;cursor:pointer}.queue__more:focus{border-color:#000}.house-charact{padding-bottom:2rem}@media print,(min-width:768px){.house-charact{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}}.house-charact__item{margin-bottom:3rem}@media print,(min-width:768px){.house-charact__item{width:50%;padding-right:2rem;-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0}}.house-charact__header{font-size:1.6rem;font-weight:700;color:#333;margin-top:0;margin-bottom:2rem}.house-charact__line{position:relative;font-size:1.4rem;color:#333;padding-left:11.2rem;margin-top:0;margin-bottom:1.5rem}.house-charact__line .header{position:absolute;left:1.2rem;top:0;display:inline-block;max-width:9rem}.house-charact__links,.share-link{display:-webkit-box;display:-ms-flexbox;display:flex}.house-charact__links{-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.4rem}.house-charact__links a{display:inline-block;margin-right:2.5rem;margin-bottom:1rem}.house-charact__links .inner{color:#999}.house-charact__links .pdf{position:relative;padding-left:2.2rem}.house-charact__links .pdf:before{content:'';position:absolute;top:-.2rem;left:0;width:1.8rem;height:1.8rem;background-image:url(./img/icons/pdf.svg);background-position:50% 50%;background-repeat:no-repeat;background-size:contain}.share-link{-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:15px 0 10px}@media (max-width:767px){.share-link{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}}.discount-all,.discount-all__header{margin-bottom:2.5rem}.discount-all__toolbar{margin-bottom:2rem}.discount-all__btns,.discount-all__toolbar{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;gap:2rem}.discount-all__tel{font-size:2.5rem;color:#41a85f;text-decoration:none}.discount-all__descr{margin-bottom:4rem;font-size:1.4rem;line-height:1.3em;color:#333}.discount-all__region-label{margin-top:0;margin-bottom:1rem;font-weight:700;color:#333}.discount-all__region-select{display:inline-block;min-width:25rem}.discount-all__list ul{list-style:none;margin:0;padding:0}.discount-all__list .item{position:relative;margin-bottom:0!important;padding-bottom:60px!important}.discount-all__list .content{display:block!important}.discount-all__list .company{margin-bottom:10px}.discount-all__list .actions{color:#c4161c;font-size:13px}.discount-all__list .text-center{position:absolute;bottom:10px;left:0;right:0}.discount-all__list .btn.red{border:1px solid #c4161c;background-color:#c4161c;color:#fff}.discount-all__list .btn.red:focus:not(:disabled),.discount-all__list .btn.red:hover:not(:disabled){background-color:#ad1319;border-color:#ad1319}.clead{position:relative}@media print,(min-width:1020px){.clead{display:-webkit-box;display:-ms-flexbox;display:flex}}.clead:after{content:'';position:absolute;bottom:0;left:0;right:0;height:1px;background-color:#dadada}@media print,(min-width:1020px){.clead:after{left:-2rem;right:-2rem}}.clead__company{background-image:url(/img/clead-bg.png);background-size:cover;background-position:center center;padding:1.8rem 2.7rem 10rem;margin-left:-1rem;margin-right:-1rem}@media print,(min-width:768px){.clead__company{padding-bottom:12rem;margin-left:-2rem;margin-right:-2rem}}@media print,(min-width:1020px){.clead__company{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0;-ms-flex-negative:0;flex-shrink:0;width:55%;padding-top:6rem;padding-bottom:2.5rem;padding-right:14rem;-webkit-box-sizing:border-box;box-sizing:border-box;margin-right:0}}.clead__company-main{margin-bottom:2rem}@media (max-width:1019px){.clead__company-main{text-align:center}}@media print,(min-width:1020px){.clead__company-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:3.5rem}}.clead__cname{font-size:2.2rem;margin-top:0;margin-bottom:1rem}@media print,(min-width:1020px){.clead__cname{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;margin-bottom:0}}.clead__log{display:inline-block;width:100%;max-width:10rem}@media print,(min-width:1020px){.clead__log{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;margin-right:4rem}}.clead__list{font-size:1.4rem;list-style:none;padding:0;margin:0 0 2rem}@media print,(min-width:768px){.clead__list{font-size:1.6rem}}.clead__all-link-wrp,.clead__variants{display:-webkit-box;display:-ms-flexbox;display:flex}.clead__variants{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:1rem}.clead__variants span{padding-right:.5rem}@media print,(min-width:1020px){.clead__variants span{padding-right:.5rem}}.clead__all-link-wrp{-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;margin-bottom:3rem}.clead__all-link-wrp .clead__all-link{margin-bottom:0}@media (max-width:1019px){.clead__all-link{display:none}}@media print,(min-width:1020px){.clead__all-link{display:inline-block;margin-bottom:3rem}}.clead__description{font-size:1.4rem;line-height:1.4em;color:#999;margin:0}.clead__description a{color:inherit}.clead__connect{position:relative;padding-top:1rem;padding-bottom:3rem}.clead__connect:before{content:'';position:absolute;top:-5rem;left:-1rem;right:-1rem;height:13rem;background-color:#fff;-webkit-transform:skewY(-8deg);transform:skewY(-8deg)}@media print,(min-width:768px){.clead__connect:before{left:-2rem;right:-2rem}}@media print,(min-width:1020px){.clead__connect:before{top:0;bottom:0;right:auto;left:-7rem;height:auto;width:14rem;-webkit-transform:skewX(-15deg);transform:skewX(-15deg)}.clead__connect-top{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding-top:2rem}}.clead__connect-left{position:relative;z-index:1}.clead__mngr{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:2.3rem}.clead__mngr-photo-wrp{margin-right:1.8rem}.clead__mngr-photo-wrp--online{position:relative}.clead__mngr-photo-wrp--online:before{content:'';position:absolute;bottom:-.4rem;right:-.4rem;width:.8rem;height:.8rem;background-color:#41a85f;border-radius:50%}.clead__mngr-photo{display:block;width:6rem}.clead__mngr-name{font-size:1.5rem;font-weight:700;margin-top:0;margin-bottom:.6rem}.clead__mngr-text{font-size:1.4rem;color:#999;margin:0}.clead__qstn-header{font-size:1.8rem;color:#000;font-weight:700;margin-top:0;margin-bottom:.7rem}.clead__qstn-text{font-size:1.4rem;line-height:1.3em;color:#000;margin:0}.clead__qstn{margin-bottom:4rem}.clead__connect-btns{text-align:center;max-width:25rem;margin-left:auto;margin-right:auto}.clead__connect-btns .btn{width:100%}.clead__connect-btns .btn+.btn{margin-top:1.7rem}.clead__about{position:relative;border-top:1px solid #dadada;margin-top:2rem}.clead__about-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-ms-flex-wrap:wrap;flex-wrap:wrap;font-size:1.4rem;font-weight:700;color:#333}.clead__about-header svg{width:8rem;margin-left:.5em}.clead__about-list{list-style:none;padding:0;margin:0}.clead__about-list li{padding-top:.3em;padding-bottom:.3em}.clead__about-list li:before{content:'- '}.clead__connect-simple{position:relative;z-index:1}.clead__connect-simple .clead__qstn-text{font-size:1.4rem}@media print,(min-width:768px){.clead__connect-simple .clead__qstn-text{font-size:1.6rem}}.clead__btns-wrp{display:grid;row-gap:1.7rem;margin-bottom:2rem}.clead__btns-wrp .btn{width:100%}.clead__timetable{font-size:1.4rem;color:#999;text-align:center}@media print,(min-width:768px){.clead__timetable{font-size:1.6rem}}@media (max-width:1019px){.clead--builder .clead__all-link{display:inline-block}}.clead--builder .clead__connect{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;width:100%}@media print,(min-width:768px){.clead--builder .clead__connect-simple{max-width:33.5rem}}@media print,(min-width:1020px){.clead--builder .clead__connect-simple{padding-top:6rem}}.cactions{padding:0 0 1rem;list-style:none}.cactions--scroll{display:-webkit-box;display:-ms-flexbox;display:flex;overflow:auto}.cactions--scroll .cactions__action+.cactions__action{margin-left:1rem}.cactions__action{width:auto;height:auto}.cactions__action-link{display:block;width:24rem;height:100%;color:#333;text-decoration:none;border:1px solid #dadada;border-radius:5px;padding:1rem 1.5rem;-webkit-box-sizing:border-box;box-sizing:border-box}@media print,(min-width:768px){.cactions__action-link{width:35rem;padding:2.5rem 2rem}}@media print,(min-width:1020px){.cactions__action-link{-webkit-box-shadow:0 2px 4px rgba(0,0,0,.25);box-shadow:0 2px 4px rgba(0,0,0,.25)}}.cactions__action-link--red{color:#fff;background-color:#fc6f63;border:1px solid #fc6f63;border-color:#fc6f63}.cactions__a-date{font-size:1.6rem;margin-top:0;margin-bottom:1.5rem}@media print,(min-width:768px){.cactions__a-date{margin-bottom:2rem}}.cactions__a-name{font-size:1.8rem;font-weight:700;margin-top:0;margin-bottom:1.6rem}@media print,(min-width:768px){.cactions__a-name{font-size:2.2rem;margin-bottom:2.5rem}}.cactions__a-text{font-size:1.6rem;margin:0}.cactions__a-full-info{display:none}