@charset "UTF-8";
@font-face {
  font-family: 'Mariupol Symbols';
  src: url("../fonts/MariupolSymbols.eot");
  src: local("Mariupol Symbols"), local("MariupolSymbols"), url("../fonts/MariupolSymbols.eot?#iefix") format("embedded-opentype"), url("../fonts/MariupolSymbols.woff2") format("woff2"), url("../fonts/MariupolSymbols.woff") format("woff"), url("../fonts/MariupolSymbols.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mariupol';
  src: url("../fonts/Mariupol-Medium.eot");
  src: local("Mariupol Medium"), local("Mariupol-Medium"), url("../fonts/Mariupol-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Mariupol-Medium.woff2") format("woff2"), url("../fonts/Mariupol-Medium.woff") format("woff"), url("../fonts/Mariupol-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Mariupol';
  src: url("../fonts/Mariupol-Regular.eot");
  src: local("Mariupol"), local("Mariupol-Regular"), url("../fonts/Mariupol-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Mariupol-Regular.woff2") format("woff2"), url("../fonts/Mariupol-Regular.woff") format("woff"), url("../fonts/Mariupol-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Mariupol';
  src: url("../fonts/Mariupol-Bold.eot");
  src: local("Mariupol Bold"), local("Mariupol-Bold"), url("../fonts/Mariupol-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Mariupol-Bold.woff2") format("woff2"), url("../fonts/Mariupol-Bold.woff") format("woff"), url("../fonts/Mariupol-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

body {
  font-family: 'Mariupol';
}

body.active {
  overflow: hidden;
}

html {
  scroll-behavior: smooth;
}

/* Remove tap highlight on iOS */
input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0,0,0,0);
}

.post, .page {
  margin: 0;
}

.pulse {
  background: #de1414;
  height: 20px;
  width: 20px;
  border: 0px solid #de1414;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  top: 65%;
  left: 50%;
  transform: translate(-50%,-65%);
  -webkit-box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.5);
}

@keyframes pulse {
  0% {
    border: 0px solid #fff;
    opacity: 1;
  }

  100% {
    border: 20px solid #fff0;
    opacity: 0;
  }
}

.fade-custom {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  animation: pulse 1s linear infinite;
}

.up-title {
  display: block;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #2C7BF3;
}

.title {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 40px;
  letter-spacing: -0.015em;
  color: #2C3552;
}

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

.custom-list ul li {
  position: relative;
  margin-bottom: 10px;
  padding-left: 25px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #323436;
}

.custom-list ul li::before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-image: url(../img/check.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.blue-btn {
  display: inline-block;
  padding: 30px 40px;
  font-style: normal;
  font-weight: bold;
  font-size: 16px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF !important;
  background-color: #2C7BF3;
  border-radius: 50px;
  text-decoration: none;
  border: 0;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.blue-btn:focus {
  color: #FFFFFF;
  opacity: 0.8;
}

.blue-btn:hover {
  color: #FFFFFF;
  opacity: 0.8;
}

.detail-btn {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2C7BF3;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.detail-btn:hover {
  opacity: 0.8;
}

.detail-btn::after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 8px;
  margin-left: 10px;
  background-image: url(../img/small-arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
}

#scrollTop a {
  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;
  width: 50px;
  height: 50px;
  background: #2C7BF3;
  border: 1px solid #2C7BF3;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 30px;
  right: 30px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
  visibility: hidden;
  z-index: 1000;
  cursor: pointer;
}

#scrollTop.show a {
  opacity: 1;
  visibility: visible;
}

#scrollTop a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

#scrollTop a:hover {
  opacity: 0.8;
}

.wpcf7 form .wpcf7-response-output {
  display: none;
}

.wpcf7 form .wpcf7-spinner {
  display: none;
}

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

.wpcf7 form p {
  display: inline-block;
  width: 100%;
  margin: 0;
  margin-top: 15px;
}

form .col {
  margin-bottom: 15px;
}

form .col input.form-control {
  width: 100%;
  padding: 15px 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #696969;
  background: #F8F9FC;
  border: 1px solid #E6E4E6;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 100px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

form .col input.form-control:focus {
  outline: none;
  box-shadow: none;
}

form .col input.form-control.wpcf7-not-valid::placeholder {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #ee2121;
}

form .col input.form-control.wpcf7-not-valid {
  border: 1px solid #ee2121;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

form .form-check {
  margin-bottom: 30px;
}

form .form-check label {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #696969;
}

form input[type="submit"] {
  width: 100%;
  padding: 20px 30px;
  color: #FFFFFF;
  background-color: #2C7BF3;
  border-radius: 50px;
  border: 0;
}

.form-check.custom-check {
  padding-left: 0;
}

.form-check.custom-check input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}

.form-check.custom-check label {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

.form-check.custom-check label::before {
  content: '';
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background-color: transparent;
  border: 1px solid #E9E8E9;
  border-radius: 5px;
  padding: 8px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 5px;
}

.custom-check input:checked + label:after {
  content: '';
  display: block;
  position: absolute;
  top: 4px;
  left: 7px;
  width: 4px;
  height: 8px;
  border: solid #2C7BF3;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#thanks-popup {
  text-align: center;
}

.breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 1;
}

.breadcrumbs p {
  margin: 0;
}

.breadcrumbs p span {
  color: #FFFFFF;
}

.breadcrumbs p span a {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
}

.breadcrumbs p span .breadcrumb_last {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #FFFFFF;
}

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

.button_container {
  display: none;
}

.overlay {
  display: none;
}

.custom-modal {
  width: 768px;
  max-width: 100%;
  padding: 50px;
  background-color: #fff;
}

.header-top {
  padding: 15px 0;
  background-color: #2C7BF3;
}

.header-top__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header-top__info ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.header-top__info ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 30px;
}

.header-top__info ul li i.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 17px;
  margin-right: 15px;
}

.header-top__info ul li i.icon img {
  height: 17px;
}

.header-top__info ul li:last-child {
  margin-right: 0;
}

.header-top__info ul li a {
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  color: #FFFFFF;
  text-decoration: none;
}

.header-top__info ul li a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-top__info ul li a:hover {
  opacity: 0.8;
}

.header-top__social ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
}

.header-top__social ul li {
  margin-right: 15px;
}

.header-top__social ul li:last-child {
  margin-right: 0;
}

.header-top__social ul li a {
  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;
  width: 30px;
  height: 30px;
  background-color: #fff;
  border-radius: 50px;
}

.header-top__social ul li a img {
  width: 12px;
  height: 12px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

.header-top__social ul li a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-top__social ul li a:hover {
  opacity: 0.8;
}

.header-base {
  padding: 15px 0;
  background-color: #fff;
  border-bottom: 1px solid #f2f2f2;
}

.header-base__menu {
  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;
  height: 100%;
}

.header-base__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header-base__menu ul li {
  margin-right: 40px;
}

.header-base__menu ul.menu > li.menu-item {
  display: flex;
  align-items: center;
  height: 100%;
}

.header-base__menu ul.menu > li.menu-item-has-children {
  position: relative;
}

.header-base__menu ul.menu > li > ul.sub-menu {
  position: absolute;
  top: 60px;
  left: 0;
  display: none;
  min-width: 5rem;
  margin-top: 1rem;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  left: 0;
  min-width: 475px;
  height: auto;
  margin: 0;
  padding: 15px;
  background: #2e7af3;
  z-index: 2;
  border-radius: 10px;
  transition: all 0.5s ease;
}

.header-base__menu ul.menu > li:hover > ul.sub-menu {
  visibility: visible;
  opacity: 1;
  display: block;
}

.header-base__menu ul.menu > li:hover > ul.sub-menu > li {
  margin: 0;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #4b8cf4;
}

.header-base__menu ul.menu > li:hover > ul.sub-menu > li:last-child {
  margin: 0;
  padding: 0;
  border-bottom: 0;
}

.header-base__menu ul.menu > li:hover > ul.sub-menu > li > a {
  color: #fff;
}

.header-base__menu ul.menu > li:hover > ul.sub-menu > li > a::after {
  display: none;
}

.header-base__menu ul li:last-child {
  margin-right: 0;
}

.header-base__menu ul li a {
  position: relative;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #323436;
  text-decoration: none;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-base__menu ul.menu > li.menu-item > a::after {
  position: absolute;
  bottom: -34px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2C7BF3;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  opacity: 0;
}

.header-base__menu ul.menu > li.menu-item > a:hover {
  color: #2C7BF3;
}

.header-base__menu ul.menu > li.menu-item > a:hover::after {
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.header-base__info {
  position: relative;
  text-align: right;
}

.header-base__info .strong {
  position: relative;
  display: block;
  margin-bottom: 0;
}

.header-base__info .strong a {
  font-style: normal;
  font-weight: bold;
  font-size: 24px;
  line-height: 23px;
  color: #2C7BF3;
  text-decoration: none;
}

.header-base__info .strong::before {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 15px;
  background-image: url(../img/phone-blue.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.header-base__info small {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 13px;
  opacity: 0.5;
}

.main {
  padding: 50px 0;
}

.main-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
}

.main-content h1 {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 50px;
  line-height: 60px;
  color: #323436;
}

.main-content p {
  margin: 0;
  margin-bottom: 60px;
  font-style: normal;
  font-weight: normal;
  font-size: 21px;
  line-height: 30px;
  color: #323436;
}

.main-image {
  position: relative;
  text-align: center;
}

.main-image img {
  width: 85%;
  height: 100%;
}

.services {
  padding: 100px 0;
}

.services .title {
  text-align: center;
}

.services-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 65px -10px rgba(50, 50, 50, 0.07);
          box-shadow: 0px 15px 65px -10px rgba(50, 50, 50, 0.07);
  border-radius: 10px;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  border: 1px solid #fff;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-decoration: none;
}

.services-card:hover {
  border: 1px solid #f2f2f2;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
  -webkit-box-shadow: 0px 15px 65px -10px rgba(50, 50, 50, 0.2);
          box-shadow: 0px 15px 65px -10px rgba(50, 50, 50, 0.2);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.services-card__icon {
  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;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  padding: 5px;
  background: #FAFAFA;
  border-radius: 5px;
}

.services-card .strong {
  width: 260px;
  max-width: 100%;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  letter-spacing: -0.015em;
  color: #2C3552;
}

.services-card p {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323436;
}

.about {
  padding: 100px 0;
  background-color: #F8F9FC;
}

.about-image img {
  width: 500px;
  max-width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 50%;
}

.about-сontent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.about-сontent ul {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr;
      grid-template-columns: 1fr 1fr;
  margin-bottom: 30px;
}

.about-сontent p {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: #323436;
}

.partners {
  padding: 100px 0;
}

.partners h2 {
  margin-bottom: 15px;
  text-align: center;
}

.partners p {
  margin-bottom: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  text-align: center;
  color: #323436;
}

.partners-carousel {
  margin-bottom: 50px;
}

.partners-carousel .partners-logo {
  width: 140px;
  height: 70px;
  margin: 0 auto;
}

.partners-carousel .partners-logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.partners-carousel .partners-logo img:hover {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
}

.partners-carousel__nav {
  margin-bottom: 50px;
}

.partners-carousel__nav ul {
  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;
  margin: 0;
  padding: 0;
}

.partners-carousel__nav ul li {
  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;
  width: 50px;
  height: 50px;
  margin-right: 15px;
  border: 1px solid #E1E1E1;
  border-radius: 50px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.partners-carousel__nav ul li img {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.partners-carousel__nav ul li:hover {
  border: 1px solid #2C7BF3;
  background-color: #2C7BF3;
  cursor: pointer;
}

.partners-carousel__nav ul li:hover img {
  -webkit-filter: brightness(50);
          filter: brightness(50);
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.partners-carousel__nav ul li:last-child {
  margin-right: 0;
}

.partners a.blue-btn {
  display: block;
  width: 250px;
  margin: 0 auto;
  padding: 20px 0;
  text-align: center;
}

.custom-popup .carousel__slide {
  width: 200px;
}

.contacts {
  padding: 100px 0;
  background-color: #F8F9FC;
}

.contacts span.up-title {
  text-align: center;
}

.contacts h2.title {
  margin-bottom: 50px;
  text-align: center;
}

.contacts .container .row .col-md-4:last-child .contacts-card {
  border-right: 0;
}

.contacts-card {
  max-width: 350px;
  border-right: 1px solid #E2DFE2;
}

.contacts-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.contacts-card__top i.icon {
  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;
  width: 65px;
  height: 65px;
  margin-right: 15px;
  background: #E7E5FF;
  border-radius: 10px;
}

.contacts-card__top .strong {
  margin-bottom: 5px;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  color: #323436;
}

.contacts-card__top small {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  color: #323436;
  opacity: 0.7;
}

.contacts-card__bottom p {
  margin: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 25px;
  color: #696969;
}

.contacts-card__bottom ul {
  margin: 0;
  padding: 0;
  line-height: 25px;
}

.contacts-card__bottom ul li {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #696969;
}

.contacts-card__bottom ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #696969;
  text-decoration: none;
}

.location {
  padding: 100px 0;
}

.location-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 50px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 10px 50px rgba(50, 50, 50, 0.1);
          box-shadow: 0px 10px 50px rgba(50, 50, 50, 0.1);
  border-radius: 10px;
}

.location-wrapper__map {
  width: 700px;
  max-width: 100%;
  /* height: 475px; */
  height: auto;
  margin-right: 30px;
}

.location-wrapper__map iframe {
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

body.page-template-objects.mobile .location-wrapper__map,
body.single-services.mobile .location-wrapper__map,
body.single-objects.mobile .location-wrapper__map {
  display: none;
}

.location-wrapper__form h3.title {
  margin-bottom: 15px;
}

.location-wrapper__form p {
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 25px;
  color: #696969;
}

.footer {
  padding: 30px 0;
  border-top: 1px solid #f2f2f2;
}

.footer-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

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

.footer-right p {
  margin: 0;
  margin-right: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  color: #696969;
}

.footer-right ul {
  margin: 0;
  padding: 0;
}

.footer-right ul li a {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #2C7BF3;
  text-decoration: none;
}

.footer-right ul li a {
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.footer-right ul li a:hover {
  opacity: 0.8;
}

body.single-services .partners {
  background-color: #F8F9FC;
}

body.page-template-objects .partners {
  background-color: #F8F9FC;
}

body.page-template-services .partners {
  background-color: #F8F9FC;
}

.heading-banner {
  position: relative;
  padding: 100px 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.heading-banner::after {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(44, 123, 243, 0.7);
  z-index: 0;
}

.heading-banner h1.title {
  position: relative;
  width: 700px;
  max-width: 100%;
  margin: 0 auto 15px;
  color: #fff;
  text-align: center;
  z-index: 1;
}

.services-list {
  padding: 100px 0 70px 0;
  overflow: hidden;
}

.services-list .nav-tabs {
  box-shadow: inset 0 -1px 0 #dedbde;
  border: 0;
  /* border-bottom: 1px solid #DEDBDE; */
}

.services-list .nav-tabs .nav-item .nav-link {
  position: relative;
  /* margin-bottom: -1px; */
  padding: 0 15px 30px 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  color: #323436;
  border: 0;
  background: none;
  outline: none;
}

.services-list .nav-tabs .nav-item .nav-link.active::after {
  position: absolute;
  left: 0;
  bottom: 1px;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #2C7BF3;
}

.services-list .nav-tabs .nav-item .nav-link:hover {
  border: 0;
  border-radius: 0;
}

.services-list .nav-tabs .nav-item .nav-link.active {
  color: #2C7BF3;
  background-color: transparent;
  border: 0;
  /* border-bottom: 1px solid #2C7BF3; */
}

.services-list .services-tab__content {
  padding: 30px 0;
}

.services-list .services-tab__content ul {
  margin-bottom: 30px;
}

.services-list .services-tab__content h2 {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: 500;
  font-size: 24px;
  color: #323436;
}

.objects {
  padding: 100px 0;
}

.objects-card {
  margin-bottom: 30px;
  padding: 10px;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 15px 65px -10px rgba(50, 50, 50, 0.07);
          box-shadow: 0px 15px 65px -10px rgba(50, 50, 50, 0.07);
  border: 1px solid #f2f2f2;
  border-radius: 10px;
}

.objects-card__thumbnail {
  margin-bottom: 15px;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  overflow: hidden;
}

.objects-card__thumbnail img {
  width: 100%;
  height: 300px;
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}

.objects-card__thumbnail img:hover {
  transform: scale(1.1) rotate(3deg);
}

.objects-card__content {
  padding: 0 15px 15px 15px;
}

.objects-card__content h3,
.objects-card__content h3 a {
  margin: 0;
  margin-bottom: 15px;
  font-style: normal;
  font-weight: 500;
  font-size: 21px;
  line-height: 30px;
  color: #323436;
  text-decoration: none;
}

.objects-card__content p {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #323436;
}

.objects a.blue-btn {
  display: block;
  width: 185px;
  padding: 15px 30px;
  margin: 20px auto 0;
}

body.single-objects .single {
  padding: 100px 0;
}

body.single-objects .partners {
  background-color: #F8F9FC;
}

.single-content {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}

.single-content .wp-block-image {
  margin-bottom: 30px;
  text-align: center;
}

.single-content .wp-block-image img {
  width: 100%;
  height: 600px;
  margin-bottom: 15px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  border-radius: 10px;
}

.single-content .wp-block-image figcaption {
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 24px;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #323436;
}

.single-content p {
  margin: 0;
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 26px;
  color: #323436;
}

.single-content ul {
  margin-bottom: 30px;
}

.single-content h2 {
  margin-bottom: 30px;
  font-style: normal;
  font-weight: normal;
  font-size: 40px;
  line-height: 48px;
  color: #2C3552;
}

@media screen and (max-width: 1440px) {
  .header-base__menu ul li {
    margin-right: 30px;
  }
  .services-card {
    padding: 20px;
  }
  .services-card .strong {
    font-size: 16px;
    line-height: 23px;
  }
  .contacts-card {
    max-width: 320px;
  }
  .objects-card__content h3, .objects-card__content h3 a {
    font-size: 18px;
    line-height: 28px;
  }
}

@media screen and (max-width: 1350px) {
  .main {
    padding: 30px 0;
  }
  .main-content h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .main-content p {
    font-size: 18px;
    line-height: 25px;
  }
}

@media screen and (max-width: 1200px) {
  .header-base__info .strong a {
    margin-bottom: 0;
    font-size: 18px;
    line-height: 18px;
  }
  .header-base__menu ul li {
    margin-right: 20px;
  }
  .header-base__menu ul li a {
    font-size: 14px;
  }
  .header-base__menu ul.menu > li.menu-item-has-children::after {
    right: -14px;
  }
  .main-content h1 {
    font-size: 40px;
    line-height: 56px;
  }
  .main-content p {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 25px;
  }
  .main-content .blue-btn {
    padding: 25px 30px;
  }
  .main-image img {
    width: 100%;
  }
  .services {
    padding: 100px 0 70px 0;
  }
  .services-card {
    margin-bottom: 30px;
  }
  .about {
    padding: 100px 0 70px 0;
  }
  .about-сontent ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .about-image img {
    width: 456px;
    height: 456px;
  }
  .partners-carousel .partners-logo {
    width: 100px;
  }
  .objects-card__thumbnail img {
    height: 250px;
  }
  .objects-card__content {
    padding: 0 5px 10px 5px;
  }
  .objects-card__content h3, .objects-card__content h3 a {
    font-size: 16px;
    line-height: 24px;
  }
  .services-list {
    padding: 70px 0;
  }
  .services-list__tabs {
    position: relative;
    padding-top: 30px;
  }
  .services-list .nav-tabs {
    flex-wrap: nowrap;
    white-space:nowrap;
    /* will put text in 1 line */
    overflow-x:scroll;
  }
  .services-list__tabs::after {
    content: "Скрольте вправо \2192";
    display: block;
    color: #2e7bf36b;
    font-size: 14px;
    position: absolute;
    top: 0;
    right: 0;
  }
}

@media screen and (max-width: 992px) {
  .header-base .header-base__info .hc-nav-trigger {
    top: 50%;
    transform: translateY(-50%);
    right: 0;
  }
  .header-base .header-base__info .hc-nav-trigger span,
  .header-base .header-base__info .hc-nav-trigger span::before,
  .header-base .header-base__info .hc-nav-trigger span::after {
    background: #2C7BF3;
  }
  #hc-nav-1 .nav-container,
  #hc-nav-1 .nav-wrapper,
  #hc-nav-1 ul {
    background: #2C7BF3;
  }
  #hc-nav-1 .nav-content>.nav-close:first-child a,
  #hc-nav-1 .nav-title+.nav-close a.has-label,
  #hc-nav-1 li.nav-close a,
  #hc-nav-1 .nav-back a {
    color: #323436;
    background-color: #fff;
    border: 0;
  }
  #hc-nav-1 .nav-close-button span::before,
  #hc-nav-1 .nav-close-button span::after {
    width: 8px;
    height: 8px;
    border-top: 2px solid #292727;
    border-left: 2px solid #2b2828;
  }
  #hc-nav-1 .nav-back span::before {
    border-top: 2px solid #323436;
    border-left: 2px solid #323436;
  }
  #hc-nav-1 .nav-next span::before {
    border-top: 2px solid #fff;
    border-left: 2px solid #fff;
  }
  #hc-nav-1 .nav-wrapper>.nav-content>ul:first-of-type>li:first-child:not(.nav-back):not(.nav-close)>.nav-item-wrapper>.nav-item-link {
    border-top: 1px solid #488cf8;
    border-radius: 0;
  }
  #hc-nav-1 .nav-item-link,
  #hc-nav-1 li.nav-close a {
    border-bottom: 1px solid #488cf8;
    border-radius: 0;
  }
  #hc-nav-1:not(.touch-device) li:not(.nav-item-custom) a:not([disabled]):hover {
    background: transparent;
  }
  #hc-nav-1.nav-levels-expand li.level-open,
  #hc-nav-1.nav-levels-none li.level-open {
    background: #2e7af3;
  }
  #hc-nav-1.nav-levels-expand .nav-wrapper .nav-wrapper,
  #hc-nav-1.nav-levels-none .nav-wrapper .nav-wrapper {
    margin: 0;
  }
  #hc-nav-1.nav-levels-expand li.level-open>.nav-wrapper::before,
  #hc-nav-1.nav-levels-none li .nav-wrapper::before {
    display: none;
  }
  #hc-nav-1.nav-position-top.nav-open .nav-wrapper {
    box-shadow: none;
  }
  #hc-nav-1.nav-levels-expand li.level-open>.nav-item-wrapper>a,
  #hc-nav-1.nav-levels-none li.level-open>.nav-item-wrapper>a {
    border: 0;
  }
  #hc-nav-1 .nav-back a {
    border-radius: 5px;
  }
  #hc-nav-1 .nav-parent .nav-next {
    border: 0;
    border-bottom: 1px solid #488cf8;
    border-radius: 0;
  }
  #hc-nav-1 li.nav-parent .nav-item-link:not(:last-child) {
    margin-right: 40px;
  }
  #hc-nav-1 a.nav-next:before {
    background: #498cf7;
  }
  .overlay {
    position: fixed;
    display: block;
    background: #2C7BF3;
    top: 0;
    left: 0;
    width: 100%;
    height: 0%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .35s, visibility .35s, height .35s;
    transition: opacity .35s, visibility .35s, height .35s;
    overflow: hidden;
    z-index: 1;
  }
  .overlay .header-base__info {
    height: auto;
    margin-top: 15px;
  }
  .overlay .header-base__info .strong {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 5px;
    color: #fff;
  }
  .overlay .header-base__info .strong::before {
    -webkit-filter: brightness(30);
            filter: brightness(30);
  }
  .overlay .header-base__info small {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    opacity: 1;
  }
  .overlay .header-top__social {
    margin-top: 30px;
  }
  .overlay .header-top__social ul {
    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;
  }
  .overlay .header-top__social ul li {
    margin: 0;
    margin-right: 15px;
  }
  .overlay .header-top__social ul li:last-child {
    margin-right: 0;
  }
  .overlay .header-top__social ul li a {
    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;
  }
  .overlay.open {
    opacity: 1;
    visibility: visible;
    height: 100%;
  }
  .overlay.open li {
    -webkit-animation: fadeInRight .5s ease forwards;
            animation: fadeInRight .5s ease forwards;
    -webkit-animation-delay: .35s;
            animation-delay: .35s;
  }
  .overlay.open li:nth-of-type(2) {
    -webkit-animation-delay: .4s;
            animation-delay: .4s;
  }
  .overlay.open li:nth-of-type(3) {
    -webkit-animation-delay: .45s;
            animation-delay: .45s;
  }
  .overlay.open li:nth-of-type(4) {
    -webkit-animation-delay: .50s;
            animation-delay: .50s;
  }
  .overlay.open li:nth-of-type(5) {
    -webkit-animation-delay: .55s;
            animation-delay: .55s;
  }
  .overlay.open li:nth-of-type(6) {
    -webkit-animation-delay: .60s;
            animation-delay: .60s;
  }
  .overlay nav {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70%;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    text-align: center;
  }
  .overlay nav .menu-header-menu-container {
    padding: 0 30px;
  }
  .overlay nav ul {
    list-style: none;
    padding: 0;
    margin: 0 auto;
    display: inline-block;
    position: relative;
  }
  .overlay nav ul li {
    display: block;
    position: relative;
    margin-bottom: 10px;
    opacity: 0;
  }
  .overlay nav ul li:last-child {
    margin-bottom: 0;
  }
  .overlay nav ul li a {
    display: block;
    position: relative;
    color: #FFF;
    font-size: 21px;
    text-decoration: none;
    overflow: hidden;
  }
  .overlay nav ul.menu li.menu-item > a {
    padding: 0 15px;
  }
  .overlay nav ul.menu li.menu-item-has-children > a {
    position: relative;
  }
  .overlay nav ul.menu li.menu-item-has-children > a::after {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    width: 0;
    height: 0;
    margin-left: 5px;
    border-style: solid;
    border-width: 5px 5px 0 5px;
    border-color: #ffffff transparent transparent transparent;
  }
  .overlay nav ul.menu li.menu-item-has-children > ul.sub-menu {
    display: none;
    margin-top: 10px;
    visibility: hidden;
    opacity: 0;
  }
  .overlay nav ul.menu li.menu-item-has-children > ul.sub-menu li {
    margin-bottom: 5px;
  }
  .overlay nav ul.menu li.menu-item-has-children > ul.sub-menu li a {
    font-size: 16px;
  }
  .overlay ul li a:hover:after,
  .overlay ul li a:focus:after,
  .overlay ul li a:active:after {
    width: 100%;
  }
  @-webkit-keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  @keyframes fadeInRight {
    0% {
      opacity: 0;
      left: 20%;
    }
    100% {
      opacity: 1;
      left: 0;
    }
  }
  .header-top {
    display: none;
  }
  .header-base__logo a img {
    width: auto;
    height: 50px;
    -o-object-position: center;
       object-position: center;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .header-base__info {
    height: 100%;
  }
  .header-base__info .strong {
    display: none;
  }
  .header-base__info small {
    display: none;
  }
  .main-content h1 {
    font-size: 30px;
    line-height: 46px;
  }
  .main-content p {
    font-size: 16px;
    line-height: 23px;
  }
  .main-content .blue-btn {
    font-size: 14px;
  }
  .services-card .strong {
    max-width: 260px;
  }
  .title {
    font-size: 34px;
  }
  .about-image {
    display: none;
  }
  .about-сontent ul {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
  .contacts-card__top i.icon {
    width: 40px;
    height: 40px;
    margin-right: 10px;
  }
  .contacts-card__top i.icon img {
    width: 15px;
  }
  .contacts-card__top .strong {
    margin-bottom: 0;
    font-size: 16px;
  }
  .contacts-card__bottom p,
  .contacts-card__bottom ul li,
  .contacts-card__bottom ul li a {
    font-size: 14px;
  }
  .location-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px;
  }
  .location-wrapper__map {
    margin: 0;
    margin-bottom: 30px;
  }
  .location-wrapper__map iframe {
    height: 500px;
  }
  .footer-left a img {
    width: 150px;
  }
  .footer-right p {
    margin-right: 10px;
    font-size: 14px;
  }
  .objects-card__content h3, .objects-card__content h3 a {
    min-height: 42px;
  }
}

@media screen and (max-width: 768px) {
  .title {
    font-size: 28px;
  }
  .main .container .row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .main-content h1 {
    text-align: center;
  }
  .main-content p {
    text-align: center;
  }
  .main-content .blue-btn {
    margin: 0 auto;
  }
  .main-image {
    width: 310px;
    margin: 0 auto 30px;
    text-align: left;
  }
  .main-image img {
    width: 100%;
  }
  .main-content p br {
    display: none;
  }
  .services .title {
    text-align: center;
  }
  .services-card {
    text-align: center;
  }
  .services-card .strong {
    width: 100%;
    max-width: 100%;
    font-size: 18px;
    line-height: 25px;
  }
  .services-card__icon {
    margin: 0 auto 15px;
  }
  .about-сontent ul {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
  .contacts {
    padding: 100px 0 70px 0;
  }
  .contacts span.up-title {
    text-align: center;
  }
  .contacts h2.title {
    text-align: center;
  }
  .contacts-card {
    max-width: 100%;
    margin-bottom: 30px;
    border-right: none;
    text-align: center;
  }
  .contacts-card__top {
    flex-direction: column;
  }
  .contacts-card__top i.icon {
    width: 50px;
    height: 50px;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .contacts-card__top i.icon img {
    width: 20px;
  }
  .contacts-card__top .strong {
    font-size: 18px;
  }
  .contacts-card__bottom p, .contacts-card__bottom ul li, .contacts-card__bottom ul li a {
    font-size: 16px;
  }
  .footer-wrapper {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-left {
    margin-bottom: 30px;
  }
  .footer-right {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .footer-right p {
    margin: 0;
    margin-bottom: 15px;
    text-align: center;
  }
  .objects-card__content {
    padding: 0 15px 15px 15px;
  }
  .objects-card__content h3, .objects-card__content h3 a {
    min-height: auto;
    font-size: 18px;
    line-height: 28px;
  }
  .single-content .wp-block-image img {
    height: 400px;
  }
  .breadcrumbs p {
    text-align: center;
  }
}

@media screen and (max-width: 576px) {
  .services {
    padding: 50px 0 50px 0;
  }
  .about {
    padding: 50px 0 50px 0;
  }
  .partners {
    padding: 50px 0;
  }
  .contacts {
    padding: 50px 0 50px 0;
  }
  .location {
    padding: 50px 0;
  }
  .location-wrapper {
    padding: 15px;
  }
  .single-content .wp-block-image img {
    height: 350px;
  }
}

@media screen and (max-width: 480px) {
  .main {
    padding: 30px 0;
  }
  .main-content h1 {
    font-size: 24px;
    line-height: 33px;
  }
  .main-image {
    width: 270px;
  }
  .location-wrapper__form h3.title br,
  .location-wrapper__form p br {
    display: none;
  }
}
/*# sourceMappingURL=main.css.map */