.fadeOut{-webkit-animation-name:fadeOut;animation-name:fadeOut}
@keyframes fadeOut { 0%{opacity:1} 100%{opacity:0} }
.fadeIn{-webkit-animation-name:fadeIn;animation-name:fadeIn}
@keyframes fadeIn { 0%{opacity:0} 100%{opacity:1} }
@keyframes stretch { 0%{color:#006b25} 100%{color:#f68e31} }
@keyframes logoRes { from{opacity:0;transform:scale(0.7)} to{opacity:1;transform:scale(1)} }
@keyframes showDialog { 0%{opacity:0;transform:translateY(40px)} 100%{opacity:1;transform:translateY(0)} }
@keyframes scale { 0%{transform:scale(0.8)} 100%{transform:scale(1.2)} }
.scale{animation-name:scale;animation-duration:1s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:infinite;animation-fill-mode:none;animation-play-state:running}
@keyframes jump { 0% {transform: translate(0, 0);} 20% {transform: translate(0, 0);} 40% {transform: translate(0, 1rem);} 50% {transform: translate(0, 0);} 60% {transform: translate(0, 0);} 80% {transform: translate(0, 0);} 100% {transform: translate(0, 0);} }
.jump {animation-name: jump;animation-duration: 4s;animation-timing-function: ease-in-out;animation-delay: 0s;animation-direction: normal;animation-iteration-count: infinite;animation-fill-mode: none;animation-play-state: running;}
@keyframes slide-down { 0%{opacity:0;transform:translateY(-100%)} 100%{opacity:1;transform:translateY(0)} }
@keyframes zoomIn { from{opacity:0;transform:scale(0.7)} to{opacity:1;transform:scale(1)} }

*,:before,:after{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;outline:none}
video{width:100%}
audio,canvas,iframe,img,svg,video{vertical-align:middle}
fieldset{border:0;margin:0;padding:0}
textarea{resize:vertical}
html{-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}
article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}
audio,canvas,progress,video{display:inline-block;vertical-align:baseline}
audio:not([controls]){display:none;height:0}
[hidden],template{display:none}
a{background-color:transparent}
a:active,a:hover,a:focus{outline:0}
abbr[title]{border-bottom:1px dotted}
b,strong{font-weight:700}
dfn{font-style:italic}
mark{background:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub.red,sup.red{color:#e31e26}
sup{top:-.5em}
sub{bottom:-.25em}
svg:not(:root){overflow:hidden}
hr{box-sizing:content-box;height:0}
pre{overflow:auto}
code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}
button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}
button{overflow:visible}
button,select{text-transform:none}
button,html input[type=button],input[type=reset],input[type=submit]{-webkit-appearance:button;cursor:pointer}
button[disabled],html input[disabled]{cursor:default}
button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}
input{line-height:normal}
input[type=checkbox],input[type=radio]{padding:0}
input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{height:auto}
input[type=search]{-webkit-appearance:textfield}
input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration{-webkit-appearance:none}
legend{border:0;padding:0}
textarea{overflow:auto}
optgroup{font-weight:700}
table{border-collapse:collapse;border-spacing:0}
td,th{padding:0}
input[type=email],input[type=number],input[type=search],input[type=text],input[type=tel],input[type=url],input[type=password],textarea{-webkit-appearance:none;appearance:none}
ul,ol{list-style-position:inside}
img{max-width:100%;height:auto;border:0}
[class^=icon_],[class*=" icon_"],.icon{display:inline-block;width:1em;height:1em;fill:currentColor}
ul li,ol li{list-style:none}

.dialog_wrapper{position:fixed;top:0;left:0;display:none;width:100%;height:100%;z-index:1500;padding:0 1rem;overflow-y:auto}
.dialog{display:none;align-items:center;max-width:40rem;margin:4rem auto;min-height:calc(100% - 8rem)}
.dialog.modal_small{width:31rem}
.dialog.modal_medium{width:40rem}
.dialog.modal_large{width:85rem}
.dialog.modal_xlarge{width:65vw}

.modal_wrap{padding:2rem 3rem 2.5rem;background-color:#fff;border-top:.6rem solid #32689b;z-index:1503;position:relative;flex-grow: 1}
.modal_wrap .icon_close{position:absolute;top:.5rem;right:.5rem;color:#32689b;cursor:pointer;font-size:3rem;transition:color .3s linear}
.modal_wrap .icon_close:focus{color:#f68e31}
.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:#32689b}
.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{font-size:2.4rem;line-height:1.4;font-weight:700;color:#626262;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}
.modal_wrap .button, .modal_wrap .button.button_large{height: 4rem;line-height: 4rem;font-size: 1.6rem;padding: 0 2.2rem}

.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:#626262;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%;font-size: 1.6rem}

.modal_success.dialog .modal_wrap{border-top:.6rem solid #32689b}
.modal_success.dialog .check_wrap{border:.2rem solid #32689b;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:#32689b;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} }

.modal_warning.dialog{border-top:.6rem solid #f68e31}
.modal_warning.dialog .image_wrap{background-color:#f68e31}
.modal_info.dialog{border-top:.6rem solid #32689b}
.modal_info.dialog .image_wrap{background-color:#32689b}

.dialog .contact_form .modal_text{margin:2rem 0}
.dialog .contact_form .form_item {margin: 1rem 0}
.dialog .contact_form .input {height: 4rem;font-size: 1.6rem;padding: 0.2rem 1.5rem 0}
.dialog .contact_form .input::placeholder {font-size: 1.6rem;}
.dialog .contact_form textarea.input{min-height:7.3rem;padding-top: 1.2rem}
.dialog .contact_form .button{display:block;width:100%;margin:2rem 0 0}
.dialog .contact_form .row_f [class*=col_]{width:calc(100% - 3.01rem)}

.modal_video.dialog{padding:1.5rem;border:none;width:65vw;max-width:100%;flex-shrink:0}
.modal_video.dialog .video_frame{width:100%;height:40rem;border-radius:1.5rem}
.modal_video.dialog .icon_close{display:none}

.dialog.modal_team_contacts {max-width: 46rem}
.modal_team_contacts .modal_wrap {border-top: 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:#32689b}
.toast.error::before{background-color:#FF3F0A}
.toast.warning::before{background-color:#f68e31}
.toast.info::before{background-color:#32689b}
.toast .column svg{width:2.6rem;height:2.6rem;flex-shrink:0}
.toast.success .column svg,.toast.success .column span{color:#32689b}
.toast.error .column svg,.toast.error .column span{color:#E24D4C}
.toast.warning .column svg,.toast.warning .column span{color:#f68e31}
.toast.info .column svg,.toast.info .column span{color:#32689b}
.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:"Montserrat",sans-serif;font-size:1.6rem;-webkit-tap-highlight-color:rgba(255,255,255,0);-webkit-tap-highlight-color:transparent;margin:0;padding-top:10.9rem}
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{z-index: 2;position: relative;background-color: #eeeeee;}
.block_404::before, .block_404::after {content: '';position: absolute;bottom: 0;width: 0;height: 0;z-index: -1;}
.block_404::before {width: 25%;height: 25%;left: 0;background-color: #f68e31;clip-path: polygon(0 0, 0% 100%, 100% 100%);}
.block_404::after {width: 60%;height: 50%;right: 0;background-color: #32689b;clip-path: polygon(100% 0, 0% 100%, 100% 100%);}
.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: 4.4rem;margin: 0;color:#67696b}
.block_404 h1 span, .block_404 .h1 span {display: block;font-size: 17rem;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}
.content hr {clear:initial;}
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:#f68e31;-webkit-border-radius:1rem;border-radius:1rem;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,0.3);box-shadow:inset 0 0 6px rgba(0,0,0,0.3)}


.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: #32689b;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: 3.2rem;height: 0.7rem;margin:0 .5rem;background-color: rgba(221, 223, 226, 0.9);border-radius: 0.3rem;cursor:pointer;transition: all 0.2s;}
.slick-dots li.slick-active{width: 5.2rem;background-color: #32689b;}
.slick-dots li:only-child{display:none}
.slick-dots li button{background:transparent;border:none;font-size:0}

.row{margin:0 -1.5rem}
.row:after{content:"";display:block;clear:both}
.row .col_1,.row .col_10,.row .col_11,.row .col_12,.row .col_2,.row .col_3,.row .col_4,.row .col_5,.row .col_6,.row .col_7,.row .col_8,.row .col_9{float:left;margin:0 1.5rem}
.row .col_1{width:calc(8.3333333333% - 3.01rem)}
.row .col_2{width:calc(16.6666666667% - 3.01rem)}
.row .col_3{width:calc(25% - 3.01rem)}
.row .col_4{width:calc(33.3333333333% - 3.01rem)}
.row .col_5{width:calc(41.6666666667% - 3.01rem)}
.row .col_6{width:calc(50% - 3.01rem)}
.row .col_7{width:calc(58.3333333333% - 3.01rem)}
.row .col_8{width:calc(66.6666666667% - 3.01rem)}
.row .col_9{width:calc(75.0000000019% - 3.01rem)}
.row .col_10{width:calc(83.3333333333% - 3rem)}
.row .col_11{width:calc(91.6666666667% - 3.01rem)}
.row .col_12{width:calc(100% - 3.01rem)}

.row_f{margin:0 -1.5rem;display:flex;flex-wrap:wrap}
.row_f .col_1,.row_f .col_2,.row_f .col_3,.row_f .col_4,.row_f .col_5,.row_f .col_6,.row_f .col_7,.row_f .col_8,.row_f .col_9,.row_f .col_10,.row_f .col_11,.row_f .col_12{margin:0 1.5rem}
.row_f .col_1{width:calc(8.3333333333% - 3.01rem)}
.row_f .col_2{width:calc(16.6666666667% - 3.01rem)}
.row_f .col_3{width:calc(25% - 3.01rem)}
.row_f .col_4{width:calc(33.3333333333% - 3.01rem)}
.row_f .col_5{width:calc(41.6666666667% - 3.01rem)}
.row_f .col_6{width:calc(50% - 3.01rem)}
.row_f .col_7{width:calc(58.3333333333% - 3.01rem)}
.row_f .col_8{width:calc(66.6666666667% - 3.01rem)}
.row_f .col_9{width:calc(75.0000000019% - 3.01rem)}
.row_f .col_10{width:calc(83.3333333333% - 3.01rem)}
.row_f .col_11{width:calc(91.6666666667% - 3.01rem)}
.row_f .col_12{width:calc(100% - 3.01rem)}

.map_overlay{position:absolute;top:0;left:0;width:100%;height:100%}

.wrapper{width:100%;max-width:123rem;padding:0 1.5rem;margin:0 auto;position:relative}
.wrapper::after{content:"";display:table;clear:both}
.wrapper.wrapper_full{max-width:100%!important;}
.wrapper.wrapper_small{max-width:97rem}

.icon{line-height:0}
.noselect{-webkit-touch-callout:none;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}
table.table{width:100%}

::placeholder{color:#8f8f8f;transition:all .3s}
.form_item{margin:0 0 2rem}
.form_item .pre_input{display:block;margin:0 0 .3rem}

.input {display: block;width: 100%;max-width: 100%;height: 6rem;font-size: 1.8rem;font-weight: 500;padding: 0 2.7rem;border: 0.1rem solid #dde4ec;background-color: #ffffff;color: #626262;border-radius: 0;transition:box-shadow .2s ease-in;}
.input:focus,.input:active{outline-style:none;box-shadow:0 0 0 .3rem rgba(146,153,169,0.25)}
.input::placeholder {font-family: "Montserrat", sans-serif;font-size: 1.8rem;font-weight: 500;color: #8f8f8f;opacity: 1;text-overflow: ellipsis;text-transform: capitalize;}
.input:focus::placeholder{opacity:0}
.input:-webkit-autofill,.input:-webkit-autofill:focus,.input:-webkit-autofill:active{-webkit-box-shadow:0 0 0 4rem rgba(217,217,217,0.5) inset!important;-webkit-text-fill-color:#8f8f8f!important}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{-webkit-appearance:none}
input[type=number]{-moz-appearance:textfield!important}
textarea.input{min-height:11.5rem;padding-top: 1.8rem;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:flex-start;user-select:none;cursor:pointer;margin:0 2rem 1rem 0}
.custom_checkbox + label .checkbox_design{flex:0 0 auto;width:2rem;height:2rem;border:.1rem solid #cfcfcf;background-color:#fff;border-radius:0;position:relative;transform:scale(1);transition:all .2s ease}
.custom_checkbox + label .checkbox_design svg{position:absolute;top:.4rem;left:.4rem;width:1.2rem;height:1rem;fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1.6rem;stroke-dashoffset:1.6rem;transition:all .3s ease;transition-delay:.1s;transform:translate3d(0,0,0)}
.custom_checkbox + label .checkbox_design::before{content:"";position:absolute;top:0;left:0;display:block;width:100%;height:100%;opacity:1;border-radius:50%;background-color:#32689b;transform:scale(0)}
.custom_checkbox + label .checkbox_text{display:inline-block;font-size:1.8rem;font-weight: 500; color: #626262;padding:0 0 0 1rem}
.custom_checkbox:checked + label .checkbox_design{background-color:#32689b;border-color:#32689b}
.custom_checkbox:checked + label .checkbox_design svg{stroke-dashoffset:0}
.custom_checkbox:checked + label .checkbox_design::before{opacity:0;transform:scale(3.5);transition:all .6s ease}

.custom_checkbox.custom_checkbox_light + label .checkbox_design{border-color:#fff;background-color:#fff}
.custom_checkbox.custom_checkbox_light + label .checkbox_design svg{stroke:#fff}
.custom_checkbox.custom_checkbox_light + label .checkbox_design::before{background-color:#f68e31}
.custom_checkbox.custom_checkbox_light + label .checkbox_text{color: #ffffff}
.custom_checkbox.custom_checkbox_light:checked + label .checkbox_design{background-color:#f68e31;border-color:#f68e31}

.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:#32689b;transform:scale(0)}
.custom_radio_button + label .radio_button_design::before{opacity:1}
.custom_radio_button + label .radio_button_text{display:inline-block;font-size:1.8rem;color: #3c3c3c;padding:0 0 0 1rem}
.custom_radio_button:checked + label .radio_button_design{border-color:#32689b;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:#e31e26!important}
.validate_error + .icon{color:#e57373!important}
textarea.validate_error{border:.1rem solid #e57373!important}
.input_file.validate_error + .input{border:.1rem solid #e57373!important}
.input_file.validate_error + .input span{color:#e31e26!important}
.validate_checkbox.validate_error{border:none!important}
.validate_checkbox.validate_error .checkbox + label::before{border:.1rem solid #e57373!important}
.validate_checkbox.validate_error .custom_checkbox + label .checkbox_design{border:.1rem solid #e57373!important;background-color:#e57373!important}
.validate_radio.validate_error{border:none!important}
.validate_radio.validate_error .radio_button + label::before{border:.1rem solid #e57373!important}
.validate_radio.validate_error .custom_radio_button + label .radio_button_design{border:.1rem solid #e57373!important}

.button {display: inline-block;font: 700 1.8rem/5rem Montserrat, sans-serif;height: 5rem;min-width: 7.55em;padding: 0 3.8rem;color: #fff;background-color: #32689b;border: .1rem solid #221f1f;border-radius: 0;text-align: center;white-space: nowrap;text-transform: uppercase;text-decoration: none;transition: 0.3s ease-in-out;cursor: pointer;user-select: none;appearance: none;letter-spacing: 0.18rem;box-shadow: 0 -0.8rem 4.8rem 0.3rem rgba(0, 0, 0, 0.07);overflow: hidden;position: relative;z-index: 2}
.button::before, .button::after {content: "";position: absolute;top: 0;left: 0;bottom: 0;right: 0;z-index: -1;transition: 0.3s ease-in-out;}
.button::before {border-right: 12rem solid transparent;border-top: 6rem solid #221f1f;transform:translateX(calc(-50% + 6rem))}
.button::after {border-left: 12rem solid transparent;border-bottom: 6rem solid #3a3a3a;transform:translateX(calc(50% - 6rem))}
.button::before {border-right: 10rem solid transparent;border-top: 5rem solid #221f1f;transform: translateX(calc(-50% + 5rem))}
.button::after {border-left: 10rem solid transparent;border-bottom: 5rem solid #3a3a3a;transform: translateX(calc(50% - 5rem))}
.button span{font-weight: 400;}
.button .wrap_icon {display: flex;align-items: center;justify-content: center;background-color: #ffffff;height: 3rem;width: 5rem;position: absolute;right: 0.5rem;top: 0.5rem;transition: .3s linear;}
.button .wrap_icon .icon {width: 2rem;height: 2rem;color: #f68e31;transition: .3s linear;}
.button.button_large{height:6rem;line-height:6rem;padding: 0 2.2rem;}
.button.button_large::before {border-right: 12rem solid transparent;border-top: 6rem solid #221f1f;transform:translateX(calc(-50% + 6rem))}
.button.button_large::after {border-left: 12rem solid transparent;border-bottom: 6rem solid #3a3a3a;transform:translateX(calc(50% - 6rem))}
.button.button_small{font-size:1.3rem;height:3.5rem;line-height:3.7rem}
.button.light{color:#ffffff;background-color:#32689b;border-color:#32689b}
.button.light .wrap_icon {background-color: #ffffff}
.button.light .wrap_icon .icon {color: #32689b}
.button.light_2{color:#f68e31;background-color:#fff;border-color:#fff}
.button.light_2 .wrap_icon {background-color: #f68e31}
.button.light_2 .wrap_icon .icon {color: #fff}
.button.light_3{color:#32689b;background-color:#fff;border-color:#fff}
.button.light_3 .wrap_icon {background-color: #32689b}
.button.light_3 .wrap_icon .icon {color: #fff}
.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:#626262;background-color:#ffb92e;border-color:#ffb92e}
.button.button_info{color:#fff;background-color:#119eb5;border-color:#119eb5}
.button.button_disable{color:#626262;background-color:#ccc;border-color:#ccc}
.button.button_default{color:#fff;background-color:#607487;border-color:#607487}
.button.button_icon{display:inline-flex;align-items:center;font-size:1.4rem}
.button.button_icon .icon{width:1.8rem;height:1.8rem;margin:0 0 0 .8rem;flex-shrink: 0}
.button.button_icon span{transition:.2s linear}
.button.button_wide{padding:.9rem 3rem .7rem;line-height:normal;white-space:normal;height:auto}
.button.button_block{display:block;width:100%}
.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 {color: #f68e31;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: 2rem;font-weight: 700;display: block;min-width: 3rem;height: 3rem;line-height: 3.2rem;padding: 0 .5rem;color: #626262;text-align: center;transition: .3s linear}

.social{display:flex;flex-wrap:wrap;align-items:center}
.social .social_block{flex-shrink:0;margin:0 2rem 0 0}
.social .social_block:last-child{margin:0}
.social .social_block .icon,.social .social_block img{width:2.4rem;height:2.4rem;transition:all .3s ease-in-out}
.social .social_block .icon{color:#f68e31}

h1,.h1{font:700 4.8rem/1.2 Montserrat,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.48rem;}
h2,.h2{font:700 3.6rem/1.2 Montserrat,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.18rem;}
.title{font:700 3.6rem/1.2 Montserrat,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase}
.sub_title{font:600 2.4rem/1.5 Montserrat,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.24rem;}
h3,.h3{font:600 2.4rem/1.5 Montserrat,sans-serif;color:#231f20;margin:0;text-transform:uppercase;letter-spacing: 0.24rem;}
h4,.h4{font:600 2rem/1.2 Montserrat,sans-serif;color:#231f20;margin:0;text-transform:uppercase}
h5,.h5{font:600 1.8rem/1.2 Montserrat,sans-serif;color:#231f20;margin:0;text-transform:uppercase}
h6,.h6{font:600 1.6rem/1.2 Montserrat,sans-serif;color:#231f20;margin:0;text-transform:uppercase}

.content h1,.content .h1{font:700 4.8rem/1.2 Montserrat,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.48rem;}
.content h2,.content .h2,.content .title{font:700 3.6rem/1.2 Montserrat,sans-serif;color:#231f20;margin:1rem 0 2rem;text-transform:uppercase;letter-spacing: 0.18rem;}
.content h3,.content .h3{font:600 2.4rem/1.5 Montserrat,sans-serif;color:#231f20;margin:1rem 0;text-transform:uppercase;letter-spacing: 0.24rem;}
.content h4,.content .h4{font:600 2rem/1.2 Montserrat,sans-serif;color:#231f20;margin:1rem 0;text-transform:uppercase}
.content h5,.content .h5{font:600 1.8rem/1.2 Montserrat,sans-serif;color:#231f20;margin:1rem 0;text-transform:uppercase}
.content h6,.content .h6{font:600 1.6rem/1.2 Montserrat,sans-serif;color:#231f20;margin:1rem 0;text-transform:uppercase}
.content p{margin:0 0 2.7rem}
.content ul{margin-bottom:2rem}
.content ul li{display:table;font:500 1.8rem/1.67 "Montserrat",sans-serif;color:#626262;padding:0 0 0 2.2rem;margin:1rem 0;position:relative}
.content ul li p,.content ul li span{margin:0}
.content ul li::before {content: "";display: block;position: absolute;color: #32689b;top: .5rem;left: .5rem;width: 0.8rem;height: 1.6rem;border-style: solid;border-width: 0 .2rem .2rem 0;transform: rotate(40deg)}
.content ol{margin-bottom:2rem;counter-reset:li}
.content ol li{display:table;font:500 1.8rem/1.67 "Montserrat",sans-serif;color:#626262;padding:0 0 0 2rem;margin:1rem 0;overflow:hidden}
.content ol li::before{margin-left:-2rem;counter-increment:li;content:counters(li, ".") ". ";color:#626262;font-weight:700}
.content blockquote{font:500 1.8rem/1.67 "Montserrat",sans-serif;padding:0 0 0 2rem;margin:0 0 3rem;clear:both;position:relative}
.content blockquote::after{content:"";display:block;width:1rem;top:0;left:0;height:100%;position:absolute;background:#f68e31}
.content a:not(.button){display:inline-block;color:#f68e31;font-weight:600;transition:.3s linear}
.content a:not(.button):focus{color:#32689b}
.content img{height:auto!important}
.content ul:last-child,.content ol:last-child,.content table:last-child,.content img:last-child,.content iframe:last-child,.content p:last-child{margin-bottom:0}
.content iframe{width:100%;height:35rem}
.content table ul li,.content table ol li{display:block}
.content .content_table{width:100%}
.content .content_table th{text-align:left;font-weight:700;color:#fff}
.content .content_table th p{font-weight:700;color:#fff}
.content .content_table tr:nth-child(odd){background-color:#f7f7f7}
.content .content_table tr:first-child{background-color:#f68e31}
.content .content_table th,.content .content_table td{padding:1rem}
.content.content_white h1,.content.content_white .h1,.content.content_white h2,.content.content_white .h2,.content.content_white h3,.content.content_white .h3,.content.content_white h4,.content.content_white .h4,.content.content_white h5,.content.content_white .h5,.content.content_white h6,.content.content_white .h6,.content.content_white ol li,.content.content_white ul li,.content.content_white p,.content.content_white blockquote{color:#fff}
.content.content_white ol li::before,.content.content_white ul li::before{color:#fff}
.content.content_white blockquote::after{background:#fff}

.dashed_title {text-align: center}
.dashed_title h2, .dashed_title .h2{position: relative;display: inline-block;padding: 0 5rem}
.dashed_title h2::before, .dashed_title .h2::before, .dashed_title h2::after, .dashed_title .h2::after {content: '';position: absolute;top: 1.7rem;background-repeat: no-repeat;width: 11.2rem;height: 2.2rem;}
.dashed_title h2::before, .dashed_title .h2::before {left: -10.4rem;background-image: repeating-linear-gradient(0deg, #5aa46e, #5aa46e 1rem, transparent 1rem, transparent 1.4rem, #5aa46e 1.4rem), repeating-linear-gradient(90deg, #5aa46e, #5aa46e 1rem, transparent 1rem, transparent 1.4rem, #5aa46e 1.4rem);background-size: .2rem 100%, 100% .2rem;background-position: 0 0, 0 0;}
.dashed_title h2::after, .dashed_title .h2::after {right: -10.7rem;background-image: repeating-linear-gradient(90deg, #5aa46e, #5aa46e .9rem, transparent .9rem, transparent 1.3rem, #5aa46e 1.3rem), repeating-linear-gradient(180deg, #5aa46e, #5aa46e .9rem, transparent .9rem, transparent 1.3rem, #5aa46e 1.3rem);background-size: 100% .2rem, .2rem 100%;background-position:0 0, 100% 0;}
.dashed_title_light.dashed_title h2::before, .dashed_title_light.dashed_title .h2::before {background-image: repeating-linear-gradient(0deg, #f68e31, #f68e31 1rem, transparent 1rem, transparent 1.4rem, #f68e31 1.4rem), repeating-linear-gradient(90deg, #f68e31, #f68e31 1rem, transparent 1rem, transparent 1.4rem, #f68e31 1.4rem)}
.dashed_title_light.dashed_title h2::after, .dashed_title_light.dashed_title .h2::after {background-image: repeating-linear-gradient(90deg, #f68e31, #f68e31 .9rem, transparent .9rem, transparent 1.3rem, #f68e31 1.3rem), repeating-linear-gradient(180deg, #f68e31, #f68e31 .9rem, transparent .9rem, transparent 1.3rem, #f68e31 1.3rem)}


p{font:500 1.8rem/1.67 "Montserrat",sans-serif;color:#626262;margin:1rem 0}
[data-modals]{cursor:pointer}
.no_scroll{overflow:hidden}
.hide_desktop{display:none!important}
.map{padding:0;max-width: 100%;margin: 0 auto;}
.map #map,.map iframe{height:44.2rem;width:100%;max-width:100%}
.map_project.map #map, .map_project.map iframe{height:40rem;width: 100%;}
.img{display:block;width:100%;max-width:100%;position:relative;background-size:cover!important;background-position:center!important}
.page main{float:right;width:70%}
.page aside{width:25%;float:left}
.page.right_sidebar main{float:left;width:70%}
.page.right_sidebar aside{width:25%;float:right}

.header{position:fixed;top:0;left:0;width:100%;z-index:999;transition:.2s ease-in;background-color:#f9f9f9;box-shadow: 0 -0.3rem 8rem rgba(0, 0, 0, 0.15);padding:0.5rem 0}
.header .top_header{background-color: #32689b;padding:1.2rem 0}
.header .top_header_wrap{display:flex;align-items:center;justify-content:space-between}
.header .top_header a, .header .top_header span {color: #ffffff;font-size: 1.8rem;font-weight: 300;}
.header .top_header a {font-weight: 700}
.header .top_header .icon{width: 1.6rem;height: 1.6rem;color: #ffffff}
.header .top_header .header_location_wrap .location_icon {margin: 0 0.5rem 0 0}
.header .top_header .header_location_wrap {display: flex;align-items: center}
.header .select2-container--default .select2-selection--single {background-color: transparent;border: unset;border-radius: 0;border-bottom: .1rem solid #ffffff}
.header .select2-container--default .select2-selection--single .select2-selection__rendered {color: #ffffff}
.header .select2-container {max-width: 20rem;margin: 0 0 0 .7rem}
.header .select2-container--default .select2-selection--single .select2-selection__arrow {display: none}
.header .select2-container .select2-selection--single .select2-selection__rendered {padding-left: 0}
.header .select_wrap {position: relative;z-index: 2}
.header .select_wrap .icon{position: absolute;top: 0.9rem;right: 0;width: 1.1rem;height: 1.1rem;z-index: -1}
.header .header_text_wrap {display: flex;align-items: center}
.header .header_text_wrap img {width: 6.6rem;height: 3.7rem;object-fit: contain;margin: 0 1.6rem 0 0}
.header .top_header .header_text_wrap span {display: inline-block;position: relative;font-weight: 700}
.header .top_header .header_text_wrap span::after {content: '';position: absolute;bottom: -.2rem;left: 0;display: block;height: .1rem;width: 100%;background-color: #ffffff;}
.header .header_phone_wrap {display: flex;align-items: center}
.header .header_phone_wrap a {transition: .3s linear}
.header .header_phone_wrap a span{font-weight: 700}
.header .header_phone_wrap .phone_text{margin: 0 1rem 0 0}
.header .header_phone_wrap .icon{margin: 0 0.6rem 0 0}

.header .header_row{display:flex;align-items:center;}
.header .header_col_1{flex-shrink:0}
.header .header_col_2{flex-grow:1;text-align:right;padding:0 0 0 2rem}
.header .header_logo img{width:9.5rem}

/*.header.fixed {position: fixed;padding: 1rem 0;transition:.2s ease-in;}
.header.fixed .header_logo img{width:5rem}*/

.navigation .header_nav{display:flex;justify-content:flex-end;align-items:center}
.navigation .header_nav > li > a:not(.button){font:500 1.8rem Montserrat,sans-serif;color:#67696b;text-transform:uppercase;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: #231f20;position: relative}
.navigation .header_nav > li.active > a:not(.button)::after{content: '';position: absolute;bottom: -1rem;left: 2.6rem;width: calc(100% - 5.2rem);height: 0.3rem;background-color: #f68e31;}
.navigation .header_nav > li:last-child > a:not(.button) {padding-right: 0}
.navigation .header_nav > li:last-child.active > a:not(.button)::after {width: calc(100% - 2.6rem)}
.navigation .header_nav > li.dr_down{position:relative}
.navigation .header_nav > li.dr_down > a{display:inline-flex;align-items:center}
.navigation .header_nav > li.dr_down > a .icon{width:1.2rem;height:1.2rem;color:#f68e31;margin:0 0 0 .9rem}
.navigation .header_nav .sub_menu{opacity:0;visibility:hidden;position:absolute;top:100%;left:2.6rem;margin:2.5rem 0 0;z-index:3;min-width:40rem;background-color:#ffffff;transition:all .3s ease-in-out;box-shadow: 0 0.3rem 10rem rgba(1, 2, 2, 0.15);transform:translate3d(0,1rem,0)}
.navigation .header_nav .sub_menu::after{content:"";position:absolute;left:0;right:0;bottom:100%;display:block;width:100%;height:3rem}
.navigation .header_nav .sub_menu > li > a:not(.button) {font-size: 1.6rem;font-weight: 600;color: #000000;display: block;padding: 1.2rem 1.3rem 1.2rem 4rem;white-space: pre-wrap;text-align: left;text-transform: uppercase;transition: .3s linear;letter-spacing: 0.08rem;position: relative;overflow: hidden}
.navigation .header_nav .sub_menu > li:nth-child(odd) > a:not(.button) {background-color: #fafafa}
.navigation .header_nav .sub_menu > li:nth-child(even) > a:not(.button) {background-color: #f7f7f7}
.navigation .header_nav .sub_menu > li > a:not(.button)::before, .navigation .header_nav .sub_menu > li > a:not(.button)::after {content: '';position: absolute;left: 1.8rem;background-repeat: no-repeat;background-position: 0 0;transition: .3s linear;}
.navigation .header_nav .sub_menu > li > a:not(.button)::before {top: -0.2rem;width: 0.2rem;height: 100%;background-image: repeating-linear-gradient(0deg, #32689b, #32689b 1rem, transparent 1rem, transparent 1.4rem, #32689b 1.4rem);background-size: 0.2rem 100%;}
.navigation .header_nav .sub_menu > li > a:not(.button)::after {top: 2.1rem;width: 2rem;height: .2rem;background-image: repeating-linear-gradient(90deg, #ffffff, #ffffff 1rem, transparent 1rem, transparent 1.4rem, #ffffff 1.4rem);background-size: 100% 0.2rem;opacity: 0; visibility: hidden}

.navigation .header_nav > li.dr_down:focus .sub_menu{opacity:1;visibility:visible;transform:translate3d(0,0,0)}

.navigation_btn{display:none;width:4rem;height:2.4rem;position:absolute;top:50%;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:4rem;height:.4rem;border-radius:.4rem;background-color:#f68e31;position:absolute;left:0;top:50%;transform:translate(0,-50%);transition-property:transform;transition-duration:.075s;transition-timing-function:cubic-bezier(0.55,0.055,0.675,0.19)}
.navigation_btn .hamburger_box::before,.navigation_btn .hamburger_box::after{content:"";display:block;width:4rem;height:.4rem;border-radius:.4rem;background-color:#f68e31;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}
.navigation_btn .hamburger_box::before{top:-1rem;transition:top .075s .12s ease,opacity .075s ease}
.navigation_btn .hamburger_box::after{bottom:-1rem;transition:bottom .075s .12s ease,transform .075s cubic-bezier(0.55,0.055,0.675,0.19)}
.navigation_btn.is_open .hamburger_box{transform:translate(0,-50%) rotate(45deg);transition-delay:.12s;transition-timing-function:cubic-bezier(0.215,0.61,0.355,1);background-color:#f68e31}
.navigation_btn.is_open .hamburger_box::before,.navigation_btn.is_open .hamburger_box::after{background-color:#f68e31}
.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:#f68e31;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 0.7rem;font:700 2.2rem Montserrat,sans-serif;background-color:#f68e31;color:#fff;text-align:center;user-select:none;z-index:300}
.mobile_phone svg{width:2.4rem;height:2.4rem}
.slider_creditby {background: rgb(255 255 255 / 55%);position: absolute;right: 1rem;bottom: 1rem;z-index:999; padding: 0.5rem 1rem;font-size: 1.6rem}
@media not all and (min-resolution:.001dpcm) {
	@supports (-webkit-appearance:none) {
		.fixed-block {
			bottom: 0;
		}
	}
}

.home_bar_space {position: fixed;left: 0;bottom: 0;display: none;width: 100%;height: env(safe-area-inset-bottom);background-color: #e99724;z-index: 299;}
.dark_overlay.nav_opened::after{content:"";position:fixed;top:0;left:0;display:block;width:100%;height:100vh;background-color:#626262;opacity:.8;z-index:2}

.main_top{padding:0;position: relative}
.main_top .top_slider {width: 100%}
.main_top .top_slider.hidden_slider{opacity:0;overflow:hidden;max-height:73.3rem}
.main_top .top_slider .slick-list, .main_top .top_slider .slick-track {height: 100%}
.main_top .top_slider .slick-prev::after, .main_top .top_slider .slick-next::after{border-color: #f9f9f9}
.main_top .top_slider .slick-prev {left: 14.5rem}
.main_top .top_slider .slick-next {right: 14.5rem}

.main_top .banner {background-position: center top;background-size: cover;background-repeat: no-repeat;width: 100%;height: 73.3rem;position: relative; z-index: 2}
.main_top .banner::before {content: '';position: absolute;bottom: 0;left: 0;display: block;height: 332px;width: 100%;z-index: -1;background: linear-gradient(to bottom, rgba(255,255,255,0) 0%,rgba(0,0,0,1) 100%);}
.main_top .banner::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;mix-blend-mode: multiply;background-color: rgba(0, 0, 0, 0.33);z-index: -1;}

.main_top .main_content {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 100%;z-index: 4;text-align: center;}
.main_top .main_content p, .main_top .main_content .h1 {font-size: 3rem;line-height: 1.2;font-weight: 700;text-shadow: 0 0.3rem 5rem #010202;color: #f9f9f9;text-transform: uppercase;letter-spacing: 0.6rem;text-wrap: balance;}
.main_top .main_content h2, .main_top .main_content .h2, .main_top .main_content h3, .main_top .main_content .h2, .main_top .main_content h4, .main_top .main_content .h2, .main_top .main_content h5, .main_top .main_content .h2, .main_top .main_content h6, .main_top .main_content .h2, .main_top .main_content p, .main_top .main_content ul li, .main_top .main_content ol li, .main_top .main_content blockquote {color: #f9f9f9}
.main_top .main_content .text {max-width: 100%;width: 66rem;margin: 0 auto}
.main_top .banner_scroll {position: absolute;bottom: 2.6rem;left: 50%;transform: translate(-50%, 0);z-index: 4;display: inline-flex;justify-content: center;width: 32rem;}
.main_top .banner_scroll .icon{width: 1.4rem;height: 1.4rem;color: #f68e31;}
.main_top .banner_scroll .banner_scroll_text {font-size: 1.6rem;font-weight: 400;color: #f9f9f9;text-transform: uppercase;letter-spacing: 0.32rem;transition: .3s linear;margin: 0 1rem;text-align: center}
.main_top .banner_scroll:hover .banner_scroll_text {color: #f68e31;}

.services {padding: 2.3rem 0 4rem;background-color: #fff;}
.services .wrapper {padding: 0 2rem;}
.services .services_wrap {display: flex;flex-wrap: wrap;margin: 0 -2rem;}
.services .service_item {display: block;width: calc(100% / 3 - 2rem);margin: 0 1rem;text-align: center;position: relative;padding-top: 19%;overflow: hidden;z-index: 2}
.services .service_item::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;mix-blend-mode: multiply;background-color: rgba(83, 83, 83, 0.8);z-index: 0;}
.services .service_item img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 100%;height: 100%;object-fit: cover;transition: .3s ease-in;}
.services .service_item h3, .services .service_item .h3 {top: 50%;left: 50%;transform: translate(-50%, -50%);text-shadow: 0 -0.8rem 1.3rem rgba(0, 0, 0, 0.24);font-weight: 700;text-wrap: balance;width: calc(100% - 7rem);transition: .3s ease-in;}
.services .service_item h3 a, .services .service_item .h3 a {color: #f9f9f9;transition: .3s ease-in;}
.services .service_item h3, .services .service_item .h3, .services .service_item p, .services .service_item .link {position: absolute;z-index: 2;}
.services .service_item p {opacity: 0;visibility: hidden;top: 69%;left: 50%;transform: translate(-50%, -50%);font-size: 1.8rem;font-weight: 300;color: #cfcfcf;line-height: 1.3;text-align: center;width: calc(100% - 7rem);transition: .3s ease-in;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden}
.services .service_item .link {opacity: 0;visibility: hidden;top: 90%;left: 50%;transform: translate(-50%, -50%);transition: .3s ease-in;}

.link {position: relative;color: #ffffff;font-size: 1.8rem;font-weight: 500;line-height: 1.3;text-transform: uppercase;letter-spacing: 0.18rem;transition: .3s linear;}
.link::after {content: '';position: absolute;bottom: -0.8rem;left: 0;width: 100%;height: 0.3rem;background-color: #f68e31;}

.services_inner_content {padding: 3.6rem 0 5rem}
.services_inner_content .content hr{margin: 4.7rem 0 3.5rem}
.services_inner_content .content table {width: 100%}
.services_inner_content .content table td {vertical-align: top;width: 50%;}

.services_content {padding: 7rem 0 5.5rem}

.about {padding: 5rem 0}
.about .content h1, .about .content .h1 {margin: 0 0 5.9rem;position: relative;}
.about .content h1::after, .about .content .h1::after{content: '';position: absolute;bottom: -3.3rem;width: 30rem;height: 0.3rem;background-color: #f68e31;left: 50%;transform: translate(-50%, 0);}
.about .content h1 span, .about .content .h1 span{display: block;font-size: 3.6rem;font-weight: 300;font-style: normal;letter-spacing: 0.36rem;}
.about .content p {max-width: 85rem;margin: 1rem auto;}

.projects {padding: 0;position: relative}
.projects .projects_outer_wrap {overflow: hidden;}
.projects .projects_inner_wrap {padding: 1rem 0 8rem;}
.projects .projects_outer_wrap, .projects .projects_inner_wrap {position: relative;z-index: 2;}

.projects .projects_outer_wrap::before, .projects .projects_outer_wrap::after, .projects .projects_inner_wrap::after {content: '';position: absolute;bottom: 0;z-index: -1}
.projects .projects_outer_wrap::before {left: 0;background-color: #32689b;clip-path: polygon(0 0, 0% 100%, 100% 100%);}
.projects .projects_outer_wrap::after {right: 0;background-color: #eeeeee;clip-path: polygon(100% 0, 0% 100%, 100% 100%);}
.projects .projects_inner_wrap::after {right: 0;background-color: #f68e31;clip-path: polygon(100% 0, 0% 100%, 100% 100%);z-index: -1;}

@keyframes growTriangle1 { 0% {width: 0;height: 0;} 100% {width: 127%;height: 100%;} }
@keyframes growTriangle2 { 0% {width: 0;height: 0;} 100% {width: 84%;height: 100%;} }
@keyframes growTriangle3 { 0% {width: 0;height: 0;} 100% {width: 72%;height: 70%;} }
@keyframes hideTriangle1 { 0% {width: 127%;height: 100%;} 100% {width: 0;height: 0;} }
@keyframes hideTriangle2 { 0% {width: 84%;height: 100%;} 100% {width: 0;height: 0;} }
@keyframes hideTriangle3 { 0% {width: 72%;height: 70%;} 100% {width: 0;height: 0;} }

.projects.add_animation .projects_outer_wrap::before{animation: growTriangle1 1s ease-in-out forwards;animation-delay: .5s;}
.projects.add_animation .projects_outer_wrap::after {animation: growTriangle2 1s ease-in-out forwards;}
.projects.add_animation .projects_inner_wrap::after {animation: growTriangle3 1s ease-in-out forwards;animation-delay: 1s;}
.projects.hide_animation .projects_outer_wrap::before{animation: hideTriangle1 1s ease-in-out forwards;}
.projects.hide_animation .projects_outer_wrap::after {animation: hideTriangle2 1s ease-in-out forwards;}
.projects.hide_animation .projects_inner_wrap::after {animation: hideTriangle3 1s ease-in-out forwards;}

.projects h2, .projects .h2 {margin: 0 0 6.2rem;text-align: center;}
.projects .wrapper {padding: 0 3rem;max-width: 129.5rem;}
.projects .projects_wrap {display: flex;flex-wrap: wrap;margin: 0 -3rem;}
.projects .projects_item {display: flex;flex-direction: column;width: calc(100% / 2 - 6rem);margin: 3rem;text-align: center}
.home_page .projects .projects_item, .services_page .projects .projects_item {margin: 0 3rem}
.projects .projects_item .img_wrap {display: block;width: 100%;padding-top: 57%;overflow: hidden;position: relative;z-index: 2;flex-shrink: 0;}
.projects .projects_item .img_wrap img{position: absolute;top: 50%;left: 50%;transform: translate(-50%,-50%);display: block;width: 100%;height: 100%;object-fit: cover;transition: all .4s ease;}
.projects .projects_item .project_desc {display: flex;flex-direction: column;flex: 1 0 auto;padding: 2.5rem 4.6rem 3.6rem;background-color: #231f20;position: static;align-items: center;}
.projects .projects_item .project_desc_short {margin: 0 0 2.4rem}
.projects .projects_item h3, .projects .projects_item .h3 {margin: 0 0 1.3rem}
.projects .projects_item h3 a, .projects .projects_item .h3 a{color: #f9f9f9;transition: .3s linear;}
.projects .projects_item p {display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;font-size: 1.8rem;font-weight: 300;line-height: 2.4rem;color: #cfcfcf;margin: 0;overflow: hidden}
.projects .projects_item .project_desc .link {margin-top: auto;}
.projects .button_bottom{position: absolute;bottom: 0;left: 50%;transform: translate(-50%, 50%);z-index: 3}

.projects.projects_inner {position: relative; z-index: 2;padding: 4.3rem 0 6rem;overflow: hidden}
.projects.projects_inner::after {content: '';position: absolute;bottom: 0;right: 0;background-color: #eeeeee;width: 110%;height: 100%;clip-path: polygon(100% 0, 0% 100%, 100% 100%);z-index: -1}
.projects.projects_inner .projects_outer_wrap::before, .projects.projects_inner .projects_outer_wrap::after, .projects.projects_inner .projects_inner_wrap::after, .projects.projects_category .projects_outer_wrap::before, .projects.projects_category .projects_outer_wrap::after, .projects.projects_category .projects_inner_wrap::after {display: none}
.projects.projects_inner .projects_inner_wrap {padding: 0}
.projects.projects_inner .button_bottom {display: none}

.projects.projects_category {padding: 8rem 0 3.8rem;position: relative;z-index: 2; overflow: hidden}
.projects.projects_category::after {content: '';position: absolute;bottom: 0;right: 0;background-color: #32689b;clip-path: polygon(100% 0, 0% 100%, 100% 100%);z-index: -1}

@keyframes growTriangle6 { 0% {width: 0;height: 0;} 100% {width: 110%;height: 55%;} }
@keyframes hideTriangle6 { 0% {width: 55%;height: 110%;} 100% {width: 0;height: 0;} }

.projects.projects_category.add_animation::after {animation: growTriangle6 1s ease-in-out forwards;}
.projects.projects_category.hide_animation::before{animation: hideTriangle6 1s ease-in-out forwards;}

.projects.projects_category .projects_category_desc {text-align: center;margin: 0 0 2.8rem}
.projects.projects_category .projects_category_desc h1, .projects.projects_category .projects_category_desc .h1{margin: 1rem 0}
.projects.projects_category .wrapper {padding: 0 2rem;max-width: 128rem}
.projects.projects_category .projects_wrap {margin: 0 -2rem;justify-content: center}
.projects.projects_category .projects_item {width: calc(100% / 3 - 4rem);margin: 2.2rem 2rem}

.projects.projects_subcat {padding: 3.8rem 0}

.project_content {padding: 4.8rem 0 4.5rem}
.project_content .project_gallery_wrap{float: right;width: 49%;margin: 0 0 0 5.3rem}
.project_content .content ul li{font-size: 2rem;font-weight: 600;line-height: 1.5;color: #231f20;text-transform: uppercase;padding: 0 0 0 1.5rem;margin: 0.2rem 0;}
.project_content .content ul li::before{display: none}
.project_content .content ul li::after {content: '-';position: absolute;top: .4rem;left: 0;font-size: 2rem;font-weight: 600;line-height: 1;color: #231f20;text-transform: uppercase;}

.tabs_content{display:none}
.tabs_content.active{display:block}

.cta {padding: 1.5rem 0;}
.cta.cta_blue {background-color: #f68e31;}
.cta.cta_red {background-color: #32689b;}
.cta .cta_wrap {display: flex;justify-content: center;align-items: center;}
.cta h3, .cta .h3{color: #ffffff;margin: 0}
.cta .cta_item {margin: 0 2.9rem}

.inner_banner {display: flex;justify-content: center;align-items: center;padding: 9.1rem 0;border-bottom: 1rem solid #f68e31;background-repeat: no-repeat;background-size: cover;background-position: center;position: relative;z-index: 2;text-align: center;box-shadow: 0 0.8rem 4.8rem 0.3rem rgba(0, 0, 0, 0.15);}
.inner_banner::after {content: '';position: absolute;top: 0;left: 0;bottom: 0;right: 0;mix-blend-mode: multiply;background-color: rgba(35, 31, 32, 0.5);z-index: -1;}
.inner_banner h1, .inner_banner .h1, .inner_banner h2, .inner_banner .h2 {margin: 0;text-transform: uppercase}

.bx-wrapper{padding:0;margin:0;border:none;-webkit-box-shadow:none;-moz-box-shadow:none;box-shadow:none;background-color:transparent}
.logos {padding: 11.7rem 0 7.9rem}
.logos .logos_title {margin: 0 auto 4rem;padding: 0 1.5rem; text-align: center}
.logos .logos_title h2, .logos .logos_title .h2 {margin: 0}
.logos .image {overflow: hidden;padding-top: 6.6rem;position: relative;margin: 0 1.5rem;}
.logos .image img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 100%;height: 100%;object-fit: contain;}

.about_inner {padding: 4.7rem 0 4.9rem}

.team {padding: 4.1rem 0 0.6rem}
.team.team_dark {background-color: #f7f7f7;}
.team .wrapper{padding: 0 4rem;max-width: 128rem;}
.team .team_main_title {margin: 1rem 0;padding: 0 0 1rem;border-bottom: 0.2rem solid #dddddd;}
.team .team_wrap {display: flex;flex-wrap: wrap;margin: 0 -4rem;}
.team .team_item {width: calc(100% / 4 - 8.01rem);margin: 3.5rem 4rem;}
.team_item .img_wrap {width: 100%;padding-top: 75%;overflow: hidden;position: relative;margin: 0 0 1.6rem;}
.team_item .img_wrap img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 100%;height: 100%;object-fit: contain;}
.team_item .desc_wrap{margin: 0 0 1.3rem;}
.team_item .team_title {font-size: 2.3rem;font-weight: 700;line-height: 1.5;color: #231f20;text-transform: uppercase;margin: 0 0 0.5rem;}
.team_item .team_subtitle {display: block;font-size: 1.8rem;font-weight: 500;color: #231f20;text-transform: uppercase;}
.team_item .team_position {font-size: 2rem;font-weight: 700;line-height: 1.5;color: #f68e31;text-transform: uppercase;}
.team_item .toggle_btn {margin: 1rem 0 1.5rem}
.team_item .link {color: #32689b;font-size: 1.2rem;font-weight: 500}
.team_item .link::after {bottom: -0.4rem;height: 0.2rem;background-color: #32689b;transition: .3s linear;}
.team_item .team_contact_details {display: none}
.team_item .team_contact_details_wrap {margin: 1.5rem 0 0}
.team_item .team_contact_details_item {margin: 0 0 .5rem}
.team_item .team_contact_details_item:last-child {margin: 0}
.team_item .link_icon {display: inline-flex;align-items: center;font-size: 1.6rem;font-weight: 500;color: #231f20;transition: .3s linear}
.team_item .link_icon .icon {flex-shrink: 0;width: 1.8rem;height: 1.8rem;margin: 0 .5rem 0 0;transition: .3s linear}
.team_item .link_icon.link_icon_orange .icon{color: #ff4005;}
.team_item .link_icon.link_icon_green .icon{color: #569e6a;}

.contacts_section{position: relative; overflow: hidden; background-color: #eeeeee; padding: 5rem 0 6rem;z-index: 2}
.contacts_page .contacts_section {padding: 8.8rem 0}
.contacts_section::before, .contacts_section::after {content: '';position: absolute;bottom: 0;width: 0;height: 0;z-index: -1;}
.contacts_section::before {left: 0;background-color: #f68e31;clip-path: polygon(0 0, 0% 100%, 100% 100%);}
.contacts_section::after {right: 0;background-color: #32689b;clip-path: polygon(100% 0, 0% 100%, 100% 100%);}

@keyframes growTriangle4 { 0% {width: 0;height: 0;} 100% {width: 25%;height: 25%;} }
@keyframes growTriangle5 { 0% {width: 0;height: 0;} 100% {width: 60%;height: 50%;} }
@keyframes hideTriangle4 { 0% {width: 25%;height: 25%;} 100% {width: 0;height: 0;} }
@keyframes hideTriangle5 { 0% {width: 60%;height: 50%;} 100% {width: 0;height: 0;} }

.contacts_section.add_animation::before{animation: growTriangle4 1s ease-in-out forwards;}
.contacts_section.add_animation::after {animation: growTriangle5 1s ease-in-out forwards;animation-delay: .5s;}
.contacts_section.hide_animation::before{animation: hideTriangle4 1s ease-in-out forwards;animation-delay: .5s;}
.contacts_section.hide_animation::after {animation: hideTriangle5 1s ease-in-out forwards;}

.contacts_section h2, .contacts_section .h2 {margin: 0 0 1.6rem}
.contacts_section .wrapper {padding: 0 3rem;max-width: 128rem;}
.contacts_section .contacts_section_row {display: flex;flex-wrap: wrap;margin: 0 -3rem}

.contacts_section .contacts_section_form, .contacts_section .contacts_section_info {margin: 0 3rem}
.contacts_section .contacts_section_form {width: calc(50.8% - 6rem)}
.contacts_section .contacts_section_info {width: calc(49.2% - 6rem)}
.contacts_section .contacts_section_text {max-width: 90%;margin: 0 0 2.8rem}
.contacts_section .contacts_section_form .image_wrap {display: none}
.contacts_section .contact_links_wrap {display: flex;padding: 0 2.4rem;margin: 0 0 5.9rem}
.contacts_section .contact_link {display: flex;width: 50%;}
.contacts_section .contact_link .icon {flex-shrink: 0;width: 3rem;height: 3rem;margin: 0 .7rem 0 0;}
.contacts_section .contact_link a{display: inline-block;color: #231f20;font-size: 2rem;font-weight: 600;line-height: 1.25;text-transform: uppercase;transition: .3s linear;}
.contacts_section .contact_link_phone {white-space: nowrap;justify-content: flex-end;padding: 0 0 0 2rem;}
.contacts_section .contact_link.contact_link_orange .icon{color: #ff4005}
.contacts_section .contact_link.contact_link_green .icon{color: #569e6a}

.contact_form .form_item {margin: 1.5rem 0}
.contact_form .bottom_controls {align-items: center;margin-top: 1.5rem}
.contact_form .bottom_controls .custom_checkbox + label, .contact_form .bottom_controls .form_item {margin: 0}
.contact_form .bottom_controls .button_wrap {text-align: right}

.gallery_slider{margin:0 0 2rem}
.gallery_slider.hidden_slider{opacity:0;overflow:hidden;max-height:58rem}
.gallery_slider .img_wrap {display: block;padding-top: 72%;overflow: hidden;position: relative;border: .4rem solid #eeeeee}
.gallery_slider .img_wrap img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 100%;height: 100% !important;object-fit: cover;}
.gallery_slider .img_wrap .slider_button {position: absolute;bottom: 4.3rem;right: 1.3rem;z-index: 5;}
.gallery_slider .img_wrap .slider_button .icon {width: 5rem;height: 5rem;color: #ffffff;transition: .3s linear}
.fancybox__content {position: relative}
.fancybox__content .slider_creditby {position: absolute;bottom: 1rem;right: 1rem;z-index: 5;font-size: 1.2rem}

.gallery_slider_nav{margin: 0 -.8rem}
.gallery_slider_nav.hidden_slider{opacity:0;overflow:hidden;max-height:10rem}
.gallery_slider_nav .slider_item {position: relative;cursor: pointer;padding-top: 65.6%;margin: 0 .8rem;overflow: hidden;transition: .3s linear;z-index: 2}
.gallery_slider_nav .slider_item::after {content: '';position: absolute;top: 0;left: 0;display: block;width: 100%;height: 100%;background-color: rgba(35, 31, 32, 0.25);z-index: 0;transition: .3s ease-in}
.gallery_slider_nav .slider_item img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 100%;height: 100% !important;object-fit: cover;}

.clients {padding: 5rem 0 4.3rem}
.clients .clients_content{margin: 0 0 6.7rem}
.clients .clients_wrap{display: flex;flex-wrap: wrap;margin: 0 -1.5rem}
.clients .clients_item{width: calc(100% / 4 - 3.01rem);margin: 3rem 1.5rem;position: relative;padding-top: 7%;overflow: hidden}
.clients .clients_item img {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);display: block;width: 100%;height: 100%;object-fit: contain;}
.clients .clients_title{border-bottom: 0.2rem solid #32689b;padding: 0 0 1rem}
.clients .clients_title h2, .clients .clients_title .h2 {margin: 0}
.clients .clients_section {margin: 0 0 7rem}
.clients .clients_section:last-of-type {margin: 0}

.clients .clients_list {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 1.2rem 1.5rem;
    margin-top: 2rem;
}

.clients .clients_list .client_list_item {
    font-size: 1.8rem;
    font-weight: 500;
    color: #626262;
}

/*.clients .clients_list {column-count: 3;break-inside: avoid;margin: 1.7rem 0 2.4rem;}
.clients .clients_list .client_list_item{font-size: 1.8rem;font-weight: 500;color: #626262;text-transform: uppercase;display: inline-block;width: 100%;padding: 0 1.5rem 0 0;margin: 1.2rem 0}*/

footer{padding:2.6rem 0 0;position:relative;background-repeat: no-repeat;background-size: cover;background-position: center 73%;z-index: 2}
footer::after {content: '';position: absolute;top: 0;left: 0;right: 0;bottom: 0;mix-blend-mode: multiply;background-color: rgba(35, 31, 32, 0.75);z-index: -1;}
footer .wrapper {max-width: 114.5rem}
footer .footer_site_logo {margin: 0 0 2.2rem}
footer .footer_site_logo img{filter: brightness(0) invert(1);width: 11.6rem}
footer .navigation .header_nav > li.active > a:not(.button)::after {display: none}
footer .navigation .header_nav {justify-content: center}
footer .navigation .header_nav > li > a:not(.button), footer .navigation .header_nav > li.active > a:not(.button) {color: #ffffff}
.footer_bottom{padding:0.9rem 0;margin:1.9rem 0 0;position:relative;z-index:3;border-top:.2rem solid #dddddd}
.footer_bottom p,.footer_bottom a{font:500 1.2rem/1.4 "Montserrat",sans-serif;color: #f8f8f8;line-height: 2;text-align: center;text-transform: uppercase;letter-spacing: 0.12rem;}
.footer_bottom p{margin:.5rem 0}
.footer_bottom a{transition:.3s linear}
.footer_bottom br{display:none}

@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) {
	.header .phone_block .phone:hover{color:#f68e31}
	.navigation .header_nav > li > a:not(.button):hover{color:#f68e31}
	.navigation .header_nav .sub_menu > li > a:not(.button):hover{background-color:#32689b;color: #ffffff}
	.navigation .header_nav .sub_menu > li > a:not(.button):hover::before {background-image: repeating-linear-gradient(0deg, #ffffff, #ffffff 1rem, transparent 1rem, transparent 1.4rem, #ffffff 1.4rem)}
	.navigation .header_nav .sub_menu > li > a:not(.button):hover::after {opacity: 1;visibility: visible;}
	footer address a:hover{color:#f68e31}
	footer a:hover{color:#32689b}
	footer .navigation .header_nav > li > a:not(.button):hover, footer .navigation .header_nav > li.active > a:not(.button):hover {color:#f68e31}
	.footer_bottom a:hover{color:#f68e31}
	.button:hover::before {transform: translateX(-100%)}
	.button:hover::after {transform: translateX(100%)}
	.button:hover .wrap_icon {background-color: #fff}
	.button:hover .wrap_icon .icon{color: #32689b}
	.button.light:hover{color:#32689b;background-color:#fff;border-color:#fff}
	.button.light:hover .wrap_icon {background-color: #32689b}
	.button.light:hover .wrap_icon .icon{color: #ffffff}
	.button.light_2:hover{color:#32689b;background-color:#fff;border-color:#fff}
	.button.light_2:hover .wrap_icon {background-color: #32689b}
	.button.light_2:hover .wrap_icon .icon {color: #fff}
	.button.light_3:hover{color:#f68e31;background-color:#fff;border-color:#fff}
	.button.light_3:hover .wrap_icon {background-color: #f68e31}
	.button.light_3:hover .wrap_icon .icon {color: #fff}
	.button.dark:hover{color:#fff;background-color:#000;border-color:#000}
	.button.button_success:hover{color:#fff;background-color:#24993f;border-color:#24993f}
	.button.button_danger:hover{color:#fff;background-color:#c82333;border-color:#c82333}
	.button.button_warning:hover{color:#626262;background-color:#fdae11;border-color:#fdae11}
	.button.button_info:hover{color:#fff;background-color:#0890a7;border-color:#0890a7}
	.button.button_disable:hover{color:#626262;background-color:#c3bfbf;border-color:#c3bfbf}
	.button.button_default:hover{color:#fff;background-color:#50606e;border-color:#50606e}
	.button.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: #f68e31;}
	.modal_wrap .icon_close:hover{color:#f68e31}
	.input:-webkit-autofill:hover{-webkit-box-shadow:0 0 0 4rem rgba(217,217,217,0.5) inset!important;-webkit-text-fill-color:#474747!important}
	.custom_checkbox + label:hover .checkbox_design{border-color:#32689b}
	.custom_radio_button + label:hover .radio_button_design{border-color:#32689b}
	.pagination li a:hover{color:#32689b;}
	.social .social_block:hover .icon,.social .social_block:hover img{padding:.2rem}
	.content a:not(.button):hover{color:#32689b}
	.toast_notifications .removeTOAST .icon:hover{color:#FF3F0A}
	.faqs_home .faqs_nav_item:hover {color: #f68e31}
	.faqs_home .faq_block:hover, .faqs_home .faq_block:hover .icon {color: #32689b}
	.link:hover {color: #f68e31}
	.services .service_item:hover img {transform: translate(-50%, -50%)scale(1.03);}
	.services .service_item:hover h3, .services .service_item:hover .h3 {top: 25%;}
	.services .service_item h3:hover a, .services .service_item .h3:hover a {color: #D3D3D3}
	.services .service_item:hover p {opacity: 1;visibility: visible;top: 50%;}
	.services .service_item:hover .link {opacity: 1;visibility: visible;top: 80%;}
	.services .service_item .link:hover {color: #D3D3D3}
	.projects .projects_item h3 a:hover, .projects .projects_item .h3 a:hover {color: #f68e31;}
	.projects .projects_item .img_wrap:hover img {transform: translate(-50%,-50%)scale(1.03);}
	.contacts_section .contact_link.contact_link_orange a:hover{color: #ff4005}
	.contacts_section .contact_link.contact_link_green a:hover{color: #569e6a}
	.gallery_slider_nav .slider_item:hover::after {background-color: rgba(35, 31, 32, 0.15);}
	.main_top .top_slider .slick-prev:hover::after, .main_top .top_slider .slick-next:hover::after{border-color: #f68e31}
	.team_item .link:hover {color: #231f20}
	.team_item .link:hover::after {background-color: #231f20}
	.team_item .link_icon.link_icon_orange:hover {color: #ff4005;}
	.team_item .link_icon.link_icon_green:hover {color: #569e6a;}
	.gallery_slider .img_wrap .slider_button:hover .icon {color: #f68e31}
}

@media only screen and (max-width: 1500px) {
	.main_top .top_slider .slick-prev {left: 6.5rem}
	.main_top .top_slider .slick-next {right: 6.5rem}
}

@media only screen and (max-width: 1300px) {
	h1,.h1{font-size:4rem}
	.content h1,.content .h1{font-size:4rem}
	h2,.h2{font-size:3.4rem}
	.content h2,.content .h2{font-size:3.4rem}
	.title,.content .title{font-size:3.4rem}
	.about .content h1 span, .about .content .h1 span {font-size: 3.2rem}
	.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}
	.header .header_logo img {width: 8rem}
	body {padding-top: 12.3rem;}
	.main_top .main_content p, .main_top .main_content .h1 {font-size: 2.5rem}
	.main_top .banner {height: 63rem}
	.main_top .top_slider.hidden_slider {max-height: 63rem}
	.services .service_item h3, .services .service_item .h3 {font-size: 2rem}
	.services .service_item p {font-size: 1.6rem}
	.about {padding: 8rem 0}
	.logos {padding: 9rem 0 6rem}
	.contacts_section .contact_link a {font-size: 1.6rem}
	.contacts_section .contact_link:first-child {padding: 0 2.5rem 0 0}
	.contacts_section .contact_links_wrap {margin: 0 0 4rem}
	.contacts_section .map #map, .contacts_section .map iframe {height: 47rem}
	.inner_banner {padding: 7rem 0}
	.team_item .team_title {font-size: 2rem;line-height: 1.3}
	.team_item .team_position {font-size: 1.8rem}
	.team .wrapper {padding: 0 3rem}
	.team .team_wrap {margin: 0 -3rem}
	.team .team_item {width: calc(100% / 4 - 6.01rem);margin: 3rem}
	.team_item .team_subtitle {font-size: 1.6rem}
	.services_inner_content .content hr {margin: 2.7rem 0 2.5rem}
	.services_content {padding: 5rem 0 3.5rem}
	.projects.projects_inner {padding: 3rem 0 3.5rem}
	.projects.projects_category {padding: 5rem 0 3.8rem}
	.projects.projects_subcat {padding: 3rem 0}
	.project_content {padding: 3.8rem 0 3.5rem}
	.clients .clients_content {margin: 0 0 4rem}
	.clients {padding: 4rem 0 3rem}
	.contacts_page .contacts_section {padding: 6.5rem 0}

}

@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)}
	.projects .projects_item h3, .projects .projects_item .h3 {font-size: 2rem}
	.projects .projects_item p {font-size: 1.6rem}
	.main_top .top_slider .slick-prev {left: 2.5rem}
	.main_top .top_slider .slick-next {right: 2.5rem}
}

@media only screen and (max-width: 1100px) {
	.contacts_section .contact_links_wrap {padding: 0 1rem}
	.contacts_section .contact_link:first-child {padding: 0}
	.team .wrapper {padding: 0 1.5rem}
	.team .team_wrap {margin: 0 -1.5rem}
	.team .team_item {width: calc(100% / 3 - 3.01rem);margin: 2rem 1.5rem}
	.services_inner_content .content table td:first-child {padding: 0 1.5rem 0 0 !important;}
	.services_inner_content .content table td:last-child {padding: 0 0 0 1.5rem !important;}
}

@media only screen and (max-width: 992px) {
	body {padding-top: 7.7rem;}
/*	.header,.header.fixed{padding:1.5rem 0}*/
	.header .header_logo img,.header.fixed .header_logo img{width:4.5rem}
	.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:#32689b;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.active > a:not(.button) {color: #f68e31}
	.navigation .header_nav > li.dr_down > a:not(.button)::after{content:"";position:relative;top:0;left:auto!important;right:-1.3rem;display:inline-block;width:0;height:0;background-color:transparent;border-style:solid;border-width:.8rem 0 .8rem .8rem;border-color:transparent transparent transparent #fff;z-index:1}
	.navigation .header_nav > li.dr_down.active > a:not(.button)::after{border-color:transparent transparent transparent #f68e31}
	.navigation .header_nav > li.dr_down .sub_menu{display:none;position:relative;top:100%;left:0;width:100%;height:auto;margin:1rem 0;background-color:transparent;min-width:unset;box-shadow:unset;transform:unset;transition:unset}
	.navigation .header_nav > li.dr_down .sub_menu::after,.navigation .header_nav > li.dr_down .sub_menu::before{display:none}
	.navigation .header_nav > li.dr_down .sub_menu > li{border-bottom:none}
	.navigation .header_nav > li.dr_down .sub_menu > li > a:not(.button){font-size:1.7rem;line-height:1.4;border-bottom:none;padding:.8rem 0;margin:0 auto;max-width:80%;text-align:center}
	.navigation .header_nav > li.dr_down.visible_sub > a:not(.button)::after{transform:rotate(90deg)}
	.navigation .header_nav > li.dr_down.visible_sub .sub_menu{display:block;opacity:1;visibility:visible}
	.navigation .header_nav .sub_menu > li > a:not(.button)::before, .navigation .header_nav .sub_menu > li > a:not(.button)::after {display: none}
	.navigation .header_nav .sub_menu > li:nth-child(odd) > a:not(.button), .navigation .header_nav .sub_menu > li:nth-child(even) > a:not(.button) {background-color: transparent}
	.navigation .header_nav .sub_menu > li > a:not(.button) {color: #ffffff;font-weight: 400;}
	.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}
	.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}
	.main_top .banner {height: 55rem}
	.main_top .top_slider.hidden_slider {max-height: 55rem}
	.main_top .main_content p, .main_top .main_content .h1 {font-size: 2rem}
	.services .service_item h3, .services .service_item .h3 {font-size: 1.5rem}
	.services .service_item p, .services .service_item .link {display: none}
	.about {padding: 6rem 0}
	.content p {margin: 0 0 2rem}
	p, .content ul li, .content ol li, .content blockquote {font-size: 1.6rem;line-height: 1.6}
	.about .content h1 span, .about .content .h1 span {font-size: 2.8rem}
	.projects .wrapper {padding: 0 1.5rem}
	.home_page .projects .projects_item, .services_page .projects .projects_item {margin: 0 1.5rem}
	.projects .projects_wrap {margin: 0 -1.5rem}
	.projects .projects_item {width: calc(100% / 2 - 3rem);margin: 1.5rem}
	.projects h2, .projects .h2 {margin: 0 0 3rem}
	.link {font-size: 1.6rem}
	.button.button_large {height: 5rem;line-height: 5rem}
	.projects .projects_inner_wrap {padding: 1rem 0 4.5rem}
	.projects .projects_item .project_desc {padding: 2rem 3rem 3.5rem}
	.logos {padding: 7rem 0 4rem}
	.contacts_section .wrapper {padding: 0 1.5rem}
	.contacts_section .contacts_section_row {margin: 0 -1.5rem}
	.contacts_section .contacts_section_form, .contacts_section .contacts_section_info {width: calc(100% - 3.01rem);margin: 0 1.5rem}
	.contacts_section {padding: 4rem 0}
	.contacts_section .contacts_section_text {max-width: 100%;margin: 0 0 1rem;}
	.input {height: 5rem;padding: 0.3rem 2rem 0}
	.input, .input::placeholder {font-size: 1.6rem}
	.contacts_section .contacts_section_form {margin-bottom: 4rem}
	.contacts_section .contact_links_wrap {margin: 0 0 2rem}
	.contacts_section .map #map, .contacts_section .map iframe {height: 36rem}
	.button.button_large::before {border-right: 10rem solid transparent;border-top: 5rem solid #221f1f;transform: translateX(calc(-50% + 5rem))}
	.button.button_large::after {border-left: 10rem solid transparent;border-bottom: 5rem solid #3a3a3a;transform: translateX(calc(50% - 5rem))}
	.contacts_section.add_animation::before, .contacts_section.add_animation::after{animation: none}
	.contacts_section.add_animation::before{width: 20%;height: 15%}
	.contacts_section.add_animation::after{width: 55%;height: 24%}
	footer {padding: 2.6rem 0 3.8rem}
	footer .footer_site_logo img {width: 8rem}
	.inner_banner {padding: 5rem 0}
	.about_inner {padding: 3.7rem 0 3.9rem}
	.team {padding: 2.5rem 0 0.6rem}
	.team_item .team_title {font-size: 1.8rem;letter-spacing: 0.08rem;}
	.team_item .team_subtitle {font-size: 1.4rem}
	.team_item .team_position {font-size: 1.6rem}
	.team_item .desc_wrap {margin: 0 0 1rem}
	.services_inner_content {padding: 2.6rem 0 3rem}
	.services_content {padding: 3rem 0 1.5rem}
	.projects.projects_inner {padding: 3rem 0 1.5rem}
	.services_page .contacts_section {padding-top: 3rem}
	.projects.projects_category {padding: 3rem 0 2rem}
	.projects.projects_category .projects_category_desc {margin: 0 0 1rem}
	.projects.projects_category .wrapper {padding: 0 1.5rem}
	.projects.projects_category .projects_wrap {margin: 0 -1.5rem}
	.projects.projects_category .projects_item {width: calc(100% / 2 - 3rem);margin: 1.5rem}
	.projects.projects_subcat {padding: 2rem 0}
	.project_content {padding: 3rem 0 3.2rem}
	.project_content .project_gallery_wrap {margin: 0 0 0 4rem;width: 47%;}
	.project_content .content ul li {font-size: 1.8rem}
	.project_content .content ul li::after {top: 0.2rem}
	.gallery_slider .img_wrap {padding-top: 59%}
	.gallery_slider {margin: 0 0 1.2rem}
	.gallery_slider .img_wrap .slider_button {bottom: 3.2rem;right: 0.7rem}
	.gallery_slider .img_wrap .slider_button .icon {width: 4rem;height: 4rem}
	.gallery_slider_nav .slider_item {padding-top: 56%}
	.map_project.map #map, .map_project.map iframe {height: 30rem}
	.clients .clients_item {margin: 1rem 1.5rem;padding-top: 5%}
	.clients .clients_wrap {margin: 2rem -1.5rem 0}
	.clients .clients_section {margin: 0 0 4rem}
	.clients .clients_list .client_list_item {font-size: 1.6rem;margin: 0.8rem 0}
	.contacts_page .contacts_section {padding: 4rem 0}
	.block_404 h1, .block_404 .h1 {font-size: 3rem}
	.block_404 h1 span, .block_404 .h1 span {font-size: 9rem}
	.clients .clients_list {margin: 1.7rem 0 1rem}
	.main_top  .slider_creditby {bottom: 6rem}
	.slider_creditby {font-size: 1.1rem}
	.main_top .banner_scroll {bottom: 1.8rem}
}

@media only screen and (max-width: 767px) {
	.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}
	.hide_mobile{display:none!important}
	.row.tablet .col_3,.row.tablet .col_4{width:calc(100% - 3rem)}
	section{padding:3rem 0}
	.row.mobile .col_1,.row.mobile .col_2,.row.mobile .col_3,.row.mobile .col_4,.row.mobile .col_5,.row.mobile .col_6,.row.mobile .col_7,.row.mobile .col_8,.row.mobile .col_9,.row.mobile .col_10,.row.mobile .col_11,.row.mobile .col_12{width:calc(100% - 3rem)}
	.row_f .col_sm_1{width:calc(8.3333333333% - 3.01rem)}
	.row_f .col_sm_2{width:calc(16.6666666667% - 3.01rem)}
	.row_f .col_sm_3{width:calc(25% - 3.01rem)}
	.row_f .col_sm_4{width:calc(33.3333333333% - 3.01rem)}
	.row_f .col_sm_5{width:calc(41.6666666667% - 3.01rem)}
	.row_f .col_sm_6{width:calc(50% - 3.01rem)}
	.row_f .col_sm_7{width:calc(58.3333333333% - 3.01rem)}
	.row_f .col_sm_8{width:calc(66.6666666667% - 3.01rem)}
	.row_f .col_sm_9{width:calc(75.0000000019% - 3.01rem)}
	.row_f .col_sm_10{width:calc(83.3333333333% - 3.01rem)}
	.row_f .col_sm_11{width:calc(91.6666666667% - 3.01rem)}
	.row_f .col_sm_12{width:calc(100% - 3.01rem)}
	h1,.h1{font-size:2.8rem}
	.content h1,.content .h1{font-size:2.8rem}
	h2,.h2{font-size:2.5rem}
	.content h2,.content .h2{font-size:2.5rem}
	.title,.content .title{font-size:2.5rem}
	h3,.h3{font-size:2.1rem}
	.content h3,.content .h3{font-size:2.1rem}
	h4,.h4{font-size:1.9rem}
	.content h4,.content .h4{font-size:1.9rem}
	h5,.h5{font-size:1.7rem}
	.content h5,.content .h5{font-size:1.7rem}
	.modal_video.dialog{width:90vw}
	.main_top .banner {height: 40rem}
	.main_top .top_slider.hidden_slider {max-height: 40rem}
	.main_top .main_content p, .main_top .main_content .h1 {font-size: 1.8rem}
	.main_top .main_content .text {width: 45rem}
	.services .service_item {width: calc(100% / 1 - 2rem);margin: 1rem;padding-top: 40%}
	.services .service_item h3, .services .service_item .h3 {font-size: 2.2rem}
	.about .content h1 span, .about .content .h1 span {font-size: 2.2rem}
	.about .content h1, .about .content .h1 {margin: 0 0 4rem}
	.about .content h1::after, .about .content .h1::after {bottom: -2rem;width: 20rem;height: 0.2rem}
	.projects .projects_item {width: calc(100% / 1 - 3rem)}
	.home_page .projects .projects_item, .services_page .projects .projects_item {margin: 1.5rem}
	.projects h2, .projects .h2 {margin: 0 0 2rem}
	.button, .button.button_large {height: 4rem;line-height: 4rem;font-size: 1.6rem;padding: 0 2.2rem;}
	.button::before, .button.button_large::before {border-right: 8rem solid transparent;border-top: 4rem solid #221f1f;transform: translateX(calc(-50% + 4rem))}
	.button::after, .button.button_large::after {border-left: 8rem solid transparent;border-bottom: 4rem solid #3a3a3a;transform: translateX(calc(50% - 4rem))}
	.projects.add_animation .projects_outer_wrap::before, .projects.add_animation .projects_outer_wrap::after, .projects.add_animation .projects_inner_wrap::after, .projects.hide_animation .projects_outer_wrap::before, .projects.hide_animation .projects_outer_wrap::after, .projects.hide_animation .projects_inner_wrap::after{animation: none;}
	.projects .projects_outer_wrap::before {width: 100%;height: 40%;}
	.projects .projects_outer_wrap::after {width: 84%;height: 40%;}
	.projects .projects_inner_wrap::after {width: 75%;height: 35%;}
	.logos {padding: 6rem 0 3rem}
	.logos .logos_title {margin: 0 auto 2.5rem}
	.input {height: 4rem}
	textarea.input {min-height: 10rem}
	.contact_form .form_item {margin: 1rem 0}
	.input {padding: 0.3rem 1.5rem 0}
	.footer_bottom br{display:block}
	.about_inner {padding: 2.7rem 0 2.9rem}
	.team .team_item {width: calc(100% / 2 - 3.01rem)}
	.team {padding: 2rem 0 0.6rem}
	.services_inner_content .content table td {display: block;width: 100%}
	.services_inner_content .content table td:first-child {padding: 0 0 2rem !important}
	.services_inner_content .content table td:last-child {padding: 0 !important}
	.services_content {padding: 2rem 0 0.5rem}
	.services_page .contacts_section {padding-top: 1rem}
	.projects.projects_inner::after {width: 100%;height: 40%}
	.projects.projects_category .projects_item {width: calc(100% / 1 - 3rem)}
	.projects.projects_category.add_animation::after {animation: none}
	.projects.projects_category::after {width: 100%;height: 20%}
	.project_content .project_gallery_wrap {float: none}
	.project_content .project_gallery_wrap {margin: 0 0 3.5rem;width: 100%}
	.gallery_slider_nav .slider_item {margin: 0 0.5rem}
	.gallery_slider_nav {margin: 0 -0.5rem}
	.gallery_slider .img_wrap .slider_button .icon {width: 3.2rem;height: 3.2rem}
	.clients .clients_item {width: calc(100% / 3 - 3.01rem);margin: 1.5rem;padding-top: 7%}
	.clients .clients_content {margin: 0 0 3rem}
	.clients .clients_section {margin: 0 0 3rem}
	.clients .clients_list {/*column-count: 2*/grid-template-columns: repeat(2, 1fr);}
	.clients .clients_list .client_list_item {font-size: 1.4rem}
	.dashed_title h2, .dashed_title .h2 {padding: 0 2rem}
	.dashed_title h2::before, .dashed_title .h2::before, .dashed_title h2::after, .dashed_title .h2::after {top: 1.3rem;width: 5.6rem;height: 1rem}
	.dashed_title h2::before, .dashed_title .h2::before {left: -5.1rem}
	.dashed_title h2::after, .dashed_title .h2::after {right: -5.6rem}
	.main_top .top_slider .slick-prev {left: 1.5rem}
	.main_top .top_slider .slick-next {right: 1.5rem}
	.slick-prev, .slick-next {width: 2.6rem;height: 2.6rem}
	.slick-prev::after, .slick-next::after {width: 2.6rem;height: 2.6rem}
}

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

@media only screen and (max-width: 550px) {
	.toast_notifications{width:95%}
	.toast_notifications .toast{width:100%;font-size:1rem;margin-left:2rem}
	.services .service_item {padding-top: 57%}
	.logos .image {padding-top: 4rem}
	.contacts_section .contact_links_wrap {flex-wrap: wrap}
	.contacts_section .contact_link {width: 100%}
	.contacts_section .contact_link:first-child {margin: 0 0 1.5rem}
	.contacts_section .contact_link_phone {justify-content: flex-start;padding: 0}
	.contact_form .bottom_controls .button_wrap {text-align: center}
	.contact_form .submit_block {margin-bottom: 2rem}
	.contact_form .bottom_controls {margin-top: 1rem}
	.contact_form .row_f [class*='col_'] {width: calc(100% / 1 - 3.01rem);}
	.team_item .team_title {font-size: 1.6rem}
	.team_item .team_subtitle {font-size: 1.2rem}
	.team_item .team_position {font-size: 1.3rem}
	.team_item .team_subtitle {font-size: 1.1rem}
	.team_item .desc_wrap {margin: 0 0 0.6rem}
	.clients .clients_list {/*column-count: 1*/    grid-template-columns: repeat(1, 1fr);}
	.dashed_title {max-width: calc(100% - 17rem);margin: 0 auto}
	.main_top .main_content .text {width: calc(100% - 7rem)}
	.team_item .link {font-size: 1.1rem}
	.team_item .toggle_btn {margin: 0.5rem 0 1rem}
	.team_item .link::after {height: 0.1rem}
	.team_item .link_icon .icon {width: 1.6rem;height: 1.6rem}
	.team_item .link_icon {font-size: 1.3rem}
	.team .team_item {width: calc(100% / 1 - 3.01rem)}
	.team_item .team_contact_details_wrap {margin: 1rem 0 0}
}

@media only screen and (max-width: 450px) {
	.main_top .banner_scroll {width: 100%;}
	.services .service_item h3, .services .service_item .h3 {font-size: 1.8rem}
	.block_404::after {height: 30%}
	.block_404::before {height: 15%}
	.dashed_title {max-width: 20rem}
	.dashed_title h2, .dashed_title .h2 {padding: 0 1rem}
	.dashed_title h2::before, .dashed_title .h2::before, .dashed_title h2::after, .dashed_title .h2::after {width: 3.4rem;height: 0.7rem}
	.dashed_title h2::before, .dashed_title .h2::before {left: -3.5rem}
	.dashed_title h2::after, .dashed_title .h2::after {right: -3.3rem}
	.main_top .main_content p, .main_top .main_content .h1 {font-size: 1.8rem}
}

@media only screen and (max-width: 400px) {
	.dialog .modal_buttons .button{width:100%;margin:0 0 1.5rem}
	.dialog .modal_buttons .button:last-child{margin:0}
}

@media only screen and (max-width: 380px) {
	.navigation{right:-30rem;width:30rem}
	.main_top .banner_scroll {width: 28rem}
	.main_top .banner_scroll .banner_scroll_text {font-size: 1.2rem}
	.main_top .banner_scroll .icon {width: 1.2rem;height: 1.2rem}
	.footer_bottom a {white-space: nowrap}
	.button, .button.button_large {padding: 0 1.6rem}
}


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