html,body{height:100%}body{margin:0;font-family:'Open Sans',sans-serif}.branches{height:100%;background-size:cover}.branches-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:20px 16px}@media(max-width:480px){.branches-header{display:grid}}.branches__close-wrapper{text-align:right}.branches__close{position:relative;border:none;background-color:transparent;padding:0;width:32px;height:32px;top:-16px;right:-12px;cursor:pointer}.branches-header__logo{max-height:200px;margin-right:16px}@media(max-width:480px){.branches-header__logo{max-width:100%;margin:0 auto 16px}}.branches-header__title{margin:0;font-weight:500;font-size:28px;line-height:1;word-break:break-word;width:100%;text-align:center}@media(max-width:480px){.branches-header__title{font-size:24px}}.branches-container{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:stretch;-ms-flex-align:stretch;align-items:stretch;height:100vh;margin:0 auto;background-color:#fff}.branches-content{padding:16px;-webkit-box-sizing:border-box;box-sizing:border-box;display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;-webkit-box-flex:1;-ms-flex-positive:1;flex-grow:1;overflow:hidden;border-top-left-radius:4px;border-top-right-radius:4px;background-color:#f3f3f3}@media(max-width:768px){.branches-content{overflow:initial}}.branches-content__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-flex:0;-ms-flex:0 1 100%;flex:0 1 100%;height:54px;padding:0 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background-color:#fff;display:none}.branches-list{overflow:auto;padding-right:16px;min-width:320px;max-width:320px}@media(max-width:768px){.branches-list{-webkit-box-flex:1;-ms-flex:1;flex:1;padding-right:0;min-width:auto;max-width:none}}.branches-item{background-color:#fff;border-radius:4px;padding:16px;-webkit-box-shadow:1px 2px 5px 0 rgba(213,213,213,.75);box-shadow:1px 2px 5px 0 rgba(213,213,213,.75);border:2px solid transparent;word-break:break-word;cursor:pointer}.branches-item:not(:last-child){margin-bottom:16px}.branches-item:hover,.branches-item:focus{outline:none;border-color:#ff9d00;-webkit-transition:.3s all;transition:.3s all}.branches-item:focus{-webkit-box-shadow:1px 2px 12px 1px rgba(195,195,195,.75);box-shadow:1px 2px 12px 1px rgba(195,195,195,.75)}.branches-item_disabled{opacity:.6}.branches-item__title{font-size:18px;word-break:break-word}.branches-item__address{font-size:14px;color:#b4b4b4;margin-top:4px}.branches-item__link-wrapper{text-align:center;margin-top:16px}.branches-item__link{display:-webkit-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;height:42px;padding:0 12px;border-radius:32px;font-size:14px;text-transform:uppercase;text-decoration:none;background-color:#ff9d00;-webkit-transition:.3s background-color;transition:.3s background-color;color:#fff}@supports (--css:variables){.branches-item__link{background-color:var(--theme-secondary-color);}}.branches-item__link:hover{background-color:#ffc15e;-webkit-transition:.3s background-color;transition:.3s background-color}@supports (--css:variables){.branches-item__link:hover{background-color:var(--theme-primary-color);}}.branches-item__link-img{height:26px;width:26px;margin-right:6px}.branches-item__disabled-text{color:#ed4543}.branches-map{height:100%;background-image:linear-gradient(45deg,#f7f7f7 25%,#fff 25%,#fff 50%,#f7f7f7 50%,#f7f7f7 75%,#fff 75%,#fff 100%);background-size:30px 30px;-webkit-box-flex:1;-ms-flex:1;flex:1}@media(max-width:768px){.branches-map{display:none}}.branches-map__link-wrap{margin-top:16px;text-align:center}.branches-footer{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:20px 16px;background-color:#fff;border-bottom-left-radius:4px;border-bottom-right-radius:4px;font-size:14px;color:#b4b4b4}@media(max-width:768px){.branches-footer{-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}}@media(max-width:768px){.branches-footer__social{margin-top:12px}}.branches-footer__social-link{text-decoration:none}.branches-footer__social-link:not(:last-child){margin-right:8px}.branches-footer__social-icon{width:32px;height:32px;-webkit-transition:.3s -webkit-filter;transition:.3s -webkit-filter;transition:.3s filter;transition:.3s filter,.3s -webkit-filter}.branches-footer__social-icon:hover{-webkit-filter:brightness(1.2);filter:brightness(1.2);-webkit-transition:.3s -webkit-filter;transition:.3s -webkit-filter;transition:.3s filter;transition:.3s filter,.3s -webkit-filter}