.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:#003160} }
@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%{bottom:0} 50%{bottom:10px} 100%{bottom:0} }
@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:45rem;margin:4rem auto;min-height:calc(100% - 8rem)}
.dialog.modal_small{max-width:31rem}
.dialog.modal_medium{max-width:40rem}
.dialog.modal_large{max-width:85rem}
.dialog.modal_xlarge{max-width:65vw}

.modal_wrap{width:100%;padding:2rem 3rem 2.5rem;border-radius:1.5rem;background-color:#fff;z-index:1503;position:relative}
.modal_wrap .icon_close{position:absolute;top:.5rem;right:.5rem;color:#141414;cursor:pointer;font-size:3rem;transition:color .3s linear}
.modal_wrap .icon_close:focus{color:#003160}
.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:#141414}
.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 .5rem}
.modal_wrap .modal_text .modal_title{margin:0 auto 1rem;}
.modal_wrap .modal_text p{margin:.5rem auto !important;max-width:88%;text-align: center}
.modal_wrap .modal_buttons{font-size:0;text-align:center;margin:2rem auto 0;max-width:35rem}
.modal_wrap .modal_buttons .button{width:calc(50% - 1.4rem);min-width:unset;margin:.5rem .7rem}

.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 .modal_wrap{color:#000;background-color:#fff;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-family: "Poppins",sans-serif;font-size:3rem;text-transform:uppercase;margin:0 auto;font-weight: 700}
.modal_status.dialog .modal_text p{margin:.5rem auto;max-width:88%;font-size: 1.8rem}

.modal_success.dialog .modal_wrap{border-top:.6rem solid #005041}
.modal_success.dialog .check_wrap{border:.2rem solid #005041;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:#005041;transform:scale(1)} }
@keyframes left { 0%{width:0} 100%{width:1.5rem} }
@keyframes right { 0%{width:0} 100%{width:3rem} }

.modal_danger.dialog .modal_wrap{border-top:.6rem solid #dc3545}
.modal_danger.dialog .checkmark{stroke-width:2;stroke:#fff;stroke-miterlimit:10;background-color:transparent;box-shadow:inset 0 0 0 #dc3545;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:#dc3545;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 #dc3545} }

.dialog .contact_form .modal_text{margin:2rem 0}
.dialog .contact_form .row_f [class*=col_]{width:calc(100% - 3.01rem)}

.dialog .contact_form {
	box-shadow: unset;
	background-color: transparent;
	padding: 0;
}

.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:#003160}
.toast.error::before{background-color:#E24D4C}
.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:#003160}
.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:"Poppins",sans-serif;font-size:2rem;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;margin:0}
html, body {height: 100%;}
.sticky_body {display: flex;flex-direction: column;}
.sticky_body .sticky_content {flex: 1 0 auto;}
.sticky_body footer {flex-shrink: 0;}

.block_404{padding:16rem 0 8rem}
.block_404.content_section{background-color: #141414;}
.block_404 .block_404_content {display: flex;flex-direction: column;align-items: center;justify-content: center;text-align: center;}
.block_404 .wrapper, .block_404 .block_404_content {height: 100%;}
.block_404 h1, .block_404 .h1 {font-size: 6rem;margin: 0;color:#ffffff}
.block_404 h1 span, .block_404 .h1 span {display: block;font-size: 20rem;line-height: 1;}
.block_404 .button {margin: 1rem auto 0}

[disabled],.disabled{opacity:.5;cursor:not-allowed;pointer-events:none}
.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 #dbdbdb;border-bottom:0;border-right:0;border-left:0;clear:initial;margin:2rem 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:#003160;-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)}

.slick-prev, .slick-next {background: #005041;border: none;font-size: 0;display: flex;align-items: center;justify-content: center;width: 4.6rem;height: 4.6rem;position: absolute;top: 50%;transform: translate(0, -50%);z-index: 5;cursor: pointer;transition:.3s linear;}
.slick-prev .icon,.slick-next .icon{width:1.8rem;height:1.8rem;color:#ffffff;}
.light_slider .icon{color:#fff}
.slick-prev{left:1.5rem}
.slick-next{right:1.5rem}

.slick-dots{position:absolute;left:50%;bottom:2rem;display:flex;transform:translate(-50%,0);z-index:30}
.slick-dots li{display:block;width:1.5rem;height:1.5rem;margin:0 .5rem;background:transparent;border:.1rem solid #fff;border-radius:50%;cursor:pointer}
.slick-dots li.slick-active{background:#fff}
.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% - 3.01rem)}
.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: 128rem;padding: 0 1.5rem;margin:0 auto;position:relative}
.wrapper::after{content:"";display:table;clear:both}
.wrapper.wrapper_full{max-width:100%}
.wrapper.wrapper_small{max-width:97rem}

.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:rgba(0, 49, 96, .4);transition:all .3s}
.form_item {margin: 0 0 1.2rem}
.form_item .pre_input{display:block;font-size:2rem;font-weight:600;color:#141414;text-transform:uppercase;margin:0 0 1.2rem}

.input {display: block;width: 100%;max-width: 100%;height: 3.6rem;font-family: "Poppins", sans-serif;font-size: 1.6rem;font-weight: 400;padding: 0 1.3rem;border: .1rem solid rgba(0, 49, 96, .4);background-color: #fff;color: #003160;border-radius: 0;transition: all .2s ease-in}
.input:focus, .input:active {outline-style: none;box-shadow: 0 0 0 .3rem rgba(0,49,96,.25)}
.input::placeholder{font-family:"Poppins",sans-serif;font-size:1.6rem;font-weight:400;color:rgba(0, 49, 96, .4);opacity:1;text-overflow:ellipsis}
.input:focus::placeholder{opacity:0}
.input:-webkit-autofill,.input:-webkit-autofill:focus,.input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 4rem #fff inset!important;-webkit-text-fill-color:#000!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:5.9rem;padding-top:.6rem;resize:none}
select.input{line-height:normal}
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}

.custom_checkbox{position:absolute;left:-999.9rem}
.custom_checkbox + label{display:inline-flex;align-items:center;user-select:none;cursor:pointer;margin:0 2rem 2.4rem 0}
.custom_checkbox + label .checkbox_design{flex:0 0 auto;width:2rem;height:2rem;border:.1rem solid rgba(0, 49, 96, .4);background-color:#fff;position:relative;transform:scale(1);transition:all .2s linear}
.custom_checkbox + label .checkbox_design svg{position:absolute;top:.4rem;left:.3rem;width:1.2rem;height:1.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:#003160;transform:scale(0)}
.custom_checkbox + label .checkbox_text{display:inline-block;font-size:1.6rem;padding:0 0 0 1rem}
.custom_checkbox:checked + label .checkbox_design{background-color:#003160;border-color:#003160}
.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_radio_button{position:absolute;left:-999.9rem}
.custom_radio_button + label{display:inline-flex;align-items:center;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 linear}
.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:#003160;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:#003160;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)}

.validate_error{border:.1rem solid #e57373!important;}
.validate_error::placeholder{color:#e57373!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;background-color: transparent !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;background-color: transparent !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-block;font: 700 1.6rem/4.8rem Poppins, sans-serif;height: 4.8rem;min-width: 7.55em;padding: 0 2rem;color: #ffffff;background-color: #003160;border: .1rem solid #003160;border-radius: 0;text-align: center;white-space: nowrap;text-transform: uppercase;text-decoration: none;transition: .3s ease-out;cursor: pointer;user-select: none;appearance: none}
.button.button_small{font-size:1.3rem;height:3.5rem;line-height:3.7rem}
.button.button_medium{font-size:1.6rem;height:5rem;line-height:5rem;padding:0 2rem}
.button.button_large{font-size:2rem;height:5.5rem;line-height:5.5rem}
.button.button_light{color:#ffffff;background-color:#005041;border-color:#005041}
.button.button_light_2{color:#005041;background-color:#ffffff;border-color:#ffffff}
.button.button_dark{color:#fff;background-color:#000;border-color:#000}
.button.button_success{color:#fff;background-color:#28a745;border-color:#28a745}
.button.button_danger{color:#fff;background-color:#dc3545;border-color:#dc3545}
.button.button_warning{color:#000;background-color:#ffb92e;border-color:#ffb92e}
.button.button_info{color:#fff;background-color:#119eb5;border-color:#119eb5}
.button.button_disable{color:#000;background-color:#ccc;border-color:#ccc}
.button.button_default{color:#fff;background-color:#607487;border-color:#607487}
.button span{display:inline-block;vertical-align:middle;position:relative;z-index:3}
.button svg{display:inline-block;vertical-align:middle;fill:#fff;width:1.25em;height:1.25em;margin-right:.25em}
.button.btn_icon{position:relative;overflow:hidden}
.button.btn_icon svg{width:1.8rem;height:1.8rem;fill:#fff;position:absolute;left:50%;transform:translate(-50%,-3rem);transition:.2s linear;margin-right:0}
.button.btn_icon span{color:#fff;display:block;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%}
.btn_mobile{display:none}
.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:#003160;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:#141414;color:#fff;text-align:center;transition:.3s linear}

.social{font-size:0;line-height:0}
.social .social_block{display:inline-block;line-height:0;margin:0 1rem 0 0}
.social .social_block:last-child{margin:0}
.social .social_block .icon,.social .social_block img{width:4rem;height:4rem;transition:all .3s ease-in-out}

h1,.h1{font:800 4.8rem/1.15 "Poppins",sans-serif;color:#005041;margin:1rem 0 2rem;text-transform:uppercase}
h2,.h2{font:800 4.4rem/1.15 "Poppins",sans-serif;color:#005041;margin:1rem 0 2rem;text-transform:uppercase}
.title{font:800 4rem/1.2 "Poppins",sans-serif;color:#005041;margin:1rem 0 2rem;text-transform:uppercase}
.sub_title{font:400 2.4rem/1.2 "Poppins",sans-serif;color:#003160;margin:1rem 0 2rem;text-transform:uppercase}
h3,.h3{font:700 3.4rem/1.2 "Poppins",sans-serif;color:#003160;margin:0;text-transform:uppercase}
h4,.h4{font:700 2.4rem/1.2 "Poppins",sans-serif;color:#003160;margin:0;text-transform:uppercase}
h5,.h5{font:700 2.2rem/1.2 "Poppins",sans-serif;color:#003160;margin:0;text-transform:uppercase}
h6,.h6{font:700 2rem/1.2 "Poppins",sans-serif;color:#003160;margin:0;text-transform:uppercase}

.content h1,.content .h1{font:800 4.8rem/1.15 "Poppins",sans-serif;color:#005041;margin:1rem 0 1rem;text-transform:uppercase}
.content h2,.content .h2,.content .title{font:800 4.4rem/1.15 "Poppins",sans-serif;color:#005041;margin:1rem 0 1rem;text-transform:uppercase}
.content h3,.content .h3{font:700 3.4rem/1.2 "Poppins",sans-serif;color:#003160;margin:1rem 0;text-transform:uppercase}
.content h4,.content .h4{font:700 2.4rem/1.2 "Poppins",sans-serif;color:#003160;margin:1rem 0;text-transform:uppercase}
.content h5,.content .h5{font:700 2.2rem/1.2 "Poppins",sans-serif;color:#003160;margin:1rem 0;text-transform:uppercase}
.content h6,.content .h6{font:700 2rem/1.2 "Poppins",sans-serif;color:#003160;margin:1rem 0;text-transform:uppercase}
.content p{margin:0 0 1.5rem}
.content ul{margin-bottom:2rem}
.content ul li{display:table;font:400 1.8rem/1.44 "Poppins",sans-serif;color:#141414;padding:0 0 0 2.7rem;margin:.2rem 0;position:relative}
.content ul li p,.content ul li span{margin:0}
.content ul li::after {content: "";position: absolute;top: 0.6rem;left: 0;display: block;width: 1.4rem;height: 1.4rem;background-image: url("data:image/svg+xml,%3Csvg width='14' height='14' viewBox='0 0 14 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.88191 9.74524L3.18182 7.04451L4.08164 6.14469L5.88191 7.94433L9.48119 4.34442L10.3816 5.24488L5.88191 9.74524Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 7C0 3.13409 3.13409 0 7 0C10.8659 0 14 3.13409 14 7C14 10.8659 10.8659 14 7 14C3.13409 14 0 10.8659 0 7ZM7 12.7273C6.24788 12.7273 5.50313 12.5791 4.80827 12.2913C4.1134 12.0035 3.48203 11.5816 2.95021 11.0498C2.41838 10.518 1.99651 9.8866 1.70869 9.19173C1.42087 8.49687 1.27273 7.75212 1.27273 7C1.27273 6.24788 1.42087 5.50313 1.70869 4.80827C1.99651 4.1134 2.41838 3.48203 2.95021 2.95021C3.48203 2.41838 4.1134 1.99651 4.80827 1.70869C5.50313 1.42087 6.24788 1.27273 7 1.27273C8.51897 1.27273 9.97572 1.87613 11.0498 2.95021C12.1239 4.02428 12.7273 5.48103 12.7273 7C12.7273 8.51897 12.1239 9.97572 11.0498 11.0498C9.97572 12.1239 8.51897 12.7273 7 12.7273Z' fill='white'/%3E%3C/svg%3E%0A");background-repeat: no-repeat;background-size: 1.4rem 1.4rem;}
.content ul.arrow_list li, .content ul.checkbox_list li{padding: 0 0 0 3.2rem}
.content ul.arrow_list li::after, .content ul.checkbox_list li::after {display: none}
.content ul.arrow_list li::before, .content ul.checkbox_list li::before{content:"";position:absolute;top:.6rem;left:0;display:block;background-repeat:no-repeat;background-size:1.6rem 1.8rem}
.content ul.arrow_list li::before{width:1.6rem;height:1.8rem;background-image:url(/img/arrow.svg)}
.content ul.checkbox_list li::before{width:1.6rem;height:1.9rem;background-image:url(/img/check.svg)}
.content ol{margin-bottom:2rem;counter-reset:li}
.content ol li{display:table;font:400 1.8rem/1.44 "Poppins",sans-serif;color:#141414;padding:0 0 0 2rem;margin:1rem 0;overflow:hidden}
.content ol li::before{margin-left:-2rem;counter-increment:li;content:counters(li, ".") ". ";color:#141414;font-weight:700}
.content blockquote{font:400 1.8rem/1.44 "Poppins",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:#003160}
.content a:not(.button){display:inline-block;color:#003160;transition:.3s linear}
.content a:not(.button):focus{color:#005041}
.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:#003160}
.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}
.content.content_white ul.arrow_list li::before,.content.content_white ul.checkbox_list li::before{filter:brightness(0) invert(1)}
p{font:400 1.8rem/1.44 "Poppins",sans-serif;color:#000;margin:1rem 0}

[data-modals]{cursor:pointer}
.no_scroll{overflow:hidden}
.hide_desktop{display:none!important}

.link {display: inline-block;font-size: 1.6rem;font-weight: 700;text-transform: uppercase;color: #003160;transition: .3s linear;position: relative;}
.link::after {content: '';position: absolute;bottom: -.2rem;left: 0;display: block;width: 100%;height: .2rem;background-color: #003160;transition: .3s linear;}
.link:focus {color: #141414}
.link:focus::after {background-color: #141414}

.map{padding:0}
.map #map,.map iframe{height:40rem;width:100%;max-width:100%}
.marker_info{text-align:center}
.marker_info p{font-size:1.4rem;font-weight:600;line-height:1.2;margin:.2rem 0}
.marker_info .map_address{max-width:23rem;margin:0 auto}
.marker_info p a{color:#003160}

.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}

.header{position:fixed;top:0;left:0;width:100%;padding:2rem 0;z-index:999;transition:.2s}
.header .header_row{display:flex;align-items:center;justify-content: space-between}
.header .header_logo{flex-shrink:0;margin: 0 3rem 0 0}
.header .header_logo img{width:13rem}
.header .header_links {flex-shrink:0;}
.header .header_phone {display: inline-flex;align-items: center;font-size: 2.4rem;font-weight: 700;line-height: 1.15;color: #003160;transition: .3s linear;}
.header .header_phone .icon{width: 2.2rem;height: 2.2rem;flex-shrink: 0;margin:0 1rem 0 0}

.header.fixed{padding:1rem 0;background-color:#CFDBEF;box-shadow: 0 0 15px 0 rgba(0, 0, 0, .2)}
.header.fixed .header_logo img{width:7rem}

.navigation .header_nav{display:flex;justify-content:flex-end;align-items:center}
.navigation .header_nav > li > a:not(.button){font:400 2rem "Poppins",sans-serif;color:#fff;text-transform:capitalize;display:block;white-space:nowrap;padding:0 2.6rem;position:relative;transition:.3s linear}
.navigation .header_nav > li.active > a:not(.button){font-weight:700;color:#003160}
.navigation .header_nav > li.dr_down{position:relative}
.navigation .header_nav > li.header_button{padding:0 0 0 2.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:#141414;transition:all .3s ease-in-out;box-shadow:0 0 .3rem rgba(0,0,0,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 #141414;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 .button{padding:0 3.3rem}
.navigation .header_nav > li.dr_down:focus .sub_menu{opacity:1;visibility:visible;transform:translate3d(0,0,0)}

.navigation_btn{display:none;width:3rem;height:2.6rem;border-radius:.2rem;background-color: #003160;position:absolute;top:57%;right:2rem;transform:translate(0, -50%);overflow:visible;cursor:pointer;transition-property:opacity;transition-duration:.15s;transition-timing-function:linear;z-index:600}
.navigation_btn .hamburger_box{display:block;width:2rem;height:.2rem;border-radius:.2rem;background-color:#ffffff;position:absolute;left:.5rem;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:2rem;height:.2rem;border-radius:.2rem;background-color:#ffffff;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}
.navigation_btn .hamburger_box::before{top:-.6rem;transition:top .075s .12s ease,opacity .075s ease}
.navigation_btn .hamburger_box::after{bottom:-.6rem;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:#ffffff}
.navigation_btn.is_open .hamburger_box::before,.navigation_btn.is_open .hamburger_box::after{background-color:#ffffff}
.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:#ffffff;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: 600 2.4rem "Poppins",sans-serif;background-color: #003160;color: #fff;text-align: center;user-select: none;z-index: 300}
.mobile_phone svg{width:2.4rem;height:2.4rem}

.home_bar_space{position:fixed;left:0;bottom:0;display:none;width:100%;height:env(safe-area-inset-bottom);background-color:#003160;z-index:299}
.dark_overlay.nav_opened::after{content:"";position:fixed;top:0;left:0;display:block;width:100%;height:100vh;background-color:#000;opacity:.8;z-index:2}

.main_top{padding:19rem 0 10rem;background-repeat: no-repeat;background-size: cover;background-position: left bottom}
.main_top .main_top_wrap {display: flex;align-items: flex-start;}
.main_top .main_top_text {flex-grow: 1;padding: 0 15.4rem 0 0}
.main_top .contact_form {flex-shrink: 0;width: 40.7rem}
.main_top .content h2, .main_top .content .h2{font-size: 4.5rem;font-weight: 700;color: #333333;text-transform: initial;}
.main_top .content .button {margin: 2.2rem 0 0}

.contact_form {background-color: #ffffff;padding: 3.2rem 3.2rem 3.2rem;box-shadow: -.5rem .4rem 2.09rem .2rem rgba(0, 0, 0, .07);}
.contact_form .modal_text {margin: 0 0 2.2rem}
.contact_form .modal_text .modal_title{margin: 0 0 0.5rem}
.contact_form .modal_text p{font-size: 1.8rem;line-height: 1.44;margin: 0;}
.contact_form .form_col_2 {display: flex;justify-content: space-between;align-items: center}
.contact_form .form_col_2 .form_item {margin: 0}
.contact_form .form_col_2 .form_item:first-child {margin-right: 2rem}
.contact_form .form_col_2 .custom_checkbox + label {margin: 0}

.about {background-repeat: no-repeat;background-size: cover;background-position:center;padding: 7.4rem 0 8rem;position: relative;z-index: 2;}
.about::after {content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;mix-blend-mode: multiply;background-color: #005041;z-index: -1;}
.about .content table{width: 100%;}
.about .content table td {vertical-align: top;}
.about .content table td:first-child {width: 53%;padding: 0 13.3rem 0 0;}
.about .content h1, .about .content .h1 {margin-top: 0}
.about .content .button {margin: 0.8rem 0 0}

.top_content {text-align: center;margin: 0 0 5rem}
.top_content h4 span, .top_content .h4 span{position: relative}
.top_content h4 span::after, .top_content .h4 span::after{content: '';position: absolute;top: 0.6rem;left: -1.1rem;display: block;width: .3rem;height: calc(100% - 1.2rem);background-color: #005041;}
.top_content.content_white h4 span::after, .top_content.content_white .h4 span::after{background-color: #ffffff}
.top_content h2, .top_content .h2 {margin-bottom: 0;max-width: 29ch;margin-inline: auto}


.why {padding: 7.4rem 0 7.7rem;overflow: hidden}
.why .top_content {margin: 0 0 7.5rem}
.why .why_wrap {display: flex;align-items: flex-start;}
.why .why_bg{width: 140.6%;margin: 0 5.5rem 0 -7vw;}
.why .why_bg img{width: 100%}
.why_item {display: flex;align-items: flex-start;padding: 2.5rem 0 2.5rem;border-bottom: 0.1rem solid rgb(51 51 51 / 20%);}
.why_item:first-of-type {padding-top: 0;}
.why_item:last-of-type {padding-bottom: 0;border-bottom: 0;}
.why_item .why_item_title {flex-shrink: 0;width: 15.5rem;margin: 0 4.8rem 0 0;}
.why_item .why_item_title h4, .why_item .why_item_title .h4 {margin: 0;}
.why_item .why_item_text {flex-grow: 1}


.services {position: relative;z-index: 2;padding: 6.4rem 0 8rem;background-repeat: no-repeat;background-size: cover;background-position: center}
.services::after {content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;mix-blend-mode: normal;background-color: rgba(0, 49, 96, .8);z-index: -1;}
.services .services_wrap {display: grid;grid-template-columns: repeat(4, 1fr);gap: 4rem 8.8rem;}

.services_item {display: flex;flex-direction: column;justify-content: space-between;background-color: #fff;text-align: center;padding: 3.3rem 3rem 2.3rem;transition:.3s linear}
.services_item .img_wrap {display: block;margin: 0 0 3.9rem;position: relative;z-index: 2;}
.services_item .img_wrap::after{content: '';position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 6.7rem;height: 6.7rem;background-color: #F8F8F8;z-index: -1;border-radius: 50%;}
.services_item .img_wrap img{width: 9rem;height: 4.4rem;object-fit: contain;}
.services_item:hover{background-color:#CFDBEF;}

.services_item.services_item_outline {border: .2rem solid #FFFFFF;background-color: transparent}
.services_item.services_item_outline .img_wrap .icon {color: #FFFFFF;width: 2.8rem;height: 2.8rem}
.services_item.services_item_outline .img_wrap::after {display: none}
.services_item.services_item_outline h4, .services_item.services_item_outline .h4 {color: #ffffff}

.speciality {background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;z-index: 2;padding: 6.2rem 0 8rem}
.speciality::after {content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;mix-blend-mode: normal;background-color: rgb(33, 33, 33, .9);z-index: -1;}
.speciality .speciality_wrap {display: grid;grid-template-columns: repeat(2, 1fr);gap: 6rem;}
.speciality_item {border: .1rem solid rgba(255, 255, 255, .4);padding: 2.9rem 3rem 6rem 6rem;}
.speciality_item .content h4, .speciality_item .content .h4{margin: 1rem 0 1.2rem;}

.reviews {padding: 6.4rem 0 8rem;overflow: hidden}
.reviews .reviews_wrap {display: flex;align-items: flex-start;}
.reviews .reviews_slider_wrap {width: 70rem;padding: 0 0 0 7.5rem;}
.reviews .icon_quote {width: 6.1rem;height: 6.1rem;color: rgb(33 33 33 / 7%);}
.reviews .reviews_image {width: calc(100% - 70rem);margin: 7.5rem -17vw 0 7vw}
.reviews .reviews_slider {width: calc(100% - 9rem)}
.reviews .top_content {margin: 0}

.reviews_slider.hidden_slider{opacity:0;overflow:hidden;max-height:27rem}
.reviews_slider .slick-track{display:flex!important}
.reviews_slider .slick-track .slick-slide{display:flex!important;flex-direction:column;height:auto!important}
.reviews_slider .slick-prev{left:-7.5rem}
.reviews_slider .slick-next{right:-7.5rem}
.reviews_item .reviews_desc {margin: 0 0 1.5rem;}
.reviews_item .reviews_bottom {display: flex;align-items: center;justify-content: space-between;position: relative;z-index: 2}
.reviews_item .reviews_bottom::after {content: '';position: absolute;top: 50%;left: 0;display: block;width: 100%;height: .1rem;background-color: rgb(33 33 33 / 20%);z-index: -1}
.reviews_item .reviews_name{font-size: 1.8rem;font-weight: 700;text-transform: uppercase;color: #333333;flex-shrink: 0;padding: 0 1.6rem 0 0}
.reviews_item .images_wrap {display: flex;align-items: center;flex-shrink: 0;padding: 0 0 0 1.6rem}
.reviews_item .reviews_name, .reviews_item .images_wrap {background-color: #ffffff;}
.reviews_item .reviews_icon {flex-shrink: 0; width: 2.2rem;height: 2.2rem;margin: 0 1rem 0 0}
.reviews_item .stars {flex-shrink: 0}

.stars {display: flex;align-items: center}
.stars .icon{width: 2.2rem;height: 2.2rem;color: #FBBB00}

footer {background: #222222;position: relative;padding: 3rem 0;}
footer .footer_row {display: grid;grid-template-columns: repeat(3, 20rem);justify-content: space-between;}
footer .footer_col {text-align: center}
footer .footer_logo img{width: 16.6rem;aspect-ratio: 1 / 1;object-fit: contain;}
footer .footer_subtitle {font-family: "Poppins", sans-serif;font-size: 2rem;font-weight: 700;color: #ffffff;text-transform: uppercase;margin: 0 0 4.3rem;position: relative;}
footer .footer_subtitle::after {content: '';position: absolute;bottom: -1rem;left:0;display: block;width: 100%;height: .1rem;background-color: rgba(255,255,255,.5);}
footer p{font:400 1.8rem/1.4 "Poppins",sans-serif;color:#ffffff;margin:0}
footer a{display:inline-block;font:400 1.8rem/1.4 "Poppins",sans-serif;color:#ffffff;transition:.3s linear}

#whyus, #whatweoffer, #testimonials{position: absolute; margin-top: -100px;}

@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) {
	.navigation .header_nav > li > a:not(.button):hover{color:#003160}
	.navigation .header_nav .sub_menu > li > a:not(.button):hover{color:#003160}
	footer a:hover{color:#efefef}
	.footer_bottom a:hover{color:#003160}
	.button:hover{color:#ffffff;background-color:#005041;border-color:#005041}
	.button:hover svg{fill:#fff}
	.button.button_light:hover{color:#ffffff;background-color:#003160;border-color:#003160}
	.button.button_light_2:hover{color:#003160;background-color:#ffffff;border-color:#ffffff}
	.button.button_dark:hover{color:#000;background-color:#fff;border-color:#fff}
	.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:#000;background-color:#fdae11;border-color:#fdae11}
	.button.button_info:hover{color:#fff;background-color:#0890a7;border-color:#0890a7}
	.button.button_disable:hover{color:#000;background-color:#c3bfbf;border-color:#c3bfbf}
	.button.button_default:hover{color:#fff;background-color:#50606e;border-color:#50606e}
	.button.btn_icon:hover svg{transform:translate(-50%,0.9rem)}
	.button.btn_icon:hover span{transform:translateY(3rem)}
	.slick-prev:hover::after,.slick-next:hover::after{border-color:#003160}
	.input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 4rem #fff inset!important;-webkit-text-fill-color:#000!important}
	.custom_checkbox + label:hover .checkbox_design{border-color:#003160}
	.custom_radio_button + label:hover .radio_button_design{border-color:#003160}
	.pagination li a:hover{background-color:#003160;color:#fff}
	.social .social_block:hover .icon,.social .social_block:hover img{padding:.2rem}
	.content a:not(.button):hover{color:#005041}
	.toast_notifications .removeTOAST .icon:hover{color:#E24D4C}
	.modal_wrap .icon_close:hover{color:#003160}
	.link:hover {color: #141414}
	.link:hover::after {background-color: #141414}
	.header .header_phone:hover {color: #005041}
	.slick-prev:hover, .slick-next:hover {background: #003160}
}

@media only screen and (max-width: 1300px) {
	.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}
	.block_404 h1, .block_404 .h1 {font-size: 4rem}
	.block_404 h1 span, .block_404 .h1 span {font-size: 14rem}
	.services .services_wrap {gap: 3rem}
	.reviews .reviews_image {margin: 7.5rem -7vw 0 2rem}
}

@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)}
	.main_top .main_top_text {padding: 0 10rem 0 0}
	.why .why_bg {margin: 0 5.5rem 0 -2vw}
	.reviews .reviews_image {width: calc(100% - 50rem)}
	.reviews .reviews_slider_wrap {width: 50rem}
}

@media only screen and (max-width: 1100px) {

}

@media only screen and (max-width: 992px) {
	.header,.header.fixed{padding:2rem 0}
	.header .header_logo img,.header.fixed .header_logo img{width:8rem}
	.header .header_col_1{width:calc(100% - 7rem)}
	.header .header_col_2{width:7rem}
	.header .navigation_btn{display:block}
	.header .top_menu{display:none}
	.navigation{position:fixed;top:0;right:-36rem;z-index:100;width:36rem;height:100vh;margin:0;overflow:hidden;background-color:#000;transition:right .3s ease-in}
	.navigation.nav_opened{right:0;transition:right .3s ease-out}
	.navigation .header_nav{display:block;margin:9rem 0 0;padding:0 1.5rem;height:calc(100vh - 16rem);overflow-y:auto}
	.navigation .header_nav > li{display:block;width:100%}
	.navigation .header_nav > li > a:not(.button){display:block;font-size:2rem;font-weight:400;color:#fff;text-align:center;text-transform:uppercase;padding:.9rem 0;width:100%;margin:0 auto}
	.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 #003160}
	.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:7rem}
	.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% - 5.61rem)}
	.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:4rem}
	.content h1,.content .h1{font-size:4rem}
	h2,.h2{font-size:3.6rem}
	.content h2,.content .h2{font-size:3.6rem}
	.title,.content .title{font-size:3.6rem}
	h3,.h3{font-size:2.4rem}
	.content h3,.content .h3{font-size:2.4rem}
	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}
	.block_404 {padding: 10rem 0 4rem}
	.main_top {padding: 13rem 0 5rem}
	.main_top .content h2, .main_top .content .h2 {font-size: 3.6rem}
	.main_top .main_top_text {padding: 0 2rem 0 0;}
	.about .content table td:first-child {padding: 0 4rem 0 0}
	.about {padding: 4.5rem 0 5rem}
	.why .why_wrap {flex-direction: column-reverse}
	.services .services_wrap {grid-template-columns: repeat(2, 1fr)}
	.speciality .speciality_wrap {gap: 3rem}
	.reviews .reviews_wrap {flex-direction: column}
	.reviews .reviews_slider_wrap {width: 100%}
	.why {padding: 3.5rem 0 0}
	.why .top_content {margin: 0 0 3.5rem}
	.why .why_content {margin: 0 0 4rem}
	p, .content ol li, .content ul li, .content blockquote {font-size: 1.6rem}
	.why_item {padding: 1.5rem 0}
	.why .why_bg {margin: 0 0 0 -1.5rem;width: calc(100% + 3rem)}
	.why .why_bg img {width: 100%;aspect-ratio: 4 / 2;object-fit: cover;object-position: top;}
	.services {padding: 4.5rem 0 5rem}
	.top_content {margin: 0 0 2.5rem}
	.speciality_item {padding: 2rem 3rem 3.5rem}
	.speciality {padding: 3.5rem 0 5rem}
	.content ul li::after {top: 0.5rem}
	.reviews {padding: 3.5rem 0 0}
	.reviews .icon_quote {width: 4rem;height: 4rem}
	.reviews .top_content {margin: 0 0 3rem}
	.reviews .reviews_image {margin: 3rem 0 0 -1.5rem;width: calc(100% + 3rem)}
	.main_top .contact_form {width: 33.7rem}
}

@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% - 5.61rem)}
	.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:3rem}
	.content h1,.content .h1{font-size:3rem}
	h2,.h2{font-size:2.6rem}
	.content h2,.content .h2{font-size:2.6rem}
	.title,.content .title{font-size:2.6rem}
	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}
	.content_table.content table td {display: block !important;width: 100% !important;}
	.content_table.content table td:first-child {padding-right: 0}
	.about .content table td {display: block!important; width: 100% !important;}
	.about .content table td:first-child {padding: 0}
	.main_top .content h2, .main_top .content .h2 {font-size: 2.8rem}
	.main_top .content .button {margin: 1rem 0 0}
	.speciality .speciality_wrap {grid-template-columns: repeat(1, 1fr);gap: 4rem}
	.why_item {flex-direction: column}
	.why_item .why_item_title {width: 100%;margin: 0 0 1rem}
	.reviews .slick-prev, .reviews .slick-next {position: static;transform: unset;width: 3.6rem;height: 3.6rem;}
	.reviews .slick-prev .icon, .reviews .slick-next .icon {width: 1.6rem;height: 1.6rem}
	.reviews .reviews_slider_wrap {padding: 0}
	.reviews .reviews_slider {width: 100%}
	.slider_arrows {display: flex;justify-content: flex-end;gap: 0 1.5rem;margin: 2rem 0 0}
	.main_top .main_top_text {padding: 0;margin: 0 0 3rem;}
	.main_top .main_top_wrap {flex-direction: column}
}

@media only screen and (max-width: 700px) {
	footer .footer_row {grid-template-columns: repeat(1, 20rem);justify-content: center;gap: 4rem 0;}
}


@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% - 5.61rem)}
	.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}
	.why .why_content {margin: 0 0 2rem}
	.services .services_wrap {gap: 2rem}
	.services_item {padding: 2.4rem 1.2rem 1.8rem}
	.services_item .img_wrap {margin: 0 0 3rem}
}

@media only screen and (max-width: 550px) {
	.toast_notifications{width:95%}
	.toast_notifications .toast{width:100%;font-size:1rem;margin-left:2rem}
}

@media only screen and (max-width: 450px) {
	.mobile_phone {font-size: 2rem}
	.header .header_phone {font-size: 1.8rem}
	.header .header_phone .icon {width: 1.8rem;height: 1.8rem}
	.header, .header.fixed {padding: 1rem 0}
	.header .header_logo img, .header.fixed .header_logo img {width: 6rem}
	.main_top {padding: 10rem 0 4rem}
	.main_top .contact_form {width: 100%}
	.contact_form .modal_text p {font-size: 1.5rem;max-width: 100%}
}

@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}
	.services_item h4, .services_item .h4 {font-size: 1.6rem}
}

@media only screen and (max-width: 380px) {
	.navigation{right:-30rem;width:30rem}
}

@media only screen and (max-width: 350px) {
	.services_item h4, .services_item .h4 {font-size: 1.3rem}
	.reviews_item .reviews_bottom {align-items: flex-start;flex-direction: column}
	.reviews_item .images_wrap {padding: 1.6rem 0 0}
	.reviews_item .reviews_bottom::after {display: none}
	.reviews_item .reviews_name {padding: 0}
}

@media (orientation: landscape) and (max-height: 450px) {
	.mobile_phone,.home_bar_space{display:none}
	footer{padding-bottom:0}
}