/*
Theme Name: H2O template
*/
html {
  height: 101%;
  overflow-x: hidden !important;
}

body {
  overflow-x: hidden !important;
  position: relative !important;
}

h1 {
  font-family: Open Sans, sans-serif;
  margin: 0 !important;
  line-height: 1 !important;
}

h2 {
  font-family: Open Sans, sans-serif;
  margin: 0 !important;
  line-height: 1 !important;
}

h3 {
  font-family: Open Sans, sans-serif;
  font-weight: normal;
  margin: 0 !important;
  line-height: 0.8 !important;
}

h4,
h5,
h6 {
  font-family: Open Sans, sans-serif;
  margin: 0 !important;
  line-height: 1 !important;
}

b {
  font-family: Open Sans, sans-serif;
  margin: 0 !important;
  line-height: 1 !important;
}

p {
  font-family: Open Sans, sans-serif;
  margin: 0 !important;
  line-height: 1.2 !important;
}

div {
  font-family: Open Sans, sans-serif;
}

a {
  font-family: COpen Sans, sans-serif !important;
}

a:hover {
  text-decoration: none;
}

span {
  font-family: Open Sans, sans-serif !important;
  margin: 0 !important;
  line-height: 1px !important;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

input::-moz-placeholder {
  color: #ccc;
}

input {
  outline: 0 !important;
  outline-offset: 0 !important;
}

/* Header Style */
.header-desk {
  margin-bottom: 50px;
}

.header-bg-blue {
  background: #0084ae;
}

.header-bg-white {
  background: #f4f4eb;
}

.header-shadow {
  position: absolute;
  width: 100vw;
  z-index: 1000;
  -webkit-box-shadow: 0 10px 8px -3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 10px 8px -3px rgba(50, 50, 50, 0.3);
  box-shadow: 0 10px 8px -3px rgba(50, 50, 50, 0.3);
}

.header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 8px 0;
}

.header-info__time {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header-info__time p {
  font-size: 14px;
  color: #ffffff;
  padding-right: 20px;
  text-decoration: line-through;
}

.header-info__time p:last-child {
  text-decoration: none;
}

.header-info__work p {
  font-size: 14px;
  color: #ffffff;
}

.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0;
}

.header-logo img {
  padding-right: 8px;
}

.header-logo p {
  font-size: 14px;
  color: #262c70;
  font-weight: bold;
}

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

.header-phones {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 0;
}

.header-phones div {
  padding-right: 40px;
}

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

.header-phone img {
  padding-right: 10px;
}

.header-phone a {
  font-size: 14px;
  color: #0b1c55;
  font-weight: bold;
}

.header-phone a:hover {
  color: #0b1c55;
  text-decoration: none;
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.header-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0;
}

.header-social a {
  padding-right: 20px;
}

.header-languages {
  padding-left: 25px;
  z-index: 10000;
}

.header-languages p {
  font-size: 18px;
  color: #0b1c55;
  text-transform: uppercase;
}

/* Header Mob Style */
.header-mob {
  display: none;
  z-index: 10000;
}

.header-mob-fix {
  position: fixed;
  z-index: 1000;
  width: 100vw;
  background: #ffffff;
}

.header-white {
  background: #ffffff;
}

.header-info__language {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}

.header-phone__mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px 25px 10px 25px;
}

.header-phone__mob img {
  padding-right: 10px;
}

.header-phone__mob a {
  font-size: 14px;
  color: #ffffff;
}

.header-phone__mob a:hover {
  color: #ffffff;
  text-decoration: none;
}

.header-menu__ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  margin: 0;
}

.header-menu__ul li {
  padding: 15px 20px;
  position: relative;
}

.header-menu__ul li:hover {
  background: #039be5;
}

.header-menu__ul li:before {
  content: '';
  height: 38px;
  width: 1px;
  display: block;
  position: absolute;
  right: 0;
  top: 10px;
  background: #039be5;
}

.header-menu__ul li:last-child:before {
  display: none;
}

.header-menu__ul li a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

.header-menu__ul li a:hover {
  color: #ffffff;
  text-decoration: none;
}



#menu-glavnoe-menju {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
  padding: 0;
  margin: 0;
}

#menu-glavnoe-menju li {
  padding: 15px 20px;
  position: relative;
}

.header-menu__ul li:hover {
  background: #039be5;
}

#menu-glavnoe-menju li:hover {
  background: #039be5;
}

#menu-glavnoe-menju li:not(:first-child):before {
  content: '';
  height: 38px;
  width: 1px;
  display: block;
  position: absolute;
  left: 0;
  top: 10px;
  background: #039be5;
}

#menu-glavnoe-menju li:hover + li:before {
  display: none;
}

/* #menu-glavnoe-menju li:last-child:before {
  display: none;
} */

#menu-glavnoe-menju li a {
  font-size: 16px;
  color: #ffffff;
  text-transform: uppercase;
}

#menu-glavnoe-menju li a:hover {
  color: #ffffff;
  text-decoration: none;
}

.current-menu-item,
.current-menu-ancestor,
.current-menu-parent {
  border-bottom: 6px solid #ffffff;
  background: #039be5;
}

li.current-menu-item + li:before,
li.current-menu-ancestor + li:before,
li.current-menu-parent + li:before {
  display: none!important;
}

.current-menu-item .sub-menu__active {
  position: relative;
}

.sub-menu__active:hover .sub-menu__ul {
  display: block;
}

.sub-menu__ul {
  list-style: none;
  background: #f4f4eb;
  padding: 0 15px;
  margin: 0;
  width: 366px;
  position: absolute;
  display: none;
  z-index: 1000;
  top: 55px;
  left: 0;
}

.sub-menu__ul li {
  border-bottom: 1px solid #8a8a8a;
  padding: 10px 20px;
}

.sub-menu__ul li:hover {
  background: transparent !important;
}

.sub-menu__ul li:last-child {
  border-bottom: none;
}

.sub-menu__ul li:before {
  display: none;
}

.sub-menu__ul li a {
  font-size: 18px;
  color: #23368c;
  text-transform: none;
  font-weight: bold;
}

.sub-menu__ul li a:hover {
  color: #ff8300;
  text-decoration: none;
}


#menu-item-347 {
  position: relative;
}

#menu-item-347:hover .sub-menu {
  display: block;
}

.sub-menu {
  list-style: none;
  background: #f4f4eb;
  padding: 0 15px;
  margin: 0;
  width: 390px;
  position: absolute;
  display: none;
  z-index: 1000;
  top: 55px;
  left: 0;
  box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
}

.sub-menu li {
  border-bottom: 1px solid #8a8a8a;
  padding: 10px 20px;
}

.sub-menu li:hover {
  background: transparent !important;
}

.sub-menu li:last-child {
  border-bottom: none;
}

.sub-menu li:before {
  display: none !important;
}

.sub-menu li a {
  font-size: 18px !important;
  color: #23368c !important;
  text-transform: none !important;
  font-weight: bold !important;
}

.sub-menu li a:hover {
  color: #ff8300 !important;
  text-decoration: none !important;
}

.sub-menu .current-menu-item {
  background: transparent !important;
  border-bottom: 1px solid #8a8a8a !important;
}

.sub-menu .current-menu-item a {
  color: #ff8300 !important;
  text-decoration: none !important;
}

.header-form {
  text-align: center;
  padding: 15px 0;
}

.header-form a {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  background: #ff8300;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  padding: 10px 15px;
}

.header-form a:hover {
  color: #ffffff;
  text-decoration: none;
  border: 2px solid #ffffff;
}

.btn-link {
  font-size: 16px;
  color: #ffffff !important;
  font-weight: bold;
  background: #ff8300;
  border-radius: 3px;
  -webkit-box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  padding: 10px 15px;
}

.btn-link:hover {
  color: #ffffff;
  text-decoration: none !important;
  border: 2px solid #ffffff;
}

/* Slider Style */

.main-slider-box {
  text-align: center;
}

.main-slider-box h2 {
  font-size: 26px;
  color: #ffffff;
  font-weight: bold;
  padding: 110px 0 10px 0;
}

.main-slider-box h3 {
  font-size: 18px;
  color: #ffffff;
  padding-bottom: 10px;
}

.main-slider-box p {
  font-size: 14px;
  color: #ffffff;
  padding-bottom: 30px;
}

.main-slider-box span {
  font-size: 32px;
  color: #ffffff;
  font-weight: bold;
}

.main-slider-btn {
  padding: 120px 0 70px 0;
}

.slick-dots {
  bottom: 0 !important;
}

.slick-dots li {
  width: 10px !important;
  height: 10px !important;
  border: 1px solid #ffffff;
  border-radius: 50%;
}

.slick-dots .slick-active {
  background: #ffffff !important;
}

.slick-dots li button {
  display: none !important;
}

.slick-next {
  background: url(./assets/images/next.svg) no-repeat !important;
  right: 15% !important;
  height: 40px !important;
  width: 25px !important;
  z-index: 100
}

.slick-next:before {
  display: none;
}

.slick-prev {
  background: url(./assets/images/next.svg) no-repeat !important;
  left: 15% !important;
  height: 40px !important;
  width: 25px !important;
  top: 45% !important;
  -webkit-transform: scale(-1, 1) !important;
  -ms-transform: scale(-1, 1) !important;
  transform: scale(-1, 1) !important;
  z-index: 100
}

.slick-prev:before {
  display: none;
}

/* Offers Style */
.offers {
  height: 600px;
}

.offers-title {
  text-align: center;
  padding: 60px 0 20px 0;
}

.offers-title h2 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.tabs {
  position: relative;
  text-align: center;
}

.tab,
.tab-title {
  display: inline-block;
}

.tab-title:hover {
  position: relative;
  font-size: 18px;
  color: #ff8300;
  border-bottom: 4px solid #ff8300;
  top: 0;
  z-index: 1;
  margin: 0;
  line-height: 2;
}

.tab input[type="radio"] {
  display: none;
}

.tab-title {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
  padding: 10px 40px;
}

.tab-content {
  position: absolute;
  padding: 20px 0;
  left: 0;
  right: 0;
  display: none;
}

.tab :checked+.tab-title {
  position: relative;
  font-size: 18px;
  color: #0084ae;
  border-bottom: 4px solid #0084ae;
  top: 0;
  z-index: 1;
  margin: 0;
  line-height: 2;
}

.tab :checked~.tab-content {
  display: block;
}

.offer-box {
  text-align: center;
  padding-bottom: 25px;
}

.offer-box p {
  font-size: 14px;
  color: #383944;
}

/* Services Style */
.services-title {
  text-align: center;
  padding: 35px 0 30px 0;
}

.services-title h2 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.service-block {
  text-align: center;
  padding-bottom: 40px;
}

.service-block p {
  font-size: 14px;
  color: #383944;
}

.service-block a:hover {
  text-decoration: none;
}

/* Work Style */
.work-title {
  text-align: center;
  padding: 60px 0 25px 0;
}

.work-title h2 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.work-bg {
  position: relative;
}

.work-block__desk {
  justify-content: center;
}

.work-bg-img {
  position: absolute;
  width: 95%;
  top: 15%;
}

.work-bg-img-mob {
  position: absolute;
  left: 15px;
}

.work-block__mob {
  display: none !important;
}

.work-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 0 50px 0;
}

.work-block-pd {
  padding: 50px 50px 50px 0;
}

.work-number {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
}

.work-img {
  padding-right: 15px;
}

.work-text h3 {
  font-size: 16px;
  color: #0b1c55;
  text-transform: uppercase;
  padding: 10px 0 5px 0;
}

.work-text p {
  font-size: 14px;
  color: #383944;
}

/* Partnership Style */
.partnership-title {
  text-align: center;
  padding: 35px 0 25px 0;
}

.partnership-title h2 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.partnership-block {
  text-align: center;
  padding-bottom: 35px;
}

.partnership-block h3 {
  font-size: 16px;
  color: #23368c;
  text-transform: uppercase;
  font-weight: bold;
  padding-bottom: 8px;
}

.partnership-block p {
  font-size: 14px;
  color: #000000;
  text-align: left;
}

/* FAQ Style */
.faq {
  padding-bottom: 40px;
}

.faq-title {
  text-align: center;
  padding: 60px 0 25px 0;
}

.faq-title h2 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.faq-box-title {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
  line-height: 1.5 !important;
}

.ac-label {
  position: relative;
  display: block;
  cursor: pointer;
  padding-left: 30px;
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
}

.ac-label:after,
.ac-input:checked+.faq-box-title .ac-label:after {
  content: '';
  position: absolute;
  left: 0;
  top: 3px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(./assets/images/arrow-close.svg) no-repeat;
}

.ac-input:checked+.faq-box-title .ac-label {
  color: #0084ae;
}

.ac-input:checked+.faq-box-title .ac-label:after {
  background: url(./assets/images/arrow-open.svg) no-repeat;
  top: 8px;
}

.ac-input {
  display: none;
}

.ac-text {
  opacity: 0;
  height: 0;
  -webkit-transition: opacity .5s ease-in-out;
  -o-transition: opacity .5s ease-in-out;
  transition: opacity .5s ease-in-out;
  overflow: hidden;
  padding: 0 30px 20px 30px;
}

.ac-text p {
  font-size: 14px;
  color: #383944;
}

.ac-input:checked~.ac-text {
  opacity: 1;
  height: auto;
}

/* Charity Style */
.charity-title {
  text-align: center;
}

.charity-title h2 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
  padding: 25px 0;
}

.charity-title h3 {
  font-size: 16px;
  color: #8a8a8a;
  padding-bottom: 20px;
  text-transform: uppercase;
}

.charity-block {
  text-align: center;
}

.charity-block p {
  font-size: 14px;
  color: #0b1c55;
  font-weight: bold;
  padding-top: 10px;
}

.charity-more {
  padding-top: 40px;
  width: 150px;
  margin: 0 auto;
}

.charity-toggle {
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}

.charity-toggle-ua {
  position: relative;
  width: 150px;
  margin: 0 auto;
  padding: 20px 0 40px 0;
}

.content_toggle {
  font-size: 18px;
  color: #23368c;
}

.content_toggle:hover {
  color: #23368c;
  text-decoration: none;
}

.content_toggle:after {
  content: '';
  position: absolute;
  left: 110px;
  top: 30px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(./assets/images/arrow-open-f.svg) no-repeat;
}

.content_toggle_ua {
  font-size: 18px;
  color: #23368c;
}

.content_toggle_ua:hover {
  color: #23368c;
  text-decoration: none;
}

.content_toggle_ua:after {
  content: '';
  position: absolute;
  left: 110px;
  top: 30px;
  display: block;
  width: 20px;
  height: 20px;
  background: url(./assets/images/arrow-open-f.svg) no-repeat;
}

.charity-arrow-close:after {
  background: url(./assets/images/arrow-close-f.svg) no-repeat;
  top: 28px;
  left: 100px;
}

.charity-desc {
  padding: 10px 50px 20px 50px;
  font-size: 14px;
  color: #383944;
}

.charity-text {
  text-align: center;
  padding: 0 50px;
}

.charity-text p {
  font-size: 16px;
  color: #0b1c55;
  font-weight: bold;
}

.charity-mob {
  display: none !important;
}

/* Footer Style */
.footer-logo {
  padding-top: 20px;
}

.footer-logo a img {
  width: 52px;
}

.footer-logo p {
  font-size: 14px;
  color: #ffffff;
  padding-top: 10px;
}

.footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-top: 20px;
}

.footer-contact div {
  padding-left: 90px;
}

.footer-address p {
  font-size: 14px;
  color: #ffffff;
}

.footer-email p {
  font-size: 14px;
  color: #ffffff;
}

.footer-email a {
  font-size: 14px;
  color: #ffffff;
}

.footer-email a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-phones p {
  font-size: 14px;
  color: #ffffff;
}

.footer-phone {
  padding-left: 0 !important;
}

.footer-phone a {
  font-size: 14px;
  color: #ffffff;
}

.footer-phone a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-copywright {
  padding: 50px 0 15px 0;
}

.footer-copywright p {
  font-size: 12px;
  color: #ffffff;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding: 50px 0 15px 0;
}

.footer-disigner p {
  font-size: 12px;
  color: #ffffff;
}

.footer-dev {
  padding-left: 60px;
}

.footer-dev p {
  font-size: 12px;
  color: #ffffff;
}

/* Footer Mob Style */
.footer-mob {
  display: none;
}

.footer-phones__mob {
  padding: 20px 25px;
}

.footer-phone__mob {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0 10px 0;
}

.footer-phone__mob img {
  padding-right: 10px;
}

.footer-phone__mob a {
  font-size: 12px;
  color: #ffffff;
}

.footer-phone__mob a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-social__mob {
  padding: 25px 0 0 0;
  text-align: center;
}

.footer-social__mob a {
  padding-right: 15px;
}

.footer-social__mob a:last-child {
  padding-right: 0;
}

.footer-email__mob {
  padding: 15px 0 0 0;
  text-align: center;
}

.footer-email__mob a {
  font-size: 12px;
  color: #ffffff;
}

.footer-email__mob a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-dev__mob {
  padding: 15px 0 10px 0;
}

.footer-dev__mob p {
  font-size: 12px;
  color: rgba(244, 244, 235, 0.65);
  padding-bottom: 5px;
}

.footer-copywright__mob {
  text-align: center;
  padding-bottom: 10px;
}

.footer-copywright__mob p {
  font-size: 12px;
  color: #ffffff;
}

#btn-up {
  width: 60px;
  height: 60px;
  position: fixed;
  right: 10px;
  bottom: 10px;
  cursor: pointer;
  z-index: 100;
  /*display: none;*/
}

#btn-callback {
  width: 60px;
  height: 60px;
  position: fixed;
  left: 10px;
  bottom: 25px;
  cursor: pointer;
  z-index: 100;
  /*display: none;*/
}

.callback-form__block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
}

.callback-form__block:target {
  display: block;
  pointer-events: auto;
}

.callback-form__block>div {
  width: 540px;
  /* height: 500px; */
  height: auto;
  min-height: 500px;
  background: #f4f4eb;
  -webkit-box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  border-radius: 3px;
  position: relative;
  margin: 2% auto;
  padding-bottom: 15px;
}

.callback-form__block h2 {
  font-size: 16px;
  color: #23368c;
  font-weight: bold;
  text-transform: uppercase;
  padding: 70px 0 15px 0;
}

.callback-form__block h3 {
  font-size: 12px;
  color: #383944;
  padding: 0 0 20px 0;
}

.input-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* -webkit-box-pack: center;
  -ms-flex-pack: center; */
  /* justify-content: center; */
  /* justify-content: flex-start; */
}

.input-box {
  padding: 0 0 10px 0;
}

.input-box img {
  width: 30px;
  padding-right: 15px;
}

img.input-box__icon--fx-st {
  align-self: flex-start;
  margin-top: 7px;
}

.input-box input {
  /* width: 320px; */
  width: 100%;
  background: #fdfdfd;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px;
}

.input-box p {
  font-size: 14px;
  color: #383944;
}

.input-clock {
  width: 45px !important;
  margin: 0 5px;
}

.callback-form__block p {
  width: 100%;
  font-size: 12px;
  color: #8a8a8a;
  padding-left: 2px;
}

.main-btn {
  /* display: block; */
  background: #fdfdfd;
  border: 2px solid #ff8300;
  border-radius: 3px;
  padding: 10px 35px;
  margin: 20px auto 20px 16px;
}

.callback-form__text {
  margin-bottom: 50px;
}

.callback-form__text p {
  font-size: 12px;
  color: #383944;
}

.callback-form__text p.allback-form__text--blue {
  color: #0d10bb;
  margin-top: 5px!important;
}

.callback-form__text a {
  font-size: 12px;
  color: #383944;
}

.callback-form__text a:hover {
  color: #383944;
  text-decoration: none;
}

.close {
  margin-right: 5px !important;
}

.ask-form__block {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 99999;
  -webkit-transition: opacity 400ms ease-in;
  -o-transition: opacity 400ms ease-in;
  transition: opacity 400ms ease-in;
  display: none;
  pointer-events: none;
}

.ask-form__block:target {
  display: block;
  pointer-events: auto;
}

.ask-form__block>div {
  width: 540px;
  /* height: 500px; */
  height: auto;
  min-height: 500px;
  background: #f4f4eb;
  -webkit-box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  border-radius: 3px;
  position: relative;
  margin: 2% auto;
  padding-bottom: 15px;
}

.ask-form__block h2 {
  font-size: 16px;
  color: #23368c;
  font-weight: bold;
  text-transform: uppercase;
  padding: 70px 0 15px 0;
}

.ask-form__block h3 {
  font-size: 12px;
  color: #383944;
  padding: 0 0 20px 0;
}

.ask-form__block p {
  font-size: 12px;
  color: #383944;
}

.main-form__textarea {
  /* width: 320px; */
  width: 100%;
  height: 100px;
  background: #fdfdfd;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  font-size: 14px;
  padding: 5px 10px;
  resize: none;
}

textarea::-webkit-input-placeholder {
  color: #c4c4c4 !important;
}

textarea:-moz-placeholder {
  /* Firefox 18- */
  color: #c4c4c4 !important;
}

textarea::-moz-placeholder {
  /* Firefox 19+ */
  color: #c4c4c4 !important;
}

textarea:-ms-input-placeholder {
  color: #c4c4c4 !important;
}

/* About Us Page Style */
.about-us-title {
  text-align: center;
  padding: 30px 0 15px 0;
}

.about-us-title h2 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.about-us-content p {
  font-size: 14px;
  color: #383944;
  line-height: 21px !important;
}

.about-us-img {
  text-align: center;
}

/* Services Page Style */
.service {
  padding-bottom: 40px;
}

.service-title {
  text-align: center;
  padding: 30px 0 15px 0;
}

.service-title h1 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.service-list__ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.service-list__ul li {
  background: #f4f4eb;
  padding: 15px 20px;
  position: relative;
}

.service-list__ul li:hover {
  background: #ffffff;
  border-bottom: 2px solid #23368c;
}

.service-list__ul li:hover:after {
  display: none;
}

.service-list__ul li:after {
  content: '';
  height: 1px;
  width: 90%;
  background: #8a8a8a;
  display: block;
  position: absolute;
  left: 15px;
  bottom: 0;
}

.service-list__ul li:last-child:after {
  display: none;
}

.service-list__ul li:hover a {
  color: #23368c;
  font-weight: bold;
}

.service-list__ul li a {
  font-size: 14px;
  color: #383944;
}

.service-list__ul li a:hover {
  text-decoration: none;
}

.service-list-current {
  background: #ffffff !important;
  border-bottom: 2px solid #23368c !important;
}

.service-list-current:after {
  display: none !important;
}

.service-list-current a {
  color: #23368c !important;
  font-weight: bold !important;
}

.service-content {
  text-align: center;
}

.service-content h2 {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
  text-align: center;
  padding: 40px 0 10px 0;
}

.service-content p {
  font-size: 14px;
  color: #383944;
  line-height: 19px !important;
  padding-bottom: 10px;
}

.service-content img {
  margin: 10px 0;
}

/* Warranty Page Style */
.warranty {
  padding-bottom: 10px;
}

.warranty-title {
  text-align: center;
  padding: 30px 0 15px 0;
}

.warranty-title h1 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.warraty-main-content p {
  font-size: 14px;
  color: #383944;
  line-height: 21px !important;
  padding-bottom: 10px;
}

.warraty-info-title {
  text-align: center;
  padding: 25px 0 5px 0;
}

.warraty-info-title h2 {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
}

.warraty-info-list ul {
  margin: 0 0 20px 0;
  padding: 0 0 0 20px;
}

.warraty-info-list ul li {
  font-size: 14px;
  color: #000000;
}

.warraty-text-block {
  padding: 40px 0 40px 0;
}

.warraty-text-block p {
  font-size: 14px;
  color: #383944;
  line-height: 21px !important;
}

/* Blog Page Style */
.blog-title {
  text-align: center;
  padding: 30px 0 15px 0;
}

.blog-title h1 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.blog-block {
  background: #f4f4eb;
  margin-bottom: 15px;
}

.blog-content {
  padding-left: 20px;
}

.blog-content p {
  font-size: 12px;
  color: #383944;
  padding: 15px 0 10px 0;
}

.blog-content a {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
}

.blog-content a:hover {
  text-decoration: none;
}

.blog-content h2 {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
}

.blog-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0 0 20px;
}

.blog-info p {
  font-size: 14px;
  color: #383944;
}

.blog-info a {
  font-size: 14px;
  color: #23368c;
  font-weight: bold;
  padding-right: 20px;
}

.blog-info a:hover {
  color: #23368c;
  text-decoration: none;
}

/* Single Page Style */
.single {
  padding-bottom: 40px;
}

.single-title {
  text-align: center;
  padding: 30px 0 15px 0;
}

.single-title h1 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.single-content p {
  font-size: 14px;
  color: #383944;
  padding-bottom: 10px;
}

.single-content img {
  padding: 0 10px;
}

/* Contact Page Style */
.contact-title {
  text-align: center;
  padding: 30px 0 15px 0;
}

.contact-title h1 {
  font-size: 24px;
  color: #0b1c55;
  font-weight: bold;
}

.contact-form {
  padding-bottom: 60px;
}

.contact-form-address {
  padding: 25px 0 40px 0;
}

.contact-form-address h2 {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
  padding-bottom: 10px;
}

.contact-form-address p {
  font-size: 14px;
  color: #383944;
}

.contact-form-phones {
  padding-bottom: 40px;
}

.contact-form-phones h2 {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
  padding-bottom: 10px;
}

.contact-form-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
}

.contact-form-phone img {
  padding-right: 10px;
}

.contact-form-phone a {
  font-size: 14px;
  color: #383944;
}

.contact-form-phone a:hover {
  color: #383944;
  text-decoration: none;
}

.contact-form-email {
  padding-bottom: 40px;
}

.contact-form-email h2 {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
  padding-bottom: 10px;
}

.contact-form-email a {
  font-size: 14px;
  color: #383944;
}

.contact-form-email a:hover {
  color: #383944;
  text-decoration: none;
}

.contact-form-chart {
  padding-bottom: 40px;
}

.contact-form-chart h2 {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-forma-title {
  padding: 25px 0 15px 0;
}

.contact-forma-title h2 {
  font-size: 18px;
  color: #0b1c55;
  font-weight: bold;
}

.contact-form__input {
  height: 40px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  padding: 5px 10px;
  margin-bottom: 15px;
}

.contact-form__textarea {
  height: 100px;
  width: 100%;
  background: #ffffff;
  border: 1px solid #c4c4c4;
  border-radius: 3px;
  padding: 5px 10px;
  resize: none;
}

.contact-forma-box p {
  font-size: 12px;
  color: #383944;
  padding: 10px 0;
}

.contact-form__submit {
  background: #fdfdfd;
  border: 1px solid #ff8300;
  border-radius: 3px;
  color: #383944;
  font-size: 16px;
  padding: 10px 20px;
}

.contact-form__submit:hover {
  color: #ffffff;
  background: #ff8300;
}

/* 404 Page Style */
.header-logo-404 p {
  color: #ffffff;
}

.fail-block {
  background: url(./assets/images/404-bg.png) no-repeat;
  background-position: center;
  background-size: cover;
}

.fail-block {
  text-align: center;
  padding-bottom: 600px;
}

.fail-block h1 {
  font-size: 96px;
  color: #0b1c55;
  padding: 70px 0 10px 0;
}

.fail-block h2 {
  font-size: 24px;
  color: #0084ae;
  font-weight: bold;
  padding-bottom: 10px;
}

.fail-block p {
  font-size: 14px;
  color: #383944;
  padding-bottom: 35px;
}

.fail-block a {
  font-size: 16px;
  color: #ffffff;
  font-weight: bold;
  padding: 10px 15px;
  background: #ff8300;
  -webkit-box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  box-shadow: 0px 4px 8px rgba(11, 28, 85, 0.15);
  border-radius: 3px;
}

.fail-block a:hover {
  color: #ffffff;
  text-decoration: none;
}

.footer-404-block {
  height: 100px;
}

.footer-wrapper a,
.footer-mob a {
  color: #fff;
}

.footer-wrapper a:hover {
  text-decoration: none;
  color: #fff;
}

.alignright {
  float: right;
}

.alignleft {
  float: left;
}

div.wpcf7-validation-errors,
div.wpcf7-acceptance-missing {
  background: #ffffff !important;
}

div.wpcf7-mail-sent-ok {
  background: #ffffff !important;
}

div.wpcf7-response-output {
  margin: 20px 0 !important;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
  /* Firefox */
}

.item-language-main {
  font-size: 18px;
  color: #0b1c55;
  text-transform: uppercase;
}

.item-language-main a {
  font-size: 18px;
  color: #0b1c55;
  text-transform: uppercase;
}

.item-language-main a:hover {
  text-decoration: none;
}

.switcher-select {
  background: transparent !important;
  border: none !important;
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}

.switcher-select a {
  font-size: 18px;
  color: #ffffff;
  text-transform: uppercase;
}

#mega-menu-wrap-top .mega-menu-toggle {
  background: transparent;
}

#mega-menu-wrap-top .mega-menu-toggle .mega-toggle-block-1:after {
  color: #23368C;
}

.mega-toggle-blocks-right {
  margin-top: 15px;
}

#mega-menu-top {
  position: fixed !important;
  width: 100vw !important;
  height: 100% !important;
  left: 0 !important;
  right: 0 !important;
  top: 115px !important;
  z-index: 1000 !important;
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item>a.mega-menu-link {
  font-size: 14px;
  color: #383944;
  text-transform: uppercase;
}

#mega-menu-wrap-top .mega-menu-toggle+#mega-menu-top {
  background: #ffffff;
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-menu-item>a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-menu-ancestor>a.mega-menu-link,
#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-current-page-ancestor>a.mega-menu-link {
  background: #23368C;
  font-size: 14px;
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-item.mega-toggle-on>a.mega-menu-link {
  background: #23368C;
}

#mega-menu-wrap-top #mega-menu-top>li.mega-menu-flyout ul.mega-sub-menu li.mega-menu-item a.mega-menu-link {
  font-size: 14px;
  color: #383944;
  text-transform: uppercase;
}

#mega-menu-wrap-top #mega-menu-top li.mega-menu-item-has-children>a.mega-menu-link>span.mega-indicator:after {
  margin: 20px 0;
}

.wrapper {
  min-height: calc(100vh - 80px);
}

#mega-menu-wrap-top .mega-menu-toggle.mega-menu-open+#mega-menu-top {
  position: absolute !important;
  top: 0 !important;
  left: -15px !important;
}

.mega-menu-toggle {
  position: absolute;
  right: 0;
  bottom: 30px;
}

.mega-menu-toggle.mega-menu-open {
  position: absolute;
  right: 0;
  bottom: 30px;
}

span.wpcf7-not-valid-tip {
  bottom: -5px;
  font-size: 10px !important;
  position: absolute !important;
}

.number-501 .wpcf7-not-valid-tip {
  display: none;
}

.number-502 .wpcf7-not-valid-tip {
  display: none;
}

.text-700 .wpcf7-not-valid-tip {
  bottom: -18px;
}

.email-608 .wpcf7-not-valid-tip {
  bottom: -18px;
}

.callback-form__block .wpcf7-form,
.ask-form__block .wpcf7-form {
  max-width: 340px;
  margin: auto;
  padding: 0 5px;
}