.openChat{background-color:#f76042;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:6px 32px 6px 12px;border-radius:10px 20px 0 0;cursor:pointer;width:140px;position:fixed;bottom:0;right:12px;z-index:999}.openChat .openChat__close{width:24px;height:24px;background-color:#845d56;position:absolute;top:0;right:0;border-radius:0 20px}.openChat .openChat__icon{width:20px;height:20px;fill:#fff;margin-right:12px}.openChat .openChat__text{font-size:16px;color:#fff}@media only screen and (max-width:992px){.openChat{width:50px;height:50px;padding:0;bottom:12px;border-radius:50%;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}.openChat .openChat__icon{margin-right:0}.openChat .openChat__close,.openChat .openChat__text{display:none}}.supportChat{display:inline-block;width:335px;overflow:hidden;position:fixed;bottom:0;right:22px;z-index:9999;-webkit-box-shadow:2px 0 17px -2px rgba(0,0,0,.75);box-shadow:2px 0 17px -2px #000000bf;border-radius:12px}.supportChat_mobile{position:fixed;top:0;bottom:0;left:0;right:0;width:auto;background-color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;border-radius:0}.supportChat_mobile .supportChat__body{width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1}.supportChat_mobile .supportChat__header{border-radius:0;-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.supportChat_mobile .supportChat__insertMessage{-webkit-box-flex:0;-ms-flex-positive:0;flex-grow:0}.supportChat_mobile .supportChat__close{border-radius:0 0 0 48px;width:48px;height:48px}.supportChat_mobile .supportChat__closeIcon{margin-left:9px;margin-bottom:9px}.supportChat__header{background-color:#f76042;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:100%;padding:20px 32px 20px 12px;border-radius:10px 10px 0 0}.supportChat__backArrow{width:20px;height:20px;margin-bottom:3px;fill:#fff;cursor:pointer}.supportChat__close{background-color:#845d56;position:absolute;top:0;right:0;cursor:pointer;width:42px;height:42px;border-radius:0 10px 0 42px;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}.supportChat__closeIcon{width:18px;height:18px;fill:#fff;stroke:#fff;stroke-width:22px;display:block;margin-left:6px;margin-bottom:7px}.supportChat__headerText{font-size:16px;font-size:1.6rem;color:#fff;cursor:pointer;padding-left:12px}.supportChat__body{height:450px;width:350px;background-color:#fff;padding:20px;overflow:auto;display:block;overflow-y:scroll}.supportChat__message{max-width:90%;margin-bottom:12px;background-color:#f1f0f0;font-size:16px;font-size:1.6rem;line-height:1.2;padding:12px;border-radius:12px}.supportChat__message>p{margin-bottom:0}.supportChat__message_question{background-color:transparent;border:2px solid #3bc546;color:#3bc546;border-radius:35px;padding:8px 24px;-webkit-transition:.3s;transition:.3s;cursor:pointer}.supportChat__message_question:hover{background-color:#f0feed}.supportChat__message_client{color:#fff;border-radius:35px;padding:8px 24px;background-color:#3bc546;word-break:break-word}.supportChat__messageAlign{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;position:relative}.supportChat__messageAlign .supportChat__error{bottom:-1px;top:auto}.supportChat__messageAlign_right{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.supportChat__insertMessage{border-top:2px solid #f1f0f0;background-color:#fff;padding:0 20px;position:relative;display:block}.supportChat__messageInput{width:calc(100% + 35px);padding:10px 70px 10px 0;font-size:16px;font-size:1.6rem;border:none;resize:none;overflow:auto;background-color:#fff}.supportChat__messageInput:focus{outline:none}.supportChat__sendBtn{width:40px;height:40px;background-color:#3bc546;border-radius:50%;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;position:absolute;top:8px;right:8px;cursor:pointer;-webkit-transition:.3s;transition:.3s}.supportChat__sendBtn:hover{background-color:#33ae3d}.supportChat__sendBtn_inactive{background-color:#c8ccd2;cursor:not-allowed}.supportChat__sendBtn_inactive:hover{background-color:#c8ccd2}.supportChat__sendArrow{width:16px;height:16px;fill:#fff}.supportChat__form{width:100%;border:2px solid #3bc546;padding:12px;border-radius:12px;margin-bottom:12px}.supportChat__formInput{border:none;width:100%;border-bottom:2px solid #f1f0f0;padding:8px;font-size:16px;font-size:1.6rem}.supportChat__formInput:focus{outline:none}.supportChat__submit{background-color:#3bc546;text-align:center;padding:8px 12px;margin-top:16px;width:100%;border-radius:4px;color:#fff;font-size:16px;font-size:1.6rem;cursor:pointer;-webkit-transition:.3s;transition:.3s;border:none}.supportChat__submit:hover{background-color:#33ae3d}.supportChat__typingBlock{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end}.supportChat__typingBlock>span{padding-right:6px}.supportChat__typing{height:6px;width:6px;margin:3px 2px;background-color:#9e9ea1;display:block;border-radius:50%;opacity:.4}.supportChat__typing:nth-of-type(1){-webkit-animation:1s blink infinite .3333s;animation:1s blink infinite .3333s}.supportChat__typing:nth-of-type(2){-webkit-animation:1s blink infinite .6666s;animation:1s blink infinite .6666s}.supportChat__typing:nth-of-type(3){-webkit-animation:1s blink infinite .9999s;animation:1s blink infinite .9999s}.supportChat__row{position:relative}.supportChat__error{position:absolute;color:#f76042;font-weight:600;left:0;top:-8px;font-size:13px;font-size:1.3rem}@-webkit-keyframes blink{50%{opacity:1}}@keyframes blink{50%{opacity:1}}.promoteBtn{width:100px;height:100px;border-radius:50%;position:fixed;right:24px;bottom:40px;z-index:21;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;overflow:hidden}.promoteBtn .promoteBtn_mobile{right:-12px;bottom:140px;z-index:1000}.promoteBtn .promoteBtn_mobile .promoteBtn__image{width:50px;height:50px}.promoteBtn .promoteBtn__image{width:64px;height:64px;position:relative;z-index:6;cursor:pointer;background-image:-webkit-gradient(linear,left top,left bottom,from(#ffb430),color-stop(#ffa623),color-stop(#fe9817),color-stop(#fe8a0b),to(#fd7a03));background-image:linear-gradient(to bottom,#ffb430,#ffa623,#fe9817,#fe8a0b,#fd7a03);border-radius:50%;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}.promoteBtn .promoteBtn__image img{border-radius:50%}.promoteBtn .promoteBtn__link{position:absolute;top:0;bottom:0;left:0;right:0;z-index:3}.promoteBtn .promoteBtn__animationFirst{width:110px;height:110px;top:-5px;left:-5px;position:absolute;background-color:#000;border-radius:100%;-webkit-animation:scb_bg_puls_anime 3s infinite ease-in-out;animation:scb_bg_puls_anime 3s infinite ease-in-out;-webkit-transition:all .5s;transition:all .5s;-webkit-transform-origin:50% 50%;transform-origin:50% 50%;background-color:#00000078;opacity:.75;z-index:1}.promoteBtn .promoteBtn__animationSecond{-webkit-animation:scb_bg_puls_anime 3s infinite ease-in-out;animation:scb_bg_puls_anime 3s infinite ease-in-out;-webkit-animation-delay:.4s;animation-delay:.4s}@media only screen and (max-width:992px){.promoteBtn{right:-12px;bottom:112px;z-index:1000}.promoteBtn .promoteBtn__image{width:50px;height:50px}}.promoteModal{margin:-20px;position:relative;max-height:calc(100vh - 40px);overflow:auto;-ms-overflow-style:none;scrollbar-width:none}.promoteModal::-webkit-scrollbar{display:none}@media only screen and (max-width:992px){.promoteModal{margin:-10px}}.promoteModal img{width:100%}.promoteModal .promoteModal__content{position:relative}.promoteModal .promoteModal__btn{display:inline-block;padding:16px 65px;line-height:20px;font-size:16px;color:#713015;border-radius:60px;background:#ffdc85;background:-webkit-gradient(linear,left top,left bottom,color-stop(5%,#FEFFA9),color-stop(18%,#f6e0a4),color-stop(90%,#f98b23),to(#be7635));background:linear-gradient(to bottom,#FEFFA9 5%,#f6e0a4 18%,#f98b23 90%,#be7635 100%);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffdc85",endColorstr="#be7635",GradientType=0);text-shadow:0 1px 0 #ffd237;position:absolute;min-width:280px;text-align:center;left:calc(50% - 140px);bottom:30px;font-weight:900;white-space:nowrap}@media only screen and (max-width:576px){.promoteModal .promoteModal__btn{bottom:16px}}.promoteModal .promoteModal__btn:hover{color:#713015}@-webkit-keyframes scb_bg_puls_anime{0%{-webkit-transform:rotate(0deg) scale(.4) skew(1deg);transform:rotate(0) scale(.4) skew(1deg);opacity:0}5%{-webkit-transform:rotate(0deg) scale(.5) skew(1deg);transform:rotate(0) scale(.5) skew(1deg);opacity:1}to{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);background:transparent}}@keyframes scb_bg_puls_anime{0%{-webkit-transform:rotate(0deg) scale(.4) skew(1deg);transform:rotate(0) scale(.4) skew(1deg);opacity:0}5%{-webkit-transform:rotate(0deg) scale(.5) skew(1deg);transform:rotate(0) scale(.5) skew(1deg);opacity:1}to{-webkit-transform:rotate(0deg) scale(1) skew(1deg);transform:rotate(0) scale(1) skew(1deg);background:transparent}}.backTop{width:45px;height:45px;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;-webkit-box-shadow:0 0 6px rgba(0,0,0,.2);box-shadow:0 0 6px #0003;border:2px solid #8492a6;background-color:#f9fafc;border-radius:50%;cursor:pointer;-webkit-transform:scale(0);transform:scale(0);visibility:hidden;opacity:0}.backTop_fixed{position:fixed;top:20px}.backTop__arrow{width:25px;height:25px;-webkit-transform:rotate(90deg);transform:rotate(90deg);fill:#8492a6;stroke:#8492a6;stroke-width:3px;margin-top:-4px}.wrapBackTop{position:absolute;left:0;z-index:99;width:45px;height:45px;background-color:transparent}.wrapBackTop.active{left:calc(100% + 32px)}@media screen and (max-width:1400px){.wrapBackTop.active{left:calc(100% - 60px)}}.wrapBackTop.active .backTop{top:10px;-webkit-transform:scale(1);transform:scale(1);opacity:1;visibility:visible;-webkit-animation:bounce-in .3s linear;animation:bounce-in .3s linear}.wrapBackTop.fixed .backTop{top:80px}.postcard-wrapper .wrapBackTop{display:none}.layout_withBanner .wrapBackTop.active .backTop{top:80px}@-webkit-keyframes bounce-in{0%{-webkit-transform:scale(0);transform:scale(0)}60%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes bounce-in{0%{-webkit-transform:scale(0);transform:scale(0)}60%{-webkit-transform:scale(1.2);transform:scale(1.2)}to{-webkit-transform:scale(1);transform:scale(1)}}