body{margin:0}article,aside,figure,footer,header,main,nav,section{display:block}button::-moz-focus-inner,input[type=button]::-moz-focus-inner,input[type=submit]::-moz-focus-inner{padding:0;border:none}img[align=left]{float:left}img[align=right]{float:right}address{font-style:normal}a img{border:none}*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;-ms-text-size-adjust:none;text-size-adjust:none}@font-face{font-family:chronicle_display;src:url(../fonts/chronicledisplay-roman-webfont.woff2) format('woff2'),url(../fonts/chronicledisplay-roman-webfont.woff) format('woff');font-weight:400;font-style:normal}@font-face{font-family:avenir;src:url(../fonts/Avenir-Roman.woff2) format('woff2'),url(../fonts/Avenir-Roman.woff) format('woff');font-weight:400;font-style:normal}@font-face{font-family:avenir;src:url(../fonts/Avenir-Medium.woff2) format('woff2'),url(../fonts/Avenir-Medium.woff) format('woff');font-weight:500;font-style:normal}@font-face{font-family:avenir;src:url(../fonts/Avenir-Oblique.woff2) format('woff2'),url(../fonts/Avenir-Oblique.woff) format('woff');font-weight:400;font-style:italic}@font-face{font-family:avenir;src:url(../fonts/Avenir-Heavy.woff2) format('woff2'),url(../fonts/Avenir-Heavy.woff) format('woff');font-weight:700;font-style:normal}body{font-family:avenir,Avenir,sans-serif;font-weight:400;font-size:14px;background:#f0f0f0;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media only screen and (max-width:767px){body{font-size:12px}}a{color:#000;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;text-decoration:none}a:focus,a:hover{text-decoration:underline}button,input,select,textarea{font-family:inherit}h1,h2,h3,h4,li,p{word-wrap:break-word}.page-wrapper{overflow:hidden}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.inner{max-width:990px;margin:0 auto;padding:0 15px}@media only screen and (max-width:767px){.inner{padding:0}}.main{padding-top:123px}@media only screen and (max-width:1023px){.main{padding-top:78px}}.logo__img{display:block;height:68px;width:auto}@media only screen and (max-width:1023px){.logo__img{height:38px}}.nav{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-item-align:stretch;align-self:stretch;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.nav>ul{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;list-style:none;margin:0;padding:0}.nav>ul>li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 12px;position:relative}.nav>ul>li:focus-within>ul{display:block}.nav>ul>li>a{color:#3e3e3e}.nav>ul>li>a::before{content:'';display:block;height:0;background:#df1e36;position:absolute;top:0;left:0;width:100%;-webkit-transition:height .3s;transition:height .3s}.nav>ul>li>a::after{content:'';display:none;width:100%;height:90px;position:absolute;left:0;top:50%}.nav>ul>li>a.active,.nav>ul>li>a:focus,.nav>ul>li>a:hover{text-decoration:none;color:#000}.nav>ul>li>a.active::before,.nav>ul>li>a:focus::before,.nav>ul>li>a:hover::before{height:4px}.nav>ul>li>a.active::after,.nav>ul>li>a:focus::after,.nav>ul>li>a:hover::after{display:block}.nav>ul>li>a:focus+ul,.nav>ul>li>a:hover+ul{display:block}.nav>ul>li>a.login-action{color:red}.nav>ul>li>a.langs a,.nav>ul>li>a.langs~ul a{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.nav>ul>li>a.langs span,.nav>ul>li>a.langs~ul span{font-size:14px;color:#000;margin-left:5px;position:relative;top:-2px}.nav>ul>li>a.langs img,.nav>ul>li>a.langs~ul img{display:block;width:20px;height:20px;position:relative;top:-2px}@media only screen and (min-width:1023px){.nav>ul>li>ul{display:none;list-style:none;position:absolute;top:calc(100% - 30px);left:0;margin:0;padding:10px 15px;background:#fff;border-radius:8px;-webkit-box-shadow:0 8px 16px 0 rgba(0,0,0,.2);box-shadow:0 8px 16px 0 rgba(0,0,0,.2)}.nav>ul>li>ul:hover{display:block}.nav>ul>li>ul>li{padding:10px 0;border-bottom:1px solid rgba(151,151,151,.12);position:relative}.nav>ul>li>ul>li:last-child{border-bottom:0}.nav>ul>li>ul>li>a{font-size:14px;font-weight:500;color:#000;white-space:nowrap;text-transform:uppercase}.nav>ul>li>ul>li>a::before{content:'';display:none;width:100%;height:2px;position:absolute;left:0;bottom:-2px;background:#de1e36}.nav>ul>li>ul>li>a:focus,.nav>ul>li>ul>li>a:hover{text-decoration:none}.nav>ul>li>ul>li>a:focus::before,.nav>ul>li>ul>li>a:hover::before{display:block}.nav>ul>li:nth-last-child(1)>ul{left:auto;right:50%;-webkit-transform:translateX(50%);transform:translateX(50%)}.nav>ul>li:nth-last-child(2)>ul{left:auto;right:0}}@media only screen and (max-width:1023px){.nav{position:fixed;top:78px;left:-100vw;width:100vw;height:calc(100vh - 78px);background:#fff;padding:5px 30px;-webkit-transition:left .2s ease;transition:left .2s ease}.menu-opened .nav{left:0}.nav>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.nav>ul>li{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin:5px 0}.nav>ul>li>a.langs{display:none}.nav>ul>li>a.langs img,.nav>ul>li>a.langs~ul img{width:24px}.nav>ul>li>a.langs~ul{display:-webkit-box;display:-ms-flexbox;display:flex;padding-left:0;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}.nav>ul>li>a.langs~ul>li{margin-top:0;margin-right:15px}.nav>ul>li a{font-size:16px}.nav>ul>li a::before{display:none;text-transform:uppercase}.nav>ul>li a.active,.nav>ul>li a:focus,.nav>ul>li a:hover{font-weight:700;text-decoration:none}.nav>ul>li>ul{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;list-style:none;margin:0;padding:5px 0 5px 15px}.nav>ul>li>ul>li{margin:10px 0}.nav>ul>li>ul>li>a{color:#333}}.header{position:fixed;left:0;top:0;width:100%;background:#fff;-webkit-box-shadow:0 1px 0 0 rgba(34,34,34,.1);box-shadow:0 1px 0 0 rgba(34,34,34,.1);z-index:100}.header .inner{min-height:123px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__nav{margin-left:auto}.header__mobile-toggle{display:none}@media only screen and (max-width:1023px){.header .inner{min-height:78px;padding:0 20px}.header__mobile-toggle{display:block;margin-left:auto;width:38px;height:38px;padding:10px}.header__mobile-toggle::before{content:'';display:block;margin-top:3px;width:100%;height:2px;background:#000;-webkit-box-shadow:0 5px 0 #000,0 10px 0 #000;box-shadow:0 5px 0 #000,0 10px 0 #000}}.footer-col__title{margin:0 0 25px;font:normal 24px chronicle_display,'Chronicle Display',serif;color:#fff}.footer-col__list{list-style:none;margin:0;padding:0}.footer-col__item{margin:0 0 25px;color:rgba(255,255,255,.61);text-transform:uppercase}.footer-col__link{color:rgba(255,255,255,.61)}@media only screen and (max-width:767px){.footer-col{margin-bottom:15px}.footer-col__link{font-size:14px;opacity:.61}}.footer{padding:55px 0 45px;background:#252525}.footer__cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.footer__col{width:33%}.footer__socials{margin:40px 0 40px;padding:65px 0 0;text-align:center;border-top:1px solid rgba(151,151,151,.3)}.footer__copyright{margin:0 0 40px;text-align:center;font-size:10px;line-height:2.2;letter-spacing:4.17px;text-transform:uppercase;color:#fff}.footer__copyright a{color:#fff}.footer__logos{text-align:center}@media only screen and (max-width:767px){.footer{padding:50px 25px 45px}.footer__cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center}.footer__col{width:100%}.footer__socials{margin-top:0;padding-top:45px}}.socials__link{display:inline-block;margin:0 45px 0 0;vertical-align:middle}.socials__link:last-child{margin-right:0}.socials__link:hover .socials__icon{opacity:1}.socials__icon{display:block;width:32px;height:32px;opacity:.42;-webkit-transition:opacity .2s;transition:opacity .2s}.logos{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}.logos__link{display:block;margin:0 28px 0 0}.logos__link:last-child{margin-right:0}.logos__icon{display:block}@media only screen and (max-width:767px){.logos__icon{height:30px;width:auto}}.heading{margin:0 0 27px;padding:0 0 29px;text-align:center;position:relative;font:normal 48px/1.13 chronicle_display,'Chronicle Display',serif;color:#000}.heading::before{content:'';display:block;width:32px;height:1px;background:#000;position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}@media only screen and (max-width:767px){.heading{padding-bottom:23px;margin-bottom:25px;font-size:24px}.heading::before{width:16px}}.accepted-here{max-width:700px;margin:-85px auto 0;position:relative;background:#fff}.accepted-here::after,.accepted-here::before{content:'';display:block;width:0;height:0;position:absolute;bottom:-20px;left:-65px;border-style:solid;border-color:#fff #fff #fff transparent;border-width:38.5px 65px 38.5px 31px}.accepted-here::after{-webkit-transform:rotate(180deg);transform:rotate(180deg);left:auto;right:-65px}.accepted-here__inner{padding:12px 22px 15px;position:relative;-webkit-box-shadow:0 12px 24px 0 rgba(0,0,0,.21);box-shadow:0 12px 24px 0 rgba(0,0,0,.21);z-index:1}.accepted-here__inner::after,.accepted-here__inner::before{content:'';display:block;width:0;height:0;position:absolute;left:0;bottom:-20px;border-style:solid;border-width:20px 0 0 31px;border-color:grey transparent}.accepted-here__inner::after{left:auto;right:0;border-width:20px 31px 0 0}.accepted-here__title{position:relative;text-align:center}.accepted-here__title::before{content:'';display:block;height:1px;width:100%;position:absolute;left:0;top:50%;background:#de1e36}.accepted-here__title span{display:inline-block;padding:0 8px 0 17px;font-size:14px;font-weight:700;letter-spacing:9px;color:#de1e36;background:#fff;text-transform:uppercase;position:relative}.accepted-here__items{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:10px}.accepted-here__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:0 17px 0 0;font-size:24px;color:#000}.accepted-here__item:last-child{margin-right:0}.accepted-here__icon{display:block;width:33px;height:33px;margin:0 9px 0 0}@media only screen and (max-width:767px){.accepted-here{max-width:274px;margin-top:-65px}.accepted-here::after,.accepted-here::before{left:-31px;bottom:-9px;border-width:18px 30px 18px 15px}.accepted-here::after{left:auto;right:-31px}.accepted-here__inner{padding:5px 7px 7px}.accepted-here__inner::after,.accepted-here__inner::before{bottom:-9px;border-width:9px 0 0 14px}.accepted-here__inner::after{border-width:9px 14px 0 0}.accepted-here__title span{font-size:10px;letter-spacing:4.5px;padding:0 2px 0 6px}.accepted-here__items{margin-top:5px}.accepted-here__item{margin:0 10px 0 0;font-size:12px}.accepted-here__icon{width:15px;height:15px;margin:0 4px 0 0}}.hero{padding:100px 0 205px;position:relative}.hero>a:hover{text-decoration:none}.hero::after{content:'';position:absolute;left:0;top:100px;bottom:205px;width:100%;background:rgba(255,255,255,.6)}.hero__img{position:absolute;left:0;top:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.hero__inner{position:relative;max-width:730px;margin:0 auto;padding:30px 15px;z-index:1}.hero__heading{margin:45px 0 20px;font-size:52px}.hero__heading::before{width:44px}.hero__main{text-align:center;font-size:24px;color:#000}.hero+.section{margin-top:-105px}@media only screen and (max-width:767px){.hero{padding:90px 0}.hero::after{top:90px;bottom:90px}.hero__inner{padding:25px 20px}.hero__heading{margin:25px 0 12px;font-size:24px}.hero__heading::before{width:16px}.hero__main{font-size:16px}.hero+.section{margin-top:0}}.section{position:relative;margin:70px 0}.section__heading{margin:0 0 28px;font-size:39px;font-weight:700;color:#000}.section__hgroup{text-align:center}.section:not(.hero):first-child{margin-top:50px}@media only screen and (max-width:768px){.section.listing{margin-bottom:0}}@media only screen and (max-width:767px){.section{margin-top:40px;margin-bottom:40px}.section__heading{padding-left:20px;padding-right:20px}}@media only screen and (max-width:680px){.section.listing{margin-top:0!important}}.white-box{padding:50px 40px;border-radius:4px;background:#fff}.white-box__title{text-align:center;font-size:24px;color:#000}.white-box__main{padding-left:110px;padding-right:110px}.white-box__main hr{display:block;max-width:510px;margin:45px auto;height:0;border:0;border-top:1px solid #cbcbcb}.white-box__media{margin:50px 0 0;text-align:center}.white-box__media img,.white-box__media video{max-width:100%;height:auto}@media only screen and (max-width:768px){.white-box{padding:30px 15px}.white-box__main{padding-left:0;padding-right:0}.white-box__media{margin-left:-15px;margin-right:-15px}}.items{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.items__item{margin:40px 0;max-width:280px;text-align:center}.items__title{margin:0 0 15px;font:normal 32px chronicle_display,'Chronicle Display',serif;color:#000}.items__main p{margin:0}.items__main p+p{margin-top:15px}@media only screen and (max-width:767px){.items{margin-top:30px}.items__item{margin-bottom:40px;max-width:calc(50% - 8px)}.items__title{font-size:24px}}.hgroup__main{font-size:16px;line-height:1.33;color:#000}.hgroup__content{font-size:24px}.hgroup__light{opacity:.7}@media only screen and (max-width:767px){.hgroup{padding-left:30px;padding-right:30px}.hgroup__main{font-size:12px}.hgroup__content{font-size:16px}}.icons{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:30px 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.icons__icon{display:block;margin:0 17px 0 0;width:51px;height:51px}.icons__icon:last-child{margin-right:0}@media only screen and (max-width:767px){.icons__icon{margin:0 10px 0 0;width:30px;height:30px}}.cards__list{width:calc(100% + 30px);margin:0 -15px}.cards__item{width:calc(100% / 3);height:416px;margin:0 0 30px;padding:0 15px}.cards .malinky-load-more__button,.cards__show-more-btn{display:block;width:100%;padding:19px;font-size:16px;font-weight:500;text-align:center;border:1px solid #979797;border-radius:4px;-webkit-transition:all .2s;transition:all .2s}.cards .malinky-load-more__button:hover,.cards__show-more-btn:hover{border-color:#333;color:#fff;background:#333;text-decoration:none}@media only screen and (min-width:767px){.cards__item_size1{width:calc(100% / 3 * 2);height:862px}}@media only screen and (max-width:1023px){.cards__item{width:50%}.cards__item_size1{width:100%}}@media only screen and (max-width:767px){.cards{padding:0 30px}.cards__item{width:100%}}.card{height:100%;margin:0;background:#fff;border-radius:4px;-webkit-box-shadow:none;box-shadow:none;-webkit-transition:-webkit-box-shadow .2s;transition:-webkit-box-shadow .2s;transition:box-shadow .2s;transition:box-shadow .2s,-webkit-box-shadow .2s;position:relative}.card:focus-within,.card:hover{-webkit-box-shadow:rgba(0,0,0,.1) 0 0 10px;box-shadow:rgba(0,0,0,.1) 0 0 10px}.card a{text-decoration:none;display:-webkit-box;display:-ms-flexbox;display:flex;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.card__media{overflow:hidden;width:100%;height:200px;-ms-flex-negative:0;flex-shrink:0;border-radius:4px 4px 0 0;position:relative}.card__media img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.card__main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding:15px;position:relative}.card__title{margin:0 0 4px;font-size:17px;font-weight:500;color:#000;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card__desc{margin:0 0 10px;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card__panel{margin-top:auto}.card__currencies{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.card__currency{margin:0 10px 10px 0;font-size:12px;font-weight:500}.card__currency:last-child{margin-right:0}.card__currency:first-child{font-size:18px;line-height:1}.card__converts{width:100%;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}.card__convert{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:14px}.card__convert:last-child{margin-right:0}.card__convert img{display:block;width:20px;height:20px;margin-right:5px;position:relative;top:-1px}.card__convert span{line-height:1}.card__params{overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;list-style:none;margin:0;padding:5px 0;margin:10px 0 0;border:1px solid #eaeaea;border-width:1px 0;font-size:12px}.card__params li{padding-right:16px;position:relative}.card__params li::after{content:'';display:block;width:1px;top:-2px;bottom:-2px;position:absolute;right:8px;background:#eaeaea}.card__params li:last-child{padding-right:0}.card__params li:last-child::after{display:none}.card__listing{margin-top:8px;font-size:12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.card_360 .card__media::after{content:'';display:block;position:absolute;left:0;top:0;width:100%;height:100%;background:rgba(0,0,0,.4) url(../images/360-virtual.png) no-repeat 50% 50%;background-size:152px auto}.card .tour-360-btn{position:absolute;right:15px;top:10px;height:30px;padding:5px 10px}.card .tour-360-btn~.card__title{padding-right:70px}@media only screen and (min-width:767px){.cards__item_size1 .card .card__media{height:530px}.cards__item_size1 .card .card__main{padding:27px 19px 18px 29px}.cards__item_size1 .card .card__title{font-size:36px}.cards__item_size1 .card .card__desc{font-size:19px}.cards__item_size1 .card .card__currency{margin:0 15px 15px 0;font-size:20px;font-weight:500}.cards__item_size1 .card .card__currency:first-child{font-size:30px}.cards__item_size1 .card .card__panel{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cards__item_size1 .card .card__convert{font-size:20px;font-weight:700;margin-right:15px}.cards__item_size1 .card .card__convert img{margin-right:10px;width:36px;height:36px}.cards__item_size1 .card .card__params{font-size:14px;padding:7px 0}.cards__item_size1 .card .card__listing{margin-top:10px;font-size:14px}.cards__item_size1 .card .tour-360-btn{right:19px;top:30px;height:40px;padding:7px 16px}.cards__item_size1 .card .tour-360-btn~.card__title{padding-right:100px}.cards__item_size1 .card .label{padding:5px 24px;margin-bottom:10px}.cards__item_size1 .card .label span{font-size:20px}}.popup{display:none;width:100%;height:100%;position:fixed;left:0;top:0;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1000}.popup.opened{display:-webkit-box;display:-ms-flexbox;display:flex}.popup::before{content:'';display:block;width:100%;height:100%;position:absolute;left:0;top:0;background:rgba(0,0,0,.9)}.popup__main{width:720px;padding:60px 95px;position:relative;border-radius:4px;border:1px solid #979797;background:#fff}.popup__heading{font-size:40px}.popup__links{text-align:center}.popup__links a{color:#1e67df}.popup__link{color:#1e67df;font-size:17px}.popup__close-link{display:block;position:absolute;right:30px;top:30px;width:34px;height:34px;background:url(../images/close.svg) no-repeat 50% 50%;background-size:14px 14px}.popup_incentive-step2 .popup__main{width:886px;background:#fff url(../images/rocket.svg) no-repeat 50% 100%;background-size:135% auto}.popup_incentive-step2 .complete-message{padding:80px 110px 200px;text-align:center;font:normal 40px/1.5 chronicle_display,'Chronicle Display',serif;color:#000}.popup .text-info{margin-bottom:25px;font-size:18px}@media only screen and (max-width:768px){.popup_incentive-step2 .complete-message{padding:50px 70px 100px 0}}@media only screen and (max-width:767px){.popup__main{width:100%!important;height:100%;padding:50px 20px;border-radius:0;overflow:auto;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:start;-ms-flex-pack:start;justify-content:flex-start}.popup_incentive-step1 .popup__main,.popup_register .popup__main{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.popup__close-link{right:10px;top:10px}.popup__heading{font-size:32px}.popup_incentive-step2 .complete-message{padding:0}.popup .text-info{font-size:15px}}@media only screen and (max-width:767px) and (orientation:landscape){.popup__main{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}}@media only screen and (max-width:767px) and (orientation:landscape){.popup .complete-message{font-size:36px;padding-right:100px}}.disclaimer__main{text-align:justify}.labels{position:absolute;pointer-events:none;left:0;top:21px;width:100%;z-index:1;display:grid;grid-template-columns:1fr 1fr;grid-auto-flow:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.label{display:block;margin:0 0 3px auto;padding:3px 15px;background:currentColor;text-transform:uppercase;pointer-events:none;grid-column:2}.label span{color:#fff;font-size:12px;font-weight:900}.label_left{position:relative;margin-left:0;margin-right:auto;left:-4px;padding-left:19px;grid-column:1}.label_left::after,.label_left::before{content:'';display:block;width:0;height:0;position:absolute;left:0;bottom:-6px;border-style:solid;border-width:0 4px 6px 0;border-color:transparent currentColor}.label_left::after{border-color:transparent rgba(0,0,0,.2)}.page-home .hero>a{position:relative;display:block}# background url(../images/sdc-label.svg) no-repeat 100% 0,# background-size contain{z-index:1}__inner::before{content:'';position:absolute;left:-1000px;right:-1000px;top:0;height:100%}__heading{margin-top:0}@media only screen and (max-width:1024px){.hero>a{background:0 0}.hero>a::before{content:'Social Distancing Closings';display:block;padding:3px 0 5px;font:normal 24px chronicle_display,'Chronicle Display',serif;color:#fff;background:#de1e36;border:solid #fff;border-width:5px 0;text-align:center}}@media only screen and (max-width:767px){.hero>a::before{font-size:14px;border-width:3px 0;padding:2px 0 4px}}@media only screen and (max-width:680px){.what-we-do{display:none}}.page-regions .hero{padding:165px 0 180px}.page-regions .hero>a::before{display:none}.page-regions .hero::after{display:none}.page-regions .hero__inner{padding:50px;background:rgba(0,0,0,.7)}.page-regions .hero__heading{color:#fff;font-size:40px;margin:0;padding:0}.page-regions .hero__heading::before{display:none}@media only screen and (max-width:767px){.page-regions .hero{padding:90px 0}.page-regions .hero__inner{padding:25px 20px}.page-regions .hero__heading{font-size:24px}}.listing-article{margin:45px 0;padding:45px 30px 20px 50px;border-radius:4px;background:#fff}.listing-article__heading{margin:0 0 5px;font-size:26px;font-weight:400;color:#000;word-wrap:break-word}.listing-article__desc{font-size:14px;margin-bottom:10px}.listing-article__values{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;margin:0}.listing-article__costs{display:-webkit-box;display:-ms-flexbox;display:flex}.listing-article__info .tour-360-btn{margin-top:25px}.listing-article__cost{margin-right:10px;margin-bottom:14px;display:block;font:500 22px chronicle_display,'Chronicle Display',serif;white-space:nowrap}.listing-article__cost:last-child{margin-right:0}.listing-article__converts{margin-bottom:14px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.listing-article__convert{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-right:10px}.listing-article__convert:last-child{margin-right:0}.listing-article__convert img{display:block;width:20px;height:20px;margin:0 5px 0 0}.listing-article__convert span{font-size:16px}.listing-article__params{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;list-style:none;margin:0;padding:5px 0;margin:0 0 18px;border:1px solid #eaeaea;border-width:1px 0;font-size:14px}.listing-article__params li{padding-right:16px;position:relative}.listing-article__params li::after{content:'';display:block;width:1px;top:-2px;bottom:-2px;position:absolute;right:8px;background:#eaeaea}.listing-article__params li:last-child{padding-right:0}.listing-article__params li:last-child::after{display:none}.listing-article__data dl{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 0 10px}.listing-article__data dt{-ms-flex-negative:0;flex-shrink:0;width:155px;margin:0;padding:0 10px 0 0;text-transform:uppercase;color:rgba(0,0,0,.4);font-size:14px;font-weight:500}.listing-article__data dd{margin:0;padding:0;text-align:left;font-size:14px;font-weight:400}.listing-article__main{display:-webkit-box;display:-ms-flexbox;display:flex}.listing-article__center{width:calc(100% - 420px)}.listing-article__right-side{-ms-flex-negative:0;flex-shrink:0;width:420px;padding:0 0 0 30px}.listing-article__right-side .get-touch-expert{margin:28px 0}.listing-article__right-side .get-touch-form{margin-top:28px}.listing-article__right-side .get-touch-form__title{font-size:22px;margin-bottom:17px}.listing-article__right-side .get-touch-form .form-group{margin-bottom:17px}.listing-article__right-side .get-touch-form .form-control{font-size:16px;padding:3px 0;border-bottom-color:rgba(0,0,0,.21)}.listing-article__right-side .get-touch-form textarea.form-control{height:26px;padding:3px 0}.listing-article__details-map{margin-top:15px}.listing-article__details-map #map{width:100%;height:260px}.listing-article__photos{width:100%}.listing-article__content{border-bottom:1px solid #eaeaea}.listing-article__content h1,.listing-article__content h2,.listing-article__content h3,.listing-article__content h4,.listing-article__content h5,.listing-article__content h6{margin:22px 0 19px;font:normal 24px chronicle_display,'Chronicle Display',serif;color:#000}.listing-article__content h2{font-size:22px}.listing-article__content h3{font-size:20px}.listing-article__content h4{font-size:18px}.listing-article__content h5{font-size:17px}.listing-article__content h6{font-size:16px}.listing-article__content p{margin:19px 0;font-size:16px}@media only screen and (max-width:768px){.listing-article{margin:0;border-radius:0}.listing-article__values{margin-right:0}.listing-article__main{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.listing-article__center{width:100%}.listing-article__right-side{width:100%;padding:0;margin-top:30px}.listing-article__right-side .get-touch-form{margin-top:0}}@media only screen and (max-width:680px){.listing-article{padding:30px}.listing-article__values{-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}.listing-article__converts{margin-top:10px;margin-left:0;-ms-flex-wrap:wrap;flex-wrap:wrap}.listing-article__convert{margin-top:5px}}.listing-article-list h2{margin:29px 0 19px;position:relative;font:normal 22px chronicle_display,'Chronicle Display',serif;color:#000}.listing-article-list h3{margin:5px 0 19px;font-size:14px;text-transform:uppercase;color:rgba(0,0,0,.4);font-weight:500}.listing-article-list ul{margin:0;list-style:none;padding:0}.listing-article-list ul.cols{-webkit-columns:2;-moz-columns:2;columns:2}.listing-article-list ul.cols_highlights li{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:18px}.listing-article-list ul.cols_highlights li img{display:block;margin-right:15px;max-height:24px;min-width:24px}.listing-article-list ul li{margin-bottom:19px;font-size:16px}.listing-article-list ul li.disallow{text-decoration:line-through;color:rgba(51,51,51,.45)}.listing-article-list ul li.disallow img{opacity:.45}@media only screen and (max-width:767px){.listing-article-list ul.cols{-webkit-columns:2;-moz-columns:2;columns:2}}@media only screen and (max-width:680px){.listing-article-list ul.cols{-webkit-columns:1;-moz-columns:1;columns:1}}.article-photos__preview{width:100%;position:relative}.article-photos__preview-slides a{height:305px;cursor:-webkit-zoom-in;cursor:zoom-in}.article-photos__preview-slides img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-photos__preview-count{padding:5px 10px;position:absolute;bottom:0;left:0;background:rgba(0,0,0,.7);color:#fff;font-size:14px}.article-photos__nav{margin:10px -6px 0}.article-photos__nav::after,.article-photos__nav::before{content:'';display:block;position:absolute;top:0;bottom:0;width:6px;background:#fff}.article-photos__nav::before{left:0}.article-photos__nav::after{right:0}.article-photos__nav .slick-next,.article-photos__nav .slick-prev{position:absolute;width:32px;height:32px;border:0;border-radius:50%;font-size:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#fff;z-index:2;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.502);box-shadow:0 2px 4px 0 rgba(0,0,0,.502);cursor:pointer;outline:0;-webkit-transition:background-color .3s;transition:background-color .3s}.article-photos__nav .slick-next::before,.article-photos__nav .slick-prev::before{content:'';display:block;width:7px;height:7px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-65%,-50%) rotate(45deg);transform:translate(-65%,-50%) rotate(45deg);border:solid #000;border-width:2px 2px 0 0}.article-photos__nav .slick-next:focus,.article-photos__nav .slick-next:hover,.article-photos__nav .slick-prev:focus,.article-photos__nav .slick-prev:hover{background-color:#e6e6e6}.article-photos__nav .slick-next.slick-disabled,.article-photos__nav .slick-prev.slick-disabled{opacity:.7;cursor:default}.article-photos__nav .slick-prev{left:-10px}.article-photos__nav .slick-prev::before{-webkit-transform:translate(-35%,-50%) rotate(-135deg);transform:translate(-35%,-50%) rotate(-135deg)}.article-photos__nav .slick-next{right:-10px}.article-photos__nav .slick-current img{border:4px solid #1e67df}.article-photos__nav .slick-track{margin-left:0}.article-photos__item{overflow:hidden;height:70px;padding:0 6px;-ms-flex-negative:0;flex-shrink:0;-webkit-transition:-webkit-transform .2s;transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s;outline:0}.article-photos__item img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.article-photos__item:focus img{border:4px solid #1e67df}@media only screen and (max-width:680px){.article-photos__preview{height:260px}.article-photos__preview-slides a{height:260px}.article-photos__nav{-ms-flex-wrap:wrap;flex-wrap:wrap}.article-photos__item{margin-bottom:8px;width:calc(50% - 4px)}}.btn{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:100%;padding:10px;border:0;border-radius:4px;color:#fff;font-size:16px;font-weight:500;background:#3e3e3e;cursor:pointer;-webkit-transition:background-color .2s;transition:background-color .2s}.btn img{margin-right:5px}.btn:hover{background:#515151}.btn:disabled{background:#999!important;cursor:default}.btn_blue{background:#1e67df}.btn_blue:hover{background:#3376e4}.form-group{margin:0 0 25px}.form-control{width:100%;border:0;border-bottom:1px solid #000;font-size:16px;color:#000;background:0 0}.form-control::-webkit-input-placeholder{color:#000;opacity:1}.form-control::-moz-placeholder{opacity:1;color:#000;opacity:1}.form-control:-ms-input-placeholder{color:#000;opacity:1}.form_type2 .form__message{margin:0 0 5px;padding:3px 7px;font-size:12px;border-radius:4px}.form_type2 .form__message_error{background:rgba(255,0,0,.14);color:#b40000}.form_type2 .form__group{padding:1px 0 0;margin-bottom:20px}.form_type2 .form__control{position:relative;padding:20px 0 0}.form_type2 .form__control_password .form__input{padding-right:110px}.form_type2 .form__input{width:100%;padding:4px 0;border:0;border-bottom:1px solid #000;font-size:16px;font-weight:400;color:#000;background:#fff;outline:0}.form_type2 .form__input:placeholder-shown:not(:focus){border-bottom-color:rgba(0,0,0,.34)}.form_type2 .form__input:placeholder-shown:not(:focus)+.form__label{top:24px;font-size:16px;opacity:1}.form_type2 .form__label{position:absolute;left:0;font-weight:400;color:#000;top:4px;font-size:12px;opacity:.57;-webkit-transition:all .2s;transition:all .2s;pointer-events:none}.form_type2 .form__forgot-link{position:absolute;right:0;bottom:5px;font-size:12px;color:rgba(0,0,0,.57)}.form_type2 .form__btn{margin-top:15px;background:#1e67df}.form_type2 .form__cols{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.form_type2 .form__col{width:calc(50% - 20px)}.form_type2 select.form__input{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;background:url(../images/chevron-down.svg) no-repeat;background-position:right 3px top 50%;background-size:12px auto}@media only screen and (max-width:767px){.form_type2 .form__cols{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.form_type2 .form__col{width:100%}}.terms{font-size:16px}.terms input{margin:0 10px 0 0}.get-touch-form{overflow:hidden}.get-touch-form__title{margin:0 0 20px;font:normal 24px chronicle_display,'Chronicle Display',serif;color:#000}.get-touch-expert__title{margin:0 0 20px;font:normal 20px chronicle_display,'Chronicle Display',serif;color:#000}.get-touch-expert__user{display:-webkit-box;display:-ms-flexbox;display:flex;gap:17px}.get-touch-expert__avatar{width:92px;height:92px;border-radius:50%;overflow:hidden}.get-touch-expert__avatar img{display:block;width:100%;height:100%}.get-touch-expert__name{font-size:19px;font-weight:700;margin-bottom:5px;word-wrap:break-word}.get-touch-expert__contacts{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.get-touch-expert__contact{display:inline-block;padding-left:29px;position:relative}.get-touch-expert__contact::before{content:'';display:block;position:absolute;left:0;top:-1px;width:23px;height:23px;background-position:0 0;background-repeat:no-repeat;background-size:contain}.get-touch-expert__contact_phone::before{background-image:url(../images/phone.svg)}.get-touch-expert__contact_email::before{background-image:url(../images/email.svg)}.get-touch-expert__contact_telegram::before{background-image:url(../images/telegram.svg)}.cards-list{margin-top:-50px;margin-bottom:50px}.cards-list__heading{margin:0 0 35px;font:normal 30px chronicle_display,'Chronicle Display',serif}.cards-list__list{margin:0 -15px}.cards-list__list .cards__item{margin-bottom:10px}.cards-list__list .slick-next,.cards-list__list .slick-prev{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;width:52px;height:52px;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);font-size:0;border:0;background:#fff;-webkit-box-shadow:0 2px 4px 0 rgba(0,0,0,.502);box-shadow:0 2px 4px 0 rgba(0,0,0,.502);border-radius:50%;outline:0;cursor:pointer;-webkit-transition:background-color .3s;transition:background-color .3s;z-index:2}.cards-list__list .slick-next::before,.cards-list__list .slick-prev::before{content:'';display:block;width:7px;height:7px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-65%,-50%) rotate(45deg);transform:translate(-65%,-50%) rotate(45deg);border:solid #000;border-width:2px 2px 0 0}.cards-list__list .slick-next:focus,.cards-list__list .slick-next:hover,.cards-list__list .slick-prev:focus,.cards-list__list .slick-prev:hover{background-color:#e6e6e6}.cards-list__list .slick-next.slick-disabled,.cards-list__list .slick-prev.slick-disabled{opacity:.7;cursor:default}.cards-list__list .slick-prev{right:100%}.cards-list__list .slick-prev::before{-webkit-transform:translate(-35%,-50%) rotate(-135deg);transform:translate(-35%,-50%) rotate(-135deg)}.cards-list__list .slick-next{left:100%}@media only screen and (max-width:768px){.cards-list{margin-top:30px}.cards-list__heading{margin-bottom:20px}.cards-list__list{margin:0 -10px}.cards-list__list .cards__item{padding:0 10px}.cards-list .slick-next,.cards-list .slick-prev{top:-40px;right:15px;left:auto;width:35px;height:35px}.cards-list .slick-prev{right:70px}}@media only screen and (max-width:680px){.cards-list__heading{padding:0 30px}.cards-list__list{margin:0 20px}.cards-list__list .cards__item{padding:0 10px}}.tour-360-btn{display:-webkit-box;display:-ms-flexbox;display:flex;height:40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#000;border-radius:4px;padding:7px 16px}.tour-360-btn__img{-ms-flex-negative:0;flex-shrink:0;display:block;width:auto;height:100%}.tour-360-btn__label{padding:0 0 0 35px;font-size:16px;font-weight:500;color:#fff}.map{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;margin:0!important;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.map__col{width:50%}.map__col_info{padding:115px 90px}.map__heading{text-align:left}.map__heading::before{left:0;-webkit-transform:none;transform:none}.map__main{max-width:434px}.map #map{height:100%;width:100%}@media only screen and (max-width:1023px){.map{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.map__col{width:100%}.map__col_info{padding:30px}.map #map{height:252px}}.map-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin:30px 0 80px;color:#000;font-size:16px}@media only screen and (max-width:1023px){.map-info{margin-bottom:40px}}.user-profile{display:-webkit-box;display:-ms-flexbox;display:flex;margin:0 auto;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.user-profile__avatar{-ms-flex-negative:0;flex-shrink:0}.user-profile__avatar img{display:block;width:121px;height:121px;-o-object-fit:cover;object-fit:cover}.user-profile__main{padding:0 55px 0 0;text-align:center;font:normal 24px chronicle_display,'Chronicle Display',serif}.user-profile__main img{display:block;margin:15px auto 5px;max-width:100%}@media only screen and (max-width:767px){.user-profile__main{font-size:18px;padding-right:20px}}.tabs{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;border-bottom:1px solid rgba(151,151,151,.31);list-style:none;padding:0;margin:0 0 30px;overflow-x:auto;overflow-y:hidden}.tabs__item{margin:0 20px 0 0;padding:0 0 10px;position:relative}.tabs__link{font-size:14px;font-weight:400;text-transform:uppercase;color:#000;white-space:nowrap}.tabs__link::before{content:'';display:none;width:100%;height:2px;position:absolute;left:0;bottom:0;background:#de1e36}.tabs__link.active{font-weight:500}.tabs__link.active,.tabs__link:focus,.tabs__link:hover{text-decoration:none}.tabs__link.active::before,.tabs__link:focus::before,.tabs__link:hover::before{display:block}@media only screen and (max-width:767px){.tabs{margin-left:20px;margin-right:20px}}@media only screen and (max-width:767px){.listing-cards{margin-top:25px!important}}.content-more{margin-bottom:30px}.content-more__more-text{display:none}.content-more__more-text>:first-child{margin-top:0}.content-more__hide-link,.content-more__show-link{margin-top:15px;display:inline-block;font-size:18px}.content-more__hide-link{display:none}@media only screen and (max-width:767px){.content-more__hide-link,.content-more__show-link{margin-top:10px;font-size:15px}}.sanitizer{padding:45px 0 30px;text-align:center}.sanitizer-section{margin-bottom:0}.sanitizer__img{display:block;margin:0 auto}.sanitizer__content{margin:35px 0 30px;font-size:20px;font-weight:500;color:#707070}.sanitizer__content small{font-size:20px;font-weight:700;color:#000}.sanitizer__content strong{font:normal 40px chronicle_display,'Chronicle Display',serif;color:#000}.sanitizer__coins{text-align:center}@media only screen and (max-width:680px){.sanitizer{padding-top:20px;padding-bottom:0}.sanitizer-section .inner{padding:0 15px}.sanitizer__img{height:auto;width:100px}.sanitizer__content{font-size:14px}.sanitizer__content strong{font-size:20px}.sanitizer__content small{font-size:14px}.sanitizer__coins img{height:auto;width:150px}}.step-info-section{height:624px;background:url(../images/sdc/arrow.png) no-repeat 50% 50%;background-size:100% 100%;margin-bottom:160px}.step-info-section .inner{height:100%;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}.step-info-section h2{max-width:752px;color:#fff;font:normal 80px/100px chronicle_display,'Chronicle Display',serif;text-align:center}@media only screen and (max-width:1024px){.step-info-section{height:510px}.step-info-section h2{font-size:60px;line-height:80px}}@media only screen and (max-width:768px){.step-info-section{height:406px;margin-bottom:60px}.step-info-section h2{font-size:50px;line-height:70px}}@media only screen and (max-width:680px){.step-info-section{height:247px;background-size:142% auto;background-position:50% 0;margin-bottom:20px}.step-info-section .inner{padding:0 15px}.step-info-section h2{font-size:26px;line-height:46px}}@media only screen and (max-width:320px){.step-info-section{background-size:160% auto}.step-info-section h2{font-size:24px;line-height:36px}}.steps-wizard{position:relative;counter-reset:list;padding-bottom:130px}.steps-wizard::before{content:'';display:block;width:1px;position:absolute;bottom:0;top:0;left:50%;background:#5e5e5e}.steps-wizard::after{content:'▼';display:block;height:0;line-height:0;position:absolute;bottom:0;left:50%;color:#5e5e5e;-webkit-transform:translateX(-42%);transform:translateX(-42%);font-size:11px}.steps-wizard-section .inner{max-width:1200px}@media only screen and (max-width:768px){.steps-wizard{padding-bottom:60px}}@media only screen and (max-width:680px){.steps-wizard::before{left:30px}.steps-wizard::after{left:30px;-webkit-transform:translateX(-48%);transform:translateX(-48%)}}.step-wizard{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;width:100%;padding:30px 0;position:relative;list-style-type:none}.step-wizard::after{counter-increment:list;content:counter(list,upper-roman);list-style-type:lower-latin;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;font:normal 40px chronicle_display,'Chronicle Display',serif;width:103px;height:103px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:1px solid #5e5e5e;border-radius:50%;background:#fff}.step-wizard:first-child{padding-top:0}.step-wizard:first-child::before{content:'';display:block;position:absolute;left:50%;width:20px;height:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);background:#fff}.step-wizard__media{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:50%;-ms-flex-negative:0;flex-shrink:0;padding-right:110px}.step-wizard__img{display:block;max-width:100%;height:auto}.step-wizard__content{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;width:50%;-ms-flex-negative:0;flex-shrink:0;padding-left:110px;color:#666;font-size:20px}.step-wizard__content h3{font:normal 40px chronicle_display,'Chronicle Display',serif;color:#000;margin:0 0 5px}.step-wizard__content p{margin:15px 0}.step-wizard_right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.step-wizard_right .step-wizard__content{padding-left:0;padding-right:110px;text-align:right}.step-wizard_right .step-wizard__media{padding-right:0;padding-left:110px}@media only screen and (max-width:1024px){.step-wizard::after{width:81px;height:81px;font-size:26px}.step-wizard__content{font-size:16px}.step-wizard__content h3{font-size:28px;margin-bottom:15px}.step-wizard__content p{margin:5px 0}}@media only screen and (max-width:768px){.step-wizard__content{padding-left:70px}.step-wizard__media{padding-right:70px}.step-wizard_right .step-wizard__content{padding-left:0;padding-right:70px}.step-wizard_right .step-wizard__media{padding-right:0;padding-left:70px}}@media only screen and (max-width:680px){.step-wizard{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;padding-right:15px}.step-wizard::after{top:45px;left:30px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:40px;height:40px;font-size:20px}.step-wizard:first-child::before{display:none}.step-wizard:first-child::after{top:0}.step-wizard__content,.step-wizard__media,.step-wizard_right .step-wizard__content,.step-wizard_right .step-wizard__media{width:100%;padding-left:70px;padding-right:0;text-align:left}.step-wizard__img{max-height:200px;margin-bottom:30px}.step-wizard__content{font-size:14px}.step-wizard__content h3{margin-bottom:10px;font-size:20px}.step-wizard__content p{margin:5px 0}}.voila{padding:10px 0 70px}.voila-section{background:url(../images/sdc/arrow2.png) no-repeat 50% 400px;background-size:100% auto}.voila__content{text-align:center;font-size:20px;color:#666}.voila__content h3{font:normal 80px chronicle_display,'Chronicle Display',serif;color:#000;margin:0 0 10px}.voila__img{max-width:100%;height:auto;display:block;margin:6.6vw auto 0}@media only screen and (max-width:1024px){.voila{padding-bottom:30px}}@media only screen and (max-width:680px){.voila{padding:0}.voila-section{background:0 0}.voila__content{text-align:left;font-size:14px;padding-left:26px}.voila__content h3{margin-bottom:5px;font-size:38px}.voila__content p{margin:0}}.page-sdc{background:#fff}.page-sdc .hero{padding:0}.page-sdc .hero::after{display:none}.page-sdc .hero+.section{margin-top:0}.page-sdc .hero__img{display:block;position:static}.page-sdc .hero__hands{position:absolute;right:0;top:43%;margin-top:-214px;z-index:1}.page-sdc .hero__inner{padding:0 15px;position:absolute;left:0;top:43%;width:100%;max-width:none;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.page-sdc .hero__inner::before{content:'';position:absolute;left:0;top:0;bottom:auto;width:100%;height:100%;background:rgba(255,255,255,.6)}.page-sdc .hero__heading{margin:0;padding:0 0 10px;position:relative;font-size:80px;line-height:110px}.page-sdc .hero__heading::before{display:none}@media only screen and (max-width:1024px){.page-sdc .hero__heading{font-size:50px;padding-bottom:5px}.page-sdc .hero__hands{width:60%;height:auto;top:50%}}@media only screen and (max-width:768px){.page-sdc .hero__hands{top:67%;right:-90px}}@media only screen and (max-width:680px){.page-sdc .hero__heading{padding-bottom:3px;font-size:24px;line-height:40px}.page-sdc .hero__hands{top:220px;right:-10%}}.real-estate ul{list-style:none;margin:0;padding:0}.real-estate ul li::before{content:'•';color:#0152a8;display:inline-block;margin-right:18px}.real-estate__desc{max-width:480px;margin:0 auto 45px;color:#0152a8;font-weight:500;font-size:16px;line-height:24px;text-align:center}.real-estate__desc p{margin:0}.real-estate__desc p+p{margin-top:1em}.real-estate__title{margin:30px 0 0;font:normal 32px chronicle_display,'Chronicle Display',serif;text-align:center}.real-estate__lists{display:grid;grid-template-columns:1fr 1fr;gap:45px 50px}.real-estate__lists-item{font-size:16px;line-height:22px}.real-estate__row{display:grid;-webkit-box-align:center;-ms-flex-align:center;align-items:center;grid-template-columns:1fr 1fr;-webkit-column-gap:50px;-moz-column-gap:50px;column-gap:50px;margin:70px 0 0}.real-estate__row-img img{display:block;max-width:100%;height:auto}.real-estate__row-title{margin:0 0 20px;font-size:32px;line-height:40px;font-family:chronicle_display,'Chronicle Display',serif}.real-estate__row-list{font-size:16px;line-height:22px}.real-estate__row_right{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}.real-estate__row_right .real-estate__row-img{grid-column:2}.real-estate__row_right .real-estate__row-content{grid-column:1;grid-row:1}@media only screen and (max-width:680px){.real-estate__desc{margin-bottom:35px}.real-estate__title{font-size:28px}.real-estate__lists{grid-template-columns:1fr;gap:30px 20px}.real-estate__row{grid-template-columns:1fr;margin-top:40px}.real-estate__row-img{margin-bottom:20px;padding:0 30px}.real-estate__row-title{font-size:24px;line-height:32px}.real-estate__row_right .real-estate__row-img{grid-column:1}.real-estate__row_right .real-estate__row-content{grid-column:1;grid-row:2}}.real-estate-sellers{margin:60px 0 50px}.real-estate-sellers__title{text-align:center;font:normal 40px chronicle_display,'Chronicle Display',serif;margin:0 0 50px}.real-estate-sellers__list{display:-webkit-box;display:-ms-flexbox;display:flex;max-width:600px;margin:0 auto 50px;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;position:relative;counter-reset:list}.real-estate-sellers__list::before{content:'';display:block;position:absolute;width:1px;top:0;left:50%;bottom:0;background:#979797}.real-estate-sellers__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:calc(50% - 67px);margin:0 0 65px;text-align:right;position:relative;min-height:72px}.real-estate-sellers__item::before{counter-increment:list;content:counter(list,upper-roman);list-style-type:lower-latin;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;font:normal 32px chronicle_display,'Chronicle Display',serif;width:72px;height:72px;position:absolute;left:calc(100% + 67px);top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);border:1px solid #979797;border-radius:50%;background:#fff}.real-estate-sellers__item:last-child{margin-bottom:0}@media only screen and (min-width:680px){.real-estate-sellers__item:nth-child(2n-1){-ms-flex-item-align:end;align-self:flex-end;text-align:left}.real-estate-sellers__item:nth-child(2n-1)::before{left:auto;right:calc(100% + 67px);-webkit-transform:translate(50%,-50%);transform:translate(50%,-50%)}}@media only screen and (max-width:680px){.real-estate-sellers{margin:30px 0}.real-estate-sellers__title{font-size:28px;margin-bottom:25px}.real-estate-sellers__list{margin-bottom:20px}.real-estate-sellers__list::before{left:20px}.real-estate-sellers__item{width:100%;padding-left:62px;text-align:left;margin-bottom:20px;min-height:40px}.real-estate-sellers__item::before{top:0;left:20px;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:40px;height:40px;font-size:20px}}.real-estate-investors{text-align:center;margin:0 0 35px}.real-estate-investors__title{font:normal 40px chronicle_display,'Chronicle Display',serif;margin:0 0 15px}.real-estate-investors__desc{font-size:16px;line-height:22px}.real-estate-investors__desc a{color:#1e67df}@media only screen and (max-width:680px){.real-estate-investors__title{font-size:28px}}.real-estate-properties__title{font:normal 40px chronicle_display,'Chronicle Display',serif;margin:0 0 30px;text-align:center}.real-estate-properties__table{width:100%;border:1px solid grey;border-collapse:collapse}.real-estate-properties__table td,.real-estate-properties__table th{border:solid grey;border-width:1px 1px 0 0;text-align:center;padding:5px 10px;font:14px chronicle_display,'Chronicle Display',serif}.real-estate-properties__table td:last-child,.real-estate-properties__table th:last-child{border-right:0}.real-estate-properties__table th{border-top:0;font-weight:700;white-space:nowrap}.real-estate-properties__table td strong{display:none}@media only screen and (max-width:680px){.real-estate-properties__title{font-size:28px;margin-bottom:25px}.real-estate-properties__table thead{display:none}.real-estate-properties__table tr{display:block;border-bottom:1px solid grey}.real-estate-properties__table tr:last-child{border-bottom:0}.real-estate-properties__table td{display:block;border:0;text-align:left}.real-estate-properties__table td strong{display:inline-block;font-family:avenir,Avenir,sans-serif}.real-estate-properties__table td strong::after{content:':';margin-right:5px}}.call-us{text-align:center}.call-us__title{margin:0 0 5px;font:normal 32px chronicle_display,'Chronicle Display',serif}.call-us__phone{font-size:16px;margin:0 0 10px}.call-us .btn{max-width:176px;margin:0 auto}@media only screen and (max-width:680px){.call-us__title{font-size:28px}}.page-real-estate .hero{padding:115px 0 260px}.page-real-estate .hero::after{top:115px;bottom:260px;background:rgba(255,255,255,.7)}.page-real-estate .hero+.section{margin-top:-147px}.page-real-estate .hero__inner{max-width:none;width:100%}.page-real-estate .hero__heading{font-size:60px;margin:0;padding:0 0 10px}.page-real-estate .hero__heading::before{display:none}.page-real-estate .white-box{padding:40px 100px 100px}.page-real-estate .white-box__heading{font-size:40px;line-height:50px;padding:0;margin:0 0 40px}.page-real-estate .white-box__heading::before{display:none}.page-real-estate .white-box__main{padding:0}@media only screen and (max-width:1024px){.page-real-estate .hero__heading{font-size:50px;padding-bottom:5px}}@media only screen and (max-width:768px){.page-real-estate .white-box{padding:30px 40px 100px}.page-real-estate .white-box__heading{font-size:40px}}@media only screen and (max-width:680px){.page-real-estate .hero__heading{padding-bottom:3px;font-size:24px;line-height:1.2}.page-real-estate .white-box{padding:30px 15px}.page-real-estate .white-box__heading{font-size:22px;line-height:1.2;margin-bottom:30px}}@media only screen and (max-width:680px){.team-section{margin-top:0!important}}.team-section h1{font-size:48px;line-height:64px;font-weight:400}@media only screen and (max-width:680px){.team-section{text-align:center}}@media only screen and (max-width:680px){.team{padding:30px}}.team__list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));grid-gap:65px;place-items:start}@media only screen{.team__list{place-items:center}}.team__item{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}.team__name{font-size:20px;margin-bottom:23px}.team__mail,.team__phone,.team__position{font-size:16px;line-height:21px}.team form{margin-top:75px}