body{background-color:#fff}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}.navbar{z-index:100;position:absolute;left:0;top:0;width:100%;background-color:#fff}.navbar-content{position:relative;width:100%;max-width:1100px;padding:0 30px;margin:0 auto;padding-top:30px;display:flex;align-items:flex-end;justify-content:flex-start}@media only screen and (max-width:1100px){.navbar-content{max-width:670px}}@media only screen and (max-width:670px){.navbar-content{max-width:450px}}@media only screen and (max-width:1100px){.navbar-content{padding-top:25px;justify-content:space-between}}@media only screen and (max-width:670px){.navbar-content{position:static;justify-content:space-between}}.navbar-logo{display:flex;align-items:flex-end;justify-content:flex-start;flex:none;margin-right:58px;-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}@media only screen and (max-width:1100px){.navbar-logo{margin-right:30px}}.navbar-logo img{width:34px;display:block;margin-right:15px;position:relative;top:0}@media only screen and (max-width:1100px){.navbar-logo img{top:0;width:30px}}.navbar-logo span{font-size:22px;font-weight:700;line-height:98%}@media only screen and (max-width:1100px){.navbar-logo span{font-size:20px}}@media only screen and (max-width:670px){.navbar-logo span{display:none}}.navbar-menu{display:flex;align-items:center;justify-content:flex-end;flex:1 1 auto;background-color:#fff}@media only screen and (max-width:1100px){.navbar-menu{position:absolute;left:0;bottom:0;flex-direction:column;align-items:flex-start;width:100%;padding:52px calc(50% - 75px) 63px;transform:translateY(100%);transition:opacity .3s;opacity:0;z-index:-1;overflow:hidden;pointer-events:none}.navbar-menu--active{opacity:1;z-index:1;pointer-events:unset;width:100%;padding:45px}}.navbar-menu--button{font-size:16px;font-weight:700;line-height:19px;width:87px;height:35px;border-radius:5px;border:2px solid #ffa900;background:#ffa900;cursor:pointer}@media only screen and (max-width:1100px){.navbar-menu--button{width:52px;height:33px;margin:0 20px 0 auto}}.navbar-menu--button-second{background:#fff;margin-left:10px;border:2px solid #413e3e}@media only screen and (max-width:1100px){.navbar-menu--button-second{display:none}}.navbar-menu--button img{display:none}@media only screen and (max-width:1100px){.navbar-menu--button img{display:block;margin:0 auto}}.navbar-menu--button p{font-size:16px;font-weight:700;line-height:19px}@media only screen and (max-width:1100px){.navbar-menu--button p{display:none}}.navbar-menu__item{display:inline-flex;font-size:14px;line-height:16px;font-weight:400;position:relative;margin-right:24px}@media only screen and (max-width:1100px){.navbar-menu__item{margin-right:0;font-size:16px;line-height:16px;border-bottom:1px solid #e5e5e5;width:100%;margin-bottom:30px;padding-bottom:10px}.navbar-menu__item:nth-child(3){display:flex;justify-content:space-between}.navbar-menu__item:nth-child(3) img{margin-left:4px}}.navbar-menu__item:before{content:"";position:absolute;left:50%;bottom:-5px;width:0;height:2px;background-color:transparent;border-radius:4px;transform:translate(-50%);transition:width .2s}@media only screen and (max-width:1100px){.navbar-menu__item:before{height:1px;bottom:-3px}}@media only screen and (max-width:670px){.navbar-menu__item:before{height:1px;bottom:-6px;left:0;transform:none}}.navbar-menu__item:hover:before{content:"";background-color:#292930;width:100%}@media only screen and (max-width:1100px){.navbar-menu__item:hover:before{background-color:unset}}.navbar-menu__item--custom{margin-right:0!important;margin-left:auto;font-size:22px;font-weight:700;line-height:27px;text-transform:none}@media only screen and (max-width:1100px){.navbar-menu__item--custom{font-size:18px;line-height:22px;top:-2px}}@media only screen and (max-width:670px){.navbar-menu__item--custom{margin-left:0;margin-bottom:53px;font-size:22px;line-height:27px}}.navbar-menu__item--custom:before{content:"";bottom:-1px;width:calc(100% + 24px)!important;background-color:#ffa900}@media only screen and (max-width:1100px){.navbar-menu__item--custom:before{width:calc(100% + 16px)!important}}@media only screen and (max-width:670px){.navbar-menu__item--custom:before{width:100%!important}}.navbar-menu__item-button{display:none}.navbar-submenu{position:absolute;top:30px;left:0;background-color:#fff;box-shadow:0 3.14px 15.71px 0 rgba(0,0,0,.25);border-radius:5px;padding:10px 0;display:block;list-style-type:none;padding:15px}@media only screen and (max-width:1100px){.navbar-submenu{display:flex;box-shadow:none;padding:0}}.navbar-submenu__item{white-space:nowrap;font-size:14px;line-height:17px;font-weight:400}.navbar-submenu__item:first-child,.navbar-submenu__item:nth-child(2){margin-bottom:20px}.navbar-submenu__item a:hover{color:#ffa900}.navbar-submenu__item img{cursor:pointer}.navbar-close,.navbar-open{display:none;flex-direction:column;align-items:center;justify-content:center;width:23px;height:23px;position:relative;border:none;box-shadow:none;cursor:pointer;background:transparent}@media only screen and (max-width:1100px){.navbar-close--visible,.navbar-open--visible{display:flex}}.navbar-close *,.navbar-open *{pointer-events:none}.navbar-close__mid,.navbar-open__mid{margin:4px 0}.navbar-close__bot,.navbar-close__mid,.navbar-close__top,.navbar-open__bot,.navbar-open__mid,.navbar-open__top{width:18px;height:2px;background-color:#000;border-radius:10px}.navbar-close__bot,.navbar-open__bot{width:12px;transform:translateX(-3px)}.navbar-close__left,.navbar-close__right,.navbar-open__left,.navbar-open__right{width:18px;height:2px;background-color:#000;border-radius:10px;position:absolute;left:50%;top:50%}.navbar-close__left,.navbar-open__left{transform:translate(-50%,-50%) rotate(45deg) translateZ(0)}.navbar-close__right,.navbar-open__right{transform:translate(-50%,-50%) rotate(-45deg) translateZ(0)}.navbar-close .anchor-link,.navbar-open .anchor-link{margin-right:0!important;margin-left:40px;cursor:pointer}@media only screen and (max-width:1100px){.navbar-close .anchor-link,.navbar-open .anchor-link{font-size:12px;line-height:15px;margin-left:15px}}@media only screen and (max-width:670px){.navbar-close .anchor-link,.navbar-open .anchor-link{font-size:16px;line-height:19px;margin-left:0}}.navbar-close .anchor-link__hide-desktop,.navbar-open .anchor-link__hide-desktop{color:red;display:block}@media only screen and (max-width:670px){.navbar-close .anchor-link__hide-desktop,.navbar-open .anchor-link__hide-desktop{display:none}}.navbar-close .navbar-menu__item-button,.navbar-open .navbar-menu__item-button{display:block;background:none;border:none}@media only screen and (max-width:670px){.navbar-close .navbar-menu__item-button,.navbar-open .navbar-menu__item-button{margin-bottom:101px}.navbar--transparent:not(.--active){background-color:transparent}}.navbar-gfp--button{position:relative;font-size:16px;font-weight:700;line-height:19px;background:none;width:165px;height:33px;border-radius:4px;border:1px solid #ffa900;margin:0 26px 0 3px;cursor:pointer}@media only screen and (max-width:1100px){.navbar-gfp--button{font-size:14px;line-height:17px;letter-spacing:-.28px;width:130px;height:31px;margin:0 0 0 11px}}@media only screen and (max-width:670px){.navbar-gfp--button{display:none}}.navbar-gfp--button input{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:10px;opacity:0;cursor:pointer}.navbar-gfp--button input::file-selector-button{display:none}.navbar-gfp--button input::-ms-browse{display:none}.navbar-gfp--avatar{display:flex;align-items:center;width:170px}@media only screen and (max-width:1100px){.navbar-gfp--avatar{width:157px;margin-top:2px;margin-left:7px}}@media only screen and (max-width:670px){.navbar-gfp--avatar{width:125px;margin-left:8px}}.navbar-gfp--avatar-icon{margin-right:8px;cursor:pointer}@media only screen and (max-width:1100px){.navbar-gfp--avatar-icon{margin-right:10px}}.navbar-gfp--avatar-name{display:inline;width:108px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}@media only screen and (max-width:670px){.navbar-gfp--avatar-name{width:51px;margin-right:9px}}.navbar-gfp--avatar--active{display:none}.navbar-gfp--avatar-signout{cursor:pointer}.navbar .anchor-link__hide-desktop{display:none}@media only screen and (max-width:1100px){.navbar .anchor-link__hide-desktop{display:block}}.sticky-navbar{position:fixed;padding-bottom:10px}.gray-bottom-border{border-bottom:1px solid #e5e5e5}@media only screen and (max-width:1100px){.custom-submenu-item{color:#717171;font-size:14px}}.navbar-menu.--align-left{justify-content:flex-start}button{position:relative;transition:box-shadow .1s}button:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;border-radius:inherit;background:linear-gradient(180deg,rgba(0,0,0,.1),transparent);opacity:0;transition:opacity .15s,background .15s;pointer-events:none}button:hover:before{opacity:1}button:active{box-shadow:inset 0 4px 4px rgba(0,0,0,.25)}button:active:before{opacity:.5}.public{position:relative;display:flex;justify-content:space-between;background:#f5f5f5;width:1600px;max-width:1600px;margin-left:auto;margin-right:auto;padding-bottom:17px}@media only screen and (max-width:1640px){.public{width:1285px}}@media only screen and (max-width:1440px){.public{width:970px}}@media only screen and (max-width:1100px){.public{width:648px;padding-bottom:40px}}@media only screen and (max-width:670px){.public{display:block;width:315px;padding-bottom:33px}}@media only screen and (max-width:340px){.public{width:260px}}.public-page{display:flex;flex-direction:column;width:100%;height:100%;min-height:100vh}.public-page,.public-page .footer{position:relative;background:#f5f5f5}.public-page .footer{flex-grow:1;width:1600px;margin-left:auto;margin-right:auto;min-height:69px}@media only screen and (max-width:1640px){.public-page .footer{width:1285px}}@media only screen and (max-width:1440px){.public-page .footer{width:970px}}@media only screen and (max-width:1100px){.public-page .footer{width:648px;min-height:62px}}@media only screen and (max-width:670px){.public-page .footer{width:315px;min-height:161px}}@media only screen and (max-width:340px){.public-page .footer{width:260px}}.public-page .footer-social-networks{position:absolute;right:6px;bottom:40px;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:594px;height:30px;z-index:1}@media only screen and (max-width:1100px){.public-page .footer-social-networks{left:0;bottom:47px;width:332px;height:15px}}@media only screen and (max-width:670px){.public-page .footer-social-networks{bottom:146px;width:315px}}@media only screen and (max-width:340px){.public-page .footer-social-networks{width:260px}}.public-page .footer-social-networks--icons{display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:184px}@media only screen and (max-width:1100px){.public-page .footer-social-networks--icons{width:94px}}@media only screen and (max-width:670px){.public-page .footer-social-networks--icons{width:97px}}@media only screen and (max-width:340px){.public-page .footer-social-networks--icons{width:70px}}.public-page .footer-social-networks--icons-icon{height:30px}@media only screen and (max-width:1100px){.public-page .footer-social-networks--icons-icon{height:15px}}.public-page .footer-social-networks--icons-icon-img{width:30px;height:30px}@media only screen and (max-width:1100px){.public-page .footer-social-networks--icons-icon-img{width:15px;height:15px}}.public-page .footer-social-networks--text{font-size:15px;line-height:130%;letter-spacing:-.02em}@media only screen and (max-width:1100px){.public-page .footer-social-networks--text{font-size:9px;letter-spacing:-.03em}}@media only screen and (max-width:670px){.public-page .footer-social-networks--text{font-size:8px}}@media only screen and (max-width:340px){.public-page .footer-social-networks--text{letter-spacing:-.04em}}.public-sidebar{display:grid;grid-template-rows:56px auto;row-gap:34px;width:285px;padding-top:52px}@media only screen and (max-width:1100px){.public-sidebar{grid-template-rows:38px auto;row-gap:29px;width:190px;padding-top:35px}}@media only screen and (max-width:670px){.public-sidebar{grid-template-rows:28px;row-gap:unset;padding-top:24px}}.public-sidebar--logo{-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}.public-sidebar--logo-img{width:57px;height:57px;margin-right:24px}@media only screen and (max-width:1100px){.public-sidebar--logo-img{width:38px;height:38px;margin-right:16px}}@media only screen and (max-width:670px){.public-sidebar--logo-img{width:28px;height:28px;margin-right:12px}}.public-sidebar--logo-text{position:relative;bottom:9px;font-size:36px;line-height:100%;font-weight:700}@media only screen and (max-width:1100px){.public-sidebar--logo-text{bottom:4px;font-size:24px}}@media only screen and (max-width:670px){.public-sidebar--logo-text{font-size:17px;bottom:4px}}.public-sidebar--content{display:grid;grid-template-rows:285px repeat(4,70px);grid-auto-columns:285px;row-gap:30px}@media only screen and (max-width:1100px){.public-sidebar--content{grid-template-rows:190px repeat(4,47px);grid-auto-columns:190px;row-gap:20px}}@media only screen and (max-width:670px){.public-sidebar--content{display:none}}.public-sidebar--content-img{display:flex;align-items:center;justify-content:center;width:100%;height:100%;background:#fff;border:1px solid #413e3e;cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}.public-sidebar--content-img img{max-width:100%;max-height:100%}.public-sidebar--content-button{display:flex;align-items:center;justify-content:space-between;background:#ffa900;width:100%;height:100%;padding:19px 51px;border:none;border-radius:10px;cursor:pointer}@media only screen and (max-width:1100px){.public-sidebar--content-button{padding:13px 34px;border-radius:7px}}@media only screen and (max-width:670px){.public-sidebar--content-button{display:none}}.public-sidebar--content-button:nth-child(3)>span{letter-spacing:-.03em}.public-sidebar--content-button-text{color:#413e3e;font-size:24px;line-height:29px;font-weight:600}@media only screen and (max-width:1100px){.public-sidebar--content-button-text{font-size:16px;line-height:19px}}.public-sidebar--content-button-img{width:32px;-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}@media only screen and (max-width:1100px){.public-sidebar--content-button-img{width:21px}}.public-main{display:grid;grid-template-rows:31px auto;row-gap:33px;width:1230px;padding-top:78px}@media only screen and (max-width:1640px){.public-main{width:915px}}@media only screen and (max-width:1440px){.public-main{width:600px}}@media only screen and (max-width:1100px){.public-main{grid-template-rows:18px auto;width:400px;row-gap:28px;padding-top:56px}}@media only screen and (max-width:670px){.public-main{grid-template-rows:25px auto;width:315px;row-gap:20px;padding-top:29px}}@media only screen and (max-width:340px){.public-main{width:260px}}.public-main--navbar{position:relative;display:grid;grid-template-columns:138px auto 130px;-moz-column-gap:13px;column-gap:13px}@media only screen and (max-width:1100px){.public-main--navbar{grid-template-columns:82px auto 78px;-moz-column-gap:7px;column-gap:7px}}@media only screen and (max-width:670px){.public-main--navbar{grid-template-columns:113px auto;-moz-column-gap:9px;column-gap:9px}}.public-main--navbar-title{font-size:22px;line-height:140%;font-weight:700;letter-spacing:.02em}@media only screen and (max-width:1100px){.public-main--navbar-title{font-size:13px}}@media only screen and (max-width:670px){.public-main--navbar-title{font-size:18px}}.public-main--navbar-id{font-size:22px;line-height:140%;font-weight:400;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}@media only screen and (max-width:1100px){.public-main--navbar-id{font-size:13px;max-width:165px}}@media only screen and (max-width:670px){.public-main--navbar-id{font-size:18px;max-width:192px}}.public-main--navbar-lang{display:inline-block;color:#182341;font-size:20px;line-height:140%;font-weight:600;letter-spacing:.1em}@media only screen and (max-width:1100px){.public-main--navbar-lang{font-size:12px}}@media only screen and (max-width:670px){.public-main--navbar-lang{position:absolute;right:0;top:-49px}}.public-main--container{display:grid;grid-template-columns:repeat(4,285px);grid-auto-rows:285px;-moz-column-gap:30px;column-gap:30px;row-gap:30px}@media only screen and (max-width:1640px){.public-main--container{grid-template-columns:repeat(3,285px)}}@media only screen and (max-width:1440px){.public-main--container{grid-template-columns:repeat(2,285px)}}@media only screen and (max-width:1100px){.public-main--container{grid-template-columns:repeat(2,190px);grid-auto-rows:190px;-moz-column-gap:20px;column-gap:20px;row-gap:20px}}@media only screen and (max-width:670px){.public-main--container{grid-template-columns:repeat(2,148px);grid-auto-rows:148px;-moz-column-gap:19px;column-gap:19px;row-gap:19px}}@media only screen and (max-width:340px){.public-main--container{grid-template-columns:repeat(2,122px);grid-auto-rows:122px;-moz-column-gap:16px;column-gap:16px;row-gap:16px}}.public-main--container-img{display:flex;align-items:center;justify-content:center;width:100%;height:285px;background:#fff;border:1px solid #413e3e;cursor:pointer;z-index:1;-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}@media only screen and (max-width:1100px){.public-main--container-img{height:190px}}@media only screen and (max-width:670px){.public-main--container-img{height:148px;z-index:2}}@media only screen and (max-width:340px){.public-main--container-img{height:122px}}.public-main--container-img:first-child{display:none}@media only screen and (max-width:670px){.public-main--container-img:first-child{display:flex}}.public-main--container-img img{-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none;max-width:100%;height:auto;max-height:100%}.public-main--container-mobile{display:none;position:fixed;bottom:0;left:50%;background:none;width:100%;height:116px;transform:translateX(-50%);margin:0 auto;z-index:2}@media only screen and (max-width:670px){.public-main--container-mobile{display:flex;flex-direction:column;align-items:center}}.public-main--container-mobile--back{display:none;position:fixed;bottom:0;left:50%;background:#f5f5f5;width:100%;height:75px;transform:translateX(-50%);z-index:2}@media only screen and (max-width:670px){.public-main--container-mobile--back{display:block}}.public-main--container-mobile--back-gradient{display:none;position:fixed;bottom:73px;left:50%;background:linear-gradient(0deg,#f5f5f5 38.25%,hsla(0,0%,96%,0));width:100%;height:75px;transform:translateX(-50%);z-index:2}@media only screen and (max-width:670px){.public-main--container-mobile--back-gradient{display:block}}.public-main--container-mobile--back-mix{display:none;position:fixed;bottom:0;left:50%;background:#e9e9e9;mix-blend-mode:multiply;width:100%;height:116px;transform:translateX(-50%);z-index:2}@media only screen and (max-width:670px){.public-main--container-mobile--back-mix{display:block}}.public-main--container-mobile--buttons{display:grid;grid-template-columns:repeat(4,44px);-moz-column-gap:33px;column-gap:33px;max-width:275px;padding-top:17px;z-index:3}.public-main--container-mobile--buttons-button{display:flex;justify-content:center;align-items:center;background:#ffa900;border:none;border-radius:4px;width:44px;height:44px;cursor:pointer}.public-main--container-mobile--buttons-text{display:grid;grid-template-columns:repeat(4,44px);justify-items:center;justify-content:space-between;-moz-column-gap:33px;column-gap:33px;max-width:275px;margin-top:3px;z-index:3}.public-main--container-mobile--buttons-text-item{font-size:11px;line-height:140%;font-weight:600}.public-main--container-mobile--buttons-img{width:25px;height:25px}.public-house-img,.public-main--container-mobile--buttons-img{-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}.public-house-img{position:fixed;bottom:-107px;right:-104px;width:591px;height:592px}@media only screen and (max-width:1100px){.public-house-img{bottom:-52px;right:-108px;width:336px;height:336px}}@media only screen and (max-width:670px){.public-house-img{bottom:-66px;right:-118px}}.widget-modal{position:fixed;top:0;left:0;width:100%;height:100%;padding:10px;z-index:5;opacity:0;pointer-events:none}.widget-modal.is-visible{display:block;animation:fadeIn .3s ease-in-out;animation-fill-mode:forwards;pointer-events:auto}.widget-modal.is-hidden{animation:fadeOut .3s ease-in-out;pointer-events:none}.widget-modal-body{position:relative;top:50%;left:calc(50% + 190px);display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:1140px;height:523px;padding:50px 45px 49px 50px;background:hsla(0,0%,100%,.95);box-shadow:0 4px 20px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:10px;transform:translate(-50%,-50%)}@media only screen and (max-width:1640px){.widget-modal-body{left:50%;max-width:100%}}@media only screen and (max-width:1100px){.widget-modal-body{width:670px;height:553px;padding:22px 30px 38px 30px}}@media only screen and (max-width:670px){.widget-modal-body{width:315px;height:646px;max-height:100%;padding:23px 16px 32px 22px}}.widget-modal-body--content{display:flex;justify-content:space-between;width:100%}@media only screen and (max-width:1100px){.widget-modal-body--content{flex-direction:column}}.widget-modal-body--content-frame{display:block;width:662px;height:305px}@media only screen and (max-width:1100px){.widget-modal-body--content-frame{position:absolute;top:75px;width:610px;height:282px}}@media only screen and (max-width:670px){.widget-modal-body--content-frame{top:72px;width:273px;height:285px;left:50%;transform:translateX(-50%)}}.widget-modal-body--content-frame iframe{width:662px;height:305px;box-shadow:16.2938px 16.2938px 48.8813px hsla(0,0%,58%,.25);border-radius:5px}@media only screen and (max-width:1100px){.widget-modal-body--content-frame iframe{width:610px;height:282px}}@media only screen and (max-width:670px){.widget-modal-body--content-frame iframe{width:273px;height:528px;box-shadow:3.02583px 3.02583px 37.8229px hsla(0,0%,58%,.4)}}.widget-modal-body--content-description{max-width:316px}@media only screen and (max-width:1100px){.widget-modal-body--content-description{max-width:100%}}.widget-modal-body--content-description--title{font-size:32px;line-height:39px;font-weight:900;color:#413e3e;margin-top:-5px;margin-bottom:46px}@media only screen and (max-width:1100px){.widget-modal-body--content-description--title{font-size:24px;line-height:29px;margin-bottom:342px}}@media only screen and (max-width:670px){.widget-modal-body--content-description--title{margin-bottom:440px}}.widget-modal-body--content-description--code{font-size:22px;line-height:140%;font-weight:400;color:#141414;overflow-wrap:break-word}@media only screen and (max-width:1100px){.widget-modal-body--content-description--code{font-size:13px;letter-spacing:-.03em}}@media only screen and (max-width:670px){.widget-modal-body--content-description--code{font-size:12px}}.widget-modal-body--button{background:#ffa900;width:284px;padding:20px 50px;border:none;border-radius:10px;cursor:pointer;z-index:1}@media only screen and (max-width:1100px){.widget-modal-body--button{width:190px;padding:14px 45px;border-radius:7px}}.widget-modal-body--button-text{text-align:center;font-size:24px;line-height:29px;font-weight:600;color:#413e3e}@media only screen and (max-width:1100px){.widget-modal-body--button-text{font-size:16px;line-height:19px;letter-spacing:-.03em}}.widget-modal-body--close{position:absolute;top:20px;right:20px;width:32px;height:32px;cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}@media only screen and (max-width:670px){.widget-modal-body--close{width:20px;height:20px}}.widget-modal-body--house{-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}@media only screen and (max-width:1100px){.widget-modal-body--house{display:none}}.widget-modal-body--house-block{position:absolute;bottom:0;right:0;width:230px;height:387px;overflow:hidden}@media only screen and (max-width:1100px){.widget-modal-body--house-block{width:127px;height:216px}}.widget-modal-body--house-tablet{display:none}@media only screen and (max-width:1100px){.widget-modal-body--house-tablet{display:block}}.success-modal{display:none;position:fixed;top:0;left:0;width:100%;height:100%;padding:10px;z-index:5}.success-modal.is-visible{display:block;animation:fadeIn .3s ease-in-out;animation-fill-mode:forwards}.success-modal.is-hidden{animation:fadeOut .3s ease-in-out}.success-modal-body{position:relative;top:50%;left:calc(50% + 190px);display:flex;flex-direction:column;align-items:center;justify-content:space-between;width:469px;height:397px;padding:100px 38px 78px 38px;background:hsla(0,0%,100%,.95);box-shadow:0 4px 20px rgba(0,0,0,.25);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);border-radius:10px;transform:translate(-50%,-50%)}@media only screen and (max-width:1640px){.success-modal-body{left:50%;max-width:100%}}@media only screen and (max-width:1100px){.success-modal-body{width:388px;height:295px;padding:75px 68px 63px 68px}}@media only screen and (max-width:670px){.success-modal-body{width:315px;height:257px;max-height:100%;padding:70px 48px 50px 48px}}.success-modal-body--text{font-size:36px;line-height:44px;color:#413e3e;font-weight:900;margin-left:28px}@media only screen and (max-width:1100px){.success-modal-body--text{font-size:28px;line-height:34px;margin-left:0}}@media only screen and (max-width:670px){.success-modal-body--text{font-size:24px;line-height:29px}}.success-modal-body--button{background:#ffa900;font-size:24px;line-height:28px;font-weight:600;color:#413e3e;width:284px;padding:20px 50px;border:none;border-radius:10px;cursor:pointer;z-index:1}@media only screen and (max-width:1100px){.success-modal-body--button{font-size:16px;line-height:19px;letter-spacing:-.03em;width:190px;padding:13px 84px;border-radius:6px}}.success-modal-body--close{position:absolute;top:20px;right:20px;width:32px;height:32px;cursor:pointer}.success-modal-body--close,.success-modal-body--house{-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}@media only screen and (max-width:1100px){.success-modal-body--house{display:none}}.success-modal-body--house-block{position:absolute;bottom:0;right:0;width:230px;height:387px;overflow:hidden}@media only screen and (max-width:1100px){.success-modal-body--house-block{width:139px;height:222px}}.success-modal-body--house-tablet{display:none}@media only screen and (max-width:1100px){.success-modal-body--house-tablet{display:block}}.plan-modal{position:fixed;top:0;left:0;background:hsla(0,0%,85%,.4);width:100%;height:100%;padding:20px;z-index:5}@media only screen and (max-width:670px){.plan-modal{background:#fff;padding:20px 15px 46px 15px}}.plan-modal.is-visible{display:block;animation:fadeIn .3s ease-in-out;animation-fill-mode:forwards}.plan-modal.is-hidden{animation:fadeOut .3s ease-in-out}.plan-modal-body{position:relative;top:50%;left:50%;display:flex;flex-direction:column;align-items:center;justify-content:space-between;background:none;width:700px;height:835px;max-height:100%;transform:translate(-50%,-50%)}@media only screen and (max-width:1100px){.plan-modal-body{width:525px;height:687px}}@media only screen and (max-width:670px){.plan-modal-body{width:100%;height:100%}}.plan-modal-body--plan{-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none;position:relative;display:flex;background:#fff;width:700px;height:700px;border:20px solid #fff;overflow:hidden}@media only screen and (max-height:780px) and (min-width:1101px){.plan-modal-body--plan{width:525px;height:525px}}@media only screen and (max-width:1100px){.plan-modal-body--plan{width:525px;height:525px}}@media only screen and (max-width:670px){.plan-modal-body--plan{border:none;width:100%;max-height:calc(100% - 87px);height:calc(100% - 87px)}}.plan-modal-body--plan--close{position:absolute;top:0;right:0;width:50px;height:50px;cursor:pointer;-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}@media only screen and (max-width:1100px){.plan-modal-body--plan--close{width:32px;height:32px}}@media only screen and (max-width:670px){.plan-modal-body--plan--close{top:0;right:7px}}.plan-modal-body--plan--img{-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none;width:100%;height:100%;position:relative;top:50%;left:50%}.plan-modal-body--buttons{position:relative;display:flex;flex-wrap:nowrap;justify-content:space-between;align-items:center;width:452px;max-width:100%;height:76px;padding:9px}@media only screen and (max-width:1100px){.plan-modal-body--buttons{width:339px;height:57px;padding:7px}}.plan-modal-body--buttons-blur{position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(50,50,50,.3);-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);border-radius:40px}@media only screen and (max-width:1100px){.plan-modal-body--buttons-blur{border-radius:30px}}.plan-modal-body--buttons-button{display:flex;align-items:center;justify-content:center;background:#fff;width:57px;height:57px;border:none;border-radius:50%;cursor:pointer;z-index:1}@media only screen and (max-width:1100px){.plan-modal-body--buttons-button{width:43px;height:43px}}.plan-modal-body--buttons-button-img{-moz-user-select:none;user-select:none;-webkit-user-select:none;user-drag:none;-webkit-user-drag:none}@media only screen and (max-width:1100px){.plan-modal-body--buttons-button-img{width:24px;height:24px}}.plan-modal .hidden-img{display:block;position:absolute;top:0;left:0;max-width:100%;max-height:100%;z-index:-100}.isWhiteBg{background-color:#fff!important}.swiper-nav{transition:transform .3s ease-in}.swiper-nav:active{box-shadow:none}.swiper-nav:hover{transform:translateY(-50%) translateY(-10px) scale(1.2)}.swiper-nav:before{display:none}