@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Montserrat:400,500,600,700,800,900");
@import url("https://fonts.googleapis.com/css?family=Libre+Baskerville:400,400i,700");
.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: #e10000; } }
@keyframes stretch { 0% { color: #006b25; } 100% { color: #e10000; } }
@-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: 600 1.5rem/1.5 "Montserrat", 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; 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: 45rem; margin: 0 auto; padding: 3rem 4.3rem 3.8rem; background-color: #ffffff; border: none; display: none; z-index: 1503; position: relative; }
.dialog.large { max-width: 85rem; }
.dialog.Xlarge { max-width: 65vw; }
.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 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: -webkit-calc(100% + 4rem); width: calc(100% + 4rem); }
.modal_title {font-size: 3.5rem;}

.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 #e10000; 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: #e10000; border: 0.1rem solid #e10000; color: #ffffff; border-radius: 0.4rem; }
@-webkit-keyframes wrap { 0% { background-color: transparent; -webkit-transform: scale(0); transform: scale(0); } 100% { background-color: #e10000; -webkit-transform: scale(1); transform: scale(1); } }
@keyframes wrap { 0% { background-color: transparent; -webkit-transform: scale(0); transform: scale(0); } 100% { background-color: #e10000; -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 h2{ text-align: center; font-size: 2.4rem; margin-top: 0; margin-bottom: 1rem;}
.modal_ajax form label span { color: #000000; }



.modal_ajax form textarea.input {min-height: 7.4rem; margin-top: 0;}
.modal_ajax form .button { display: block; width: 100%; }
.modal_ajax .row .col_6 {width: -webkit-calc(100% / 1 - 3.01rem);width: calc(100% / 1 - 3.01rem); }

.modal_ajax .contact_form p { font: 400 3.2rem/1.2 "Montserrat", sans-serif; color: #ffffff; margin: 0 0 2.4rem; text-align: center; text-transform: uppercase; }
.modal_ajax .contact_form p span { color: #000000; }
.modal_video { padding: 0; border: none; background: transparent; }
.video_frame { width: 100%; height: 40rem; }


#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: "Montserrat", sans-serif; }
#toast.error { background-color: rgba(237, 28, 36, 0.8); }
#toast.success { background-color: rgba(28, 32, 126, 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: "Montserrat", sans-serif, sans-serif; font-size: 1.6rem; -webkit-tap-highlight-color: rgba(255, 255, 255, 0); -webkit-tap-highlight-color: transparent; margin: 0; }
[disabled], .disabled { opacity: .5; cursor: not-allowed; pointer-events: none; }
.clearfix::before, .row::before, .clearfix::after, .row::after { content: " "; display: table; }
.clearfix::after, .row::after { clear: both; }
.clearfix, .row { *zoom: 1; }
a { text-decoration: none; color: inherit; }
.table { display: table; }
.tableb { display: table; border-collapse: collapse; border-spacing: 0; }
.trow { display: table-row; }
.tcell { display: table-cell; vertical-align: middle; }
.tc { text-align: center; }
.tl { text-align: left; }
.tr { text-align: right; }
.fl { float: left; }
.fr { float: right; }
hr { border-top: 1px solid #dbdbdb; border-bottom: 0; border-right: 0; border-left: 0; clear: both; margin: 2.4rem 0; }
hr.hr { border-top: 1px solid #dbdbdb; border-bottom: 0; border-right: 0; border-left: 0; clear: initial; margin: 2rem 0; }
hr.dotted { border-style: dotted; }
hr.dashed { border-style: dashed; }

.slick-prev { background: none; border: none; font-size: 0; }
.slick-next { background: none; border: none; font-size: 0; }
.slick-prev:after { display: block; position: absolute; color: #ffffff; left: 0; content: ''; width: 1.2rem; height: 1.2rem; top: 0; vertical-align: middle; border: 0 solid; border-width: 0 2px 2px 0; -webkit-transform: rotate(135deg); -ms-transform: rotate(135deg); transform: rotate(135deg); }
.slick-next:after { display: block; position: absolute; color: #ffffff; left: 0; content: ''; width: 1.2rem; height: 1.2rem; top: 0; vertical-align: middle; border: 0 solid; border-width: 0 2px 2px 0; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); }

.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: -webkit-calc(100% / 12 - 3.01rem); width: calc(100% / 12 - 3.01rem); }
.row .col_2 { width: -webkit-calc(100% / 6 - 3.01rem); width: calc(100% / 6 - 3.01rem); }
.row .col_3 { width: -webkit-calc(100% / 4 - 3.01rem); width: calc(100% / 4 - 3.01rem); }
.row .col_4 { width: -webkit-calc(100% / 3 - 3.01rem); width: calc(100% / 3 - 3.01rem); }
.row .col_5 { width: -webkit-calc(100% / 2.4 - 3.01rem); width: calc(100% / 2.4 - 3.01rem); }
.row .col_6 { width: -webkit-calc(100% / 2 - 3.01rem); width: calc(100% / 2 - 3.01rem); }
.row .col_7 { width: -webkit-calc(100% / 1.714285714285714 - 3.01rem); width: calc(100% / 1.714285714285714 - 3.01rem); }
.row .col_8 { width: -webkit-calc(100% / 1.5 - 3rem); width: calc(100% / 1.5 - 3.01rem); }
.row .col_9 { width: -webkit-calc(100% / 1.3333333333 - 3.01rem); width: calc(100% / 1.3333333333 - 3.01rem); }
.row .col_10 { width: -webkit-calc(100% / 1.2 - 3.01rem); width: calc(100% / 1.2 - 3.01rem); }
.row .col_11 { width: -webkit-calc(100% / 1.0909090909091 - 3.01rem); width: calc(100% / 1.0909090909091 - 3.01rem); }
.row .col_12 { width: -webkit-calc(100% / 1 - 3.01rem); 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: 120rem; 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 { font-weight: 500;color: #000000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
::-moz-placeholder { font-weight: 500;color: #000000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
:-ms-input-placeholder {font-weight: 500; color: #000000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
::-ms-input-placeholder {font-weight: 500; color: #000000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
::placeholder {font-weight: 500; color: #000000; -webkit-transition: all .3s; -o-transition: all .3s; transition: all .3s; }
.input::-webkit-input-placeholder { font-weight: 500;font-family: "Montserrat", sans-serif; font-size: 1.5rem; font-weight: 400; color: #000000; text-overflow: ellipsis; }
.input::-moz-placeholder {font-weight: 500; color: #000000; text-overflow: ellipsis; }
.input:-ms-input-placeholder {font-weight: 500; color: #000000; text-overflow: ellipsis; }
.input::-ms-input-placeholder { font-weight: 500;color: #000000; text-overflow: ellipsis; }
.input::placeholder {font-weight: 500; color: #000000; -o-text-overflow: ellipsis; text-overflow: ellipsis; }
.input::-moz-placeholder { font-family: "Montserrat", sans-serif; font-size: 1.4rem; font-weight: 500; color: #000000; text-overflow: ellipsis; opacity: 1; }
.input:-moz-placeholder { font-family: "Montserrat", sans-serif; font-size: 1.4rem; font-weight: 500; color: #000000; text-overflow: ellipsis; opacity: 1; }
input:-moz-placeholder { font-family: "Montserrat", sans-serif; font-size: 1.4rem; font-weight: 500; color: #000000; opacity: 1; text-overflow: ellipsis; }
.input:-ms-input-placeholder { font-size: 1.5rem; font-weight: 400; color: #000000; opacity: 1; text-overflow: ellipsis; }
.input { display: block; width: 100%; max-width: 100%; height: 4rem; padding:0 1rem; font-size: 1.4rem; font-weight: 500; border: 1px solid #cecece; background-color: #ffffff; color: #000000; border-radius: 0.5rem; margin: 1rem 0; -webkit-transition: -webkit-box-shadow 0.2s ease-in; transition: -webkit-box-shadow 0.2s ease-in; -o-transition: box-shadow 0.2s ease-in; transition: box-shadow 0.2s ease-in; transition: box-shadow 0.2s ease-in, -webkit-box-shadow 0.2s ease-in; }
.input:focus, .input:active { outline-style: none; }
span + .input { margin: .5rem 0 1.3rem; }
textarea.input { min-height: 19.2rem; padding-top: .5rem; 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; }
.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: 4rem 0; }

.button { display: inline-block; color: #ffffff; font: 700 2rem/5.4rem "Montserrat", sans-serif; background-color: #e10000; border-radius: 0.4rem; padding: 0 3rem; height: 5.5rem; white-space: nowrap; border: 0.1rem solid #e10000; text-align: center; text-decoration: none; cursor: pointer; text-transform: uppercase; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; position: relative; }
.button.small { font-size: 1.4rem; height: 4rem; line-height: 4rem; padding: 0 2rem;}
.button.large { font-size: 2rem; height: 5rem; line-height: 5.4rem; }
.btn_wide {padding: 0 8.8rem;}
.button.light { background: #ffffff; color: #e10000; border: 0.1rem solid #ffffff; }
.button.light_2 { background: #ffffff; color: #000000; border: 0.1rem solid #ffffff; }
.button.black { background: #242424; color: #ffffff; border: 0.1rem solid #242424; }
.button span { position: relative; z-index: 3; }
.btn_mobile { display: none; }
.aside_form_wrapper { margin: 0 0 2rem; }

.pagination { padding: 1rem 0; -webkit-touch-callout: none; -webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; user-select: none; }
.pagination li { display: inline-block !important; padding: 0 !important; margin: .4rem .3rem; list-style: none; }
.pagination li span { color: #000000; font-size: 1.4rem; }
.pagination li:before { display: none !important; }
.pagination li:after { display: none !important; }
.pagination li a { display: block; min-width: 3rem; height: 3rem; padding: 0 .5rem; font-size: 1.6rem; line-height: 3rem; font-weight: 700; background: #00aeab; color: #ffffff; text-align: center; }
.pagination li a:hover { background-color: #e10000; color: #fff !important; }
.pagination li.active a { background-color: #e10000; color: #fff; pointer-events: none; }

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

.social { line-height: 0; font-size: 2.9rem; }
.social a { display: inline-block; line-height: 0; }
.social a .icon { -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; }
.social a:hover .icon { padding: .2rem; }

.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 { width: 100%; display: none; padding: 0 2rem; font: 900 2.4rem/5.4rem "Montserrat", sans-serif; color: #fff; background-color: #e10000; 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; }
.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 #f5f5f5; 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: #e10000; border: 1px solid #e10000; }
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 #f5f5f5; 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: #e10000; border: 0.3rem solid #ffffff; top: 0.2rem; left: 0.2rem; }
input[type='radio']:checked + label:before { background-color: #e10000; border: 1px solid #e10000; }

.slick-dots { position: absolute; left: 50%; bottom: 2rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); z-index: 30; }
.slick-dots li { display: block; width: 1.5rem; height: 1.5rem; margin: 0 0.5rem; background: transparent; border: 0.1rem solid #ffffff; border-radius: 50%; }
.slick-dots li.slick-active { background: #ffffff; }
.slick-dots li button { background: transparent; border: none; font-size: 0; }

h1, .h1 { font: 700 5rem/1 "Libre Baskerville", serif; color: #e10000; position: relative; margin: 1rem 0 2rem; }
.title { font: 700 5rem/1 "Libre Baskerville", serif; color: #e10000; position: relative; margin: 1rem 0 2rem; }
h2, .h2 { font: 700 4.5rem/1 "Libre Baskerville", serif; color: #e10000; position: relative; margin: 1rem 0 2rem; }
.sub_title { font: 400 2.4rem/1.1 "Libre Baskerville", serif; color: #e10000; position: relative; margin: 1rem 0 2rem; }
h3 { font: 400 2.5rem/1.1 "Libre Baskerville", serif; color: #e10000; }

.line_heading.line_heading_dark .title::before, .line_heading.line_heading_dark .title::after, .line_heading.line_heading_dark h1::before, .line_heading.line_heading_dark h1::after, .line_heading.line_heading_dark .h1::before, .line_heading.line_heading_dark .h1::after, .line_heading.line_heading_dark h2::before, .line_heading.line_heading_dark h2::after, .line_heading.line_heading_dark .h2::before, .line_heading.line_heading_dark .h2::after { background: #ffffff; }
.line_heading .title, .line_heading h1, .line_heading .h1, .line_heading h2, .line_heading .h2 { position: relative; display: inline-block; padding: .4rem 0; }
.line_heading .title::before, .line_heading .title::after, .line_heading h1::before, .line_heading h1::after, .line_heading .h1::before, .line_heading .h1::after, .line_heading h2::before, .line_heading h2::after, .line_heading .h2::before, .line_heading .h2::after { content: ''; position: absolute; left: 0; display: block; width: 100%; height: .4rem; background: #000000; }
.line_heading .title::before, .line_heading h1::before, .line_heading .h1::before, .line_heading h2::before, .line_heading .h2::before { top: -.4rem; }
.line_heading .title::after, .line_heading h1::after, .line_heading .h1::after, .line_heading h2::after, .line_heading .h2::after { bottom: -.8rem; }

.content .title, .content h1, .content .h1 { font: 700 5rem/1 "Libre Baskerville", serif; color: #e10000; position: relative; margin: 1rem 0 3.8rem; }
.content h2, .content .h2 { font: 700 4.5rem/1 "Libre Baskerville", serif; color: #e10000; position: relative; margin: 1rem 0 3.8rem; padding: .4rem 0; }
.content h3 { font-family: "Libre Baskerville", serif; font-size: 3rem; color: #e10000; font-weight: 700; padding: .4rem 0; }
.content h4 { font-family: "Libre Baskerville", serif; margin-top: 1rem; margin-bottom: 0; font-size: 2.4rem; color: #e10000; font-weight: 700; padding: .4rem 0; }
.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; }
.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 { margin: 0 0 2.9rem; }
.content a:not(.button) { display: inline-block; color: #e10000; font-weight: 600; }
.content ul { margin-bottom: 2rem; }
.content ul li { position: relative; display: table; padding: 0 0 0 2.2rem; font: 600 1.5rem/1.5 "Montserrat", sans-serif; color: #000000; margin: .5rem 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: #e10000; 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; margin-bottom: 3rem; }
.content blockquote p { margin: 0; }
.content blockquote:after { content: ''; display: block; width: 1rem; top: 0; left: 0; height: 94%; position: absolute; background: #e10000; }
.content iframe { width: 100%; height: 35rem; }

p { font: 600 1.5rem/1.5 "Montserrat", 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: 41.5rem; width: 100%; max-width: 100%; }
.img { display: block; width: 100%; max-width: 100%; position: relative; background-size: cover !important; background-position: center !important; }
.page main { float: right; width: 70%; }
.page aside { width: 25%; float: left; }
.page.right_sidebar main { float: left; width: 70%; }
.page.right_sidebar aside { width: 25%; float: right; }

.page_404  {padding-top: 10rem;}
.page_404 .header {background: #000000; padding: 1.5rem 0;}

.header { position: absolute; width: 100%; padding: 2.5rem 0 0; top: 0; left: 0; z-index: 999; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; }
.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: 35%; }
.header .header_col_2 { float: left; width: 65%; text-align: right; }
.header .header_contacts { text-align: right; }
.header .header_contacts a { font-family: "Libre Baskerville", serif; margin: 0 .5rem; display: inline-block; vertical-align: middle; font-size: 2rem; color: #ffffff; -webkit-transition: 0.3s linear; -o-transition: 0.3s linear; -moz-transition: 0.3s linear; transition: 0.3s linear; }
.header .header_contacts a svg { color: #e10000; position: relative; top: -.2rem; width: 2rem; height: 2rem; }
.header .header_contacts a span{font-size: 70%;}
.header.fixed {position: fixed; -webkit-transition: 0.2s; -o-transition: 0.2s; transition: 0.2s; background: #000000; padding: 1.5rem 0; -webkit-animation: slide-down 0.7s; animation: slide-down 0.7s; }
.header.fixed .header_logo img { width: 30rem; }
.header .header_logo { display: block; position: relative; }
.header .header_logo img { width: 41.8rem; }

.main_top { position: relative; padding: 0; z-index: 2; }
.main_top .banner { background-position: center top !important; background-size: cover !important; width: 100%; max-width: 100%; height: 71.5rem; -webkit-filter: grayscale(1); filter: grayscale(1); position: relative; z-index: 2; }
.main_top .banner::after { content: ""; position: absolute; top: 0; left: 0; display: block; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.7); z-index: 1; }
.main_top .main_content { position: absolute; top: 54.7%; 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 { font-family: "Libre Baskerville", serif; font-size: 5rem; font-weight: 700; line-height: 1.2; color: #ffffff; display: block; position: relative; text-transform: capitalize; max-width: 60%; }
.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-family: "Libre Baskerville", serif; font-size: 5rem; line-height: 1.2; font-weight: 700; color: #ffffff; margin: 0; display: block; text-transform: capitalize; }
.main_top .main_content .text p span, .main_top .main_content .text p strong, .main_top .main_content .text h1 span, .main_top .main_content .text h1 strong, .main_top .main_content .text h2 span, .main_top .main_content .text h2 strong, .main_top .main_content .text h3 span, .main_top .main_content .text h3 strong { font-family: "Libre Baskerville", serif; font-weight: 700; color: #e10000; text-transform: initial; }
.main_top .main_content .text span, .main_top .main_content .text strong { font-family: "Libre Baskerville", serif; font-weight: 700; text-transform: initial; }
.main_top .main_content .button { margin: 9.4rem 0 0; }
.main_top .top_slider.hidden_slider { opacity: 0; overflow: hidden; max-height: 71.5rem; }
.main_top .btn_down { position: absolute; bottom: -5.5rem; left: 50%; -webkit-transform: translate(-50%, 0); -ms-transform: translate(-50%, 0); transform: translate(-50%, 0); }
.main_top .btn_down img {width: 11rem; height: 11rem; }

.about { background: #ebebeb; position: relative; padding: 6.9rem 0 6rem;}
.about .about_img { position: absolute; top: 0; right: 0; bottom: 0; width: 50%; background-size: cover !important; background-position: center !important; }
.about .about_content { float: left; width: 50%; padding-right: 3.5rem; }

.products { text-align: center; background: #000000; padding: 4.2rem 0 4.5rem;}
.products .wrapper { max-width: 137rem; }
.products .wrapper_gallery { max-width: 100%; }
.products p, .products ul li, .products ol li { color: white; }
.products .content ul li { padding-left: 0; }
.products .content ul li::before { display: none; }
.products ul { -webkit-columns: 2; -moz-columns: 2; columns: 2; text-align: left; margin: 0 0 3rem !important; margin: 0 auto 2.8rem 14rem !important;max-width: 81%;}
.products ul li { display: inline-block; width: 100%; }

.products ul li.has_sub span { display: block; padding-left: 3rem; color: #b1b1b1; margin-top: .5rem; font-weight: 400;}


.gallery_slider {width: calc(100% - 8rem); margin: 4.3rem auto 0;}
.gallery_slider .gallery_item .img_wrap { display: block; padding-top: 78.3%; overflow: hidden; position: relative; margin: 0 .5rem; }
.gallery_slider .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% !important; -o-object-fit: cover; object-fit: cover; }
.gallery_slider.hidden_slider { opacity: 0; overflow: hidden; max-height: 360rem; }

.gallery_slider .slick-prev, .gallery_slider .slick-next {width: 4rem; height: 100%; display: block; position: absolute; top: 0; z-index: 5; background: #FFF; }

.gallery_slider .slick-prev:after {background-image: url('../img/arr_prev.png'); }
.gallery_slider .slick-next:after {background-image: url('../img/arr_next.png'); }
.gallery_slider .slick-prev:after, .gallery_slider .slick-next:after {background-repeat: no-repeat; -webkit-background-size: cover; -o-background-size: cover; background-size: cover; background-position: center; display: block; position: absolute; border: none; border-width: unset; transform: translate(0, -50%); width: 2.5rem; height: 3.2rem; left: .8rem; top: 50%; -webkit-filter: brightness(0);filter: brightness(0);}
.gallery_slider .slick-prev { left: -4rem; }
.gallery_slider .slick-next { right: -4rem; }

.mobile_phone { position: fixed; left: 0; width: 50%; bottom: 0; display: none; padding: .5rem 0 0; font: 700 3rem "Montserrat", sans-serif; background-color: #e10000; color: #ffffff !important; text-align: center; -webkit-touch-callout: none; -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; color: #FFF;}
.position_right{right: 0 !important; left: 50%; background-color:#000;}
.call_to_action { background: #e10000; text-align: center; padding: 3.1rem 0 4rem;}
.call_to_action .h1, .call_to_action h1{ font-family: "Libre Baskerville", serif; display: block; font-size: 5rem; color: #ffffff; margin: 1rem auto 2.3rem; font-weight: 400; }
.call_to_action .h2, .call_to_action h2 { font-family: "Libre Baskerville", serif; display: block; font-size: 3.5rem; color: #ffffff; margin: 1rem auto; font-weight: 400; }

.call_to_action .button {color: #000000; border-color:#ffffff; background: #ffffff;} 

footer { z-index: 3; position: relative; padding: 4.8rem 0 0; background: #ebebeb; }
footer .footer_title {font-family: "Libre Baskerville", serif; font-size: 2.4rem; font-weight: 800; color: #e10000; padding: 0; margin: 0 0 1.6rem; text-transform: capitalize; }
footer address { margin-bottom: 2rem; }
footer address a { position: relative; padding-left: 2.5rem; font-size: 2.1rem; font-weight: 700;}
footer address p svg, footer address a svg { position: absolute; color: #e10000; left: 0; top: 0.7rem; }
footer address p svg.mail, footer address a svg.mail { width: 1.4rem; height: 1.4rem; top: .2rem; }
footer .button {margin: 1.5rem 0 2.7rem; }
footer .address {max-width: 18rem;}
footer a { display: block; font: 500 1.5rem/1.4 "Montserrat", sans-serif; margin: 0.5rem 0;  -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
footer a b { font-weight: 800; }
footer p { display: block; font: 500 1.5rem/1.4 "Montserrat", sans-serif; margin: 0.5rem 0; }
footer p b { font-weight: 800; }
footer ul {text-align: justify;  }
footer ul li {font: 500 1.5rem/1.4 "Montserrat", sans-serif; display: -webkit-box; display: -webkit-flex; display: -moz-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -webkit-justify-content: space-between; -moz-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;margin: .9rem 0;}
footer form { position: relative; }
footer form .button { width: 100%; margin:0; }
footer form .button svg { color: #000000; position: relative; top: -.2rem; }
/*footer form .input { background: transparent; border: 0.1rem solid #ffffff; color: #ffffff; padding: .7rem 1rem 0; border-radius: 0; }
footer form .input::-webkit-input-placeholder { color: #ffffff; }
footer form .input::-moz-placeholder { color: #ffffff; }
footer form .input:-ms-input-placeholder { color: #ffffff; }
footer form .input::-ms-input-placeholder { color: #ffffff; }
footer form .input::placeholder { color: #ffffff; }*/
footer ul { margin-bottom: 3rem; padding-right: 3.5rem; }
footer ul li a { position: relative; padding-left: 1rem; margin: 1.5rem 0; }
footer ul li a:after { content: ''; display: block; position: absolute; top: 0.5rem; left: 0; width: 0; height: 0; border-top: .4rem solid transparent; border-left: 0.6rem solid #000000; border-bottom: .4rem solid transparent; }
footer .row.footer_row {margin-bottom: 4.2rem;}
footer .top_row {margin-top: -5.3rem !important;}
footer .modal_title {display: none;}



.footer_bottom { padding: 2rem 0 1.8rem; position: relative; z-index: 3; border-top: .1rem solid #e96767; }
.footer_bottom p, .footer_bottom a { font: 500 1.5rem/1.4 "Montserrat", sans-serif; display: inline-block; margin: 0; }
.footer_bottom p a, .footer_bottom a a { display: inline-block; font: 500 1.5rem/1.4 "Montserrat", sans-serif; }
.footer_bottom br {display: none;}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
	.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; padding: 0 5px; }
  .row .col_12 { width: 100%; }
  .row .col_11 { width: 91.66666667%; }
  .row .col_10 { width: 83.33333333%; }
  .row .col_9 { width: 75%; }
  .row .col_8 { width: 66.66666667%; }
  .row .col_7 { width: 58.33333333%; }
  .row .col_6 { width: 50%; }
  .row .col_5 { width: 41.66666667%; }
  .row .col_4 { width: 33.33333333%; }
  .row .col_3 { width: 25%; }
  .row .col_2 { width: 16.66666667%; }
  .row .col_1 { width: 8.33333333%; } 
}

@media (min-width: 992px) { 
	.mobile_phones { display: none; }
	footer .footer_bottom a:hover { color: #e10000; }
	footer a:hover { color: #e10000; -webkit-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
	.button:hover {border-color: #000000; background: #000000; color: #ffffff; }
	.button.light:hover { background: #e10000; color: #ffffff; border-color: #e10000; }
	.button.light_2:hover { background: #000000; color: #ffffff; border-color: #ffffff; }
	.button.black:hover { background: #ffffff; color: #242424; border-color: #ffffff; }
	.modal_success .button:hover { background: #000000; border: 0.1rem solid #000000; color: #ffffff; }
	.header .header_contacts a:hover { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #e10000; }
	.header .header_contacts a:hover svg { -webkit-transition: .3s; -o-transition: .3s; transition: .3s; color: #e10000; }
	.about .button:hover {border-color: #000000;}
	.call_to_action .button:hover {border-color: #000000; background: #000000; color: #ffffff; }
	.products .button:hover {border-color: #ffffff; background: #ffffff; color: #e10000; }
	.main_top .main_content .button:hover {border-color: #ffffff; background: #ffffff; color: #e10000; }
	.dialog .icon_close:hover, .dialog .icon_close:focus { color: #e10000; }
}

@media only screen and (max-width: 1400px) { 
	
}

@media only screen and (max-width: 1200px) { 
	footer .footer_title {font-size: 2rem;}
}

@media only screen and (max-width: 1100px) { 
	footer address .button span {display: none;}

}

@media only screen and (max-width: 992px) { 
	.header .header_logo img, .header.fixed .header_logo img { width: 25rem; }
	.header .header_col_1 {width: 40%;}
	.header .header_col_2 {width: 60%;}
  .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: 9.1rem; right: 0; height: 0; position: absolute; margin-top: 0; }
  .header_nav { display: none; }
  .header .navigation.nav-opened { right: 0; overflow: visible; visibility: visible; height: 100vh; width: 100%; opacity: 1; z-index: 100; background: #f5f5f5; }
  .header_nav_wrap { margin: 0; }
  .header .navigation .header_nav { border: none; position: relative; display: block; left: 0; width: 100%; background: #efefef; -webkit-transition: all 0.3s; -o-transition: all 0.3s; transition: all 0.3s; padding: 2rem 0 0; height: -webkit-calc(100vh - 7rem); height: calc(100vh - 7rem); overflow-y: scroll; }
  .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 #000000; line-height: 0px; _border-color: #000000 #000000 #000000 #000000; _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000'); 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 a { display: block; color: #000000; 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.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; background: #efefef; }
  .header .navigation .header_nav li.drDown.visibleSub .subMenu li { border: none; }
  .header .navigation .header_nav li.drDown.visibleSub .subMenu li a { max-width: 80%; }
  .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; }
  .navigation .navigation_dropBtn { display: block; }
  .hide_desctop { display: block !important; }
  .hide_tablet { display: none !important; }
  .map iframe, .map #map { height: 30rem; }
  .row.tablet .col_3, .row.tablet .col_4 { width: -webkit-calc(100% / 2 - 3rem); width: calc(100% / 2 - 3rem); }
  footer { padding-bottom: 4.2rem; padding-top: 4rem; }
  .main_top .banner {height: 60rem;}
  .main_top .top_slider.hidden_slider {max-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 .button {margin: 4rem 0 0;}
	.header .header_contacts a {font-size: 2.2rem;}
	.main_top .btn_down img {width: 8rem;height: 8rem;}
	.main_top .btn_down {bottom: -4rem;}
	.about .about_content {float: none; width: 100%; padding-right: 0; }
	.about .about_img {position: static; width:100%; height: 25rem; padding: 0; margin: 3rem auto 0; }
	.about {padding: 6.9rem 0 0;}
	.products ul {margin: 0 auto 2.8rem 10rem !important;max-width: 85%;}
	.content .title, .content h1, .content .h1 {font-size: 4.5rem;}
	h1, .h1 {font-size: 4.5rem;}
	.content h2, .content .h2 {font: 700 4rem/1 "Libre Baskerville", serif;}
	h2, .h2 {font-size: 4rem;}
	.call_to_action .h1, .call_to_action h1 {font-size: 4rem;}
	.call_to_action .h2, .call_to_action h2 {font-size: 3rem;}
	.call_to_action b{display: block; padding: 0.5rem 0;}
	footer ul.hours {max-width: 23rem; padding-right: 0;}

}

@media only screen and (max-width: 768px) { 

}

@media only screen and (max-width: 767px) { 
	.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; } 
  .hide_mobile { display: none !important; }
  .row.tablet .col_3, .row.tablet .col_4 { width: -webkit-calc(100% - 3rem); width: calc(100% - 3rem); }
   .dialog .icon_close { right: 0; }
  section { padding: 3rem 0; }
  .pagination { text-align: center; }
  /* .row [class*='col_'] { width: calc(100% - 3rem); }*/
  .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: -webkit-calc(100% - 3rem); width: calc(100% - 3rem); } 

.header .header_col_1 {width: 100%; text-align: center;}  
.header .header_col_2 {display: none;}  
.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.5rem;}
.main_top .banner {height: 50rem;}
.main_top .top_slider.hidden_slider {max-height: 50rem; }
.main_top .main_content .text {max-width: 85%;}
.button {font: 700 1.7rem/4.4rem "Montserrat", sans-serif;height: 4.5rem; padding: 0 2rem;}
.products ul {margin: 0 auto 2.8rem !important;}
.products {padding: 3rem 0;}
.footer_bottom p{}
.footer_bottom .row .col_6 {width: -webkit-calc(100% / 1 - 3.01rem);width: calc(100% / 1 - 3.01rem); text-align: center !important;}
footer .top_row {margin-top: 0 !important;}

}

@media only screen and (max-width: 600px) { 
.products ul {max-width: 100%; -webkit-columns: 1; -moz-columns: 1; columns: 1; }
    .content .title, .content h1, .content .h1 {font-size: 3.3rem;}
    h1, .h1 {font-size: 3rem;}
	.content h2, .content .h2 {font: 700 2.8rem/1 "Libre Baskerville", serif;}
	h2, .h2 {font-size: 2.8rem;}
	.call_to_action .h1, .call_to_action h1 {font-size: 3rem;}
	.call_to_action .h2, .call_to_action h2 {font-size: 2rem;}
	.line_heading .title, .line_heading h1, .line_heading .h1, .line_heading h2, .line_heading .h2 {display: block;}
	.content h3, h3 {font-size: 2.4rem;}
	.content h4, h4 {font-size: 2rem;}
	.call_to_action {padding: 2.1rem 0 3rem;}
}

@media only screen and (max-width: 450px) { 
	.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: 2.8rem;}
	.mobile_phone {font-size: 2.2rem;}
	.mobile_phone span{font-size: 1.5rem; font-weight: 100;}
	footer {padding-bottom: 3.2rem;}

}

@media only screen and (max-width: 350px) { 
	.footer_bottom br {display: block;}
}

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


