html, body {
  margin: 0;
  padding: 0;
  border: 0
}
html {
  color: #2d2d2d;
  font-family: "Open Sans", sans-serif;
  font-size: 1em;
  line-height: 1.4
}
body {
  position: relative;
  float: left;
  width: 100%
}
* {
  box-sizing: border-box;
  cursor: default;
}
.mobile {
  display: none
}
a, a:active, a:hover, a:visited {
  text-decoration: none;
  color: #B72023;
  cursor: pointer !important;
}
a:hover {
  text-decoration: underline
}
input[type=text], textarea {
  cursor: text !important;
  font-family: "Open Sans", sans-serif;
  font-weight: 100
}
select {
  font-family: "Open Sans", sans-serif
}
::selection {
  background: transparent;
  color: inherit;
}
input::selection, textarea::selection, select::selection {
  background: #dedede;
  color: #000
}
.bold {
  font-weight: bold;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.w100 {
  width: 100%;
}
.w50 {
  width: 50%;
}
audio, canvas, iframe, img, svg, video {
  vertical-align: middle
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0
}
ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
textarea {
  resize: vertical
}
header {
  position: relative;
  float: left;
  width: 100%;
  height: 102px;
  background: #fff;
  border-bottom: solid 1px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px #fff, 0 6px #d2d2d2;
  z-index: 99999;
  overflow: hidden;
}
.header-scrolled {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  height: 60px;
  z-index: 9999999;
  background: rgba(255, 255, 255, 0.95);
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25);
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
}
.header-scrolled .top-info {
  display: none;
}
header.header-scrolled nav {
  top: 12px;
}
header.header-scrolled .header_act {
  top: 6px
}
.corner_btn {
  float: left;
  position: fixed;
  bottom: 15px;
  right: 15px;
  z-index: 999999999;
}
.corner_chat {
  float: left;
  font-size: 38px;
  padding: 10px 19px 13px;
  color: #fff;
  background: #B72023;
  border: solid 1px #6f1214;
  box-shadow: inset 1px 1px rgba(255, 255, 255, 0.3), 2px 2px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  cursor: pointer;
  transition: all .4s ease;
}
.corner_chat:hover {
  background: #c72a2d
}
.corner_chat i {
  cursor: pointer;
  text-shadow: 1px 1px #000
}
.chat_frame {
  float: left;
  width: 100%;
  height: 100%
}
.chat_frame iframe {
  float: left;
  width: 100%;
  height: 100%;
  border: none
}
.timer_el {
  display: none
}
.wrapper {
  position: relative;
  width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.hdr_bg_highlight {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  float: left;
  width: 100%;
  height: 30px;
}
.left-side {
  float: left
}
.right-side {
  float: right;
  height: 30px;
  width: 61%;
  background: #edeef0;
  border-bottom: solid 1px #bdbdbd
}
.cut-off {
  float: right;
  width: 0;
  height: 0;
  border-bottom: 30px solid transparent;
  border-right: 24px solid #ababab;
  position: relative;
}
.cut-off:after {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 30px solid transparent;
  border-right: 24px solid #edeef0;
  position: absolute;
  bottom: -30px;
  left: 1px;
}
.top-info {
  position: absolute;
  float: left;
  width: 100%;
  padding-right: 60px;
}
.ti-box {
  float: right;
  padding: 0 10px;
  height: 30px;
  line-height: 29px;
  font-size: 13px;
  color: #404040;
  border-left: solid 1px #a5a5a5;
}
.ti-box:first-of-type {
  border-right: solid 1px #a5a5a5;
}
.ti-box i {
  font-size: 20px;
  vertical-align: middle;
  margin-top: -2px;
  margin-right: 8px
}
header h1 {
  position: relative;
  float: left;
  width: 267px;
  height: 75px;
  margin: 0;
  margin-top: 10px;
  overflow: hidden
}
header.header-scrolled h1 {
  width: 160px;
  height: 49px;
  margin-top: 5px;
}
header .logo, header .logo:visited {
  position: absolute;
  text-indent: -999em;
  background: url(../image/logo.png) no-repeat;
  background-size: 267px 75px;
  width: 267px;
  height: 75px;
}
.header-scrolled .logo, .header-scrolled .logo:visited {
  background-size: 100% auto;
  width: 160px;
  height: 49px;
  top: 0;
}
header nav {
  position: relative;
}
header nav .non-mobile {
  float: left;
}
header nav .non-mobile li {
  float: left;
  padding: 5px 15px;
}
header nav .non-mobile li:last-of-type {
  padding-right: 0;
}
header nav .non-mobile li a, header nav .non-mobile li .contact_btn {
  display: inline-block;
  color: #2d2d2d;
  text-decoration: none;
}
header nav .non-mobile li a:after, header nav .non-mobile li .contact_btn:after {
  content: '';
  display: block;
  height: 3px;
  width: 0;
  background: transparent;
  transition: width .7s ease, background-color .3s ease;
}
header nav .non-mobile li a:hover, header nav .non-mobile li .contact_btn:hover {
  color: #000;
  cursor: pointer
}
header nav .non-mobile li a:hover:after, header nav .non-mobile li .contact_btn:hover:after {
  width: 100%;
  background: #B72023;
}
.header_act {
  position: relative;
  float: right;
  top: 42px;
  margin-left: 40px;
}
.bg_loader {
  float: left;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  background-image: url(//superiorequip.us/scsi/files/image/ring-loader.gif);
  background-repeat: no-repeat;
  background-position: center;
  padding-top: 100px;
  z-index: -99;
}
.footer, footer, .fleximg {
  float: left;
  width: 100%;
}
.footer {
  background: #1b1b1b;
  border-top: solid 1px #000;
  border-bottom: solid 1px #111;
}
footer .bottom_col {
  float: left;
  width: 24%;
  margin-right: 1.5%;
  padding: 30px 0;
}
footer .bottom_col h4 {
  float: left;
  width: 100%;
  color: #fff;
  margin-bottom: 0;
  margin-top: 0;
  padding-bottom: 4px;
  padding: 6px 8px;
  border: solid 1px #000;
  background: #444;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.15);
  text-shadow: 1px 1px #000;
}
footer .bottom_col ul, footer .bottom_col ul li {
  float: left;
  width: 100%
}
footer .bottom_col ul li a, footer .bottom_col ul li .spana {
  float: left;
  width: 100%;
  padding: 6px 8px;
  border: solid 1px #000;
  border-top: none;
  background: #333;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  cursor: pointer;
  text-shadow: 1px 1px #000;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.1)
}
footer .bottom_col ul li a:hover, footer .bottom_col ul li .spana:hover {
  background: #444
}
footer .bottom_col.bc2 {
  width: 48.5%;
  padding: 25px 10px 0 0;
  margin-right: 2%;
}
footer .bottom_col .bot-logo {
  width: 80%;
  max-width: 210px;
}
footer .bottom_col p {
  float: left;
  width: 100%;
  color: #fff;
  font-size: 14px
}
footer .bottom_col:last-of-type {
  margin-right: 0;
}
.badge_row {
  float: left;
  width: 100%;
}
.button-1 {
  position: relative;
  float: left;
  padding: 10px 18px;
  padding-bottom: 11px;
  background: #B72023;
  border: solid 1px #6f1214;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35);
  font-weight: 500;
  color: #fff !important;
  text-shadow: 1px 1px #000;
  border-radius: 5px;
  text-decoration: none !important;
  cursor: pointer;
  transition-duration: .15s
}
.button-1 i {
  cursor: pointer
}
.button-1:hover {
  background: #c72a2d;
}
.btn-alt-1 {
  background: #111;
  border-color: #000;
}
.btn-alt-1:hover {
  background: #232323;
}
.btn-alt-2 {
  background: #369011;
  border: solid 1px #3a6710;
}
.btn-alt-2:hover {
  background: #459a21;
}
.btn-sml {
  font-size: 14px
}
.button-1.unavailable-btn {
    width: 100% !important;
    background: #efefef;
    color: #000 !important;
    text-shadow: none;
    border: solid 1px #c5c5c5;
touch-action: none;
    pointer-events: none;
}
.content_block {
  position: relative;
  overflow: hidden;
  float: left;
  width: 100%;
  background: #fff
}
.copyright {
  float: left;
  width: 100%;
  background: #222;
  color: #fff;
  padding: 0 20px;
  font-size: 12px;
}
.copyright p {
  padding: 10px 0
}
.copyright span.top {
  float: right;
  font-size: 10px;
  color: #adadad;
  border: solid 1px #555;
  border-radius: 3px;
  padding: 5px;
  margin-top: -5px;
  text-decoration: none;
  cursor: pointer;
}
.copyright span.top:hover {
  color: #fff;
  border: solid 1px #999;
}
.Formcb {
  float: left;
  width: 24.6%;
  margin-right: .5%;
  margin-bottom: .5%;
  background: #dedede;
  border: solid 1px #9c9c9c;
  padding: 5px;
  cursor: pointer;
  transition: all .25s ease;
}
.Formcb:hover {
  background: #fdfdfd;
}
.Formcb:nth-of-type(5), .Formcb:nth-of-type(9), .Formcb:nth-of-type(13) {
  margin-right: 0;
}
.Formcb.activefcb {
  background: #B72023;
  border: solid 1px #6f1214;
  color: #fff;
  text-shadow: 1px 1px #000;
}
.Formcb.activefcb:hover {
  background: #c72a2d;
}
.action_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  width: 0;
  height: 100%;
  background: #edeef0 url(/scsi/files/image/gears.gif);
  background-position: center;
  background-repeat: no-repeat;
  border-left: solid 1px #000;
  z-index: 9999999999;
  overflow: hidden
}
.action_overlay.ao_extended {
  box-shadow: 0 0 3px #000;
}
.main_overlay {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 999999999;
  cursor: pointer;
  transition: all .4s ease;
}
.main_overlay:hover {
  background: rgba(0, 0, 0, 0.56)
}
.ao_topheader {
  float: left;
  position: fixed;
  width: 100%;
  background: #3c3c3c;
  border-bottom: solid 1px #000;
  z-index: 99
}
.ao_topheader .close_btn {
  float: left;
  font-size: 20px;
  color: #fff;
  padding: 12px 22px;
  border-right: solid 1.3px #000;
  cursor: pointer;
  transition-duration: .15s;
}
.ao_topheader .close_btn .fa {
  cursor: pointer
}
.ao_topheader .close_btn:hover {
  background: #444;
  box-shadow: 0
}
.ao_content {
  position: relative;
  float: left;
  top: 53px;
  width: 100%;
  height: 100%;
  background: #edeef0;
  z-index: 9;
  transform: all 2s ease;
  overflow-y: auto;
}
.ao_content .map_wrap {
  float: left;
  width: 100%;
  height: 332px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.65);
  border-top: solid 1px rgba(0, 0, 0, 0.3);
  margin-top: 25px;
  background: #5a5a5a url(//superiorequip.us/scsi/files/image/squares.gif);
  background-repeat: no-repeat;
  background-position: center;
}
.ao_contactform {
  float: left;
  width: 100%;
  padding: 25px 50px;
}
.ao_contactform h3 {
  font-size: 30px;
  margin-top: 0;
}
.sb_main {
  float: left;
  width: 75%;
  padding-right: 4%;
}
.sb_sidebar {
  float: right;
  width: 25%
}
.sidebar_contact {
  margin-bottom: 12px;
  text-align: right;
  width: 100%;
  color: #fff;
  font-weight: 500;
  border: solid 1px #cccccc;
  border-radius: 7px;
  box-sizing: border-box;
  overflow: hidden;
}
.sbelement_wrap {
  float: left;
  width: 100%;
  margin-bottom: 12px;
}
.menu_UnderOptionWrapper {
  float: left;
  display: flex;
  width: 100%;
  border-bottom: solid 1px #b5b5b5;
}
.icon_box {
  width: 20%;
  color: #000;
  background: #edeef0;
  border-right: solid 1px #a5a5a5;
  font-size: 24px;
  line-height: 50px;
  text-align: center;
}
.menu_UnderOption {
  width: 80%;
  color: #222;
  background: #f9f8f8;
  text-align: left;
  font-size: 14px;
  padding: 5px 10px;
}
.sb_main h2 {
  margin-top: 0;
}
.sb_main p {
  font-size: 16px;
}
.menu_UnderOption .contact_btn {
  color: #B72023;
  cursor: pointer;
}
.menu_UnderOption .contact_btn:hover {
  text-decoration: underline;
}
.check_ani {
  display: none;
  width: 250px;
  margin: 20px auto;
}
.checkmark {
  stroke: #369011;
  stroke-dashoffset: 745.74853515625;
  stroke-dasharray: 745.74853515625;
  animation: dash 2s ease-out forwards;
}
@keyframes dash {
  0% {
    stroke-dashoffset: 745.74853515625;
  }
  100% {
    stroke-dashoffset: 0;
  }
}
.choose_bg {
  float: left;
  position: absolute;
  width: 100%;
  height: 492px;
  overflow: hidden;
  background: #fff url(//superiorequip.us/scsi/files/image/choose-bg.png);
  background-position: bottom center;
  background-size: cover;
}
.choose_row {
  float: left;
  width: 100%;
  padding: 45px 0 65px 0;
}
.choose_row .text_side {
  float: left;
  width: 60%
}
.choose_row .text_side h3 {
  font-size: 25px;
}
.choose_row .image_side {
  float: right;
  width: 40%;
}
.wc_highlights {
  float: left;
  width: 100%
}
.wc_highlight {
    float: left;
    width: 100%;
    background: rgb(255 255 255 / 50%);
    border: solid 1px rgb(0 0 0 / 25%);
    border-bottom: solid 3px rgb(0 0 0 / 25%);
    border-radius: 7px;
    box-shadow: inset 0 1px #fff;
    padding: 10px;
    margin-bottom: 8px;
}
.wc_highlight .icon-box {
  float: left;
  width: 15%;
  height: 68px;
  font-size: 60px;
  text-align: center;
  line-height: 1.1em;
}
.wc_highlight .text-box {
  float: right;
  width: 84.5%;
}
.wc_highlight .text-box h4, .wc_highlight .text-box p {
  float: left;
  width: 100%;
  margin: 0
}
.form_header {
  float: left;
  width: 100%;
  background: #313131;
  border: solid 1px #000;
  color: #fff;
  padding: 5px 10px;
  margin-bottom: 15px;
}
.form_header span {
  padding: 5px 10px;
  background: #bdbdbd;
  color: #000;
  margin-right: 15px;
  font-weight: bold;
}
.form_subheader {
  float: left;
  width: 100%;
  background: #333;
  border: solid 1px #000;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px;
  margin-bottom: 8px;
}
.services_section {
  position: relative;
  float: left;
  width: 100%;
}
.services_section .ind_service {
  float: left;
  width: 32.4%;
  margin-right: 1.4%;
  margin-bottom: 15px;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.1);
  border-radius: 5px 5px 7px 7px
}
.services_section .ind_service:nth-child(3n) {
  margin-right: 0
}
.services_block {
  position: fixed;
  float: left;
  top: 102px;
  left: 0;
  right: 0;
  bottom: 40px;
  width: 100%;
  height: 100%;
  padding: 80px 0px;
  padding-top: 20px;
  border-bottom: solid 1px rgba(0, 0, 0, 0.5);
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.4);
  background: #edeef0;
  overflow-y: auto;
  z-index: 9999;
}
.sbh2 {
  width: 100%;
  text-align: left;
  font-size: 35px;
  padding-bottom: 5px;
  margin-top: 18px;
  border-bottom: solid 3px #d4d4d4;
}
.is_image {
  position: relative;
  float: left;
  width: 100%;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 5px 5px 0 0;
  overflow: hidden;
}
.is_serdet {
  float: left;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  font-size: 11px;
  color: #fff;
  background: rgba(0, 0, 0, 0.6);
  padding: 5px;
  text-align: center;
}
.is_text {
  float: left;
  width: 100%;
  background: #fff;
  color: #000;
  padding: 15px;
  border: solid 1px rgba(0, 0, 0, 0.35);
  border-top: none;
  box-shadow: 0 1px rgba(0, 0, 0, 0.1);
  border-radius: 0 0 7px 7px;
  text-align: center;
  transition-duration: .35s;
}
.is_text h3 {
  margin: 0;
  margin-bottom: 4px;
}
.is_text p {
  margin: 0
}
.is_text .button-1 {
  width: 49.5%;
  margin-top: 10px;
  font-size: 14px
}
.is_detail {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  float: left;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  border-radius: 5px 5px 0 0;
  padding: 20px;
  text-shadow: 1px 1px #000;
  display: none
}
.is_detail p {
  margin: 0
}
.confirmation_message {
  float: left;
  width: 100%;
}
.confirmation_message p {
  display: none;
  font-size: 30px;
  float: left;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 0;
  text-align: center;
}
.viewservices_block {
  padding: 40px 0 100px 0;
  background: #edeef0;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-bottom: solid 1px rgba(0, 0, 0, 0.8);
}
.owl-nav {
  position: absolute;
  float: left;
  width: 100%;
}
.owl-prev, .owl-next {
  display: block !important;
  position: absolute;
  top: -148px;
  background: transparent;
  box-shadow: inset 0 1px #fff;
  color: #000;
  padding: 15px 18px;
  padding-right: 21px;
  border: solid 1px rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  cursor: pointer;
  transition-duration: .15s;
  -webkit-user-select: initial !important;
  -khtml-user-select: initial !important;
  -moz-user-select: initial !important;
  -ms-user-select: initial !important;
  user-select: initial !important;
}
.owl-prev {
  left: -150px;
}
.owl-next {
  right: -150px;
  padding-left: 21px;
}
.owl-prev:hover, .owl-next:hover {
  background: rgba(0, 0, 0, 0.07);
}
.owl-prev:active, .owl-next:active {
  background: rgba(0, 0, 0, 0.1)
}
.map_block {
  display: flex;
  border-top: solid 1px rgba(0, 0, 0, 0.4);
  border-bottom: solid 1px rgba(0, 0, 0, 0.75);
}
.map_block .map_side {
  float: left;
  width: 65%;
  height: 400px;
  overflow: hidden;
  cursor: pointer
}
.map_block .map_side iframe {
  pointer-events: none;
  margin-top: -59px
}
.map_block .map_side iframe.clicked {
  pointer-events: auto;
}
.map_block .text_side {
  float: right;
  width: 35%;
  border-left: solid 1px rgba(0, 0, 0, 0.7);
  color: #fff;
  text-shadow: 1px 1px #000;
  box-shadow: 0 -1px #000;
  padding: 0 35px;
  background: url(../image/block-bg-2.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
}
.map_block .text_side h3 {
  margin-top: 30px;
  margin-bottom: 10px;
}
.map_block .text_side ul {
  float: left;
  width: 100%
}
.map_block .text_side ul li {
  float: left;
  font-weight: 100;
  padding: 4px 20px;
  padding-left: 0;
  width: 33%;
}
.map_block .text_side ul li:nth-of-type(3n+0) {
  padding-right: 0
}
.ph_block {
  background: #e2e2e2;
  border-bottom: solid 1px #bdbdbd;
}
.ph_block h1 {
  float: left;
  width: 50%;
  text-align: left;
  font-size: 1.8em;
  padding-bottom: .2em;
  padding-top: .02em;
}
.ph_block .breadcrumbs {
  float: right;
  font-size: 13px;
  margin-top: 27px;
  text-align: right;
}
.ph_block .breadcrumbs li {
  padding: 5px 0 5px 5px;
  position: relative;
  display: block;
  float: left;
  color: #111;
}
.ph_block .breadcrumbs .arrow {
  float: left;
  font-size: 16px;
  padding: 2px 12px;
}
.ph_block .breadcrumbs .currentli {
  font-weight: bold;
  cursor: default;
  color: #111;
}
.ph_block {
  margin-top: 5px;
  background: #edeef0;
  border-top: solid 1px #c1c1c1;
  border-bottom: solid 1px #000;
}
.fs_block {
  background: url(//superiorequip.us/scsi/files/image/fs-bg.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.cc_block2 {
  background: url(//superiorequip.us/scsi/files/image/cc-bg2.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
}
.cb_overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}
.banner_box {
  float: left;
  width: 100%;
  padding: 50px 0
}
.banner_box .img_side {
  float: left;
  width: 50%;
}
.banner_box .img_side img {
  border: solid 10px #fff;
  box-shadow: 0 1px 0 1px #1d1d1d;
  border-radius: 7px;
}
.banner_box .text_side {
  float: right;
  width: 50%;
  padding-left: 5%;
  color: #fff;
  text-shadow: 2px 2px #000
}
.banner_box .text_side h3 {
  margin-top: 0;
  margin-bottom: 0
}
.banner_box .text_side h4 {
  margin-bottom: 7px
}
.why_choose ul li i {
  font-size: 18px;
  margin-right: 7px
}
.estimator_block {
  padding: 60px 0;
  background: #edeef0;
  border-bottom: solid 1px #c5c5c5;
}
.estimator_block h3 {
  font-size: 32px;
  margin-top: 0;
  margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: solid 3px #d4d4d4;
}
.cta_block {
  background: #B72023;
  color: #fff;
  border-top: solid 1px #000;
  border-bottom: solid 1px #560b0d;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.25);
}
.cta-text {
  float: left;
  font-size: 27px;
  font-weight: bold;
  padding-top: 23px;
  padding-bottom: 25px;
  text-shadow: 1px 1px #000;
}
.cta-button {
  float: right;
  margin-top: 18px;
}
.sweet-overlay, .swal2-overlay {
  z-index: 9999999999999 !important;
}
.sweet-alert, .swal2-modal {
  z-index: 99999999999999 !important;
  border: solid 1px rgba(0, 0, 0, 0.8) !important;
  box-shadow: 0 1px 11px rgba(0, 0, 0, 0.8) !important;
}
.sweet-alert button, .sweet-alert[data-has-cancel-button=false] button, .swal2-confirm {
  background: #B72023 !important;
  border: solid 1px #6f1214 !important;
  box-shadow: inset 0 1px rgba(255, 255, 255, 0.35) !important;
}
.sweet-alert button:hover, .sweet-alert[data-has-cancel-button=false] button:hover, swal2-confirm:hover {
  background: #c72a2d !important;
}
.sweet-alert h2, .swal2-modal h2 {
  color: #2b2b2b !important;
}
.chat {
  position: relative;
  overflow: hidden;
  height: 194px;
  -moz-border-radius: 5px;
  background: #d6d6d6;
  border: 1px solid #000;
}
.chat .chat-operator {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-image: url('../image/chat-op.png');
  background-position: right;
  background-repeat: no-repeat;
  content: ""
}
.chat-entry {
  position: relative;
  padding: 15px 50px 15px 20px
}
.chat-entry span {
  position: relative;
  display: block
}
.chat-entry span span {
  display: inline
}
.chat-entry .caption-1 {
  color: #333;
  font-size: 17px
}
.chat-entry .caption-2 {
  left: 0;
  color: #B72023;
  font-size: 55px;
  letter-spacing: -3px;
  line-height: 1;
  -webkit-animation: caption-2 4s linear 4s infinite;
  -moz-animation: caption-2 4s linear 4s infinite;
  -ms-animation: caption-2 4s linear 4s infinite;
  -o-animation: caption-2 4s linear 4s infinite;
  animation: caption-2 4s linear 4s infinite
}
.chat-entry .caption-3 {
  left: 0;
  margin-bottom: 3px;
  color: #B72023;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 1;
  -webkit-animation: caption-3 4s linear 4s infinite;
  -moz-animation: caption-3 4s linear 4s infinite;
  -ms-animation: caption-3 4s linear 4s infinite;
  -o-animation: caption-3 4s linear 4s infinite;
  animation: caption-3 4s linear 4s infinite
}
.chat-entry .caption-4 {
  margin-bottom: 12px;
  color: #7b7b7b;
  font-size: 14px
}
.chat-entry .button {
  position: relative;
  font-size: 14px;
  text-decoration: none;
  z-index: 5;
  background: #444343;
  color: #fff !important;
  border: solid 1px rgba(0, 0, 0, .6);
  border-radius: 4px;
  box-shadow: inset 0 1px rgba(255, 255, 255, .4);
  -webkit-transition: all .25s linear;
  -moz-transition: all .25s linear;
  -ms-transition: all .25s linear;
  -o-transition: all .25s linear;
  transition: all .25s linear;
  -webkit-animation: buttonColor 3s linear 4s infinite;
  -moz-animation: buttonColor 3s linear 4s infinite;
  -ms-animation: buttonColor 3s linear 4s infinite;
  -o-animation: buttonColor 3s linear 4s infinite;
  animation: buttonColor 3s linear 4s infinite
}
@-webkit-keyframes caption-2 {
  0% {
    left: -100%;
    opacity: 0
  }
  20% {
    opacity: 0
  }
  40% {
    left: 7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0;
    opacity: 0
  }
}
@-moz-keyframes caption-2 {
  0% {
    left: -100%;
    opacity: 0
  }
  20% {
    opacity: 0
  }
  40% {
    left: 7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0;
    opacity: 0
  }
}
@-ms-keyframes caption-2 {
  0%, 100%, 20% {
    opacity: 0
  }
  0% {
    left: -100%
  }
  40% {
    left: 7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0
  }
}
@-o-keyframes caption-2 {
  0% {
    left: -100%;
    opacity: 0
  }
  20% {
    opacity: 0
  }
  40% {
    left: 7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0;
    opacity: 0
  }
}
@keyframes caption-2 {
  0% {
    left: -100%;
    opacity: 0
  }
  20% {
    opacity: 0
  }
  40% {
    left: 7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0;
    opacity: 0
  }
}
@-webkit-keyframes caption-3 {
  0% {
    left: 100%;
    opacity: 0
  }
  20% {
    opacity: 0
  }
  40% {
    left: -7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0;
    opacity: 0
  }
}
@-moz-keyframes caption-3 {
  0% {
    left: 100%;
    opacity: 0
  }
  20% {
    opacity: 0
  }
  40% {
    left: -7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0;
    opacity: 0
  }
}
@-ms-keyframes caption-3 {
  0%, 100%, 20% {
    opacity: 0
  }
  0% {
    left: 100%
  }
  40% {
    left: -7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0
  }
}
@-o-keyframes caption-3 {
  0% {
    left: 100%;
    opacity: 0
  }
  20% {
    opacity: 0
  }
  40% {
    left: -7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0;
    opacity: 0
  }
}
@keyframes caption-3 {
  0% {
    left: 100%;
    opacity: 0
  }
  20% {
    opacity: 0
  }
  40% {
    left: -7%;
    opacity: 1
  }
  90% {
    opacity: .7
  }
  100% {
    left: 0;
    opacity: 0
  }
}
@-webkit-keyframes buttonColor {
  0%, 100% {
    background: #333
  }
  30%, 80% {
    background: #B72023
  }
}
@-moz-keyframes buttonColor {
  0%, 100% {
    background: #333
  }
  30%, 80% {
    background: #B72023
  }
}
@-ms-keyframes buttonColor {
  0%, 100% {
    background: #333
  }
  30%, 80% {
    background: #B72023
  }
}
@-o-keyframes buttonColor {
  0%, 100% {
    background: #333
  }
  30%, 80% {
    background: #B72023
  }
}
@keyframes buttonColor {
  0%, 100% {
    background: #333
  }
  30%, 80% {
    background: #B72023
  }
}
}
.button, .button:hover {
  color: #fff
}
.button {
  display: inline-block;
  margin-bottom: 30px;
  padding: 10px 15px;
  outline: 0;
  vertical-align: baseline;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px
}
.not-ie .button {
  -webkit-transition: background-color .25s linear;
  -moz-transition: background-color .25s linear;
  -ms-transition: background-color .25s linear;
  -o-transition: background-color .25s linear;
  transition: background-color .25s linear
}
@media (min-width: 0px) {
  .non-mobile {
    display: none;
  }
  .mobileF {
    display: block;
    height: 35px;
    width: 100%;
    font-size: 16px
  }
  header {
    height: 160px
  }
  nav {
    float: left;
    width: 100%;
    top: 20px
  }
  header h1 {
    margin: 0 auto;
    margin-top: 12px;
    float: none
  }
  .header_act {
    display: none;
  }
  .home_main_item img {
    width: 400%;
    margin-left: -150%;
  }
  .home_main_item .ovl .wrapper {
    padding: 0
  }
  .home_main_item .ovl_content {
    padding: 20px 40px !important;
    width: 100% !important;
    margin-top: 0 !important;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
  }
  .home_main_item .ovl_content h2 {
    font-size: 28px !important;
    line-height: 30px !important;
  }
  .home_main_item .ovl {
    background: rgba(255, 255, 255, 0.87) !important;
  }
  .slide-arr {
    padding: 60px 8px 60px 5px !important;
  }
  #next-btn {
    padding: 60px 5px 60px 8px !important;
  }
}
@media (min-width: 400px) {
  .home_main_item img {
    width: 360%;
    margin-left: -130%;
  }
}
@media (min-width: 550px) {
  .home_main_item img {
    width: 220%;
    margin-left: -60%;
  }
}
@media (min-width: 770px) {
  .non-mobile {
    display: block
  }
  .mobileF {
    display: none;
  }
  header {
    height: 102px
  }
  header nav {
    float: right;
    width: auto;
    top: 49px;
  }
  header h1 {
    margin: 0;
    margin-top: 12px;
    float: Left
  }
  .header_act {
    display: block;
  }
  .home_main_item img {
    width: 200%;
    margin-left: -50%;
  }
  .home_main_item .ovl .wrapper {
    padding: 0 30px
  }
  .home_main_item .ovl_content {
    padding: 25px !important;
    width: 590px !important;
    margin-top: 4% !important;
    background: rgba(255, 255, 255, 0.8) !important;
    border: solid 1px rgba(0, 0, 0, 0.5) !important;
    box-shadow: 0 1.5px rgba(0, 0, 0, 0.3), 0 0 18px rgba(0, 0, 0, 0.15) !important;
  }
  .home_main_item .ovl_content h2 {
    font-size: 40px !important;
    line-height: 50px !important;
  }
  .home_main_item .ovl {
    background: rgba(0, 0, 0, 0.3) !important;
  }
  .slide-arr {
    padding: 50px 17px 50px 8px !important;
  }
  #next-btn {
    padding: 50px 8px 50px 17px !important;
  }
}
@media (min-width: 1000px) {}
@media (min-width: 1200px) {
  .wrapper {
    width: 1180px
  }
  .home_main_item img {
    width: 150%;
    margin-left: -25%;
  }
}
@media (min-width: 1400px) {
  .home_main_item .ovl_content {
    width: 490px !important;
  }
}
@media (min-width: 1600px) {
  .home_main_item img {
    width: 100%;
    margin-left: 0%;
  }
}
@media (max-width: 1200px) {}
@media (max-width: 1025px) {
  .Formcb {
    width: 49.5%
  }
  .is_text .button-1 {
    padding: 10px 2px;
    font-size: 13px
  }
  .map_block .text_side ul {
    font-size: 12px
  }
  .ph_block h1 {
    width: 100%
  }
  .ph_block .breadcrumbs {
    margin-top: -54px
  }
}
@media (max-width: 770px) {
  .services_section .ind_service {
    width: 49.3%;
  }
  .services_section .ind_service:nth-child(3n) {
    margin-right: 1.4%
  }
  .services_section .ind_service:nth-child(2n) {
    margin-right: 0
  }
}
@media (max-width: 750px) {
  .is_text .button-1 {
    width: 100%
  }
}
@media (max-width: 550px) {
  .services_section .ind_service {
    width: 100%
  }
  .is_text .button-1 {
    width: 49.5%
  }
}
@media (max-width: 400px) {
  .services_section .ind_service:nth-child(3n) {
    margin-right: 0
  }
  .services_section .ind_service:nth-child(2n) {
    margin-right: 0
  }
  .is_text .button-1 {
    width: 100%
  }
}