/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font-family: 'Roboto', sans-serif;
  font-style: normal;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1.42857143;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  color: #555555;
}
ol, ul {
  list-style: none;
  font-size: 15px;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

.main-wrap {
  padding-top: 160px;
}

.btn-opora {
  display: inline-block;
  vertical-align: middle;
  min-width: 171px;
  padding: 10px 15px;
  background: #13c5dd;
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  border: 2px solid transparent;
  position: relative;
  outline: none;
  cursor: pointer;
  -webkit-border-radius: 6px;
  -ms-border-radius: 6px;
  border-radius: 6px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  text-decoration: none;
  text-transform: none;
}

.btn-opora:hover, .btn-opora:focus {
  background: #435ba1;
  color: #ffffff;
  text-decoration: none;
}

.btn-opora.sp {
  background-color: #354d92;
  color: #ffffff !important;
  border: 2px solid #354d92;
  font-weight: bold;
}

.btn-opora.sp:hover, .btn-opora.sp:focus {
  background-color: #435ba1;
}

.btn-opora-2 {
  font-size: 16px;
  display: inline-block;
  padding: 7px 18px 6px 19px;
  border: 2px solid rgba(225, 225, 225, 0.5);
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  margin-bottom: 20px;
  margin-top: 10px;
  transition: all .2s ease-in-out;
}

.btn-opora-2:hover, .btn-opora-2:focus {
  text-decoration: none;
  color: #fff;
  border-color: #ffffff;
}

.bold {
  font-weight: bold;
  letter-spacing: 0.2px;
}

h1, h2, h3, h4, h5, h6, .text-logo, .info-title {
  font-style: normal;
  margin: 0;
  font-weight: 600;
  padding-bottom: 10px;
  line-height: 1.42857;
  color: #555555;
}

h1 {
  font-size: 34px;
}

h2 {
  font-size: 30px;
  margin-top: 30px;
}

h3 {
  font-size: 22px;
  line-height: 30px;
}

p {
  padding-bottom: 10px;
  margin-bottom: 0;
  color: #555555;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

ul, ol {
  margin: 0 0 26px;
  padding: 0;
  list-style: none;
}

ul.list li {
  padding-left: 22px;
  position: relative;
}

ul.list li:before {
  content: '—';
  left: 5px;
  position: absolute;
  top: 0;
  padding: 0;
}

ul.circle li {
  padding-left: 18px;
  position: relative;
}

ul.circle li:before {
  content: "●";
  left: 5px;
  position: absolute;
  top: 2px;
  padding: 0;
  font-size: 14px;
}

ul.circle.small li:before {
  font-size: 12px;
}

ul.check li {
  margin-bottom: 14px;
  line-height: 20px;
}

ul.check li i {
  margin-right: 10px;
  float: left;
  margin-top: 3px;
}

ul.check li span {
  overflow: hidden;
  display: block;
}

.hide-mobile {
  display: block !important;
}

.hide-desktop {
  display: none !important;
}

.img-box {
  text-align: center;
  margin-bottom: 10px;
}

.img-box img {
  max-width: 100%;
}

.mb-30 {
  margin-bottom: 30px;
}

.inner-body {
  padding-top: 80px;
  padding-bottom: 70px;
}

header {
  font-size: 14px;
  color: #435ba1;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 160px;
  background-color: #fff;
}

header a {
  color: #435ba1;
}

header .fa-map-marker.fa {
  font-size: 24px;
  position: absolute;
  left: -20px;
  top: 10px;
}

header .fa.fa-phone {
  font-size: 24px;
  position: absolute;
  left: -28px;
  top: 3px;
}

p.small {
  font-size: 14px;
  margin-top: 24px;
  margin-bottom: 20px;
}

.bg-blue {
  background-color: #435ba1;
  padding-top: 30px;
  margin-bottom: 30px;
}

.bg-blue-2 {
  background-color: #13c5dd;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.bg-blue-2 h2 {
  margin-bottom: 20px;
}

.header__phone {
  text-align: right;
  white-space: nowrap;
}

.header__phone {
  padding-top: 8px;
}

.header__address {
  width: 160px;
  text-align: right;
  font-weight: normal;
  margin-left: 40px;
}

.header__phone ul,
.header__address ul {
  margin: 0;
}

.header__address li {
  font-size: 16px;
  position: relative;
}

.header__phone a {
  font-size: 18px;
  font-weight: bold;
}

.header__phone li {
  position: relative;
}

.header > .wrap > .container {
  padding: 0;
  margin-bottom: 10px;
  height: 90px;
  margin-top: 10px;
}

.header .container {
  padding: 0;
}

.header .col-md-3 {
  padding: 0;
}

.header__right {
  padding-top: 30px;
}

.navigation {
  width: 100%;
  border: none;
  background-color: #fff;
}

.navigation .nav {
  display: flex;
}

.navigation .nav a {
  font-size: 16px;
  display: inline-block;
  color: #354D92;
  transition: all .2s ease-in-out;
  line-height: 30px;
  height: 50px;
}

.navigation .nav .active > a,
.navigation .nav a:focus,
.navigation .nav a:hover {
  background-color: transparent;
  color: #13c5dd;
}

.bg-slider {
  background: url(../images/header.jpg) no-repeat scroll center transparent;
  width: 100%;
  height: 455px;
  background-size: cover;
  position: relative;
}

.text-color-white h1,
.text-color-white h2,
.text-color-white h3,
.text-color-white h4 {
  color: #ffffff;
}

.text-color-white,
.text-color-white li,
.text-color-white p {
  color: #ffffff;
}

.blue-block {
  padding: 25px;
  font-size: 18px;
  background: #354d92;
  position: absolute;
  left: 0;
  top: -140px;
  overflow: hidden;
}

.blue-block__ruble {
  position: relative;
  padding: 25px 25px 0 25px;
  top: 0;
  margin-top: -65px;
  margin-bottom: 65px;
}

.blue-block-2 {
  padding: 25px 35px 1px 35px;
  background-color: #13c5dd;
  position: absolute;
  left: 0;
  top: -222px;
}

.font-18,
.blue-block li {
  font-size: 18px;
}

.font-20 {
  font-size: 20px;
}

.left-block {
  position: absolute;
  top: -299px;
}

.moduletable.bg-slider__text {
  position: absolute;
  left: 0;
  top: 180px;
  color: #ffffff;
}

.moduletable.bg-slider__text h1 {
  font-size: 32px;
  padding-bottom: 14px;
}

.moduletable.bg-slider__text p {
  font-size: 18px;
}

.footer {
  background-color: #1c3360;
  padding: 30px 0 10px 0;
}

.footer li {
  color: #fff;
}

.footer li > a {
  position: relative;
  display: inline;
  padding: 0;
  color: #ffffff;
  background-color: transparent;
}

.footer li > a:hover {
  background-color: transparent;
  color: #13c5dd;
}

.footer li {
  padding-bottom: 14px;
  font-size: 15px;
}

.contacts {
  padding: 30px 0;
  color: #858c99;
  font-size: 16px;
  min-height: 490px;
}

.contacts li {
  padding-bottom: 10px;
}

.contacts .fa {
  color: #000;
  padding-right: 10px;
}

.contacts h3 {
  padding-bottom: 13px;
  margin-bottom: 29px;
  position: relative;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  border-bottom: 1px solid #ececec;
  color: #000;
}

.contacts h3:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #13c5dd;
  content: "";
  z-index: 1;
}

.contacts.contacts__inner {
  height: 395px;
}

.contacts.contacts__inner .col-md-5 {
  padding-right: 0;
}

.contacts.contacts__inner .col-md-7 {
  padding-left: 0;
}

.contacts.contacts__inner .contacts__list {
  background-color: #435ba1;
  height: 395px;
  padding: 35px 40px;
  color: #ffffff;
  font-size: 16px;
}

.contacts.contacts__inner .fa {
  color: #ffffff;
  padding-right: 10px;
}

.contacts.contacts__inner h3 {
  position: relative;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  border: none;
  color: #ffffff;
  margin-bottom: 18px;
}

.contacts.contacts__inner h3:after {
  display: none;
}

.contacts.contacts__inner li {
  font-size: 16px;
}

.contacts.contacts__inner a {
  color: #ffffff;
}

.contacts.contacts__inner a:hover {
  color: #000000;
}

.contacts.contacts__inner .mr-form a {
  color: #000;
}

.contacts.contacts__inner .mr-form a:hover {
  color: #000;
}

.contacts.contacts__inner a.btn-opora.show-contacts-map {
  background-color: #ffffff;
  color: #435ba1;
}

.contacts.contacts__inner a.btn-opora.show-contacts-map:hover {
  background-color: #13c5dd;
  color: #fff;
}

.container-fluid.inner-header {
  padding: 60px 0 50px;
  background: url(../images/header-bg.jpeg) no-repeat center top;
  background-size: cover;
  color: #ffffff;
  position: relative;
}

.overlay-pattern {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(52, 129, 219, 0.5);
  z-index: 0;
}

.inner-header .container * {
  z-index: 1;
}

.inner-header h1 {
  font-size: 35px;
  line-height: 38px;
  color: #ffffff;
}

.inner-header .breadcrumb {
  background: none;
  color: #ffffff;
  text-align: right;
}

.inner-header .breadcrumb img {
  display: none;
}

.inner-header .breadcrumb span,
.inner-header .breadcrumb a {
  color: #ffffff;
  font-size: 16px;
}

.inner-header .breadcrumb li:nth-child(2):before {
  display: none;
}

.navbar-header {
  margin: 0;
  width: 100%;
}

.navigation.navbar {
  margin-bottom: 0;
  border-radius: 0;
  -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(53, 77, 146, 0.2);
  height: 50px;
}

.no-padding {
  padding: 0;
}

.slider-wrap {
  max-height: 450px;
  overflow: hidden;
}

.with-border {
  padding-bottom: 13px;
  margin-bottom: 29px;
  position: relative;
  line-height: 30px;
  border-bottom: 1px solid #ececec;
  color: #000;
}

.with-border:after {
  position: absolute;
  bottom: -1px;
  left: 0;
  height: 2px;
  width: 50px;
  background: #13c5dd;
  content: "";
  z-index: 1;
}

.content-slider {
  width: 370px;
  box-shadow: 0 1px 5px 0 #4a4a4a;
  display: grid;
  margin-top: -30px;
}

.content-slider img {
  width: 370px;
}

.content-slider-wrap {
  text-align: center;
}

.content-slider-wrap .btn-opora.sp {
  margin: 30px 0;
}

.tabs {
  margin: 50px 0 0;
  border-radius: 5px;
  overflow: hidden;
}

.tabs-item-header {
  padding: 14px 20px;
  background-color: #f8f8f8;
  cursor: pointer;
  color: #354d92;
  font-size: 18px;
  font-weight: bold;
  transition: all .2s ease-in-out;
  border: 1px solid #f0f0f0;
}

.tabs-item-header:hover {
  background-color: #f1f1f1;
}

.tabs-item {
  /*border-bottom: 1px solid #f0f0f0;*/
}

.tabs-item i {
  font-size: 16px;
  margin-right: 16px;
  float: left;
  margin-top: 5px;
}

.tabs-item span {
  display: block;
  overflow: hidden;
}

.tabs-item:last-child {
  border: none;
}

.tabs-item-body {
  padding: 10px 20px;
  display: none;
}

.horizontal-tabs {
  margin-bottom: 30px;
}

.horizontal-tabs .container,
.horizontal-tabs .col-md-5 {
  padding: 0;
}

.horizontal-tabs-list {
  display: flex;
  justify-content: space-around;
}

.horizontal-tabs-item {
  color: #666;
  transition: all .2s ease-in-out;
  padding: 14px 25px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
}

.horizontal-tabs-item.active,
.horizontal-tabs-item:hover {
  color: #13c5dd;
}

.horizontal-tabs-body {
  display: none;
}

.horizontal-tabs-body img {
  width: 100%;
}

.horizontal-tabs-body.active {
  display: block;
}

.table > tbody > tr > td {
  color: #555555;
  border-top: none;
  border-bottom: 1px solid #ddd;
  padding-left: 0;
  padding-right: 0;
}

.blue-block h3 i {
  font-size: 68px;
  float: left;
  margin-right: 10px;
}

.ruble-icon-large {
  position: absolute;
  font-size: 145px;
  opacity: 0.1;
  left: 70%;
  top: 50%;
}

.content-slider-big {
  width: 100%;
  box-shadow: 0 1px 5px 0 #4a4a4a;
  display: grid;
}

.content-slider-big img {
  width: 100%;
}

.bg-blue.bg-blue__time {
  margin-top: 30px;
  padding-bottom: 30px;
}

.bg-blue.bg-blue__time .btn-opora {
  margin-top: 20px;
}

.time {
  position: relative;
  padding-left: 75px;
}

.time:before {
  content: '';
  display: block;
  width: 54px;
  height: 54px;
  float: left;
  background: url(../images/7.png);
  position: absolute;
  left: 0;
  top: 20px;
}

.blue-block-3 {
  padding: 25px 25px 1px 25px;
  background-color: #13c5dd;
  position: relative;
}

.blue-block-2.blue-block-2__welcome {
  top: -295px;
  padding-bottom: 35px;
}

.bg-blue.bg-blue__welcome {
  padding: 55px 0;
}

.steps .row {
  margin-bottom: 20px;
}

.steps i {
  color: #13c5dd;
  margin-right: 10px;
  font-size: 24px;
}

.steps .col-md-2 {
  text-align: center;
}

.mr-form-lightbox__form.mr-form-lightbox__form-contacts {
  max-width: 1200px;
  padding: 35px;
}

.mr-form-lightbox__form.mr-form-lightbox__form-contacts h2 {
  margin-top: 0;
}

.mr-form-lightbox__form.mr-form-lightbox__form-contacts h2:after {
  display: none;
}

.valuable-status-item {
  border: 1px solid #eeeeee;
  padding: 24px 30px 20px;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  position: relative;
  background-color: #fcfcfc;
}

.contacts.contacts__inner .mod_mrform h2 {
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 0;
}

.contacts.contacts__inner .valuable-status-item h3 {
  font-size: 20px;
  z-index: 1;
  position: relative;
  color: #111111;
  padding-bottom: 17px;
  margin-bottom: 0;
  font-weight: normal;
}

.valuable-status-item ul {
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
  z-index: 1;
}

.valuable-status-item li {
  color: #555555;
  border-color: #eeeeee;
  padding: 11px 0 13px;
  overflow: hidden;
  font-size: 16px;
  border-bottom: 1px solid rgba(225, 225, 225, 0.5);
  line-height: 24px;
}

.valuable-status-item ul li:last-child {
  border-bottom: none;
}

.containe.inner-body .row:after {
  clear: both;
  content: '';
  display: block;
}

.blog-featured {

}

.service-item {
  padding-bottom: 30px;
}

.service-item-image {
  width: 100%;
}

.service-item-image img {
  width: 100%;
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
}

.service-item-info {
  padding: 24px 23px 35px;
  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

h4.service-item-title {
  font-size: 20px;
  line-height: 30px;
  padding-bottom: 6px;
  font-weight: 400;
}

.service-item-info a {
  color: #555555;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.service-item-info a:hover,
.service-item-info a:focus {
  text-decoration: none;
  color: #13c5dd;
}

.service-item-info .service-item-details a {
  color: #13c5dd;
}

.service-item-info .service-item-details a:hover,
.service-item-info .service-item-details a:focus {
  color: #555555;
}

.service-item-info .service-item-details a:after {
  padding-left: 4px;
  font: normal normal normal 15px/0 FontAwesome;
  content: "\f105";
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.service-item-info .service-item-details a:hover:after {
  padding-left: 8px;
}

@media screen and (max-width: 767px) {
  .service-item {
    max-width: 370px;
    margin: 0 auto;
  }
}

.item-page {
  margin-bottom: 30px;
}

.item-page .page-header,
.item-page h2 {
  margin-top: 0;
}

.moduletable-service-menu {
  padding: 0;
  background: transparent;
  border: 1px solid #eaeaea;
  color: #ffffff;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
}

.moduletable-service-menu h3 {
  color: #ffffff;
  font-weight: 700;
  font-size: 20px;
  line-height: 30px;
  padding: 15px 30px;
  background-color: #13c5dd;
  border-radius: 5px 5px 0 0;
}

.moduletable-service-menu > ul > li > ul {
  display: none;
}

.moduletable-service-menu > ul > li.current > ul {
  display: block;
}

.moduletable-service-menu > ul > li > ul a {
  padding: 8px 10px 8px 35px;
  font-size: 13px;
}

.moduletable-service-menu > ul li {
  padding: 0;
  font-size: 15px;
}

.moduletable-service-menu > ul > li.current {
  border: none;
}

.moduletable-service-menu > ul li > a:hover {
  text-decoration: none;
}

.moduletable-service-menu > ul li > a {
  padding: 16px 25px;
  color: #555555;
  position: relative;
  display: block;
  -webkit-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  text-decoration: none;
  border-bottom: 1px solid #eaeaea;
}

.moduletable-service-menu > ul li.current > a,
.moduletable-service-menu > ul li > a:focus,
.moduletable-service-menu > ul li > a:hover {
  background-color: #eaf2fb;
  color: #13c5dd;
}

.moduletable-service-menu > ul li > a span {
  position: absolute;
  top: 50%;
  right: 15px;
  color: rgba(225, 225, 225, 0.4);
  font: normal normal normal 16px/0 FontAwesome;
  opacity: 0;
  text-rendering: auto;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  z-index: 1;
  color: #13c5dd;
}

.moduletable-service-menu > ul li.current > a span,
.moduletable-service-menu > ul li > a:hover span {
  opacity: 1;
}

.department-item {
  padding: 26px 25px 24px;
  margin-bottom: 30px;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  height: 260px;
}

.department-icon {
  padding-bottom: 6px;
}

.department-title {
  padding-bottom: 6px;
  font-weight: 400;
}

.department-item a {
  text-decoration: none;
  color: #555555;
  transition: all ease .3s;
}

.department-item a:hover {
  text-decoration: none;
  color: #13c5dd;
}

.accordion {
  background: #ffffff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.accordion-item {
  border-bottom: 1px solid #e8e8e8;
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-title a {
  color: #555555;
  position: relative;
  display: block;
  font-size: 16px;
  padding: 16px 55px 18px 29px;
  text-decoration: none;
  transition: all ease .3s;
}

.accordion-title a.active {
  color: #13c5dd;
  transition: all ease .3s;
}

.accordion-title a.active:after {
  background: url(../images/icon343x.png) no-repeat 100% 50%;
}

.accordion-title a:after {
  position: absolute;
  top: 50%;
  right: 17px;
  width: 17px;
  height: 17px;
  background: url(../images/icon333x.png) no-repeat 100% 50%;
  background-size: 17px auto;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
}

.accordion-body {
  border-top: 1px solid #e8e8e8;
  padding: 26px 25px 29px 30px;
  display: none;
}

.price .accordion-body {
  padding: 10px 0 20px;
}

.price .accordion-title a:after {
  display: none;
}

.acr-head-elm {
  display: none;
}

.price .accordion {
  border: none;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.price .accordion-item {
  border: none;
  border-bottom: 1px solid #e4e8e9;
}

.price .accordion-item:first-child {
  border-top: 1px solid #e4e8e9;
}

.price .accordion-title {
  position: relative;
}

.price .accordion-title a {
  font-size: 20px;
  font-weight: 100;
  position: relative;
  padding: 24px 0 24px 50px;
}

.price .acr-head-elm {
  display: block;
  position: absolute;
  left: 5px;
  top: 50%;
  width: 32px;
  height: 32px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.price .acr-head-elm:before,
.price .acr-head-elm:after {
  content: "";
  position: absolute;
  background-color: #354D92;
  -webkit-transition: -webkit-transform 0.25s ease-out;
  transition: -webkit-transform 0.25s ease-out;
  -o-transition: transform 0.25s ease-out;
  transition: transform 0.25s ease-out;
}

.price .acr-head-elm:before {
  top: 0;
  left: 50%;
  width: 2px;
  height: 100%;
  margin-left: -2px;
}

.price .acr-head-elm:after {
  top: 50%;
  left: 0;
  width: 100%;
  height: 2px;
  margin-top: -2px;
}

.js-accordion-toggle.active + .acr-head-elm:before {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.js-accordion-toggle.active + .acr-head-elm:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.price .accordion-title a.active {
  color: #555555;
}

.price .accordion-body table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

.price .accordion-body table td {
  color: #3d474d;
  background-color: #fff;
  vertical-align: top;
  padding: 16px 10px 16px 10px;
  font-style: normal;
  font-weight: 100;
  width: 50%;
  border: none;
  text-align: left;
}

.price .accordion-body table tr:nth-child(1) td {
  font-weight: bold;
}

.price .accordion-body table tr:nth-child(even) td {
  background-color: #dcf5fb;
}

#testimonials h2 {
  margin-bottom: 36px;
}

#testimonials .owl-item {
  margin-bottom: 20px;
}

#testimonials .hidden-row {
  display: none;
}

.more-testimonials.btn-opora {
  margin: 40px auto 0;
}

.testimonial-item {
  padding: 26px 28px 28px;
  background: #ffffff;
  border: 1px solid #e8e8e8;
  -webkit-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  text-align: left;
  min-height: 250px;
}

.testimonial-item .csgve-image {
  padding-right: 15px;
  float: left;
}

.testimonial-item .csgve-image img {
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  display: inline-block;
  width: 57px;
  height: 57px;
}

.testimonial-item .testimonial-author {
  padding: 5px 0 0;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}

.testimonial-item .author-designation {
  color: #999999;
  font-weight: 400;
  font-size: 15px;
  line-height: 22px;
}

.testimonial-item .description {
  display: block;
  padding-top: 9px;
  overflow: hidden;
  clear: both;
  font-size: 15px;
  color: #777777;
}

.testimonial-item p {
  font-size: 15px;
  color: #777777;
}

.padding-wrap {
  padding: 80px 40px;
  position: relative;
}

.mod_testimonials {
  background-color: #fcfcfc !important;
  border-bottom: 1px solid #dad4d4;
  min-height: 350px;
}

.testimonials-slider {
  position: relative;
  overflow: hidden;
  width: 100%;
  min-height: 183px;
}

.testimonials-slider__wrap {
  width: 300%;
  display: flex;
  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease .5s;
}

.testimonials-slider__wrap.grab {
  cursor: grab;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-transition: none;
  -ms-transition: none;
  transition: none;
}

.testimonials-slider-item {
  width: 100%;
}

.testimonials-slider-item.active {
  display: block;
}

.testimonials-slider-item-image {
  float: left;
}

.testimonials-slider-item-image img {
  width: 183px;
  height: 183px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
}

.testimonials-slider-item-info {
  display: block;
  padding: 13px 0 0 61px;
  overflow: hidden;
  font-size: 20px;
  line-height: 30px;
  color: #777777;
}

.testimonials-slider-item-info * {
  color: #555555;
}

.testimonials-slider-item-info a {
  color: #337ab7;
  font-size: 18px;
  text-decoration: underline;
}

.testimonials-slider-item-info a:hover {
  text-decoration: none;
}

.testimonials-slider-item-author {
  padding: 16px 0 0;
  font-weight: 400;
  line-height: 23px;
  font-size: 18px;
  color: #333;
}

.testimonials-slider-item-designation {
  color: #13c5dd;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 14px;
}

.testimonials-page .testimonials-slider-item-image {
  float: none;
  text-align: center;
}

.testimonials-page .testimonials-slider-item-image img {
  width: auto;
  height: auto;
  -webkit-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}

.testimonials-page  .testimonials-slider-item-info {
  padding: 0;
}

.testimonial-item .description a {
  color: #337ab7;
  font-size: 14px;
  text-decoration: underline;
}

.testimonial-item .description a:hover {
  text-decoration: none;
}

.owl-dots {
  position: absolute;
  top: 50%;
  right: 10px;
  width: 20px;
  padding: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.owl-dots .owl-dot {
  display: inline-block;
  vertical-align: middle;
  width: 6px;
  height: 6px;
  margin: 7px 5px;
  background-color: #d6d6d6;
  cursor: pointer;
  text-indent: -999px;
  -webkit-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.owl-dots .owl-dot.active {
  width: 9px;
  height: 9px;
  background-color: #13c5dd;
}

.inner-body img {
  max-width: 100%;
}

.inner-body img.img-text-right {
  float: right;
  margin-top: 18px;
  margin-left: 20px;
}

.inner-body img.img-text-left {
  float: left;
  margin-top: 18px;
  margin-right: 20px;
}

.inner-body .moduletable {
  margin: 0 0 40px 0;
}

.inner-body .moduletable h2,
.inner-body .moduletable h3 {
  margin-bottom: 14px;
  font-size: 30px;
}

.mod_prices h3 {
  margin-bottom: 20px;
}

.prices-item {
  padding: 20px 30px;
  border: 1px solid #354D92;
  text-align: center;
  color: #354D92;
}

.prices-header {
  font-size: 18px;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.prices-price {
  border-bottom: 1px solid #354D92;
  border-top: 1px solid #354D92;
  font-size: 30px;
  padding: 10px 0;
  margin-bottom: 20px;
}

.prices-text {
  font-size: 16px;
  color: #555555;
}

.timer_wrap {
  padding: 28px 10px 0;
}

.timer_list_left {
  margin-right: 23px;
  margin-bottom: 0;
}

.timer_list_right {
  margin-left: 10px;
  margin-bottom: 0;
}

.timer_list li {
  font-size: 16px;
  color: #354D92;
  line-height: 20px;
  padding: 10px;
  position: relative;
  display: flex;
  align-items: center;
  border-radius: 20px;
  cursor: pointer;
  -webkit-transition: all ease .1s;
  -ms-transition: all ease .1s;
  transition: all ease .1s;
  margin-bottom: 1px;
  height: 50px;
}

.timer_list li.active,
.timer_list li:hover {
  color: #fff;
  background-color: #354D92;
}

.timer_list li i {
  margin-right: 28px;
  font-size: 30px;
}

.gallery-link {
  position: relative;
  display: block;
  margin-bottom: 30px;
  cursor: pointer;
  overflow: hidden;
}

.gallery-hover {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(53, 77, 146, 0.5);
  z-index: 2;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
  opacity: 0;
}

.gallery-link:hover .gallery-hover {
  opacity: 1;
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-link img {
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.gallery-link:hover img {
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

.header .nav li {
  position: relative;
}

.header .nav li a:hover {
  text-decoration: none;
}

.header .nav .nav-child {
  display: none;
  position: absolute;
  top: 49px;
  left: 0;
  background-color: #fff;
  padding: 0 0 10px 0;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
}

.header .nav .nav-child a {
  line-height: 1;
  padding: 10px 15px;
  height: auto;
  min-width: 240px;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.header .nav .nav-child a:hover {
  background: rgba(67, 91, 161, 0.1);
}

.inner-body .moduletable:after {
  display: block;
  clear: both;
  content: '';
}

.item-page ul {
  padding-left: 5px;
  margin-bottom: 10px;
}

.item-page ul li {
  position: relative;
  padding-left: 15px;
}

.item-page ul li:before {
  content: "—";
  position: absolute;
  left: -5px;
}

.item-page ol {
  list-style-type: decimal;
  padding-left: 18px;
  margin-bottom: 10px;
}

.item-page table {
  width: 100%;
  margin-bottom: 10px;
}

.item-page td {
  padding: 5px 10px;
  text-align: center;
  border: 1px solid rgba(85, 85, 85, 0.5);
  color: #555555;
  font-weight: 400;
  font-size: 15px;
  line-height: 24px;
}

/* Doctors */
.csgve-doctors {
  padding: 56px 0 70px;
}

.doctors-item {
  padding-bottom: 30px;
}

.doctors-item .csgve-image img {
  -webkit-border-radius: 4px 4px 0 0;
  -ms-border-radius: 4px 4px 0 0;
  border-radius: 4px 4px 0 0;
  width: 270px;
  height: 220px;
}

.doctors-item .csgve-image {
  text-align: center;
  position: relative;
}


.doctor-info {

  background: #ffffff;
  border-bottom: 1px solid #e8e8e8;
  border-left: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  -webkit-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}

.doctor-info h4 {
  line-height: 22px;
}

.doctor-info h5 {
  font-size: 15px;
  line-height: 22px;
}

.doctor-info .doctor-name {
  padding-bottom: 0;
  font-weight: 400;
}

.doctor-info .doctor-designation {
  padding-bottom: 15px;
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-weight: 400;
  letter-spacing: 0.2px;
}

.doctor-contact-info {
  padding: 19px 0 0;
  border-top: 1px solid #eeeeee;
}

.doctor-contact-item span,
.doctor-contact-item a {
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 0.2px;
}

.doctor-contact-item {
  padding-bottom: 9px;
}

.doctor-contact-item span i,
.doctor-contact-item a i {
  padding-right: 10px;
  color: #13c5dd;
  font-size: 18px;
}

.doctor-contact-item i {
  padding-right: 10px;
  color: #13c5dd;
  font-size: 18px;
}

.doctor-contact-item {
  font-family: "Asap", Arial, sans-serif;
  font-style: normal;
  letter-spacing: 0.2px;
  color: #777777;
}

.doctor-contact-info .csgve-btn-group {
  padding-top: 9px;
}

.doctor-contact-info .csgve-gray-border-btn {
  color: #999999;
  border-width: 1px;
}

.doctor-contact-info .csgve-small-btn {
  min-width: 109px;
  padding: 4px 15px 5px 13px;
  font-size: 13px;
}

.doctor-bg-change {
  background-color: #435ba1;
  padding: 24px 24px 15px;
}

.doctor-name a, .doctor-info .doctor-designation {
  color: #fff;
}

.doctor-name a:hover {
  text-decoration: none;
}

.doctor-contact-info {
  padding: 25px 24px 14px;
}

.doctor-info .doctor-designation {
  color: #13c5dd;
}

.doctor-contact-info .doctor-contact-item {
  padding-bottom: 14px;
}

/*Doctor Hover Effects*/
.doctor-style-one .csgve-item.doctors-item .doctor-contact-info .doctor-contact-item a {
  color: #fff;
}

.doctor-style-one .csgve-item.doctors-item .doctor-contact-info {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: 0;
  padding: 0;
  border: none;
  display: block;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.doctor-style-one .csgve-item.doctors-item.class-trigger .doctor-contact-info {
  display: block;
  opacity: 1;
  padding-bottom: 10%;
  width: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.doctor-style-one .doctors-item .csgve-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.doctor-style-one .csgve-item.doctors-item .doctor-contact-info {
  padding-bottom: 10%;
}

.doctor-style-one .csgve-item.doctors-item.class-trigger .doctor-contact-info .doctor-contact-item {
  opacity: 1;

  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease 1s;
}

.doctor-style-one .csgve-item.doctors-item .doctor-contact-info .doctor-contact-item {
  opacity: 0;

  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.doctor-style-one .doctor-contact-info .doctor-contact-item span i, .doctor-style-one .doctor-contact-info .doctor-contact-item a i {
  color: #fff;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 5px;
}

.doctor-style-one .doctor-contact-info .doctor-contact-item span,
.doctor-style-one .doctor-contact-info .doctor-contact-item a {
  color: #fff;
}

.doctor-style-one .doctor-contact-info .doctor-contact-item {
  border: none;
  color: #fff;
  position: relative;
  top: 75%;
  margin-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.icon-trigger {
  position: absolute;
  width: 35px;
  height: 35px;
  background: #13c5dd;
  border-radius: 100%;
  top: -35px;
  right: 15px;
  cursor: pointer;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;

}

.icon-trigger:before, .icon-trigger:after {
  content: "";
  position: absolute;
  width: 10px;
  height: 2px;
  display: inline-block;
  background: #fff;
  top: 16px;
  left: 0;
  right: 0;
  margin: 0 auto;

  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;

}

.icon-trigger:after {
  transform: rotate(90deg);
}

.csgve-hover .icon-trigger {
  top: 15px;
  z-index: 1;
}

.class-trigger .icon-trigger:before {
  transform: rotate(-45deg);
}

.class-trigger .icon-trigger:after {
  transform: rotate(45deg);
}

.doctor-contact-info .doctor-contact-item {
  text-align: center;
  border-bottom: 1px solid #dddddd;
  padding-bottom: 10px;
  padding-top: 10px;
}

.head-departments .doctors-item .csgve-btn-group,
.doctors-style-three .doctors-item .csgve-btn-group, .medical-staffs .doctors-item .csgve-btn-group.medic-button {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
  color: #fff;
}

.doctor-info {
  text-align: center;
}

.head-departments .doctors-item .csgve-small-btn {
  padding: 7px 18px 6px 19px;
  min-width: 156px;
}

.head-departments .doctors-item .csgve-btn, .doctors-style-three .doctors-item .csgve-btn {
  font-size: 13px;
  color: #999999;
  background-color: #fff;
  border: 2px solid #fff;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.head-departments .doctors-item .csgve-btn:hover,
.doctors-style-three .doctors-item .csgve-btn:hover {
  color: #13c5dd;
  text-decoration: none;
}

.medical-staffs .doctors-item .csgve-btn-group.medic-button .csgve-btn:hover {
  border: 2px solid #fff;
  color: #13c5dd;
}

/*Doctor Hover Effects*/
.doctor-style-one .csgve-item.doctors-item .doctor-contact-info .doctor-contact-item a {
  color: #fff;
}

.doctor-style-one .csgve-item.doctors-item .doctor-contact-info {
  position: absolute;
  opacity: 0;
  top: 0;
  right: 0;
  left: auto;
  bottom: 0;
  width: 0;
  padding: 0;
  border: none;
  display: block;
  background: rgba(0, 0, 0, 0.35);
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.doctor-style-one .csgve-item.doctors-item.class-trigger .doctor-contact-info {
  display: block;
  opacity: 1;
  padding-bottom: 10%;
  width: 100%;
  -webkit-transition: all ease .3s;
  -ms-transition: all ease .3s;
  transition: all ease .3s;
}

.doctor-style-one .doctors-item .csgve-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.doctor-style-one .csgve-item.doctors-item .doctor-contact-info {
  padding-bottom: 10%;
}

.doctor-style-one .csgve-item.doctors-item.class-trigger .doctor-contact-info .doctor-contact-item {
  opacity: 1;

  -webkit-transition: all ease .5s;
  -ms-transition: all ease .5s;
  transition: all ease 1s;
}

.doctor-style-one .csgve-item.doctors-item .doctor-contact-info .doctor-contact-item {
  opacity: 0;

  -webkit-transition: all ease 0.2s;
  -ms-transition: all ease 0.2s;
  transition: all ease 0.2s;
}

.doctor-style-one .doctor-contact-info .doctor-contact-item span i, .doctor-style-one .doctor-contact-info .doctor-contact-item a i {
  color: #fff;
  font-size: 16px;
  padding-right: 10px;
  padding-left: 5px;
}

.doctor-style-one .doctor-contact-info .doctor-contact-item span,
.doctor-style-one .doctor-contact-info .doctor-contact-item a {
  color: #fff;
}

.doctor-style-one .doctor-contact-info .doctor-contact-item {
  border: none;
  color: #fff;
  position: relative;
  top: 75%;
  margin-right: 7px;
  padding-top: 5px;
  padding-bottom: 5px;
}

@media screen and (max-width: 1199px) {
  .head-departments .doctors-item, .medical-staffs .doctors-item {
    width: 100%;
    margin: 0 auto;
    padding: 0 11px 30px;
  }
}

@media screen and (max-width: 767px) {
  .department-item {
    padding: 25px 25px 15px;
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  .head-departments .doctors-item, .medical-staffs .doctors-item {
    width: 270px;
    padding-bottom: 30px;
  }
}

@media print {
  body * {
    visibility: hidden;
  }

  .main-wrap {
    display: none;
  }

  #printable, #printable * {
    visibility: visible;
  }

  #printable {
    position: absolute;
    left: 0;
    top: 0;
  }
}

@media (min-width: 993px) {
  .navigation .navbar-collapse.collapse {
    display: block !important;
  }
}

@media (max-width: 992px) {
  .item-page .page-header {
    margin-top: 40px;
  }

  .timer_list li {
    height: auto;
  }

  .header .nav .nav-child {
    display: none !important;
  }

  .inner-body .moduletable h2,
  .inner-body .moduletable h3 {
    text-align: center;
  }

  .timer_list_right,
  .timer_list_left {
    margin: 0;
  }

  .timer_wrap {
    padding: 0;
  }

  .timer_list li {
    margin-right: 10px;
  }

  .prices-item {
    margin-bottom: 20px;
  }

  .header > .wrap > .container {
    height: auto;
  }

  .header__phone,
  .header__address {
    width: 200px;
    text-align: left;
    font-weight: normal;
    margin: 0 auto;
    padding-left: 20px;
  }

  header .fa-map-marker.fa {
    left: -28px;
  }

  .main-wrap {
    padding: 0;
  }

  .hide-mobile {
    display: none !important;
  }

  .hide-desktop {
    display: block !important;
  }

  .navigation > .container {
    width: 100%;
  }

  .navigation .navbar-collapse.collapse {
    display: none;
  }

  .navigation.fixed-menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  }

  .header {
    text-align: center;
    height: auto;
    position: relative;
  }

  .header__button {
    display: none;
  }

  .header .col-md-3 {
    padding: 10px 10% 0;
  }

  .navigation .nav {
    flex-direction: column;
    -webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 3px rgba(0, 0, 0, 0.1);
  }

  .navigation.navbar-default .navbar-toggle {
    border-color: transparent;
    background-color: transparent;
    display: block;
    float: right;
    margin-right: 0;
  }

  .navigation.navbar-default .navbar-toggle .icon-bar {
    background-color: #000;
  }

  .navbar-default .navbar-collapse {
    background-color: #fff;
    position: absolute;
    z-index: 100;
    width: 100%;
    margin: 0;
    padding: 0;
    left: 0;
    top: 50px;
  }

  .navbar-default .navbar-collapse ul li a {
    color: #555555 !important;
    width: 100%;
    font-weight: 100;
    text-align: left;
    border-bottom: 1px solid #e0dcdc;
  }

  .navbar-default .navbar-collapse ul li:last-child a {
    border-bottom: none;
  }

  .navbar-default .navbar-collapse ul li a:hover {
    color: #13c5dd;
    background-color: #e0dcdc;
  }

  .contacts {
    margin-bottom: 20px;
  }

  .contacts h3 {
    margin-top: 30px;
  }

  .blue-block {
    position: relative;
    top: 0;
    margin-top: -100px;
  }

  .blue-block.blue-block__ruble {
    margin: 10px 0 30px;
  }

  .blue-block-2 {
    position: relative;
    top: 0;
  }

  .left-block {
    position: relative;
    top: 0;
    height: 300px;
    /*text-align: center;*/
  }

  .content-slider {
    width: 100%;
    margin-top: 0;
  }

  .content-slider img {
    width: 100%;
  }

  .tabs {
    margin-bottom: 10px;
  }

  .tabs.hide-desktop .container,
  .tabs.hide-desktop .col-md-5,
  .tabs.hide-desktop .col-md-6 {
    padding: 0;
  }

  .tabs.hide-desktop {
    margin-bottom: 30px;
  }

  .tabs.hide-desktop img {
    width: 100%;
  }

  .content-slider-big {
    margin-bottom: 20px;
  }

  .bg-blue.bg-blue__time .col-md-4 {
    text-align: center;
  }

  .steps .row {
    text-align: center;
  }

  .blue-block-2.blue-block-2__welcome {
    position: relative;
    top: 0;
  }
  .no-padding-md {
    padding-left: 0;
    padding-right: 0;
  }

  .container-fluid.inner-header {
    text-align: center;
  }

  .inner-header .breadcrumb {
    text-align: center;
  }

  .contacts.contacts__inner .col-md-7,
  .contacts.contacts__inner .col-md-5 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .contacts.contacts__inner {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .contacts.contacts__inner .mod_mrform h2 {
    margin-top: 30px;
  }

  .contacts.contacts__inner .mod_tm_ajax_contact_form label {
    /*margin-top: 20px;*/
    /*margin-bottom:20px;*/
  }

  .contacts.contacts__inner .contacts__list {
    height: auto;
    padding: 5px 20px 15px;
  }

  .inner-body .col-md-9.pull-right {
    float: none !important;
  }

  .padding-wrap {
    padding: 40px 0;
    position: relative;
  }

  .testimonials-slider-item {
    text-align: center;
  }

  .testimonials-slider {
    min-height: 400px;
  }

  .owl-dots {
    top: auto;
    right: 0;
    width: 60px;
    bottom: 20px;
    transform: translateX(-50%);
    left: 50%;
  }

  .testimonials-slider-item-info {
    padding: 13px 0 0 0;
  }

  .testimonials-slider-item-image {
    float: none;
  }
}

@media (max-width: 1199px) {
  .blue-block-2.blue-block-2__welcome {
    position: relative;
    top: 0;
  }
  .no-padding-lg {
    padding-left: 0;
    padding-right: 0;
  }
}
