@charset "UTF-8";
.fadeOut {animation-name: fadeOut;}
@keyframes fadeOut { 0% {opacity: 1;} 100% {opacity: 0;} }
.fadeIn {animation-name: fadeIn;}
@keyframes fadeIn { 0% {opacity: 0;} 100% {opacity: 1;} }
@keyframes stretch { 0% {color: #006b25;} 100% {color: #F5004E;} }
@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:40rem;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:0;background-color:#fff;border-top:.6rem solid #0AFFF7;z-index:1503;position:relative}
.modal_wrap .icon_close{position:absolute;top:.5rem;right:.5rem;color:#BEBEBE;cursor:pointer;font-size:3rem;transition:color .3s linear}
.modal_wrap .icon_close:focus{color:#F5004E}
.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:#0AFFF7}
.modal_wrap .image_wrap .icon{height:4rem;width:4rem;color:#000;animation:zoomIn .5s both;animation-delay:.2s}
.modal_wrap .modal_text{text-align:center;margin:2rem 0 .5rem}
.modal_wrap .modal_text .modal_title{font-size:2.4rem;line-height:1.4;font-weight:700;color:#000;text-transform:capitalize;margin:0 auto}
.modal_wrap .modal_text p{margin:.5rem auto;max-width:88%}
.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-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 .modal_wrap{border-top:.6rem solid #0AFFF7}
.modal_success.dialog .check_wrap{border:.2rem solid #0AFFF7;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:#000000;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:#0AFFF7;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 #F5004E}
.modal_danger.dialog .checkmark{stroke-width:2;stroke:#fff;stroke-miterlimit:10;background-color:transparent;box-shadow:inset 0 0 0 #F5004E;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:#F5004E;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 #F5004E} }

.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)}

.dialog .contact_form .image_wrap{display: block}
.dialog .contact_form .form_item_inputs {display: flex;flex-direction: column;gap: 2rem 0}
.dialog .contact_form .form_item_captcha {margin: 2rem 0 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:#0AFFF7}
.toast.error::before{background-color:#F5004E}
.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:#0AFFF7}
.toast.error .column svg,.toast.error .column span{color:#F5004E}
.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:"Open Sans",sans-serif;font-size:1.6rem;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;margin: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:#F5004E;-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:none;border:none;font-size:0;display:block;width:4rem;height:4rem;position:absolute;top:50%;transform:translate(0,-50%);z-index:5}
.slick-prev::after,.slick-next::after{content:"";display:block;width:4rem;height:4rem;border-style:solid;border-width:0 .2rem .2rem 0;border-color:#fff;position:absolute;top:0;left:0;transition:.3s linear}
.slick-prev{left:1.5rem}
.slick-prev::after{transform:rotate(135deg)}
.slick-next{right:1.5rem}
.slick-next::after{transform:rotate(-45deg)}
.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:123rem;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,0,0,0.8);transition:all .3s}
.form_item .pre_input{display:block;margin:0 0 .3rem}
.input{display:block;width:100%;max-width:100%;height:3rem;font-family:"Open Sans",sans-serif;font-size:1.6rem;font-weight:400;padding:0;border:none;border-bottom:.1rem solid #000;background-color:#fff;color:#000;border-radius:0;transition:border-bottom-color .2s ease-in}
.input:focus,.input:active{outline-style:none;border-bottom-color:#F5004E}
.input::placeholder{font-family:"Open Sans",sans-serif;font-size:1.6rem;font-weight:400;color:rgba(0,0,0,0.8);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:12.8rem;padding-top:.5rem;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 1rem 0}
.custom_checkbox + label .checkbox_design{flex:0 0 auto;width:2rem;height:2rem;border:.1rem solid #000;background-color:#fff;position:relative;transform:scale(1);transition:all .2s ease}
.custom_checkbox + label .checkbox_design svg{position:absolute;top:.4rem;left:.3rem;width:1.2rem;height:1rem;fill:none;stroke:transparent;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:#F5004E;transform:scale(0)}
.custom_checkbox + label .checkbox_text{display:inline-block;font-family:"Open Sans",sans-serif;font-size:1.6rem;font-weight:400;letter-spacing:.032rem;color:#000;padding:0 0 0 1rem}
.custom_checkbox:checked + label .checkbox_design{background-color:#F5004E;border-color:#F5004E}
.custom_checkbox:checked + label .checkbox_design svg{stroke:#fff;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: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:#F5004E;transform:scale(0)}
.custom_radio_button + label .radio_button_design::before{opacity:1}
.custom_radio_button + label .radio_button_text{display:inline-block;font-family:"Open Sans",sans-serif;font-size:1.6rem;font-weight:400;letter-spacing:.032rem;color:#000;padding:0 0 0 1rem}
.custom_radio_button:checked + label .radio_button_design{border-color:#F5004E;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:none!important;border-bottom:.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;background-color:#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;font:700 1.6rem "Sofia Sans",sans-serif;height:4.2rem;letter-spacing:.032rem;min-width:7.55em;padding:0 6.5rem 0 1.7rem;border-radius:0;border:none;white-space:nowrap;text-transform:uppercase;text-decoration:none;transition:.3s ease-out;cursor:pointer;user-select:none;appearance:none;position:relative;overflow:hidden}
.button::after{content:"";position:absolute;top:0;right:0;width:4.2rem;height:4.2rem;transition:.1s linear;background-repeat:no-repeat;background-size:4.2rem 4.2rem}
.button[data-type=primary]{color:#fff;background-color:#F5004E}
.button[data-type=primary]::after{background-image:url("data:image/svg+xml,%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='42' height='41' fill='%23ffffff' stroke='%23F5004E'/%3E%3Cpath d='M22 30C26.9625 30 31 25.9625 31 21C31 16.0375 26.9625 12 22 12C17.0375 12 13 16.0375 13 21C13 25.9625 17.0375 30 22 30ZM22 28.6154C17.7859 28.6154 14.3846 25.2141 14.3846 21C14.3846 16.7859 17.7859 13.3846 22 13.3846C26.2141 13.3846 29.6154 16.7859 29.6154 21C29.6154 25.2141 26.2141 28.6154 22 28.6154ZM20.7677 25.6523L24.9215 21.4985L25.3965 21L24.9208 20.5015L20.767 16.3477L19.7701 17.3446L23.4282 21L19.7728 24.6554L20.7677 25.6523Z' fill='%23F5004E'/%3E%3C/svg%3E%0A")}
.button[data-type=accent]{color:#000;background-color:#0AFFF7}
.button[data-type=accent]::after{background-image:url("data:image/svg+xml,%3Csvg width='43' height='42' viewBox='0 0 43 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='0.5' y='0.5' width='42' height='41' fill='black' stroke='%230AFFF7'/%3E%3Cpath d='M22 30C26.9625 30 31 25.9625 31 21C31 16.0375 26.9625 12 22 12C17.0375 12 13 16.0375 13 21C13 25.9625 17.0375 30 22 30ZM22 28.6154C17.7859 28.6154 14.3846 25.2141 14.3846 21C14.3846 16.7859 17.7859 13.3846 22 13.3846C26.2141 13.3846 29.6154 16.7859 29.6154 21C29.6154 25.2141 26.2141 28.6154 22 28.6154ZM20.7677 25.6523L24.9215 21.4985L25.3965 21L24.9208 20.5015L20.767 16.3477L19.7701 17.3446L23.4282 21L19.7728 24.6554L20.7677 25.6523Z' fill='%230AFFF7'/%3E%3C/svg%3E%0A")}
.button.small{font-size:1.3rem;height:3.5rem;line-height:3.7rem}
.button.large{font-size:2rem;height:5.5rem;line-height:5.5rem}
.button.light{color:#F5004E;background-color:#fff;border-color:#fff}
.button.light_2{color:#0AFFF7;background-color:#fff;border-color:#fff}
.button.dark{color:#fff;background-color:#242424;border-color:#242424}
.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:#F5004E;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:#0AFFF7;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:2.4rem;height:2.4rem;transition:all .3s ease-in-out}

h1,.h1{font:700 5rem/1.02 "Sofia Sans",sans-serif;letter-spacing:.1rem;color:#F5004E;margin:1rem 0 2rem;text-transform:uppercase}
h2,.h2{font:700 4.5rem/1 "Sofia Sans",sans-serif;color:#F5004E;margin:1rem 0 2rem;text-transform:uppercase}
.title{font:700 4rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:1rem 0 2rem;text-transform:uppercase}
.sub_title{font:700 2rem/1.2 "Open Sans",sans-serif;color:#000;margin:1rem 0;text-transform:initial;letter-spacing:.04rem}
h3,.h3{font:700 3rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:0;text-transform:uppercase}
h4,.h4{font:700 2.4rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:0;text-transform:uppercase}
h5,.h5{font:700 2.2rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:0;text-transform:uppercase}
h6,.h6{font:700 2rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:0;text-transform:uppercase}

.content h1,.content .h1{font:700 5rem/1.02 "Sofia Sans",sans-serif;letter-spacing:.1rem;color:#F5004E;margin:1rem 0 2rem;text-transform:uppercase}
.content h2,.content .h2,.content .title{font:700 4.5rem/1 "Sofia Sans",sans-serif;color:#F5004E;margin:1rem 0 2rem;text-transform:uppercase}
.content h3,.content .h3{font:700 3rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:1rem 0;text-transform:uppercase}
.content h4,.content .h4{font:700 2.4rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:1rem 0;text-transform:uppercase}
.content h5,.content .h5{font:700 2.2rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:1rem 0;text-transform:uppercase}
.content h6,.content .h6{font:700 2rem/1.2 "Sofia Sans",sans-serif;color:#F5004E;margin:1rem 0;text-transform:uppercase}
.content .sub_title{margin:0 0 1rem}
.content p{margin:0 0 1.5rem}
.content ul{margin-bottom:4rem}
.content ul li{display:table;font:400 1.6rem/1.5 "Open Sans",sans-serif;color:#000;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;top:.6rem;left:0;width:1.3rem;height:1.3rem;background-repeat:no-repeat;background-size:1.3rem;background-image:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.27716' cy='6.53019' r='6.14843' transform='rotate(90 6.27716 6.53019)' fill='black'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.128738 5.76167L12.4256 5.76167L12.4256 7.29878L0.128738 7.29878L0.128738 5.76167Z' fill='white'/%3E%3C/svg%3E%0A")}
.content ul li:first-child::before{transform:rotate(0deg)}
.content ul li:nth-child(2)::before{transform:rotate(-60deg)}
.content ul li:nth-child(3)::before{transform:rotate(60deg)}
.content ul li:nth-child(4)::before{transform:rotate(90deg)}
.content ol{margin-bottom:2rem;counter-reset:li}
.content ol li{display:table;font:400 1.6rem/1.5 "Open Sans",sans-serif;color:#000;padding:0 0 0 2rem;margin:1rem 0;overflow:hidden}
.content ol li::before{margin-left:-2rem;counter-increment:li;content:counters(li, ".") ". ";color:#000;font-weight:700}
.content blockquote{font:400 1.6rem/1.5 "Open Sans",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:#F5004E}
.content a:not(.button){display:inline-block;color:#F5004E;font-weight:600;transition:.3s linear}
.content a:not(.button):focus{color:#0AFFF7}
.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:#F5004E}
.content .content_table th,.content .content_table td{padding:1rem}
.content[data-type=white]{color:#fff}
.content[data-type=white] h1,.content[data-type=white] .h1,.content[data-type=white] h2,.content[data-type=white] .h2,.content[data-type=white] h3,.content[data-type=white] .h3,.content[data-type=white] h4,.content[data-type=white] .h4,.content[data-type=white] h5,.content[data-type=white] .h5,.content[data-type=white] h6,.content[data-type=white] .h6{color:#fff}
.content[data-type=white] ul li,.content[data-type=white] ol li,.content[data-type=white] blockquote,.content[data-type=white] p{color:#BEBEBE}
.content[data-type=white] a:not(.button){color:#0AFFF7}
.content[data-type=white] a:not(.button):focus{color:#0AFFF7}
.content[data-type=white] ul li::before{color:#0AFFF7}
.content[data-type=white] ol li::before{color:#fff}
.content[data-type=white] blockquote::after{background-color:#0AFFF7}
.content[data-type=white] a:not(.button){color:#0AFFF7}
.content.flow > :first-child{margin-top:0}
p{font:400 1.6rem/1.5 "Open Sans",sans-serif;letter-spacing:.032rem;color:#000;margin:1rem 0}

[data-modals]{cursor:pointer}
.no_scroll{overflow:hidden}
.hide_desktop{display:none!important}

.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:#F5004E}

.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:3rem 0;z-index:999;transition:.2s}
.header::after{content:"";position:absolute;top:0;left:0;bottom:0;width:73.4%;background-color:#000;clip-path:polygon(0 0,100% 0,88% 100%,0% 100%);z-index:-1}
.header .header_row{display:grid;grid-template-columns:repeat(3,1fr);align-items:center;gap:0 3rem}
.header .header_phone{color:#fff;display:inline-flex;align-items:center;gap:0 1.5rem;font-family:"Sofia Sans",sans-serif;font-size:2.7rem;font-weight:700;letter-spacing:.054rem;text-transform:uppercase;transition:.3s linear}
.header .header_phone .icon{width:2.7rem;height:2.7rem;color:#fff;flex-shrink:0;transition:.3s linear}
.header .header_logo{text-align:center;display: inline-flex;}
.header .header_logo img{width:29rem}
.header.fixed{padding:1.5rem 0}
.header.fixed .header_logo img{width:20rem}

.mobile_phone{position:fixed;left:0;right:0;bottom:env(safe-area-inset-bottom);display:none;padding:.5rem 0;font:700 3rem "Open Sans",sans-serif;background-color:#F5004E;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:#F5004E;z-index:299}

.banner{padding:0;position:relative;z-index:2}
.banner .banner_inner{padding:0 0 14rem;background-position:center top;background-size:cover;background-repeat:no-repeat;position:relative;z-index:2}
.banner .banner_inner::after{content:"";position:absolute;top:0;left:0;display:block;width:48%;height:100%;background-color:rgba(0,0,0,0.9);z-index:-1}
.banner .banner_content{max-width:55ch;padding:15.8rem 0 0}
.banner .banner_content .button{margin: 1.9rem 0 0}
.banner .banner_form{position:absolute;left:0;bottom:-7.5rem;width:100%;z-index:2}
.banner .banner_form .wrapper{max-width:105.6rem}
.banner .contact_form{background-color:#fff;filter:drop-shadow(0 0.4rem 2rem rgba(0,0,0,0.1))}
.banner .contact_form .contact_form_wrap{display:flex}
.banner .contact_form .modal_text{flex-shrink:0;background-color:#F5004E;padding:2rem 3rem;display:flex;align-items:center;width:20.7rem}
.banner .contact_form .modal_text .modal_title{font-family:"Sofia Sans",sans-serif;font-size:3.2rem;font-weight:700;line-height:1.125;color:#fff;letter-spacing:.064rem;text-transform:uppercase}
.banner .contact_form .form_wrap{flex-grow:1;display:flex;gap:0 3.8rem;padding:4rem}
.banner .contact_form .form_item_inputs{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem 3.8rem;flex-grow:1}
.banner .contact_form .form_item_captcha{flex-shrink:0;padding:.6rem 0 0}
.banner .contact_form textarea.input{min-height:3rem;padding-top:.5rem}

.contact_form .image_wrap{display: none}

.about{padding:17.3rem 0 16.3rem}
.about table{width:100%}
.about table td:first-child{padding:0 13.5rem 0 0}
.about table td:last-child{width:46.2%;position:relative}
.about table td:last-child img{width:100%;height:100%!important;object-fit:cover}
.about table td:last-child .quote{position:absolute;left:-6.5rem;bottom:-6.5rem}
.about .content table h2,.about .content table .h2{margin:0 0 4rem}

.quote{display:flex;flex-direction:column;padding:2.5rem 3.5rem;background-color:#F5004E;color:#fff;width:32.5rem}
.quote p{font-family:"Open Sans",sans-serif;font-size:2.2rem;line-height:normal;letter-spacing:.044rem;color:#fff;margin:0}
.quote p small{font-size:1.4rem;letter-spacing:.028rem}

.services,.services::after,.services .services_bg{clip-path:polygon(50% 0,50% 0,100% 20%,100% 100%,0 100%,0 20%)}
.services{padding:0;background:linear-gradient(to right,#F5004E 50%,#0AFFF7 50%);position:relative;z-index:2}
.services::before,.services::after{content:"";position:absolute;background-color:#fff}
.services::before{bottom:0;left:0;right:0;height:6.2rem;z-index:1}
.services::after{top:1.5rem;left:0;right:0;bottom:0;z-index:-1}
.services .services_bg{position:absolute;top:2.5rem;left:0;right:0;bottom:0;background-size:50% 100%,50% 100%;background-position:left,right;background-repeat:no-repeat;border-image:linear-gradient(rgba(6,6,6,0.9),rgba(6,6,6,0.9)) fill 1;filter:grayscale(1)}
.services .services_row{display:flex;position:relative;z-index:2}
.services .services_row::after{content:"";position:absolute;left:50%;top:2.5rem;transform:translate(-50%,0);width:1.6rem;height:calc(100% - 2.5rem);background-color:#fff}
.services .services_item{width:50%;padding:15rem 0 2.1rem}

.services_item .services_item_desc{margin:0 0 4rem}
.services_item .services_item_desc h3, .services_item .services_item_desc .h3{font-family:"Sofia Sans",sans-serif;font-size:3.2rem;font-weight:700;line-height:1.4;letter-spacing:.064rem;text-transform:uppercase;margin:0 0 1.5rem}
.services_item .services_item_desc p{font-size:1.6rem;font-weight:400;letter-spacing:.032rem;color:#BEBEBE}
.services_item .services_item_img{display:block;width:100%;padding-top:21.5rem;position:relative;z-index:2}
.services_item .services_item_img::after{content:"";position:absolute;top:-.7rem;right:-.7rem;background-color:#0AFFF7;width:calc(100% - 1.2rem);height:calc(100% - 1.9rem);z-index:-1}
.services_item .services_item_img img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:block;width:100%;height:100%;object-fit:cover}
.services_item .services_item_img .button{position:absolute;left:0;bottom:0;transform:translate(0,50%)}
.services_item.services_item_primary .services_item_desc h3,.services_item.services_item_primary .services_item_desc .h3{color:#F5004E}
.services_item.services_item_primary .services_item_img::after{background-color:#F5004E}
.services_item.services_item_accent .services_item_desc h3,.services_item.services_item_accent .services_item_desc .h3{color:#0AFFF7}
.services_item.services_item_accent .services_item_img::after{background-color:#0AFFF7}
.services .services_item:first-child{padding-right:12rem}
.services .services_item:last-child{padding-left:12rem}

.benefits{padding:17.3rem 0 16.3rem;position: relative;z-index: 2}
.benefits::after{
	content: '';
	position: absolute;
	top: -.1rem;
	left: 0;
	right: 0;
	height: .1rem;
	width: 100%;
	background-color: #ffffff;
}
.benefits table{width:100%}
.benefits table td:first-child{width:46.2%;position:relative}
.benefits table td:first-child img{width:100%;height:100%!important;object-fit:cover}
.benefits table td:first-child .quote{position:absolute;right:-5rem;bottom:-6rem;width:42.2rem;padding:1.6rem 3rem}
.benefits table td:last-child{padding:0 0 0 13.5rem}
.benefits .content table h2,.benefits .content table .h2{margin:0 0 4rem}

.steps{padding:5.5rem 0 6rem;position:relative;z-index:2}
.steps .steps_bg{position:absolute;top:0;left:0;right:0;bottom:0;background-size:cover;background-repeat:no-repeat;filter:grayscale(1);border-image:linear-gradient(rgba(6,6,6,0.9),rgba(6,6,6,0.9)) fill 1;z-index:-1}
.steps .steps_text{text-align:center;margin:0 0 2.7rem}
.steps .steps_text.content h2,.steps .steps_text.content .h2{color:#F5004E;margin-bottom:4rem}
.steps .steps_text.content p{font-size:2.2rem;letter-spacing:.044rem;color:#fff}
.steps .steps_wrap{display:flex;flex-wrap:wrap;gap:4rem 7rem;position:relative}
.steps .steps_wrap::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:.1rem;background-color:#BEBEBE}
.steps .steps_wrap .steps_item{width:calc(25% - 5.25rem)}

.steps_item{padding:1.6rem 0 0;position:relative}
.steps_item::before{content:"";display:block;position:absolute;top:-.6rem;left:0;width:1.3rem;height:1.3rem;background-repeat:no-repeat;background-size:1.3rem;background-image:url("data:image/svg+xml,%3Csvg width='13' height='13' viewBox='0 0 13 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='6.27716' cy='6.53019' r='6.14843' transform='rotate(90 6.27716 6.53019)' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.128738 5.76167L12.4256 5.76167L12.4256 7.29878L0.128738 7.29878L0.128738 5.76167Z' fill='black'/%3E%3C/svg%3E%0A")}
.steps_item:first-child::before{transform:rotate(60deg)}
.steps_item:nth-child(2)::before{transform:rotate(-60deg)}
.steps_item:nth-child(3)::before{transform:rotate(0deg)}
.steps_item:nth-child(4)::before{transform:rotate(90deg)}
.steps_item p{color:#fff}
.steps_item p strong, .steps_item p b{font-weight: 800;}

.why{padding:10rem 0 22rem;position: relative;z-index: 4}
.why .why_wrap{display:flex;gap:0 10.3rem}
.why .why_img_col{flex-shrink:0;width:41rem}
.why .why_img_col h2,.why .why_img_col .h2{margin:0 0 2.8rem}
.why .why_img_col .why_img{position:relative}
.why .why_img_col .why_img img{width:100%}
.why .why_img_col .why_img .quote{position:absolute;right:-5.6rem;bottom:-4.6rem;width:29rem}
.why .why_desc_col{flex-grow:1;display:flex;flex-direction:column;gap:4rem 0}
.why .why_item_wrap .why_item:first-child{padding-top:0}
.why .why_item_wrap .why_item:last-child{border-bottom:none;padding-bottom:0}
.why .why_item_button{padding:0 0 0 8.6rem}
.why_item{display:flex;gap:0 3.5rem;padding:2rem 0;border-bottom:.1rem solid #D9D9D9}
.why_item .why_item_img{flex-shrink:0;width:5rem;height:5rem;background-color:#F3F1F2;border-radius:50%;display:flex;justify-content:center;align-items:center}
.why_item .why_item_img img{width:4.3rem;height:3.4rem;object-fit:contain}
.why_item .why_item_desc{flex-grow:1}
.why_item .why_item_desc .why_item_title{font-family:"Open Sans",sans-serif;font-size:2rem;font-style:italic;font-weight:700;line-height:normal;letter-spacing:.04rem;color:#000;margin:0 0 .5rem}
.why_item .why_item_desc p{font-size:1.6rem;font-weight:400;letter-spacing:.032rem;color:#000;margin:0}

footer{padding:4rem 0 0;background:#000;position:relative;z-index:2}
footer .footer_bg {position: absolute;bottom: calc(100% - 0.2rem);left: 0;right: 0;display: block;height: 27.5rem;background-repeat: no-repeat;background-size: cover;background-position: center top;z-index: -1;}
footer .footer_row{display:flex;justify-content:space-between;align-items:flex-end;gap:2rem}
footer .footer_col{display:flex;gap:0 1rem}
footer .footer_logo img{width:24.3rem}
footer .footer_title{font-family:"Sofia Sans",sans-serif;font-size:1.6rem;font-weight:700;letter-spacing:.032rem;color:#0AFFF7;text-transform:uppercase;margin:0}
footer .footer_col_item{width:22.3rem}
footer p{display:block;color:#fff;font:700 1.6rem "Sofia Sans",sans-serif;line-height:normal;letter-spacing:.032rem;text-transform:uppercase;margin:0}
footer .footer_text{display:inline-block;font:700 2rem "Open Sans",sans-serif;line-height:normal;letter-spacing:.04rem;color:#fff;text-transform: initial}
footer a.footer_text{transition:.3s linear}
.footer_bottom{padding:1.3rem 0 1rem;margin:1.2rem 0 0;border-top:.1rem solid #BEBEBE}

@media (-ms-high-contrast: none),(-ms-high-contrast: active),(-moz-touch-enabled: 0),(hover: hover) {
	.header .header_phone:hover{color:#0AFFF7}
	.header .header_phone:hover .icon{color:#0AFFF7}
	footer a:hover{color:#F5004E}
	.footer_bottom a:hover{color:#F5004E}
	.button:hover{padding:0 4.1rem}
	.button:hover::after{filter:blur(0.5rem);right:-5rem}
	.button.light:hover{color:#fff;background-color:#F5004E;border-color:#F5004E}
	.button.light_2:hover{color:#fff;background-color:#0AFFF7;border-color:#fff}
	.button.dark:hover{color:#242424;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:#ffbf66}
	.modal_wrap .icon_close:hover{color:#F5004E}
	.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:#F5004E}
	.custom_radio_button + label:hover .radio_button_design{border-color:#F5004E}
	.pagination li a:hover{background-color:#F5004E;color:#fff}
	.social .social_block:hover .icon,.social .social_block:hover img{padding:.2rem}
	.content a:not(.button):hover{color:#0AFFF7}
	.toast_notifications .removeTOAST .icon:hover{color:#FF3F0A}
	footer a.footer_text:hover{color:#0AFFF7}
}

@media only screen and (min-width: 1500px) {
	footer .footer_bg {height: 37.5rem}
}

@media only screen and (max-width: 1300px) {
	h1,.h1{font-size:4.5rem}
	.content h1,.content .h1{font-size:4.5rem}
	h2,.h2{font-size:3.8rem}
	.content h2,.content .h2{font-size:3.8rem}
	.title,.content .title{font-size:3.8rem}
	.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}
	.banner .banner_inner::after {width: 54rem}
	.banner .contact_form .form_wrap {gap: 0 2.8rem;padding: 3rem}
	.banner .contact_form .form_item_inputs {gap: 2rem 2.8rem}
	.banner .contact_form .modal_text .modal_title {font-size: 2.6rem}
	.banner .contact_form .modal_text {width: 18rem}
	.about table td:first-child {padding: 0 6.5rem 0 0}
	.about table td:last-child .quote {left: -2.5rem;bottom: -4.5rem}
	.about .content table h2, .about .content table .h2 {margin: 0 0 2rem}
	.quote p {font-size: 1.8rem}
	.quote {padding: 1.5rem 2.5rem;width: 26.5rem}
	.services, .services::after, .services .services_bg {clip-path: polygon(50% 0, 50% 0, 100% 10%, 100% 100%, 0 100%, 0 10%)}
	.services .services_item:first-child {padding-right: 6rem}
	.services .services_item:last-child {padding-left: 6rem}
	.services .services_item {padding: 13rem 0 2.1rem}
	.benefits table td:last-child {padding: 0 0 0 6.5rem}
	.benefits table td:first-child .quote {right: -2rem;bottom: -2rem;width: 34.2rem;padding: 1.6rem 2rem}
	.steps .steps_text.content h2, .steps .steps_text.content .h2 {margin-bottom: 2rem}
	.steps .steps_wrap {gap: 4rem 5rem}
	.steps .steps_wrap .steps_item {width: calc(100% / 4 - (5rem * 3 /4))}
	.why .why_img_col .why_img .quote {right: -2.6rem;bottom: -2.6rem;width: 22rem}
	.why .why_wrap {gap: 0 8rem}
	.about {padding: 15rem 0 13rem}
	.benefits {padding: 12rem 0 10rem}
	.benefits .content table h2, .benefits .content table .h2 {margin: 0 0 2rem}
	.why {padding: 8rem 0 20rem}
	.content ul{margin-bottom: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)}
}

@media only screen and (max-width: 992px) {
	.header,.header.fixed{padding:1.5rem 0}
	.header .header_logo img,.header.fixed .header_logo img{width:16rem}
	.header::after {width: 90%}
	.header .header_phone .icon {width: 2rem;height: 2rem}
	.header .header_phone {gap: 0 1rem;font-size: 2.2rem}
	.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}
	.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:3.2rem}
	.content h1,.content .h1{font-size:3.2rem}
	h2,.h2{font-size:2.8rem}
	.content h2,.content .h2{font-size:2.8rem}
	.title,.content .title{font-size:2.8rem}
	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}
	.banner .banner_content {padding: 10rem 0 0;max-width: 42ch}
	.banner .banner_inner::after {width: 40rem}
	.banner .contact_form .contact_form_wrap {flex-direction: column}
	.banner .contact_form .modal_text {width: 100%;padding: 1.6rem 2rem;text-align: center;justify-content: center}
	.banner .contact_form .modal_text .modal_title {font-size: 2.1rem}
	.banner .contact_form .form_wrap {gap: 0 1.8rem;padding: 2rem 2rem 2.4rem;}
	.banner .contact_form .form_item_inputs {gap: 2rem 1.8rem}
	.banner .contact_form .input, .banner .contact_form .input::placeholder {font-size: 1.4rem;}
	.sub_title {font-size: 1.8rem}
	.services_item .services_item_desc h3, .services_item .services_item_desc .h3 {font-size: 2.6rem}
	.services_item .services_item_img {padding-top: 13.5rem}
	.services .services_item {padding: 11rem 0 2.1rem}
	.services .services_row::after {width: 1rem}
	.steps .steps_wrap {gap: 4rem 3rem}
	.steps .steps_wrap .steps_item {width: calc(100% / 4 - (3rem * 3 /4))}
	.why .why_wrap {gap: 0 7rem}
	.why .why_img_col {width: 27rem}
	.why_item .why_item_desc .why_item_title {font-size: 1.6rem}
	.why_item .why_item_desc p {font-size: 1.3rem}
	.why_item {gap: 0 2rem;padding: 1.4rem 0}
	.why .why_desc_col {gap: 3rem 0}
	.why .why_item_button {padding: 0 0 0 7.1rem}
	footer p {font-size: 1.4rem}
	footer .footer_text {font-size: 1.8rem}
	footer .footer_title {font-size: 1.4rem}
	footer .footer_col_item {width: 20rem}
	.about {padding: 13rem 0 11rem}
	.benefits {padding: 6rem 0 8rem}
	.steps {padding: 4rem 0 3rem}
	.steps .steps_text.content h2, .steps .steps_text.content .h2 {margin-bottom: 1rem}
	.steps .steps_text.content p {font-size: 2rem;}
	.why {padding: 6rem 0 16rem}
}

@media only screen and (max-width: 850px) {
	footer .footer_bg {height: 14.5rem}
}

@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)}
	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}
	.about table td {display: block;width: 100% !important;}
	.about table td:first-child {padding: 0 0 2rem}
	.about table td:last-child {padding: 0 0 0 2.5rem}
	.about table td:last-child .quote {left: 0}
	.services .services_item {width: 100%;padding: 9rem 0 2.2rem}
	.services .services_row {flex-direction: column}
	.services, .services::after, .services .services_bg {clip-path: polygon(50% 0, 50% 0, 100% 5%, 100% 100%, 0 100%, 0 5%)}
	.services .services_row::after {display: none}
	.services .services_item:first-child {padding-right: 1rem}
	.services .services_item:last-child {padding-left: 0;padding-right: 1rem;padding-top: 4rem}
	.services .services_bg {background-size: 100% 50%, 100% 50%;background-position: top, bottom}
	.services_item .services_item_desc h3, .services_item .services_item_desc .h3 {margin: 0 0 0.5rem}
	.services_item .services_item_desc p {margin: .5rem 0}
	.services_item .services_item_desc {margin: 0 0 3rem}
	.benefits table tr {display: flex;flex-direction: column-reverse}
	.benefits table td {display: block;width: 100% !important;}
	.benefits table td:first-child {padding: 0 2.5rem 0 0}
	.benefits table td:last-child {padding: 0 0 3.5rem}
	.benefits table td:first-child .quote {right: 0}
	.steps .steps_wrap .steps_item {width: 100%}
	.steps .steps_wrap::before {left: 0.6rem;width: .1rem;height: 100%}
	.steps_item {padding: 1.6rem 0 0 2rem}
	.why .why_wrap {gap: 5.5rem 7rem;flex-direction: column}
	.why .why_img_col {width: 100%;max-width: 36rem;margin: 0 auto}
	footer .footer_row {flex-direction: column;align-items: center}
	footer .footer_row.footer_bottom {flex-direction: column-reverse}
	footer .footer_col {text-align: center}
	.header .header_row {grid-template-columns: repeat(2, 1fr);gap: 0 1rem}
	.header .header_logo {order: -1}
	.header::after {width: 100%;clip-path: polygon(0 0, 100% 0, 93% 100%, 0% 100%)}
	.header .header_phone {font-size: 1.8rem}
	.header .header_phone .icon {width: 1.8rem;height: 1.8rem}
	.header_contacts {padding: 0.5rem 0 0}
	.about {padding: 12rem 0 10rem;}
	.benefits {padding: 4rem 0 7rem}
	.why {padding: 4.5rem 0 12rem}
	.why .why_img_col h2, .why .why_img_col .h2 {margin: 0 0 2rem}
}

@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}
	.banner .contact_form .form_wrap {flex-direction: column;gap: 1.4rem 0}
	.banner .contact_form .form_item_captcha .form_item {display: flex;align-items: center;justify-content: space-between;gap: 1.8rem 2rem}
	.banner .contact_form .custom_checkbox + label {margin: 0}
	.banner .banner_form {bottom: -14.5rem}
	footer .footer_col {width: 100%}
	footer .footer_col_item {width: calc(100% / 2 - (1rem * 1 / 2))}
	footer .footer_text {font-size: 1.4rem}
	.footer_bottom {padding: 0.4rem 0 1rem;margin: 0.6rem 0 0}
	footer p {font-size: 1.2rem}
	.about {padding: 19rem 0 9rem}
}

@media only screen and (max-width: 550px) {
	.toast_notifications{width:95%}
	.toast_notifications .toast{width:100%;font-size:1rem;margin-left:2rem}
	.banner .banner_inner::after {width: 100%;background-color: rgba(0, 0, 0, 0.83)}
	.banner .banner_content {max-width: 100%}
	.why .why_img_col .why_img .quote {right: 0}
}

@media only screen and (max-width: 450px) {
	.banner .contact_form .form_item_inputs {grid-template-columns: repeat(1, 1fr)}
	.banner .contact_form .form_item_captcha .form_item {align-items: stretch;flex-direction: column}
	.banner .banner_form {bottom: -29.5rem}
	.about {padding: 33rem 0 9rem}
	.services, .services::after, .services .services_bg {clip-path: polygon(50% 0, 50% 0, 100% 3%, 100% 100%, 0 100%, 0 3%)}
	.benefits table td:first-child .quote {width: 28rem;padding: 1.2rem 1.6rem}
	.benefits .quote p {font-size: 1.4rem;margin: 0 0 0.5rem}
	footer .footer_bg {height: 9.5rem}
	.why {padding: 4.5rem 0 9rem}
}

@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) {

}

@media (orientation: landscape) and (max-height: 450px) {
	.mobile_phone,.home_bar_space{display:none}
	footer{padding-bottom:0}
}