@import '../fonts/bloggersans/bloggersans.css';
@import url('https://fonts.googleapis.com/css?family=Montserrat');
@import url('https://fonts.googleapis.com/css?family=Roboto+Condensed&subset=cyrillic');
#cities {
  background-image: url(../images/cities-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: contain;
  padding: 100px 0 90px;
  margin-top: 100px;
  background-color: #fff;
}
#cities .link {
  font-family: 'Open Sans',sans-serif;
  margin-bottom: 10px;
}
.link a {
  font-weight: 400;
  color: #000;
  border-bottom: 1px #00000073 solid;
  text-decoration: none;
}

h2.heading, h3.heading {
  text-align: center;
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
  }
  .col-md-2-5 {
    width: 40%;
  }
  .col-md-3-5 {
    width: 60%;
  }
  .col-md-4-5 {
    width: 80%;
  }
  .col-md-5-5 {
    width: 100%;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
  }
  .col-lg-2-5 {
    width: 40%;
  }
  .col-lg-3-5 {
    width: 60%;
  }
  .col-lg-4-5 {
    width: 80%;
  }
  .col-lg-5-5 {
    width: 100%;
  }
}

body {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 300;
  color: #000000;
  background-color: #ffffff;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: 'Blogger Sans', sans-serif;
  color: #000000;
  margin-bottom: 30px;
  font-weight: bold;
  line-height: 1.2em;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 30px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 15px;
}
h1.heading,
h2.heading,
h3.heading {
  position: relative;
  width: 80%;
  text-align: center;
  text-transform: uppercase;
  margin: 0 auto;
}
h1.heading,
h2.heading {
  margin-bottom: 50px;
}
h1.heading span,
h2.heading span {
  display: inline-block;
  position: relative;
}
h1.heading span:before,
h2.heading span:before,
h3.heading span:before {
  content: '';
  position: absolute;
  top: 16px;
  left: -90px;
  display: inline-block;
  width: 70px;
  height: 3px;
  background: linear-gradient(
    to left,
    rgba(135, 224, 255, 1),
    rgba(135, 224, 255, 0)
  );
}
h1.heading span:after,
h2.heading span:after,
h3.heading span:after {
  content: '';
  position: absolute;
  top: 16px;
  right: -90px;
  display: inline-block;
  width: 70px;
  height: 3px;
  background: linear-gradient(
    to right,
    rgba(135, 224, 255, 1),
    rgba(135, 224, 255, 0)
  );
}
@media (max-width: 575px) {
  h1.heading span:before,
  h2.heading span:before,
  h3.heading span:before,
  h1.heading span:after,
  h2.heading span:after,
  h3.heading span:after {
    display: none;
  }
}

a {
  color: #3a73ff;
  text-decoration: none;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
a:hover,
a:active {
  color: #3a73ff;
  text-decoration: underline;
}
span,
li {
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
input.form-control,
textarea.form-control,
select.form-control {
  background-color: #ffffff !important;
  border: 1px solid #e0e0e0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  font-size: 14px !important;
  color: #000000 !important;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
input.form-control,
select.form-control {
  height: 50px !important;
}
input.form-control:hover,
textarea.form-control:hover,
select.form-control:hover {
  background-color: #ffffff !important;
  border: 0 !important;
  border: 1px solid #20afe1 !important;
}
input.form-control:focus,
textarea.form-control:focus,
select.form-control:focus {
  background-color: #ffffff !important;
  border: 1px solid #20afe1 !important;
  box-shadow: 0 0 6px #20afe1 !important;
}
.form input.form-control::placeholder,
.form textarea.form-control::placeholder,
.form select.form-control::placeholder,
.form input.form-control::-webkit-input-placeholder,
.form textarea.form-control::-webkit-input-placeholder,
.form select.form-control::-webkit-input-placeholder {
  color: #6d6d6d;
}
button,
span.button {
  cursor: pointer;
}

table {
  font-size: 16px;
}
table thead {
  color: #ffffff;
  background-color: #f4f4f4;
}
table thead th {
  padding: 12px 30px;
}
table tbody {
  border: 1px solid #dfdfdf;
  background-color: #ffffff;
}
table tbody tr {
  border-bottom: 1px solid #dfdfdf;
}
table tbody tr:last-child {
  border-bottom: 0;
}
table tbody tr td {
  padding: 12px 30px;
}

.text-content {
  padding: 0 0 80px 0;
}
.text-content h2 {
  margin: 50px 0 20px 0;
}
.text-content ul {
  list-style: none;
}
.text-content ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
}
.text-content ul li:before {
  content: '';
  position: absolute;
  left: 0;
  top: 8px;
  display: inline-block;
  width: 7px;
  height: 7px;
  background-color: #20afe1;
}
.text-content img {
  width: 100%;
  max-width: 550px;
  height: auto;
}

input[type='submit'].button,
.button {
  display: inline-block !important;
  font-size: 15px !important;
  font-weight: bold !important;
  color: #ffffff !important;
  text-decoration: none !important;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  border: 0 !important;
  border-radius: 4px !important;
  padding: 20px 40px !important;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
  cursor: pointer;
}
input[type='submit'].button:hover,
.button:hover {
  text-decoration: none;
  color: #ffffff;
}
.button-big {
  text-align: center !important;
  min-width: 320px !important;
}
.button-sm {
  font-size: 12px !important;
  font-weight: normal !important;
  text-transform: none !important;
  padding: 5px 10px !important;
}
.button-block {
  display: block !important;
  width: 100% !important;
}
.button-primary {
  background-image: linear-gradient(to top, #20afe1, #7ad9fb);
  background-color: #53c7f0 !important;
}
.button-primary:hover {
  background-color: #53c7f0 !important;
  background-image: linear-gradient(to top, #3cbce9, #7ad9fb);
}
input[type='submit'].button-primary:focus,
.button-primary:focus {
  background-color: #53c7f0 !important;
  outline: 0;
}
.button-secondary {
  font-size: 13px !important;
  color: #20afe1 !important;
  border: 2px solid #20afe1 !important;
  background-color: transparent !important;
}
.button-secondary:hover {
  color: #ffffff !important;
  background-color: #20afe1 !important;
}
input[type='submit'].button-secondary:focus,
.button-secondary:focus {
  color: #ffffff !important;
  background-color: #20afe1 !important;
  outline: 0;
}

.m-t-100 {
  margin-top: 100px;
}
.m-b-100 {
  margin-bottom: 100px;
}
.m-t-60 {
  margin-top: 60px;
}
.m-b-60 {
  margin-bottom: 60px;
}
.m-t-30 {
  margin-top: 30px;
}
.m-b-30 {
  margin-bottom: 30px;
}

div.wpcf7-validation-errors {
  display: none !important;
  font-size: 12px;
  background-color: #f7e700;
}
div.wpcf7 .ajax-loader,
.wpcf7-response-output {
  display: none !important;
}

#carantineModal .modal-dialog .modal-content .modal-body {
  position: relative;
  color: #000000;
  padding: 30px;
}
#carantineModal .modal-dialog .modal-content .modal-body .close-modal {
  position: absolute;
  right: -40px;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/close-modal.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;
}
#carantineModal .modal-dialog .modal-content .modal-body .close-modal:hover {
  opacity: 1;
}
#carantineModal .modal-dialog .modal-content .modal-body .title {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
#carantineModal .modal-dialog .modal-content .modal-body .form p {
  font-size: 18px;
  text-align: center;
}

.modal-backdrop.show {
  opacity: 0.8;
}
#orderModal .modal-dialog {
  width: 100%;
  max-width: 400px;
}
#orderModal .modal-dialog .modal-content {
  background-color: transparent !important;
  border: 0 !important;
}
#orderModal .modal-dialog .modal-content .modal-body {
  position: relative;
  color: #ffffff;
  background-color: transparent !important;
  border: 0 !important;
}
#orderModal .modal-dialog .modal-content .modal-body .close-modal {
  position: absolute;
  right: -40px;
  top: 17px;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-image: url(../images/close-modal.svg);
  background-size: 40px 40px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;
}
#orderModal .modal-dialog .modal-content .modal-body .close-modal:hover {
  opacity: 1;
}
#orderModal .modal-dialog .modal-content .modal-body .form {
  display: inline-block;
  width: 100%;
  color: #ffffff;
  background-color: #3a73ff;
  padding: 30px;
}
#orderModal .modal-dialog .modal-content .modal-body .form .title {
  display: block;
  font-size: 20px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 30px;
}
#orderModal .modal-dialog .modal-content .modal-body .form small {
  font-size: 12px;
  font-weight: 300;
  font-style: italic;
  margin-top: 10px;
}
@media (max-width: 575px) {
  #orderModal .modal-dialog .modal-content .modal-body .close-modal {
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

#consultModal .modal-dialog .modal-content .modal-body,
#callModal .modal-dialog .modal-content .modal-body {
  position: relative;
  color: #000000;
  padding: 30px;
}
#consultModal .modal-dialog .modal-content .modal-body .close-modal,
#callModal .modal-dialog .modal-content .modal-body .close-modal {
  position: absolute;
  right: -40px;
  top: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/close-modal.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.5;
  cursor: pointer;
}
#consultModal .modal-dialog .modal-content .modal-body .close-modal:hover,
#callModal .modal-dialog .modal-content .modal-body .close-modal:hover {
  opacity: 1;
}
#consultModal .modal-dialog .modal-content .modal-body .title,
#callModal .modal-dialog .modal-content .modal-body .title {
  display: block;
  font-size: 24px;
  text-align: center;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  #consultModal .modal-dialog .modal-content .modal-body .close-modal,
  #callModal .modal-dialog .modal-content .modal-body .close-modal {
    top: -40px;
    right: 0;
    left: 0;
    margin: 0 auto;
  }
}

#sentOk .icon-ok {
  height: 64px;
  margin: 30px 0;
  background-image: url(../images/mail-ok.svg);
  background-size: auto 64px;
  background-repeat: no-repeat;
  background-position: center;
}

#error-page {
  padding: 100px 0;
}
#error-page .error-icon {
  display: block;
  height: 160px;
  background-image: url(../images/404.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto 160px;
}
#error-page p {
  font-size: 20px;
}
#error-page a {
  font-weight: bold;
}

@media (min-width: 1200px) {
  .container {
    max-width: 1200px;
  }
}

#mobile-menu {
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  text-align: right;
  background-color: rgba(22, 34, 50, 0.95);
  padding: 30px;
  z-index: 10;
}
#mobile-menu .close-menu {
  position: relative;
  top: 0;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/close-modal.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100% auto;
}
#mobile-menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#mobile-menu ul li {
  font-size: 24px;
  text-align: center;
  margin-top: 30px;
}
#mobile-menu ul li a {
  color: #ffffff;
}
#mobile-menu ul li a:hover {
  text-decoration: none;
}
#mobile-menu .phone {
  display: block;
  text-align: center;
  margin-top: 30px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}
#mobile-menu ul li.parent {
  position: relative;
}
#mobile-menu ul li.parent span.parent-arrow {
  position: absolute;
  top: 5px;
  right: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url(../images/plus-button.svg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 24px auto;
  z-index: 20;
  cursor: pointer;
}
#mobile-menu ul li.parent ul.children {
  display: none;
  background-color: rgba(0, 0, 0, 0.5);
  padding: 15px;
}
#mobile-menu ul li.parent ul.children li {
  margin-top: 0;
  margin-bottom: 15px;
}
#mobile-menu ul li.parent ul.children li:last-child {
  margin-bottom: 0;
}
#mobile-menu ul li.parent ul.children li a {
  font-size: 15px;
}
#mobile-menu .phone a {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background-image: url(../images/phone.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 24px;
  padding-left: 30px;
}
#mobile-menu .phone a:hover {
  color: rgba(255, 255, 255, 0.65);
  text-decoration: none;
}

/* ******************************
***** STYLES *****
******************************* */

#wpadminbar {
  top: auto;
  bottom: 0;
}

body {
  background-color: #f5f5f5;
  padding-top: 54px;
}
a {
  color: #20afe1;
  text-decoration: underline;
}
a:hover {
  color: #20afe1;
  text-decoration: none;
}
a:active {
  color: #20afe1;
}

.arrow-carousel {
  position: absolute;
  top: calc(50% - 30px);
  display: inline-block;
  width: 70px;
  height: 70px;
  border-radius: 35px;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #20afe1;
  outline: 0;
  z-index: 1;
  cursor: pointer;
}
.arrow-carousel:hover {
  background-color: #53c7f0;
}
.arrow-carousel.left {
  left: -20px;
  background-image: url(../images/arrow-l.png);
}
.arrow-carousel.right {
  right: -20px;
  background-image: url(../images/arrow-r.png);
}
@media (max-width: 575px) {
  .arrow-carousel {
    width: 42px;
    height: 42px;
  }
  .arrow-carousel.left {
    left: 0;
    background-color: rgb(32, 175, 225, 0.5);
  }
  .arrow-carousel.right {
    right: 0;
    background-color: rgb(32, 175, 225, 0.5);
  }
}

#menu {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #20afe1;
  z-index: 9;
}
#menu .logo {
  width: 100%;
  height: 45px;
  background-image: url(../images/logo-w.png);
  background-repeat: no-repeat;
  background-position: left;
  background-size: auto 100%;
}
#menu .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#menu .mobile-menu-icon {
  display: inline-block;
  width: 45px;
  height: 45px;
  background-image: url(../images/menu.svg);
  background-repeat: no-repeat;
  background-position: left;
  background-size: 100% auto;
}
#menu ul.menu {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}
#menu ul.menu > li {
  flex: none;
  position: relative;
  text-align: center;
  width: 16.66666666666667%;
}
#menu ul.menu > li:hover {
  background-color: #53c7f0;
}
#menu ul.menu li.active {
  background-color: #1d99c5 !important;
}
#menu ul.menu li a,
#menu ul.menu li span {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  text-decoration: none;
  padding: 15px 0;
}
#menu ul.menu li a:hover {
  text-decoration: underline;
}
#menu ul.menu li ul.children {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #53c7f0;
  padding: 15px 0;
}
#menu ul.menu li ul.children li {
  display: block;
  text-align: left;
}
#menu ul.menu li ul.children li a,
#menu ul.menu li ul.children li span {
  font-weight: normal;
  padding: 5px 20px;
  margin-bottom: 5px;
}
#menu ul.menu li.parent:hover > ul.children {
  display: block;
}
@media (max-width: 767px) {
  #menu {
    padding: 7px 0;
  }
}

#breadcrumbs {
  font-size: 13px;
  /*background-color: #ffffff;*/
  padding: 20px 0;
  margin-bottom: 30px;
}
#breadcrumbs span {
  color: #999999;
}
#breadcrumbs a,
#breadcrumbs a span {
  color: #000000;
}

#top {
  color: #ffffff;
  background-image: url(../images/top-bg.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  padding-bottom: 80px;
}
body.home #top {
  padding-bottom: 200px;
}
#top .header {
  padding: 30px 0;
}
#top .header .logo {
  width: 275px;
  height: 60px;
  background-image: url(../images/logo-w.png);
  background-repeat: no-repeat;
  background-position: left;
}
#top .header .logo a {
  display: block;
  width: 100%;
  height: 100%;
}
#top .header .header-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
#top .header .header-text span {
  display: inline-block;
  text-align: center;
}
#top .header .header-text span.color {
  color: #fff2d7;
  font-weight: bold;
}
#top .header .phone {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #ffffff;
  text-align: right;
  text-decoration: none;
}
#top .header .work-time {
  display: block;
  font-size: 13px;
  text-align: right;
}
#top h1,
#top .h1-style {
  display: block;
  font-family: 'Blogger Sans', sans-serif;
  color: #ffffff;
  font-size: 36px;
  font-weight: bold;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}
#top h1 {
  margin: 70px 0 10px 0;
}
#top .h1-style {
  margin: 50px 0 10px 0;
}
#top .heading-city {
  display: block;
  font-family: 'Blogger Sans', sans-serif;
  font-size: 30px;
  color: #87e0ff;
  text-align: center;
  text-transform: uppercase;
}
#top .clock {
  display: inline-block;
  width: 100%;
  height: 95px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 95px;
  letter-spacing: 0.1em;
  background-image: url(../images/24-hours.png);
  background-repeat: no-repeat;
  background-position: center;
  margin: 30px 0;
}
body.home #top .clock {
  margin: 70px 0;
}
@media (max-width: 991px) {
  #top h1 {
    margin: 40px 0 10px 0;
  }
  #top .clock {
    margin: 30px 0;
  }
}

#prices {
  position: relative;
  margin-top: -100px;
}
body.page-id-69 #prices,
body.page-id-72 #prices,
body.page-id-80 #prices {
  margin-top: 0;
}
#prices {
  margin-bottom: 0;
}
#prices h2.heading {
  margin-bottom: 30px;
}
#prices .container {
  border-radius: 8px 8px 0 0;
  background-color: #ffffff;
  padding: 30px 30px 0 30px;
}
#prices .tab {
  display: inline-block;
  font-family: 'Roboto Condensed', sans-serif;
  font-size: 18px;
  border-radius: 40px;
  background-color: #f0f0f0;
  padding: 13px 20px;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
}
#prices .tab:last-child {
  margin-right: 0;
}
#prices .tab.active,
#prices .tab:hover {
  color: #ffffff;
  background-color: #53c7f0;
}
#prices .prices-title {
  display: none;
}
#prices .prices-title[data-category='1'] {
  display: block;
}
#prices .prices-title {
  font-size: 30px;
  text-align: center;
  margin: 30px 0;
}
#prices .prices-title.active {
  display: block !important;
}
#prices .price-item {
  display: none;
}
#prices .price-item[data-category='1'] {
  display: block;
}
#prices .price-item .box {
  display: flex;
  justify-content: space-between;
  font-size: 18px;
  border: 2px solid #f5f5f5;
  padding: 10px 20px;
  margin-bottom: 10px;
}
#prices .price-item .box .dots {
  width: 100%;
  border-bottom: 2px dotted #dfdfdf;
}
#prices .price-item .box .weight,
#prices .price-item .box .price {
  flex: none;
}
#prices .price-item .box .price {
  font-weight: bold;
}
#prices .including {
  position: relative;
  max-width: 1260px;
  /*width: calc(100% + 120px);*/
  color: #ffffff;
  border-radius: 0;
  background-color: #20afe1;
  padding: 50px 50px;
}
#prices .including:before {
  content: '';
  position: absolute;
  bottom: -30px;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/corner-l.png);
  background-repeat: no-repeat;
  background-position: center;
}
#prices .including:after {
  content: '';
  position: absolute;
  bottom: -30px;
  right: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-image: url(../images/corner-r.png);
  background-repeat: no-repeat;
  background-position: center;
}
#prices .including h3 {
  color: #ffffff;
}
#prices .including ul.price-include {
  display: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
#prices .including ul.price-include {
  display: none;
}
#prices .including ul.price-include[data-category='1'] {
  display: block;
}
#prices .including ul.price-include li {
  min-height: 30px;
  background-image: url(../images/li-g.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 3px;
  padding-left: 45px;
  margin: 10px 0;
}
#prices .including .ico-wallet {
  display: inline-block;
  width: 160px;
  height: 205px;
  background-image: url(../images/wallet.png);
  background-repeat: no-repeat;
  background-position: center;
}
#prices .info {
  background-color: #fff2d7;
  padding: 30px;
}
#prices .info .time {
  display: block;
  margin-bottom: 10px;
}
#prices .info .time span {
  color: #6d6d6d;
}
#prices .info .phone span {
  display: block;
  color: #6d6d6d;
  text-align: center;
}
#prices .info .phone a {
  font-size: 30px;
  font-weight: 300;
  color: #000000;
  text-decoration: none;
}
@media (max-width: 1199px) {
  #prices .including {
    max-width: 1020px;
  }
}
@media (max-width: 991px) {
  #prices .including {
    max-width: 780px;
  }
}
@media (max-width: 767px) {
  #prices .including {
    max-width: 600px;
  }
}
@media (max-width: 575px) {
  #prices .including {
    left: 0;
    width: 100%;
  }
  #prices .including:before,
  #prices .including:after {
    display: none;
  }
  #prices .including .ico-wallet {
    margin-top: 20px;
  }
  #prices .info .time {
    text-align: center;
  }
  #prices .info .phone {
    margin: 20px 0;
  }
  #prices .info .button {
    display: block;
    width: 100%;
  }
}

#specialist {
  padding: 0 0 80px 0;
  background-image: url(../images/specialist-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#specialist .paid-services,
#prices .paid-services {
  border-radius: 0 0 8px 8px;
  background-color: #ffffff;
}
#specialist .paid-services .row,
#prices .paid-services .row {
  padding: 50px 30px;
}
#specialist .paid-services ul.paid-list,
#prices .paid-services ul.paid-list {
  display: none;
}
#specialist .paid-services ul.paid-list[data-category='1'],
#prices .paid-services ul.paid-list[data-category='1'] {
  display: block;
}
#specialist .paid-services ul.paid-list,
#prices .paid-services ul.paid-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
#specialist .paid-services ul.paid-list li,
#prices .paid-services ul.paid-list li {
  min-height: 30px;
  background-image: url(../images/li-y.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 3px;
  padding-left: 45px;
  margin: 10px 0;
}
#specialist .paid-services .more-info,
#prices .paid-services .more-info {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  background-image: url(../images/about-services.png);
  background-repeat: no-repeat;
  background-position: center;
}
#specialist h2.heading {
  color: #ffffff;
  margin-top: 80px;
}
#specialist .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-image: url(../images/specialist-ico.png);
  background-repeat: no-repeat;
  background-position: center;
  padding: 10px;
  margin: 0 auto;
}
#specialist .icon span {
  display: inline-block;
}
#specialist .price {
  display: block;
  font-family: 'Blogger Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #87e0ff;
  text-align: center;
  margin-top: 15px;
}
#specialist .price.small {
  font-size: 16px;
}
@media (max-width: 767px) {
  #specialist .price {
    margin-bottom: 30px;
  }
}
@media (max-width: 575px) {
  #specialist {
    padding: 0 0 50px 0;
  }
}

#promo {
  padding: 80px 0;
}
#promo .item {
  display: flex;
  justify-content: space-between;
  border-radius: 8px;
  background-color: #ffffff;
  overflow: hidden;
}
#promo .item .text,
#promo .item .image {
  display: inline-block;
}
#promo .item .text {
  padding: 80px 100px;
}
#promo .item .text .ico {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
}
#promo .item .text .title {
  display: block;
  font-family: 'Blogger Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0;
}
#promo .item .text a {
  display: inline-block;
  font-weight: bold;
}
#promo .item .image {
  flex: none;
  width: 570px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media (max-width: 991px) {
  #promo .item .text {
    padding: 30px 40px;
  }
  #promo .item .image {
    width: 320px;
  }
}
@media (max-width: 575px) {
  #promo {
    padding: 50px 0;
  }
  #promo .item .image {
    display: none;
  }
}

#work-stages {
  padding: 80px 0 80px 0;
}
body.home #work-stages {
  padding: 0 0 80px 0;
}
#work-stages .service {
  border-radius: 8px;
  background-color: #ffffff;
}
#work-stages .service .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  min-height: 150px;
  color: #ffffff;
  border-radius: 8px 8px 0 0;
  background-color: #20afe1;
  padding: 30px;
}
#work-stages .service .header:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 60px;
  display: inline-block;
  width: 20px;
  height: 10px;
  background-image: url(../images/stages-arrow-down.png);
  background-repeat: no-repeat;
  background-position: center;
}
#work-stages .service .header .arrow {
  flex: none;
  display: inline-block;
  width: 80px;
  height: 50px;
  background-image: url(../images/stages-arrow.png);
  background-repeat: no-repeat;
  background-position: center;
}
#work-stages .service .header .text {
  display: inline-block;
}
#work-stages .service .header .text .title {
  display: block;
  font-family: 'Blogger Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
}
#work-stages .service .header .text small {
  display: block;
  font-size: 11px;
}
#work-stages .service .steps .step {
  display: flex;
  justify-content: space-between;
  padding: 30px;
}
#work-stages .service .steps .step .num {
  flex: none;
  border-right: 2px solid #e4ca90;
  margin-right: 20px;
}
#work-stages .service .steps .step .num span {
  display: inline-block;
  width: 80px;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  background-color: #e4ca90;
  padding: 5px;
}
#work-stages .service .steps .step .desc .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #20afe1;
  margin-bottom: 5px;
}
@media (max-width: 575px) {
  #work-stages .service {
    margin-bottom: 30px;
  }
  #work-stages {
    padding: 0 0 20px 0;
  }
}

#certificates {
  background-image: url(../images/certificates-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
#certificates a {
  display: inline-block;
  border: 20px solid #ffffff;
}
#certificates .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  margin-top: 15px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.75);
}
@media (max-width: 575px) {
  #certificates {
    padding: 50px 0;
  }
}

#reviews {
  padding: 80px 0;
}
#reviews .swiper-container {
  padding-bottom: 40px;
}
#reviews .swiper-container .swiper-slide {
  height: auto;
}
#reviews .item {
  position: relative;
  height: 100%;
  border-radius: 6px;
  background-color: #ffffff;
  padding: 50px;
}
#reviews.page .item {
  height: auto;
  margin-bottom: 60px;
}
#reviews .item .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 5px;
}
#reviews .item .name {
  display: block;
  font-style: italic;
  text-align: right;
}
#reviews .item .ico {
  position: absolute;
  bottom: -40px;
  left: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 80px;
  background-image: url(../images/review-ico.png);
  background-repeat: no-repeat;
  background-position: center;
}
#reviews .arrow-carousel {
  top: calc(50% - 60px);
}
#reviews .button {
  margin-top: 40px;
}
@media (max-width: 575px) {
  #reviews {
    padding: 50px 0;
  }
}
#reviews.page {
  padding: 0 0 80px 0;
}
#reviews.page .form,
body.page-id-74 .form {
  border-radius: 8px;
  background-color: #ffffff;
  padding: 30px;
}
#reviews.page .form .title,
body.page-id-74 .form .title {
  display: block;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}
#reviews.page .form .button {
  margin-top: 0;
}

#how-we-work {
  color: #ffffff;
  background-image: url(../images/how-we-work-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 80px 0;
}
#how-we-work h2.heading {
  color: #ffffff;
}
#how-we-work .top {
  display: flex;
  justify-content: flex-start;
}
#how-we-work .top .ico {
  flex: none;
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
}
#how-we-work .top .ico.ico-1 {
  background-image: url(../images/how-we-work-ico-1.png);
}
#how-we-work .top .ico.ico-2 {
  background-image: url(../images/how-we-work-ico-2.png);
}
#how-we-work .top .ico.ico-3 {
  background-image: url(../images/how-we-work-ico-3.png);
}
#how-we-work .top .ico.ico-4 {
  background-image: url(../images/how-we-work-ico-4.png);
}
#how-we-work .top .ico.ico-5 {
  background-image: url(../images/how-we-work-ico-5.png);
}
#how-we-work .top .time {
  display: inline-block;
  width: 100%;
  height: 80px;
  font-size: 18px;
  background-image: url(../images/how-we-work-arrow.png);
  background-repeat: no-repeat;
  background-position: 10px center;
  padding-left: 10px;
}
#how-we-work .bottom {
  font-size: 16px;
  font-weight: bold;
  margin: 10px 0 30px 0;
}
#how-we-work .bottom a {
  color: #53c7f0;
}
@media (max-width: 575px) {
  #how-we-work {
    padding: 50px 0;
  }
}

#about {
  padding: 80px 0;
}
#about h2 {
  margin-top: 0;
}

#page-about {
  padding: 0 0 80px 0;
}
@media (max-width: 575px) {
  #page-about {
    padding: 0 0 50px 0;
  }
}

#info {
  padding: 80px 0 0 0;
}
#info .attention-box {
  height: 100%;
  color: #ffffff;
  border-radius: 8px;
  background-color: #20afe1;
  padding: 50px;
}
#info .attention-box .title {
  display: block;
  height: 50px;
  font-family: 'Blogger Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  line-height: 50px;
  background-image: url(../images/attention-ico.png);
  background-repeat: no-repeat;
  padding-left: 65px;
  margin-bottom: 20px;
}
#info .attention-box p {
  font-size: 18px;
  font-style: italic;
}
#info .services {
  height: 100%;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 50px;
}
#info .services .title {
  display: block;
  font-family: 'Blogger Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 20px;
}
#info .services ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#info .services ul li {
  min-height: 30px;
  background-image: url(../images/li-y.png);
  background-repeat: no-repeat;
  background-position: left top;
  padding-top: 3px;
  padding-left: 45px;
  margin: 10px 0;
}
@media (max-width: 575px) {
  #info {
    padding: 0 0 50px 0;
  }
  #info .attention-box,
  #info .services {
    height: initial;
  }
  #info .attention-box {
    margin-bottom: 30px;
  }
}

#footer {
  background-color: #ffffff;
  padding: 50px 0;
}
#footer .logo {
  width: 275px;
  height: 60px;
  background-image: url(../images/logo-c.png);
  background-repeat: no-repeat;
  background-position: left;
}
#footer .footer-text {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
}
#footer .footer-text span {
  display: inline-block;
  text-align: center;
}
#footer .footer-text span.color {
  color: #20afe1;
  font-weight: bold;
}
#footer .phone {
  display: block;
  font-size: 30px;
  font-weight: bold;
  color: #000000;
  text-align: right;
  text-decoration: none;
}
#footer .work-time {
  display: block;
  font-size: 13px;
  text-align: right;
}
#footer .copyright,
#footer .address {
  display: block;
  font-size: 13px;
  color: #6d6d6d;
  margin-top: 20px;
}
#footer .copyright {
  text-align: left;
}
#footer .address {
  text-align: right;
}
@media (max-width: 991px) {
  #footer .logo {
    margin: 0 auto;
  }
  #footer .footer-text,
  #footer .phone,
  #footer .work-time,
  #footer .copyright,
  #footer .address {
    text-align: center;
  }
}

#faq {
  padding: 0 0 0 75px;
}
#faq .item {
  position: relative;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 30px;
  margin-bottom: 30px;
}
#faq .item:before {
  content: '?';
  position: absolute;
  top: 0;
  left: -75px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  font-size: 29px;
  font-weight: bold;
  color: #ffffff;
  text-align: center;
  border-radius: 30px;
  background-color: #f9dda0;
}
#faq .item .question {
  font-size: 18px;
  font-weight: bold;
  color: #20afe1;
}
@media (max-width: 575px) {
  #faq {
    padding-left: 0;
  }
  #faq .item:before {
    position: relative;
    top: 0;
    left: 0;
    margin-bottom: 10px;
  }
}

#contacts .item {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  border-bottom: 1px solid #e0e0e0;
}
#contacts .item:first-child {
  padding-top: 0;
}
#contacts .item:last-child {
  border: 0;
}
#contacts .item .icon {
  flex: none;
  display: inline-block;
  width: 60px;
  height: 60px;
  margin-right: 20px;
}
#contacts .item .ico {
  justify-content: center;
  align-items: center;
  display: inline-block;
  width: 60px;
  height: 60px;
  border-radius: 30px;
  background-color: #f9dda0;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 30px auto;
}
#contacts .item .ico.ico-1 {
  background-image: url(../images/contacts-1.svg);
}
#contacts .item .ico.ico-2 {
  background-image: url(../images/contacts-2.svg);
}
#contacts .item .ico.ico-3 {
  background-image: url(../images/contacts-3.svg);
}
#contacts .item .ico.ico-4 {
  background-image: url(../images/contacts-4.svg);
}
#contacts .item .text {
  display: inline-block;
  font-size: 16px;
}
#contacts .map {
  background-color: #ffffff;
  padding: 15px;
}

#promos .promo-prices {
  display: flex;
  justify-content: space-around;
  margin-bottom: 40px;
}
#promos .promo-prices .promo-prices-item {
  max-width: 230px;
}
#promos .promo-prices .promo-prices-item .price {
  font-family: 'Blogger Sans', sans-serif;
  font-size: 36px;
  font-weight: bold;
  color: #20afe1;
}
#promos .promo-prices .promo-prices-item .price.price-promo {
  color: #f78520;
}
#promos .promo-prices .promo-prices-item .old-price {
  font-family: 'Blogger Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #000000;
  text-decoration: line-through;
}
#promos .promo-prices .promo-prices-item .text {
  font-size: 16px;
}
#promos .promo-prices .plus {
  align-self: center;
  font-family: 'Blogger Sans', sans-serif;
  font-size: 24px;
  font-weight: bold;
  color: #707070;
}
#promos .item {
  height: 100%;
  text-align: center;
  border-radius: 8px;
  background-color: #ffffff;
  padding: 20px;
  overflow: hidden;
}
#promos .item .ico {
  display: inline-block;
  width: 80px;
  height: 80px;
  background-repeat: no-repeat;
  background-position: center;
  margin: 0 auto;
}
#promos .item .title {
  display: block;
  font-family: 'Blogger Sans', sans-serif;
  font-size: 20px;
  font-weight: bold;
  margin: 10px 0;
}
#promos .info-text {
  font-size: 18px;
}
@media (max-width: 767px) {
  #promos .promo-prices {
    flex-wrap: wrap;
  }
}
@media (max-width: 575px) {
  #promos .promo-prices {
    flex-direction: column;
    justify-content: center;
  }
  #promos .promo-prices .promo-prices-item {
    width: 100%;
    max-width: 100%;
    text-align: center;
  }
  #promos .item {
    height: auto;
  }
}

/* Google Recaptcha Badge Hide */
.grecaptcha-badge {
  display: none !important;
}
