.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@keyframes fadeOut { 0%{opacity:1} 100%{opacity:0} }
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@keyframes fadeIn { 0%{opacity:0} 100%{opacity:1} }
@keyframes stretch { 0%{color:#006b25} 100%{color:#f68e31} }
@keyframes logoRes { from{opacity:0;transform:scale(0.7)} to{opacity:1;transform:scale(1)} }
@keyframes showDialog { 0%{opacity:0;transform:translateY(40px)} 100%{opacity:1;transform:translateY(0)} }
@keyframes scale { 0%{transform:scale(0.8)} 100%{transform:scale(1.2)} }
.scale{animation-name:scale;animation-duration:1s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:none;animation-play-state:running}
@keyframes jump { 0% {transform: translate(0, 0);} 20% {transform: translate(0, 0);} 40% {transform: translate(0, 1rem);} 50% {transform: translate(0, 0);} 60% {transform: translate(0, 0);} 80% {transform: translate(0, 0);} 100% {transform: translate(0, 0);} }
.jump {animation-name: jump;animation-duration: 4s;animation-timing-function: ease-in-out;animation-delay: 0s;animation-direction: normal;animation-iteration-count: infinite;animation-fill-mode: none;animation-play-state: running;}
@keyframes slide-down { 0%{opacity:0;transform:translateY(-100%)} 100%{opacity:1;transform:translateY(0)} }
@keyframes zoomIn { from{opacity:0;transform:scale(0.7)} to{opacity:1;transform:scale(1)} }

*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;outline:none}
video{width:100%}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover,a:focus{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub.red,sup.red{color:#e31e26}
sup{top:-.5em}
sub{bottom:-.25em}
svg:not(:root){overflow:hidden}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
input[type=email],input[type=number],input[type=search],input[type=text],input[type=tel],input[type=url],input[type=password],textarea{-webkit-appearance:none;appearance:none}
ul,ol{list-style-position:inside}
img{max-width:100%;height:auto;border:0}
[class^=icon_],[class*=" icon_"],.icon{display:inline-block;width:1em;height:1em;fill:currentColor}
ul li,ol li{list-style:none}


.dialog_wrapper{position:fixed;top:0;left:0;display:none;width:100%;height:100%;z-index:1500;padding:0 1rem;overflow-y:auto}
.dialog{display:none;align-items:center;max-width:46rem;margin:4rem auto;min-height:calc(100% - 8rem)}
.dialog.modal_small{max-width:31rem}
.dialog.modal_medium{max-width:40rem}
.dialog.modal_task_times{max-width:60rem;}
.dialog.modal_task_times .modal_wrap{padding: 2rem;}
.dialog.modal_task_times .modal_wrap  .icon_close{top: -3.5rem; color: #fff}
.dialog.modal_task_times .modal_wrap  .btns{margin-top: .4rem}
.dialog.modal_task_times .modal_wrap  .btns a{margin-left: 1rem}
.dialog.modal_task_times .modal_wrap  .btns svg{font-size: 2.6rem}

.dialog.modal_slarge{max-width:55rem}
.dialog.modal_large{max-width:85rem}
.dialog.modal_xlarge{max-width:65vw}

.modal_wrap{padding:2rem 3rem 2.5rem;background-color:#ffffff;z-index:1503;position:relative;flex-grow: 1}
.modal_wrap .icon_close{position:absolute;top:.5rem;right:.5rem;color:#393939;cursor:pointer;font-size:3rem;transition:color .3s linear}
.modal_wrap .icon_close:focus{color:#FB7268}
.modal_wrap .icon_close .icon{display:block}
.modal_wrap .image_wrap{position:relative;width:7rem;height:7rem;line-height:7rem;margin:-5.5rem auto 0;border-radius:50%;text-align:center;background-color:#0276FF}
.modal_wrap .image_wrap .icon{height:4rem;width:4rem;color:#fff;animation:zoomIn .5s both;animation-delay:.2s}
.modal_wrap .modal_text{text-align:center;margin:2rem 0 1.5rem}
.modal_wrap .modal_text .modal_title{font-size:2.4rem;line-height:1.4;font-weight:600;color:#000;text-transform:uppercase;margin:0 auto}
.modal_wrap .modal_text p{margin:.5rem auto;max-width:100%}
.modal_wrap .modal_buttons{text-align:center;margin:2rem auto 0;max-width:35rem; display: flex; align-items: center;}
.modal_wrap .modal_buttons .button{width:calc(50% - 1.4rem);min-width:unset;margin:.5rem .7rem; display: inline-block;}

.dialog_bg{position:fixed;left:0;top:0;display:none;width:100%;height:100%;background-color:rgba(33,33,33,0.55)}
.dialog_wrapper.visible,.dialog_bg.visible{display:block}
.dialog.visible{display:flex}
.dialog_opened{overflow:hidden;padding-right:.8rem}
.dialog_opened.dialog_scrollable_mobile{padding-right:0}
.dialog_opened .dialog_bg,.dialog_opened .modal_wrap{animation-duration:.3s;animation-fill-mode:both}
.dialog_opened .dialog_bg{animation-name:fadeIn}
.dialog_opened .modal_wrap{animation-name:showDialog}

.modal_status.dialog{text-align:center}
.modal_status.dialog .dialog_close.icon_close{display:none}
.modal_status.dialog .modal_text{margin:2rem 0}
.modal_status.dialog .modal_text .modal_title{font-size:2.6rem;font-weight:700;line-height:1.3;text-transform:initial;margin:0 auto 1rem;max-width:100%}
.modal_status.dialog .modal_text p{margin:.5rem auto;max-width:88%}

.modal_success.dialog .check_wrap{border:.2rem solid #FB7268;overflow:hidden;animation:wrap .3s ease-in-out forwards;animation-delay:.3s;transform:scale(0)}
.modal_success.dialog .check_wrap::before,.modal_success.dialog .check_wrap::after{content:"";position:absolute;background-color:#fff;width:0;height:.5rem;transform-origin:left;animation-duration:.3s;animation-timing-function:ease-in-out;animation-fill-mode:forwards}
.modal_success.dialog .check_wrap::before{top:3.2rem;left:2.1rem;transform:rotate(45deg);animation-name:left;animation-delay:.8s}
.modal_success.dialog .check_wrap::after{top:4.2rem;left:2.9rem;transform:rotate(-45deg);animation-name:right;animation-delay:1.1s}

@keyframes wrap { 0%{background-color:transparent;transform:scale(0)} 100%{background-color:#FB7268;transform:scale(1)} }
@keyframes left { 0%{width:0} 100%{width:1.5rem} }
@keyframes right { 0%{width:0} 100%{width:3rem} }

.modal_danger.dialog .checkmark{stroke-width:2;stroke:#fff;stroke-miterlimit:10;background-color:transparent;box-shadow:inset 0 0 0 #FB7268;animation:fill .4s ease-in-out .4s forwards,scale2 .3s ease-in-out .9s both}
.modal_danger.dialog .checkmark_circle{stroke-dasharray:166;stroke-dashoffset:166;stroke-width:2;stroke-miterlimit:10;stroke:#FB7268;fill:none;animation:stroke .6s cubic-bezier(0.65,0,0.45,1) forwards}
.modal_danger.dialog .checkmark_check{transform-origin:50% 50%;stroke-dasharray:48;stroke-dashoffset:48;animation:stroke .3s cubic-bezier(0.65,0,0.45,1) .8s forwards}

@keyframes stroke { 100%{stroke-dashoffset:0} }
@keyframes scale2 { 0%,100%{transform:none} 50%{transform:scale3d(1.1,1.1,1)} }
@keyframes fill { 100%{box-shadow:inset 0 0 0 5rem #FB7268} }

.modal_warning.dialog .image_wrap{background-color:#ffb92e}
.modal_info.dialog .image_wrap{background-color:#119eb5}

.dialog .contact_form .modal_text{margin:2rem 0}
.dialog .contact_form textarea.input{min-height:7.3rem}
.dialog .contact_form .button{display:block;width:100%;margin:2rem 0 0}
.dialog .contact_form .row_f [class*=col_]{width:calc(100% - 3.01rem)}

.modal_video.dialog{padding:1.5rem;border:none;width:65vw;max-width:100%;flex-shrink:0}
.modal_video.dialog .video_frame{width:100%;height:40rem;border-radius:1.5rem}
.modal_video.dialog .icon_close{display:none}

.toast_notifications{position:fixed;bottom:3rem;right:2rem;z-index:99999999}
.toast_notifications .toast,.toast_notifications .column{display:flex;align-items:center}
.toast_notifications .toast{width:40rem;position:relative;overflow:hidden;list-style:none;padding:1.6rem 1.7rem;margin-bottom:1rem;background:#fff;justify-content:space-between;animation:show_toast .3s ease forwards;box-shadow:0 .2rem .8rem 0 rgba(99,99,99,0.2)}
@keyframes show_toast { 0%{transform:translateX(100%)} 40%{transform:translateX(-5%)} 80%{transform:translateX(0%)} 100%{transform:translateX(-10px)} }
.toast_notifications .toast.hide{animation:hide_toast .3s ease forwards}
@keyframes hide_toast { 0%{transform:translateX(-10px)} 40%{transform:translateX(0%)} 80%{transform:translateX(-5%)} 100%{transform:translateX(calc(100% + 20px))} }
.toast::before{position:absolute;content:"";height:.3rem;width:100%;bottom:0;left:0;animation:progress 4s linear forwards}
@keyframes progress { 100%{width:0} }
.toast.success::before{background-color:#43B14B}
.toast.error::before{background-color:#FF3F0A}
.toast.warning::before{background-color:#D8CD31}
.toast.info::before{background-color:#4fc8f4}
.toast .column svg{width:2.6rem;height:2.6rem;flex-shrink:0}
.toast.success .column svg,.toast.success .column span{color:#43B14B}
.toast.error .column svg,.toast.error .column span{color:#E24D4C}
.toast.warning .column svg,.toast.warning .column span{color:#D8CD31}
.toast.info .column svg,.toast.info .column span{color:#4fc8f4}
.toast .column span{font-size:1.6rem;font-weight:600;margin-left:1.2rem;color:#272727;flex-grow:1}
.toast_notifications .removeTOAST{display:flex;cursor:pointer;flex-shrink:0}
.toast_notifications .removeTOAST .icon{width:1.6rem;height:1.6rem;color:#000;transition:.3s linear}

html{font-size:62.5%}
body{text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;overflow-x:hidden;font-family:"Lato",sans-serif;font-size:1.8rem;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;margin:0;padding:0;}
[disabled],.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}
.disabledInput{opacity:.5;}
.lastCall { background: #afff52!important; color: #000!important;}
.disabledInput.lastCall{opacity:.7; background: #afff52; color: #000}
.clearfix::before,.row::before,.clearfix::after,.row::after{content:" ";display:table}
.clearfix::after,.row::after{clear:both}
.clearfix,.row{*zoom:1}
a{text-decoration:none;color:inherit}
.table{display:table}
.tableb{display:table;border-collapse:collapse;border-spacing:0}
.trow{display:table-row}
.tcell{display:table-cell;vertical-align:middle}
.tc{text-align:center}
.tl{text-align:left}
.tr{text-align:right}
.fl{float:left}
.fr{float:right}

hr{border-top:1px solid #dbdbdb;border-bottom:0;border-right:0;border-left:0;clear:both;margin:2.4rem 0}
hr.hr{border-top:1px solid #A7A7A7;border-bottom:0;border-right:0;border-left:0;clear:initial;margin:1.6rem 0}
hr.dotted{border-style:dotted}
hr.dashed{border-style:dashed}

::-webkit-scrollbar{width:.8rem;height:.8rem}
::-webkit-scrollbar-track{-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);box-shadow:inset 0 0 6px rgba(0,0,0,0.3);-webkit-border-radius:1rem;border-radius:1rem;-webkit-border-radius:0;border-radius:0}
::-webkit-scrollbar-thumb{background:#f68e31;-webkit-border-radius:1rem;border-radius:1rem;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}

.box_title{ overflow: hidden; display: block}
.box_title span{ display: -webkit-box; -webkit-line-clamp: 1;    -webkit-box-orient: vertical;}
.vat{vertical-align: top}

.slick-arrow {display: flex;align-items: center;position: relative;z-index: 5;cursor: pointer;}
.slick-arrow .img_wrap {display: flex;align-items: center;justify-content: center;width: 4rem;height: 4rem;flex-shrink: 0;background-color: #f68e31;position: relative;z-index: 5;cursor: pointer;transition: .3s linear}
.slick-arrow .img_wrap .icon{width:1.8rem;height:1.8rem;color:#fff}
.slick-arrow span {font-size: 2.4rem;font-weight: 600;line-height: 1;color: #626262;text-transform: uppercase;transition: .3s linear}
.slick-arrow.slick-prev .img_wrap {margin: 0 2.5rem 0 0}
.slick-arrow.slick-next .img_wrap {margin: 0 0 0 2.5rem}

.slick-dots{position:absolute;left:50%;bottom:2rem;display:flex;transform:translate(-50%,0);z-index:30}
.slick-dots li{display:block;width: 3.2rem;height: 0.7rem;margin:0 .5rem;background-color: rgba(221, 223, 226, 0.9);border-radius: 0.3rem;cursor:pointer;transition: all 0.2s;}
.slick-dots li.slick-active{width: 5.2rem;background-color: #32689b;}
.slick-dots li:only-child{display:none}
.slick-dots li button{background:transparent;border:none;font-size:0}

.row{margin:0 -1.5rem}
.row:after{content:"";display:block;clear:both}
.row .col_1,.row .col_10,.row .col_11,.row .col_12,.row .col_2,.row .col_3,.row .col_4,.row .col_5,.row .col_6,.row .col_7,.row .col_8,.row .col_9{float:left;margin:0 1.5rem}
.row .col_1{width:calc(8.3333333333% - 3.01rem)}
.row .col_2{width:calc(16.6666666667% - 3.01rem)}
.row .col_3{width:calc(25% - 3.01rem)}
.row .col_4{width:calc(33.3333333333% - 3.01rem)}
.row .col_5{width:calc(41.6666666667% - 3.01rem)}
.row .col_6{width:calc(50% - 3.01rem)}
.row .col_7{width:calc(58.3333333333% - 3.01rem)}
.row .col_8{width:calc(66.6666666667% - 3.01rem)}
.row .col_9{width:calc(75.0000000019% - 3.01rem)}
.row .col_10{width:calc(83.3333333333% - 3rem)}
.row .col_11{width:calc(91.6666666667% - 3.01rem)}
.row .col_12{width:calc(100% - 3.01rem)}

.row_f{margin:0 -1.5rem;display:flex;flex-wrap:wrap}
.row_f .col_1,.row_f .col_2,.row_f .col_3,.row_f .col_4,.row_f .col_5,.row_f .col_6,.row_f .col_7,.row_f .col_8,.row_f .col_9,.row_f .col_10,.row_f .col_11,.row_f .col_12{margin:0 1.5rem}
.row_f .col_1{width:calc(8.3333333333% - 3.01rem)}
.row_f .col_2{width:calc(16.6666666667% - 3.01rem)}
.row_f .col_3{width:calc(25% - 3.01rem)}
.row_f .col_4{width:calc(33.3333333333% - 3.01rem)}
.row_f .col_5{width:calc(41.6666666667% - 3.01rem)}
.row_f .col_6{width:calc(50% - 3.01rem)}
.row_f .col_7{width:calc(58.3333333333% - 3.01rem)}
.row_f .col_8{width:calc(66.6666666667% - 3.01rem)}
.row_f .col_9{width:calc(75.0000000019% - 3.01rem)}
.row_f .col_10{width:calc(83.3333333333% - 3.01rem)}
.row_f .col_11{width:calc(91.6666666667% - 3.01rem)}
.row_f .col_12{width:calc(100% - 3.01rem)}

.map_overlay{position:absolute;top:0;left:0;width:100%;height:100%}

.wrapper{width:100%;max-width:123rem;padding:0 1.5rem;margin:0 auto;position:relative}
.wrapper::after{content:"";display:table;clear:both}
.wrapper.wrapper_full{max-width:100%!important;}
.wrapper.wrapper_small{max-width:97rem}

.aic{align-items: center}
.aie{align-items: flex-end}
.jcc{justify-content: center}
input,textarea,select{display: block; width: 100%;}
.statusesList{display: flex;flex-wrap: wrap;align-items: center;margin: 2rem 0}
.statusesList li {height: 100%}
.statusesList li>a {padding: .5rem 1rem; font-size: 1.4rem; display: block; background: #f1f1f1}
/*.statusesList li>a.dangered {background: #ff825a}*/
.statusesList li>a.active{background: #4caf50; color: #fff; }
.statusesList li>a.active.dangered{background: #ff825a; color: #fff; }
.statusesList li>a.done{background: #8bc34a;  color: #fff; }
.statusesList li:first-child>a{border-bottom-left-radius: .5rem;border-top-left-radius: .5rem;}
.statusesList li:last-child>a{border-bottom-right-radius: .5rem;border-top-right-radius: .5rem;}


.icon{line-height:0}
.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
table.table{width:100%}

::placeholder{color:#8f8f8f;transition:all .3s}
.form_item{margin:0 0 2rem; display: block;}
.form_item .pre_input{display:block;margin:0 0 .5rem}
.search_form .form_item.form_item_inner, .form_item.form_item_inner, .form_item_inner{margin: 1.8rem 0 0}

.input_title {display: inline-block;margin: 0 0 0.4rem;color: #626262;font-size: 1.4rem;}

.input {display: block;width: 100%;max-width: 100%;height: 3.2rem;border-radius: 5px;padding:0 1rem;border: 0.1rem solid #A7A7A7;background-color: #ffffff;color: #222222;font-size: 1.6rem;transition:box-shadow .2s ease-in;}
.input:focus,.input:active{outline-style:none;box-shadow:0 0 0 .1rem rgba(146,153,169,0.25)}
.input::placeholder {font-family: "Lato", sans-serif;font-size: 1.6rem;font-weight: 400;color: #222222;opacity: 1;text-overflow: ellipsis;text-transform: capitalize;}
.input:focus::placeholder{opacity:0}
.input:-webkit-autofill,.input:-webkit-autofill:focus,.input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 4rem rgba(217,217,217,0.5) inset!important;-webkit-text-fill-color:#8f8f8f!important}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
input[type=number]{-moz-appearance:textfield!important}
textarea.input{min-height:11.5rem;padding-top:1.5rem;resize:none}


select.input{line-height:normal;padding-left: 0.5rem;}
select::-ms-expand{display:none}
.select_after{position:relative;display:block}
.select_after::after{content:"";position:absolute;top:1.9rem;right:1rem;width:0;height:0;border-style:solid;border-width:.5rem .5rem 0;border-color:gray transparent transparent;pointer-events:none}
.select_after select{padding:0 3rem 0 1rem;appearance:none;-moz-appearance:none;-webkit-appearance:none}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {display: flex;flex-wrap: nowrap;overflow-x: auto;padding: 0 .5rem .4rem}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar {width: 0.2rem;height: 0.3rem}
.select2-container--default .select2-selection--multiple .select2-selection__rendered::-webkit-scrollbar-thumb {-webkit-border-radius: .2rem;border-radius: .2rem}

.custom_checkbox{position:absolute;left:-999.9rem}
.custom_checkbox + label{display:inline-flex;align-items:flex-start;user-select:none;cursor:pointer;margin:0 2rem 1rem 0}
.custom_checkbox + label .checkbox_design{flex:0 0 auto;width:2rem;height:2rem;border:.1rem solid #cfcfcf;background-color:#fff;position:relative;transform:scale(1);transition:all .2s ease;border-radius: 0.2rem}
.custom_checkbox + label .checkbox_design svg{position:absolute;top:.4rem;left:.3rem;width:1.2rem;height:1rem;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1.6rem;stroke-dashoffset:1.6rem;transition:all .3s ease;transition-delay:.1s;transform:translate3d(0,0,0)}
.custom_checkbox + label .checkbox_design::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:1;border-radius:50%;background-color:#f68e31;transform:scale(0)}
.custom_checkbox + label .checkbox_text{display:inline-block;font-size:1.8rem;font-weight: 500; color: #626262;padding:0 0 0 1rem}
.custom_checkbox:checked + label .checkbox_design{background-color:#f68e31;border-color:#f68e31}
.custom_checkbox:checked + label .checkbox_design svg{stroke-dashoffset:0}
.custom_checkbox:checked + label .checkbox_design::before{opacity:0;transform:scale(3.5);transition:all .6s ease}

.custom_checkbox.custom_checkbox_light + label .checkbox_design{border-color:#fff;background-color:#fff}
.custom_checkbox.custom_checkbox_light + label .checkbox_design svg{stroke:#fff}
.custom_checkbox.custom_checkbox_light + label .checkbox_design::before{background-color:#32689b}
.custom_checkbox.custom_checkbox_light + label .checkbox_text{color: #ffffff}
.custom_checkbox.custom_checkbox_light:checked + label .checkbox_design{background-color:#32689b;border-color:#32689b}

.custom_radio_button{position:absolute;left:-999.9rem}
.custom_radio_button + label{display:inline-flex;align-items:flex-start;user-select:none;cursor:pointer;font-size:0;margin:0 2rem 1rem 0}
.custom_radio_button + label .radio_button_design{flex:0 0 auto;width:2rem;height:2rem;border:.1rem solid #cfcfcf;background-color:#fff;border-radius:50%;position:relative;transition:all .2s ease}
.custom_radio_button + label .radio_button_design::before,.custom_radio_button + label .radio_button_design::after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;border-radius:50%;background-color:#f68e31;transform:scale(0)}
.custom_radio_button + label .radio_button_design::before{opacity:1}
.custom_radio_button + label .radio_button_text{display:inline-block;font-size:1.8rem;color: #3c3c3c;padding:0 0 0 1rem}
.custom_radio_button:checked + label .radio_button_design{border-color:#f68e31;border-width:.2rem}
.custom_radio_button:checked + label .radio_button_design::before,.custom_radio_button:checked + label .radio_button_design::after{transition:all .6s ease}
.custom_radio_button:checked + label .radio_button_design::before{opacity:0;transform:scale(3.5)}
.custom_radio_button:checked + label .radio_button_design::after{transform:scale(0.55)}

/* Default Radio Button */
.radio_button{position:absolute;left:-999.9rem}
.radio_button + label{display:inline-block;font-size:1.6rem;padding:0 0 0 3rem;margin:0 2rem 1rem 0;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;position:relative}
.radio_button + label::before{content:'';position:absolute;top:0;left:0;right:0;display:block;width:2rem;height:2rem;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#fff;border:.1rem solid #ccc;-webkit-transition:all .3s ease;-o-transition:all .3s ease;-moz-transition:all .3s ease;transition:all .3s ease}
.radio_button:checked + label::before{border-color:#09a5be;background-color:#09a5be}
.radio_button:checked + label::after{content:'';position:absolute;top:.2rem;left:.2rem;display:block;width:1.6rem;height:1.6rem;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#09a5be;border:.3rem solid #fff}

/* Custom Radio Button */
.custom_radio_button{position:absolute;left:-999.9rem}
.custom_radio_button + label{display:-webkit-inline-box;display:-webkit-inline-flex;display:-moz-inline-box;display:-ms-inline-flexbox;display:inline-flex;-webkit-box-align:start;-webkit-align-items:flex-start;-moz-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;font-size:0;margin:0 2rem 1rem 0}
.custom_radio_button + label .radio_button_design{-webkit-box-flex:0;-webkit-flex:0 0 2rem;-moz-box-flex:0;-ms-flex:0 0 2rem;flex:0 0 2rem;width:2rem;height:2rem;border:.1rem solid #ccc;background-color:#fff;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;position:relative;-webkit-transition:all .2s ease;-o-transition:all .2s ease;-moz-transition:all .2s ease;transition:all .2s ease}
.custom_radio_button + label .radio_button_design::before,.custom_radio_button + label .radio_button_design::after{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;background-color:#09a5be;-webkit-transform:scale(0);-moz-transform:scale(0);-ms-transform:scale(0);-o-transform:scale(0);transform:scale(0)}
.custom_radio_button + label .radio_button_design::before{opacity:1}
.custom_radio_button + label .radio_button_text{display:inline-block;font-size:1.6rem;padding:0 0 0 1rem}
.custom_radio_button:checked + label .radio_button_design{border-color:#09a5be;border-width:.2rem}
.custom_radio_button:checked + label .radio_button_design::before,.custom_radio_button:checked + label .radio_button_design::after{-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.custom_radio_button:checked + label .radio_button_design::before{opacity:0;-webkit-transform:scale(3.5);-moz-transform:scale(3.5);-ms-transform:scale(3.5);-o-transform:scale(3.5);transform:scale(3.5)}
.custom_radio_button:checked + label .radio_button_design::after{-webkit-transform:scale(0.55);-moz-transform:scale(0.55);-ms-transform:scale(0.55);-o-transform:scale(0.55);transform:scale(0.55)}

@media (-ms-high-contrast: none),(-ms-high-contrast: active),(-moz-touch-enabled: 0),(hover: hover) {
	.custom_radio_button + label:hover .radio_button_design{border-color:#09a5be}
}

.validate_error{border:.1rem solid #e57373!important}
.validate_error::placeholder{color:#e31e26!important}
.validate_error + .icon{color:#e57373!important}
textarea.validate_error{border:.1rem solid #e57373!important}
.input_file.validate_error + .input{border:.1rem solid #e57373!important}
.input_file.validate_error + .input span{color:#e31e26!important}
.validate_checkbox.validate_error{border:none!important}
.validate_checkbox.validate_error .checkbox + label::before{border:.1rem solid #e57373!important}
.validate_checkbox.validate_error .custom_checkbox + label .checkbox_design{border:.1rem solid #e57373!important;background-color:#e57373!important}
.validate_radio.validate_error{border:none!important}
.validate_radio.validate_error .radio_button + label::before{border:.1rem solid #e57373!important}
.validate_radio.validate_error .custom_radio_button + label .radio_button_design{border:.1rem solid #e57373!important}

.button {display: inline-flex;align-items: center;justify-content: center;box-shadow: rgba(255, 255, 255, 0.26) 0 1px 2px inset;box-sizing: border-box;color: #fff;cursor: pointer;margin: 0;padding: 0 21px;text-align: center;text-transform: none;transition: color .13s ease-in-out, background .13s ease-in-out, opacity .13s ease-in-out, box-shadow .13s ease-in-out;user-select: none;-webkit-user-select: none;touch-action: manipulation;height: 3.2rem;line-height: 3rem;border: .1rem solid #2b7bba;font-size: 1.6rem;border-radius: 0.6rem;background-color: #2b7bba;}
.button.small{padding: 0 15px;height: 2.6rem;line-height: 2.6rem; font-size: 1.2rem }
.button:active {background-color: #006AE8;}
.button:hover {background-color: #1C84FF;}
.button span{font-weight: 400;}
.button .wrap_icon {display: flex;align-items: center;justify-content: center;background-color: #ffffff;height: 3rem;width: 5rem;position: absolute;right: 0.5rem;top: 0.5rem;transition: .3s linear;}
.button .wrap_icon .icon {width: 2rem;height: 2rem;color: #f68e31;transition: .3s linear;}
.button.button_large{height:6rem;line-height:6rem;padding: 0 2.2rem;}
.button.button_small{font-size:1.3rem;height:3.5rem;line-height:3.7rem}
.button.button_secondary {background-color: #3f3f3f;border-color: #3f3f3f}
.button.button_accent {background-color: #658cce;border-color: #658cce}
.button.light{color:#ffffff;background-color:#32689b;border-color:#32689b}
.button.light .wrap_icon {background-color: #ffffff}
.button.light .wrap_icon .icon {color: #32689b}
.button.light_2{color:#f68e31;background-color:#fff;border-color:#fff}
.button.light_2 .wrap_icon {background-color: #f68e31}
.button.light_2 .wrap_icon .icon {color: #fff}
.button.light_3{color:#fff;background-color:#f68e31;border-color:#f68e31}
.button.light_3 .wrap_icon {background-color: #32689b}
.button.light_3 .wrap_icon .icon {color: #fff}
.button.button_success{color:#fff;background-color:#01AE27;border-color:#01AE27}
.button.button_danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.button.button_warning{color:#fff;background-color:#ffb92e;border-color:#ffb92e}
.button.button_info{color:#fff;background-color:#119eb5;border-color:#119eb5}
.button.button_disable{color:#626262;background-color:#ccc;border-color:#ccc}
.button.button_default{color:#fff;background-color:#607487;border-color:#607487}
.button.button_icon{display:inline-flex;align-items:center;font-size:1.4rem}
.button.button_icon .icon{width:1.8rem;height:1.8rem;margin:0 0 0 .8rem;flex-shrink: 0}
.button.button_icon span{transition:.2s linear}
.button.button_wide{padding:.9rem 3rem .7rem;line-height:normal;white-space:normal;height:auto}
.button.button_block{display:block;width:100%}
.button_form {margin-top: 2.4rem !important;}
.btn_mobile{display:none}
.w_100{width: 100%}

.slider_button {display: inline-flex;align-items: center;padding: .5rem 0.5rem 0.5rem 1rem;background-color: #f68e31;transition: .3s linear}
.slider_button .button_text {font-size: 1.4rem;font-weight: 600;line-height: 1;color: #ffffff;text-transform: uppercase;transition: .3s linear;}
.slider_button .wrap_icon {display: flex;align-items: center;justify-content: center;width: 2.4rem;height: 2.4rem;margin: 0 0 0 0.5rem;flex-shrink: 0;background-color: #2c2b2b;position: relative;z-index: 5;cursor: pointer;transition: .3s linear;}
.slider_button .wrap_icon .icon{width: 1.4rem;height: 1.4rem;color: #ffffff}

.label_item {display: inline-flex;align-items: center;font: 600 1.2rem/2.2rem 'Lato', sans-serif;height: 2.2rem;padding: 0 1rem;border-radius: .6rem;text-align: center;white-space: nowrap;text-transform: capitalize;text-decoration: none;transition: .3s ease-out;cursor: pointer;appearance: none;border: .1rem solid}
.label_item.label_default{color:#2b7bba;background-color:#ffffff;border-color:#2b7bba}
.label_item.label_white{color:#212121;background-color:#ffffff;border-color:#212121}
.label_item.label_black{color:#fff;background-color:#1b1a1a;border-color:#1b1a1a}
.label_item.label_red{color:#fff;background-color:#dc3545;border-color:#dc3545}
.label_item.label_green{color:#fff;background-color:#28a745;border-color:#28a745}
.label_item.label_blue{color:#fff;background-color:#2b7bba;border-color:#2b7bba}
.label_item.label_yellow{color:#212121;background-color:#ffb92e;border-color:#ffb92e}
.label_item.label_light_blue{color:#fff;background-color:#119eb5;border-color:#119eb5}
.label_item .icon {margin: -0.3rem 0 0 0.3rem;filter: brightness(0)invert(1)}

.label_item.label_white .icon, .label_item.label_default .icon {filter: none}
.label_item.label_yellow .icon {filter: brightness(0)}

.label_items_wrap {display: flex;flex-wrap: wrap; gap: .5rem}
table .label_items_wrap {margin-top: .5rem}

.row_end {align-items: flex-end;margin-bottom: .5rem}
.form_item_row .form_item {margin: 0}
.form_item_row .block_end {align-self: flex-end}

.small_pre_input {
	display: inline-block;
	font-size: 1.4rem;
	margin: 0 0 .5rem;
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active),(-moz-touch-enabled: 0),(hover: hover) {
	.label_item.label_default:hover{color:#4799d9;background-color:#ffffff;border-color:#4799d9}
	.label_item.label_white:hover{color:#212121;background-color:#f1f1f1;border-color:#212121}
	.label_item.label_black:hover{color:#fff;background-color:#474444;border-color:#474444}
	.label_item.label_red:hover{color:#fff;background-color:#c82333;border-color:#c82333}
	.label_item.label_green:hover{color:#fff;background-color:#24993f;border-color:#24993f}
	.label_item.label_blue:hover{color:#fff;background-color:#4799d9;border-color:#4799d9}
	.label_item.label_yellow:hover{color:#000;background-color:#fdae11;border-color:#fdae11}
	.label_item.label_light_blue:hover{color:#fff;background-color:#0890a7;border-color:#0890a7}
}

.aside_form_wrapper{margin:0 0 2rem}
.overlay{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:rgba(0,0,0,0.3)}
.overlay_dark{display:block;width:100%;height:100%;position:absolute;top:0;left:0;z-index:1;background:rgba(0,0,0,0.7)}
section,.section{padding:4rem 0}

.pagination{padding:1rem 0;user-select:none;font-size:0}
.pagination li{display:inline-block;vertical-align:top;padding:0;margin:.4rem;list-style:none}
.pagination li.active a{background-color:#f68e31;color:#fff;pointer-events:none}
.pagination li.pagination_arrow .icon{position:relative;top:-.2rem}
.pagination li.pagination_arrow_prev .icon{transform:rotate(180deg)}
.pagination li a{font-size:1.6rem;font-weight:700;display:block;min-width:3rem;height:3rem;line-height:3.2rem;padding:0 .5rem;background-color:#0276ff;color:#fff;text-align:center;transition:.3s linear; border-radius: .5rem;}

.social{display:flex;flex-wrap:wrap;align-items:center}
.social .social_block{flex-shrink:0;margin:0 2rem 0 0}
.social .social_block:last-child{margin:0}
.social .social_block .icon,.social .social_block img{width:2.4rem;height:2.4rem;transition:all .3s ease-in-out}
.social .social_block .icon{color:#f68e31}

h1,.h1{font:700 4.8rem/1.2 Lato,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.48rem;}
h2,.h2{font:700 3.6rem/1.2 Lato,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.18rem;}
.title{font:700 3.6rem/1.2 Lato,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase}
.sub_title{font:600 2.4rem/1.5 Lato,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.24rem;}
h3,.h3{font:600 2.1rem/1.5 Lato,sans-serif;color:#231f20;margin:0;text-transform:uppercase;letter-spacing: 0.24rem;}
h4,.h4{font:600 1.8rem/1.2 Lato,sans-serif;color:#231f20;margin:0;text-transform:uppercase}
h5,.h5{font:600 1.7rem/1.2 Lato,sans-serif;color:#231f20;margin:0;text-transform:uppercase}
h6,.h6{font:600 1.5rem/1.2 Lato,sans-serif;color:#231f20;margin:0;text-transform:uppercase}

.content h1,.content .h1{font:700 4.8rem/1.2 Lato,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.48rem;}
.content h2,.content .h2,.content .title{font:700 3.6rem/1.2 Lato,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.18rem;}
.content h3,.content .h3{font:600 2.4rem/1.5 Lato,sans-serif;color:#231f20;margin:1rem 0;text-transform:uppercase;letter-spacing: 0.24rem;}
.content h4,.content .h4{font:600 2rem/1.2 Lato,sans-serif;color:#231f20;margin:1rem 0;text-transform:uppercase}
.content h5,.content .h5{font:600 1.8rem/1.2 Lato,sans-serif;color:#231f20;margin:1rem 0;text-transform:uppercase}
.content h6,.content .h6{font:600 1.6rem/1.2 Lato,sans-serif;color:#231f20;margin:1rem 0;text-transform:uppercase}
.content p{margin:0 0 2.7rem}
.content ul{margin-bottom:2rem}
.content ul li{display:table;font:400 1.6rem/1.5 "Lato",sans-serif;color:#626262;padding:0 0 0 2.2rem;margin:1rem 0;position:relative}
.content ul li p,.content ul li span{margin:0}
.content ul li::before{content:"";display:block;position:absolute;color:#f68e31;top:.5rem;left:.5rem;width:.7rem;height:1.2rem;border-style:solid;border-width:0 .2rem .2rem 0;transform:rotate(40deg)}
.content .rounded_list li {padding: 0 0 0 5.2rem;margin: 3rem 0}
.content .rounded_list li::before {top: -0.1rem;left: 1rem;width: 1.3rem;height: 2rem;border-width: 0 0.4rem 0.4rem 0}
.content .rounded_list li::after {content: '';position: absolute;top: -0.6rem;left: 0;display: block;width: 3.5rem;height: 3.5rem;border-radius: 50%;border: .2rem solid #3b3a3a;}
.content ol{margin-bottom:2rem;counter-reset:li}
.content ol li{display:table;font:400 1.6rem/1.5 "Lato",sans-serif;color:#626262;padding:0 0 0 2rem;margin:1rem 0;overflow:hidden}
.content ol li::before{margin-left:-2rem;counter-increment:li;content:counters(li, ".") ". ";color:#626262;font-weight:700}
.content blockquote{font:400 1.6rem/1.5 "Lato",sans-serif;padding:0 0 0 2rem;margin:0 0 3rem;clear:both;position:relative}
.content blockquote::after{content:"";display:block;width:1rem;top:0;left:0;height:100%;position:absolute;background:#f68e31}
.content a:not(.button){display:inline-block;color:#f68e31;font-weight:600;transition:.3s linear}
.content a:not(.button):focus{color:#32689b}
.content img{height:auto!important}
.content ul:last-child,.content ol:last-child,.content table:last-child,.content img:last-child,.content iframe:last-child,.content p:last-child{margin-bottom:0}
.content iframe{width:100%;height:35rem}
.content table ul li,.content table ol li{display:block}
.content .content_table{width:100%}
.content .content_table th{text-align:left;font-weight:700;color:#fff}
.content .content_table th p{font-weight:700;color:#fff}
.content .content_table tr:nth-child(odd){background-color:#f7f7f7}
.content .content_table tr:first-child{background-color:#f68e31}
.content .content_table th,.content .content_table td{padding:1rem}
.content.content_white h1,.content.content_white .h1,.content.content_white h2,.content.content_white .h2,.content.content_white h3,.content.content_white .h3,.content.content_white h4,.content.content_white .h4,.content.content_white h5,.content.content_white .h5,.content.content_white h6,.content.content_white .h6,.content.content_white ol li,.content.content_white ul li,.content.content_white p,.content.content_white blockquote{color:#fff}
.content.content_white ol li::before,.content.content_white ul li::before{color:#fff}
.content.content_white blockquote::after{background:#fff}

p{color:#626262;margin:0.2rem 0}
[data-modals]{cursor:pointer}
.no_scroll{overflow:hidden}
.hide_desktop{display:none!important}
.map{padding:0}
.map #map,.map iframe{height:44.2rem;width:100%;max-width:100%}
.img{display:block;width:100%;max-width:100%;position:relative;background-size:cover!important;background-position:center!important}
.page main{float:right;width:70%}
.page aside{width:25%;float:left}
.page.right_sidebar main{float:left;width:70%}
.page.right_sidebar aside{width:25%;float:right}

.devMODEFixed{position: fixed; width: 100%; padding: .3rem 0; font-size: 1.2rem; background: red; z-index: 9999999999999999; color: #fff; text-align: center; }

.main {padding: 2rem 2rem 2rem 24.5rem;position: relative;min-height: 100%;height: 100%;}
.main.emails_page {padding: 2rem 2rem 2rem 22rem;}

.page_main{position: relative; height: 100%; min-height: 100vh}
.login{position: absolute; left: 50%; top:50%; transform: translate(-50%,-50%); max-width: 32rem}
.login img{max-width: 26rem; margin: 1rem auto 2rem; display: block }
.filter_btn{display: none}
.header{position:fixed;top:0;left:0;width:100%;height: 100%;max-width:24.5rem; z-index:800;transition:.2s ease-in;background-color:#f9f9f9;box-shadow: 0 -0.3rem 8rem rgba(0, 0, 0, 0.15);padding:1rem 0}
.header.dark{background-color:#252525;}
.header .header_logo {padding: 1rem 0; display: block; text-align: center;}
.header svg.icon_logo {width: 8rem; height: 8rem;}

.navigation .header_nav{display:flex;justify-content:flex-end;flex-direction: column}
.navigation .header_nav > li > a:not(.button){font:400 1.6rem Lato,sans-serif;color:#67696b;display:flex;align-items: center; padding:1rem 0.5rem;position:relative;transition:.3s linear}
.header.dark .navigation .header_nav > li > a:not(.button){color:#fff;}
.navigation .header_nav > li.active > a:not(.button){font-weight:700;color: #e30b41;position: relative}
.header.dark .navigation .header_nav > li.active > a:not(.button){font-weight:600;color: #ffc107;position: relative}
.header.dark .navigation .header_nav > li.active > a:not(.button) .icon{color: #ffc107}
.header.dark p {color:#fff;}
.header .filter_btn {display: none}
.hidden{display: none}

.call_block{display: none;     background: #252525;    padding: .5rem;position: fixed;width: 40rem;top: 0;left: 45%;border-radius: 0 0 3rem 3rem;}
.call_block.active{display: block; padding: 0 3rem 1rem;z-index: 100;}

.message_block{display: none;  background: #252525;    padding: .5rem;position: fixed;width: 40rem;bottom: 2rem;right: 2rem;border-radius: 1rem;}
.message_block.active{display: block; padding: 2rem 3rem ;z-index: 100;}
.message_block.rolling {padding: 0.7rem 1rem;}
.message_block .edit_form_wrap {margin-top: 1rem}
.message_block.rolling .edit_form_wrap {display: none}
.message_block .modal_title{color: #fff}

.messages_block_list{overflow-y: scroll;   padding-right: 2rem;  height: 31rem;}
.messages_block{display: block;  background: #252525;   margin-bottom: 2rem;  height: 40rem; overflow: hidden;   padding: 2rem 1rem 2rem 3rem;border-radius: 1rem;}
.messages_block.rolling {padding: 0.7rem 1rem;}
.messages_block .edit_form_wrap {margin-top: 1rem}
.messages_block.rolling .edit_form_wrap {display: none}
.messages_block .modal_title{color: #fff}

.call_block .row_f{align-items: center;}
.call_block p{color: #fff; margin: 0.4rem 0 0.4rem 1rem;font-size: 1.6rem;}
.closeChat {position: absolute; cursor: pointer; right: .5rem; top:.5rem; width: 2.6rem; height: 2.6rem; background: red; text-align: center; line-height: 2.2rem; color: #fff; border-radius: 50%;}
.rollUp {position: absolute; cursor: pointer; right: 3.5rem; top:.5rem; width: 2.6rem; height: 2.6rem; background: #00bcd4; text-align: center; line-height: 2.2rem; color: #fff; border-radius: 50%;}
.showChatsOther {position: absolute; cursor: pointer; right: 6.5rem; top:.5rem; width: 2.6rem; height: 2.6rem; background: #8bc34a; text-align: center; line-height: 2.2rem; color: #fff; border-radius: 50%;}
#txtPhoneNumber{color: #fff;}
.call_block .callDuration {color: #fff;text-align: left;font-size: inherit;}
.call_block .text_phone_info .callDuration {margin: 0.4rem 0 0.4rem 1rem;font-size: 1.6rem;}
.call_block .text_phone_info #txtPhoneNumber {margin-bottom: 0}

.other_chats_wrapper{display: none; overflow-y: auto; position: absolute; right: 0; width: 100%; padding: 1rem 2rem;	background: #161616;color: #ffff;	top: 5rem;	height: 43rem;	border-radius: 1rem;}

.other_chats_wrapper li{padding: 1rem; font-size: 1.4rem; cursor: pointer; background-color: #EE6706; border-radius: 1rem; margin-bottom: 1rem;}
.other_chats_wrapper p{padding: .5rem 0; font-size: 1.8rem;color: #fff;}
.other_chats_wrapper.active{display: block;}

.messages_list{display: none; overflow-y: auto; position: absolute; right: 0; z-index: 5; width: 100%; padding: 3rem 2rem 1rem;	background: #474747;color: #ffff;	top: 0;	height: 43rem;	border-radius: 1rem;}
.messages_list.active{display: block;}
.backToList{ font-size: 1.8rem;	display: block;	position: absolute;	top: 0.8rem;	right: 0.8rem;	background: red;	width: 2.4rem;	height: 2.4rem;	border-radius: 50%;	text-align: center;}


.main_status_block{position: fixed; left: 0; bottom:0;width: 24.5rem;background: transparent;padding: 1rem;z-index: 888;border-radius: 0 0 0 1rem;}
.main_status_block .button{height: 2.4rem;line-height: 2.4rem;font-size: 1.4rem; width: 100%;}
.main_status_block .button.online{background: #8bc34a; border-color: #8bc34a;}
.main_status_block .button.offline{background: #f44336; border-color: #f44336;}


.main_status_block2{position: fixed; left: 0; bottom:5rem;width: 24.5rem;background: transparent;padding: 1rem;z-index: 888;border-radius: 0 0 0 1rem; overflow: hidden}



.keyboard_block{ position: absolute;display: none;top: calc(100% + 1rem);left: 50%;max-width: 18rem;width: 100%;background: #000;padding: 1rem;border-radius: 1rem;transform: translate(-50%, 0); }
.keyboard_block.active{display: block}
/*CHAT*/
:root {--body-bg: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);--msger-bg: #fff;--border: 2px solid #ddd;--left-msg-bg: #06ACEE;--right-msg-bg: #EE6706;--system-msg-bg: #304762;}
.message_title {display: flex;align-items: center;color: #262B33;}
.message_title .message_icon {color: #262B33;margin: 0 .8rem 0 0}
.message_title b {text-transform: capitalize}
.contact_info {position: relative;padding: 0 1rem;margin: -0.4rem 0 0;}
.contact_info .icon {cursor: pointer;}
.contact_info .viewerBlock {bottom: auto;left: calc(100% - 2.5rem);top: calc(100% - 1.5rem)}
.contact_info:hover .viewerBlock {opacity: 1;transition: 0.3s;display: block;}
.messages_wrapper {height: calc(100vh - 12rem)}
.messages_wrapper section {display: flex;flex-direction: column;height: 100%;}
.msger {display: flex;flex-flow: column wrap;justify-content: space-between;width: 100%;margin: 25px 10px;height: calc(100% - 50px);border: var(--border);border-radius: 5px;background: var(--msger-bg);box-shadow: 0 15px 15px -5px rgba(0, 0, 0, 0.2);}
.msger_container.fullHeight {height: calc(100vh - 25rem);}
.msger_container {padding: 0 1rem;overflow-y: auto;height: 30rem;flex: 1 0 auto;margin: 0 0 1.5rem;}
.msg-date {color: #8a8989;font-weight: 600;font-size: 1rem;}
.msg-date:first-of-type {margin-top: 0 !important;}
.msger-chat::-webkit-scrollbar {width: 6px;}
.msger-chat::-webkit-scrollbar-track {background: #ddd;}
.msger-chat::-webkit-scrollbar-thumb {background: #bdbdbd;}
.msg {display: flex;align-items: flex-end;margin-bottom: 10px;}
.msg:last-of-type {margin: 0;}
.msg-small-name {flex-shrink: 0;width: 40px;height: 40px;line-height: 40px;margin-right: 10px;background-color: var(--left-msg-bg);font-size: 2rem;font-weight: 700;color: #ffffff;border-radius: 50%;text-align: center;}
.msg-text {font-size: 1.4rem;}
.msg-bubble {max-width: 450px;padding: 5px 10px;border-radius: 15px;background-color: var(--left-msg-bg);color: #fff;}
.msg-info {display: flex;justify-content: space-between;align-items: center;margin-bottom: 5px;}
.msg-info-name {font-size: 1.2rem;font-weight: bold;margin-right: 30px}
.msg-info-time {font-size: 1.1rem;}
.msg-info-time small {font-size: 1.2rem;}
.left-msg .msg-bubble {border-bottom-left-radius: 0;}
.right-msg {flex-direction: row-reverse;}
.right-msg .msg-bubble {background-color: var(--right-msg-bg);border-bottom-right-radius: 0;}
.right-msg .msg-small-name {background-color: var(--right-msg-bg);}
.system-msg .msg-bubble {background-color: var(--system-msg-bg);}
.system-msg .msg-small-name {background-color: var(--system-msg-bg);}
.right-msg .msg-small-name {margin: 0 0 0 10px;}
.msger-inputarea {display: flex;align-items: center;padding: 1.5rem 0 .5rem;border-top: var(--border)}
.msger-inputarea textarea.small {margin-bottom: 0;min-height: 8rem;}
.message_textarea_wrap {width: 100%;line-height: 1;margin-right: 2rem}
.msger-input {flex: 1;background: #ddd;}
.msger-send-btn:hover {background: rgb(0, 180, 50);}
.load_more {background-color: #ccc;padding: 0.4rem 1rem;border-radius: 0.5rem;opacity: 0.5;}
.load_more:hover {opacity: 1;}
.booking_details_wrap {display: flex;width: 3rem;margin: 0 0 0 auto;position: relative}
.booking_details_wrap .link_icon .icon {width: 2.5rem;height: 2.5rem;color: #ffffff}
.booking_details_wrap .viewerBlock {bottom: auto;left: calc(100% - 4rem);top: calc(50% - 1.5rem);transform: translate(0, -50%);}
.booking_details_wrap:hover .viewerBlock {opacity: 1;transition: 0.3s;display: block;}
.message_button_wrap .icon {height: 5rem;width: 5rem;color: #64748B;transition: .3s linear}

.statuses_checkbox_wrapper {margin-top: 1rem !important;}
.statuses_checkbox_wrapper .custom_checkbox + label .checkbox_text{font-size: 1.4rem;}
.hide_column {display: none;}

.top_numbers span {background-color: #f1f1f1; padding: .8rem 1rem; border-radius: 1rem; font-size: 1.6rem;}
th.relative {position: relative;}
small.circle {color: #fff;/*position: absolute;top: -0.5rem;right: 1rem;*/z-index: 2;background: #3f3f3f;display: inline-block;height: 2rem;text-align: center;border-radius: 2rem;line-height: 2rem;padding: 0 0.3rem;min-width: 2rem;font-size: .9rem;}
.js_CustomersUnreadMessages span {background: #E91E63;display: inline-block;margin-left: 1rem;min-width: 2rem;height: 2rem;text-align: center;border-radius: 50%;vertical-align: middle;line-height: 2rem;font-weight: 900;color: #fff;font-size: 0.9rem;padding: 0 0.3rem;}
.js_CSScount span {background: #E91E63;display: inline-block;margin-left: 1rem;min-width: 2rem;height: 2rem;text-align: center;border-radius: 50%;vertical-align: middle;line-height: 2rem;font-weight: 900;color: #fff;font-size: 0.9rem;padding: 0 0.3rem;}
.newMessages{background: #E91E63;display: inline-block;margin-left: 1rem;text-align: center;border-radius: .5rem;padding:.3rem .5rem;font-weight: 900;color: #fff;vertical-align: text-top;font-size: 1rem;}

.fc .fc-daygrid-body-natural .fc-daygrid-day-events{display: flex; flex-direction: column; }
.fc .fc-daygrid-body-natural .fc-daygrid-day-events .firstElement{position: absolute; top:-2.7rem; left: 0;z-index: 77777}
.fc .fc-daygrid-event-harness-abs{position: relative!important; top:0!important; left: 0!important;right: 0!important;}
.btnShowLead{    background: #ffc107;margin-left: 1rem;flex-shrink: 0;width: 3rem;height: 3rem;border-radius: 50%;border: none;display: none;}
.btnShowLead.active{display: flex;align-items: center;justify-content: center;}
.btnShowLead svg{color: #fff}

.play_audio {position:absolute; cursor:pointer;width: 18px;height: 18px;border-style: solid;border-width: 9px 12px;z-index: 1;border-color: transparent transparent transparent #202020;top: 2.6rem;left: 4.7rem;}
.timeDiff {position: absolute;z-index:1;left: 7.2rem;font-size: 1rem;}

@media (-ms-high-contrast: none), (-ms-high-contrast: active), (-moz-touch-enabled: 0), (hover: hover) {
    .message_button_wrap .icon:hover {
        color: #95B4BC
    }
}

@media only screen and (max-width: 1400px) {
    .message_button_wrap .icon {
        height: 4rem;
        width: 4rem
    }

    .msger-inputarea textarea.small {
        height: 5rem;
        min-height: 5rem
    }

    .msger-inputarea {
        padding: 2rem 0 0
    }

    .msger_container {
        margin: 0 0 3rem
    }

    .msg-small-name {
        width: 40px;
        height: 40px;
        line-height: 40px;
        font-size: 2.5rem;
    }
}
/*CHAT*/

.log-container {height: 350px;width: 40%;margin: auto;margin-top: 150px;}

div#log {padding-top: 20px;border: 1px solid rgba(0, 0, 0, .125);width: 95%;height: 9.5em;margin: auto;overflow-y: scroll;}

.btn-container {margin-top: 10px;margin-bottom: 20px;}

.btn-circle {border: 1px solid rgba(0, 0, 0, .125);width: 70px;height: 70px;padding: 10px 16px;border-radius: 35px;font-size: 24px;line-height: 1.33;}

.keypad {margin-left: auto;}

.btn-outline-secondary {height: 70px;width: 75px;}

.redIcon{color: red}
.greenIcon{color: green}

/* MODAL CALL IN PROGRESS */

#callDuration {color: #fff;text-align: center;font-size: 24px;}
#txtPhoneNumber{margin: 0.4rem 0 0.4rem 1rem;font-size: 1.6rem;}
#callerNumber{margin: 1rem 0; text-align: center}
.btnHangUp{margin: 2rem auto; display: block; background: red;}
.btnHangUp svg{color: #fff;}
.iconUserCall{color: #fff;     font-size: 21rem;text-align: center;margin: 0 auto;display: block;}

.screen_item{display: none}
.screen_item.active{display: block}

#div-call-in-progress {margin-left: 40px;}

#modal-call-in-progress-body {background-image: url('/static/images/user.png');background-size: cover;}

.notes_list{overflow-y: auto;height: 22.2rem;margin: 0 0 2rem}
.notes_list li {padding: 1.2rem 1.3rem 1rem;border-radius: 0.6rem;margin: 0 1rem 0 0}
.notes_list li:nth-child(odd){background-color: #f1f1f1}
.notes_list li p {font-size: 1.5rem}
.notes_list .notes_title {font-size: 1.7rem;margin: 0 0 0.6rem}
.notes_list::-webkit-scrollbar {width: 0.5rem;height: 0.5rem}
.notes_list::-webkit-scrollbar-thumb {background: #c8c8c8;border-radius: 0.5rem}

.logs_list{overflow-y: auto; height: 40rem}
.logs_list li:not(:last-child){margin-bottom: 1rem}
.call_to_name{text-align: center; font-weight: 800}

.sticky_row{align-items: flex-start;}
.sticky_item{position: sticky; top:0;}

.statusText{margin-bottom: 2rem; font-size: 2rem; font-weight: 800;}
.hide{display: none!important;}

.micCallButton{margin-left: 1rem;}
.micCallButton .iconMicOn{display: block}
.micCallButton .iconMicOff{display: none}
.micCallButton.mute .iconMicOn{display: none}
.micCallButton.mute .iconMicOff{display: block}

.micCallButton{background: #3f51b5; margin-right: 1rem; flex-shrink: 0; width: 3rem; height: 3rem; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; }
.micCallButton svg{color: #fff; font-size: 1.4rem}

.chat_item_page{background: #252525; padding: 1rem; border-radius: 1rem}
.chat_item_page .modal_title{color: #fff}

.accordion {margin: 0 0 3rem}
.accordion_head{padding: 0.5rem 1rem;margin-bottom: 0;cursor: pointer;background: transparent;border-bottom: .1rem solid #c9d9e7}
.accordion_head h4, .accordion_head .h4 {transition: .3s linear;}
.accordion_head p{color: #000;transition: .3s linear;}
.accordion_body{background: #f7f7f7; padding: 1rem}
.endCallButton{background: #df3500;flex-shrink: 0; width: 3rem; height: 3rem; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; }
.callParams{background: #ffc107;flex-shrink: 0;  width: 3rem; height: 3rem; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; }
.callParams svg{color: #fff; font-size: 1.4rem}
.endCallButton svg{color: #fff}
.openKeyboard{background: #4caf50;flex-shrink: 0;  width: 3rem; height: 3rem; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; }
.openKeyboard svg{color: #fff; font-size: 1.4rem}

.buttons{display: flex; justify-content: center; align-items: center;}
.button_list{display: flex; align-items: center;}
.button_list button{margin: 0 .5rem}
.button_list a{margin: 0 .5rem}
.incomingCallButton{background: #4caf50; margin-left: 1rem; flex-shrink: 0; width: 3rem; height: 3rem; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; }
.incomingCallButton svg{color: #fff; font-size: 1.4rem}
.rejectCallButton{background: #df3500; margin-left: 1rem; flex-shrink: 0; width: 3rem; height: 3rem; border-radius: 50%; border: none; display: flex; align-items: center; justify-content: center; }
.rejectCallButton svg{color: #fff; font-size: 1.4rem}


.phone_list li{position: relative; display: flex; flex-wrap: wrap; padding-right: 3rem; margin-bottom: 1rem;}
.phone_list li p{width: 100%; }
.phone_list li .editPhone{display: block}
.phone_list li .savePhone{display: none; position: absolute; right: 3.6rem;top:-3.4rem;  z-index: 3; width: 2.6rem; height: 2.6rem; background: #ff9800; border-radius: 50%; }
.phone_list li .stopEditPhone{display: none;  position: absolute; right: 0;top:-3.4rem; z-index: 3; width: 2.6rem; height: 2.6rem;  background: #df3500; border-radius: 50%; }

.phone_list li svg{color: #fff; font-size: 1.4rem}

.phone_list li.active .editPhone{display: none}
.phone_list li.active .savePhone{ display: flex; justify-content: center; align-items: center;}
.phone_list li.active .stopEditPhone{ display: flex; justify-content: center; align-items: center;}
.phone_list li .callToContact{position: absolute; cursor: pointer; width: 2.6rem; height: 2.6rem; display: flex; justify-content: center; align-items: center; background: #4caf50; border-radius: 50%; right: -3.4rem;z-index: 2; top:50%; transform: translate(0,-50%); }
.phone_list li .mailToContact{position: absolute; cursor: pointer; width: 2.6rem; height: 2.6rem; display: flex; justify-content: center; align-items: center; background: #ff9800; border-radius: 50%; right: 0.3rem;z-index: 2; top:50%; transform: translate(0,-50%); }
.phone_list li .empty .callToContact{display: none}
.phone_list li .empty .mailToContact{display: none}
.phone_list li p {position: relative}
.phone_list li .callToContact svg{color: #fff}

.block_answer{display: none; padding: 1rem; margin-bottom: 2rem;border-radius: 0.5rem}
.block_answer.active{display: block}
.block_answer .input {margin-top: 1rem}
.block_answer p{margin-bottom: 2rem}
.answer_no{border: .1rem solid #ff7272; background: #fdd;}
.answer_yes{border: .1rem solid #00ff00;background: #ebffdc; }

.accordion_item {margin-bottom: 1rem;}
.accordion_item .accordion_body{display: none;}
.accordion_item.active .accordion_body{display: block; background: transparent}


.navigation .header_nav > li.dr_down{position:relative}
.navigation .header_nav > li.dr_down > a{display:inline-flex;align-items:center}
.navigation .header_nav > li.dr_down > a .icon{width:1.2rem;height:1.2rem;color:#f68e31;margin:0 0 0 .9rem}
.navigation .header_nav .sub_menu{opacity:0;visibility:hidden;position:absolute;top:100%;left:2rem;margin:.6rem 0 0;z-index:3;min-width:25rem;background-color:#f68e31;transition:all .3s ease-in-out;box-shadow:0 0 .3rem rgba(68,68,68,0.1);transform:translate3d(0,1rem,0)}
.navigation .header_nav .sub_menu::before{content:"";position:absolute;left:1rem;bottom:100%;display:block;border-bottom:.6rem solid #f68e31;border-left:.6rem solid transparent;border-right:.6rem solid transparent}
.navigation .header_nav .sub_menu::after{content:"";position:absolute;left:0;right:0;bottom:100%;display:block;width:100%;height:1rem}
.navigation .header_nav .sub_menu > li{border-bottom:.1rem solid rgba(255,255,255,0.1)}
.navigation .header_nav .sub_menu > li:last-child{border-bottom:none}
.navigation .header_nav .sub_menu > li > a:not(.button){font-size:1.4rem;color:#fff;display:block;padding:.9rem 1.5rem .7rem;white-space:pre-wrap;text-align:left;text-transform:uppercase;transition:.3s linear}
.navigation .header_nav > li.dr_down:focus .sub_menu{opacity:1;visibility:visible;transform:translate3d(0,0,0)}

.navigation li.hr {border-bottom: 1px solid #fff;}
.navigation .header_nav > .version_info {color: #336b98;margin-top: .1rem}

.navigation_btn {display: none;width: 4rem;height: 2.4rem;position: absolute;top: 1rem;left: 2rem;overflow: visible;cursor: pointer;transition-property: opacity;transition-duration: .15s;transition-timing-function: linear;z-index: 600;}
.navigation_btn.navigation_btn_logo {position: static;width: auto;height: auto;}
.navigation_btn_logo .icon_logo_mobile {width: 5rem;height: 5rem}

.navigation_btn .hamburger_box{display:block;width:4rem;height:.4rem;border-radius:.4rem;background-color:#C9D9E7;position:absolute;left:0;top:50%;transform:translate(0,-50%);transition-property:transform;transition-duration:.075s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}
.navigation_btn .hamburger_box::before,.navigation_btn .hamburger_box::after{content:"";display:block;width:4rem;height:.4rem;border-radius:.4rem;background-color:#C9D9E7;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}
.navigation_btn .hamburger_box::before{top:-1rem;transition:top .075s .12s ease,opacity .075s ease}
.navigation_btn .hamburger_box::after{bottom:-1rem;transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55,0.055,0.675,0.19)}
.navigation_btn.is_open .hamburger_box{transform:translate(0,-50%) rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);background-color:#C9D9E7}
.navigation_btn.is_open .hamburger_box::before,.navigation_btn.is_open .hamburger_box::after{background-color:#C9D9E7}
.navigation_btn.is_open .hamburger_box::before{top:0;opacity:0;transition:top .075s ease,opacity .075s .12s ease}
.navigation_btn.is_open .hamburger_box::after{bottom:0;transform:rotate(-90deg);transition:bottom .075s ease,transform .075s .12s cubic-bezier(0.215,0.61,0.355,1)}
.navigation_btn p{display:block;font-size:1.4rem;font-weight:400;color:#C9D9E7;margin:0;position:absolute;bottom:-2.5rem;left:50%;transform:translate(-50%,0)}

.mobile_phone{position:fixed;left:0;right:0;bottom:env(safe-area-inset-bottom);display:none;padding:.5rem 0;font:700 3rem Lato,sans-serif;background-color:#f68e31;color:#fff;text-align:center;user-select:none;z-index:300}
.mobile_phone svg{width:2.4rem;height:2.4rem}


/* KORZUN CODE */

.action_btns svg{width: 2rem;height: 2rem; margin:0.5rem;}
.navigation .header_nav{display: flex}
.navigation .header_nav > li > a:not(.button) svg {margin-right: 1rem;flex-shrink: 0;}
.navigation .header_nav > li > a:not(.button) svg.iconExit {position: relative; top:.2rem;}
table.sortable thead th:not(.sorttable_nosort) {cursor: pointer;}
.ajax_Click {cursor: pointer;}
.ui-icon, .ui-widget-content .ui-icon {background-image: url('/img/ui-icons_444444_256x240.png');}
.select2-container--default .select2-selection--single {border-color: #dde4ec;}
.select2-container .select2-selection--single {height: 3.2rem;}
.login_container {padding: 2rem; background-color: #fff;box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px; border-radius: 5px;}
.login_container .input {background-color:#edf1f6; border-radius: 10px;}
.icon_status {width: 1.5rem; height: 1.5rem; border-radius: 50%;display: inline-block; margin-right: 0.3rem;vertical-align: middle;}

.colour_reminder_0 {background-color:#2196f3; }
/*.colour_reminder_0 span { color: #000;}*/
.colour_reminder_1 {background-color:#99fb27;}
.colour_reminder_1 span{ color: #000;}

.colour_0 {background-color:#2196f3;}
.colour_1 {background-color:#0aefed;}
.colour_2 {background-color:#00bcd4;}
.colour_3 {background-color:#ffeb3b;}
.colour_4 {background-color:#99fb27;}
.colour_overdue {background-color:#e81224;}

.colour_status_0 {background-color:#2196f3;}
.colour_status_1 {background-color:#ffeb3b;}
.colour_status_2 {background-color:#8bc34a;}

.impact_0 {background-color:#16c60c;}
.impact_1 {background-color:#fff100;}
.impact_2 {background-color:#e81224;}

.ico_colour_0 {color:#2196f3;}
.ico_colour_1 {color:#0f970f;}
.ico_colour_2 {color:#00bcd4;}
.ico_colour_3 {color:#ffeb3b;}
.ico_colour_4 {color:#99fb27;}
.ico_colour_5 {color:#e81224;}

.iconEdit{color:#2196f3;}
.iconEye{color:#ffeb3b;}

.company_wrapp {border-radius: 6px;background: var(--0, #FFF);box-shadow: 0px 2px 16px 0px rgba(0, 0, 0, 0.10);padding: 2rem; margin: 0.5rem 0;}
.company_wrapp h3 {border-radius: 5px 0px;display: inline-block;background: #e4e4e4;padding: 0.6rem 2.5rem .3rem}
.company_wrapp .chat_title {border-radius: 5px 0px;display: inline-block;background: #e4e4e4;padding: 0.6rem 2.5rem .3rem; margin-bottom: 1rem; font-size: 1.8rem; color: #231f20; font-weight: 700;}
.company_wrapp h3 a{color: #083050;font-size: 1.6rem;font-style: normal;font-weight: 400;line-height: normal;}
.company_wrapp .light_title, .light_title {background: #C9D9E7}
.company_wrapp .subtitle {font-size: 1.6rem; text-transform: initial; padding: 1.5rem 2.5rem 0; display: inline-block;}
.company_wrapp .subtitle:after {content: ''; display: block; width: 100%; height: 1px; background-color:#ccc; margin-top: 0.3rem;}
.company_wrapp .rwd_table tr {border:none;}
.company_wrapp .rwd_table tr:nth-child(even){background: #f9f9f9}
.company_wrapp .rwd_table th {background-color: #F5F5F5; padding: 1rem;}
.company_wrapp .rwd_table tr th:first-child, .company_wrapp .rwd_table tr td:first-child {padding-left: 2.5rem;}
.company_wrapp .rwd_table tr:last-child {border-bottom: 1px solid #f1f1f1;}
.rwd_table .table_link {display: inline-flex;align-items: center}
.rwd_table .table_link .icon {display: none}
.company_wrapp .wrap {padding: 2rem;}
.company_wrapp .rwd_table {margin-top: 1rem;}

.board_box_wrapper::-webkit-scrollbar {width: 0.5rem;height: 0.5rem}
.board_box_wrapper::-webkit-scrollbar-thumb {background: #c8c8c8;border-radius: 0.5rem}

.calendar_filter_header {margin-top: 2.5rem; margin-bottom: 4rem !important;align-items: flex-start;}
.calendar_filter_header .form_item {margin: 0}

.section_wrap {margin: 0 0 4rem}

.rwd_table audio{width: 100%}

.table_container {max-height: 56rem;overflow-y: auto;}
.table_container table thead {position: -webkit-sticky;position: sticky;top: 0;}

.board_box {cursor: move}
.board_box.light_bg {background-color: #fafafa}

.logs_list{padding: 1rem;border-radius: 1rem;-webkit-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);-moz-box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.3);}

.simple_title {border-radius: 5px 0px;background: #C9D9E7; display: inline-block;padding: 0.5rem 2.5rem; font-size: 2.4rem;}

p.p_status {display: inline-block;padding: 0.3rem 1.3rem;font-size: 1.2rem;border-radius: 0.3rem; color:#000;}
.cancell_filter {padding: 0.4rem 0.8rem;background-color: #0f2b46;display: inline-flex;justify-content: center;align-items: center}
.cancell_filter svg{width: 2rem; height: 2rem; margin-right: 0 !important;}
svg.impact_2 {background:none;color:red;}

.progress-section {width: 100%;border-radius: 15px;background: #333;padding: 1rem 2rem;margin: 0 auto;}
.progress-section p {color:#fff;}
.progress {width: 100%;-webkit-appearance: none;appearance: none;border: none;border-radius: 10px;height: 10px;}
.progress::-webkit-progress-bar {background-color: #f0f0f0;}
.progress::-webkit-progress-bar, .progress::-webkit-progress-value {border-radius: 10px;}
.progress::-moz-progress-bar {border-radius: 10px;}
.progress_blue::-webkit-progress-value {background: #56b6ff;}
.orange::-webkit-progress-value {background: #ffb453;}
.progress_red::-webkit-progress-value {background: red;}
.progress_green::-webkit-progress-value {background: #3fff76;}

.editableDetails{position: relative;padding-right: 3rem;margin: .2rem 0 0}
.editableDetails .stopEdit{display: block }
.editableDetails .startEditing{display: none }
.editableDetails.disableDetail .startEditing{display: block }
.editableDetails.disableDetail .stopEdit{display: none }
.startEditing{position: absolute; right: .5rem; top:50%; transform: translate(0,-50%); cursor: pointer;}
.stopEdit{position: absolute; right: .5rem; top:50%; transform: translate(0,-50%); cursor: pointer;}
.stopEdit svg{font-size: 1.8rem!important; color: #4caf50}
.disableDetail input{background: transparent; border: none}

td .box{margin-bottom: 2rem;}
td .box:last-of-type{margin-bottom: 0}
.box{padding: 1rem;box-shadow: 0 0.2rem 1.2rem 0 rgba(0, 0, 0, 0.10); position: relative}
.box.extra_date{padding-bottom: 2.5rem;}
.box.today{box-shadow: 0 0.2rem 1.2rem 0 rgb(97 255 123 / 70%)}
.box.overdue{box-shadow: 0 0.2rem 1.2rem 0 rgb(255 97 97 / 70%)}
.hiddenField{display: none}
.show_hidden {margin-bottom: 3rem}
.hiddenFieldsWrap div, .show_hidden div {padding-left: 1rem;}
.hiddenFieldsWrap.active .hiddenField{display: block}
.hiddenFieldsWrap .col_6, .show_hidden .col_6 {display: flex; align-items: center;}
.hiddenFieldsWrap .col_6 p:first-child, .show_hidden .col_6 p:first-child{width: 40%}
.hiddenFieldsWrap .col_6 p:first-child, .show_hidden .col_6 p.width_100{width: 100%!important;padding-right: 0}
.hiddenFieldsWrap .col_6 p, .show_hidden .col_6 p{width: 60%}
.hiddenFieldsWrap .col_6:nth-of-type(4n+1), .hiddenFieldsWrap .col_6:nth-of-type(4n+2), .show_hidden .col_6:nth-of-type(4n+1), .show_hidden .col_6:nth-of-type(4n+2){background: #f1f1f1;}
/*.hiddenFieldsWrap .col_6 .input{background: #f1f1f1;}*/
.hiddenFieldsWrap .col_6 .input, .show_hidden .col_6 .input{font-size: 1.4rem;height: 2.6rem;line-height: 3rem;}
.hiddenFieldsWrap .col_6 .input, .show_hidden .col_6 select{margin-bottom: .3rem; background: transparent}
.hiddenFieldsWrap .input:focus, .show_hidden select:focus, .hiddenFieldsWrap .input:active, .show_hidden select:active{box-shadow: unset}
.hiddenFieldsWrap select, .show_hidden select {margin-left: -1rem;padding-left: 0.5rem !important;width: calc(100% + 0.7rem);max-width: calc(100% + 0.7rem);}
/*.hiddenFieldsWrap .col_6 .input{font-size: 1.4rem;     background: #f1f1f1;
    height: 2.6rem;
    line-height: 3rem;
    padding: 0 0.5rem;}*/
.hiddenFieldsWrap .col_6 p, .show_hidden .col_6 p{font-size: 1.4rem}
.lead_date{position: absolute;bottom: -2px;background: #fadf00;right: 0;padding: 0.4rem;font-size: 1.2rem;border-radius: 0.5rem 0 0}
.top_numbers .number_total{}
.top_numbers .number_assigned{background: #8bc34a; color: #fff;}
.top_numbers .number_remaining{background: #ffc107;}

.tagsBlock{display: none; }
.tagsBlock2{display: none; }
.tagsBlock3{display: none; }
.tagsBlock4{display: none; }
.tagsBlock5{display: none; }
.tagsBlock.active{display: block; }
.tagsBlock2.active{display: block; }
.tagsBlock3.active{display: block; }
.tagsBlock4.active{display: block; }
.tagsBlock5.active{display: block; }

.inializing {background-color: yellow;text-align: center;text-transform: uppercase;font-size: 1.5rem;padding: 1rem;border: .1rem solid #f68e31;color: red;}
.inializing.inialized{border-color: #4caf50;background-color: #4caf50;color: #ffffff;}
.company_wrapp .inializing {margin: 0 0 1.5rem}
.loadMoreLogs{display: none}
.loadMoreLogs.active{display: inline-block; margin-top: 1rem}


.tableFixHead {overflow-y: auto;height: 52rem;}
.tableFixHead thead th {position: sticky;top: 0;z-index: 6;}
.tableFixHead table {border-collapse: collapse;width: 100%;}

.scrolled_table_wrap {white-space: nowrap;overflow: auto;padding: 0 0 4rem}

.company_wrapp .scrolled_table tr {border:none;}
.company_wrapp .scrolled_table tr:nth-child(even){background: #f9f9f9}
.company_wrapp .scrolled_table th {background-color: #F5F5F5; padding: 1rem;}
.company_wrapp .scrolled_table tr th:first-child, .company_wrapp .scrolled_table tr td:first-child {padding-left: 2.5rem;}
.company_wrapp .scrolled_table tr:last-child {border-bottom: 1px solid #f1f1f1;}
.scrolled_table .table_link {display: inline-flex;align-items: center}
.scrolled_table .table_link .icon {display: none}
.company_wrapp .scrolled_table {margin-top: 1rem;}
.scrolled_table{margin:0;padding:0;width:100%;}
.scrolled_table tr{border-bottom:.1rem solid #cecece}
.scrolled_table th,.scrolled_table td{padding:0.8rem 1rem;text-align: left;}
.scrolled_table th{font-size:1.2rem;letter-spacing:.1rem;text-transform:uppercase; max-width: 14rem;}
.scrolled_table td{font-size:1.4rem}
.scrolled_table a {-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;transition:.3s linear}
.scrolled_table a .view_order{-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;transition:.3s linear}
.scrolled_table .table_card_hashtag {display: none}

.rwd_table.rwd_table_inner {table-layout: unset}
.rwd_table.rwd_table_inner td:first-child{width: 20rem;flex-shrink: 0}


#formXMLCSV{display: flex; align-items: center}
#formXMLCSV .input_file{width:.1px;height:.1px;opacity:0;overflow:hidden;position:absolute;z-index:-1}
#formXMLCSV .input_file + label{max-width:100%;font-size:1.6rem;border-radius: 8px;height: 3.2rem; line-height: 3.2rem;  font-weight:400;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;cursor:pointer;overflow:hidden;padding:0 2rem;-webkit-transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;margin: 0;display: inline-flex;align-items: center}
#formXMLCSV .input_file + label svg{width:1.4rem;height:1.4rem;vertical-align:middle;color:#fff;margin-top:.1rem;margin-right:.4rem;-webkit-transition:all .3s linear;-o-transition:all .3s linear;-moz-transition:all .3s linear;transition:all .3s linear;flex-shrink: 0}
#formXMLCSV .input_file_1 + label{color:#fff;background-color:#0276ff}
#formXMLCSV .input_file_1:focus + label,.input_file-1.has_focus + label{background-color:#8ec642}

.d_flex{display: flex}
.ju_c_end{justify-content: end}
.aic{align-items: center}
.d_flex .button {margin-left: .5rem;}

#controls button {margin-bottom: 10px;}

#controls label {text-align: left;font-size: 1.25em;color: #777776;display: block;}


main#controls {padding: 3em;max-width: 1200px;margin: 0 auto;display: flex;justify-content: space-between;align-items: flex-start;}


/* Left Column */
#controls #client-name {text-align: left;margin-bottom: 1em;font-family: 'Helvetica Light', Helvetica, sans-serif;font-size: 1.25em;color: #777776;}

#controls select {width: 300px;height: 60px;margin-bottom: 10px;}

/* Center Column */
#controls input {font-family: Helvetica-LightOblique, Helvetica, sans-serif;font-style: oblique;font-size: 1em;width: 100%;height: 2.5em;padding: 0;display: block;margin: 10px 0;}
#controls div#volume-indicators {padding: 10px;margin-top: 20px;width: 500px;text-align: left;}
#controls div#volume-indicators > div {display: block;height: 20px;width: 0;}
#controls #log {text-align: left;border: 1px solid #686865;padding: 10px;height: 9.5em;overflow-y: scroll;}
#controls .log-entry {color: #686865;font-size: 1em;line-height: 1.25em;margin-left: 1em;text-indent: -1.25em;width: 90%;}
#controls .hide {position: absolute !important;top: -9999px !important;left: -9999px !important;}



.screen {background-color: #3f74ca;display: flex;flex-wrap: wrap;padding: .5rem;width: 100%;min-height: 50rem;}
.screen_content{width: 100%;}
.screen_nav{width: 100%;}
.listIcons{display: flex; justify-content: space-between;}

.iphone .phoneIcon {cursor:pointer;width: 4rem;height: 4rem;border-radius: .3rem;background-color: #f7f8fa;margin: 1.5rem; display: flex; justify-content: center; align-items: center;}
.iphone .phoneIcon .icon{font-size: 2.6rem}
.iphone .phoneIcon:active, .iphone .phoneIcon:hover {opacity: 0.75;}
.iphone, .screen {border: 0.5vh solid #525c6b;}
.iphone {padding: 10rem 1.5rem;border-radius: 6rem;position: relative;background: #fff;}
.iphone .home,.iphone  .camera,.iphone  .proximity, .speaker,.iphone  .silence,.iphone  .volume-up,.iphone  .volume-down,.iphone  .sleep {position: absolute;}
.iphone .home,.iphone  .camera,.iphone  .proximity {border-radius: 50%;}
.iphone .speaker,.iphone  .silence,.iphone  .volume-up,.iphone  .volume-down,.iphone  .sleep,.iphone  .proximity {background-color: #525c6b;}
.iphone .home,.iphone  .speaker,.iphone  .camera,.iphone  .proximity {left: 50%;}
.iphone .home,.iphone  .speaker {margin-left: -3vh;width: 6vh;}
.iphone .home,.iphone  .camera {border: 0.5vh solid #525c6b;}
.iphone .home {height: 6vh;bottom: 2vh;}
.iphone .speaker {top: 4.75vh;height: 0.5vh;border-radius: 0.5vh;}
.iphone .camera {width: 1.5vh;height: 1.5vh;top: 4.25vh;margin-left: -6.5vh;}
.iphone .proximity {width: 1vh;height: 1vh;top: 2vh;margin-left: -0.5vh;}
.silence, .volume-up, .volume-down, .sleep {width: 0.5vh;}
.volume-up, .volume-down, .sleep {height: 5vh;}
.silence, .volume-up, .volume-down {left: -0.75vh;}
.silence {height: 3vh;top: 10vh;}
.volume-up, .sleep {top: 17vh;}
.volume-down {top: 24vh;}

.sleep {right: -0.75vh;}
.modal_dial .modal_wrap{background: transparent}
.number_btn_group{display: flex; justify-content: center;}
.numberBtn{width: 5rem;height: 4rem;border: none;background: #fff;margin: 0.2rem;border-radius: 1rem;}
.screen_content {padding-top: 1rem;}
.screen_content h4{color: #fff;}
.screen_content #phoneNumber{margin: 1rem auto; text-align: center; max-width: 80%;}
.iconRemoveNumber{font-size: 2.4rem; color: #f44336;}
.iconPhoneCall{font-size: 2.4rem; color: #4caf50;}

.color_darkblue {color:#0b74c8;}


@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		.fixed-block {
			bottom: 0;
		}
	}
}

.home_bar_space {position: fixed;left: 0;bottom: 0;display: none;width: 100%;height: env(safe-area-inset-bottom);background-color: #e99724;z-index: 299;}
.dark_overlay.nav_opened::after{content:"";position:fixed;top:0;left:0;display:block;width:100%;height:100vh;background-color:#000000;opacity:.6;z-index:2}
.menuOverlay{position:fixed;top:0!important;left:0;display:block;width:100%;height:0;background-color:#626262;opacity:.8;z-index:900}
.menuOverlay.opened{height: 100%}



.custom_switch_wrap {display: flex;align-items: center;}
.custom_switch_label {display: inline-block;font-size: 1.6rem;font-weight: 500;margin: 0 0 0 1rem;cursor: pointer;}
.custom_switch {width: 4.8rem;height: 2.4rem;border-radius: 1.4rem;border: 1px solid #DF8092;background-color: #DF8092;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");background-repeat: no-repeat;background-size: contain;background-position: left center;transition: background-position .15s ease-in-out;-webkit-appearance: none;-moz-appearance: none;appearance: none;position: relative;cursor: pointer;flex-shrink: 0}
.custom_switch:checked {background-position: right center;background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");background-color: #44CEC5;border-color: #44CEC5;}
.custom_switch_wrap.custom_switch_small .custom_switch {width: 3.6rem;height: 1.8rem;border-radius: 1rem}

.menuAside{visibility: hidden;  position: fixed; top:0; width: 100%; background: #f9f9f9;  height: 100%;   box-shadow: 0 -0.3rem 8rem rgba(0, 0, 0, 0.15); 	padding: 2rem 0 2rem 2rem; max-width: 70%;	right: -100%;	z-index: 920; transition: .3s;}
.menuAside.active{visibility: visible; right: 0; transition: .3s}
.menuAside.active .menuAsideContent{height: calc(100vh - 4rem); overflow-x: hidden; overflow-y: auto; padding-right: 2rem}
.menuAside .form_item{margin:0 0 1rem}
.closeMenu{color: #083050; position: fixed;right: 2rem;top: 2rem;}
.closeMenu svg{font-size: 3rem;}
.color_item {display: inline-block;width: 2rem;height: 2rem;margin-right: 1rem;border-radius: 50%;}
.mymove{animation: mymove 2s ;}

@keyframes mymove { 0% {background-color: #fff;} 25% {background-color: rgba(2,118,255,.3);} 50% {background-color: rgba(2,118,255,.6);} 75% {background-color: rgba(2,118,255,.3);} 100% {background-color: #fff;} }
.select2-container{width: 100%!important; height: 3.2rem;}

.tabs_content{display:none}
.tabs_content.active{display:block}

.tabs_content_extra{display:none}
.tabs_content_extra.active{display:block}

.tabs_content2{display:none}
.tabs_content2.active{display:block}

footer{padding:.6rem 0 0;background: #f1f1f1;z-index: 900; position: fixed; right: 0; bottom: 0;width: calc(100% - 20rem);}
footer p,footer a{font:500 1.6rem/1.4 "Lato",sans-serif;font-size: 1.2rem;color: #000;line-height: 2.4rem;text-align: center;text-transform: uppercase;letter-spacing: 0.12rem;}
footer p{margin:.5rem 0}
footer a{transition:.3s linear}


.rwd_table{margin:0;padding:0;width:100%;table-layout:fixed}
.rwd_table tr{border-bottom:.1rem solid #cecece}
.rwd_table th,.rwd_table td{padding:0.8rem 1rem;text-align: left;}
.rwd_table th{font-size:1.2rem;letter-spacing:.1rem;text-transform:uppercase}
.rwd_table td{font-size:1.4rem}
.rwd_table a {-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;transition:.3s linear}
.rwd_table a .view_order{-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;transition:.3s linear}
.rwd_table .table_card_hashtag {display: none}

.rwd_table.rwd_table_inner {table-layout: unset}
.rwd_table.rwd_table_inner td:first-child{width: 20rem;flex-shrink: 0}


.custom_table{margin:0;padding:0;width:100%;table-layout:fixed}
.custom_table tr{border-bottom:.1rem solid #cecece}
.custom_table th,.custom_table td{padding:0.8rem 1rem;text-align: left;}
.custom_table th{font-size:1.2rem;letter-spacing:.1rem;text-transform:uppercase}
.custom_table td{font-size:1.4rem}
.custom_table a {-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;transition:.3s linear}
.custom_table a .view_order{-webkit-transition:.3s linear;-o-transition:.3s linear;-moz-transition:.3s linear;transition:.3s linear}
.custom_table .table_card_hashtag {display: none}
.company_wrapp .custom_table tr {border:none;}
.company_wrapp .custom_table tr:nth-child(even){background: #f9f9f9}
.company_wrapp .custom_table th {background-color: #F5F5F5; padding: 1rem;}
.company_wrapp .custom_table tr th:first-child, .company_wrapp .custom_table tr td:first-child {padding-left: 2.5rem;}
.company_wrapp .custom_table tr:last-child {border-bottom: 1px solid #f1f1f1;}
.custom_table td svg{font-size: 2.6rem}

.in_proccess{background: #c5ffc5}
.removeTime{margin-top: 2rem; display: inline}
.removeTime svg{font-size: 2rem}
.forSave{display: none}
.modal_buttons.saving .forSave{display: inline}
.ui-timepicker-container{z-index: 2000}
.newTimesWrap .row_f:not(:last-child) .btns .addTime{opacity: 1}

.assignOperator{display: none}
.assignOperator.active{display: block}


.dropzone {border: none !important;border-radius: 1rem;min-height: 22rem;height: 22rem;background-image: linear-gradient(to bottom, #edf8fc, #ecf8fc, #ecf8fc, #ebf7fc, #ebf7fc);padding: 0;}
.dropzone .clickable_area {padding: 2rem;display: flex;flex-direction: column;align-items: center;justify-content: center;cursor: pointer;height: 100%;}
.dropzone .clickable_area .upload_image {width: 10rem;margin: 0 0 2rem;}
.dropzone .clickable_area .upload_text {font-size: 2rem;font-weight: 700;color: #21a0da;text-align: center}
.dropzone .dz-message{display: none}

.dropzone .dz-preview .dz-success-mark {background: #4bbba6;}
.dropzone .dz-preview .dz-error-mark {background: #e57373;}

.container{margin:0 auto;}
.container>ul{display:-webkit-box;display:-webkit-flex;display:-moz-box;display:-ms-flexbox;display:flex;margin:0 0 1rem;padding:0}
.container.calendar>ul{justify-content: center;}
.container.calendar>ul>li{font-size: 2.4rem;}
.container>ul>li.active{background: #083050;color: #fff;}

.lead_header .container>ul {margin: 0}

.container .tabs_content{display:none}
.container .tabs_content.active{display:block;padding-top: 2rem;}

.table_action_btns{display: flex; align-items: center}
.table_action_btns a:not(:first-child){margin-left: 1rem}
.table_action_btns a svg{font-size: 2.2rem!important;}

.reminderForm.hided{display: none}
.modal_btns{display: flex; justify-content: center;}
.modal_btns a {margin: 0 1rem; color: #fff;}

@keyframes showNew {
    0%   { background: #fff; }
    25%  { background: #e8ffd6; }
    50%  { background: #cbffa2; }
    75%  { background: #e8ffd6; }
    100% { background: #fff; }
}
.showNew{
    padding: 1rem;
    animation: showNew 7s ;
}

.tab_list {cursor: pointer;padding: 1rem 1.5rem;font-size: 1.6rem;background: #fff;display: flex;align-items: center;color: #083050;border-radius: 0;box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);}
.tab_list2 {cursor: pointer;padding: 1rem 2rem;background: #fff;displ083050;border-radius: 0;box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);}
.tab_list:first-child{border-bottom-left-radius: .5rem;border-top-left-radius: .5rem;}
.tab_list:last-child{border-bottom-right-radius: .5rem;border-top-right-radius: .5rem;}
.tab_list svg {margin-right: 0.5rem;flex-shrink: 0}

.tab_list_extra {cursor: pointer;padding: 1rem 1.5rem;font-size: 1.6rem;background: #fff;display: flex;align-items: center;color: #083050;border-radius: 0;box-shadow: 0 0.5rem 1rem rgb(0 0 0 / 20%);}
.tab_list_extra:first-child{border-bottom-left-radius: .5rem;border-top-left-radius: .5rem;}
.tab_list_extra:last-child{border-bottom-right-radius: .5rem;border-top-right-radius: .5rem;}
.tab_list_extra svg {margin-right: 0.5rem;flex-shrink: 0}

.button svg {flex-shrink: 0;width: 1.4rem;height: 1.4rem;margin: 0.2rem 0.5rem 0 0;}
.panels {  background: #fff;box-shadow: 0 0.8rem 1rem #00000010;min-height: 200px;width: 100%;border-radius: 3px;overflow: hidden;padding: 20px; }
/*.select2-container--default .select2-search--inline .select2-search__field{position: absolute; top:.9rem; padding-left: .5rem;}*/
.thumbnail_preview_middle{border-radius: 50%; width: 10rem; height: 10rem; overflow: hidden; position: relative;}
.thumbnail_preview_small{border-radius: 50%; width: 5rem; height: 5rem; overflow: hidden; position: relative;}
.thumbnail_preview_small img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); object-fit: contain;}
.thumbnail_preview_middle img{position: absolute; left: 50%; top:50%; transform: translate(-50%, -50%); object-fit: contain;}
.rwd_table td .blank_icon svg{width: 4rem; height: 4rem; color: #c9d9e7;}
.rwd_table tr.in_work{background: #baff86!important;}

.chat {width: 100%;height: 100%;min-height: 46rem;padding: 0;background: #fff;display: inline-flex;flex-direction: column;}
.chat .messages {padding: 2rem;list-style: none;border: 0.2rem solid #fff;border-left: none;border-right: none;display: flex;flex-direction: column;height: calc(46rem - 11rem);overflow-y: scroll;}
.chat .messages li {display: flex;flex-direction: column;width: 100%; border: none;margin-bottom: 1rem; padding: 1rem}
.chat .messages li {align-items: center;}
.chat .messages li.my {align-items: flex-end;}
.chat .messages li.me {align-items: flex-start;}
.chat .messages li.my .message{	background: #28a745;}
.chat .messages li.me .message{	background: #0276FF;}
.chat .messages .message a{text-decoration: underline;}
.chat .messages li:after {content: '';clear: both;display: block;}
.chat .messages li .head {font-size: 13px;}
.avatar{width: 3.2rem;background-color: #eee;height: 3.2rem;background-size:cover;display: inline-block;vertical-align: middle;overflow: hidden;border-radius: 50%;background-position: center center;margin: 0.3rem;}
.chat .messages li .name {font-weight: 600;position: relative;}
.chat .messages li .name:after {content: '';position: absolute;height: 8px;width: 8px;border-radius: 50%;top: 6px;}
.chat .messages li .time {color: #b7bccf;}
.chat .messages li .message {margin-top: 10px;color: #fff;font-size: 1.6rem;border-radius: 3px;padding: 0.5rem 1rem;line-height: 25px;word-wrap: break-word;position: relative;max-width: 90%;}
.chat .messages li.my .name {margin-left: 20px;}
.chat .messages li.me .name {margin-right: 5px;}
.chat .messages li.i .name {margin-right: 20px;}
.chat .write-form {margin-top: auto;background: #eaeaea;width: 100%;display: flex;padding: 1rem;}
.chat .write-form textarea {margin: 0;max-width: 100%;outline: none;border: none;border-radius: 3px;resize: none;margin-right: 1rem;min-height: 8rem;}
.chat .write-form .button{display: flex;align-items: center;}
.chat .write-form textarea:before {content: '';clear: both;}
.width_100{width: 100%; display: block;}
.select2-container .select2-selection--single {height: 3.2rem;border-radius: 0.5rem;font-size: 1.4rem;font-weight: 500;color: #222222;border-color: transparent;}
.select2-container--default .select2-selection--single{background: #ffffff; border-color: #A7A7A7;}
.select2-container--default .select2-selection--multiple{border-color: #A7A7A7;}
.select2-container--default .select2-selection--multiple .select2-selection__choice{background-color: #ECECEC; border: none}
.select2-container--default .select2-selection--single .select2-selection__rendered{color: #222;height: 3.2rem;line-height: 3.2rem;padding-left: 1.4rem;padding-right: 2.6rem}
.select2-container--default .select2-selection--single .select2-selection__arrow{top: 0.3rem;right: 0.5rem;}
.select2-container {border-radius: 1rem;}
.select2-search--dropdown {display: block;padding: 1rem 1.4rem 0.4rem}
.select2-results__option {font-size: 1.4rem;font-weight: 500;color: #5E6278;padding: 0.7rem 1.4rem 0.6rem;}
.select2-container--default .select2-search--dropdown .select2-search__field {font-size: 1.4rem;font-weight: 500;color: #5E6278;border-color: #E1E3EA;transition: all .2s ease-in;border-radius: 0.4rem;}
.select2-container--default .select2-search--dropdown .select2-search__field:focus {border-color: #89C1F6;box-shadow: 0 0 0 0.3rem rgba(29, 144, 245, 0.15);}
.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {background-color: #f58220;color: #ffffff}
.select2-container--default .select2-results__option--selected {background-color: #E9E9E9;color: #7E8299}
.select2-dropdown {border-color: #E1E3EA}
textarea{resize: none}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{background: transparent; font-size: 1.6rem; color: #FF1212; border: none}
.form_item_small{margin-bottom: 1rem; display: block;}
.colored{color: #083050;}

.file_deleted{color:#f44336;font-weight:700!important;position:absolute;left:0;opacity:0}
.file_deleted.active{-webkit-animation-name:fileDeleted;animation-name:fileDeleted;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-fill-mode:both;animation-fill-mode:both}
.upload:focus + label strong,.upload.has-focus + label strong{background-color:#95b4bc}

.upload_file .image_input {width: 15rem;height: 15rem;margin: 2rem auto;position: relative}
.upload_file .image_input_preview {border: .3rem solid #ffffff;box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, 0.075);height: 100%;width: 100%;}
.upload_file .blank_icon, .upload_file .image_preview {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%}
.upload_file .blank_icon .icon{width: 10rem;height: 10rem;color: #DCE5F1;}
.upload_file .image_preview img{width: 14rem;height: 14rem;color: #DCE5F1;object-fit: contain}
.upload_file .image_preview {cursor: pointer}
.upload_file .input {margin-bottom: 0}

.upload_file .upload{width:.01rem;height:.01rem;opacity:0;overflow:hidden;position:absolute;z-index:-1}
.upload_file .upload_control {display: inline-flex;align-items: center;justify-content: center;position: absolute;right: -1rem;width: 2.5rem;height: 2.5rem;border-radius: 50%;background-color: #ffffff;box-shadow: 0 0.5rem 1.5rem 0.5rem rgba(0, 0, 0, .08);cursor: pointer}
.upload_file .upload_control.label_upload {top: -1rem}
.upload_file .upload_control.label_upload .icon{color: #89C1F6;}
.upload_file .upload_control.delete_thumbnail {bottom: -1rem;}
.upload_file .upload_control.delete_thumbnail .icon{color: #E7A1AE;}
.upload_file .upload_control .icon{width: 1.4rem;height: 1.4rem;color: #a1a5b7;transition: .3s ease;}
.upload_file.it_is_file.uploaded  .image_preview .icon{width: 9rem;height: 9rem;}
.upload_file .blank_icon_inner{display: none}
.upload_file.upload_removed .blank_icon_inner{display: flex}
.upload_file.upload_removed .image_preview, .upload_file.upload_removed .delete_thumbnail {display: none;}
.confirm_block{position: absolute; top: 2rem; background: #fff; width: 26rem; z-index: 5; padding: 1rem; text-align: center; -webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);-moz-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5);box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.5); border-radius: .5rem;}
[data-block-direction="right"]{right: 1rem}
[data-block-direction="left"]{left: 100%}
#progressBar{margin-top: .5rem; width: 100%;}
.confirm_block .btnsList {display: flex; align-items: center; margin-top: .5rem; justify-content: space-between;}
.confirm_block .confirmTitle {font-size: 1.8rem; font-weight: 800;}
p.alert {color:red !important;font-size: 80% !important;}
.ck-editor__editable {min-height: 200px;}

.fc-daygrid-event p {display: flex;align-items: center;padding: 0.2rem 0.4rem;border-radius: 0.5rem;margin: 0;font-size: 1.2rem;color: #FFFFFF;width: 100%}
.fc-daygrid-event p.grey{background: #f1f1f1;}
.fc-daygrid-event p.colour_4,
.fc-daygrid-event p.colour_3{color: #000;}
.fc-daygrid-event p span{padding: 0 .2rem;}
.fc-daygrid-event p span.icon_status {padding: 0;flex-shrink: 0;  display: inline-block; width: 1rem; height: 1rem;}
.colour_overdue span.icon_status {border: .1rem solid #fff;}
.search_form{position: fixed;z-index: 300; top:0; right: 0; width: calc(100% - 24.5rem); padding: 1.2rem 3.5rem 1.4rem 2.6rem; background: #f1f1f1;}
.search_form .form_item {margin: 0}
.search_form .custom_switch_wrap {margin:0 0 0.5rem}
.fc-h-event{background: none; border: none}
#ui-datepicker-div{z-index: 700}
.fc-list-event-title p {color: #fff; display: inline-block; align-items: center; padding: 0.2rem .5rem; width: auto;border-radius: 0.3rem;}
.fc-list-event-title p span{padding: 0 .5rem; display: inline-block; vertical-align: middle;}
.fc-list-event-title p span.icon_status {padding: 0; display: inline-block; vertical-align: middle; border: .1rem solid #fff;}

.fc .fc-more-popover .fc-popover-body {overflow-y: auto;max-height: 26rem}
.fc-daygrid-event {white-space: pre-wrap;flex-direction: column;}
.fc-daygrid-event-harness {margin-top: 0 !important;}

.user_colour_wrap {display: flex;flex-wrap: wrap;justify-content: flex-end}
.user_colour_wrap .user_color_item{font-size: 1.4rem;padding: 0.4rem 1rem 0.5rem;border-radius: 0.5rem;margin: .3rem;color: #ffffff}

.user_colour_0 {background-color: #847577;}
.user_colour_10 {background-color: #847577;}
.user_colour_11 {background-color: #4c8577;}
.user_colour_12 {background-color: #ff9b42;}
.user_colour_13 {background-color: #445f90;}
.user_colour_14 {background-color: #445f90;}
.user_colour_15 {background-color: #03a9f4;}
.user_colour_16 {background-color: #8bc34a;}
.user_colour_17 {background-color: #ff5722;}
.user_colour_18 {background-color: #9c27b0;}
.comparablesBlock {display: flex;}
.comparablesBlock svg{font-size: 2rem!important;}
[data-sub-action="removeComparables"] svg{font-size: 2rem!important;}
.comparablesBlock .input{display: none;}
.comparablesBlock.empty .input{display: block}
.comparablesBlock.empty .comparablesLinkEdit{display: none}
.comparablesBlock .comparablesLinkEdit{display: block; padding: 0 .5rem;}
.comparablesBlock.empty .comparablesLink{display: none;}
.comparablesBlock .comparablesLink{display: block;}
.comparablesBlock .comparablesLink svg{color: #03a9f4;}
.comparablesBlock .comparablesLinkEdit svg{color: #9c27b0;}

.fc-list-event-title p span {font-size: 1.3rem;padding: 0 0.5rem 0.3rem}
/*.fc .fc-view-harness {max-height: 100rem;overflow-y: auto}*/
/*.fc .fc-daygrid-body-natural .fc-daygrid-day-events {margin-bottom: 1em;max-height: 25rem;overflow-y: auto;}*/
.fc .fc-daygrid-body-natural .fc-daygrid-day-events::-webkit-scrollbar {width: 0.4rem;height: 0.4rem}
.fc .fc-daygrid-body-natural .fc-daygrid-day-events::-webkit-scrollbar-thumb {border-radius: 0.4rem}
.fc-daygrid-dot-event.fc-event-mirror, .fc-daygrid-dot-event:hover {background: transparent;}

/*.fc .fc-daygrid-event-harness .modalInfoClass{display: none}*/
/*.fc .fc-daygrid-event-harness:nth-child(5) .modalInfoClass{display: flex}*/
.modalInfoClass {margin: .5rem 0 0 !important;background-color: #0276ff;padding: 0.4rem 0.5rem !important;text-align: center;justify-content: center}

.scrolled_table_vertical {max-height: 57rem;overflow-y: auto;}
.scrolled_table_vertical .rwd_table thead {position: sticky;top: 0;background-color: #efefef;z-index: 2}
.scrolled_table_vertical .rwd_table th {background-color: #efefef}

.validate_select.validate_error~.select2-container--default .select2-selection--single{border-color:#e57373 }
.validate_select.validate_error~.select2-container--default .select2-selection--multiple{border-color:#e57373 }
[data-confirm="1"]{position: relative;}
[data-tooltip]{position:relative;}
[data-tooltip]:hover {z-index:10}
.menuAsideContent [data-tooltip]~[data-tooltip]{position:relative;z-index:9;}
.menuAsideContent [data-tooltip]~[data-tooltip]~[data-tooltip]{position:relative;z-index:8;}
.menuAsideContent [data-tooltip]~[data-tooltip]~[data-tooltip]~[data-tooltip]{position:relative;z-index:7;}

[data-tooltip]::before, [data-tooltip]::after {position: absolute;left: 50%;bottom: calc(100% + .5rem);opacity: 0;visibility: hidden;pointer-events: none;transition: .2s;will-change: transform}
[data-tooltip]::before {content: attr(data-tooltip);display: inline-block;font-size: 1.4rem;color: #fff;text-align: center;white-space: pre-wrap;padding: 1rem 1.8rem;min-width: 15rem;max-width: 35rem;width: max-content;border-radius: .6rem;background-color: rgba(59, 72, 80, 0.9);background-image: linear-gradient(30deg, rgba(59, 72, 80, 0.44), rgba(59, 68, 75, 0.44), rgba(60, 82, 88, 0.44));box-shadow: 0 0 2.4rem rgba(0, 0, 0, 0.2);transform: translate(-50%, -0.5rem) scale(0.5)}
[data-tooltip]::after {content: '';border-style: solid;border-width: .5rem .5rem 0;border-color: rgba(55, 64, 70, 0.9) transparent transparent;transition-duration: 0s;transform-origin: top;transform: translateX(-50%) scaleY(0)}
[data-tooltip]:hover::before, [data-tooltip]:hover::after {visibility: visible;opacity: 1}
[data-tooltip]:hover::before {transition-delay: .3s;transform: translate(-50%, -0.5rem) scale(1)}
[data-tooltip]:hover::after {transition-delay: .5s;transition-duration: .2s;transform: translateX(-50%) scaleY(1)}
[data-tooltip-location="right"]::before, [data-tooltip-location="right"]::after {left: calc(100% + .5rem);bottom: 50%}
[data-tooltip-location="right"]::before {transform: translate(0.5rem, 50%) scale(0.5)}
[data-tooltip-location="right"]::after {border-width: .5rem .5rem .5rem 0;border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;transform-origin: right;transform: translateY(50%) scaleX(0)}
[data-tooltip-location="right"]:hover::before {transform: translate(0.5rem, 50%) scale(1)}
[data-tooltip-location="right"]:hover::after {transform: translateY(50%) scaleX(1)}
[data-tooltip-location="bottom"]::before, [data-tooltip-location="bottom"]::after {top: calc(100% + .5rem);bottom: auto}
[data-tooltip-location="bottom"]::before {transform: translate(-50%, .5rem) scale(0.5)}
[data-tooltip-location="bottom"]::after {border-width: 0 .5rem .5rem;border-color: transparent transparent rgba(55, 64, 70, 0.9);transform-origin: bottom}
[data-tooltip-location="bottom"]:hover::before {transform: translate(-50%, 0.5rem) scale(1)}
[data-tooltip-location="left"]::before, [data-tooltip-location="left"]::after {left: auto;right: calc(100% + .5rem);bottom: 50%}
[data-tooltip-location="left"]::before {transform: translate(-0.5rem, 50%) scale(0.5)}
[data-tooltip-location="left"]::after {border-width: .5rem 0 .5rem .5rem;border-color: transparent transparent transparent rgba(55, 64, 70, 0.9);transform-origin: left;transform: translateY(50%) scaleX(0)}
[data-tooltip-location="left"]:hover::before {transform: translate(-.5rem, 50%) scale(1)}
[data-tooltip-location="left"]:hover::after {transform: translateY(50%) scaleX(1)}

.scrolled_table tr td:first-of-type [data-tooltip-location="left"]::before, .scrolled_table tr td:first-of-type [data-tooltip-location="left"]::after {left: calc(100% + .5rem);bottom: 50%}
.scrolled_table tr td:first-of-type [data-tooltip-location="left"]::before {transform: translate(0.5rem, 50%) scale(0.5)}
.scrolled_table tr td:first-of-type [data-tooltip-location="left"]::after {border-width: .5rem .5rem .5rem 0;border-color: transparent rgba(55, 64, 70, 0.9) transparent transparent;transform-origin: right;transform: tranateY(50%) scaleX(0)}
.scrolled_table tr td:first-of-type [data-tooltip-location="left"]:hover::before {transform: translate(0.5rem, 50%) scale(1)}
.scrolled_table tr td:first-of-type [data-tooltip-location="left"]:hover::after {transform: translateY(50%) scaleX(1)}

.file svg{font-size: 6rem; margin: auto;}
.file img{ margin: auto;}
.file {position: relative; display: flex; width: 100%; height: 100%; background: #f1f1f1;padding: 1rem;border-radius: 0.5rem;}
.file .removeFile {position: absolute; right: 0; top:0;}
.file .removeFile svg{color: red; font-size: 3rem;}
.filesHTML .col_3{display: flex; flex-direction: column; margin-bottom: 1.5rem;}

input.switch {-moz-appearance: none;-webkit-appearance: none;-o-appearance: none;appearance: none;height: 2rem;width: 5rem;border-radius: 1em;box-shadow: inset -2.9rem 0px 0px 0px rgba(192, 192, 192, 1);background-color: white;border: 1px solid rgba(192, 192, 192, 1);outline: none;-webkit-transition: 0.2s;transition: 0.2s;}
input.switch:checked {box-shadow: inset 2.9rem 0px 0px 0px rgba(33, 150, 243, 0.5);border: 1px solid rgba(33, 150, 243, 1);}

.description{display: none;}
.description.active{display: block;}

.editDescription{display: none;}
.editDescription.active{display: inline-block; margin-bottom: 2rem}

.task_description{display: none;}
.task_description.active{display: block;}

.rwd_table td svg{font-size: 2.6rem}

.task_item{margin-bottom: 2rem; border-bottom: 0.1rem solid #C9D9E7;padding-bottom: 2rem;}
.task_item:first-child{margin-top: 2rem; }
.task_item:last-child{border: none}
.task_item h5{background: #C9D9E7;display: block;line-height: 1;padding: 1rem 2rem;	margin-bottom: 2rem;}

.button_col {flex-grow: 1}
.table_wide_col {width: 35rem}

.progress {justify-content: flex-start;align-items: center;position: relative;margin: .5rem 0;display: flex;height: 1.8rem;width: 100%;}
.progress-value {animation: load 5s normal forwards;box-shadow: 0 10px 40px -10px #fff;border-radius: 100px;background: #4caf50;height: 1rem;width: 0;}
@keyframes load { 0% { width: 0; } 100% { width: 100%; } }

.table_card_wrap_inner td:not(:last-child){border-right: .1rem solid #f1f1f1}
.table_card_wrap_inner td{max-width: 15rem;}
.table_card_wrap_inner .board_box_wrapper {max-height: 60rem;height: 60rem;overflow-y: auto;padding: 1rem;margin: 0 0 2rem}

.calculate {padding: 0 0 3rem;margin: 0 0 3rem;border-bottom: .1rem solid #dbdbdb}
.calculate:last-child {padding: 0;margin: 0;border-bottom: 0}
.calculate .row_f{margin-bottom: 3rem;align-items: flex-end}
.calculate .row_f:last-child{margin-bottom: 0}
.calculate p {font-size: 1.5rem;}
.calculate .input {border-color: #ffff00;background-color: #ffff00}
.calculate .input:read-only {border-color: #a8d08d;background-color: #a8d08d}

.calculate_section {padding: 0 0 2rem;margin: 0 0 3rem;border-bottom: .1rem solid #dbdbdb}
.calculate_section:last-child {padding: 0;margin: 0;border-bottom: 0}
.calculate_section .row_f{margin-bottom: 1rem;}
.calculate_section .input {border-color: #f2f2f2;background-color: cadetblue}
.calculate_section .input_subtitle {font-weight: 500}
.calculate_section .input {border-color: #f2f2f2;background-color: #ffffec;}
.calculate_section .tooltip_icon_wrap {display: inline-block;margin: 0 0 0 0.3rem;position: relative;top: -0.1rem;cursor: pointer}
.calculate_section .tooltip_icon_wrap .icon{width: 1.5rem;height: 1.5rem;color: #767676;transition: .3s linear}

.input_subtitle {font-size: 1.4rem;font-weight: 600;display: inline-block;margin: 0 0 .5rem;}
.input_text {font-size: 2.2rem;font-weight: 600;display: block}
.calc_subtitle {font-size: 1.6rem;font-weight: 600;}
.calculate_section .form_item {margin: 0 0 1.2rem}
.calculate_section .form_item.row_f {display: flex;margin: 0 -1.5rem 1.2rem;}

.form_search_wrap {margin-bottom: 1.5rem}
.form_search_wrap .form_item{margin: 0}
.form_search_wrap .form_item_checkboxes {margin: 2rem 0 0}

.form_item.form_item_checkbox {margin: 0}
.button_to_right {text-align: right}

.header_buttons_wrap {display: flex;align-items: center;justify-content: flex-end;margin: 0 -.4rem}
.header_buttons_wrap .button {margin: .2rem .4rem}

.scrolled_list {overflow-x: auto;padding: 0 0 1.2rem !important;}

.reports_wrap {margin-top: 10rem}
.reports_users {margin: 2rem 0 0}
.reports_users .rwd_table {margin: 2rem 0 0}

.button_right {text-align: right}
.inputs_group {margin-bottom: 3.5rem !important;padding: 0 0 2rem;border-bottom: .1rem solid #dbdbdb}
.inputs_group:last-child {margin-bottom: 0 !important;padding: 0;border-bottom: none}
.inputs_group h3, .inputs_group .h3, .inputs_group .button_right .button {margin: 0 0 1.5rem}
.inputs_group .input{padding: 0;border: none;border-bottom: 0.1rem solid #A7A7A7;border-radius: unset}
.inputs_group .disableDetail .input{border-bottom: none}
.inputs_group .button.small {padding: 0 1rem;height: 2rem;line-height: 1.9rem;font-size: 1.2rem;margin: 0 0 0 -1rem;border-radius: .4rem}
.inputs_group.inputs_group_inner {margin-bottom: 3.5rem !important;padding: 0 0 2rem;border-bottom: 0.1rem solid #dbdbdb}

.tagsList {display: flex;margin: 0 -0.6rem 0; flex-wrap: wrap;}
.tagsList li {display: inline-flex;align-items: center;background-color: transparent; color: #2b7bba; border: .1rem solid #2b7bba; margin: 0 0.6rem .3rem;padding: 0 0.5rem; height:2.2rem; line-height: 2.2rem; border-radius: 0.3rem;position: relative;}
.tagsList span {font-size: 1.2rem;font-weight: 400;line-height: 2.2;color: #2b7bba;}
.tagsList span:last-child {display: flex;flex-shrink: 0;margin: 0 0 0 .3rem;}
.tagsList .icon {width: 1.2rem;height: 1.2rem;}

.sliding_buttons {margin: 1rem 0 .5rem;display: flex}
.sliding_buttons .button{margin: 0 .5rem 0 0}
.sliding_buttons .button:last-child{margin: 0}

.ui-front {z-index: 1502}

.switch_wrap{display:flex;align-items:center;justify-content: center}
.switch_wrap span{font-size:1.4rem;font-weight:500;color:#ffffff}
.switch_wrap .customSwitch + label{margin:0 1rem}

.customSwitch{height:0;width:0;visibility:hidden}
.customSwitch + label{cursor:pointer;text-indent:-9999px;width:4.8rem;height:2.4rem;background-color:#f68e31;display:block;border-radius:1.4rem;position:relative}
.customSwitch + label::after{content:"";position:absolute;top:.4rem;left:.3rem;width:1.5rem;height:1.5rem;background:#fff;border-radius:50%;transition:.3s}
.customSwitch:checked + label{background-color:#0276ff}
.customSwitch:checked + label::after{left:calc(100% - 0.3rem);transform:translateX(-100%)}


@media only screen and (min-width: 993px) {
	.navigation .header_nav > li.dr_down:hover .sub_menu{opacity:1;visibility:visible;transform:translate3d(0,0,0)}
}

@media (-ms-high-contrast: none),(-ms-high-contrast: active),(-moz-touch-enabled: 0),(hover: hover) {
	.rwd_table a:hover .view_order{color:#32689b}
	.header .phone_block .phone:hover{color:#f68e31}
	.navigation .header_nav > li > a:not(.button):hover{color:#f68e31}
	.navigation .header_nav .sub_menu > li > a:not(.button):hover{background-color:#32689b}
	footer address a:hover{color:#f68e31}
	footer a:hover{color:#32689b}
	footer .navigation .header_nav > li > a:not(.button):hover, footer .navigation .header_nav > li.active > a:not(.button):hover {color:#f68e31}
	.footer_bottom a:hover{color:#f68e31}
	.footer_bottom .footer_logo:hover #left-bot,.footer_logo:hover #left-small,.footer_logo:focus #left-bot,.footer_logo:focus #left-small{transform:translate(-0.3rem,0.3rem)}
	.footer_bottom .footer_logo:hover #right-top,.footer_logo:hover #right-small,.footer_logo:hover #small,.footer_logo:focus #right-top,.footer_logo:focus #right-small,.footer_logo:focus #small{transform:translate(0.3rem,-0.3rem)}
	.footer_bottom .footer_logo:hover #left-top,.footer_logo:focus #left-top{transform:translate(-0.3rem,-0.3rem)}
	.footer_bottom .footer_logo:hover #right-bot_1_,.footer_logo:hover #big,.footer_logo:focus #right-bot_1_,.footer_logo:focus #big{transform:translate(0.3rem,0.3rem)}
	/*.button:hover::before {transform: translateX(-100%)}*/
	/*.button:hover::after {transform: translateX(100%)}*/
	.button:hover .wrap_icon {background-color: #fff}
	.button:hover .wrap_icon .icon{color: #32689b}
	.button.light:hover{color:#32689b;background-color:#fff;border-color:#fff}
	.button.light:hover .wrap_icon {background-color: #32689b}
	.button.light:hover .wrap_icon .icon{color: #ffffff}
	.button.light_2:hover{color:#32689b;background-color:#fff;border-color:#fff}
	.button.light_2:hover .wrap_icon {background-color: #32689b}
	.button.light_2:hover .wrap_icon .icon {color: #fff}
	.button.light_3:hover{color:#f68e31;background-color:#fff;border-color:#f68e31}
	.button.light_3:hover .wrap_icon {background-color: #f68e31}
	.button.light_3:hover .wrap_icon .icon {color: #fff}
	.button.dark:hover{color:#fff;background-color:#000;border-color:#000}
	.button.button_success:hover{color:#fff;background-color:#24993f;border-color:#24993f}
	.button.button_danger:hover{color:#fff;background-color:#c82333;border-color:#c82333}
	.button.button_warning:hover{color:#626262;background-color:#fdae11;border-color:#fdae11}
	.button.button_info:hover{color:#fff;background-color:#0890a7;border-color:#0890a7}
	.button.button_disable:hover{color:#626262;background-color:#c3bfbf;border-color:#c3bfbf}
	.button.button_default:hover{color:#fff;background-color:#50606e;border-color:#50606e}
	.button:hover {background-color: #4d9ad7;border-color: #4d9ad7}
	.button.button_secondary:hover {background-color: #575555;border-color: #575555}
	.button.button_accent:hover {background-color: #6697e8;border-color: #6697e8}
	.button.btn_icon:hover svg{transform:translate(-50%,0.9rem)}
	.button.btn_icon:hover span{transform:translateY(3rem)}
	.slick-arrow:hover .img_wrap{background-color:#32689b}
	.slick-arrow:hover span {color:#32689b}
	.dialog .icon_close:hover{color:#dc3545}
	.input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 4rem rgba(217,217,217,0.5) inset!important;-webkit-text-fill-color:#474747!important}
	.custom_checkbox + label:hover .checkbox_design{border-color:#f68e31}
	.custom_radio_button + label:hover .radio_button_design{border-color:#f68e31}
	.pagination li a:hover{background-color:#f68e31;color:#fff}
	.social .social_block:hover .icon,.social .social_block:hover img{padding:.2rem}
	.content a:not(.button):hover{color:#32689b}
	.toast_notifications .removeTOAST .icon:hover{color:#FF3F0A}
	.services .service_item .img_wrap:hover img {transform: translate(-50%, -50%)scale(1.1)}
	.services .service_item h3 a:hover, .services .service_item .h3 a:hover {color: #f68e31}
	.video_item_wrap:hover .video_play_button {transform:translate(-50%,-50%) scale(0.8);}
	.video_item_wrap:hover .video_overlay  {background-color: rgba(0, 0, 0, 0.2)}
	.faqs_home .faqs_nav_item:hover {color: #f68e31}
	.faqs_home .faq_block:hover, .faqs_home .faq_block:hover .icon {color: #32689b}
	.link:hover {color: #f68e31}
	.services .service_item:hover img {transform: translate(-50%, -50%)scale(1.03);}
	.services .service_item:hover h3, .services .service_item:hover .h3{top: 25%;}
	.services .service_item:hover p {opacity: 1;visibility: visible;top: 50%;}
	.services .service_item:hover .link {opacity: 1;visibility: visible;top: 80%;}
	.projects .projects_item h3 a:hover, .projects .projects_item .h3 a:hover {color: #f68e31;}
	.projects .projects_item .img_wrap:hover img {transform: translate(-50%,-50%)scale(1.03);}
	.services .service_item .link:hover {color: #ffffff}
	.contacts_section .contact_link.contact_link_orange a:hover{color: #ff4005}
	.contacts_section .contact_link.contact_link_green a:hover{color: #569e6a}
	.accordion_head:hover h4, .accordion_head:hover .h4, .accordion_head:hover p {transition: .3s linear;color: #0276FF}
	.rwd_table a:hover {color: #0276FF}
	.calculate_section .tooltip_icon_wrap:hover .icon {color: #083050}
}

@media only screen and (max-width: 1500px) {
	.table_wide_col {width: 25rem}
}

@media only screen and (max-width: 1300px) {
	h1,.h1{font-size:4rem}
	.content h1,.content .h1{font-size:4rem}
	h2,.h2{font-size:3.4rem}
	.content h2,.content .h2{font-size:3.4rem}
	.title,.content .title{font-size:3.4rem}
	.content img[style*=float][style*=right]{margin:1rem 0 1rem 4.5rem !important}
	.content img[style*=float][style*=left]{margin:1rem 4.5rem 1.5rem 0 !important}
	.table_wide_col {width: 15rem}
	.input_text {font-size: 1.8rem}
}

@media only screen and (max-width: 1200px) {
	.row_f .col_lg_1{width:calc(8.3333333333% - 3.01rem)}
	.row_f .col_lg_2{width:calc(16.6666666667% - 3.01rem)}
	.row_f .col_lg_3{width:calc(25% - 3.01rem)}
	.row_f .col_lg_4{width:calc(33.3333333333% - 3.01rem)}
	.row_f .col_lg_5{width:calc(41.6666666667% - 3.01rem)}
	.row_f .col_lg_6{width:calc(50% - 3.01rem)}
	.row_f .col_lg_7{width:calc(58.3333333333% - 3.01rem)}
	.row_f .col_lg_8{width:calc(66.6666666667% - 3.01rem)}
	.row_f .col_lg_9{width:calc(75.0000000019% - 3.01rem)}
	.row_f .col_lg_10{width:calc(83.3333333333% - 3.01rem)}
	.row_f .col_lg_11{width:calc(91.6666666667% - 3.01rem)}
	.row_f .col_lg_12{width:calc(100% - 3.01rem)}
	.lead_row .lead_logs_col{order: 1}
	.lead_row .lead_tabs_col{order: 0}
	.lead_row .lead_info_col{order: 2;position: static}
	.lead_header .title_col {margin-bottom: 1.5rem}
	.lead_info_col_inner {margin: 2.5rem 0 0}
	.form_item_row {margin-bottom: 1.5rem}
}

@media only screen and (max-width: 1100px) {
	.menuAside {max-width: calc(100% - 10rem)}
	.rwd_table_card.rwd_table{border:none}
	.rwd_table_card.rwd_table thead{display:none}
	.rwd_table_card.rwd_table tr{display:block;padding:0;background-color:#fff}
	.rwd_table_card.rwd_table td {display: block;min-height: 4.1rem;font-size: 1.4rem;text-align: left;position: relative;padding: 1.1rem 1.2rem 1rem 37% !important;width: 100%;border: none}
	.rwd_table_card.rwd_table td::before {content: attr(data-label) " ";position: absolute;top: 50%;left: 1.5rem;width: 30%;display: inline-block;padding: 0 1rem 0 0;font-size: 1.6rem;font-weight: 500;color: #868e8e;text-align: left;transform: translate(0, -50%)}
	.rwd_table_card.rwd_table td:last-child{border-bottom:none}
	.company_wrapp .rwd_table_card.rwd_table tr:nth-child(odd), .company_wrapp .rwd_table_card.rwd_table tr:nth-child(even) {background: transparent !important}
	.rwd_table .table_card_hashtag {display: inline}
	.company_wrapp .rwd_table_card.rwd_table tr th:first-child, .company_wrapp .rwd_table_card.rwd_table tr td:first-child {padding-bottom: 1rem !important;}
	.rwd_table_card.rwd_table .table_card_name a, .rwd_table_card.rwd_table .table_card_name p{font-size: 1.8rem}
	.rwd_table_card.rwd_table .table_card_wrap {display: flex;flex-wrap: wrap;border-bottom: 0.1rem solid #f1f1f1;margin: 0 0 1.2rem;padding: 1rem 0 2rem}
	.rwd_table_card.rwd_table .table_card_wrap:last-child {margin: 0;border-bottom: none}
	.rwd_table_card.rwd_table .table_card_wrap.table_card_wrap_inner{position: relative}
	.rwd_table_card.rwd_table .table_card_wrap.table_card_wrap_inner .table_card_action_btns{position: absolute;top: 0.5rem;right: 2rem;width: auto;padding: 0 !important}
	.rwd_table_card.rwd_table .table_card_wrap.table_card_wrap_inner .table_card_action_btns.table_card_action_btns_inner {top: -0.1rem}
	.rwd_table_card.rwd_table .table_card_number {padding: 0 1.2rem 0 2rem !important;width: 8rem;margin: 0 0 1rem}
	.rwd_table_card.rwd_table .table_card_name {padding: 0 1rem 0 0 !important;width: calc(100% - 8rem);margin: 0 0 1rem;}
	.rwd_table_card.rwd_table .table_card_wrap_inner .table_card_name.table_card_name_task {padding: 0 15rem 0 0 !important}
	.rwd_table_card.rwd_table .table_card_name.table_card_name_inner {width: 100%;}
	.rwd_table_card.rwd_table .table_card_wrap_inner .table_card_name {padding: 0 6rem 0 0 !important}
	.rwd_table_card.rwd_table .table_card_wrap_inner .table_card_name.table_card_name_full {padding: 0 !important;width: 100%}
	.rwd_table_card.rwd_table .table_card_name p {display: inline-block}
	.rwd_table_card.rwd_table .table_card_name p, .rwd_table_card.rwd_table .table_card_number p {font-size: 1.8rem}
	.rwd_table_card.rwd_table .table_card_number::before, .rwd_table_card.rwd_table .table_card_name::before {display: none}
	.rwd_table_card.rwd_table td {min-height: unset}
	.rwd_table_card.rwd_table .table_card_action_btns {padding: 1.1rem 1.2rem 1rem !important;text-align: center}
	.rwd_table_card.rwd_table .table_card_tr_grey {background-color: #f8f8f9}
	.rwd_table_card.rwd_table .table_card_tr{border-radius: 1rem;min-height: 4.1rem}
	.rwd_table_card.rwd_table p{color: #304249;font-size: 1.6rem}
	.company_wrapp h3 a {font-size: 2.1rem}
	.company_wrapp .subtitle {font-size: 1.9rem;margin: 0 0 1rem}
}

@media only screen and (max-width: 992px) {
	.header .header_logo img,.header.fixed .header_logo img{width:13rem}
	.header .header_col_1{width:auto}
	.header .header_col_2{width:auto}
	.header .navigation_btn{display:block}
	.header .top_menu{display:none}
	.navigation{position:fixed;top:0;right:-30rem;z-index:100;width:30rem;height:100vh;margin:0;overflow:hidden;background-color:#f1f1f1;transition:right .3s ease-in}
	.navigation.nav_opened{right:0;transition:right .3s ease-out}
	.navigation .header_nav{display:block;margin:3rem 0 0;padding:0 1.5rem;height:calc(100vh - 16rem);overflow-y:auto}
	.navigation .header_nav > li{display:block;width:100%;margin-left: 0}
	.navigation .header_nav > li > a:not(.button){font-size:1.7rem;font-weight:400;color:#083050;text-transform:uppercase;padding:.9rem 0;width:100%;margin:0 auto}
	.header.dark .navigation .header_nav > li > a:not(.button) {color: #083050;}
	.navigation .header_nav > li > a:not(.button)::after{display:none}
	.navigation .header_nav > li.dr_down > a:not(.button)::after{content:"";position:relative;top:0;left:auto!important;right:-1.3rem;display:inline-block;width:0;height:0;background-color:transparent;border-style:solid;border-width:.8rem 0 .8rem .8rem;border-color:transparent transparent transparent #fff;z-index:1}
	.navigation .header_nav > li.dr_down.active > a:not(.button)::after{border-color:transparent transparent transparent #f68e31}
	.navigation .header_nav > li.dr_down .sub_menu{display:none;position:relative;top:100%;left:0;width:100%;height:auto;margin:1rem 0;background-color:transparent;min-width:unset;box-shadow:unset;transform:unset;transition:unset}
	.navigation .header_nav > li.dr_down .sub_menu::after,.navigation .header_nav > li.dr_down .sub_menu::before{display:none}
	.navigation .header_nav > li.dr_down .sub_menu > li{border-bottom:none}
	.navigation .header_nav > li.dr_down .sub_menu > li > a:not(.button){font-size:1.7rem;line-height:1.4;border-bottom:none;padding:.8rem 0;margin:0 auto;max-width:80%;text-align:center}
	.navigation .header_nav > li.dr_down.visible_sub > a:not(.button)::after{transform:rotate(90deg)}
	.navigation .header_nav > li.dr_down.visible_sub .sub_menu{display:block;opacity:1;visibility:visible}
	.navigation .header_nav > li.header_btn{padding:1rem 3rem}
	.navigation .header_nav > li.header_btn .button{display:block;width:100%}
	.navigation .header_nav > li.mobile_social{display:block}
	.navigation .header_nav > li.mobile_social .social{text-align:center;margin:1rem 0 0}
	.navigation .header_nav > li.mobile_social .social a{display:inline-block;vertical-align:middle;width:auto;margin:0 1rem}
	.mobile_phone, .home_bar_space{display:block}
	.hide_desktop{display:block!important}
	.hide_tablet{display:none!important}
	.page aside,.page main{display:block;width:100%;float:none;margin:1rem 0;padding:0}
	.map iframe,.map #map{height:30rem}
	.row.tablet .col_3,.row.tablet .col_4{width:calc(50% - 3rem)}
	.header .top_header{display:none}
	footer{padding-bottom:5.1rem;padding-top:4rem}
	.row_f .col_md_1{width:calc(8.3333333333% - 3.01rem)}
	.row_f .col_md_2{width:calc(16.6666666667% - 3.01rem)}
	.row_f .col_md_3{width:calc(25% - 3.01rem)}
	.row_f .col_md_4{width:calc(33.3333333333% - 3.01rem)}
	.row_f .col_md_5{width:calc(41.6666666667% - 3.01rem)}
	.row_f .col_md_6{width:calc(50% - 3.01rem)}
	.row_f .col_md_7{width:calc(58.3333333333% - 3.01rem)}
	.row_f .col_md_8{width:calc(66.6666666667% - 3.01rem)}
	.row_f .col_md_9{width:calc(75.0000000019% - 3.01rem)}
	.row_f .col_md_10{width:calc(83.3333333333% - 3.01rem)}
	.row_f .col_md_11{width:calc(91.6666666667% - 3.01rem)}
	.row_f .col_md_12{width:calc(100% - 3.01rem)}
	h1,.h1{font-size:3rem}
	.content h1,.content .h1{font-size:3rem}
	h2,.h2{font-size:2.7rem}
	.content h2,.content .h2{font-size:2.7rem}
	.title,.content .title{font-size:2.7rem}
	h3,.h3{font-size:2.3rem}
	.content h3,.content .h3{font-size:2.3rem}
	h4,.h4{font-size:2rem}
	.content h4,.content .h4{font-size:2rem}
	h5,.h5{font-size:1.8rem}
	.content h5,.content .h5{font-size:1.8rem}
	h6,.h6{font-size:1.6rem}
	.content h6,.content .h6{font-size:1.6rem}
	.content img[style*=float][style*=right]{margin:1rem 0 1rem 2.5rem !important}
	.content img[style*=float][style*=left]{margin:1rem 2.5rem 1.5rem 0 !important}
	.modal_video.dialog .icon_close{display:none}
	.main {padding: 7rem 0 2rem}
	.header {max-width: 100%;padding: 1rem 0;height: 6rem}
	.header .header_logo {display: none}
	.header .header_row {display: flex;align-items: center;justify-content: space-between}
	.header .filter_btn {display: inline-block}
	.filter_btn .icon {width: 2.6rem;height: 2.6rem;color: #ffffff}
	.search_form {top: 0;right: -36rem;width: 36rem;height: 100vh;background-color: #f1f1f1;transition: right .3s ease-in;z-index: 999;padding: 5rem 1.5rem 2rem}
	.search_form.active {right: 0;}
	.header.dark p {color: #083050}
	.navigation .header_nav > .hr {margin: .9rem 0}
	.navigation li.hr {border-bottom: 1px solid #d4d4d4}
	.navigation .header_nav > .version_info {margin: 1.5rem 0 0;text-align: center;color: #585454}
	.search_form .button_col {display: none}
	.search_form .cancell_filter {position: absolute;top: 1rem;right: 1rem;}
	.search_form .wrapper {position: static;padding: 0}
	.search_form .form_item {margin: 0 0 2rem}
	.search_form .form_item_button {margin: 0}
	.lead_header .lead_search_col .button{width: 100%}
	.main_status_block {top: 0.8rem}
	.reports_wrap {margin-top: 2rem}
	.form_item.form_item_checkbox {margin: 0 0 1rem}
	.main_status_block {position: fixed;left: auto;right: 0;height: 5rem;text-align: right}
	.main_status_block .button {width: auto}
	.user_colour_wrap {justify-content: flex-end;margin: 0 0 3rem}
	.form_item_row .block_end {padding: 1.5rem 0 0}
}

@media only screen and (max-width: 767px) {
	.hide_mobile{display:none!important}
	.row.tablet .col_3,.row.tablet .col_4{width:calc(100% - 3rem)}
	section{padding:3rem 0}
	.row.mobile .col_1,.row.mobile .col_2,.row.mobile .col_3,.row.mobile .col_4,.row.mobile .col_5,.row.mobile .col_6,.row.mobile .col_7,.row.mobile .col_8,.row.mobile .col_9,.row.mobile .col_10,.row.mobile .col_11,.row.mobile .col_12{width:calc(100% - 3rem)}
	.row_f .col_sm_1{width:calc(8.3333333333% - 3.01rem)}
	.row_f .col_sm_2{width:calc(16.6666666667% - 3.01rem)}
	.row_f .col_sm_3{width:calc(25% - 3.01rem)}
	.row_f .col_sm_4{width:calc(33.3333333333% - 3.01rem)}
	.row_f .col_sm_5{width:calc(41.6666666667% - 3.01rem)}
	.row_f .col_sm_6{width:calc(50% - 3.01rem)}
	.row_f .col_sm_7{width:calc(58.3333333333% - 3.01rem)}
	.row_f .col_sm_8{width:calc(66.6666666667% - 3.01rem)}
	.row_f .col_sm_9{width:calc(75.0000000019% - 3.01rem)}
	.row_f .col_sm_10{width:calc(83.3333333333% - 3.01rem)}
	.row_f .col_sm_11{width:calc(91.6666666667% - 3.01rem)}
	.row_f .col_sm_12{width:calc(100% - 3.01rem)}
	h1,.h1{font-size:2.8rem}
	.content h1,.content .h1{font-size:2.8rem}
	h2,.h2{font-size:2.5rem}
	.content h2,.content .h2{font-size:2.5rem}
	.title,.content .title{font-size:2.5rem}
	h3,.h3{font-size:2.1rem}
	.content h3,.content .h3{font-size:2.1rem}
	h4,.h4{font-size:1.9rem}
	.content h4,.content .h4{font-size:1.9rem}
	h5,.h5{font-size:1.7rem}
	.content h5,.content .h5{font-size:1.7rem}
	.modal_video.dialog{width:90vw}
	.button .hide_btn_text {display: none}
	.lead_header .lead_search_col {margin-bottom: 1.5rem}
	.tab_list {font-size: 1.6rem}
	.reports_users {margin: 3rem 0 0}
	.reports_users .rwd_table {margin: 1rem 0 0}
	.reports_wrap .mobile_chart {margin-top: 3rem !important;}
	.lead_info_col_inner {margin: 1.5rem 0 0}
	.fc .fc-toolbar-title {font-size: 2.6rem;text-align: center;margin: 0 0 1rem}
}

@media only screen and (max-width: 640px) {
	.row_f .col_xs_1{width:calc(8.3333333333% - 3.01rem)}
	.row_f .col_xs_2{width:calc(16.6666666667% - 3.01rem)}
	.row_f .col_xs_3{width:calc(25% - 3.01rem)}
	.row_f .col_xs_4{width:calc(33.3333333333% - 3.01rem)}
	.row_f .col_xs_5{width:calc(41.6666666667% - 3.01rem)}
	.row_f .col_xs_6{width:calc(50% - 3.01rem)}
	.row_f .col_xs_7{width:calc(58.3333333333% - 3.01rem)}
	.row_f .col_xs_8{width:calc(66.6666666667% - 3.01rem)}
	.row_f .col_xs_9{width:calc(75.0000000019% - 3.01rem)}
	.row_f .col_xs_10{width:calc(83.3333333333% - 3.01rem)}
	.row_f .col_xs_11{width:calc(91.6666666667% - 3.01rem)}
	.row_f .col_xs_12{width:calc(100% - 3.01rem)}
	.content img[style*=float]{float:none!important;display:block;width:100%!important;max-width:100%!important;margin:0 auto 2rem!important}
	.content img[style*=float][style*=right]{margin:0 auto 2rem!important;text-align:center}
	.content img[style*=float][style*=left]{margin:0 auto 2rem!important;text-align:center}
	.content p[style*=float]{float:none!important;display:block;width:100%!important;max-width:100%!important;margin:1rem auto!important}
	.content p[style*=float][style*=right]{margin:1rem auto!important;text-align:center}
	.content p[style*=float][style*=left]{margin:1rem auto!important;text-align:center}
	.menuAside {max-width: 100%}
	.search_form {width: calc(100% - 2rem); display: none;}
	#calendar {height: 100%;}
	.rwd_table{border:none}
	.rwd_table thead{display:none}
	.rwd_table tr{display:block;padding:0;background-color:#fff}
	.rwd_table tr:nth-of-type(odd){background-color:#ecf0f1}
	.rwd_table td{display:block;min-height:4.1rem;font-size:1.4rem;text-align:left;position:relative;padding:1.1rem 1.2rem 1rem 50% !important;}
	.rwd_table td::before{content:attr(data-label) " ";position:absolute;top:1.1rem;left:1.2rem;width:45%;display:inline-block;padding:0 1rem 0 0;font-size:1.4rem;font-weight:700;color:#000;text-align:left}
	.rwd_table td:last-child{border-bottom:none}
	.rwd_table .hide_tr, .hide_tr{display: none}
	.header .header_col_1 {width: auto}
	.header svg.icon_logo {width: 3.5rem;height: 4rem}
	.header .header_logo {padding: 0}
	.rwd_table_inner.rwd_table tr{display: flex;justify-content: space-between;align-items: center;padding: 1rem 1.5rem}
	.company_wrapp .rwd_table.rwd_table_inner tr th:first-child, .company_wrapp .rwd_table.rwd_table_inner tr td:first-child {padding-left: 0}
	.rwd_table_inner.rwd_table td, .rwd_table_mobile.rwd_table td {padding: 0 !important;min-height: auto;}
	.rwd_table_inner.rwd_table td::before, .rwd_table_mobile.rwd_table td::before {display: none} {display: none}
	.table_subtitle {font-size: 1.6rem}
	.rwd_table_inner.rwd_table td:last-child {flex-shrink: 0;margin: 0 0 0 1rem}
	.rwd_table_mobile.rwd_table tr {padding: 1rem 1.5rem}
	.rwd_table .table_link {margin: .5rem 0 0}
	.rwd_table .table_link .icon {display: inline-block;font-size: 1.8rem;margin: 0 0.4rem 0 0}
	.rwd_table .tr_relative {position: relative;padding-right: 5.5rem !important}
	.rwd_table .td_action {position: absolute;right: 1.5rem;top: 50%;transform: translate(0, -50%)}
	.button_mob {margin-top: 1rem !important;}
	.form_search_wrap .form_item{margin: 0 0 1.2rem}
	.header_buttons_wrap {margin: 1.5rem -.4rem 0;justify-content: flex-start}
	.statuses_checkbox_wrapper {margin-top: 3rem !important}
	.user_colour_wrap {justify-content: flex-start;margin: 2rem 0}
	.btn_tag {display: block;width: 100%;margin: 1.5rem 0 0}
	.form_item_row .block_end {padding: 0}
	.form_item_row .form_item {margin: 0 0 1.2rem}
}

@media only screen and (max-width: 550px) {
	.toast_notifications{width:95%}
	.toast_notifications .toast{width:100%;font-size:1rem;margin-left:2rem}
	.simple_title {font-size: 1.8rem;padding: 0.5rem 1.5rem}
	.company_wrapp h3 a {font-size: 1.9rem}
	.company_wrapp .subtitle {font-size: 1.7rem}
	.rwd_table_card.rwd_table .table_card_name p, .rwd_table_card.rwd_table .table_card_number p {font-size: 1.6rem}
	.rwd_table_card.rwd_table td::before {font-size: 1.4rem}
	.rwd_table_card.rwd_table p {font-size: 1.4rem}
	.rwd_table.rwd_table_inner td:first-child {width: 7rem}
	.editableDetails {padding-right: 0;}
	.custom_table .editableDetails {padding-right: 3rem}
	.fc .fc-toolbar-title {font-size: 2rem}
	.fc .fc-button {padding: 0.4rem 0.7rem;font-size: 1.6rem}
	.fc .fc-toolbar.fc-header-toolbar {margin-bottom: 1.5rem}
	.company_wrapp h3 {font-size: 1.8rem}
	.fc .fc-col-header-cell-cushion {font-size: 1.4rem}
	.fc .fc-daygrid-day-number {font-size: 1.6rem}
	.fc .fc-daygrid-more-link {font-size: 1.2rem}
	.fc .fc-daygrid-body-natural .fc-daygrid-day-events {margin-bottom: 0;max-height: unset;overflow-y: unset;}
}

@media only screen and (max-width: 450px) {
	.navigation .header_nav > li > a:not(.button) {font-size: 1.5rem}
}

@media only screen and (max-width: 400px) {
	.dialog .modal_buttons .button{width:100%;margin:0 0 1.5rem}
	.dialog .modal_buttons .button:last-child{margin:0}
}

@media only screen and (max-width: 380px) {
	.navigation{right:-28rem;width:28rem}
	.navigation_btn {left: 1.5rem}
}

@media only screen and (max-width: 350px) {
	#formXMLCSV .input_file + label, .lead_header .button {font-size: 1.2rem}
	.navigation {right: -25rem;width: 25rem}
}

@media (orientation: landscape) and (max-height: 450px) {
	.mobile_phone{display:none}
	footer{padding-bottom:0}
}