@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,400;0,500;0,600;0,700;0,900;1,800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,800;1,700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&display=swap");
.fadeOut { -webkit-animation-name: fadeOut; animation-name: fadeOut; }

@-webkit-keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

@keyframes fadeOut { 0% { opacity: 1; }
  100% { opacity: 0; } }

.fadeIn { -webkit-animation-name: fadeIn; animation-name: fadeIn; }

@-webkit-keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@keyframes fadeIn { 0% { opacity: 0; }
  100% { opacity: 1; } }

@-webkit-keyframes stretch { 0% { color: #006b25; }
  100% { color: #1a93f3; } }

@keyframes stretch { 0% { color: #006b25; }
  100% { color: #1a93f3; } }

@-webkit-keyframes logoRes { from { opacity: 0;
    -webkit-transform: scale(0.7); }
  to { opacity: 1;
    -webkit-transform: scale(1); } }

@keyframes logoRes { from { opacity: 0;
    -webkit-transform: scale(0.7);
    transform: scale(0.7); }
  to { opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes showDialog { 0% { opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes showDialog { 0% { opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes scale { 0% { -webkit-transform: scale(0.8); transform: scale(0.8); }
  100% { -webkit-transform: scale(1.2); transform: scale(1.2); } }

@keyframes scale { 0% { -webkit-transform: scale(0.8); transform: scale(0.8); }
  100% { -webkit-transform: scale(1.2); transform: scale(1.2); } }

.scale { -webkit-animation-name: scale; animation-name: scale; -webkit-animation-duration: 1s; animation-duration: 1s; -webkit-animation-timing-function: ease-out; animation-timing-function: ease-out; -webkit-animation-delay: 0s; animation-delay: 0s; -webkit-animation-direction: alternate; animation-direction: alternate; -webkit-animation-iteration-count: infinite; animation-iteration-count: infinite; -webkit-animation-fill-mode: none; animation-fill-mode: none; -webkit-animation-play-state: running; animation-play-state: running; }

@-webkit-keyframes jump { 0% { bottom: 0; }
  50% { bottom: 10px; }
  100% { bottom: 0; } }

@keyframes jump { 0% { bottom: 0; }
  50% { bottom: 10px; }
  100% { bottom: 0; } }

@-webkit-keyframes slide-down { 0% { opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-down { 0% { opacity: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%); }
  100% { opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

*, *:before, *:after { -webkit-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: -0.5em; }

sub { bottom: -0.25em; }

svg:not(:root) { overflow: hidden; }

hr { -webkit-box-sizing: content-box; box-sizing: content-box; height: 0; }

pre { overflow: auto; }

p { font: 400 1.5rem/1.6 "Raleway", sans-serif; }

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; -moz-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.visible, .dialog_bg.visible, .dialog.visible { display: block; }

.dialog_wrapper { position: fixed; top: 0; left: 0; width: 100%; height: 100%; vertical-align: middle; overflow-y: auto; display: none; z-index: 1500; padding: 4rem 0; }

.dialog_wrapper .main_table { width: 100%; height: 100%; padding-right: 2rem; }

.dialog_wrapper .main_tcell { padding: 0 2rem; }

.dialog { max-width: 60rem; margin: 0 auto; padding: 2rem; background-color: #ffffff; border: none; display: none; z-index: 1503; position: relative; }

.dialog.modal_search { max-width: 38rem; }

.dialog.large { max-width: 80rem; }

.dialog.Xlarge { max-width: 80vw; }

.dialog.small { max-width: 40rem; }

.dialog.Xsmall { max-width: 30rem; }

.dialog .icon_close { position: absolute; top: -3.5rem; right: -3.5rem; color: #ffffff; cursor: pointer; font-size: 3.5rem; -webkit-transition: color .3s ease; -o-transition: color .3s ease; transition: color .3s ease; }

.dialog .icon_close:hover, .dialog .icon_close:focus { color: #000000; }

.dialog .icon_close svg { float: left; }

.dialog_bg { position: fixed; left: 0; top: 0; background-color: rgba(33, 33, 33, 0.55); display: none; width: 100%; height: 100%; }

.dialog_opened { position: fixed; overflow-y: scroll; width: 100%; height: 100%; }

.dialog_opened .dialog_bg { -webkit-animation-name: fadeIn; animation-name: fadeIn; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.dialog_opened .dialog { -webkit-animation-name: showDialog; animation-name: showDialog; -webkit-animation-duration: .3s; animation-duration: .3s; -webkit-animation-fill-mode: both; animation-fill-mode: both; }

.dialog_opened .dialog_wrapper { display: block; }

.dialog_scrollable_mobile .dialog_wrapper { width: 100% !important; }

.dialog_scrollable_mobile .main_table { padding-right: 0 !important; }

.dialog_scrollable .dialog_wrapper { overflow-y: scroll; width: calc(100% + 4rem); }

.modal_success { text-align: center; color: #000000; background: #ffffff; border: none; max-width: 31rem; position: relative; border-radius: 1.2rem; }

.modal_success .dialog_close.icon_close { display: none; }

.modal_success .check_wrap { width: 7rem; height: 7rem; border-radius: 50%; border: 0.2rem solid #1a93f3; margin: -5.5rem auto 0; position: relative; overflow: hidden; -webkit-animation: wrap 0.3s ease-in-out forwards; animation: wrap 0.3s ease-in-out forwards; -webkit-animation-delay: 0.3s; animation-delay: 0.3s; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

.modal_success .check_wrap::before, .modal_success .check_wrap::after { content: ''; position: absolute; background-color: #ffffff; width: 0; height: .5rem; -webkit-transform-origin: left; -ms-transform-origin: left; transform-origin: left; -webkit-animation-duration: 0.3s; animation-duration: 0.3s; -webkit-animation-timing-function: ease-in-out; animation-timing-function: ease-in-out; -webkit-animation-fill-mode: forwards; animation-fill-mode: forwards; }

.modal_success .check_wrap::before { top: 3.2rem; left: 2.1rem; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-animation-name: left; animation-name: left; -webkit-animation-delay: 0.8s; animation-delay: 0.8s; }

.modal_success .check_wrap::after { top: 4.2rem; left: 2.9rem; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); -webkit-animation-name: right; animation-name: right; -webkit-animation-delay: 1.1s; animation-delay: 1.1s; }

.modal_success .modal_text { margin: 3rem 0; }

.modal_success .modal_title { font-size: 3rem; font-weight: 700; }

.modal_success .button { display: block; width: 100%; background: #1a93f3; border: 0.1rem solid #1a93f3; color: #ffffff; border-radius: 0 1rem; }

@-webkit-keyframes wrap { 0% { background-color: transparent;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% { background-color: #1a93f3;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@keyframes wrap { 0% { background-color: transparent;
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% { background-color: #1a93f3;
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes left { 0% { width: 0; }
  100% { width: 1.5rem; } }

@keyframes left { 0% { width: 0; }
  100% { width: 1.5rem; } }

@-webkit-keyframes right { 0% { width: 0; }
  100% { width: 3rem; } }

@keyframes right { 0% { width: 0; }
  100% { width: 3rem; } }

.modal_ajax .modal_title { text-align: center; color: #1a93f3; font-size: 3rem; margin: 0 0 1rem; font-weight: 700; text-transform: uppercase; }

.modal_ajax form label span { color: #000000; }

.modal_ajax form textarea.input { min-height: 7.4rem; margin: 1rem 0 2rem; }

.modal_ajax .contact_form .row_f { display: block; }

.modal_ajax .contact_form .row_f .col_6 { width: calc(100% / 1 - 3.01rem); }

.modal_ajax .contact_form .modal_title { display: block; }

.modal_ajax .contact_form p { font: 400 3.2rem/1.2 "Raleway", sans-serif; color: #ffffff; margin: 0 0 2.4rem; text-align: center; text-transform: uppercase; }

.modal_ajax .contact_form p span { color: #000000; }

.modal_ajax .contact_form .input { margin: 0 0 1rem; }

.modal_ajax .contact_form textarea.input { min-height: 14rem; margin: 0 0 1rem; }

.modal_ajax .contact_form .button { margin: 1rem 0 0; }

.modal_video { padding: 0; border: none; background: transparent; }

.video_frame { width: 100%; height: 40rem; }

.gallery_modal { border: none !important; background: #ffffff !important; padding: 0 !important; }

.gallery_modal .modal_desc { padding: 2rem 3rem; position: relative; }

.gallery_modal .modal_desc .dialog_close { position: absolute; text-transform: uppercase; color: #000000; font-size: 1.6rem; font-weight: 800; right: 3rem; top: 2rem; cursor: pointer; }

.gallery_modal .modal_desc .name { color: #1a93f3; font-size: 2.6rem; font-weight: 700; line-height: 1; }

.gallery_modal .modal_desc p { margin: 0; }

#toast { position: fixed; z-index: 1503; width: 100%; max-width: 280px; left: 2rem; right: 2rem; bottom: 2rem; background-color: #fff; color: #fff; display: none; -webkit-box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.25); box-shadow: 1px 5px 15px rgba(0, 0, 0, 0.25); padding: 1rem 2rem; -webkit-backface-visibility: hidden; backface-visibility: hidden; }

#toast p { display: block; margin-bottom: 0; margin-top: .3rem; color: #fff; font-size: 1.4rem; font-family: "Raleway", sans-serif; }

#toast.error { background-color: rgba(237, 28, 36, 0.8); }

#toast.success { background-color: rgba(26, 147, 243, 0.8); }

.toast_close { position: absolute; color: #ffffff; top: .3rem; right: 1rem; font-size: 2.5rem; cursor: pointer; }

.toast_icon { color: #ffffff; float: left; margin-right: 2rem; font-size: 3rem; }

.fixed_footer { position: fixed; bottom: 0; left: 0; width: 100%; }

html { font-size: 62.5%; }

body { text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; overflow-x: hidden; font-family: "Raleway", sans-serif, sans-serif; font-size: 1.6rem; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; margin: 0; padding-top: 14.4rem; -webkit-font-feature-settings: "lnum"; font-feature-settings: "lnum"; }

[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: 1rem; 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); border-radius: 1rem; border-radius: 0; }

::-webkit-scrollbar-thumb { background: #1a93f3; 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%; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -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: #ffffff; position: absolute; top: 0; left: 0; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.slick-prev { left: 1.5rem; }

.slick-prev::after { -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }

.slick-next { right: 1.5rem; }

.slick-next::after { -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.slick-dots { position: absolute; left: 50%; bottom: 2rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); z-index: 30; }

.slick-dots li { display: block; width: 1rem; height: 1rem; margin: 0 0.4rem; background: #ffffff; border: 0.1rem solid #1a93f3; border-radius: 50%; cursor: pointer; }

.slick-dots li.slick-active { background: #1a93f3; }

.slick-dots li:only-child { display: none; }

.slick-dots li button { background: transparent; border: none; font-size: 0; }

@media only screen and (min-width: 993px) { .slick-prev:hover::after, .slick-next:hover::after { border-color: #ffbf66; } }

.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(100% / 12 - 3.01rem); }

.row .col_2 { width: calc(100% / 6 - 3.01rem); }

.row .col_3 { width: calc(100% / 4 - 3.01rem); }

.row .col_4 { width: calc(100% / 3 - 3.01rem); }

.row .col_5 { width: calc(100% / 2.4 - 3.01rem); }

.row .col_6 { width: calc(100% / 2 - 3.01rem); }

.row .col_7 { width: calc(100% / 1.714285714285714 - 3.01rem); }

.row .col_8 { width: calc(100% / 1.5 - 3.01rem); }

.row .col_9 { width: calc(100% / 1.3333333333 - 3.01rem); }

.row .col_10 { width: calc(100% / 1.2 - 3.01rem); }

.row .col_11 { width: calc(100% / 1.0909090909091 - 3.01rem); }

.row .col_12 { width: calc(100% / 1 - 3.01rem); }

.row_f { margin: 0 -1.5rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; 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(100% / 12 - 3.01rem); }

.row_f .col_2 { width: calc(100% / 6 - 3.01rem); }

.row_f .col_3 { width: calc(100% / 4 - 3.01rem); }

.row_f .col_4 { width: calc(100% / 3 - 3.01rem); }

.row_f .col_5 { width: calc(100% / 2.4 - 3.01rem); }

.row_f .col_6 { width: calc(100% / 2 - 3.01rem); }

.row_f .col_7 { width: calc(100% / 1.714285714285714 - 3.01rem); }

.row_f .col_8 { width: calc(100% / 1.5 - 3.01rem); }

.row_f .col_9 { width: calc(100% / 1.3333333333 - 3.01rem); }

.row_f .col_10 { width: calc(100% / 1.2 - 3.01rem); }

.row_f .col_11 { width: calc(100% / 1.0909090909091 - 3.01rem); }

.row_f .col_12 { width: calc(100% / 1 - 3.01rem); }

.row_b:after { content: ''; display: block; clear: both; }

.row_b .col_1, .row_b .col_10, .row_b .col_11, .row_b .col_12, .row_b .col_2, .row_b .col_3, .row_b .col_4, .row_b .col_5, .row_b .col_6, .row_b .col_7, .row_b .col_8, .row_b .col_9 { float: left; }

.row_b .col_12 { width: 100%; }

.row_b .col_11 { width: 91.66666667%; }

.row_b .col_10 { width: 83.33333333%; }

.row_b .col_9 { width: 75%; }

.row_b .col_8 { width: 66.66666667%; }

.row_b .col_7 { width: 58.33333333%; }

.row_b .col_6 { width: 50%; }

.row_b .col_5 { width: 41.66666667%; }

.row_b .col_4 { width: 33.33333333%; }

.row_b .col_3 { width: 25%; }

.row_b .col_2 { width: 16.66666667%; }

.row_b .col_1 { width: 8.33333333%; }

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

.wrapper { width: 100%; max-width: 119.5rem; padding: 0 1.5rem; margin: 0 auto; position: relative; }

.wrapper_full { width: 100%; max-width: 100%; padding: 0 1.5rem; margin: 0 auto; position: relative; }

.wrapper:after { content: ""; display: table; clear: both; }

.wrapper_small { width: 100%; max-width: 97rem; padding: 0 1.5rem; margin: 0 auto; position: relative; }

.icon { line-height: 0; }

.noselect { -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }

table.table { width: 100%; }

.input:focus::-webkit-input-placeholder { opacity: 0; }

.input:focus::-moz-placeholder { opacity: 0; }

.input:focus:-ms-input-placeholder { opacity: 0; }

.input:focus::-ms-input-placeholder { opacity: 0; }

.input:focus::placeholder { opacity: 0; }

::-webkit-input-placeholder { color: #6b6b6b; -webkit-transition: all .3s; transition: all .3s; }

::-moz-placeholder { font: "Open Sans", sans-serif; color: #6b6b6b; -moz-transition: all .3s; transition: all .3s; }

:-ms-input-placeholder { font: "Open Sans", sans-serif; color: #6b6b6b; -ms-transition: all .3s; transition: all .3s; }

::-ms-input-placeholder { font: "Open Sans", sans-serif; color: #6b6b6b; -ms-transition: all .3s; transition: all .3s; }

::placeholder { font: "Open Sans", sans-serif; color: #6b6b6b; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.input::-webkit-input-placeholder { font-family: "Open Sans", sans-serif; font-size: 1.6rem; font-weight: 400; color: #6b6b6b; text-overflow: ellipsis; }

.input::-moz-placeholder { color: #6b6b6b; text-overflow: ellipsis; }

.input:-ms-input-placeholder { color: #6b6b6b; text-overflow: ellipsis; }

.input::-ms-input-placeholder { color: #6b6b6b; text-overflow: ellipsis; }

.input::placeholder { color: #6b6b6b; -o-text-overflow: ellipsis; text-overflow: ellipsis; }

.input::-moz-placeholder { font-family: "Raleway", sans-serif; font-size: 1.6rem; font-weight: 400; color: #6b6b6b; text-overflow: ellipsis; opacity: 1; }

.input:-moz-placeholder { font-family: "Raleway", sans-serif; font-size: 1.6rem; font-weight: 400; color: #6b6b6b; text-overflow: ellipsis; opacity: 1; }

input:-moz-placeholder { font-family: "Raleway", sans-serif; font-size: 1.6rem; font-weight: 400; color: #6b6b6b; opacity: 1; text-overflow: ellipsis; }

.input:-ms-input-placeholder { font-size: 1.6rem; font-weight: 400; color: #6b6b6b; opacity: 1; text-overflow: ellipsis; }

.input { display: block; width: 100%; max-width: 100%; font-family: "Open Sans", sans-serif; /*height: 4rem;*/ /*padding:0 1rem;*/ padding: .7rem 1rem .9rem; font-size: 1.6rem; border: none; border: .1rem solid transparent; background-color: #f1f2f5; color: #000000; border-radius: 0; margin: 2.4rem 0; -webkit-transition: 0.2s ease-in; -o-transition: 0.2s ease-in; transition: 0.2s ease-in; }

.input:focus, .input:active { outline-style: none; border: 0.1rem solid #1a93f3; }

span + .input { margin: .5rem 0 1.3rem; }

textarea.input { border: .1rem solid transparent; min-height: 12.8rem; padding: 1rem; resize: none; }

select.input { line-height: 1em; text-indent: 0.01px; -o-text-overflow: ''; text-overflow: ''; }

select::-ms-expand { display: none; }

.validate_error { border: 1px solid #e57373 !important; }

textarea.validate_error { border: 1px solid #e57373 !important; }

footer .subscribe_form .input.validate_error { border: 1px solid #e57373 !important; }

.input.validate_error::-webkit-input-placeholder { color: #e31e26 !important; }

.input.validate_error::-moz-placeholder { color: #e31e26 !important; }

.input.validate_error:-ms-input-placeholder { color: #e31e26 !important; }

.input.validate_error::-ms-input-placeholder { color: #e31e26 !important; }

.input.validate_error::placeholder { color: #e31e26 !important; }

.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: 6rem 0; }

.button { display: inline-block; font: 400 1.6rem/1 "Raleway", sans-serif; padding: 1.395em 2.3em 1.295em; min-width: 14.25em; border: 0.1rem solid #1a93f3; background-color: #1a93f3; color: #ffffff; border-radius: 0 1rem; white-space: nowrap; text-align: center; text-transform: uppercase; text-decoration: none; -webkit-transition: 0.3s ease-out; -o-transition: 0.3s ease-out; transition: 0.3s ease-out; cursor: pointer; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; -webkit-appearance: none; -moz-appearance: none; appearance: none; }

.button.small { font-size: 1.4rem; padding: 0.795em 2.3em 0.695em; }

.button.large { padding: 1.4em 1em 1.3em; min-width: 17.2em; }

.button.fluid { width: 100%; }

.button.white { background: #ffffff; color: #000000; border: 0.1rem solid #ffffff; }

.button span { position: relative; z-index: 3; }

.button svg { display: inline-block; vertical-align: middle; fill: #fff; width: 1.25em; height: 1.25em; margin-right: 0.25em; }

.btn_mobile { display: none; }

.aside_form_wrapper { margin: 0 0 2rem; }

.pagination { padding: 1rem 0; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; font-size: 0; }

.pagination li { display: inline-block; padding: 0; margin: .4rem; list-style: none; border: 0.1rem solid #000000; }

.pagination li.active { border: 0.1rem solid #1a93f3; }

.pagination li.active a { background-color: #1a93f3; color: #ffffff; pointer-events: none; }

.pagination li.pagination_arrow .icon { position: relative; top: -.1rem; }

.pagination li.pagination_arrow_prev .icon { -webkit-transform: rotate(180deg); -ms-transform: rotate(180deg); 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: #ffffff; color: #000000; text-align: center; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

input::-webkit-outer-spin-button, input::-webkit-inner-spin-button { -webkit-appearance: none; }

.social { line-height: 0; font-size: 0; }

.social .social_block { display: inline-block; line-height: 0; margin: 0 2.3rem 0 0; }

.social .social_block:last-child { margin: 0; }

.social .social_block .icon, .social .social_block img { width: 3.1rem; height: 3.1rem; -webkit-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }

.dark_overlay.nav-opened:after { content: ""; display: none; width: 100%; height: 100vh; background: #000; opacity: .8; position: fixed; top: 0; left: 0; z-index: 2; }

.mobile_call { display: none; width: 100%; padding: 0 2rem; font: 900 2.4rem/5.4rem "Raleway", sans-serif; color: #fff; background-color: #1a93f3; z-index: 1; }

.mobile_call .icon { position: relative; top: -.1em; margin-right: .8rem; font-size: .95em; }

.mobile_call:hover, .mobile_call:focus { color: #fff; background-color: #0a2c72; }

.mob_social { display: none; padding: 1rem 2rem; font-size: 2.4rem; }

.navigation .navigation_dropBtn { display: none; }

.navigation .navigation_dropBtn a { position: relative; }

.navigation .navigation_dropBtn a:after { content: ''; position: absolute; top: 50%; left: 2rem; width: 1em; height: 1em; font-size: 1.2rem; border: 0 solid #000; border-width: 0 0 2px 2px; -webkit-transform: translateY(-50%) rotate(45deg); -ms-transform: translateY(-50%) rotate(45deg); transform: translateY(-50%) rotate(45deg); }

.footer_bottom span { display: inline-block; }

input[type='checkbox'] { position: absolute; left: -9999px; }

input[type='checkbox'] + label { position: relative; padding-left: 3rem; cursor: pointer; display: inline-block; margin-bottom: 1rem; }

input[type='checkbox'] + label:before { content: ''; position: absolute; left: 0; top: 0; width: 2rem; height: 2rem; border: 1px solid #c8c8c8; background: #ffffff; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

input[type='checkbox'] + label:after { content: '✔'; position: absolute; top: -0.05rem; left: 0.45rem; font-size: 1.4rem; color: #ffffff; -webkit-transition: all .2s; -o-transition: all .2s; transition: all .2s; }

input[type='checkbox']:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

input[type='checkbox']:checked + label:after { opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

input[type='checkbox']:checked + label:before { background-color: #1a93f3; border: 1px solid #1a93f3; }

input[type='radio'] { position: absolute; left: -9999px; }

input[type='radio'] + label { position: relative; padding-left: 3rem; cursor: pointer; display: inline-block; margin-right: 1rem; margin-bottom: 1rem; border-radius: 50%; }

input[type='radio'] + label:before { content: ''; position: absolute; left: 0; top: 0; right: 0; width: 2rem; height: 2rem; border: 1px solid #c8c8c8; background: #ffffff; border-radius: 50%; -webkit-transition: all .3s ease; -o-transition: all .3s ease; transition: all .3s ease; }

input[type='radio']:not(:checked) + label:after { opacity: 0; -webkit-transform: scale(0); -ms-transform: scale(0); transform: scale(0); }

input[type='radio']:checked + label:after { content: ''; display: block; width: 1.6rem; height: 1.6rem; position: absolute; border-radius: 50%; opacity: 1; -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); background-color: #1a93f3; border: 0.3rem solid #ffffff; top: 0.2rem; left: 0.2rem; }

input[type='radio']:checked + label:before { background-color: #1a93f3; border: 1px solid #1a93f3; }

h1, .h1 { font: 400 4.5rem/1.2 "Raleway", sans-serif; color: #000000; position: relative; margin: 1rem 0 2rem; }

.title { font: 400 4.4rem/1.2 "Raleway", sans-serif; color: #000000; position: relative; margin: 1rem 0 2rem; }

h2, .h2 { font: 400 4.4rem/1.2 "Raleway", sans-serif; color: #000000; position: relative; margin: 1rem 0 2rem; }

.sub_title { font: 400 2.4rem/1.2 "Raleway", sans-serif; color: #000000; position: relative; margin: 1rem 0 2rem; text-transform: uppercase; }

h3 { font-size: 2.3rem; font-weight: 700; line-height: 1.2; color: #1a93f3; }

h4 { font-size: 2.2rem; font-weight: 400; line-height: 1.1; color: #1a93f3; text-transform: uppercase; }

.content .title, .content h1, .content .h1 { font: 400 4.5rem/1.2 "Raleway", sans-serif; color: #000000; position: relative; margin: 1rem 0 2rem; }

.content h2, .content .h2 { font: 400 4.4rem/1.2 "Raleway", sans-serif; color: #000000; position: relative; margin: 1rem 0 2rem; }

.content h3 { font-size: 3rem; font-weight: 400; line-height: 1.2; margin: 1rem 0 2rem; color: #000000; }

.content h4 { font-size: 2.4rem; font-weight: 400; line-height: 1.2; margin-top: 1rem; margin-bottom: 0; color: #000000; }

.content h5 { font-size: 2.2rem; font-weight: 600; line-height: 1.2; margin-top: 1rem; margin-bottom: 0; color: #1a93f3; }

.content ol { margin-bottom: 2rem; counter-reset: li; }

.content ol > li { padding-left: 2rem; margin-bottom: .4rem; overflow: hidden; }

.content ol > li:before { margin-left: -2rem; counter-increment: li; content: counters(li, ".") ". "; color: #000000; font-weight: 900; }

.content .content:after { content: ''; display: table; clear: both; }

.content a:not(.button):hover, .content a:not(.button):focus { color: #000000; }

.content img { height: auto !important; border-radius: 0 5rem; }

.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 p { font-size: 1.6rem; margin: 0 0 2.3rem; line-height: 1.9; }

.content a:not(.button) { display: inline-block; color: #1a93f3; font-weight: 600; }

.content ul { margin-bottom: 2.3rem; }

.content ul li { position: relative; display: table; padding: 0 0 0 2.2rem; font: 400 1.6rem/1.3 "Raleway", sans-serif; color: #000000; margin: 1rem 0; /* &:after{ content: ''; display: block; position: absolute; color: $main; left: -.2rem; width: 1.7rem; height: 1.7rem; top: 0; border: 0.2rem solid $main; border-radius: 50%; }*/ }

.content ul li p, .content ul li span { margin: 0; }

.content ul li:before { content: ''; display: block; position: absolute; color: #1a93f3; left: .5rem; width: .7rem; height: 1.2rem; top: 0; border-style: solid; border-width: 0 .2rem .2rem 0; -webkit-transform: rotate(40deg); -ms-transform: rotate(40deg); transform: rotate(40deg); }

.content blockquote { position: relative; padding-left: 2rem; clear: both; font-size: 1.6rem; line-height: 1.9; margin-bottom: 3rem; }

.content blockquote p { margin: 0; }

.content blockquote:after { content: ''; display: block; width: 1rem; top: 0; left: 0; height: 100%; position: absolute; background: #1a93f3; }

.content iframe { width: 100%; height: 35rem; }

.content table td { font: 400 1.5rem/1.6 "Raleway", sans-serif; }

p { font: 400 1.5rem/1.6 "Raleway", sans-serif; color: #000000; margin: 1rem 0; }

[data-modals] { cursor: pointer; }

.no-scroll { overflow: hidden; }

.hide_desctop { display: none !important; }

.img { width: 100%; max-width: 100%; background-size: cover !important; background-position: center !important; display: block; }

.lb-data .lb-close { position: absolute; top: -4rem; right: 5rem; }

.lb-data .lb-number { display: none !important; }

.map { padding: 0; }

.map #map, .map iframe { height: 45rem; 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: #1a93f3; }

.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 .content img { border-radius: unset; }

.page.right_sidebar main { float: left; width: 70%; }

.page.right_sidebar aside { width: 25%; float: right; }

.navigation_btn { display: none; cursor: pointer; -webkit-transition-property: opacity, -webkit-filter; transition-property: opacity, -webkit-filter; -o-transition-property: opacity, filter; transition-property: opacity, filter; transition-property: opacity, filter, -webkit-filter; -webkit-transition-duration: .15s; -o-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: linear; -o-transition-timing-function: linear; transition-timing-function: linear; overflow: visible; position: absolute; top: calc(50% - 1.3rem); right: 10rem; -webkit-transform: translate(0, -50%); -ms-transform: translate(0, -50%); transform: translate(0, -50%); z-index: 600; height: 2.4rem; }

.navigation_btn.hamburger_squeeze.isOpen .hamburger_inner { -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); -webkit-transition-delay: .12s; -o-transition-delay: .12s; transition-delay: .12s; -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); background-color: #1a93f3; }

.navigation_btn.hamburger_squeeze.isOpen .hamburger_inner::before, .navigation_btn.hamburger_squeeze.isOpen .hamburger_inner::after { background-color: #1a93f3; }

.navigation_btn.hamburger_squeeze.isOpen .hamburger_inner::before { top: 0; opacity: 0; -webkit-transition: top .075s ease, opacity .075s .12s ease; -o-transition: top .075s ease, opacity .075s .12s ease; transition: top .075s ease, opacity .075s .12s ease; }

.navigation_btn.hamburger_squeeze.isOpen .hamburger_inner::after { bottom: 0; -webkit-transform: rotate(-90deg); -ms-transform: rotate(-90deg); transform: rotate(-90deg); -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); -o-transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1); }

.navigation_btn.hamburger_squeeze .hamburger_inner { -webkit-transition-duration: .075s; -o-transition-duration: .075s; transition-duration: .075s; -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.navigation_btn.hamburger_squeeze .hamburger_inner::before { -webkit-transition: top .075s .12s ease, opacity .075s ease; -o-transition: top .075s .12s ease, opacity .075s ease; transition: top .075s .12s ease, opacity .075s ease; }

.navigation_btn.hamburger_squeeze .hamburger_inner::after { -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); -o-transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19); }

.navigation_btn .hamburger_box { width: 4rem; height: 2.4rem; display: inline-block; position: relative; }

.navigation_btn .hamburger_inner { display: block; top: 50%; margin-top: -.2rem; width: 4rem; height: .4rem; background-color: #1a93f3; border-radius: .4rem; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: .15s; -o-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.navigation_btn .hamburger_inner::before, .navigation_btn .hamburger_inner::after { content: ""; display: block; width: 4rem; height: .4rem; background-color: #1a93f3; border-radius: .4rem; position: absolute; -webkit-transition-property: -webkit-transform; transition-property: -webkit-transform; -o-transition-property: transform; transition-property: transform; transition-property: transform, -webkit-transform; -webkit-transition-duration: .15s; -o-transition-duration: .15s; transition-duration: .15s; -webkit-transition-timing-function: ease; -o-transition-timing-function: ease; transition-timing-function: ease; }

.navigation_btn .hamburger_inner::before { top: -1rem; }

.navigation_btn .hamburger_inner::after { bottom: -1rem; }

.navigation_btn p { text-align: center; font-size: 1.4rem; color: #000000; display: block; width: 4rem; font-weight: 400; margin: 0; position: absolute; bottom: -25px; }

.video_block { float: right; width: 100%; max-width: 50%; margin: 2rem 0 0 6rem; }

.video_block .video_img { position: relative; display: block; }

.video_block .video_img .img { display: block; height: 35rem; width: 100%; }

.video_block .video_img .play { position: absolute; top: 50%; left: 50%; z-index: 3; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; cursor: pointer; }

.video_block .video_img .overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 2; display: block; cursor: pointer; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; background: rgba(0, 0, 0, 0.5); }

.video_block .video_iframe { height: 35rem; width: 100%; display: none; }

.video_block.video_play .video_iframe { display: block; }

.video_block.video_play .video_img { display: none; }

body.home_page header:after { background-image: url("/img/corner_home.png"); height: calc(100% + 11rem); }

.header { position: absolute; width: 100%; height: 14.5rem; padding: 1rem 0 1rem 6rem; top: 0; left: 0; z-index: 999; -webkit-transition: none; -o-transition: none; transition: none; background: #ffffff; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }

.header:after { content: ''; position: absolute; top: 0; left: 0; background-image: url("/img/corner.png"); background-repeat: no-repeat; background-position: top left; background-size: contain; width: 8%; height: 100%; z-index: 0; }

.header .header_row { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; }

.header .header_col_1 { float: left; width: 20%; }

.header .header_col_2 { float: left; width: 80%; text-align: right; }

.header .top_menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: end; -webkit-justify-content: flex-end; -ms-flex-pack: end; justify-content: flex-end; }

.header .social, .header .phones, .header .search { display: inline-block; margin-right: 4rem; }

.header .social:last-of-type, .header .phones:last-of-type, .header .search:last-of-type { margin-right: 0; }

.header .social a, .header .phones a, .header .search a { font-size: 2.2rem; color: #000000; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.header .social a .icon, .header .phones a .icon, .header .search a .icon { color: #1a93f3; }

.header .social a span, .header .phones a span, .header .search a span { font-weight: 400; line-height: 1.08; color: #000000; }

.header .social .social_block .icon, .header .social .social_block img { width: 2.3rem; height: 2.3rem; }

.header .phones .icon { margin-top: -.5rem; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.header .search .icon { margin-top: -.5rem; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.header .search a { -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.header.fixed { position: fixed; height: auto; -webkit-animation: slide-down .7s; animation: slide-down .7s; padding: 1rem 0; -webkit-box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.3); }

.header.fixed:after { content: none; }

.header.fixed .header_logo img { width: 10rem; }

.header.fixed .top_menu { display: none; }

.header.fixed .navigation { margin-top: 0; }

.header.fixed .navigation .subMenu { margin-top: -.4rem; }

.header .header_logo { display: inline-block; position: relative; }

.header .header_logo img { width: 35.5rem; }

.navigation { display: block; width: 100%; margin-top: 2.6rem; }

.navigation .header_nav { float: right; }

.navigation .header_nav li { display: inline-block; }

.navigation .header_nav li.active > a { font-weight: 900; color: #1a93f3; position: relative; }

.navigation .header_nav li:first-child a { padding: 0 1.3rem 0 0; }

.navigation .header_nav li:last-child a { padding: 0 0 0 1.3rem; }

.navigation .header_nav li a { font: 500 1.5rem "Raleway", sans-serif; color: #000000; display: block; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-align: center; white-space: nowrap; padding: 0 1.3rem; position: relative; text-transform: uppercase; }

.navigation .header_nav li.drDown { -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }

.navigation .header_nav li.drDown > a { position: relative; }

.navigation .header_nav li.drDown > a::before { content: ''; }

.navigation .header_nav li.drDown > a:after { content: ''; }

.navigation .header_nav li.drDown.list { position: relative; }

.navigation .header_nav li.drDown.list .subMenu { display: block; top: calc(100% + 3rem); left: 50%; width: auto; padding: 1rem 0; }

.navigation .header_nav li.drDown.list .subMenu li a { white-space: nowrap; }

.navigation .header_nav li.drDown.list .subMenu li:first-child a{
    padding: .7rem 2rem;
}
.navigation .header_nav li.drDown.list .subMenu li:last-child a{
    padding: .7rem 2rem;
}

.navigation .subMenu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; opacity: 0; visibility: hidden; position: absolute; width: 100%; top: calc(100% + 1.1rem); left: 0; padding: 5rem 0; background-color: #ffffff; text-align: left; z-index: 3; -webkit-transition: all .3s ease-in-out; -o-transition: all .3s ease-in-out; transition: all .3s ease-in-out; -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); -webkit-transform: translate3d(0, 1rem, 0); transform: translate3d(0, 1rem, 0); }

.navigation .subMenu::after { content: ''; position: absolute; left: 0; right: 0; bottom: 100%; height: 1rem; }

.navigation .subMenu li { display: block; padding: 0; }

.navigation .subMenu li:last-child { border-bottom: none; }

.navigation .subMenu li:first-child a.button, .navigation .subMenu li:last-child a.button { padding: .7rem 2rem; }

.navigation .subMenu li .subMenu_item { position: relative; height: 100%; padding: 0 2.5rem 3rem; }

.navigation .subMenu li .subMenu_item .img_wrap a:not(.button) { padding: 0; margin: 0; }

.navigation .subMenu li .subMenu_item .img_wrap img { width: 5rem; height: 5rem; -o-object-fit: contain; object-fit: contain; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.navigation .subMenu li .subMenu_item a { -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.navigation .subMenu li .subMenu_item a:not(.button) { margin: 1.5rem 0; padding: .7rem 2rem; }

.navigation .subMenu li .subMenu_item a.button { position: absolute; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); }

.navigation .subMenu li a { display: block; max-width: 30rem; padding: .7rem 2rem; font-weight: 900; font-size: 1.5rem; color: #000000; white-space: normal; text-align: center; }

.navigation .drDown.product .subMenu { padding-bottom: 0; }
.navigation .drDown.product .subMenu .subMenu_item { margin-bottom: 5rem; }
.navigation .drDown.product .subMenu li.title { margin: 0; }
.navigation .drDown.product .subMenu li.title a { font-weight: 900; text-transform: uppercase; }
.navigation .drDown.product .subMenu li a { font-weight: 400; line-height: 1.3; text-align: left; text-transform: none; }

.navigation .subMenu li:first-child a, .navigation .subMenu li:last-child a{ padding: .7rem 2rem; }

.navigation .subMenu li a.button { min-width: unset; font-size: 1.4rem; font-weight: 400; color: #ffffff; padding: .7rem 2rem; white-space: nowrap; }

.navigation .subMenu li a .img_wrap { display: block; }

.navigation .subMenu li a .img_wrap img, .navigation .subMenu li a .img_wrap .icon { width: 5rem; height: 5rem; -o-object-fit: contain; object-fit: contain; font-family: "object-fit: contain;"; }

.navigation .header_nav li.drDown:focus .subMenu { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }

.hidden_slider { opacity: 0; overflow: hidden; }

.hidden_slider.top_slider { max-height: 65rem; }

.hidden_slider.our_work_slider { max-height: 70rem; }

.hidden_slider.reviews_slider { max-height: 50rem; }

.main_top { position: relative; padding: 0 0 3rem; z-index: 2; }

.main_top .banner { background-position: right center; background-size: 100% 100%; background-repeat: no-repeat; width: 100%; max-width: 100%; position: relative; height: 75rem; z-index: 2; }

.main_top .main_content { position: absolute; top: 40%; left: 50%; width: 100%; display: block; z-index: 4; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); }

.main_top .main_content .text { text-align: left; max-width: 45rem; font-size: 7rem; color: #000000; font-weight: 400; line-height: 1.07; display: block; position: relative; }

.main_top .main_content .text p, .main_top .main_content .text h1, .main_top .main_content .text h2, .main_top .main_content .text h3 { font-size: 7rem; line-height: 1.07; font-weight: 400; color: #000000; text-align: left; text-shadow: 0 0 0.1rem #ffffff, 0 0 0.2rem #ffffff, 0 0 0.3rem #ffffff, 0 0 0.4rem #ffffff, 0 0 0.5rem #ffffff; }

.main_top .main_content .text .button { margin: 8rem 0 0; }

.main_top .top_slider .slick-dots { bottom: 7rem; }

.section_our_work { padding-top: 0; }

.section_our_work .content h2 { font-size: 4.4rem; margin: 1rem 0 2rem; }

.section_our_work .content h4, .section_our_work .content h5 { font-weight: 500; font-size: 1.6rem; color: #1a93f3; text-transform: uppercase; margin-bottom: 0; }

.section_our_work .content p { margin-bottom: 6rem; }

.section_our_work .title_wrap .title { margin-bottom: 4rem; }

.section_our_work .text_wrap p { font-size: 1.6rem; }

.section_our_work .our_work_slider { padding: 0 7rem; }

.section_features { padding: 8rem 0 9rem; background: -webkit-gradient(linear, right top, left top, from(#1a93f3), to(#2dc3fa)); background: -o-linear-gradient(right, #1a93f3, #2dc3fa); background: linear-gradient(to left, #1a93f3, #2dc3fa); }

.section_features .features_wrap .features_item { text-align: center; }

.section_features .features_wrap .features_item .img_wrap { width: 100%; position: relative; overflow: hidden; padding-top: 35%; }

.section_features .features_wrap .features_item .img_wrap img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); -o-object-fit: contain; object-fit: contain; font-family: "object-fit: contain;"; }

.section_features .features_wrap .features_item .title_wrap h3 { color: #ffffff; text-transform: uppercase; }

.section_features .features_wrap .features_item .text_wrap { width: 28rem; margin: 0 auto; }

.section_features .features_wrap .features_item .text_wrap p { max-width: 89%; color: #ffffff; line-height: 2; margin: 1rem auto; }

.section_more_features { padding: 7rem 0; background: -webkit-gradient(linear, right top, left top, from(#1a93f3), to(#2dc3fa)); background: -o-linear-gradient(right, #1a93f3, #2dc3fa); background: linear-gradient(to left, #1a93f3, #2dc3fa); }

.section_more_features .title_wrap h1, .section_more_features .title_wrap h2, .section_more_features .title_wrap h3, .section_more_features .title_wrap h4, .section_more_features .title_wrap p { color: #ffffff; }

.section_more_features .features_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap; margin-top: 6.5rem; }

.section_more_features .features_wrap .features_item { width: calc(100% / 5); text-align: center; }

.section_more_features .features_wrap .features_item .img_wrap .icon { font-size: 4.2rem; color: #ffffff; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.section_more_features .features_wrap .features_item .text_wrap p { font-weight: 700; font-size: 2.3rem; color: #ffffff; text-transform: uppercase; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.section_aboutus { background-image: url("/img/aboutus_index_bg.png"); background-repeat: no-repeat; background-size: 50%, contain; background-position: top right; }

.section_aboutus.index { padding: 14rem 0; }

.section_aboutus .content { margin-right: 5rem; }

.section_aboutus .pic_wrapper { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.section_aboutus .img_wrap { width: 90%; position: relative; overflow: hidden; padding-top: 86%; margin-left: auto; margin-bottom: 4rem; border-radius: 0 5rem; -webkit-box-shadow: 0 1.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); }

.section_aboutus .img_wrap img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; }

.section_cta { padding: 3rem 0; background: -webkit-gradient(linear, right top, left top, from(#36dbfe), to(#1a93f3)); background: -o-linear-gradient(right, #36dbfe, #1a93f3); background: linear-gradient(to left, #36dbfe, #1a93f3); }

.section_cta .cta_wrap { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.section_cta .cta_wrap .text_wrap p { font-size: 4.2rem; color: #ffffff; line-height: 1.2; }

.section_cta .cta_wrap .text_wrap p span { display: block; }

.section_cta .cta_wrap .text_wrap p .black { font-weight: 900; }

.section_cta .cta_wrap .btn_wrap .button { font-weight: 600; }

.section_reviews { background-image: url("/img/testimonials_bg.png"); background-repeat: no-repeat; background-position: top left; }

.section_reviews .slider_wrap { margin-top: 5rem; margin-bottom: -4.5rem; }

.section_reviews .slider_wrap .slick-arrow { width: 16rem; height: 41.5rem; }

.section_reviews .slider_wrap .slick-arrow.slick-prev { display: none; }

.section_reviews .reviews_slider { max-width: 103rem; margin: 0 auto; }

.section_reviews .reviews_slider .slick-slide:nth-of-type(odd) .slider_item { position: relative; top: -4rem; }

.section_reviews .reviews_slider .slider_item { padding: 2.5rem 4rem; margin: 5rem 1.5rem 3.5rem; border-radius: 0 .5rem 0 5.5rem; background-color: #ffffff; -webkit-box-shadow: 0 0.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); }

.section_reviews .reviews_slider .slider_item .rate_wrap { margin-bottom: 2.5rem; }

.section_reviews .reviews_slider .slider_item .rate_wrap .stars .star { font-size: 2.5rem; color: #ffd203; }

.section_reviews .reviews_slider .slider_item .text_wrap p { font-family: "Libre Baskerville", serif; font-size: 1.9rem; line-height: 1.45; }

.section_reviews .reviews_slider .slider_item .name_wrap p { font-weight: 500; color: #1a93f3; text-align: right; }

.instagram_section h2 img, .instagram_section h3 img, .instagram_section p img { width: 4.5rem; height: 4.5rem; margin-top: -.9rem; border-radius: unset; }

.instagram_section .content { margin-bottom: 6.5rem; }

.section_members_cases { position: relative; background-color: #f4f5f7; }

.section_members_cases:after { content: ''; position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: .1rem; height: 100%; background-color: #ffffff; }

.section_members_cases .members_cases_item .title_wrap { margin-bottom: 5rem; }

.section_members_cases .members_cases_item .title_wrap p { font-size: 4rem; margin-top: -1.5rem; }

.section_members_cases .members_cases_item .members_cases_item_inner { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }

.section_members_cases .members_cases_item .members_cases_item_inner .img_wrap { margin: 0 4rem; }

.section_members_cases .members_cases_item .members_cases_item_inner .img_wrap img { max-height: 13.5rem; }

.section_secondary_banner { padding: 0; }

.section_secondary_banner .banner_wrap { position: relative; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; overflow: hidden; min-height: 30rem; }

.section_secondary_banner .banner_wrap:after { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(26, 113, 183, 0.7); }

.section_secondary_banner .banner_wrap img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; font-family: "object-fit: cover;"; }

.section_secondary_banner .banner_wrap .text_wrap { width: 100%; max-width: 80rem; margin: 6.4rem auto; text-align: center; z-index: 1; }

.section_secondary_banner .banner_wrap .text_wrap h1, .section_secondary_banner .banner_wrap .text_wrap h2, .section_secondary_banner .banner_wrap .text_wrap h3, .section_secondary_banner .banner_wrap .text_wrap h4, .section_secondary_banner .banner_wrap .text_wrap p, .section_secondary_banner .banner_wrap .text_wrap .h1, .section_secondary_banner .banner_wrap .text_wrap .h2, .section_secondary_banner .banner_wrap .text_wrap .h3, .section_secondary_banner .banner_wrap .text_wrap .h4, .section_secondary_banner .banner_wrap .text_wrap .p { font-weight: 600; font-size: 4.4rem; color: #ffffff; text-transform: uppercase; }

.section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap { position: relative; }

.section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap h1, .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap h2, .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap h3, .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap h4, .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap p { font-size: 1.6rem; text-transform: none; }

.section_about { padding: 11rem 0; background-image: url("/img/aboutus_index_bg.png"); background-repeat: no-repeat; background-size: 50%, contain; background-position: top right; }

.section_contact aside { text-align: right; }

.section_contact aside .title { font-weight: 700; font-size: 2.5rem; margin-top: 0; }

.section_contact aside address { font-style: inherit; }

.section_contact aside address .address_block { margin: 2.6rem 0; }

.section_contact aside address .address_block .location_title { font-weight: 700; font-size: 1.4rem; }

.section_contact aside address .address_block .location { font-weight: 500; font-size: 1.5rem; line-height: 1.35; max-width: 20rem; margin-left: auto; }

.section_contact aside address .address_block .directions_link { font-size: 1.5rem; font-weight: 900; color: #1a93f3; text-transform: uppercase; text-decoration: underline; }

.section_contact aside address .address_block span { display: block; font-weight: 500; font-size: 1.4rem; }

.section_contact aside address .address_block a { font-weight: 500; font-size: 2.6rem; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.section_contact aside address .icon { font-size: 2.1rem; color: #1a93f3; margin-top: -.5rem; }

.section_contact aside address .icon.mail { margin-top: -.4rem; }

.section_contact main { padding-left: 5.6rem; border-left: .1rem solid #d7e2e6; }

.section_contact main .contact_form label span { font-weight: 600; font-size: 1.4rem; display: block; margin: 2.5rem 0 1.5rem; }

.section_contact main .contact_form .btn_wrap { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.section_testimonials { background-image: url("/img/testimonials_bg.png"); background-repeat: no-repeat; background-position: top left; }

.section_testimonials .testimonials_wrap .testimonials_item { width: calc(100% / 3 - 6rem); padding: 3rem; margin: 4rem 3rem 3rem; border-radius: 0 .5rem 0 5.5rem; background-color: #ffffff; -webkit-box-shadow: 0 0.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); box-shadow: 0 0.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); }

.section_testimonials .testimonials_wrap .testimonials_item .rate_wrap { margin-bottom: 2.5rem; }

.section_testimonials .testimonials_wrap .testimonials_item .rate_wrap .stars .star { font-size: 2.5rem; color: #ffd203; margin: 0 -.3rem; }

.section_testimonials .testimonials_wrap .testimonials_item .text_wrap p { font-family: "Libre Baskerville", serif; font-size: 1.9rem; line-height: 1.45; }

.section_testimonials .testimonials_wrap .testimonials_item .name_wrap p { font-weight: 500; font-size: 1.6rem; color: #1a93f3; text-align: right; }

.section_materials aside .aside_block li.active a { color: #ffffff; background-color: #1a93f3; border: 0.1rem solid #1a93f3; }

.section_materials aside .aside_block li a { display: block; font-weight: 600; color: #1a93f3; text-transform: uppercase; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; text-align: center; padding: 2.2rem 0; margin: 2.5rem 0; border: 0.1rem solid #36dbfe; border-radius: 0 1rem 0 1rem; }

.section_materials main .content h4, .section_materials main .content h5 { margin-bottom: 4.5rem; }

.section_materials main .btn_wrap.fluid { margin-top: 1rem; }

.section_materials main .btn_wrap.fluid .button { width: 100%; }

.section_step { padding-bottom: 4rem; }

.section_step .steps_wrap { margin-top: 8rem; border-top: 0.3rem solid #1a93f3; }

.section_step .steps_wrap .steps { -webkit-box-align: center; -webkit-align-items: center; -ms-flex-align: center; align-items: center; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.section_step .steps_wrap .steps .step_item { text-align: center; padding: .7rem 0; margin-top: .5rem; border: 0.1rem solid #36dbfe; border-radius: 0 1rem 0 1rem; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; cursor: pointer; }

.section_step .steps_wrap .steps .step_item.active { background-color: #1a93f3; border: 0.1rem solid #1a93f3; }

.section_step .steps_wrap .steps .step_item.active p { color: #ffffff; }

.section_step .steps_wrap .steps .step_item p { font-weight: 800; color: #1a93f3; text-transform: uppercase; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.section_step .steps_wrap .text_wrap { max-width: 90rem; margin: 5rem auto 0; }

.section_step .steps_wrap .text_wrap .step { display: none; text-align: center; }

.section_step .steps_wrap .text_wrap .step.active { display: block; }

.section_content

.section_category { padding-top: 4rem; }

.section_category.product_list { padding: 6rem 0; }

.section_category .category_wrap .category_item { text-align: center; }

.section_category .category_wrap .category_item .img_wrap { position: relative; overflow: hidden; -webkit-mask-image: -webkit-radial-gradient(white, black); padding-top: 103%; margin-bottom: 4rem; border-radius: 0 5rem; -webkit-box-shadow: 0 1.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); }

.section_category .category_wrap .category_item .img_wrap img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.section_category .category_wrap .category_item .title_wrap p { font-size: 1.6rem; font-weight: 700; text-transform: uppercase; }

.section_category .category_wrap .category_item .title_wrap a { -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.section_category .category_wrap .category_item .text_wrap p { line-height: 1.4; }

.section_gallery { padding-top: 0; }

.section_gallery.product_list { padding-top: 6rem; }

.section_gallery .gallery_wrap .gallery_tabs { margin-bottom: 7rem; border-top: 1px solid #777; border-bottom: 1px solid #777; }

.section_gallery .gallery_wrap .gallery_tabs .tabs_wrap { max-width: 100rem; overflow-x: auto; text-align: center; padding: 2.5rem 0; margin: 0 auto; }

.section_gallery .gallery_wrap .gallery_tabs .tabs_wrap a { position: relative; display: inline-block; white-space: nowrap; padding: 1rem 1.5rem; font-size: 2rem; color: #000000; font-weight: 500; text-transform: uppercase; }

.section_gallery .gallery_wrap .gallery_tabs .tabs_wrap a.active { color: #1a93f3; font-weight: 800; }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item { margin-bottom: 6rem; }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap { position: relative; overflow: hidden; -webkit-mask-image: -webkit-radial-gradient(white, black); padding-top: 103%; margin-bottom: 4rem; border-radius: 0 5rem; -webkit-box-shadow: 0 1.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap a { position: absolute; top: 0; left: 0; width: 100%; height: 100%; z-index: 1; }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap a:before, .section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap a:after { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: 2; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; opacity: 0; cursor: pointer; }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap a:before { content: ''; width: 100%; height: 100%; background-color: rgba(54, 219, 254, 0.7); }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap a:after { content: url("/img/arrows.png"); }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .title_wrap { text-align: center; }

.section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .title_wrap p, .section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .title_wrap a { font-weight: 800; text-transform: uppercase; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.modal_gallery_wrap { position: relative; padding: 0 5rem; }

.modal_gallery_wrap .btn_wrap { position: fixed; width: 100vw; height: 0; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); z-index: -1; }

.modal_gallery_wrap .btn_wrap .slider_wrap { position: unset; }

.modal_gallery_wrap .btn_wrap .slider_wrap .slick-arrow { top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); cursor: pointer; }

.modal_gallery_wrap .btn_wrap .slider_wrap .slick-arrow.slick-prev:after { left: 5.5rem; }

.modal_gallery_wrap .btn_wrap .slider_wrap .slick-arrow.slick-next:after { left: unset; right: 1.5rem; }

.modal_gallery_wrap .gallery_slider_for { width: calc(100% + 14rem); margin: -2rem -7rem 0; }

.modal_gallery_wrap .img_wrap { position: relative; padding-top: 60%; }

.modal_gallery_wrap .img_wrap img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; font-family: "object-fit: cover;"; }

.modal_gallery_wrap .content_wrap { padding: 0 5rem; }

.modal_gallery_wrap .title_wrap { margin-top: 4rem; }

.modal_gallery_wrap .title_wrap p { font-weight: 500; font-size: 2.6rem; color: #1a93f3; }

.modal_gallery_wrap .text_wrap { margin-bottom: 4rem; }

.modal_gallery_wrap .modal_gallery_bottom { background-color: #eeeeee; padding: 1.8rem 0; width: calc(100% + 14rem); margin: 0 -7rem -2rem; }

.modal_gallery_wrap .modal_gallery_bottom .modal_gallery_bottom_item_wrap { width: 100%; max-width: 60rem; margin: 0 auto; }

.modal_gallery_wrap .modal_gallery_bottom .slick-list { padding: 0 !important; }

.modal_gallery_wrap .modal_gallery_bottom .slick-track.static { -webkit-transform: none !important; -ms-transform: none !important; transform: none !important; }

.modal_gallery_wrap .modal_gallery_bottom .slick-current img { border: 0.3rem solid #1a93f3; }

.modal_gallery_wrap .modal_gallery_bottom .modal_gallery_bottom_item { position: relative; overflow: hidden; padding-top: 70%; margin: 0 .7rem; border: .3rem solid transparent; }

.modal_gallery_wrap .modal_gallery_bottom .modal_gallery_bottom_item img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; font-family: "object-fit: cover;"; }

.modal_join_wrap { text-align: center; }

.modal_join_wrap .footer_title { font-size: 2.5rem; line-height: 1.2; font-weight: 700; color: #000000; padding: 0; margin: 0 0 2.6rem; text-transform: uppercase; }

.slider_wrap { position: relative; }

.slider_wrap .slick-arrow { position: absolute; top: 0; -webkit-transform: none; -ms-transform: none; transform: none; width: 9.5rem; height: 36rem; }

.slider_wrap .slick-arrow:after { top: 50%; left: 50%; }

.slider_wrap .slick-arrow.slick-prev { left: 0; background: -webkit-gradient(linear, left top, left bottom, from(#36dbfe), to(#1a93f3)); background: -o-linear-gradient(#36dbfe, #1a93f3); background: linear-gradient(#36dbfe, #1a93f3); border-radius: 0 0 5rem 0; }

.slider_wrap .slick-arrow.slick-prev:after { -webkit-transform: translate(-50%, -50%) rotate(135deg); -ms-transform: translate(-50%, -50%) rotate(135deg); transform: translate(-50%, -50%) rotate(135deg); }

.slider_wrap .slick-arrow.slick-next { right: 0; background: -webkit-gradient(linear, left top, left bottom, from(#1a93f3), to(#36dbfe)); background: -o-linear-gradient(#1a93f3, #36dbfe); background: linear-gradient(#1a93f3, #36dbfe); border-radius: 0 0 0 5rem; }

.slider_wrap .slick-arrow.slick-next:after { -webkit-transform: translate(-50%, -50%) rotate(-45deg); -ms-transform: translate(-50%, -50%) rotate(-45deg); transform: translate(-50%, -50%) rotate(-45deg); }

.slider_wrap .our_work_slider .slider_item { text-align: center; margin: 0 2rem; }

.slider_wrap .our_work_slider .slider_item .img_wrap { position: relative; overflow: hidden; -webkit-mask-image: -webkit-radial-gradient(white, black); padding-top: 36rem; margin-bottom: 4rem; border-radius: 0 5rem; -webkit-box-shadow: 0 1.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); box-shadow: 0 1.7rem 1.8rem 0 rgba(0, 0, 0, 0.3); }

.slider_wrap .our_work_slider .slider_item .img_wrap img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); width: 100%; height: 100%; -o-object-fit: cover; object-fit: cover; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.slider_wrap .our_work_slider .slider_item .title_wrap p { font-size: 1.6rem; font-weight: 700; text-transform: uppercase; }

.slider_wrap .our_work_slider .slider_item .title_wrap a { -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

.slider_wrap .our_work_slider .slider_item .text_wrap p { line-height: 1.4; }

.slider_wrap .our_work_slider .slider_item .btn_wrap { margin-top: 4rem; }

.section_content .content table { position: relative; margin: 0 0 4rem 13rem; }
.section_content .content  table:after { content: ''; position: absolute; bottom: -4rem; left: -8rem; width: calc(100% + 3000rem); height: calc(100% + 11rem); background-color: #f6f6f6; z-index: -1; }
.content table tr td h1,
.content table tr td h2{
    position: relative;
    max-width: 45rem;
    padding-left: 4rem;
}
.content table tr td h1:after,
.content table tr td h2:after{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: .7rem;
    height: 100%;
    background-color: #1b91f5;
}

.content table tr td ul li { display: block; font-weight: 700; font-size: 2.2rem; padding-left: 3rem; margin: 3rem 0; white-space: nowrap; }

.content table tr td ul li:before { content: url("/img/custom_list_mark.png"); left: 0; top: .2rem; -webkit-transform: none; -ms-transform: none; transform: none; width: 2rem; height: 2rem; border: none; }

.content table tr td ul li .icon { font-size: 2rem; color: #1a93f3; margin-right: 0.6rem; }

.section_materials.page .content table { width: 100%; }

.section_materials.page .content table tr td:first-of-type ul { border-left: 1rem solid #1a93f3; padding-left: 4.5rem; }

.section_materials.page .content table tr td ul li { display: block; font-weight: 700; font-size: 2.2rem; padding-left: 3rem; }

.section_materials.page .content table tr td ul li:before { content: url("/img/custom_list_mark.png"); left: 0; top: .2rem; -webkit-transform: none; -ms-transform: none; transform: none; width: 2rem; height: 2rem; border: none; }

.section_materials.page .content table tr td ul li .icon { font-size: 2rem; color: #1a93f3; margin-right: 0.6rem; }

.title_wrap.small p { font-weight: 500; font-size: 1.6rem; color: #1a93f3; text-transform: uppercase; }

.stars { margin: 0 0 1rem; display: block; max-width: 30rem; }

.stars .star { display: inline-block; position: relative; }

.stars .star:after { content: '\2605'; display: block; color: #f1cd06; font-size: 3rem; line-height: 1; }

.bx-wrapper { -webkit-box-shadow: none !important; box-shadow: none !important; padding: 0 !important; margin: 0 !important; border: none !important; }

.logos { padding: 4.5rem 0 5rem; }

.logos h4 { font-size: 2.2rem; line-height: 1.1; font-weight: 400; color: #000000; text-transform: uppercase; margin: 0 0 2.2rem; }

.logos .image { position: relative; height: 11rem; }

.logos .image img { position: absolute; top: 50%; left: 50%; -webkit-transform: translate(-50%, -50%); -ms-transform: translate(-50%, -50%); transform: translate(-50%, -50%); display: block; width: 80%; height: 80%; -o-object-fit: contain; object-fit: contain; }

.reviews { padding: 8rem 0 11.9rem; background-size: cover; background-position: center; background-repeat: no-repeat; position: relative; z-index: 2; }

.reviews::after { content: ''; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: rgba(30, 30, 30, 0.9); z-index: -1; }

.reviews h2 { color: #fff; margin: 0 0 4.3rem; }

.reviews .reviews_slider p { text-align: center; font: 400 2.7rem/1.2 "Libre Baskerville", serif; max-width: 100%; color: #fff; margin: 0 auto; font-style: italic; }

.reviews .reviews_slider .name { margin: 3rem auto 0; font: 500 2.5rem/1 "Poppins", sans-serif; }

.reviews_slider .slick-dots li { background: #1a93f3; border-color: #1a93f3; }

.reviews_slider .slick-dots li.slick-active { background: transparent; border-color: #ffffff; }

.reviews_slider .slick-dots { bottom: -5rem; }

.reviews_page h4 { font-weight: 700; font-size: 2.2rem; color: #1a93f3; line-height: 1.2; margin: 1rem 0 0; }

.reviews_page p.name { font-weight: 700; font-size: 2rem; color: #1a93f3; font-family: "Open Sans", sans-serif; line-height: 1.2; margin: 2rem 0 0; }

.reviews_page .reviews_item { padding: 2rem; background: #c8c8c8; margin-bottom: 3rem; }

.contact_form_block { padding: 6rem 0 5.5rem; }

.contact_form_block .wrapper { max-width: 110rem; }

.contact_form_block h2, .contact_form_block .h2 { text-transform: uppercase; text-align: center; margin: 1rem 0 4.1rem; }

.contact_form_block .button_cta_mobile { display: none; }

.contact_form .modal_title { display: none; }

.contact_form textarea.input { min-height: 28.2rem; }

.contact_form .button { margin: 2rem 0 0; }

.inner_section { padding: 7rem 0 8.5rem; }

.contact_page address { margin: 8.1rem 0 3rem; text-align: center; }

.contact_page address a { display: inline-block; position: relative; padding-left: 2.5rem; font-style: initial; font-size: 2rem; line-height: 1.2; font-weight: 400; color: #000000; margin: 0 5rem 0 0; }

.contact_page address a:last-child { margin: 0; }

.contact_page address a svg { position: absolute; color: #1a93f3; left: 0; top: 0.3rem; }

.contact_page address a svg.mail { width: 1.4rem; height: 1.4rem; top: .2rem; }

.mobile_phone { position: fixed; left: 0; right: 0; bottom: 0; display: none; padding: .5rem 0 0; font: 700 3rem "Raleway", sans-serif; background-color: #000000; color: #1a93f3; text-align: center; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; z-index: 300; }

.mobile_phone svg { position: relative; top: -.2rem; }

footer { z-index: 3; position: relative; padding: 6.5rem 0 0; background: #f4f5f7; }

footer .footer_title { font-size: 2.5rem; line-height: 1.2; font-weight: 700; color: #000000; padding: 0; margin: 0 0 2.6rem; text-transform: uppercase; }

footer address { margin-bottom: 4.5rem; }

footer address .footer_title { font-size: 1.7rem; }

footer address p, footer address a { position: relative; padding-left: 2rem; margin: .5rem 0 1.2rem; }

footer address p svg, footer address a svg { position: absolute; color: #1a93f3; left: 0; top: 0.3rem; }

footer address p svg.mail, footer address a svg.mail { width: 1.4rem; height: 1.4rem; top: .2rem; }

footer address .location_link { font-size: 1.5rem; font-weight: 900; color: #1a93f3; text-transform: uppercase; text-decoration: underline; padding-left: 0; }

footer .button { display: block; }

footer a { display: block; font: 500 1.6rem/1.4 "Raleway", sans-serif; margin: 0.5rem 0; color: #000000; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

footer a b { font-weight: 800; }

footer p { display: block; color: #000000; font: 500 1.6rem/1.2 "Raleway", sans-serif; margin: 0.5rem 0; }

footer p b { font-weight: 800; }

footer .subscribe_form { position: relative; margin: 3.3rem 0 0; }

footer .subscribe_form .input { background-color: #ffffff; border: 0.1rem solid transparent; }

footer .subscribe_form .input::-webkit-input-placeholder { font-size: 1.4rem; color: #000000; }

footer .subscribe_form .input::-moz-placeholder { font-size: 1.4rem; color: #000000; }

footer .subscribe_form .input:-ms-input-placeholder { font-size: 1.4rem; color: #000000; }

footer .subscribe_form .input::-ms-input-placeholder { font-size: 1.4rem; color: #000000; }

footer .subscribe_form .input::placeholder { font-size: 1.4rem; color: #000000; }

footer .footer_blog .name { font-size: 1.6rem; line-height: 1.69; font-weight: 700; color: #000000; text-transform: uppercase; margin: -0.4rem 0 1.9rem; -webkit-transition: .3s linear; -o-transition: .3s linear; transition: .3s linear; }

footer .footer_blog p { font-size: 1.5rem; }

footer .footer_blog .desc { margin-bottom: 2.1rem; }

footer ul { margin-bottom: 4.4rem; }

footer ul li a { width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; position: relative; font-weight: 500; font-size: 1.5rem; }

footer .mailing_heading { font-size: 1.5rem; font-weight: 500; }

footer .footer_logo { font-size: 0; }

footer .footer_logo img { display: inline-block; vertical-align: middle; width: 4.3rem; margin: 0 1.6rem 0 0; -o-object-fit: contain; object-fit: contain; font-family: 'object-fit: contain;'; }

footer .footer_logo p { display: inline-block; vertical-align: middle; font-size: 2.4rem; line-height: 1.12; font-weight: 700; color: #1a93f3; width: calc(100% - 5.9rem); }

footer .mobile_block { display: none; }

.footer_bottom { padding: 2rem 0; position: relative; z-index: 3; background-color: #c8c8c8; }

.footer_bottom p, .footer_bottom a { font: 500 1.5rem/1.4 "Raleway", sans-serif; color: #000000; display: inline-block; margin: 0; }

.footer_bottom p a, .footer_bottom a a { display: inline-block; font: 500 1.5rem/1.4 "Raleway", sans-serif; }

.blog { overflow: hidden; padding-bottom: 0; margin-bottom: 4rem; }

.blog article h2 a { color: #f3b01c !important; font-size: 3rem; font-weight: 700; }

.blog article h1 { color: #f3b01c !important; font-size: 4rem; }

.blog_sidebar { padding: 0.6rem 2rem 0 4rem; position: relative; }

.blog_sidebar::after { content: ""; display: block; position: absolute; top: 1.2rem; left: 0; height: 200%; border-left: 0.1rem solid #cdcdcd; z-index: -1; }

.blog_sidebar .blog_search { position: relative; margin-bottom: 2rem; }

.blog_sidebar .blog_search button { position: absolute; top: .5rem; left: 1.2rem; background: transparent; border: none; cursor: pointer; }

.blog_sidebar .blog_search button svg { color: #8c8c8c; position: relative; top: .2rem; width: 1.5rem; height: 1.5rem; }

.blog_sidebar .blog_search p { text-transform: uppercase; margin: 0; color: #f4f4f4; font-size: 1.8rem; }

.blog_sidebar .aside_block, .blog_sidebar .aside_tags { margin-bottom: 2rem; }

.blog_sidebar .aside_block p { text-transform: uppercase; margin: 0; color: #f4f4f4; font-size: 1.8rem; }

.blog_sidebar .aside_block li a { color: #8c8c8c; font-size: 1.6rem; border-bottom: 0.1rem solid #d9d9d9; padding: 0.5rem 0 0; display: block; }

.blog_sidebar .aside_block li a:hover { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; color: #f3b01c; }

.blog_sidebar .aside_block li.active a { color: #f3b01c; }

.blog_sidebar .aside_block li a:not(:hover) { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.blog_sidebar .aside_tags li { display: inline-block; vertical-align: middle; margin: 0 .5rem .5rem 0; }

.blog_sidebar .aside_tags li a { display: block; color: #000; font-size: 1.4rem; text-transform: capitalize; font-weight: 700; background: #f3b01c; padding: 0.5rem .5rem .1rem; }

.blog_sidebar .aside_tags li a:hover { color: #fff; }

.blog_sidebar .recent li a { color: #000; border-bottom: 0.1rem solid transparent; line-height: 1.2; }

.blog_sidebar .recent li a strong { font-weight: 600; }

.blog_sidebar .recent li { color: #626262; border-bottom: 0.1rem solid #f2f2f2; line-height: 1.2; padding: 1.3rem 0 1rem; }

.blog_sidebar .blog_search .input { background: transparent; border: 0.1rem solid #cdcdcd; color: #cdcdcd; padding: 1.5rem 1rem 1rem 3rem; border-radius: 0; }

.blog_sidebar .blog_search .input::-webkit-input-placeholder { color: #626262; padding: 1.5rem 1.2rem 1rem 0; }

.blog_sidebar .blog_search .input:-ms-input-placeholder { color: #626262; padding: 1.5rem 1.2rem 1rem 0; }

.blog_sidebar .blog_search .input::-ms-input-placeholder { color: #626262; padding: 1.5rem 1.2rem 1rem 0; }

.blog_sidebar .blog_search .input::-moz-placeholder { color: #626262; padding: 1.5rem 1.2rem 1rem 0; }

.blog_sidebar .blog_search .input::placeholder { color: #626262; padding: 1.5rem 1.2rem 1rem 0; }

.blog_date { font-size: 1.8rem; }

.leave_reply { margin-top: 3rem; }

.leave_reply .caption { border-left: .5rem solid #f3b01c; font-size: 2.8rem; line-height: 0.6; padding-top: 0.5rem; margin-bottom: 2rem; padding-left: .5rem; text-transform: uppercase; }

.leave_reply .caption span { position: relative; top: 0.2rem; }

.leave_reply label span { color: #000; }

.leave_reply .input { border: 0.1rem solid #d9d9d9; margin: 0 0 1rem; color: #000; background: #fff; border-radius: 0; padding: 1.5rem 1rem 1rem; }

.leave_reply textarea.input { border: 0.1rem solid #d9d9d9; min-height: 14rem; }

.leave_reply .button { display: block; width: 100%; }

.reply { position: relative; }

.reply_img { position: absolute; left: 0; top: -.2rem; }

.reply_head { margin-left: 2rem; }

.page_nav { margin-top: 3rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }

.page_nav a { font-weight: 700; margin: 0 1rem; color: #242424; text-transform: uppercase; width: 30%; font-size: 1.8rem; display: inline-block; }

.page_nav a:hover { color: #f3b01c; }

.page_nav_next { text-align: right; }

.page_nav_all { text-align: center; }

.reply_content { background: #f4f4f4; border-radius: 0; margin: 1rem 0; padding: 1.5rem 1rem 1rem; }

.blog_article { border-bottom: 0.1rem solid #d9d9d9; padding: 0 0 2rem; }

#comments_wrapper { margin-top: 2rem; }

#comments_wrapper h4 { border-left: .5rem solid #f3b01c; margin-bottom: 2rem; line-height: 0.6; font-size: 2.8rem; padding-top: 0.5rem; padding-left: .5rem; text-transform: uppercase; }

#comments_wrapper h4 span { position: relative; top: 0.2rem; }

.blog_page { padding: 0 0 4rem; }

.blog_page main article { position: relative; padding: 2rem 0; }

.blog_page main article .date { font: 500 2.8rem "Raleway", sans-serif; color: #ffffff; background: #1a93f3; display: inline-block; vertical-align: middle; padding: .5rem 1rem; text-align: center; text-transform: uppercase; }

.blog_page main article .info { display: inline-block; vertical-align: baseline; margin: 1rem 0; }

.blog_page main article .info span { display: inline-block; vertical-align: middle; font: 400 1.6rem "Raleway", sans-serif; color: #000000; text-transform: uppercase; margin-right: 0.5rem; }

.blog_page main article .lcomment { display: inline-block; vertical-align: middle; margin: 1rem 0 1rem 2rem; position: relative; }

.blog_page main article .lcomment:before { content: '|'; position: absolute; top: 0; left: -1.5rem; display: block; color: #000000; }

.blog_page main article .lcomment a { font: 400 1.6rem "Raleway", sans-serif; color: #000000; text-transform: uppercase; }

.blog_page main article a { position: relative; z-index: 4; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.blog_page main article a:hover { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; color: #000000; }

.blog_page main article h3 a { color: #000000; font-size: 3rem; display: inline-block; vertical-align: middle; width: 80%; margin-left: 1.5rem; line-height: 1; }

.blog_page main article .button_b { max-width: 15rem; overflow: hidden; clear: both; }

.blog_page main .tags { padding: 1rem 0; border-bottom: 0.1rem solid #c8c8c8; border-top: 0.1rem solid #c8c8c8; }

.blog_page main .tags a { display: inline-block; vertical-align: middle; padding: 0.5rem; position: relative; font-size: 1.2rem; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; color: #2f2f2f; }

.blog_page main .tags a:first-child:before { display: none; }

.blog_page main .tags a:before { content: '|'; position: absolute; top: 0.4rem; left: -.2rem; display: block; color: #000000; }

.blog_page main .tags a:hover { color: #1a93f3; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.blog_page main form .title { font-size: 3.5rem; color: #000000; font-weight: 600; position: relative; display: inline-block; padding-bottom: 1.5rem; }

.blog_page main form .title:after { content: ''; position: absolute; bottom: 0rem; width: 30%; height: 0.3rem; display: block; background: #1a93f3; }

.blog_page main form .input { background: transparent; border: 0.1rem solid #1a93f3; border-radius: 0; }

.blog_page main form .input::-webkit-input-placeholder { font: 400 1.4rem/1.5 "Raleway", sans-serif; color: #878787; }

.blog_page main form .input::-moz-placeholder { font: 400 1.4rem/4rem "Raleway", sans-serif; color: #878787; }

.blog_page main form .input:-ms-input-placeholder { font: 400 1.1rem/1.5 "Raleway", sans-serif; color: #878787; }

.blog_page main form .input:-moz-placeholder { font: 400 1.4rem/4rem "Raleway", sans-serif; color: #878787; }

.blog_page main form .button_w { max-width: 25rem; float: right; margin-top: 1rem; }

.blog_page .comment { clear: both; margin-top: 2rem; }

.blog_page .comment .item { border-bottom: 0.1rem solid #626262; }

.blog_page .comment .item:first-child { border-top: 0.1rem solid #626262; }

.blog_page .comment .name { text-transform: capitalize; font-size: 2.8rem; }

.blog_page .comment .date { color: #1a93f3; margin: 0; }

.blog_page .paginat { padding: 1rem 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -ms-flex-pack: justify; justify-content: space-between; }

.blog_page .paginat a { color: #1a93f3; text-transform: uppercase; font-size: 1.8rem; font-weight: 700; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.blog_page .paginat a:hover { color: #000000; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.blog_page aside .sidebar_title { text-transform: capitalize; padding: 0.5rem 0; color: #000000; font: 600 1.8rem "Raleway", sans-serif; border-bottom: 0.1rem solid #c8c8c8; }

.blog_page aside .categories { padding: 2rem 0; }

.blog_page aside .categories li a { color: #000000; font-size: 1.5rem; font-weight: 600; padding: 1rem 0; display: inline-block; vertical-align: middle; }

.blog_page aside .categories li a:hover { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; color: #1a93f3; padding-left: 0.5rem; }

.blog_page aside .categories li a:not(:hover) { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.blog_page aside .categories li span { display: inline-block; vertical-align: middle; color: #1a93f3; font-size: 1.5rem; font-weight: 500; }

.blog_page aside .archive { padding: 2rem 0; }

.blog_page aside .archive li { position: relative; padding-left: 3.5rem; }

.blog_page aside .archive li:before { content: ''; display: block; background: url("/img/cal.jpg") no-repeat; background-size: contain; position: absolute; top: 0.5rem; left: 0; width: 2.5rem; height: 2.5rem; }

.blog_page aside .archive li a { color: #000000; font-size: 1.5rem; font-weight: 600; padding: 1rem 0; display: inline-block; vertical-align: middle; }

.blog_page aside .archive li a:hover { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; color: #1a93f3; padding-left: 0.5rem; }

.blog_page aside .archive li a:not(:hover) { -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }

.blog_page aside .archive li span { display: inline-block; vertical-align: middle; color: #1a93f3; font-size: 1.5rem; font-weight: 500; }

.blog_page aside .search { position: relative; }

.blog_page aside .search input { border: 0.1rem solid #b3b3b3; color: #000000; padding-left: .5rem; width: 100%; max-width: 80%; height: 3rem; font: 600 1.5rem/3rem "Raleway", sans-serif; display: inline-block; vertical-align: middle; }

.blog_page aside .search button { background: transparent; border: none; display: inline-block; vertical-align: middle; margin-left: 1.5rem; }

.blog_page aside .search button svg { color: #1a93f3; display: block; width: 3rem; height: 3rem; }

.content_table .content table a:not(.button) {color: #000000; -webkit-transition: .2s linear; -moz-transition: .2s linear; -ms-transition: .2s linear; -o-transition: .2s linear; transition: .2s linear; }

@-moz-document url-prefix() {}@media (min-width: 993px) { .mobile_phones { display: none; }
  .navigation li > a:hover { color: #1a93f3; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; text-shadow: 0 0 0.1rem #1a93f3, 0 0 0.1rem #1a93f3, 0 0 0.1rem #1a93f3, 0 0 0.1rem #1a93f3, 0 0 0.1rem #1a93f3; }
  .navigation li.active > a:hover { text-shadow: none; }
  /*.navigation .subMenu li > a:hover { color: rgba(255, 255, 255, 0.5); }*/
    .navigation .subMenu li > a:hover{ color: #1a93f3; text-shadow: none; }
  .navigation .header_nav li.drDown:hover .subMenu { opacity: 1; visibility: visible; -webkit-transform: translate3d(0, 0, 0); transform: translate3d(0, 0, 0); }
    .navigation .header_nav li.drDown.list .subMenu{
        transform: translateX(-50%);
    }
  .navigation .header_nav li.drDown:hover > a::before { position: absolute; left: 50%; bottom: -1rem; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); border-top: 6px solid #1a93f3; border-left: 6px solid transparent; border-right: 6px solid transparent; }
  .navigation .header_nav li.drDown:hover > a:after { position: absolute; top: 100%; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 100%; height: 5rem; }
  .navigation .subMenu li .subMenu_item .img_wrap:hover img { -webkit-filter: saturate(3); filter: saturate(3); }
  .navigation .subMenu li .subMenu_item a:not(.button):hover { color: #1a93f3; }
  .navigation .drDown.list .subMenu li a:not(.button):hover { color: #1a93f3; text-shadow: none; }
  footer .footer_bottom a:hover { color: #1a93f3; }
  footer a:hover { color: #1a93f3; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
  .button:hover { background: #36dbfe; color: #ffffff; border-color: #36dbfe; }
  .button.white:hover { background: #1a71b7; color: #ffffff; border-color: #1a71b7; }
  footer .blog .name:hover { color: #1a93f3; }
  .header .phone:hover { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #1a93f3; }
  .header .search:hover a { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #1a93f3; }
  .slider_wrap .our_work_slider .slider_item .img_wrap:hover img { -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1); }
  .slider_wrap .our_work_slider .slider_item .title_wrap a:hover { color: #1a93f3; }
  .section_materials aside .aside_block li:hover a { color: #ffffff; background-color: #1a93f3; border: 0.1rem solid #1a93f3; }
  .section_step .steps_wrap .steps .step_item:hover { background-color: #1a93f3; }
  .section_step .steps_wrap .steps .step_item:hover p { color: #ffffff; }
  .section_step .category_wrap .category_item .img_wrap:hover img { -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1); }
  .section_step .category_wrap .category_item .title_wrap a:hover { color: #1a93f3; }
  .section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap:hover a:before, .section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .img_wrap:hover a:after { opacity: 1; }
  .section_gallery .gallery_wrap .gallery_item_wrap .gallery_item .title_wrap a:hover { color: #1a93f3; }
  .section_category .category_wrap .category_item .img_wrap:hover img { -webkit-transform: translate(-50%, -50%) scale(1.1); -ms-transform: translate(-50%, -50%) scale(1.1); transform: translate(-50%, -50%) scale(1.1); }
  .section_category .category_wrap .category_item .title_wrap a:hover { color: #1a93f3; }
  .section_more_features .features_wrap .features_item a:hover .img_wrap .icon { color: rgba(255, 255, 255, 0.7); }
  .section_more_features .features_wrap .features_item a:hover .text_wrap p { color: rgba(255, 255, 255, 0.7); }
  .section_contact aside address .address_block a:hover { color: #1a93f3; }
  .page aside ul li a:hover span { color: #ffffff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  .page aside ul li a:hover:after { color: #ffffff; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  .page aside ul li a:hover img { -webkit-transition: 0s; -o-transition: 0s; transition: 0s; -webkit-filter: grayscale(100) brightness(100); filter: grayscale(100) brightness(100); }
  .page aside ul li a.active:hover { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  .page aside ul li a.active:hover span { color: #000000; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  .page aside ul li a.active:hover:after { color: #000000; -webkit-transition: .3s; -o-transition: .3s; transition: .3s; }
  .pagination li:hover { border: 0.1rem solid #1a93f3; }
  .pagination li a:hover { background-color: #1a93f3; color: #ffffff; }
  .social .social_block:hover .icon, .social .social_block:hover img { padding: .2rem; }
  .slick-prev:hover::after, .slick-next:hover::after { border-color: #1a71b7; } 
  .content_table .content table a:not(.button):hover {color: #1a93f3; }

}

@media only screen and (max-width: 1350px) { .section_reviews .slider_wrap .reviews_slider { padding: 0 5rem; }
  .section_reviews .slider_wrap .slick-arrow { width: 5rem; }
  .section_reviews .slider_wrap .slick-arrow:after { width: 2rem; height: 2rem; }
  .section_reviews .slider_wrap .slick-arrow.slick-prev { display: block; } }

@media only screen and (max-width: 1300px) {
    .navigation .subMenu { left: -5.5rem; width: calc(100% + 5rem); }
    .navigation .drDown.product .subMenu { left: 0; width: 100%; }
  .navigation .subMenu li a { font-size: 1.2rem; }
    .navigation .drDown.product .subMenu li a { font-size: 1.4rem; }
  .navigation .subMenu li a.button { font-size: 1rem; }
    .navigation .drDown.list .subMenu li a { font-size: 1.5rem; padding: .7rem 2rem; }
  .hidden_slider.top_slider { max-height: 50rem; }
  .hidden_slider.our_work_slider { max-height: 50rem; }
  .hidden_slider.reviews_slider { max-height: 50rem; }
  .main_top .banner { height: 65rem; }
  .contact_form_block { padding: 4rem 0 4.5rem; }
  .contact_form_block h2, .contact_form_block .h2 { margin: 1rem 0 2rem; }
  footer { padding: 6rem 0 0; }
  footer .footer_title { font-size: 2.2rem; }
  .footer_bottom { margin: 4.5rem 0 0; } }

@media only screen and (max-width: 1200px) { .row_f .col_lg_1 { width: calc(100% / 12 - 3.01rem); }
  .row_f .col_lg_2 { width: calc(100% / 6 - 3.01rem); }
  .row_f .col_lg_3 { width: calc(100% / 4 - 3.01rem); }
  .row_f .col_lg_4 { width: calc(100% / 3 - 3.01rem); }
  .row_f .col_lg_5 { width: calc(100% / 2.4 - 3.01rem); }
  .row_f .col_lg_6 { width: calc(100% / 2 - 3.01rem); }
  .row_f .col_lg_7 { width: calc(100% / 1.714285714285714 - 3.01rem); }
  .row_f .col_lg_8 { width: calc(100% / 1.5 - 3.01rem); }
  .row_f .col_lg_9 { width: calc(100% / 1.3333333333 - 3.01rem); }
  .row_f .col_lg_10 { width: calc(100% / 1.2 - 3.01rem); }
  .row_f .col_lg_11 { width: calc(100% / 1.0909090909091 - 3.01rem); }
  .row_f .col_lg_12 { width: calc(100% / 1 - 3.01rem); }
  .navigation .header_nav li:first-child a { padding: 0 .4rem 0 0; }
  .navigation .header_nav li:last-child a { padding: 0 0 0 .4rem; }
  .navigation .header_nav li a { padding: 0 .4rem; }
    .navigation .drDown.product .subMenu li a { padding: .7rem 2rem; }
}

@media only screen and (max-width: 1100px) { .section_aboutus.index { padding: 6rem 0; }
  .section_more_features .features_wrap { -webkit-box-pack: center; -webkit-justify-content: center; -ms-flex-pack: center; justify-content: center; }
  .section_more_features .features_wrap .features_item { width: calc(100% / 3); } }

@media only screen and (max-width: 992px) { .content img[style*="float"] { float: none !important; display: block; max-width: 100%; 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; max-width: 100%; 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; }
  body { padding-top: 7.825rem; }
  .header { height: 7.825rem; }
  .header .header_logo img, .header.fixed .header_logo img { width: 10rem; }
  .header .phones { display: none; }
  .header .navigation_btn { display: block; }
  .mobile_phone { display: block; }
  .navigation .header_nav li.active > a:after { left: auto; right: 0; border: none; }
  .header .navigation { visibility: hidden; opacity: 0; top: 6.3rem; height: 0; position: absolute; margin-top: 0; background-repeat: no-repeat; background-size: cover; background-position: center top; }
  .header .navigation::after { content: ''; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background-color: #1a93f3; z-index: -1; }
  .header .navigation.nav-opened { overflow: visible; visibility: visible; height: 100vh; opacity: 1; z-index: 100; }
  .header_nav { display: none; }
  .header_nav_wrap { margin: 0; }
  .header .navigation .header_nav { border: none; position: relative; display: block; left: 0; width: 100%; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; padding: 2rem 0 0; height: calc(100vh - 15rem); }
  .header .navigation .header_nav li { width: 100%; display: block; margin: 0; }
  .header .navigation .header_nav li .social { text-align: center; }
  .header .navigation .header_nav li .social a { display: inline-block; width: auto; vertical-align: middle; border: none; margin: 0 1rem; }
  .header .navigation .header_nav li.drDown > a:after { content: ''; position: relative; top: 0; left: auto; right: -1.3rem; display: inline-block; width: 0; height: 0; border-style: solid; border-width: 8px 0 8px 8px; border-color: transparent transparent transparent #ffffff; line-height: 0px; _border-color: #000000 #000000 #000000 #ffffff; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#ffffff'); z-index: 1; }
  .header .navigation .header_nav li.drDown.visibleSub > a:after { -webkit-transform: rotate(90deg); -ms-transform: rotate(90deg); transform: rotate(90deg); }
  .header .navigation .header_nav li.drDown.active > a:after { border-color: transparent transparent transparent #ffffff; _border-color: #000000 #000000 #000000 #1a93f3; _filter: progid:DXImageTransform.Microsoft.Chroma(color='$main'); }
  .header .navigation .header_nav li a { display: block; color: #ffffff; font-size: 2rem; padding: 0; text-align: center; font-weight: 400; text-transform: uppercase; height: 4.5rem; line-height: 4.5rem; max-width: 100%; margin: 0 auto; }
  .header .navigation .header_nav li.active > a { color: #1a93f3; font-weight: 700; }
  .header .navigation .header_nav li.drDown .subMenu { height: 0; background: transparent; -webkit-box-shadow: unset; box-shadow: unset; -webkit-transform: none; -ms-transform: none; transform: none; width: 100%; -webkit-transition: none; -o-transition: none; transition: none; }
    .header .navigation .header_nav li.drDown.list .subMenu{ left: 0; }
  .header .navigation .header_nav li.drDown.visibleSub .subMenu { width: 100%; height: auto; opacity: 1; position: relative; visibility: visible; top: 100%; padding: 0; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; margin: 1rem 0; }
  .header .navigation .header_nav li.drDown.visibleSub .subMenu li { border: none; }
  .header .navigation .header_nav li.drDown .subMenu li a { font-size: 1.6rem; height: auto; line-height: 1.2; border-bottom: none; padding: .8rem 0; margin: 0; }
  .navigation .navigation_dropBtn { display: block; }
    .navigation .drDown.product .subMenu li a { text-align: center; }
  .navigation .subMenu::after, .navigation .subMenu::before { display: none; }
  body.no-scroll .top_menu .social { display: block; }
  .header { padding: 1.5rem 0 1rem 6.5rem; }
  .header.fixed { padding: 1rem 0; }
  .header.fixed .top_menu { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }
  .header .top_menu .social, .header .top_menu .phones { display: none; z-index: 101; }
  .header .top_menu .social { position: fixed; bottom: 0; left: 50%; -webkit-transform: translateX(-50%); -ms-transform: translateX(-50%); transform: translateX(-50%); width: 100vw; text-align: center; padding-top: 1rem; padding-bottom: 3rem; margin-right: 0; background-color: #1a93f3; }
  .header .top_menu .social a .icon, .header .top_menu .social a img { -webkit-filter: brightness(0); filter: brightness(0); }
  .header .top_menu .search { position: absolute; top: 50%; -webkit-transform: translateY(-50%); -ms-transform: translateY(-50%); transform: translateY(-50%); }
  .header .top_menu .search a { font-size: 1.4rem; }
  .header .top_menu .search a .icon { display: block; font-size: 2.5rem; margin: -.5rem auto .5rem; }
  .header .navigation { width: calc(100% + 6.5rem); left: -6.5rem; }
  .header .navigation .header_nav.scrollable { overflow-y: scroll; padding-bottom: 7.5rem; }
  .header .navigation .header_nav li.active > a { color: #ffffff; }
  .header .subMenu { display: block; left: 0; width: 100%; padding: 0; }
  .header .subMenu li .subMenu_item { padding: 0; }
  .header .subMenu li .subMenu_item .img_wrap, .header .subMenu li .subMenu_item .button { display: none; }
  .header .navigation .header_nav li.drDown.visibleSub .subMenu li .subMenu_item a { padding: .8rem 0; }
  .header .navigation .header_nav li.drDown .subMenu li a { padding: 0; }
    .navigation .drDown.product .subMenu .subMenu_item { margin-bottom: 2rem;}
    .header .navigation li.drDown.product .subMenu li.title a { font-weight: 600; margin-bottom: .5rem; }
    .header .navigation li.drDown.product .subMenu li a { line-height: 2; }
    .navigation .header_nav li.drDown.list .subMenu li a{ padding: .7rem 2rem; }
  .header .header_col_1 { width: 50%; }
  .header .header_col_2 { width: 50%; }
  .top_menu { display: none; }
  .section_our_work .content p { margin-left: auto; margin-right: auto; max-width: 80%; }
  .section_features { padding: 3rem 0; }
  .section_features .features_wrap .features_item { margin-bottom: 3rem; }
  .section_features .features_wrap .features_item:last-of-type { margin-bottom: 0; }
  .section_features .features_wrap .features_item .img_wrap { padding-top: 8rem; margin: 0 auto 2rem; }
  .section_more_features .features_wrap .features_item { margin-bottom: 3rem; }
  .section_more_features .features_wrap .features_item:last-of-type { margin-bottom: 0; }
  .section_aboutus.index .content { text-align: center; }
  .section_aboutus { background-position: top right; background-size: 95%; }
  .section_aboutus .content { margin-right: 0; }
  .section_aboutus .img_wrap { padding-top: 50%; margin-top: 5rem; margin-right: -1.5rem; border-radius: 0 0 0 5rem; }
  .section_about { padding: 6rem 0; background-size: cover; }
  .section_about .content .button { margin-top: 0 !important; }
  .section_cta .cta_wrap { -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; }
  .section_cta .cta_wrap .text_wrap { text-align: center; }
  .section_cta .cta_wrap .text_wrap p { font-size: 3rem; }
  .section_reviews .slider_wrap { margin-top: 0; }
  .section_reviews .slider_wrap .slick-arrow { height: calc(100% - 2.5rem); }
  .section_members_cases .members_cases_item .title_wrap { margin-bottom: 0; }
  .section_testimonials .testimonials_wrap .testimonials_item { margin: 2rem 3rem 1rem; }
  .section_testimonials .testimonials_wrap .testimonials_item .text_wrap p { font-size: 1.6rem; }
  .section_testimonials .testimonials_wrap .testimonials_item .name_wrap p { font-size: 1.3rem; }
  .section_secondary_banner .banner_wrap { min-height: 20rem; }
  .section_secondary_banner .banner_wrap .text_wrap { margin: 1.4rem auto; }
  .section_step { padding: 3rem 0; }
  .section_step .steps_wrap { margin-top: 3rem; }
  .section_step .steps_wrap .text_wrap { margin-top: 3rem; }
  .section_category { padding-top: 0; }
  .section_materials main .content h4, .section_materials main .content h5 { margin-bottom: 0; }
  .hide_desctop { display: block !important; }
  .section_reviews .reviews_slider .slider_item { margin: 1rem 1.5rem 2.5rem; }
  .section_reviews .reviews_slider .slick-slide:nth-of-type(odd) .slider_item { top: 0; }
  .slider_wrap .our_work_slider { padding: 0 1rem; }
  .slider_wrap .our_work_slider .slider_item .img_wrap { padding-top: 24.5rem; }
  .slider_wrap .slick-arrow { width: 3.5rem; height: 24.5rem; }
  .slider_wrap .slick-arrow.slick-prev::after, .slider_wrap .slick-arrow.slick-next::after { width: 2rem; height: 2rem; }
  .slider_wrap .slick-arrow.slick-prev::after { left: calc(50% + .5rem); }
  .slider_wrap .slick-arrow.slick-next::after { left: calc(50% - .5rem); }
  .hide_tablet { display: none !important; }
  .contact_page form { margin-top: 4rem; padding: 0; border: none; }
  .contact_page aside .social a { width: 4rem; }
  .page aside, .page main { display: block; width: 100%; float: none; margin: 1rem 0; padding: 0; }
  .section_contact aside { text-align: center; }
  .section_contact aside address .address_block .location { margin: 0 auto; }
  .section_contact main { margin-top: 5rem; border-left: none; }
  .section_contact main h2 { margin-bottom: 0; }
  .contact_form .button { margin: 4rem 0 0; }

    .section_content.product_list .content table:after { content: none; }
    .content table { float: none !important; margin: 0 0 2.3rem !important; }
    .content table tr td h1,
    .content table tr td h2 { max-width: unset; }
    .content table tr td ul li { font-size: 1.8rem; white-space: normal; margin: 1rem 0; }

  .map iframe, .map #map { height: 30rem; }
  .row.tablet .col_3, .row.tablet .col_4 { width: calc(100% / 2 - 3rem); }
  .header .top_header { display: none; }
  footer { padding-bottom: 4rem; padding-top: 4rem; }
  footer .row_f .col_address { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  footer .row_f .col_mail { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  footer .row_f .col_list { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  footer .row_f .col_mobile { margin-bottom: 4.4rem; }
  footer .row .col_3 { margin-bottom: 2rem; }
  footer .footer_logo { margin: 0 0 3rem; }
  .row_f .col_md_1 { width: calc(100% / 12 - 3.01rem); }
  .row_f .col_md_2 { width: calc(100% / 6 - 3.01rem); }
  .row_f .col_md_3 { width: calc(100% / 4 - 3.01rem); }
  .row_f .col_md_4 { width: calc(100% / 3 - 3.01rem); }
  .row_f .col_md_5 { width: calc(100% / 2.4 - 3.01rem); }
  .row_f .col_md_6 { width: calc(100% / 2 - 3.01rem); }
  .row_f .col_md_7 { width: calc(100% / 1.714285714285714 - 3.01rem); }
  .row_f .col_md_8 { width: calc(100% / 1.5 - 3.01rem); }
  .row_f .col_md_9 { width: calc(100% / 1.3333333333 - 3.01rem); }
  .row_f .col_md_10 { width: calc(100% / 1.2 - 3.01rem); }
  .row_f .col_md_11 { width: calc(100% / 1.0909090909091 - 3.01rem); }
  .row_f .col_md_12 { width: calc(100% / 1 - 3.01rem); }
  .main_top .banner { height: 60rem; }
  .main_top .main_content .text p, .main_top .main_content .text h1, .main_top .main_content .text h2, .main_top .main_content .text h3 { font-size: 4rem; }
  .main_top .main_content .text .button { margin: 1rem 0 0; }
  .main_top .top_slider .slick-dots { bottom: 3rem; }
  .slick-dots li.slick-active { margin: 0 .5rem 0 .5rem; }
  .section_testimonials .testimonials_wrap .testimonials_item { width: calc(100% / 2 - 6rem); }
  .content h2, .content .h2 { font-size: 3.6rem; }
  h2, .h2 { font-size: 3.6rem; }
  .modal_gallery_wrap { padding: 0; }
  .modal_gallery_wrap .btn_wrap .slider_wrap .slick-arrow.slick-prev:after { left: 2.7rem; }
  .modal_gallery_wrap .btn_wrap .slider_wrap .slick-arrow.slick-next:after { right: .7rem; }
  .modal_gallery_wrap .gallery_slider_for { width: calc(100% + 4rem); margin: -2rem -2rem 0; }
  .modal_gallery_wrap .modal_gallery_bottom { width: calc(100% + 4rem); margin: 0 -2rem -2rem; }
  .button { padding: 0.795em 2em 0.695em; }
  .logos { padding: 4rem 0 1.4rem; }
  .logos .image { height: 8rem; }
  .input { margin: 1rem 0; font-size: 1.4rem; }
  .input::-webkit-input-placeholder { font-size: 1.4rem; }
  .input::-moz-placeholder { font-size: 1.4rem; }
  .input:-ms-input-placeholder { font-size: 1.4rem; }
  .input::-ms-input-placeholder { font-size: 1.4rem; }
  .input::placeholder { font-size: 1.4rem; }
  .contact_form textarea.input { min-height: 22.6rem; margin: 2.4rem 0 1rem; }
  .contact_form_block h2, .contact_form_block .h2 { margin: 1rem 0 1rem; }
  .footer_bottom { margin: -3rem 0 0; }
  .content blockquote { margin-top: 3rem !important; }
  .dialog.large { max-width: 60rem; } }

@media only screen and (max-width: 767px) { .header { padding: 1.5rem 0 1rem 3.5rem; }
  .header .navigation { width: calc(100% + 3.5rem); left: -3.5rem; }
  .section_reviews .slider_wrap .slick-arrow { width: 3.5rem; }
  .section_more_features .features_wrap .features_item { width: calc(100% / 2); }
  .section_reviews .content p { max-width: 30rem; margin-left: auto !important; margin-right: auto !important; }
  .section_reviews .content p:first-of-type { display: none; }
  .slider_wrap .our_work_slider .slider_item .img_wrap { padding-top: 20rem; }
  .slider_wrap .slick-arrow { height: 20rem; }
  .section_members_cases .members_cases_item .title_wrap p { font-size: 1.7rem; }
  .section_members_cases .members_cases_item .members_cases_item_inner .img_wrap { margin: 0 .5rem; }
  .section_secondary_banner .banner_wrap .text_wrap h1, .section_secondary_banner .banner_wrap .text_wrap h2, .section_secondary_banner .banner_wrap .text_wrap h3, .section_secondary_banner .banner_wrap .text_wrap h4, .section_secondary_banner .banner_wrap .text_wrap p, .section_secondary_banner .banner_wrap .text_wrap .h1, .section_secondary_banner .banner_wrap .text_wrap .h2, .section_secondary_banner .banner_wrap .text_wrap .h3, .section_secondary_banner .banner_wrap .text_wrap .h4, .section_secondary_banner .banner_wrap .text_wrap .p { font-size: 2.5rem; }
  .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap h1, .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap h2, .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap h3, .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap h4, .section_secondary_banner .banner_wrap .text_wrap .subtitle_wrap p { font-size: 1.4rem; text-transform: none; }
  .section_gallery .gallery_wrap .gallery_tabs .tabs_wrap a { display: block; font-size: 1.6rem; }
  footer .button { margin: 1rem 0; }
  .footer_bottom .row .col_4, .footer_bottom .row .col_8 { width: calc(100% - 3rem); text-align: center; }
  .footer_bottom .row .col_4 p, .footer_bottom .row .col_4 a, .footer_bottom .row .col_8 p, .footer_bottom .row .col_8 a { text-align: center; }
  .footer_bottom .mobile_p p { margin: 0 0 1.5rem; }
  .hide_mobile { display: none !important; }
  .row.tablet .col_3, .row.tablet .col_4 { width: calc(100% - 3rem); }
  .inner_banner:after { padding-top: 25%; }
  .dialog .icon_close { right: 0; }
    .section_gallery.product_list, .section_category.product_list, .section_aboutus.index, .section_more_features, .section_about, section { padding: 3rem 0; }
  .pagination { text-align: center; }
  .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(100% / 12 - 3.01rem); }
  .row_f .col_sm_2 { width: calc(100% / 6 - 3.01rem); }
  .row_f .col_sm_3 { width: calc(100% / 4 - 3.01rem); }
  .row_f .col_sm_4 { width: calc(100% / 3 - 3.01rem); }
  .row_f .col_sm_5 { width: calc(100% / 2.4 - 3.01rem); }
  .row_f .col_sm_6 { width: calc(100% / 2 - 3.01rem); }
  .row_f .col_sm_7 { width: calc(100% / 1.714285714285714 - 3.01rem); }
  .row_f .col_sm_8 { width: calc(100% / 1.5 - 3.01rem); }
  .row_f .col_sm_9 { width: calc(100% / 1.3333333333 - 3.01rem); }
  .row_f .col_sm_10 { width: calc(100% / 1.2 - 3.01rem); }
  .row_f .col_sm_11 { width: calc(100% / 1.0909090909091 - 3.01rem); }
  .row_f .col_sm_12 { width: calc(100% / 1 - 3.01rem); }
  .main_top .main_content .text p, .main_top .main_content .text h1, .main_top .main_content .text h2, .main_top .main_content .text h3 { font-size: 3.6rem; }
  .content h2, .content .h2 { font-size: 3rem; }
  h2, .h2 { font-size: 3rem; }
  .button { min-width: 10em; }
  .content p { margin: 0 0 1.5rem; }
  .dialog.large { max-width: 45rem; }
  .modal_gallery_wrap .content_wrap { padding: 0 3rem; }
  .modal_gallery_wrap .modal_gallery_bottom .modal_gallery_bottom_item { margin: 0; }

    .modal_ajax .modal_title{
        font-size: 2.3rem;
    }
    .modal_ajax .contact_form textarea.input{
        min-height: 9rem;
    }
}

@media only screen and (max-width: 640px) { .row_f .col_xs_1 { width: calc(100% / 12 - 3.01rem); }
  .row_f .col_xs_2 { width: calc(100% / 6 - 3.01rem); }
  .row_f .col_xs_3 { width: calc(100% / 4 - 3.01rem); }
  .row_f .col_xs_4 { width: calc(100% / 3 - 3.01rem); }
  .row_f .col_xs_5 { width: calc(100% / 2.4 - 3.01rem); }
  .row_f .col_xs_6 { width: calc(100% / 2 - 3.01rem); }
  .row_f .col_xs_7 { width: calc(100% / 1.714285714285714 - 3.01rem); }
  .row_f .col_xs_8 { width: calc(100% / 1.5 - 3.01rem); }
  .row_f .col_xs_9 { width: calc(100% / 1.3333333333 - 3.01rem); }
  .row_f .col_xs_10 { width: calc(100% / 1.2 - 3.01rem); }
  .row_f .col_xs_11 { width: calc(100% / 1.0909090909091 - 3.01rem); }
  .row_f .col_xs_12 { width: calc(100% / 1 - 3.01rem); }
  .header { padding: 1.5rem 0 1rem 2rem; }
  .header .navigation { width: calc(100% + 2rem); left: -2rem; }
  .main_top .banner { background-position: top right; background-size: 130%, 0, cover; }
  .main_top .main_content { top: unset; bottom: 0; }
  .main_top .main_content .text { max-width: unset; width: 100%; text-align: center; }
  .main_top .main_content .text p, .main_top .main_content .text h1, .main_top .main_content .text h2, .main_top .main_content .text h3 { text-align: center; }
  .section_testimonials .testimonials_wrap .testimonials_item { width: 100%; }
  .section_step { padding-bottom: 1rem; }
  .section_category { padding-top: 1rem; }
  .section_category .category_wrap .category_item { margin-bottom: 4rem; }
  .section_category .category_wrap .category_item:last-of-type { margin-bottom: 0; }
  .section_category .category_wrap .category_item .img_wrap { margin-bottom: 2.5rem; }
  .contact_form .btn_wrap .tr { text-align: center; } }

@media only screen and (max-width: 550px) { .section_aboutus .img_wrap { padding-top: 100%; }
  .section_reviews .slider_wrap .reviews_slider { padding: 0 2rem; }
  .section_reviews .slider_wrap .reviews_slider .slider_item .rate_wrap .stars .star { margin: 0 -.3rem; }
  .section_reviews .slider_wrap .reviews_slider .slider_item .text_wrap p { font-size: 1.4rem; }
  .section_reviews .slider_wrap .slick-arrow { width: 2.5rem; }
  .contact_form_block { text-align: center; }
  .contact_form_block .button_cta_mobile { display: inline-block; margin: 1.5rem 0 0; }
  .row_f .col_mobile { width: -webkit-calc(100% / 1 - 3.01rem); margin-bottom: 3.5rem; }
  .row_f .col_mobile:last-child { margin-bottom: 0; }
  footer .desctop_block { display: none; }
  footer .mobile_block { display: block; }
  footer .footer_title { text-align: center; margin: 0 auto 1.8rem; }
  footer .social { text-align: center; }
  footer address p, footer address a { max-width: 21.5rem; width: -webkit-fit-content; width: -moz-fit-content; width: fit-content; margin: .5rem auto 1.2rem; }
  footer address p.phone, footer address a.phone { font-size: 2.6rem; padding-left: 3rem; }
  footer address p.phone .icon, footer address a.phone .icon { margin-top: .2rem; }
  footer ul li a { margin: .5rem auto; }
  footer .row_f .col_address { -webkit-box-ordinal-group: 2; -webkit-order: 1; -ms-flex-order: 1; order: 1; }
  footer .row_f .col_mail { -webkit-box-ordinal-group: 4; -webkit-order: 3; -ms-flex-order: 3; order: 3; }
  footer .row_f .col_list { -webkit-box-ordinal-group: 3; -webkit-order: 2; -ms-flex-order: 2; order: 2; }
  footer .row_f .col_mobile { margin-bottom: 0; }
  footer .row_f .col_mobile:first-of-type { margin-bottom: 4.4rem; }
  footer .footer_bottom { margin: 3rem 0 0; }
  footer .footer_title { font-size: 2.8rem; }
  footer address { margin-bottom: 3rem; }
  footer .footer_logo { margin: 0 0 0; }
  footer .footer_logo img { width: 5.5rem; }
  footer .footer_logo p { font-size: 3rem; width: calc(100% - 7.1rem); }
  footer ul { margin-bottom: 3rem; }
    .section_materials.page .content table { display: block; }
    .section_materials.page .content table tr td { display: block; width: 100%; }
    .section_materials.page .content table tr td ul li { font-size: 1.8rem; }
    .section_materials.page .content table tr td:first-of-type ul { border-left: 0; padding-left: 0; }
  .dialog.large { max-width: 35rem; }
  .modal_gallery_wrap .content_wrap { padding: 0 1rem; } }

@media only screen and (max-width: 450px) { .header { padding: 1.5rem 0 1rem 1rem; }
  .header .navigation { width: calc(100% + 1rem); left: -1rem; }
  .section_cta .cta_wrap .text_wrap p { font-size: 2.7rem; }
  .section_more_features .features_wrap { margin-top: 2.5rem; }
  .section_more_features .features_wrap .features_item { width: 100%; }
  .main_top .banner { height: 56rem; }
  .main_top .main_content .text p, .main_top .main_content .text h1, .main_top .main_content .text h2, .main_top .main_content .text h3 { font-size: 3.2rem; }
  .logos { padding: 3rem 0 1rem; }
  .logos h4 { margin: 0 0 1rem; }
  .contact_form .button { margin: 0; }
  .row_f .col_xxs_1 { width: calc(100% / 12 - 3.01rem); }
  .row_f .col_xxs_2 { width: calc(100% / 6 - 3.01rem); }
  .row_f .col_xxs_3 { width: calc(100% / 4 - 3.01rem); }
  .row_f .col_xxs_4 { width: calc(100% / 3 - 3.01rem); }
  .row_f .col_xxs_5 { width: calc(100% / 2.4 - 3.01rem); }
  .row_f .col_xxs_6 { width: calc(100% / 2 - 3.01rem); }
  .row_f .col_xxs_7 { width: calc(100% / 1.714285714285714 - 3.01rem); }
  .row_f .col_xxs_8 { width: calc(100% / 1.5 - 3.01rem); }
  .row_f .col_xxs_9 { width: calc(100% / 1.3333333333 - 3.01rem); }
  .row_f .col_xxs_10 { width: calc(100% / 1.2 - 3.01rem); }
  .row_f .col_xxs_11 { width: calc(100% / 1.0909090909091 - 3.01rem); }
  .row_f .col_xxs_12 { width: calc(100% / 1 - 3.01rem); }
  .dialog.large { max-width: 25rem; } }

@media only screen and (max-width: 370px) { body { padding-top: 7.325rem; }
  .header { padding: 1rem 0; }
  .header .top_menu .search { top: calc(50% + .5rem); }
  .header .navigation { width: 100%; left: 0; }
  .navigation_btn { top: calc(50% - .8rem); }
  .slider_wrap .our_work_slider .slider_item .img_wrap { padding-top: 23rem; }
  .slider_wrap .slick-arrow { height: 23rem; }
  .modal_gallery_wrap .btn_wrap .slider_wrap .slick-arrow { width: 3rem; }
  .modal_gallery_wrap .btn_wrap .slider_wrap .slick-arrow.slick-prev:after { left: 2.1rem; }
  .modal_gallery_wrap .btn_wrap .slider_wrap .slick-arrow.slick-next:after { right: 0.2rem; }
}

@media (orientation: landscape) and (max-height: 450px) { .mobile_phone { display: none; }
  footer { padding-bottom: 0; }
  .header .navigation .header_nav { overflow-y: scroll; } }

