* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  word-wrap: break-word;
	/* transition: ease 0.6s all; */
}


body::-webkit-scrollbar {
  width: 1em;
}

body::-webkit-scrollbar-track {
  background-color: white;
}

body::-webkit-scrollbar-thumb {
  background-color: grey;
}

body {
  color: #000;
  line-height: 1.3;
  font-weight: 400;
  font-size: 14px;
	font-family: "Open Sans", sans-serif;
  overflow-x: hidden !important;
}

ol li, ul li {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
}

.language-container {

}

.language-container .lang {

}

.language-container .lang a {
    text-transform: uppercase;
    color: #fff;
}

body:not(.home) .language-container .lang a {
    color: #fff;
}

body:not(.home) .language-container .lang a,
body .sticky .language-container .lang a {
    color: #000;
}

p {
  font-size: 14px;
  font-weight: 400;
  color: #707070;
  line-height: 1.5;
  font-family: "Open Sans", sans-serif;
}

img {
  width: 100%;
  height: auto;
}

span, a {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

[data-overlay-color] .section-head p {
  color: #ccc;
}
[data-overlay-color].process .icon {
  color: #fff !important;
}

.bg-gray {
  background: #f9f9f9;
}

.o-hidden {
  overflow: hidden;
}

.pos-re {
  position: relative;
}

.full-width {
  width: 100% !important;
}

.lg-line-height {
  line-height: 1.5;
}

.bg-img {
  background-size: cover;
  background-repeat: no-repeat;
}

.bg-fixed {
  background-attachment: fixed;
}

.valign {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.v-middle {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 15px;
  line-height: .7;
}

.owl-theme .owl-dots .owl-dot span {
  width: 8px;
  height: 8px;
  margin: 0 7px;
  border-radius: 50%;
  background: #ddd;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background: #1A237E;
}

/* ----------------------------------------------------------------
     [ End Basics ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 02 Start Buttons ]
-----------------------------------------------------------------*/
.butn {
  padding: 12px 35px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  position: relative;
  z-index: 3;
  margin-left: 10px;
  margin-right: 10px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all .4s;
  transition: all .4s;
  cursor: pointer;
  outline: none !important;
  overflow: hidden;
}
.butn span {
  position: relative;
  z-index: 2;
}
.butn:after {
  content: '';
  width: 0;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: width 0.4s;
  transition: width 0.4s;
  z-index: 1;
  opacity: 1;
}
.butn:hover:after {
  width: 100%;
}

.butn-bg {
  background: #1A237E;
  border-color: #1A237E;
  color: #fff;
}
.butn-bg:hover span {
  color: #1A237E;
}

.butn-light, .butn-bord {
  background: #fff;
}
.butn-light:after, .butn-bord:after {
  background: #1A237E;
}
.butn-light:hover span, .butn-bord:hover span {
  color: #fff !important;
}
.butn-light span, .butn-bord span {
  color: #1A237E;
}

.butn-bord {
  background: transparent !important;
  border-color: #1A237E;
}

/* ----------------------------------------------------------------
     [ End Buttons ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 03 Start Navbar ]
-----------------------------------------------------------------*/
.general-header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
}

.general-header > .container:first-child {
  /* display: none; */
}

.general-header.sticky {
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.03);
}

.general-header .contacts {
	color: #fff;
	font-size: 14px;
	font-weight: 600;
  transition: unset;
}


/*
.general-header.sticky .contacts {
  visibility: hidden;
  height: 0;
}

.general-header.sticky .contacts * {
  opacity: 0;
}
.general-header.sticky .contacts * {
  height: 0;
  margin: 0 !important;
  padding: 0 !important;
}
*/
.general-header.sticky .contacts .list-inline-item {
  color: #222;
}
.general-header.sticky .navbar-expand-lg {
  margin: 0;
}
.hotfix .general-header .contacts,
.general-header.sticky .contacts {
  color: #222;
}
.general-header .contacts .list-inline {
  margin: 10px 0 0;
}
.general-header.sticky .contacts .list-inline {
  margin: 3px 0 0;
}
.general-header .contacts .list-inline-item {
  color: #fff;
  font-size: 12px;
	margin-right: 15px;
}
body:not(.home) .general-header .contacts .list-inline-item {
  color: #222;
}

.navbar-expand-lg {
  width: 100%;
  margin: 5px 0;
  padding: 0 1rem;
}
.hotfix .general-header .logo-brand,
.general-header.sticky .logo-brand,
.logo-brand-fixed {
  display: none;
}
.logo-description {
  font-size: 10px;
}
body.home .general-header:not(.sticky) .logo-description {
  color: #fff;
}
.hotfix .general-header,
.general-header.sticky {
  background-color: rgba(255, 255, 255, 0.96);
  box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.03);
}
.general-header.sticky .logo-brand {
  display: none;
}
.general-header.sticky .logo-brand-fixed,
.hotfix .general-header .logo-brand-fixed {
  display: block;
}
.logo-brand-fixed img,
.logo-brand img {
  height: 32px;
  max-width: 215px;
  transition: none;
}

.text-logo {
  color: #fff;
  font-weight: bold;
  font-size: 33px;
  font-style: italic;
}

.navbar-toggler i {
  color: #fff;
}

.hotfix .general-header .text-logo,
.sticky .text-logo,
.sticky .navbar-toggler i {
	color: #222;
}
.menu-item {
  margin-left: 30px;
}
.menu-item a {
  color: #fff;
  font-size: 14px;
  line-height: 19px;
  font-weight: 600;
  border-bottom: 2px solid transparent;
}
.navbar-collapse > ul > li > .dropdown-menu > li {
  margin: 0px 20px;
}
.navbar-collapse > ul > li > .dropdown-menu > li > a {
  color: #222;
}
.navbar-collapse > ul > li > .dropdown-menu > li:hover > a,
.navbar-collapse > ul > li:hover > a,
.navbar-collapse > ul > li.current-menu-item > a {
  border-bottom: 2px solid;
}

.sticky .menu-item a,
.hotfix .general-header .menu-item a {
	color: #222;
}

.navbar .menu-socials {
  display: none;
}

.logo {
  padding: 15px 0;
  width: 100px;
}
.area {
  padding: 70px 0;
}

.hotfix .content-area {
  padding: 130px 0 0;
}
.hotfix .content-area .entry-header {
  margin: 15px 0 0;
}
.hotfix .content-area .entry-header .entry-title {
  font-size: 36px;
  color: #008FEF;
  text-align: center;
  font-style: normal;
  font-weight: bold;
}
.archive.hotfix .content-area .entry-header .entry-title {
  font-weight: bold;
  text-transform: uppercase;
}
.hotfix .content-area .entry-excerpt p {
  font-size: 15px;
  font-weight: 300;
  line-height: 20px;
  text-align: center;
  margin: 40px 25% 40px 25%;
}
.breadcrumb {
  background-color: transparent;
  padding: 40px 0 0;
}
.breadcrumbs .sep {
  display: inline-block;
  padding: 0 10px;
}
.breadcrumbs * {
  font-size: 14px;
}
.article-breadcrumb {
  background-image: url(assets/img/breadcrumbs.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 20px;
}
.article-breadcrumb .breadcrumbs *,
.content-area .article-breadcrumb .entry-header .entry-title,
.hotfix .content-area .article-breadcrumb .entry-excerpt p {
  color: #fff;
}
.article-breadcrumb:after {
  content: '';
  opacity: .44;
  background-color: #008FEF;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}
.article-breadcrumb > .container * {
  z-index: 1;
}
/* ----------------------------------------------------------------
     [ End Navbar ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 04 Start Header ]
-----------------------------------------------------------------*/
.header {
  height: 936px;
  height: 90vh;
  position: relative;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}
.header.video {
  overflow: hidden;
}
.header .caption .o-hidden {
  display: inline-block;
}
.header .caption h4 {
  font-size: 50px;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 4px;
  -webkit-animation-delay: .2s;
          animation-delay: .2s;
}
.header .caption .content h1 {
  margin: 10px 0;
  font-size: 65px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  word-spacing: 2px;
  -webkit-animation-delay: .6s;
          animation-delay: .6s;
}
.header .caption .content p {
	font-size: 20px;
	font-weight: 300;
	line-height: 1.3;
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}
.header .caption {
  padding-top: 248px;
  padding-top: 160px;
}
.header .content {
  margin: 10px 0 60px;
}
.header .caption .content * {
	color: #fff;
}
.header .caption .content h2 {
  width: 70%;
  font-size: 40px;
  font-weight: bold;
  line-height: 55px;
  padding-bottom: 31px;
}
.header .caption .content p span {
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 5px;
  padding-right: 14px;
  position: relative;
}
.header .caption .content p span:last-child {
  padding: 0;
}
.header .caption .content p span:last-child:after {
  display: none;
}
.header .caption .content p span:after {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #1A237E;
  position: absolute;
  top: 10px;
  right: 0;
  opacity: .5;
}
.header .caption .buttons {
  margin-top: 20px;
}
.header .caption .buttons .btn-transparent {
	color: #fff;
	font-size: 14px;
	border: 1px solid #fff;
	border-radius: 30px;
	padding: 10px 30px;
	display: inline-block;
	margin-right: 20px;
}

.header .caption .contact {
  background-color: #fff;
  padding: 25px 20px 10px 20px;
  border-radius: 10px;
}
.header .caption .contact .form-control,
.modal-body .form-control {
	border: none;
	border-bottom: 1px solid #ced4da;
	border-radius: 0;
	padding: .375rem 0rem;
  font-size: 13px;
  font-family: "Open Sans", sans-serif;
  line-height: 18px;
}
.header .caption .contact .title,
.modal-body .title {
	color: #183C77;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.header .caption .contact .description,
.modal-body .description {
  color: #183C77;
  opacity: 0.9;
  font-size: 14px;
  line-height: 18.2px;
  margin: 0 0 15px;
}
.header .caption .contact .description p,
.modal-body .description p {
  color: #183C77;
  opacity: 0.9;
  font-size: 14px;
  line-height: 18.2px;
}
.recovery-request-visible .description p {
  margin-bottom: 0;
}
.recovery-request-hidden {
  display: none;
}
.recovery-request-hidden .description p {

}
.success-round-icon {
  height: 90px;
  width: 90px;
  margin: 48px auto;
  border-radius: 50%;
  background-color: #28a745;
  background-image: url(assets/img/check.png);
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
}
.header .caption .contact input[type=submit],
.modal-body input[type=submit] {
  color: #fff;
  font-size: 14px;
  background-color: #FA5255;
  border-color: #FA5255;
  display: block;
  width: 100%;
  line-height: 40px;
  border-radius: 37px;
  margin-top: 52px;
  padding: 0;
}
.header .caption .contact input[type=submit] {
  opacity: 0.9;
}
/* ----------------------------------------------------------------
     [ End Header ]
-----------------------------------------------------------------*/









/* ----------------------------------------------------------------
     [ 05 Start Hero ]
-----------------------------------------------------------------*/
.services .col-md-4 {
  /*
  padding-right: 2px;
	padding-left: 2px;
  */
}
.service {
	text-align: center;
	padding: 25px 10px;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 3px 14px rgba(96, 96, 96, 0.23);
}
.service {
	-webkit-transform: translateY(-40px);
	transform: translateY(-40px);
}
.service.active {
	-webkit-transform: scale(1.3) translateY(-20px);
  -ms-transform: scale(1.3) translateY(-20px);
  transform: scale(1.3) translateY(-20px);
	position: relative;
	z-index: 1;
}
.service.active {
  padding: 10px;
}
.service .title {
  color: #18283B;
  font-size: 16px;
  font-weight: bold;
}
.service .thumb {
	margin: 10px 0;
}
.service.active .thumb {
	background-image: url(assets/img/ellipse.png);
	background-size: 130px;
	background-repeat: no-repeat;
	background-position: center;
}
.service .thumb img {
	height: 145px;
	width: auto;
}
.services > div > div > div > div > div:nth-child(3) > div > div.thumb > img {
  transform: scale(1.2);
}
.service.active .thumb img {
  height: 145px;
	width: auto;
}
.service .cost {
  color: #FA5255;
  font-weight: bold;
  font-size: 26px;
}
.service .excerpt {
  color: #72808E;
  font-size: 10px;
}
.service .button {
  padding-top: 20px;
}
.service .button .btn {
	border: 1px solid #18283B;
  font-size: 11px;
	border-radius: 32px;
	padding: 7px 25px;
}

.service.active .button .btn {
	color: #fff;
	border: 1px solid #FA5255;
	background-color: #FA5255;
}
/* ----------------------------------------------------------------
     [ End Hero ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 06 Process ]
-----------------------------------------------------------------*/
.section-title {
	color: #008FEF;
	text-align: center;
	font-weight: bold;
	font-size: 25px;
	margin: 0 0 60px;
}
.nav {

}
.nav .nav-item {
	width: 20%;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
.nav .nav-item:last-child a {
	border-top-right-radius: 8px;
}
.nav .nav-item:first-child a {
	border-top-left-radius: 8px;
}
.nav .nav-item .nav-link {
	line-height: 34px;
	border-radius: 0;
	border: 1px solid #E2E2E2;
}
.nav .nav-item .nav-link.active {
  background-image: linear-gradient(to right bottom, #4facfe, #0bbfff, #00d1ff, #00e2ff, #00f2fe);
}
.tab-pane {

}
.tab-pane .thumb {
	text-align: center;
	padding: 40px 0;
}
.tab-pane .thumb img {
	width: auto;
	max-height: 190px;
}
.tab-pane .content {
  font-size: 14px;
  line-height: 20px;
  padding: 40px 0;
  min-height: 225px;
}
.tab-pane .next-tab {
	color: #008FEF;
  font-size: 18px;
	font-weight: bold;
}
.tab-pane .content h3 {
	color: #303030;
	font-size: 18px;
	margin: 0 0 40px;
}
.tab-pane .next-container {
  text-align: right;
}
/* ----------------------------------------------------------------
     [ End Process ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 07 Start Works ]
-----------------------------------------------------------------*/
.recovery-status {
  margin-top: 0;
}
.recovery-status .section-title {
	/* color: #FA5255; */
}

.table td, .table th, .table thead th {
  border: 0;
}

.table tr td,
.table tr th,
.table tr th {
  text-align: center;
}

.table tr.hide {
  display: none;
}

.recovery-status button,
.recovery-status .btn-primary {
    font-size: 16px;
    line-height: 22px;
    color: #fff;
    border: 1px solid #FA5255;
    background-color: #FA5255;
    border-radius: 40px;
    padding: 8px 50px;
}


ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.recoveryStatus {

}
.recoveryStatus li {
  color: #183C77;
  position: relative;
  padding: 0 0 0 80px;
  line-height: 40px;
}
.recoveryStatus li.active {
	color: #fff;
	background-image: url('assets/img/recovery-active.png');
	background-repeat: no-repeat;
	background-size: contain;
  background-size: cover;
  background-position: center;
}
.recoveryStatus li .percent {
	position: absolute;
	left: 30px;
	color: #fff;
}
.recovery-status .content p {
  color: #183C77;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 60px;
}
.recovery-status .content {

}
.recovery-status .content .form {
  margin: 40px 0 0 0;
}
.recovery-status .content .form .form-control {
  font-size: 14px;
  line-height: 19px;
  border-radius: 30px;
  box-shadow: 0 0 6px rgba(0, 0, 0, 0.16);
  padding: 0 15px;
  height: 40px;
}
.recovery-status .content .form .btn {
  font-size: 16px;
  line-height: 22px;
  color: #fff;
  border: 1px solid #FA5255;
  background-color: #FA5255;
  border-radius: 40px;
  padding: 8px 50px;
}
.recovery-status .content .form .btn {
	position: absolute;
	top: 0;
	right: 0;
	z-index: 10;
}
.recovery-status .content .italic {
  color: #183C77;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}
.italic {
  color: #183C77;
  font-size: 14px;
  font-style: italic;
  line-height: 20px;
}
.modal {
  text-align: center;
  padding: 0!important;
}
#recoveryModal {
  background-color: rgba(255, 255, 255, 0.97);
}
.modal:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin-right: -4px;
}

.modal-dialog {
  display: inline-block;
  text-align: left;
  vertical-align: middle;
}

.modal-dialog.modal-sm {
  max-width: 255px;
}

.modal-content {
  border-radius: 12px;
  border: unset
}

.modal-header {
  border: 0;
	border-radius: 0;
}
.recoveryTitle {
    font-size: 16px;
    font-weight: bold;
    color: #FA5255;
    line-height: 20px;
    text-align: center;
}

#recoveryModal .success-round-icon {
  height: 62px;
  width: 62px;
}
#recoveryModal .success-round-icon {
  background-image: unset;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
  padding: 17px 0;
}
#recoveryModal .recoveryStatus {

}
#recoveryModal .recoveryStatus li span {
  display: none;
}
#recoveryModal .recoveryStatus li {
  padding: 0;
  font-size: 12px;
  line-height: 20px;
  text-align: center;
}
#recoveryModal .recoveryStatus li.active {
  background-image: unset;
}
#recoveryModal .recoveryStatus li.active {
  color: #fa5255;
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  margin: 5px 0;
}
/* ----------------------------------------------------------------
     [ End Works ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 08 Start why-us ]
-----------------------------------------------------------------*/
.strength {
  margin: 0 10px 40px;
}
.strength .thumb {
	text-align: center;
	margin-bottom: 20px;
}
.strength .thumb img {
	height: 64px;
	width: auto;
}
.strength .title {
  color: #000000;
  font-size: 13px;
  font-weight: normal;
  font-style: normal;
  line-height: 17px;
  margin-bottom: 20px;
  font-family: "Open Sans", sans-serif;
}
.strength .description {
  color: #999999;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
  margin-bottom: 20px;
}

/* ----------------------------------------------------------------
     [ End why-us ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 09 Start Team ]
-----------------------------------------------------------------*/
.member-column {
  overflow: hidden;
}
.member {
	margin: 40px 0 10px;
	background-color: #fff;
	border-radius: 10px;
	position: relative;
  min-height: 169px;
	box-shadow: 0 3px 15px rgba(96, 96, 96, 0.23);
}
.member img {
	position: absolute;
	height: 205px;
	width: auto;
	right: 0;
	bottom: -3px;
}
.member .member-viber img {
  height: 50px;
  right: 52px;
  bottom: 61px;
}
.member .title {
  color: #183C77;
  font-weight: bold;
	position: relative;
	z-index: 10;
  font-size: 16px;
  line-height: 22px;
}
.member .position {
  color: #183C77;
  font-weight: normal;
	position: relative;
	z-index: 10;
  font-size: 12px;
  line-height: 22px;
}
.member .button {
	margin-top: 20px;
	position: relative;
  z-index: 10;
}
.member .button .telme {
	color: #fff;
  font-size: 12px;
	border: 1px solid #FA5255;
	background-color: #FA5255;
	padding: 8px 18px;
	display: inline-block;
	border-radius: 20px;
}
.member-slider {

}
.member-slider .owl-stage-outer {
  overflow: visible;
}
.owl-carousel .owl-stage .owl-item {
  opacity: 0;
}
.owl-carousel .owl-stage .owl-item.active {
  opacity: 1;
}
.member-slider.owl-carousel .owl-item img {
  display: unset;
  width: auto;
}
.member-viber {

}
.display-viber-phone {
  color: #183C77;
  font-size: 13px;
  font-weight: normal;
}
.member-hidden, .member-visibility {
  padding: 36px 40px;
  transition: all .0ms ease;
}
.member-slider.owl-carousel .animated  {
  -webkit-animation-duration : 0 ms  ;
  animation-duration : 0 ms  ;
  -webkit-animation-fill-mode : both  ;
  animation-fill-mode : both  ;
}
/* ----------------------------------------------------------------
     [ 09 Start Clients ]
-----------------------------------------------------------------*/
.client {

}
.client .client-side {
	display: table;
	width: 100%;
}
.client .client-side .client-logo {
	display: table-cell;
	height: 80px;
	vertical-align: middle;
	text-align: center;
}
.client .client-side .client-logo img {
	max-width: 80%;
	display: inline-block;
}
/* ----------------------------------------------------------------
     [ End Team ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 10 Start Testimonials ]
-----------------------------------------------------------------*/
.blog .thumb {
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  background-size: 100%;
  background-position: center;
}
.blog .title {
	font-size: 18px;
	font-weight: 600;
	margin-top: 20px;
}
.blog .title a {
  font-size: 15px;
}
.blog .excerpt {
  font-size: 12px;
	margin-top: 20px;
}
.blog .excerpt p {
  line-height: 20px;
}

.entry-sidebar {
  padding-right: 0;
}

.entry-padding {
  padding-left: 50px;
}

/* ----------------------------------------------------------------
     [ End Testimonials ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 11 Start Price ]
-----------------------------------------------------------------*/
.uservice {
	background-image: url(assets/img/uservice.jpg);
  background-size: cover;
	height: 450px
}
.contact-area {
  padding: 70px 0 0;
}
.contact-area .col-md-6 {
	padding: 0;
}
/* ----------------------------------------------------------------
     [ End Price ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 12 Start Blog ]
-----------------------------------------------------------------*/
.blog .item {
  -webkit-box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.05);
  padding: 15px;
}
.blog .item .post-img {
  overflow: hidden;
}
.blog .item .post-img:hover .img {
  -webkit-transform: scale(1.1, 1.1);
          transform: scale(1.1, 1.1);
}
.blog .item .post-img .img {
  -webkit-transition: all .4s;
  transition: all .4s;
}
.blog .item .cont {
  padding: 30px 0 15px;
}
.blog .item .cont h6 {
  font-size: 16px;
  margin-bottom: 10px;
}
.blog .item .info {
  font-size: 10px;
  color: #999;
  font-style: italic;
  margin-bottom: 10px;
}
.blog .item .info a {
  margin-right: 10px;
}
.blog .item .info a:last-child {
  margin-right: 0;
}
.blog .item .info .tag {
  padding: 4px;
  background-color: #1A237E;
  color: #fff;
  float: right;
  line-height: 1;
}
.blog .item .more {
  font-size: 13px;
  font-weight: 500;
  margin-top: 10px;
}
.blog .item .more:hover {
  color: #1A237E;
}
.blog .item .more:hover i {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.blog .item .more i {
  font-size: 10px;
  -webkit-transform: translateX(-15px);
          transform: translateX(-15px);
  opacity: 0;
  -webkit-transition: all .2s;
  transition: all .2s;
}

/* ----------------------------------------------------------------
     [ End Blog ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 13 Start Call-action ]
-----------------------------------------------------------------*/
.call-action {
  position: relative;
}
.call-action:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
}
.call-action .text-center {
  padding: 0 20px;
}
.call-action h2 {
  font-size: 50px;
  font-weight: 600;
  margin-bottom: 10px;
}
.call-action h5 {
  font-weight: 400;
  margin-bottom: 30px;
}

/* ----------------------------------------------------------------
     [ End Call-action ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 14 Start Contact ]
-----------------------------------------------------------------*/
.contact .contact-info h5 {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
}
.contact .contact-info .item {
  margin-top: 30px;
}
.contact .contact-info .item .icon {
  float: left;
  font-size: 25px;
  color: #1A237E;
}
.contact .contact-info .item .cont {
  margin-left: 50px;
}
.contact .contact-info .item .cont h6 {
  font-size: 12px;
  text-transform: uppercase;
  margin-bottom: 5px;
}
.contact .contact-info .item .cont p {
  font-size: 13px;
}
.contact .form input, .contact .form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background-color: #f9f9f9;
}
.contact .form textarea {
  height: 160px;
  max-height: 160px;
  max-width: 100%;
}

/* ----------------------------------------------------------------
     [ End Contact ]
-----------------------------------------------------------------*/
/* ----------------------------------------------------------------
     [ 15 Start Footer ]
-----------------------------------------------------------------*/
footer .dynamic_sidebar .col:nth-child(1),
footer .dynamic_sidebar .col:nth-child(2) {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
footer .dynamic_sidebar .col {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.6666667%;
  flex: 0 0 16.6666667%;
  max-width: 16.6666667%;
}

footer {
  padding: 40px 0 0;
}
.socials {
    margin: 40px 0 60px;
}
.socials li {
  display: inline-block;
}
.socials a {
	width: 40px;
	height: 40px;
	line-height: 62px;
	margin: 0 5px;
  background-size: contain;
}
.socials a:hover {
  opacity: 0.9;
}

.socials .facebook a {
	background-image: url('assets/img/icons/fb.svg');
}
.socials .instagram a {
	background-image: url('assets/img/icons/insta.svg');
}
.socials .viber a {
	background-image: url('assets/img/icons/viber.svg');
}
footer .copyright {
	text-align: center;
	color: #52B3D8;
  font-size: 8px;
  font-weight: 600;
	margin-bottom: 10px;
}
footer .footer-title {
    color: #FA5255;
    font-size: 18px;
    font-weight: 600;
		margin-bottom: 20px;
}
footer .menu li {
  margin-left: 5px;
  margin-bottom: 5px;
}
footer .menu li a {
	color: #999999;
}
footer .dynamic_sidebar .col-md-4 {
	text-align: center;
}
footer .dynamic_sidebar .col-md-4:first-child {
	text-align: left;
}
footer .dynamic_sidebar .col-md-4:last-child {
	text-align: right;
}

.sidebar {
  padding-top: 5px;
}
.sidebar div[role=form] {
  background-color: #fff;
  padding: 25px 20px 10px 20px;
  border-radius: 10px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.16);
}
.sidebar div[role=form] .title {
  color: #183C77;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}
.sidebar div[role=form] .description {
  color: #183C77;
  opacity: 0.9;
  font-size: 14px;
  margin: 0 0 15px;
}
.sidebar div[role=form] .form-control {
  border: none;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  padding: .375rem 0rem;
  font-size: 13px;
  line-height: 19.5px;
}
.sidebar div[role=form] input[type=submit] {
  color: #fff;
  font-size: 14px;
  background-color: #FA5255;
  border-color: #FA5255;
  display: block;
  width: 100%;
  line-height: 40px;
  border-radius: 37px;
  margin-top: 52px;
  padding: 0;
}


body.page-template-contacts .recovery-request-visible,
body.page-template-contacts .recovery-request-hidden {
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 1px rgb(0 0 0 / 52%);
}
.form-group label,
.form-group label .wpcf7-form-control-wrap {
  display: block;
}
.form-group label .wpcf7-form-control-wrap {
  margin: 5px 0 0 0;
}
textarea.form-control {
  height: 140px;
}

body.page-template-contacts input[type=submit]{
  color: #fff;
  font-size: 14px;
  background-color: #FA5255;
  border-color: #FA5255;
  display: block;
  width: 100%;
  line-height: 40px;
  border-radius: 37px;
  margin-top: 52px;
  padding: 0;
  max-width: 215px;
  margin: 0 auto;
}

body.page-template-contacts .title {
  color: #183C77;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 20px;
  text-align: center;
}


.brand {
  text-align: center;
  margin-bottom: 40px;
}
.brand .thumb {
  width: 100%;
  display: table;
}
.brand .max-thumb {
  width: 100%;
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}
.brand .max-thumb img {
  width: auto;
  height: auto;
  max-width: 90%;
  max-height: initial;
}
.brand .max-thumb img[src="$.svg"] {

}
.brand .title {}
.brand .title a {}

.owl-brands {
  border-top: 1px solid #e8e8e8;
  border-bottom: 1px solid #e8e8e8;
}

.owl-brands .brand {
  margin-bottom: 0;
}
.owl-brands .brand .max-thumb {
  height: 60px;
}


.owl-brands .owl-nav [class*=owl-] {
    color: #ccc;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #fff;
    display: inline-block;
    cursor: pointer;
    border-radius: 3px;
    position: absolute;
    z-index: 10;
}

.owl-brands .owl-nav [class*=owl-]:hover {
  background: transparent;
  color: #ccc;
  text-decoration: none;
}
.owl-brands .owl-nav .owl-next {
  right: -25px;
  top: 40px;
}
.owl-brands .owl-nav .owl-prev {
  left: -50px;
  top: 40px;
}


.entry-brand {
  font-size: 28px;
  color: #008FEF;
  text-align: center;
  font-style: normal;
  font-weight: bold;
  margin: 30px 0;
}
.language-container {
    margin: 10px 0 0 0;
    text-align: right;
}
.general-header.sticky .language-container {
    margin: 0;
}

.back-to-top,
.back-to-top:hover {
  padding: 10px 0;
  z-index: 99;
  position: fixed;
  bottom: 5px;
  right: 20px;
  width: 33px;
  height: 33px;
  line-height: 33px;
  display: none;
  color: #fff;
  background-color: #000;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-box-shadow: 0 0 3px rgb(0 0 0 / 15%);
  box-shadow: 0 0 3px rgb(0 0 0 / 15%);
}


.messengers {
  z-index: 10;
  position: fixed;
  right: 15px;
  bottom: 15px;
  transition: 0.6s;
}


@media (max-width:768px) {
	.messengers {
		bottom: 55px;
	}
}


.open.messengers {
  right: 10px;
}
a {
  color: inherit;
}
#chatme {
  background-color: #ff299c;
  color: white;
  border: none;
  position: relative;
  width: 46px;
  height: 46px;
  border-radius: 100%;
  transition: 0.4s;
  box-shadow: 0 0 0 0 #ff299c;
  -webkit-animation: purepulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -moz-animation: purepulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  -ms-animation: purepulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  animation: purepulse 1.25s infinite cubic-bezier(0.66, 0, 0, 1);
  z-index: 999;
}
@-webkit-keyframes purepulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-moz-keyframes purepulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@-ms-keyframes purepulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}
@keyframes purepulse {
  to {
    box-shadow: 0 0 0 45px rgba(232, 76, 61, 0);
  }
}

#chatme:hover {
  animation: paused;
}
#chatme:focus {
  outline: none;
}

#chatme svg,
.socials > div svg {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  fill: white;
}
.socials > div svg {
  width: 20px;
  height: 20px;
}
#chatme .close {
  opacity: 0;
  transition: 0.3s;
}
#chatme .chat {
  opacity: 1;
  transition: 0.3s;
}
.open #chatme .close {
  opacity: 1;
  transition: 0.3s;
}
.open #chatme .chat {
  opacity: 0;
  transition: 0.3s;
}
.open #chatme {
  transform: rotate(45deg);
}
.messengers:not(.open) .socials {
  transform: scale(0);
}
.messengers .socials {
  position: relative;
  transition: 0.4s;
  margin: 0 0 30px 0;
  background: rgba(0, 0, 0, 0.3);
}
.messengers .socials > div {
  position: absolute;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  color: white;
  transition: 0.3s;
}
.messengers .socials > div:hover {
  transform: scale(1.2);
}

.messengers .socials > div {
  right: 5px;
}

.messengers .socials > div:nth-child(1) {
  background: #7b519d;
  bottom: 60px;
}

.messengers .socials > div:nth-child(2) {
  background: #12aee5;
  bottom: 110px;
}

.messengers .socials > div:nth-child(3) {
  background: #ff6a00;
  bottom: 160px;
}

.messengers .socials > div:nth-child(4) {
  background: #00cc66;
  bottom: 210px;
}


.paysystems {
  position: relative;
  height: 40px;
}

.paysystems img {
  max-height: 40px;
  width: auto;
}

/*  */
.table-price.table tr td.name {
    text-align: left;
}
.table tr.table-header td {
    color: #fff;
    font-weight: bold;
    background-color: #FA5255;
    border-color: #FA5255;
}
.table-price tr.table-row {

}



@media (min-width:768px) {
    footer .dynamic_sidebar .col:nth-child(3) .widget_text {
        margin-top: 10px;
    }
    footer .dynamic_sidebar .col:nth-child(4) .widget_text {
        margin-top: 65px;
    }
    .paysystems {
        position: absolute;
        height: 40px;
        right: 40px;
        bottom: 40px;
    }
    .paysystems img {
        max-height: 40px;
    }
}
