* {
  margin: 0;
  padding: 0;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.custom-control-input:focus~.custom-control-label::before {
  box-shadow: none !important;
}

body {
  font-size: 16px;
  color: #575756;
  font-family: 'Open Sans', sans-serif;
}

body,
header {
  min-width: 310px;
}

strong {
  font-weight: 600;
}

b {
  font-weight: 700;
}

.red {
  outline: 1px solid red;
}

input,
textarea,
select {
  font-size: 16px !important;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.img_cont {
  display: block;
  text-align: center;
}

.img_cont img {
  width: 100%;
  height: auto;
}

.align_center {
  display: block;
  text-align: center;
}

a {
  text-decoration: none;
  outline: none;
  color: #444444;
}

a:hover,
a:focus {
  outline: none;
  color: #1C7A8C;
}

textarea:focus,
input:focus,
select:focus {
  outline: none
}

input[type="search"] {
  -webkit-appearance: none;
}

.slick-slide:focus {
  outline: none;
}

.slick-slide img {
  display: inline-block;
  width: 100%;
  height: auto;
}

h1,
h2,
h3,
h4,
h5 {
  margin: 0;
  line-height: 1;
  font-weight: 700;
}

a.img_cont:hover {
  opacity: 0.9;
}

.block {
  padding-top: 60px;
  padding-bottom: 60px;
}

p {
  line-height: 1.8;
}

/*==========================*/
.menu_button {
  height: 53px;
  width: 62px;
  right: 4px;
  top: -65px;
  text-align: center;
  position: absolute;
  overflow: hidden;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
  z-index: 999;
  margin-top: 0;
  outline: none !important;
}

.menu_button.navbar-toggle {
  padding: 0px;
  margin: 0px;
}

.menu_button.active span i:nth-child(1) {
  -webkit-transform: rotate(-45deg) translate(-50%, -50%);
  transform: rotate(-45deg) translate(-50%, -50%);
  top: 16%;
  left: 27px;
}

.menu_button.active span i:nth-child(2) {
  -webkit-transform: translateX(-100px);
  transform: translateX(-100px);
  opacity: 0;
}

.menu_button.active span i:nth-child(3) {
  -webkit-transform: rotate(45deg) translate(-50%, -50%);
  transform: rotate(45deg) translate(-50%, -50%);
  top: 57%;
  left: 23px;
}

.menu_button span {
  width: 60px;
  height: 70px;
  position: absolute;
  right: 0;
  top: 0px;
  cursor: pointer;
  background: transparent;
  z-index: 1;
}

.menu_button span i {
  position: absolute;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  width: 68%;
  height: 4px;
  left: 0;
  right: 0;
  margin: auto;
  background-color: #1C7A8C;
  -webkit-transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: opacity .1s ease .1s, -webkit-transform .3s ease;
  transition: transform .3s ease, opacity .1s ease .1s;
  transition: transform .3s ease, opacity .1s ease .1s, -webkit-transform .3s ease;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
}

.menu_button span i:nth-child(1) {
  top: 18%;
}

.menu_button span i:nth-child(2) {
  top: 33.8%;
}

.menu_button span i:nth-child(3) {
  top: 49%;
}

body {
  padding-top: 148px;
}

header {
  width: 100%;
  height: 148px;
  overflow: visible;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1003;
  background-color: #fff;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.4);
}

header.smaller {
  height: 78px;
}

header.smaller .top_panel {
  padding-top: 7px;
  padding-bottom: 7px;
}

.logo {
  transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
}

.logo img {
  width: 100%;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  -ms-transition: height 0.3s;
  -o-transition: height 0.3s;
  transition: height 0.3s;
  vertical-align: middle;
  max-width: 100%;
}

.logo {
  display: block;
}

/*-------------*/
.top_panel {
  padding-top: 20px;
  padding-bottom: 20px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.top_panel a {
  /*color: #000;*/
}

.top_panel .row>div {
  /*outline: 1px solid aqua;*/
}

.main_menu {
  position: relative;
}

.main_menu .nav-link {
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
}

.main_menu .nav-item.active .nav-link,
.main_menu .nav-item .nav-link:hover,
.main_menu .nav-item .nav-link:focus {
  color: #1C7A8C;
}

.active_button {
  display: inline-block;
  background-color: #F07F76;
  font-size: 26px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  padding: 0px 25px;
  height: 50px;
  line-height: 46px;
  border: 2px solid #F07F76;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
  font-weight: bold;
}

.active_button:hover,
.active_button:focus {
  background-color: transparent;
  color: #F07F76;
  text-decoration: none;
}

/*=================*/
.share_wrapper {
  padding-top: 7px;
  padding-bottom: 7px;
}

.social_buttons {
  display: inline-flex;
}

.social_buttons li {
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: stretch;
  margin-right: 10px;
}

.social_buttons li a {
  display: block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 15px;
  color: #fff;
  background-color: #88AAB9;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
}

.social_buttons li a:hover,
.social_buttons li a:focus {
  text-decoration: none;
  color: #88AAB9;
  background-color: #fff;
}

.share_wrapper .social_buttons li {
  margin-left: 10px;
  margin-right: 0px;
}

/*=================================*/
.top_phone {
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  display: inline-block;
  vertical-align: top;
}

.top_phone strong {
  display: block;
}

.top_phone a {
  display: block;
  font-size: 18px;
  color: #1C7A8C;
}

/*========================*/
footer {
  background-color: #1C7A8C;
  color: #fff;
}

footer a {
  color: #fff;
}

footer a:hover,
footer a:focus {
  color: #fff;
}

/*=====================*/
.smaller .share_wrapper {
  height: 0;
  display: none;
}

.share_wrapper {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -ms-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.aqua_bg {
  background-color: #1C7A8C;
}

.white_bg {
  background-color: white;
}

.white_color {
  color: white;
}

.aqua_color {
  color: #1C7A8C;
}

/*================*/
.main_slider_item {}

.main_slider_item .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 650px;
}

.main_slider {
  border-bottom: 15px solid #1C7A8C;
}

/*---------------------*/
.slick-dots li.slick-active button:before,
.slick-dots li.slick-active button:hover,
.slick-dots li.slick-active button:focus {
  opacity: 0;
}

.slick-dots li button:before,
.slick-dots li button:hover,
.slick-dots li button:focus {
  opacity: 0;
}

.slick-dots li {
  overflow: hidden;
  width: 18px;
  height: 18px;
  background: #fff;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.slick-dots li.slick-active {
  background: #EE7F74;
}

.slick-dots {
  bottom: 25px;
}

.slick-dots li button::before {
  content: "";
  opacity: 0;
}

/*------------------------*/
.ms_caption_wrapper,
.ms_caption_wrapper .container,
.ms_caption,
.ms_caption .row {
  height: 100%;
}

.ms_caption {
  height: 100%;

}

.ms_caption_header {
  font-size: 20px;
  text-shadow: 1px 1px 2px #666;
}

.ms_caption_body {
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgba(32, 122, 141, .96);
  padding: 40px;
  text-transform: uppercase;
  line-height: 1.3;
  font-size: 50px;
  margin-top: 50px;
  margin-bottom: 50px;
  display: inline-block;
  vertical-align: top;
}

.light_font {
  font-weight: 300;
}

.ms_caption_body b {
  display: block;
}

.narrow {
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.block_header h1,
.block_header h2,
.block_header h3,
.block_header h4,
.block_header h5 {
  font-size: 35px;
}

/*================*/
.services_box>a {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  align-content: stretch;
  color: #fff;
  position: relative;
  height: 170px;
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.services_box>a:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: transparent;
  left: 0;
  top: 0;
}

.services_box>a:hover {
  text-decoration: none;
  color: #fff;
}

.services_box>a:hover:after {
  text-decoration: none;
  color: #fff;
  background-color: #1C7A8C;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
}

.services_box {}

.sb_caption_wrapper {
  display: block;
  width: 100%;
}

.sb_caption {
  display: table;
  width: 100%;
  position: relative;
  z-index: 2;
  padding: 20px;
}

.sb_caption>span {
  display: table-cell;
  vertical-align: bottom;
}

.sb_caption>span:first-child {
  font-size: 16px;
}

.sb_caption>span:last-child {
  padding-left: 20px;
  text-align: right;
  width: 60px;
}

.ext_icon {
  display: inline-block;
  vertical-align: bottom;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 30px;
  border: 5px solid #fff;
  font-size: 19px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  opacity: 0;
  transition: all 0.8s;
  -webkit-transition: all 0.8s;
  -o-transition: all 0.8s;
  -moz-transition: all 0.8s;
}

.services_box>a:hover .ext_icon {
  opacity: 1;
}

.rose_bg {
  background-color: #ED8074;
}

.rose_color {
  color: #ED8074;
}

.seo_txt_body_toleft {
  font-size: 53px;
  line-height: 1.2;
}

.seo_txt_body_toright {
  font-size: 23px;
  line-height: 1.8;
  position: relative;
}

.seo_txt_body_toright:after {
  content: '';
  width: 5px;
  background-color: rgba(255, 255, 255, .8);
  height: 130px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -65px;
}

.footer_feedback_header {
  text-transform: uppercase;
  font-size: 30px;
  line-height: 1;
}

input[type=text],
input[type=password],
input[type=email],
input[type=tel] {
  border: 0px;
  outline: none;
  margin-bottom: 18px;
  color: #000;
  background: transparent;
  height: 30px;
  width: 100%;
  padding: 0px 15px;
  padding-left: 0;
  border-bottom: 1px solid #ccc;
}

/*=============*/
.footer_feedback_wrapper input[type=text],
.footer_feedback_wrapper input[type=email],
.footer_feedback_wrapper input[type=tel] {
  color: #fff;
  border-color: rgba(255, 255, 255, .5);
}

.footer_feedback_wrapper ::-webkit-input-placeholder {
  color: #fff;
}

.footer_feedback_wrapper ::-moz-placeholder {
  color: #fff;
}

/* Firefox 19+ */
.footer_feedback_wrapper :-moz-placeholder {
  color: #fff;
}

/* Firefox 18- */
.footer_feedback_wrapper :-ms-input-placeholder {
  color: #fff;
}

.footer_feedback_wrapper ::placeholder {
  color: #fff;
}

.form_button {
  display: inline-block;
  background-color: #fff;
  font-weight: 700;
  font-size: 18px;
  color: #1C7A8C;
  text-align: center;
  padding: 0px 20px;
  height: 36px;
  line-height: 34px;
  border: 2px solid #fff;
  outline: none;
  text-decoration: none;
  white-space: nowrap;
  cursor: pointer;
}

.form_button:hover,
.form_button:focus {
  background-color: transparent;
  color: #fff;
  text-decoration: none;
}

.footer_menu {
  text-transform: uppercase;
  font-size: 13px;
}

.footer_menu li {
  margin-bottom: 10px;
}

.copyr {
  display: block;
  font-size: 12px;
}

.litera_b {
  height: 100%;
  width: 100%;
  background-image: url(../img/b.png);
  background-position: 86px 0;
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
}

#toTop {
  width: 47px;
  height: 47px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  cursor: pointer;
  display: none;
  z-index: 100;
  color: #1C7A8C;
  text-align: center;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -moz-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -webkit-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  -o-transition: background-color 0.3s linear, color 0.2s 0.2s ease-in-out;
  background-color: #fff;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -sand-transform: rotate(-180deg);
}

#toTop span {
  display: block;
  line-height: 47px;
  font-size: 40px;
  text-align: center;
}

#toTop:hover {
  color: #fff;
  text-decoration: none;
  background-color: #1C7A8C;
}

.phone_mobile {
  display: block;
  position: fixed;
  left: 15px;
  bottom: 15px;
  width: 47px;
  height: 47px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #1C7A8C;
  color: #fff;
  font-size: 23px;
  line-height: 42px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  text-decoration: none;
  outline: none;
  text-align: center;
  transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -moz-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -webkit-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  -o-transition: background-color 0.1s linear, color 0.1s 0.1s ease-in-out;
  z-index: 10;
  border: 3px solid #fff;
}

.phone_mobile:hover,
.phone_mobile:focus {
  color: #1C7A8C;
  text-decoration: none;
  background-color: #fff;
  border-color: #1C7A8C;
}

/*=====================*/
.page_header h1,
.page_header h2,
.page_header h3,
.page_header h4,
.page_header h5 {
  font-size: 46px;
}

.page_header p {
  font-size: 18px;
}

.line_header h1,
.line_header h2,
.line_header h3,
.line_header h4,
.line_header h5 {
  font-size: 30px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  padding: 10px 30px;
  position: relative;
  z-index: 1;
}

.line_header {
  position: relative;
}

.line_header:after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  height: 3px;
  background-color: #207A8D;

}

.steps_body .row>div {
  max-width: 300px;
}

.steps_box {
  height: 100%;
  color: #fff;
  padding: 30px;
  font-size: 18px;
  position: relative;
}

.steps_box_header {
  line-height: 1.2;
  font-size: 28px;
  text-transform: uppercase;
}

.steps_box_header b {
  display: block;
}

.steps_box p {

  line-height: 1.3;
}

.dark_grey_bg {
  background-color: #6F6F6F;
}

.dark_grey_color {
  color: #6F6F6F;
}

.blue_bg {
  background-color: #6191A4;
}

.blue_color {
  color: #6191A4;
}

.sbfig {
  width: 94px;
  height: 94px;
  text-align: center;
  line-height: 90px;
  font-size: 75px;
  border-radius: 500px;
  -webkit-border-radius: 500px;
  -moz-border-radius: 500px;
  background-color: #fff;
  position: absolute;
  left: 100%;
  margin-top: -70px;
  margin-left: -70px;
}

.steps_body {
  font-size: 20px;
}

.font_20 {
  font-size: 20px;
}

.medium_header {
  font-size: 30px;
  text-transform: uppercase;
}

.news_box {
  display: block;
  height: 100%;
  border: 1px solid #A8A8A8;
  position: relative;
  text-decoration: none;
}

.news_box:hover,
.news_box:focus {
  text-decoration: none;
  color: inherit;
  opacity: .9;
}

.news_box .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-color: #EDEDED;
  height: 220px;
}

.news_box_txt {
  display: block;
  padding: 25px;
  padding-bottom: 80px;
  padding-top: 17px;
}

.news_box_title {
  display: block;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: bold;
  line-height: 1.1;
}

.date {
  display: block;
}

.active_button.aqua_type {
  background-color: #1C7A8C;
  border-color: #1C7A8C;
}

.active_button.aqua_type:hover,
.active_button.aqua_type:focus {
  color: #1C7A8C;
  border-color: #1C7A8C;
  background-color: transparent;
}

.news_box .active_button {
  font-size: 16px;
  padding: 0px 20px;
  height: 40px;
  line-height: 36px;
  position: absolute;
  bottom: 25px;
  left: 25px;
  display: inline-block;
  vertical-align: top;
}

/*========================*/
.markered li {
  padding-left: 20px;
  position: relative;
  margin-bottom: 5px;
}

.markered li:before {
  content: '';
  position: absolute;
  top: 10px;
  left: 0;
  width: 4px;
  height: 4px;
  background-color: #333;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
}

.srvices_list_box_toright .img_cont {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 370px;
}

.srvices_list_box {
  font-size: 18px;
}

.srvices_list_box .markered {
  font-size: 16px;
}

/*================*/
.grey_bg {
  background-color: #DADADA;
}

.contact_us input[type=text],
.contact_us input[type=email],
.contact_us input[type=tel] {
  border-color: rgba(28, 122, 140, .5);
}

.form_button.inverse {
  background-color: #1C7A8C;
  color: #fff;
  border-color: #1C7A8C;
}

.form_button.inverse:hover,
.form_button.inverse:focus {
  background-color: transparent;
  color: #1C7A8C;
}

.alt_footer .litera_b {
  background-position: 0px 0;
}

.promo_banner {
  -webkit-background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;

}

.promo_banner>.container {
  height: 100%;
}

.promo_banner>.container>.row {
  height: 100%;
  min-height: 300px;
}

.promo_banner_caption {
  max-width: 690px;
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 40px 50px;
}

.promo_banner_caption_header {
  font-size: 30px;
  text-transform: uppercase;
}

.promo_banner_caption_header span,
.promo_banner_caption_header b {
  display: block;
}