@-webkit-keyframes opening-overlay{0%{opacity:0;background-color:rgba(40,17,8,0)}to{opacity:1;z-index:999;background-color:rgba(40,17,8,.8)}}@keyframes opening-overlay{0%{opacity:0;background-color:rgba(40,17,8,0)}to{opacity:1;z-index:999;background-color:rgba(40,17,8,.8)}}@-webkit-keyframes opening-wrapper{0%{margin-top:100vh}90%{margin-top:-4vh}95%{margin-top:-1.5vh}to{margin-top:0}}@keyframes opening-wrapper{0%{margin-top:100vh}90%{margin-top:-4vh}95%{margin-top:-1.5vh}to{margin-top:0}}.popup-overlay{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:fixed;top:0;left:0;right:0;bottom:0;z-index:-1;opacity:0;background-color:rgba(40,17,8,0)}@media only screen and (max-width:768px){.popup-overlay{opacity:1;top:60px}}@media only screen and (min-width:768px) and (max-height:800px){.popup-overlay .popup-wrapper{overflow:auto;max-height:100vh;padding:30px 0;-webkit-box-sizing:border-box;box-sizing:border-box}}.popup-overlay.active{-webkit-animation:opening-overlay .5s forwards;animation:opening-overlay .5s forwards}.popup-overlay.active .popup-wrapper{-webkit-animation:opening-wrapper .5s forwards;animation:opening-wrapper .5s forwards;height:100vh;overflow:scroll;width:100%}@media only screen and (max-width:768px){.popup-overlay.active .popup-wrapper{z-index:3}.popup-overlay.active .popup-wrapper .popup{top:60px;bottom:0}}.popup-overlay .popup-wrapper .popup{position:relative;margin:0 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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;min-height:100vh}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup{position:fixed;top:100vh;bottom:-100vh;left:0;right:0;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:stretch;-ms-flex-pack:stretch;justify-content:stretch;background-color:#fff;-webkit-transition:top .4s ease-out;transition:top .4s ease-out}}.popup-overlay .popup-wrapper .popup .popup-header{display:-webkit-box;display:-ms-flexbox;display:flex;background-color:transparent;padding-bottom:5px;width:100%;max-width:780px;margin:0 auto}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-header{display:none}}.popup-overlay .popup-wrapper .popup .popup-header img{cursor:pointer}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-container{height:calc(100vh - 60px)}}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile{display:none}@media only screen and (max-width:768px){.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile{display:block;padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;background-color:#fff}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile .close-btn{color:#270f07;font-size:12px;font-weight:700;outline:none;border:none;background-color:transparent}.popup-overlay .popup-wrapper .popup .popup-container .popup-header-mobile .close-btn:before{content:"\2039";font-size:15px;font-weight:400;padding-left:5px}}.feedback-popup .popup-overlay.active{z-index:1001}@media only screen and (max-width:768px){.feedback-popup .popup-overlay.active{background-color:#fff}}.feedback-popup .popup .popup-container .popup-header-mobile,.feedback-popup .popup .popup-header{display:none}.text-field-control>.text-field-label{font-size:14px;line-height:23px;margin-bottom:0}@media only screen and (max-width:768px){.text-field-control>.text-field-label{margin-bottom:30px;margin-top:15px}}.text-field-control>.text-field-label.required:before{content:"*";color:#9b1536;font-size:16px;padding-left:2px}.text-field-control>.input-wrapper{margin:0}.text-field-control>.input-wrapper>.text-field-input,.text-field-control>.input-wrapper>.text-field-textarea{padding:15px;border:1px solid #ddd;outline:none}.text-field-control>.input-wrapper>.text-field-input::-webkit-input-placeholder,.text-field-control>.input-wrapper>.text-field-textarea::-webkit-input-placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}.text-field-control>.input-wrapper>.text-field-input:-ms-input-placeholder,.text-field-control>.input-wrapper>.text-field-textarea:-ms-input-placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}.text-field-control>.input-wrapper>.text-field-input::placeholder,.text-field-control>.input-wrapper>.text-field-textarea::placeholder{font-family:OpenSansHebrew;color:#999;font-size:13px}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-input,.text-field-control>.input-wrapper>.text-field-textarea{min-width:unset;margin-bottom:10px}}.text-field-control>.input-wrapper>.text-field-input{min-width:330px}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-input{height:40px;padding:0 15px 0 0;width:93%;min-width:unset}}.text-field-control>.input-wrapper>.text-field-textarea{min-width:710px;min-height:80px;resize:none}@media only screen and (max-width:768px){.text-field-control>.input-wrapper>.text-field-textarea{width:87%;min-width:unset}}.text-field-control>.validation-error{color:#9b1536;font-size:12px;margin:0}.checkbox-input{display:-webkit-box;display:-ms-flexbox;display:flex;cursor:pointer}.checkbox-input:before{content:"\2714";border:1px solid #666;font-size:14px;padding:0 3px;border-radius:2px;display:inline-block;color:transparent;margin-left:10px;-webkit-transition:all .4s ease;transition:all .4s ease;max-height:16px;height:auto}.checkbox-input.active:before{background-color:#9b1536;border-color:#9b1536;color:#fff}.checkbox-input:active:before{-webkit-transform:scale(0);transform:scale(0)}.checkbox-input input[type=checkbox]{display:none}.checkbox-input .label-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#666;font-size:14px}body[dir=ltr] .checkbox-input:before{margin-left:0;margin-right:10px}.support-btn-form .support-btn-form .form-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.support-btn-form .support-btn-form .form-box .text-field-label{font-size:16px}.support-btn-form .support-btn-form .form-box .text-field-control{margin:0 15px 0 0}.support-btn-form .support-btn-form .form-box .input-wrapper{margin:5px 0 10px}.support-btn-form .support-btn-form .form-box .text-field-input{min-width:198px;min-width:unset;min-height:40px;padding:0 20px 0 0;width:198px}.support-btn-form .support-btn-form .form-box .text-field-textarea{min-width:435px;min-height:28px;min-width:unset;min-height:unset;padding:10px 20px 0 0;width:435px;height:28px}.support-btn-form .support-btn-form .form-box .validation-error{margin:-5px 2px 5px 0}.support-btn-form .support-btn-form .button-checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-top:30px}.support-btn-form .support-btn-form .button-checkbox-group .checkbox-group{display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:5px;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.support-btn-form .support-btn-form .button-checkbox-group .checkbox-group .checkbox-box{width:100%}.support-btn-form .support-btn-form .checkbox-input{margin:0 15px 10px 0;-webkit-box-align:baseline;-ms-flex-align:baseline;align-items:baseline}.support-btn-form .support-btn-form .checkbox-input:before{font-size:14px;padding-left:2px;padding-right:2px}.support-btn-form .support-btn-form .checkbox-input .checkbox-txt,.support-btn-form .support-btn-form .checkbox-input .label-text{color:#281108;font-size:12px}.support-btn-form .support-btn-form .checkbox-input .checkbox-txt .chek-link{color:#281108;text-decoration:underline}.support-btn-form .support-btn-form .btn-box{display:-webkit-box;display:-ms-flexbox;display:flex;margin-right:15px;margin-left:56px;padding-top:15px}.support-btn-form .support-btn-form .btn-box .form-btn-send{width:103px;height:40px;background-color:#9b1536;color:#fff;font-size:14px;border:none;margin-left:15px;-webkit-transition:all .3s ease;transition:all .3s ease}.support-btn-form .support-btn-form .btn-box .form-btn-send:hover{background-color:#c71244;cursor:pointer}.support-btn-form .support-btn-form .btn-box .form-btn-send:disabled{background-color:grey}.support-btn-form .support-btn-form .btn-box .form-btn-clear{width:103px;height:40px;margin-left:15px;background-color:#f3f3f3;color:#281108;font-size:14px;border:none;-webkit-transition:all .3s ease;transition:all .3s ease}.support-btn-form .support-btn-form .btn-box .form-btn-clear:hover{background-color:#d6d2d2;cursor:pointer}.radio-wrapper .control{display:block;position:relative;cursor:pointer}.radio-wrapper .control .radio{position:absolute;z-index:-1;opacity:0}.radio-wrapper .control .radio:checked+.control__indicator{border:2px solid #9b1536}.radio-wrapper .control .radio:checked+.control__indicator:after{-webkit-transform:scale(1);transform:scale(1)}.radio-wrapper .control .radio:checked+.control__indicator+.txt-box{color:#9b1536}.radio-wrapper .control .control__indicator{content:"";position:absolute;right:0;width:16px;height:16px;background:#fff;border:2px solid #767676;border-radius:50%}.radio-wrapper .control .control__indicator:after{-webkit-transition:-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);transition:-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);transition:transform .4s cubic-bezier(.45,1.8,.5,.75);transition:transform .4s cubic-bezier(.45,1.8,.5,.75),-webkit-transform .4s cubic-bezier(.45,1.8,.5,.75);content:"";-webkit-transform:scale(0);transform:scale(0);position:absolute;top:3px;left:3px;z-index:1;width:10px;height:10px;background-color:#9b1536;border-radius:50%}.radio-wrapper .control .txt-box{color:#281108;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.radio-wrapper .control .txt-box .radio-sub-txt,.radio-wrapper .control .txt-box .radio-txt{font-size:14px;line-height:20px;padding-right:30px}body[dir=ltr] .radio-wrapper .control .control__indicator{right:inherit;left:0}body[dir=ltr] .radio-wrapper .control .txt-box .radio-txt{padding-right:0;padding-left:30px}.image-slider-wrapper{padding:25px 0;direction:ltr;position:relative}.image-slider-wrapper .arrow-prev-container{position:absolute;left:0;top:39%;z-index:2}.image-slider-wrapper .arrow-next-container{position:absolute;right:0;top:39%;z-index:2}.image-slider-wrapper .arrow-btn{background-color:#fff;border:none;-webkit-box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);box-shadow:-2px 2px 3px 0 rgba(0,0,0,.1);cursor:pointer}.image-slider-wrapper .slider-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.image-slider-wrapper .slider-item .choice-img{margin-bottom:5px;max-width:101px;max-height:150px;width:100%;height:auto}.image-slider-wrapper .slider-item .role-txt{font-size:14px;text-align:end}.image-slider-wrapper .radio-wrapper .control{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-align:center;-ms-flex-align:center;align-items:center}.image-slider-wrapper .radio-wrapper .control .control__indicator{bottom:25px;right:0;width:7px;height:7px}.image-slider-wrapper .radio-wrapper .control .control__indicator:after{top:1px;left:1px;width:5px;height:5px}.image-slider-wrapper .radio-wrapper .control .txt-box{-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%}.image-slider-wrapper .radio-wrapper .control .radio-txt{padding:0;font-weight:700;font-size:16px}.image-slider-wrapper .radio-wrapper .control .radio-sub-txt{padding:0;max-width:112px;text-align:right}.image-slider-wrapper .slick-slide .slick-track,.slick-slider .slick-list{direction:ltr}.image-slider-wrapper .radio-wrapper .control .radio-sub-txt,.image-slider-wrapper .radio-wrapper .control .radio-txt{padding-right:25px}[dir=rtl] .slick-slide{float:left}.image-slider-wrapper .slick-track{top:0;left:-155px}@-webkit-keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes rotation{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.support-btn-box{position:fixed;left:30px;bottom:30px;z-index:1000}.support-btn-box .support-btn{position:relative;color:#fff;background-color:#9b1536;font-size:18px;padding:10px 30px;outline:none;border:none;cursor:pointer}.support-btn-box .support-btn:before{position:absolute;left:20px;top:100%;border:7px solid transparent;border-top:7px solid #9b1536;content:""}@media only screen and (max-width:768px){.support-btn-box .support-btn{display:none}}.support-popup-box .support-form-box{background-color:#fff;position:relative;height:616px;padding:25px;width:777px;opacity:1;visibility:visible;-webkit-transition:opacity 1s ease;transition:opacity 1s ease}.support-popup-box .support-form-box .support-box .support-title{font-size:18px;font-weight:400;line-height:23px;max-width:560px;margin-bottom:15px;text-align:center;margin:0 auto;padding-bottom:25px;width:509px;height:48px}.support-popup-box .support-form-box .support-box .choice{direction:ltr;border-top:1px solid #ddd}.support-popup-box .support-form-box .support-box .choice .error-message{color:#9b1536;font-size:12px;margin-top:15px}.support-popup-box .support-form-box .support-box .support-form{-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid #ddd;border-bottom:1px solid #ddd;padding:16px 0}.support-popup-box .support-form-box.close{height:0;opacity:0;visibility:hidden;-webkit-transition:opacity 1s ease;transition:opacity 1s ease;padding:0}#ask-the-expert .popup-overlay .popup-wrapper .popup{position:relative;left:0;bottom:0;z-index:1000;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 0 50px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;height:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}@media only screen and (max-height:700px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:40px 0 20px}}@media only screen and (max-height:600px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:60px 0 20px}}@media only screen and (max-height:550px){#ask-the-expert .popup-overlay .popup-wrapper .popup{margin:100px 0 20px}}#ask-the-expert .popup-overlay .popup-wrapper .popup .popup-header{width:100%;max-width:827px;padding:0;margin:0 auto 10px;-webkit-box-sizing:border-box;box-sizing:border-box}#ask-the-expert .popup-overlay .popup-wrapper .popup .popup-container .support-popup-box .feedback-popup .popup-container div div{position:fixed;top:50%;right:50%}#support-form-box-close{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-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}#support-form-box-close h2{color:#281108;font-size:40px;font-weight:300;line-height:44px}#support-form-box-close p{color:#333;font-size:16px;font-weight:400;margin-bottom:21px}#support-form-box-close a{width:250px;height:40px;border:1px solid #ac113c;background-color:#9b1536;color:#fff;font-size:16px;font-weight:400;line-height:25px;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}@media only screen and (max-width:768px){.popup-overlay{display:none}}@font-face{font-family:OpenSansHebrew;src:url("/fonts/OpenSans/OpenSansHebrew-Regular.ttf")}@font-face{font-family:OpenSansHebrewBold;src:url("/fonts/OpenSans/OpenSansHebrew-Bold.ttf")}@font-face{font-family:OpenSansHebrewLight;src:url("/fonts/OpenSans/OpenSansHebrew-Light.ttf")}@media print{footer,header{display:none}}body,html{height:100%;margin:0;padding:0}html::-webkit-scrollbar{width:0}body{font-family:OpenSansHebrew,Arial;background-color:#f4f4f4}body *{font-family:inherit}body[dir=ltr] .rtl-only,body[dir=rtl] .ltr-only{display:none!important}body.oranged .oranged{color:#df782c!important;border-color:#df782c!important}body.oranged .oranged-btn{color:#df782c;border-color:#df782c;outline-color:#df782c}body.oranged .oranged-btn:hover{background-color:#df782c}body.oranged .oranged-filter-btn{background-color:#df782c!important;border-color:#df782c!important}body.oranged .oranged-technical-details li:before{color:#df782c!important}body.oranged .request-oranged-btn{border-color:#df782c!important;background-color:#df782c!important}body.oranged .request-oranged-btn:hover{background-color:#f68836!important;color:#fff!important}body.oranged .extra-action-oranged-btn{color:#df782c!important;border-color:#df782c!important;outline-color:#df782c!important}body.oranged .extra-action-oranged-btn:hover{background-color:#df782c!important;color:#fff!important}body.oranged .oranged-call-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}body.oranged .oranged-call-icon .orange-img{display:block!important}body.oranged .oranged-call-icon .red-img{display:none}body.oranged .oranged-call-icon .red-txt{color:#e2781d!important}body.oranged .oranged-checkbox:before{background-color:#df782c!important;border-color:#df782c!important}body.oranged .oranged-radio:before{background-color:#df782c!important}body.oranged .oranged-radio:checked+.radio-txt{color:#df782c!important}body.oranged .oranged-radio:checked:after{border-color:#df782c!important}body.oranged .oranged-toggle .toggle-line{background-color:rgba(223,120,44,.5)}body.oranged .oranged-toggle .toggle-line .toggle-circle{left:-3px;background-color:#df782c}body.oranged .oranged-tab{border-color:#df782c;background-color:#df782c}body.no-overflow{overflow-y:hidden}body .body-wrapper{min-height:100%;margin-top:110px}@media only screen and (max-width:768px){body .body-wrapper{margin-top:60px}}@media print{body .body-wrapper{margin-top:0}}body .width-wrapper{width:100%;max-width:1366px;padding:0 20px;margin:0 auto;-webkit-box-sizing:border-box;box-sizing:border-box}body .header-standard{margin-bottom:15px}body .header-standard .title{font-size:40px;font-weight:400;line-height:44px;margin-top:0;margin-bottom:15px}body .header-standard .subtitle{font-size:14px;font-weight:400;line-height:20px}p,ul{margin:0}ul{list-style:none;padding:0}img{vertical-align:middle}.wysiwyg{color:#281108;font-family:OpenSansHebrew,Arial!important;font-size:16px!important;font-weight:400!important;line-height:17px!important}.wysiwyg.orange ul li{line-height:20px}.wysiwyg.orange ul li:before{position:absolute;right:0;top:3px;content:" ";font-size:40px;background-image:url(/images/Manual/checkorangeicn.png);height:14px;width:17px}.wysiwyg h2{font-size:18px!important}.wysiwyg h2,.wysiwyg h3{font-family:OpenSansHebrew,Arial!important;font-weight:400!important}.wysiwyg h3{font-size:16px!important}.wysiwyg p{font-family:OpenSansHebrew,Arial!important;font-size:14px!important;font-weight:400!important;line-height:20px!important}.wysiwyg img{max-width:100%;height:auto!important}.wysiwyg strong{font-family:OpenSansHebrew,Arial!important;font-size:15px!important;font-weight:700!important;line-height:20px!important}.wysiwyg ul li{position:relative;padding-right:25px!important}.wysiwyg ul li:before{position:absolute;right:0;content:"\2022";font-size:40px;line-height:20px;color:#b0053a}#googletagmanager{display:none;visibility:hidden}#backToTop{background:url(/images/top-arrow.png);visibility:hidden;position:fixed;bottom:20px;right:20px;width:50px;height:50px;z-index:3;background-color:#24140d;border-radius:47px;cursor:pointer;-webkit-transition:all .3s;transition:all .3s}.INDDesktop #INDmenu-btn{top:115px!important}#INDmenu-btn{background:url(/images/accessability_icon.png)!important;height:50px!important;width:40px!important;right:0!important;padding:0!important;margin:0!important}#INDmenu-btn svg{display:none}body[dir=ltr] #INDmenu-btn{display:none!important}body[dir=ltr] .logo-img-orange{display:none;width:100%;height:100%}@media only screen and (max-width:768px){body[dir=ltr] .logo-img-orange{width:25%}}body[dir=ltr].oranged .header .header-mobile .logo,body[dir=ltr].oranged .logo-img{display:none}body[dir=ltr].oranged .header .header-desktop .logo .logo-img-orange,body[dir=ltr].oranged .logo-img-orange{display:block}body[dir=ltr] .wysiwyg ul li{padding-right:0!important;padding-left:25px!important}body[dir=ltr] .wysiwyg ul li:before{right:inherit;left:0}.list .branch-item{display:none}.list.active .branch-item,.list .branch-item:first-child,.list .branch-item:nth-child(2){display:block}.branch-list{margin-bottom:45px}.branch-list:last-child{margin-bottom:0}.branch-list li{display:none}.branch-list.active li,.branch-list li:first-child,.branch-list li:nth-child(2){display:block}.read_more_block{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin-bottom:15px;margin-right:15px}@media only screen and (max-width:768px){.read_more_block{margin-bottom:0;margin-right:0;margin-top:10px;padding-bottom:10px;padding-right:10px;border-bottom:1px solid rgba(40,17,8,.08)}}.read_more_block .read_more{color:#9f233b;font-size:14px;font-weight:400;line-height:20px}@media only screen and (max-width:768px){.read_more_block .read_more{font-size:13px;line-height:27px}}.read_more_block .read_more:hover{cursor:pointer}@media only screen and (max-width:768px){.read_more_block .read_more:before{content:"+";color:#9f233b;font-size:14px;font-weight:700;margin-left:5px}}.read_more_block .read_more.active{display:none}.read_more_block .zone{color:#281108;font-size:14px;font-weight:700;line-height:20px;margin-left:10px}@media only screen and (max-width:768px){.read_more_block .zone{margin-left:0;font-size:13px;font-weight:400;line-height:27px}}@media only screen and (max-width:768px){.read_more_block .zone span{color:#9f233b;font-weight:700}}@media only screen and (max-width:768px){.read_more_block.active{display:none}}.map-view .orange-img{display:none}.map-view.orange .orange-img{display:block}.map-view.orange .red-img{display:none}.branch-wrapper{font-size:13px;min-height:70vh;background-color:#f8f8f8}@media only screen and (max-width:768px){.branch-wrapper{background-color:#fff}}@media only screen and (max-width:768px){.branch-wrapper .width-wrapper{padding:0}}.branch-wrapper a{cursor:pointer}.branch-wrapper .content{padding-bottom:25px}.branch-wrapper .filled{background-color:#fff;border:1px solid #eee}.branch-wrapper .options-panel{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:10px 10px 10px 30px;margin-bottom:30px}.branch-wrapper .options-panel .type-selection>:not(:last-child){margin-left:1em}.branch-wrapper .options-panel .type-selection .type{font-size:14px;line-height:2}.branch-wrapper .options-panel .type-selection .type:hover{font-weight:700}.branch-wrapper .options-panel .type-selection .type.active{font-weight:700;color:#9e0e34;border-bottom:3px solid currentColor}.branch-wrapper .options-panel .view-selection{display:-webkit-box;display:-ms-flexbox;display:flex}.branch-wrapper .options-panel .view-selection .img-box{width:40px;height:40px;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;border:.5px solid #281108;-webkit-box-sizing:border-box;box-sizing:border-box}.branch-wrapper ul.branch-list>li:not(:last-child){margin-bottom:15px}.branch-wrapper ul.branch-list>li .collapse-body,.branch-wrapper ul.branch-list>li .collapse-header{display:-webkit-box;display:-ms-flexbox;display:flex;padding:20px;padding-right:0;overflow:hidden}.branch-wrapper ul.branch-list>li .collapse-body{max-height:300px;-webkit-transition:padding .3s cubic-bezier(.175,.885,.32,1.275) 0s,max-height .3s cubic-bezier(.175,.885,.32,1.275) 0s,width .3s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) 0s;transition:padding .3s cubic-bezier(.175,.885,.32,1.275) 0s,max-height .3s cubic-bezier(.175,.885,.32,1.275) 0s,width .3s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform .3s cubic-bezier(.175,.885,.32,1.275) 0s,padding .3s cubic-bezier(.175,.885,.32,1.275) 0s,max-height .3s cubic-bezier(.175,.885,.32,1.275) 0s,width .3s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform .3s cubic-bezier(.175,.885,.32,1.275) 0s,padding .3s cubic-bezier(.175,.885,.32,1.275) 0s,max-height .3s cubic-bezier(.175,.885,.32,1.275) 0s,width .3s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) 0s}.branch-wrapper ul.branch-list>li .collapse-body .col:first-child{padding-right:35px}.branch-wrapper ul.branch-list>li .collapse-toggle{-ms-flex-preferred-size:50px;flex-basis:50px;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}.branch-wrapper ul.branch-list>li .collapse-toggle button{-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;outline:none;cursor:pointer;background-color:transparent;width:35px;height:35px;border-radius:50%;-webkit-transition:background-color .3s cubic-bezier(.165,.84,.44,1);transition:background-color .3s cubic-bezier(.165,.84,.44,1)}.branch-wrapper ul.branch-list>li .collapse-toggle button:hover{background-color:#eee}.branch-wrapper ul.branch-list>li .collapse-toggle img{-webkit-transition:padding .3s cubic-bezier(.175,.885,.32,1.275) 0s,max-height .3s cubic-bezier(.175,.885,.32,1.275) 0s,width .3s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) 0s;transition:padding .3s cubic-bezier(.175,.885,.32,1.275) 0s,max-height .3s cubic-bezier(.175,.885,.32,1.275) 0s,width .3s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform .3s cubic-bezier(.175,.885,.32,1.275) 0s,padding .3s cubic-bezier(.175,.885,.32,1.275) 0s,max-height .3s cubic-bezier(.175,.885,.32,1.275) 0s,width .3s cubic-bezier(.175,.885,.32,1.275) 0s;transition:transform .3s cubic-bezier(.175,.885,.32,1.275) 0s,padding .3s cubic-bezier(.175,.885,.32,1.275) 0s,max-height .3s cubic-bezier(.175,.885,.32,1.275) 0s,width .3s cubic-bezier(.175,.885,.32,1.275) 0s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) 0s}.branch-wrapper ul.branch-list>li.collapsed .collapse-body{max-height:0;overflow:hidden;padding-top:0;padding-bottom:0}.branch-wrapper ul.branch-list>li:not(.collapsed) .collapse-header .collapse-toggle img{-webkit-transform:rotate(-90deg);transform:rotate(-90deg)}.branch-wrapper .col:not(:last-child){-ms-flex-preferred-size:40%;flex-basis:40%}.branch-wrapper .col:last-child{-ms-flex-preferred-size:20%;flex-basis:20%}.branch-wrapper .col .info-group>*,.branch-wrapper .col>*{margin-bottom:5px}.branch-wrapper .col .margined{margin-left:20px}.branch-wrapper .col .opened{color:#417505}.branch-wrapper .col .alert{color:#9e0e34}.branch-wrapper .col.expand-text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.branch-wrapper .col.expand-text-container .expand-text{cursor:pointer;color:#9e0e34}.branch-wrapper .col.location-view-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.branch-wrapper .col.location-view-container .location-view-text{color:#9e0e34;cursor:pointer}.branch-wrapper .col.location-view-container img{cursor:pointer;padding-left:10px}.branch-wrapper .col .opening-hours{max-width:80%}.branch-wrapper .col>label,.branch-wrapper .info-group>label,.branch-wrapper .std-label{font-size:14px;font-weight:400;display:block;margin-bottom:7px}.branch-wrapper .emphasis{font-size:14px;font-weight:700;padding:0 5px}.branch-wrapper .address{margin-top:5px}.branch-wrapper .group{margin-bottom:15px}.branch-wrapper .group .emphasis{font-weight:700;font-size:14px}.branch-wrapper ul.service-list{list-style-type:disc;padding-right:1em}.branch-wrapper ul.service-list>li:not(:last-child){margin-bottom:3px}@media only screen and (max-width:768px){.branch-wrapper ul.service-list{padding-right:1.3em}}.branch-wrapper .contacts address{font-style:normal;white-space:nowrap}.branch-wrapper .contacts address>label{margin-left:.2em}.branch-wrapper .contacts address:not(:last-child){margin-bottom:.5em}.branch-wrapper .contacts address:not(:last-child):after{text-transform:uppercase;margin-right:1em}.branch-wrapper .contacts a{color:#000;text-decoration:none}.branch-wrapper .contacts a:hover{font-weight:700}.branch-wrapper .search-wrapper{-ms-flex-preferred-size:240px;flex-basis:240px;text-align:left}.branch-wrapper .search{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.branch-wrapper .search input{border:none;outline:none;border-bottom:4px solid #e1e1e1;-webkit-transition:padding .3s cubic-bezier(.175,.885,.32,1.275) .2s,max-height .3s cubic-bezier(.175,.885,.32,1.275) .2s,width .3s cubic-bezier(.175,.885,.32,1.275) .2s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) .2s;transition:padding .3s cubic-bezier(.175,.885,.32,1.275) .2s,max-height .3s cubic-bezier(.175,.885,.32,1.275) .2s,width .3s cubic-bezier(.175,.885,.32,1.275) .2s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) .2s;transition:transform .3s cubic-bezier(.175,.885,.32,1.275) .2s,padding .3s cubic-bezier(.175,.885,.32,1.275) .2s,max-height .3s cubic-bezier(.175,.885,.32,1.275) .2s,width .3s cubic-bezier(.175,.885,.32,1.275) .2s;transition:transform .3s cubic-bezier(.175,.885,.32,1.275) .2s,padding .3s cubic-bezier(.175,.885,.32,1.275) .2s,max-height .3s cubic-bezier(.175,.885,.32,1.275) .2s,width .3s cubic-bezier(.175,.885,.32,1.275) .2s,-webkit-transform .3s cubic-bezier(.175,.885,.32,1.275) .2s;width:200px;padding-right:25px;padding-bottom:3px}.branch-wrapper .search input::-webkit-input-placeholder{color:#aaa}.branch-wrapper .search input:-ms-input-placeholder{color:#aaa}.branch-wrapper .search input::placeholder{color:#aaa}.branch-wrapper .search img{-webkit-transition:margin .3s cubic-bezier(.175,.885,.32,1.275) .2s;transition:margin .3s cubic-bezier(.175,.885,.32,1.275) .2s;pointer-events:none;margin-right:10px;margin-left:-20px}.branch-wrapper .search .img-icon{margin:0 10px}.branch-wrapper .search-box-mobile{-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:top;transform-origin:top;-webkit-transition:max-height .4s ease-out,-webkit-transform .4s ease-out;transition:max-height .4s ease-out,-webkit-transform .4s ease-out;transition:transform .4s ease-out,max-height .4s ease-out;transition:transform .4s ease-out,max-height .4s ease-out,-webkit-transform .4s ease-out;max-height:0;overflow:hidden}.branch-wrapper .search-box-mobile.expanded{-webkit-transform:scaleY(1);transform:scaleY(1);max-height:35px;overflow:visible}.branch-wrapper .search-box-mobile.expanded .search-box-overlay{background-color:rgba(0,0,0,.5);height:100vh;width:100%;z-index:6}.branch-wrapper .search-box-mobile input{border:none;border-bottom:1px solid rgba(40,17,8,.08)}.branch-wrapper .search-box-mobile input:focus{outline:none}.branch-wrapper .search-box-mobile .img-icon{padding-left:5px}.branch-wrapper .stretch{width:100%}.branch-wrapper .marker-tooltip{background-color:#fff;font-size:13px;width:300px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-transform:translateX(45%);transform:translateX(45%);position:relative;margin-top:10px;z-index:100}.branch-wrapper .marker-tooltip .emphasis{font-size:1.1em}.branch-wrapper .marker-tooltip>.info-group{padding:10px 25px}.branch-wrapper .marker-tooltip>.info-group>*{margin-bottom:3px}.branch-wrapper .marker-tooltip>.info-group:not(:last-child){border-bottom:1px solid #eee}.branch-wrapper .marker-tooltip:after{content:"";position:absolute;top:-20px;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);border:solid transparent;border-bottom-color:#fff;border-width:10px;margin-left:-6px}@media (max-width:768px){.branch-wrapper{padding:0}.branch-wrapper .branch-list-mobile .summary{border-bottom:1px solid rgba(40,17,8,.08)}.branch-wrapper .navigation-panel{height:40px;border:1px solid rgba(40,17,8,.08)}.branch-wrapper .branch-item{cursor:pointer;border-bottom:1px solid rgba(40,17,8,.08)}.branch-wrapper .branch-item .std-label{display:inline-block}.branch-wrapper .type-selection{padding:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;border-bottom:1px solid rgba(40,17,8,.08)}.branch-wrapper .type-selection>*{padding-bottom:3px}.branch-wrapper .type-selection>:not(:last-child){margin-left:30px}.branch-wrapper .type-selection>.active{font-weight:700;border-bottom:2px solid #9e0e34}.branch-wrapper .navigation-panel{display:-webkit-box;display:-ms-flexbox;display:flex}.branch-wrapper .navigation-panel>button{height:100%;width:40px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:1px solid rgba(40,17,8,.08);cursor:pointer;background-color:transparent;outline:none}.branch-wrapper .navigation-panel>button.active{border-bottom:2px solid #9e0e34}.branch-wrapper .pull-left{margin-right:auto}.branch-wrapper .std-padding{padding:8px 10px}.branch-wrapper .branch-detail-overlay-box{height:100%;width:100%;position:fixed;top:0;bottom:0;left:0;background-color:rgba(0,0,0,.5);right:0;z-index:3}.branch-wrapper .branch-detail-overlay{position:fixed;background:#fff;overflow:hidden;bottom:0;width:100%;padding:0}.branch-wrapper .branch-detail-overlay>*{padding:15px 25px}.branch-wrapper .branch-detail-overlay>:not(:last-child){border-bottom:1px solid #eee}.branch-wrapper .branch-detail-overlay .close-image{border-bottom:none;padding:20px 26px 0 0}.branch-wrapper .branch-detail-overlay .main-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.branch-wrapper .branch-detail-overlay .options{height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.branch-wrapper .branch-detail-overlay .options .option{width:30px;height:30px;display:inline-block}.branch-wrapper .branch-detail-overlay .options .option:not(:last-child){margin-left:10px}.branch-wrapper .branch-detail-overlay .options .option>img{-o-object-fit:contain;object-fit:contain;width:100%}}@media (max-width:768px){.branch-wrapper .breadcrumbs,.hidden-xs{display:none}}body[dir=ltr] .branch-wrapper .options-panel .view-selection{-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse}body[dir=ltr] .branch-wrapper .options-panel .type-selection>:not(:last-child){margin-left:0;margin-right:1em}body[dir=ltr] .branch-wrapper .options-panel .type-selection .type{color:#281108}body[dir=ltr] .branch-wrapper .options-panel .type-selection .type.orange{color:#e2781d}body[dir=ltr] .branch-wrapper .search{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}body[dir=ltr] .branch-wrapper .search input{padding-right:0;width:225px}body[dir=ltr] .branch-wrapper .search input::-webkit-input-placeholder{font-size:12px}body[dir=ltr] .branch-wrapper .search input::-moz-placeholder{font-size:12px}body[dir=ltr] .branch-wrapper .search input:-ms-input-placeholder{font-size:12px}body[dir=ltr] .branch-wrapper .search input:-moz-placeholder{font-size:12px}@media (max-width:768px){body[dir=ltr] .branch-wrapper .navigation-panel>button.active{border-bottom:2px solid #281108}body[dir=ltr] .branch-wrapper .type-selection{-webkit-box-align:center;-ms-flex-align:center;align-items:center}body[dir=ltr] .branch-wrapper .type-selection>:not(:last-child){margin-left:0;margin-right:10px}body[dir=ltr] .branch-wrapper .type-selection .type.orange{color:#e2781d;border-color:#e2781d}}body[dir=ltr] .branch-wrapper .search-box-mobile input{padding:10px 0 10px 15px!important}body[dir=ltr] .branch-wrapper .search-box-mobile .img-icon{padding-left:0;padding-right:5px}body[dir=ltr] .branch-wrapper .col .emphasis.orange{color:#e2781d}body[dir=ltr] .branch-wrapper .col .margined{margin-left:0;margin-right:20px}body[dir=ltr] .branch-wrapper .col.location-view-container img{padding-left:0;padding-right:10px}body[dir=ltr] .branch-wrapper ul .branch-list>li .collapse-body .col:first-child{padding-right:0;padding-left:35px}@media (max-width:768px){body[dir=ltr] .branch-wrapper .branch-detail-overlay .close-image{padding:20px 0 0 26px}body[dir=ltr] .branch-wrapper .branch-detail-overlay .options .option:not(:last-child){margin-left:0;margin-right:10px}}body[dir=ltr] .branch-wrapper ul.branch-list>li .collapse-toggle{-webkit-transform:rotate(180deg);transform:rotate(180deg)}body[dir=ltr] .branch-wrapper ul.branch-list>li:not(.collapsed) .collapse-header .collapse-toggle img{-webkit-transform:rotate(90deg);transform:rotate(90deg)}body[dir=ltr] .branch-wrapper ul.branch-list>li .collapse-body .col:first-child{padding-right:0;padding-left:35px}body[dir=ltr] .branch-wrapper ul.branch-list>li .collapse-body .col--padding{padding-left:65px}@media (max-width:768px){body[dir=ltr] .branch-wrapper .type-selection>.active{border-bottom:2px solid #000}}body[dir=ltr] .branch-wrapper ul.branch-list>li .collapse-body,body[dir=ltr] .branch-wrapper ul.branch-list>li .collapse-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center}body[dir=ltr] .branch-wrapper .col .info-group>*,body[dir=ltr] .branch-wrapper .col>*{margin-bottom:0}@media (max-width:768px){body[dir=ltr] .branch-wrapper .col .info-group>*,body[dir=ltr] .branch-wrapper .col>*{margin-bottom:7px}}body[dir=ltr] .branch-wrapper .col.col--width{-ms-flex-preferred-size:20%;flex-basis:20%}body[dir=ltr] .branch-wrapper .col:last-child{-ms-flex-preferred-size:30%;flex-basis:30%}body[dir=ltr] .branch-wrapper .col.expand-text-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:30%}body[dir=ltr] .branch-wrapper .col.expand-text-container .expand-text{cursor:pointer;color:#9e0e34}body[dir=ltr] .branch-wrapper .col.expand-text-container a{text-decoration:none}body[dir=ltr] .branch-wrapper .col.expand-text-container .expand-text-line{color:rgba(40,17,8,.08);margin:0 20px;font-size:20px}body[dir=ltr] .branch-wrapper .col.expand-text-container.orange .expand-text{color:#e2781d}body[dir=ltr] .branch-wrapper .col.location-view-container .img-orange{display:none}body[dir=ltr] .branch-wrapper .col.location-view-container.orange .location-view-text{color:#e2781d}body[dir=ltr] .branch-wrapper .col.location-view-container.orange .img-red{display:none}body[dir=ltr] .branch-wrapper .col.location-view-container.orange .img-orange{display:block}body[dir=ltr] .branch-wrapper .marker-tooltip>.contact-box{padding:22px}body[dir=ltr] .branch-wrapper .marker-tooltip>.contact-box .contact-btn{border:1px solid #9f233b;color:#9f233b;font-size:16px;font-weight:400;line-height:19px;text-decoration:none;padding:8px 85px;-webkit-transition:all .3s ease;transition:all .3s ease}body[dir=ltr] .branch-wrapper .marker-tooltip>.contact-box .contact-btn:hover{background-color:#b0053a;color:#fff}body[dir=ltr] .branch-wrapper .marker-tooltip>.contact-box .contact-btn.orange{color:#e2781d;border:1px solid #e2781d}body[dir=ltr] .branch-wrapper .marker-tooltip>.contact-box .contact-btn.orange:hover{background-color:#e2781d;color:#fff}body[dir=ltr] .branch-wrapper .marker-tooltip .emphasis.orange{color:#e2781d}body[dir=ltr] .branch-wrapper .branch-detail-overlay .contact-box{padding:10px}body[dir=ltr] .branch-wrapper .branch-detail-overlay .contact-box .contact-btn{border:1px solid #9f233b;color:#9f233b;font-size:16px;font-weight:400;line-height:19px;text-decoration:none;padding:8px 80px;-webkit-transition:all .3s ease;transition:all .3s ease}body[dir=ltr] .branch-wrapper .branch-detail-overlay .contact-box .contact-btn:hover{background-color:#b0053a;color:#fff}body[dir=ltr] .branch-wrapper .branch-detail-overlay .contact-box .contact-btn.orange{color:#e2781d;border:1px solid #e2781d}body[dir=ltr] .branch-wrapper .branch-detail-overlay .contact-box .contact-btn.orange:hover{background-color:#e2781d;color:#fff}body[dir=ltr] .details-view .branch-details{padding-left:0;padding-right:30px}body[dir=ltr] .details-view .contact-box{position:absolute;bottom:35px}body[dir=ltr] .details-view .contact-box .contact-btn{border:1px solid #9f233b;color:#9f233b;font-size:16px;font-weight:400;line-height:19px;text-decoration:none;padding:8px 50px;-webkit-transition:all .3s ease;transition:all .3s ease}body[dir=ltr] .details-view .contact-box .contact-btn:hover{background-color:#b0053a;color:#fff}body[dir=ltr] .details-view .contact-box .contact-btn.orange{color:#e2781d;border:1px solid #e2781d}body[dir=ltr] .details-view .contact-box .contact-btn.orange:hover{background-color:#e2781d;color:#fff}body[dir=ltr] .map-view .orange-img{display:none}body[dir=ltr] .map-view.orange .orange-img{display:block}body[dir=ltr] .map-view.orange .red-img{display:none}.gm-style img{width:20px}.details-view{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:reverse;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;background-color:#fff;padding:30px}.details-view .map-view{width:600px;height:540px;-ms-flex-item-align:stretch;align-self:stretch}.details-view .branch-details{padding-left:30px}.details-view .branch-details .branch-details-header{padding-bottom:15px}.details-view .branch-details .branch-details-header .name{font-size:24px;font-weight:400;margin:0;margin-bottom:5px}.details-view .branch-details .branch-details-header .address{margin:0}.details-view .branch-details .branch-info-section{padding:15px 0;border-top:1px solid rgba(40,17,8,.08)}.details-view .branch-details .branch-info-section p{color:#281108;margin:0}.details-view .branch-details .branch-info-section p.info-section-title{color:#aaa;margin-bottom:0}