* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@import url('http://fonts.cdnfonts.com/css/bebas-neue');

html {
  scroll-behavior: smooth;
}
html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  color: #2B2D37;
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.62;
  -webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}
a,
a:hover {
  text-decoration: none;
}
ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
h1,
h2,
h3,
p {
  padding: 0;
  margin: 0;
}
img {
  max-width: 100%;
  height: auto;
  display: block;
}
button,
input {
  outline: none !important;
}
input[type="radio"],
input[type="checkbox"] {
  -moz-appearance: none;
  -webkit-appearance: none;
}
button {
  cursor: pointer;
  border: 0px;
  background-color: transparent;
}
.tr {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.noscroll {
  overflow: hidden;
}
#overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.75);
  display: none;
  z-index: 10;
}
#overlay.active {
  display: block;
}
section {
  padding-top: 130px;
}
.title-1 h1{
    text-shadow: 1px 1px #FFF;
}
@media(min-width: 1200px){
    section.construction-period{
        padding-top: 160px;
    }
}
@media (max-width: 1199px) {
  section {
    padding-top: 110px;
  }
}

@media (max-width: 767px) {
  section {
    padding-top: 90px;
  }
}
.mb-30 {
  margin-bottom: 30px;
}
.pb-130 {
  padding-bottom: 130px;
}
/* @media (max-width: 1439px) {
  .pb-130 {
    padding-bottom: 110px;
  }
} */
@media (max-width: 1199px) {
  .pb-130 {
    padding-bottom: 110px;
  }
}
/* @media (max-width: 991px) {
  .pb-130 {
    padding-bottom: 70px;
  }
} */
@media (max-width: 767px) {
  .pb-130 {
    padding-bottom: 90px;
  }
}
.container {
  width: 100%;
  max-width: 1170px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    padding: 0px;
    max-width: 1170px;
  }
}

.head-1 {
  font-family: 'Bebas Neue', sans-serif;;
  font-size: 45px;
  line-height: 1.22;
}
@media (max-width: 579px) {

  .head-1 {
    font-size: 22px;
  }
}
 .editor-text h1,
.title-1 h1, .title-group{
  font-size: 60px;
  line-height: 1.07;
  font-weight: 700;
}
@media (max-width: 1439px) {
  .title-1 h1,.title-group {
    font-size: 50px;
  }
}
@media (max-width: 1199px) {
   .editor-text h1,
  .title-1 h1 , .title-group{
    font-size: 44px;
  }
}
@media (max-width: 991px) {
   .editor-text h1,
  .title-1 h1 {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
   .editor-text h1,
  .title-1 h1, .title-group {
    font-size: 36px;
  }
}
@media (max-width: 579px) {
  .title-1 h1 {
    font-size: 32px;
  }
}
@media (max-width: 424px) {
   .editor-text h1,
  .title-1 h1, .title-group {
    font-size: 27px;
  }
}
 .editor-text h2,
.head-2 {
  font-family: 'Bebas Neue', sans-serif;;
  font-size: 35px;
  line-height: 1.29;
  color: #2B2D37;
}
.title-2,
.title-3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #2B2D37;
}
.title-2 {
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .title-2 {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .title-2 {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  .title-2 {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .title-2 {
    font-size: 27px;
  }
}
@media (max-width: 579px) {
  .title-2 {
    font-size: 24px;
  }
}
@media (max-width: 579px) {
  .title-2 {
    font-size: 20px;
  }
}
.title-3 {
  font-size: 20px;
  line-height: 1.4;
}

.title-4 {
  font-size: 30px;
  line-height: 1.27;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .title-4 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .title-4 {
    font-size: 24px;
  }
}
.head-4 {
  font-family: 'Bebas Neue', sans-serif;;
  font-size: 28px;
  line-height: 1.36;
  color: #2B2D37;
}
@media (max-width: 1199px) {
  .head-4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .head-4 {
    font-size: 20px;
  }
}
.section-title {
  margin-bottom: 55px;
  max-width: 970px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #2B2D37;
  font-size: 40px;
  line-height: 1.2;
}
@media (max-width: 1439px) {
  .section-title {
    font-size: 36px;
  }
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 33px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 27px;
  }
}
@media (max-width: 579px) {
  .section-title {
    font-size: 24px;
  }
}
@media (max-width: 579px) {
  .section-title {
    font-size: 20px;
  }
}
.section-title span {
  display: block;
}
.section-title span:first-child {
  font-family: 'Bebas Neue', sans-serif;;
  line-height: 1.29;
  font-size: 0.875em;
  margin-bottom: 0.15em;
}
@media (max-width: 1199px) {
  .section-title span:first-child {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 40px;
  }
}
.page-title,
.block-title h2 {
  font-size: 40px;
  line-height: 1.2;
  line-height: 1;
  color: #2B2D37;
  font-weight: 500;
}

.page-title,
.block-title .h2 {
  font-size: 40px;
  line-height: 1.2;
  line-height: 1;
  color: #2B2D37;
  font-weight: 500;
}

@media (max-width: 1199px) {
  .page-title,
  .block-title h2 {
    font-size: 36px;
  }

    .page-title,
  .block-title .h2 {
    font-size: 36px;
  }
}
@media (max-width: 991px) {
  .page-title,
  .block-title h2 {
    font-size: 32px;
  }

    .page-title,
  .block-title .h2 {
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .page-title,
  .block-title h2 {
    font-size: 28px;
  }

  .page-title,
  .block-title .h2 {
    font-size: 28px;
  }
}
.block-title--color h2 {
  color: #00A8E0;
}

.block-title--color .h2 {
  color: #00A8E0;
}

.text-18 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
}
.text-35 {
  font-size: 35px;
  line-height: 1.29;
  font-family: 'Bebas Neue', sans-serif;;
  text-transform: uppercase;
}
@media (max-width: 1439px) {
  .text-35 {
    font-size: 32px;
  }
}
@media (max-width: 1199px) {
  .text-35 {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .text-35 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .text-35 {
    font-size: 22px;
  }
}
.breadcrb {
  margin-top: 25px;
}
.breadcrb a {
  display: inline-block;
  position: relative;
  margin-right: 18px;
  color: #00A8E0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.breadcrb a:after {
  content: '\2013';
  position: absolute;
  right: -13px;
  top: 0px;
}
.breadcrb a:hover {
  color: #fff;
}
.breadcrb a:last-child {
  cursor: default;
  color: #fff;
  margin-right: 0;
}
.breadcrb a:last-child:after {
  display: none;
}
.breadcrb a:last-child:hover {
  color: #fff;
}
.menu-toggle {
  display: none;
  padding-left: 8px;
  padding-right: 8px;
  z-index: 100;
  cursor: pointer;
  width: 52px;
  height: 52px;
  position: relative;
}
.menu-toggle:hover span {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
@media (max-width: 991px) {
  .menu-toggle {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .menu-toggle {
    width: 50px;
    height: 45px;
  }
}
.menu-toggle span {
  position: relative;
  display: block;
  width: 33px;
  height: 2px;
  background-color: #fff;
  pointer-events: none;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
@media (max-width: 767px) {
  .menu-toggle span {
    width: 45px;
  }
}
.menu-toggle span:after,
.menu-toggle span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #fff;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.menu-toggle span:after {
  top: -8px;
}
.menu-toggle span:before {
  bottom: -8px;
}
.close-mobMenu {
  position: absolute;
  top: 0;
  left: -60px;
  cursor: pointer;
  width: 60px;
  height: 60px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3B3B3B;
  display: none;
}
.close-mobMenu:hover span {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 991px) {
  .close-mobMenu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (max-width: 767px) {
  .close-mobMenu {
    width: 50px;
    height: 50px;
    left: -50px;
  }
}
.close-mobMenu span {
  position: relative;
  display: block;
  width: 33px;
  height: 2px;
  background-color: transparent;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.close-mobMenu span:after,
.close-mobMenu span:before {
  content: '';
  position: absolute;
  left: 0;
  height: 2px;
  background-color: #fff;
  right: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.close-mobMenu span:after {
  top: 0px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  background-color: #fff;
}
.close-mobMenu span:before {
  bottom: 0px;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  background-color: #fff;
}
.button {
  background-color: #00A8E0;
  text-align: center;
  font-size: 19px;
  height: 50px;
  line-height: 50px;
  color: #ffffff;
  font-family: 'Bebas Neue', sans-serif;;
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.button:hover {
  color: #fff;
  background-color: #2B2D37;
}
.button.button--big {
  font-size: 25px;
  height: 60px;
  line-height: 60px;
  padding-left: 35px;
  padding-right: 35px;
  font-weight: 600;
}
.form-field {
  position: relative;
}
.form-field input {
  display: block;
  width: 100%;
}
.form-field input::-webkit-input-placeholder {
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  color: #B9B9B9;
}
.form-field input::-moz-placeholder {
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  color: #B9B9B9;
}
.form-field input::-ms-input-placeholder {
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  color: #B9B9B9;
}
.form-field input::placeholder {
  font-size: 12px;
  font-family: 'Ubuntu', sans-serif;
  color: #B9B9B9;
}
.search-form-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  -webkit-transition: -webkit-transform .35s;
  transition: -webkit-transform .35s;
  -o-transition: transform .35s;
  transition: transform .35s;
  transition: transform .35s, -webkit-transform .35s;
}
@media (max-width: 991px) {
  .search-form-wrapper {
    bottom: auto;
    top: 0;
    z-index: 20;
  }
}
.search-form-wrapper .form-field input {
  height: 46px;
  background-color: #fff;
  border: 0px;
  padding-left: 15px;
}
@media (max-width: 991px) {
  .search-form-wrapper .form-field input {
    height: 60px;
    background-color: #E0E0E0;
  }
}
@media (max-width: 767px) {
  .search-form-wrapper .form-field input {
    height: 50px;
  }
}
.search-form-wrapper .search-form button {
  width: 90px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 6;
  background-color: #00A8E0;
}
.search-form-wrapper .search-form button i {
  color: #fff;
  font-size: 20px;
}
@media (max-width: 991px) {
  .search-form-wrapper .search-form button {
    background-color: transparent;
  }
  .search-form-wrapper .search-form button i {
    color: #808080;
  }
}
.search-form-wrapper.active {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.search-block .search-icon span {
  display: none;
  line-height: 1;
}
.search-block .search-icon span.active {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.search-block .search-icon .times-ic {
  font-size: 35px;
  color: rgba(0, 0, 0, 0.6);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
/*****ФОРМА****/
.form-group {
  position: relative;
  width: 100%;
  margin: 0;
  margin-bottom: 30px;
}
.form-group input {
  width: 100%;
  display: block;
  outline: none;
  height: 30px;
  font-size: 13px;
  line-height: 23px;
  color: #1F1C20;
  background-color: white;
  border: none;
  border-bottom: 1px solid #ACACAC;
  font-weight: 400;
}
.form-group input::-webkit-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #ACACAC;
  font-weight: 400;
}
.form-group input::-moz-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #ACACAC;
  font-weight: 400;
}
.form-group input::-ms-input-placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #ACACAC;
  font-weight: 400;
}
.form-group input::placeholder {
  font-size: 13px;
  line-height: 23px;
  color: #ACACAC;
  font-weight: 400;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  box-shadow: 0 0 0px 1000px white inset;
}
.form-group.error input {
  border-color: #FE0000;
}
.form-group .error-text {
  position: absolute;
  left: 0;
  bottom: -20px;
  display: none;
}
.form-group.error .error-text {
  display: block;
  color: #FE0000;
  font-size: 10px;
  padding-top: 3px;
}
.form-group .error-notify {
  position: absolute;
  right: 17px;
  top: 0px;
  width: 24px;
  height: 24px;
  background: url(img/icons/warning.svg);
  background-position: center;
  background-repeat: no-repeat;
  display: none;
}
.form-group.error .error-notify {
  display: block;
}
.form-group input[type='checkbox'] {
  width: 0.01px;
  height: 0.1px;
  border: 0px;
  padding: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.form-group .fake-placeholder {
  position: absolute;
  left: 0;
  top: 0px;
  font-size: 13px;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  pointer-events: none;
  color: #A3A7B4;
}
.fake-placeholder.pl-20 {
  padding-left: 22px;
}
.form-group .fake-placeholder.active {
  top: -20px;
  color: #00A8E0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.form-checkbox {
  width: 0.01px;
  -moz-appearance: none;
  -webkit-appearance: none;
}
.custom-checkbox {
  display: inline-block;
  width: 15px;
  height: 15px;
  border: 2px solid #00A8E0;
  margin-right: 10px;
  position: relative;
  background-color: transparent;
}
.custom-checkbox:after {
  content: '';
  width: 6px;
  height: 16px;
  border-bottom: 1.5px solid #00A8E0;
  border-right: 1.5px solid #00A8E0;
  position: absolute;
  top: -90%;
  left: 45%;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: -1;
  opacity: 0;
}
.form-checkbox:checked + .custom-checkbox:after {
  z-index: 2;
  opacity: 1;
  top: -70%;
}
.feedback-form .custom-checkbox {
  position: relative;
  top: 1px;
}
.feedback-form {
  max-width: 490px;
  margin-left: auto;
  margin-right: auto;
}
.feedback-form h3 {
  text-align: center;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 30px;
  font-weight: 700;
  max-width: 420px;
  margin-left: auto;
  margin-right: auto;
}
form .agree-text {
  font-size: 16px;
  line-height: 24px;
  color: #000;
}
@media (max-width: 767px) {
  form .agree-text {
    font-size: 12px;
  }
}
form .agree-text a {
  color: #00A8E0;
  border-bottom: 1px solid #00A8E0;
  margin-left: 5px;
  margin-right: 5px;
}
form .agree-text a:hover {
  opacity: .5;
}
.dark-form .form-group input {
  background-color: transparent;
  color: #fff;
}
.dark-form .form-group input::-webkit-input-placeholder {
  color: #fff;
}
.dark-form .form-group input::-moz-placeholder {
  color: #fff;
}
.dark-form .form-group input::-ms-input-placeholder {
  color: #fff;
}
.dark-form .form-group input::placeholder {
  color: #fff;
}
.dark-form .form-group.agree-text {
  color: #fff;
  font-size: 12px;
  line-height: 22px;
}
.dark-form .form-group button {
  display: block;
  width: 100%;
}
.dark-form textarea {
  background-color: transparent;
  color: #fff;
}
.marker-list li {
  position: relative;
  padding-left: 20px;
}
.marker-list li:after {
  content: '\2714';
  position: absolute;
  left: 0;
  top: 0;
  color: #00A8E0;
}
.marker-list li span {
  display: block;
}
.marker-list.marker-list--disk li:after {
  content: '\2022';
  font-size: 35px;
  line-height: 1;
}
.header-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-contacts a {
  font-size: 16px;
  color: #ffffff;
  display: inline-block;
  font-family: 'Bebas Neue', sans-serif;;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header-contacts a:hover {
  color: #00A8E0;
}
.header-contacts .contacts-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header-contacts .contacts-phone:hover .phone-icon path {
  fill: #00A8E0;
}
.header-contacts .contacts-phone .phone-icon {
  margin-right: 11px;
  position: relative;
   display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contacts .contacts-phone .phone-icon span{
       display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-contacts .contacts-phone .phone-icon path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header-contacts .contacts-phone a + a {
  margin-left: 11px;
}
.header-contacts .contacts-email a {
  text-transform: uppercase;
}
.header-fixed-mobile {
  position: fixed;
  height: 104px;
  background-color: #2B2D37;
  background-image: url(img/header/header-top.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 35px;
  z-index: 20;
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
}
@media (max-width: 991px) {
  .header-fixed-mobile {
    height: 90px;
    padding-top: 22px;
  }
}
@media (min-width: 992px) {
  .header-fixed-mobile {
    display: none;
  }
}
.header-fixed-mobile.active,
.fix-header.active {
  position: fixed;
  background-color: #00A8E0;
  top: 0;
  -webkit-animation-name: showUp;
  animation-name: showUp;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  right: 0;
  left: 0;
  z-index: 20;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
}
.header-fixed-mobile.active .header-nav,
.fix-header.active .header-nav {
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
  background-color: transparent;
  top: 0;
}
@-webkit-keyframes showUp {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
@keyframes showUp {
  0% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0%);
    transform: translateY(0%);
    opacity: 1;
  }
}
.header-top {
  position: relative;
  height: 104px;
  background-color: #046b8d;
  background-image: url(img/header/header-top.jpg);
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
  padding-top: 35px;
  z-index: 20;

}
@media (max-width: 991px) {
  .header-top {
    height: 90px;
    padding-top: 22px;
  }
}
.header-nav {
  height: 90px;
  background-color: #00A8E0;
  position: relative;
  top: 15px;
}
@media (max-width: 991px) {
  .header-nav {
    position: fixed;
    top: 0;
    height: 100vh;
    right: 0;
    width: 340px;
    background-color: #fff;
    z-index: 100;
    padding-top: 90px;
    -webkit-transform: translate(120%);
    -ms-transform: translate(120%);
    transform: translate(120%);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
  }
  .header-nav.active {
    -webkit-transform: translate(0%);
    -ms-transform: translate(0%);
    transform: translate(0%);
  }
}
@media (max-width: 579px) {
  .header-nav {
    width: 270px;
    padding-top: 70px;
  }
}
.header-nav__content {
  height: 90px;
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #00A8E0;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .header-nav__content {
    background-color: #fff;
    display: block;
    height: calc(100vh - 70px);
    overflow-y: auto;
  }
  .header-nav__content .logo {
    display: none;
  }
}
a.logo {
  line-height: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
a.logo .logo-text {
  margin-left: 10px;
}
a.logo .logo-text span {
  display: block;
  font-family: 'Bebas Neue', sans-serif;;
  color: #ffffff;
}
a.logo .logo-text span:first-child {
  font-family: 'Bebas Neue', sans-serif;;
  font-size: 28px;
}
a.logo .logo-text span:last-child {
  font-size: 16px;
}
.header-menu {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 90px;
}
@media (max-width: 991px) {
  .header-menu {
    height: auto;
  }
}
.header-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 35px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
}
@media (max-width: 991px) {
  .header-menu ul {
    display: block;
    height: auto;
    width: 100%;
    padding-right: 20px;
  }
}
.header-menu ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  position: relative;
  padding-right: 25px;
}
@media (max-width: 1199px) {
  .header-menu ul li {
    padding-right: 22px;
  }
}
@media (max-width: 991px) {
  .header-menu ul li {
    padding-right: 0;
  }
}
.header-menu ul li:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0%;
  z-index: 1;
  background-color: #2B2D37;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header-menu ul li.active:after {
  width: 100%;
}
@media (max-width: 991px) {
  .header-menu ul li.active:after {
    display: none;
  }
}
.header-menu ul li + li {
  margin-left: 20px;
}
@media (max-width: 1199px) {
  .header-menu ul li + li {
    margin-left: 10px;
  }
}
@media (max-width: 991px) {
  .header-menu ul li + li {
    margin-left: 0;
  }
}
.header-menu ul li:hover:after {
  width: 100%;
}
@media (max-width: 991px) {
  .header-menu ul li:hover:after {
    display: none;
  }
}
.header-menu ul a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  letter-spacing: 0.05em;
  font-family: 'Bebas Neue', sans-serif;;
  color: #2B2D37;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.header-menu ul a:hover {
  color: #00A8E0;
}
@media (max-width: 991px) {
  .header-menu ul a {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
.search-block {
  border-left: 1px dashed #2B2D37;
}
.search-block .search-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  width: 90px;
  height: 50px;
}
@media (max-width: 991px) {
  .search-block {
    display: none;
  }
}
.logo.logo-mobile {
  display: none;
}
@media (max-width: 1199px) {
    .header-menu ul a {
        font-size: 16px;

    }
}
@media (max-width: 991px) {
    .header-menu ul a {
        font-size: 20px;
    }
  .logo.logo-mobile {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.logo.logo-mobile .logo-text span {
  color: #fff;
}
.logo.logo-mobile .logo-icon {
  width: 65px;
}
.header-contacts .contacts-phone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

@media (max-width: 991px) {
  .fixed-mobile{
      -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
display: -webkit-box;
display: -ms-flexbox;
display: flex;
  }
  .fixed-mobile a:last-child{
      margin-left: 30px;
  }
}
.header-contacts .contacts-email {
  display: block;
}
@media (max-width: 991px) {
    .header-contacts .contacts-phone a:last-child{margin-left:30px;}
  .header-contacts .contacts-email {
    display: none;
  }
  .header-contacts .contacts-phone{
      -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media(max-width: 767px){

    .header-contacts .phone-icon{display: none;}
}
@media(max-width: 575px){
    .logo.logo-mobile .logo-text span:first-child{font-size:22px;}
    .logo.logo-mobile .logo-text span:last-child{font-size:16px;}
    .logo.logo-mobile .logo-icon{    width: 90px;}
     .fixed-mobile a:last-child{
     display: none;
  }
    .header-contacts .contacts-phone a:last-child, .header-contacts .contacts-phone .dopphone {display: none;}
}
@media(max-width: 374px){ .header-contacts .contacts-phone a:first-child, .fixed-mobile a:first-child{font-size: 15px;}}
.header-menu ul .submenu {
  position: absolute;
  left: 0;
  top: 100%;
  z-index: 3;
  width: 250px;
  background-color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 3px solid #00A8E0;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.15);
}
.header-menu ul .submenu ul {
  display: block;
  padding-right: 0;
}
.header-menu ul .submenu ul li {
  margin-left: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-transition: padding-left 0.3s;
  -o-transition: padding-left 0.3s;
  transition: padding-left 0.3s;
  position: relative;
}
.header-menu ul .submenu ul li:hover {
  padding-left: 30px;
}
.header-menu ul .submenu ul li:hover > a {
  color: #00A8E0;
}
@media (max-width: 991px) {
  .header-menu ul .submenu ul li:hover {
    padding-left: 20px;
  }
}
.header-menu ul .submenu ul li:after {
  display: none;
}
.header-menu ul .submenu ul li + li {
  margin-top: 5px;
}
.header-menu ul .submenu ul li a {
  font-size: 17px;
  padding-top: 7px;
  padding-bottom: 7px;
}
@media (max-width: 991px) {
  .header-menu ul .submenu ul li a {
    font-size: 13px;
  }
}
.header-menu ul .submenu.submenu-3,
.header-menu ul .submenu.submenu-4 {
  top: 0%;
  left: 100%;
}
@media (max-width: 991px) {
  .header-menu ul .submenu.submenu-3,
  .header-menu ul .submenu.submenu-4 {
    left: 0;
  }
}
.header-menu ul .submenu.submenu-4.open-left {
  left: -100%;
}
@media (max-width: 991px) {
  .header-menu ul .submenu.submenu-4.open-left {
    left: 0;
  }
}
.header-menu ul .submenu.open-left {
  left: -100%;
}
@media (max-width: 991px) {
  .header-menu ul .submenu.open-left {
    left: 0;
  }
}
.submenu-2,
.submenu-3,
.submenu-4 {
  visibility: hidden;
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: margin-top 0.5s;
  -o-transition: margin-top 0.5s;
  transition: margin-top 0.5s;
}
@media (max-width: 991px) {
  .submenu-2,
  .submenu-3,
  .submenu-4 {
    opacity: 1;
  }
}
li.drop-menu_2:hover .submenu-2,
li.drop-menu_3:hover .submenu-3,
li.drop-menu_4:hover .submenu-4 {
  visibility: visible;
  margin-top: 0;
  opacity: 1;
}
.drop-icon {
  display: inline-block;
  position: absolute;
  top: 10px;
  right: 20px;
  width: 6px;
  height: 6px;
  border-bottom: 1px solid #2B2D37;
  border-right: 1px solid #2B2D37;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  cursor: pointer;
}
@media (max-width: 991px) {
  .drop-icon {
    right: 0px;
    border-bottom: 0;
    border-right: 0;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    width: 20px;
    height: 20px;
    top: 5px;
  }
  .drop-icon:after {
    color: #352a2a;
    content: '\271A';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 12px;
  }
}
.drop-icon.active:after {
  content: '\f068';
  font-family: 'Font Awesome 5 Free';
  font-weight: 700;
}
@media (min-width: 992px) {
  .drop-icon.active:after {
    display: none;
  }
}
.drop-menu_2 > .drop-icon {
  top: 44%;
  right: 10px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 991px) {
  .drop-menu_2 > .drop-icon {
    top: 10px;
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
    right: 0;
  }
}
@media (max-width: 991px) {
  .header-menu ul .submenu {
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-bottom: 0px;
    visibility: unset;
    height: 0;
    overflow: hidden;
    margin: 0;
    padding: 0;
  }
  .header-menu ul li.drop-menu_2,
  .header-menu ul li.drop-menu_3,
  .header-menu ul li.drop-menu_4 {
    display: block;
  }
  li.drop-menu_2 .submenu-2.active,
  li.drop-menu_3 .submenu-3.active,
  li.drop-menu_4 .submenu-4.active {
    height: 100%;
    min-height: 50px;
    -webkit-animation-name: fadeIn;
    animation-name: fadeIn;
    -webkit-animation-duration: .8s;
    animation-duration: .8s;
  }
}
@media (max-width: 991px) {
  .header-menu ul .submenu,
  .header-menu ul .submenu.submenu-2 {
    width: 300px;
  }
  .header-menu ul .submenu.submenu-3 {
    width: 280px;
  }
  .header-menu ul .submenu.submenu-4 {
    width: 260px;
  }
}
@media (max-width: 767px) {
  .header-menu ul .submenu.submenu-2 {
    width: 240px;
  }
  .header-menu ul .submenu.submenu-3 {
    width: 220px;
  }
  .header-menu ul .submenu.submenu-4 {
    width: 210px;
  }
}
.header {
  position: relative;
  background-image: url(img/header/header.jpg);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 180px;
  padding-bottom: 125px;
  overflow: hidden;
  max-height: 820px;
  height: 820px;
}
.header .marker-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header .marker-list li {
  font-size: 18px;
  line-height: 1;
  font-family: 'Bebas Neue', sans-serif;;
  letter-spacing: 0.05em;
}
.header .marker-list li + li {
  margin-left: 20px;
}
.header .marker-list li span + span {
  margin-top: 8px;
}
.header .marker-list li:after {
  top: -10px;
}
@media (max-width: 1439px) {
  .header {
    padding-top: 130px;
    padding-bottom: 100px;
    height: 720px;
  }
}
@media (max-width: 991px) {
  .header {
    padding-top: 120px;
    padding-bottom: 80px;
    height: 540px;
  }
  .header .marker-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header .marker-list li {
    font-size: 13px;
    line-height: 1;
    font-family: 'Bebas Neue', sans-serif;;
    letter-spacing: 0.05em;
  }
  .header .marker-list li + li {
    margin-left: 20px;
    margin-top: 0px;
  }
  .header .marker-list li span + span {
    margin-top: 8px;
  }
  .header .marker-list li:after {
    top: -10px;
  }
}
@media (max-width: 767px) {
  .header {
    padding-top: 80px;
    padding-bottom: 80px;
    height: 450px;
  }
  .header .marker-list {
    display: none;
  }
  .header .marker-list li {
    font-size: 15px;
    line-height: 1;
    font-family: 'Bebas Neue', sans-serif;;
    letter-spacing: 0.05em;
  }
  .header .marker-list li + li {
    margin-left: 0px;
    margin-top: 20px;
  }
  .header .marker-list li span + span {
    margin-top: 8px;
  }
  .header .marker-list li:after {
    top: -10px;
  }
}
@media (max-width: 424px) {
  .header {
    height: 400px;
    padding-top: 150px;
  }
}
.header-content .marker-list {
  margin-top: 70px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .header-content .marker-list {
    margin-top: 30px;
  }
}
.header-content button {
  margin-top: 40px;
}
@media (max-width: 1439px) {
  .header-content button {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .header-content button {
    margin-top: 10px;
  }
}
.title-group {
  position: relative;
  z-index: 3;
  max-width:18ch;
  margin-bottom: 30px;
}
@media(min-width: 768px){
    .header{
          display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
 -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
        padding-top: 0;
        padding-bottom: 0;
    }
}
@media(max-width: 767px){
    .title-group{max-width: 18ch;}
}
.title-group .title-1 p {
  margin-bottom: .5em;
  font-size: 0.75em;
  line-height: 1.22;
  font-family: 'Bebas Neue', sans-serif;;
  display: block;
}
.header-carousel-wrapper {
  position: absolute;
  top: 0;
  right: 0;
}
.play-icon {
  position: absolute;
  top: 40%;
  left: 50%;
  outline: none;
  z-index: 5;
  width: 60px;
  cursor: pointer;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.play-icon:hover {
  opacity: .8;
}
@media (max-width: 767px) {
  .play-icon {
    top: 20%;
  }
}
.header-carousel-wrapper {
  position: absolute;
  top: 0;
  right: 0;
  width: 900px;
}
@media only screen and (min-width: 1200px) and (max-width: 1499px) {
  .header-carousel-wrapper {
    width: 800px;
    top: -5%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .header-carousel-wrapper {
    width: 600px;
    top: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .header-carousel-wrapper {
    width: 500px;
  }
}
@media only screen and (max-width: 767px) {
  .header-carousel-wrapper {
    width: 300px;
  }
}
@media only screen and (max-width: 479px) {
  .header-carousel-wrapper {
    width: 200px;
  }
}
.header-menu ul > li > a:hover {
  color: #2B2D37;
}
@media (max-width: 991px) {
  .header-menu ul > li > a:hover {
    color: #00A8E0;
  }
}
.video-modal button.close {
  position: absolute;
  border: 0px;
  right: 5%;
  top: 13%;
  text-shadow: none;
  z-index: 10;
  display: block;
  opacity: 1;
  outline: none !important;
  cursor: pointer;
}
.video-modal button.close:hover {
  opacity: .7;
}
.video-modal button.close span {
  position: relative;
  width: 80px;
  height: 80px;
  display: block;
  cursor: pointer;
}
.video-wrapper {
    margin: 0 auto;
    width: 800px;
}
@media (max-width: 991px) {
    .video-wrapper {
        margin: 0 auto;
        width: 100%
    }
}
@media (max-width: 1199px) {
  .video-modal button.close span {
    width: 40px;
    height: 40px;
  }
}
.video-modal button.close span:after {
  content: '';
  position: absolute;
  background-color: #00A8E0;
  height: 80px;
  width: 2px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.video-modal button.close span:before {
  content: '';
  position: absolute;
  background-color: #00A8E0;
  height: 80px;
  width: 2px;
  top: 0;
  bottom: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (max-width: 1199px) {
  .video-modal button.close span:before,
  .video-modal button.close span:after {
    width: 2px;
    height: 40px;
  }
}
.video-modal .modal-dialog {
  max-width: 1000px;
}
.video-modal .modal-dialog .video {
  background-color: #000;
}
.video iframe {
    width: 100%;
}
@media (max-width: 1040px) {
  .video-modal .modal-dialog {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
  }
}
.video-modal .modal-dialog .modal-body {
  padding: 0;
}
.serv-card {
  display: block;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  min-height: 368px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.serv-card .card-img {
  height: 290px;
  overflow: hidden;
  position: relative;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.serv-card .card-img:after {
  content: '';
  background-image: url(img/icons/arrow.jpg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
  height: 32px;
  width: 100px;
  background-color: #00A8E0;
  -webkit-box-shadow: 0 0 10px rgba(238, 180, 10, 0.72);
  box-shadow: 0 0 10px rgba(238, 180, 10, 0.72);
  z-index: 10;
  opacity: 0;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.serv-card .card-img img {
  max-height: 100%;
  max-width: unset;
  width: auto;
}
.serv-card .card-img .card-title {
  color: #00A8E0;
}
.serv-card:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.serv-card:hover .card-img img {
  opacity: .6;
}
.serv-card:hover .card-img:after {
  opacity: 1;
}
.serv-card .card-title {
  height: 160px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 25px;
  padding-right: 15px;
  margin-bottom: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: relative;
}
@media(max-width: 559px){
    .serv-card .card-img{
        height: 140px;
    }
    .serv-card .card-title p{
        font-size: 10px;
    }
    .serv-card .card-title{
        height: 50px;
        padding-left: 12px;
        padding-right: 12px;
    }
    .serv-card{
        min-height: 160px;
    }
    .serv-card .card-img:after{
        width: 70px;
        height: 30px;
    }
}
.service-desck {
  background-color: #fff;
  border: 1px solid #E0E0E0;
  padding: 30px;
  min-height: 368px;
}
.service-desck .title-3 {
  margin-bottom: 25px;
}
.service-desck .button {
  margin-top: 40px;
}
.construction-type {
  margin-top: -20px;
}
@media (max-width: 1199px) {
  .construction-type {
    margin-top: 0;
  }
}
.section-content__img {
  position: relative;
  max-width: 550px;
}
@media (max-width: 1199px) {
  .section-content__img {
    display: none;
  }
}
.section-content__img .img-top {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  max-width: 60%;
}
.section-content__img .img-bottom {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 2;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.2);
  max-width: 60%;
}
.number-list li {
  position: relative;
  padding-left: 100px;
  margin-bottom: 35px;
}
@media (max-width: 767px) {
  .number-list li {
    padding-left: 0;
  }
}
.number-list li span {
  position: absolute;
  top: 5px;
  left: 10px;
  border: 1px solid #E0E0E0;
  font-size: 40px;
  color: #00A8E0;
  font-family: 'Bebas Neue', sans-serif;;
  padding: 0.3em 0.4em;
  line-height: 1;
  display: inline-block;
}
@media (max-width: 767px) {
  .number-list li span {
    position: relative;
    margin-bottom: 15px;
    top: 0;
    left: 0;
    font-size: 30px;
  }
}
.construction-period {
  padding-bottom: 90px;
}
@media (max-width: 1199px) {
  .construction-period {
    padding-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .construction-period {
    padding-bottom: 0px;
  }
}
.construction-period__content {
  position: relative;
  padding-top: 20px;
}
@media (max-width: 1199px) {
  .construction-period__content {
    padding-top: 0;
  }
}
.construction-period__content .section-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-45%);
  -ms-transform: translateY(-45%);
  transform: translateY(-45%);
  left: 0;
}
@media (max-width: 1199px) {
  .construction-period__content .section-img {
    width: 200px;
  }
}
@media (max-width: 991px) {
  .construction-period__content .section-img {
    width: 150px;
  }
}
.period-card {
  min-height: 250px;
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}
@media (max-width: 767px) {
  .period-card {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  .period-card .head-4 {
    font-size: 20px;
  }
}
.period-card .period-card__img {
  height: 194px;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .period-card .period-card__img {
    height: 150px;
  }
}
@media (max-width: 991px) {
  .period-card .period-card__img {
    height: 107px;
  }
}
@media (max-width: 767px) {
  .period-card .period-card__img {
    height: 194px;
  }
}
.period-card .card-hover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.period-card .card-hover p {
  max-width: 155px;
  font-weight: 500;
  font-size: 20px;
  color: #fff;
  text-align: center;
}
.period-card__title {
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.period-card:hover .card-hover {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.about {
  padding-top: 0;
}
@media (max-width: 991px) {
  .about {
    margin-top: -20px;
  }
}
@media (max-width: 767px) {
  .about {
    padding-top: 80px;
    margin-top: 0;
  }
}
.about-info {
  height: 420px;
  background: rgba(0, 0, 0, 0.9);
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  padding-top: 80px;
}
@media (max-width: 767px) {
  .about-info {
    height: 750px;
    padding-bottom: 80px;
  }
}
@media (max-width: 424px) {
  .about-info {
    height: 850px;
    padding-bottom: 80px;
  }
}
.about-info:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
}
.about-info__content {
  position: relative;
}
.about-info__content h2 {
  margin-bottom: 50px;
}

.about-info__content .h2 {
  margin-bottom: 50px;
}

.benefit-text .head-4 {
  color: #00A8E0;
  text-transform: uppercase;
}
.benefit-text p {
  color: #fff;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
}
@media (max-width: 1199px) {
  .benefit-text p {
    font-size: 15px;
  }
}

.benefit-text .head-4 {
  font-family: 'Bebas Neue', sans-serif;;
  font-size: 28px;
  line-height: 1.36;
 /* color: #2B2D37;*/
}
@media (max-width: 1199px) {
  .benefit-text .head-4 {
    font-size: 22px;
  }
}
@media (max-width: 991px) {
  .benefit-text .head-4 {
    font-size: 20px;
  }
}


.benefits-list .benefit-icon {
  position: absolute;
  top: 8px;
  left: 0;
}
.benefits-list .benefit-icon svg {
  max-width: 100%;
}
@media (max-width: 991px) {
  .benefits-list .benefit-icon {
    width: 45px;
    height: 45px;
    position: relative;
    top: -20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .benefits-list .benefit-icon {
    width: 60px;
    height: 60px;
  }
}
.benefits-list .benefit-item {
  position: relative;
  padding-left: 80px;
}
@media (max-width: 991px) {
  .benefits-list .benefit-item {
    padding-left: 0;
    text-align: center;
  }
}
@media (max-width: 767px) {
  .benefits-list .benefit-item {
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .price-info {
    max-width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}
.price-block {
  background-color: #00A8E0;
  padding-top: 80px;
  padding-bottom: 100px;
  position: relative;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .price-block {
    padding-top: 60px;
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .price-block {
    padding-left: 15px;
    padding-right: 15px;
    -webkit-transform: translateY(-10%);
    -ms-transform: translateY(-10%);
    transform: translateY(-10%);
  }
}
.price-block:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(250, 188, 61, 0.95);
}
.price-block .price-block__content {
  position: relative;
  z-index: 1;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  width: 95%;
}
.price-block .price-block__content .block-title h2 {
  margin-bottom: 20px;
}

.price-block .price-block__content .block-title .h2 {
  margin-bottom: 20px;
}

.price-block .price-list {
  margin-top: 40px;
}
.price-block .price-list__item {
  text-align: center;
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 767px) {
  .price-block .price-list__item {
    margin-bottom: 40px;
  }
}
section.projects {
  margin-top: -255px;
}
section.projects .section-title {
  margin-left: auto;
  margin-right: auto;
}
.project-cards {
  position: relative;
}
.project-cards:after {
  content: '';
  display: table;
  clear: both;
}
.project-cards__item {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px;
  height: 285px;
  overflow: hidden;
  position: relative;
  display: block;
   background-position: center;
background-size: cover;
background-repeat: no-repeat;

}

.project-cards__item .hover-block {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.78);
  z-index: 2;
  opacity: 0;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
.project-cards__item .hover-block p {
  position: absolute;
  left: 60px;
  bottom: 27%;
  color: #fff;
  font-size: 30px;
  line-height: 1.27;
  font-weight: 500;
}
@media (max-width: 1199px) {
  .project-cards__item .hover-block p {
    font-size: 24px;
  }
}
@media (max-width: 991px) {
  .project-cards__item .hover-block p {
    font-size: 20px;
  }
}

.project-cards__item .hover-block:after,
.project-cards__item .hover-block:before {
  content: '';
  position: absolute;
  background-color: #fff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.project-cards__item .hover-block:after {
  left: 15px;
  bottom: 22%;
  height: 1px;
  width: 150px;
  width: 0px;
}
.project-cards__item .hover-block:before {
  left: 30px;
  bottom: 14%;
  width: 1px;
  height: 0px;
}
.project-cards__item:hover .hover-block {
  opacity: 1;
}
.project-cards__item:hover .hover-block:after {
  width: 70%;
}
.project-cards__item:hover .hover-block:before {
  height: 70%;
}
.project-cards__item:nth-child(7n+1) {
  height: 600px;
  width: 370px;
}
.project-cards__item:nth-child(7n+2), .project-cards__item:nth-child(7n+5), .project-cards__item:nth-child(14n+9), .project-cards__item:nth-child(14n+12) {
  width: 470px;
}
.project-cards__item:nth-child(7n+3),.project-cards__item:nth-child(7n+4), .project-cards__item:nth-child(14n+10), .project-cards__item:nth-child(14n+11) {
  width: 270px;
}
.project-cards__item:nth-child(14n+3),
.project-cards__item:nth-child(14n+5) {
  margin-right: 0;
}
.project-cards__item:nth-child(7n+6),
.project-cards__item:nth-child(7n) {
  width: calc((100% - 30px)/2);
}
.project-cards__item:nth-child(14n+7),
.project-cards__item:nth-child(14n+8),
.project-cards__item:nth-child(14n+13) {
  margin-right: 0;
}
.project-cards__item:nth-child(14n+8),
.project-cards__item:nth-child(14n+9),
.project-cards__item:nth-child(14n+10),
.project-cards__item:nth-child(14n+11),
.project-cards__item:nth-child(14n+12),
.project-cards__item:nth-child(14n+13),
.project-cards__item:nth-child(14n) {
  float: right;
}
@media (max-width: 1199px) {
  section.projects {
    margin-top: -100px;
    padding-top: 0;
  }
  .project-cards__item {
    height: 231px;
    margin-right: 15px;
    margin-bottom: 20px;
  }
  .project-cards__item img {
    max-width: unset;
    height: 100%;
    width: auto;
  }
  .project-cards__item:nth-child(7n+6),
  .project-cards__item:nth-child(7n) {
    height: 340px;
    width: 455px;
  }
  .project-cards__item:nth-child(7n+1) {
    height: 482px;
    width: 297px;
  }
  .project-cards__item:nth-child(7n+2), .project-cards__item:nth-child(7n+5),.project-cards__item:nth-child(7n+5), .project-cards__item:nth-child(14n+9), .project-cards__item:nth-child(14n+12) {
  width: 381px;
}
.project-cards__item:nth-child(7n+3),.project-cards__item:nth-child(7n+4), .project-cards__item:nth-child(14n+10), .project-cards__item:nth-child(14n+11) {
  width: 218px;
}
}
@media (max-width: 991px) {
  .project-cards__item {
    height: 172px;
    margin-right: 10px;
    margin-bottom: 15px;
  }
  .project-cards__item:nth-child(7n+1) {
    height: 359px;
    width: 221px;
  }
    .project-cards__item:nth-child(7n+2), .project-cards__item:nth-child(7n+5), .project-cards__item:nth-child(7n+5), .project-cards__item:nth-child(14n+9), .project-cards__item:nth-child(14n+12) {
      width: 283px;
    }
    .project-cards__item:nth-child(7n+3),.project-cards__item:nth-child(7n+4), .project-cards__item:nth-child(14n+10), .project-cards__item:nth-child(14n+11) {
      width: 163px;
    }
  .project-cards__item:nth-child(7n+6),
  .project-cards__item:nth-child(7n) {
    height: 248px;
    width: calc((100% - 10px)/2);
  }
}
@media (max-width: 767px) {
  section.projects {
    margin-top: 0;
  }
  .project-cards__item {
    height: auto;
    margin-right: auto !important;
    margin-left: auto !important;
    margin-bottom: 30px;
    display: inline-block;
      width: 48%!important;
    float: unset !important;
  }
  .project-cards__item img {
    max-width: 100%;
    height: auto;
  }
  .project-cards__item:nth-child(3),
  .project-cards__item:nth-child(5) {
    margin-right: auto;
    float: unset;
    margin-left: auto;
  }
  .project-cards__item:nth-child(7n+6),
  .project-cards__item:nth-child(7n) {
    width: 270px;
    height: 200px;
    height: auto;
    margin-right: auto;
    float: unset;
    margin-left: auto;
  }
  .project-cards__item:nth-child(7n+1) {
    height: 200px;
  }
    .project-cards__item:nth-child(7n+2), .project-cards__item:nth-child(7n+5), .project-cards__item:nth-child(14n+9), .project-cards__item:nth-child(14n+12) {
      width: 270px;
      height: 200px;
    }
    .project-cards__item:nth-child(7n+3),.project-cards__item:nth-child(7n+4), .project-cards__item:nth-child(14n+10), .project-cards__item:nth-child(14n+11) {
      width: 270px;
      height: 200px;
    }
}
@media (max-width: 767px) {
  .project-cards__item .hover-block p {
    font-size: 10px;
    left:20px;
    bottom:19%;
  }
  .project-cards{
       display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  }
    .project-cards__item .hover-block:before {
        left: 10px;
        bottom: 7%;}
    .project-cards__item .hover-block:after {
    left: 5px;
    bottom: 10%;}

}
.faq {
  padding-bottom: 100px;
  padding-top: 100px;
}
.faq h2 {
  margin-bottom: 60px;
}
@media (max-width: 1199px) {
  .faq {
    padding-bottom: 100px;
    padding-top: 70px;
    margin-bottom: 70px;
  }
}
@media (max-width: 991px) {
  .faq {
    padding-bottom: 70px;
    padding-top: 60px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .faq {
    padding-bottom: 50px;
    padding-top: 50px;
  }
}
#answers .card {
  border-radius: 0;
  border: 0;
  border-bottom: 1px solid #EDEDED;
}
#answers .card:first-child {
  border-top: 1px solid #EDEDED;
}
#answers .card-header {
  min-height: 90px;
  padding: 0;
  border-radius: 0;
  background-color: #fff;
  border: 0px;
  position: relative;
  padding-left: 0;
}
#answers .card-header .arrow {
  position: absolute;
  right: 20px;
  top: 35px;
}
@media (max-width: 767px) {
  #answers .card-header .arrow {
    right: 10px;
  }
}
#answers button.btn-link {
  font-size: 20px;
  line-height: 1.56;
  font-weight: 500;
  color: #2B2D37;
  width: 100%;
  text-align: left;
  padding-top: 30px;
  padding-left: 0;
  padding-bottom: 15px;
  outline: none !important;
  padding-right: 40px;
  text-decoration: none !important;
  font: 500 20px 'Ubuntu', sans-serif;
}
@media (max-width: 1199px) {
  #answers button.btn-link {
    font-size: 18px;
  }
}
@media (max-width: 579px) {
  #answers button.btn-link {
    font-size: 16px;
  }
}
#answers .arrow {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}
#answers .arrow.rotate {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
#answers .arrow.rotate svg path {
  fill: #00A8E0;
}
#answers .card-body {
  padding-left: 0;
  padding-bottom: 30px;
  padding-right: 40px;
  padding-top: 0;
  font-size: 20px;
}
@media (max-width: 1199px) {
  #answers .card-body {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  #answers .card-body {
    padding-right: 40px;
    font-size: 16px;
  }
}
.cta {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #00A8E0;
  background-position: 0 0;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}
.cta:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #00A8E0;
}
.cta-content {
  position: relative;
  z-index: 2;
  margin-left: auto;
  margin-right: auto;
  width: 90%;
  text-align: center;
}
.cta-content span {
  font-family: 'Bebas Neue', sans-serif;;
  font-size: 1.2em;
  white-space: nowrap;
}
.cta-content .text-35 {
  max-width: 830px;
  margin-left: auto;
  margin-right: auto;
      font-weight: 700;
}
.cta-content .title-4 {
  max-width: 900px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 35px;
}
.clients {
  padding-top: 135px;
  padding-bottom: 145px;
  background-color: #f7f7f7;
}
@media (max-width: 1199px) {
  .clients {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}
@media (max-width: 991px) {
  .clients {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .clients {
    padding-top: 70px;
    padding-bottom: 70px;
  }
}
.clients-static-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.clients-logo__img {
  height: 100px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.clients-logo .owl-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}
.clients-logo .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #808080;
}
.clients-logo .owl-dots .owl-dot + .owl-dot {
  margin-left: 10px;
}
.clients-logo .owl-dots .owl-dot.active {
  background-color: #FE0000;
}
.clients.clients--service {
  padding-top: 350px;
  margin-top: -220px;
}
@media (max-width: 1199px) {
  .clients.clients--service {
    padding-top: 270px;
  }
}
@media (max-width: 991px) {
  .section-cards {
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 559px) {
  .section-cards {
    max-width: 380px;
  }
}
.specter-card {
  background-color: #2B2D37;
  max-width: 278px;
  display: block;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.specter-card:hover {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}
.specter-card:hover .specter-card__img {
  opacity: .6;
}
.specter-card:hover .specter-card__text {
  color: #00A8E0;
}
.specter-card__img {
  position: relative;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  min-height: 265px;
  max-height: 265px;
}
.specter-card__img:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(255, 255, 255, 0.55);
  z-index: 2;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.specter-card__text {
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;;
  text-transform: uppercase;
  line-height: 1;
  font-size: 25px;
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 10px;
  height: 90px;
}
@media (max-width: 1199px) {
  .specter-card__text {
    font-size: 17px;
    height: 75px;
  }
}
@media (max-width: 991px) {
  .specter-card__text {
    font-size: 22px;
    height: 90px;
  }
}
.ser-specter .marker-list--check {
  margin-top: 40px;
}
.ser-specter--text {
  margin-top: 10px;
}
.ser-specter--text p + p {
  margin-top: 10px;
}
.marker-list--check {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
}
.marker-list--check .marker-item {
  position: relative;
  padding-left: 35px;
  max-width: 330px;
}
@media (max-width: 1199px) {
  .marker-list--check .marker-item {
    margin-bottom: 20px;
    max-width: 100%;
    font-size: 17px;
  }
}
@media (max-width: 767px) {
  .marker-list--check .marker-item {
    font-size: 18px;
  }
}
.marker-list--check .marker-item:before {
  content: '\2714';
  position: absolute;
  left: 0;
  right: 0;
  font-size: 18px;
  color: #00A8E0;
}
.number-list--experience ul li p {
  line-height: 27px;
}
.experience {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .experience {
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .experience {
    padding-bottom: 50px;
  }
}
.our-benefits {
  margin-top: -270px;
  padding-bottom: 130px;
}
.our-benefits .section-title {
  margin-bottom: 40px;
}
.our-benefits .marker-list {
  margin-top: 30px;
  max-width: 585px;
}
.our-benefits .marker-list li:after {
  font-size: 50px;
  top: -10px;
}
.our-benefits .marker-list li {
  padding-left: 40px;
}
.our-benefits .marker-list li + li {
  margin-top: 20px;
}
@media (min-width: 1200px) {
  .our-benefits .marker-list {
    padding-right: 20px;
  }
}
@media (max-width: 1199px) {
  .our-benefits {
    margin-top: -100px;
    padding-top: 0;
    padding-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .our-benefits {
    margin-top: 0;
    padding-bottom: 60px;
  }
}
.page-header {
  background: #2B2D37;
  background-position: 100% 0;
  background-size: cover;
  background-repeat: no-repeat;
  max-height: 285px;
  height: 15vw;
  min-height: 280px;
  position: relative;
}
@media (max-width: 991px) {
  .page-header {
    max-height: 280px;
    min-height: 230px;
  }
}
.page-header:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.65);
}
.page-header .page-title {
  color: #fff;
}
.page-header__content {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
}
.footer-content {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #2B2D37;
  background-size: cover;
  background-position: 0 0;
  background-repeat: no-repeat;
}
.footer-logo a.logo {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .footer-logo a.logo {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .footer-logo a.logo {
    font-size: 12px;
  }
}
.footer-logo a.logo .logo-text span {
  color: #fff;
}
.footer-logo a.logo .logo-text span:first-child {
  font-size: 1.9em;
}
.footer-logo a.logo .logo-text span:last-child {
  font-size: 1em;
  letter-spacing: 0.8px;
}
.footer-logo p {
  color: #B9B9B9;
  padding-top: 20px;
  font-size: 18px;
  max-width: 320px;
}
@media (max-width: 1439px) {
  .footer-logo p {
    font-size: 16px;
    max-width: unset;
  }
}
/*.footer-col {
  height: 100%;
}*/
.footer-col .title-4 {
  color: #fff;
  font-size: 20px;
  margin-bottom: 20px;
}
.footer-col a {
  display: block;
  color: #B9B9B9;
  font-size: 18px;
}
@media (max-width: 1439px) {
  .footer-col a {
    font-size: 16px;
  }
}
.footer-col a + a {
  margin-top: 9px;
}
.footer-col a:hover {
  color: #00A8E0;
}
.footer-col p {
  color: #B9B9B9;
}
@media (min-width: 1200px) {
  .footer-menu {
    padding-left: 30px;
  }
}
.footer-contacts nav {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.footer-contacts nav .footer-sochial {
  margin-top: auto;
  padding-bottom: 5px;padding-top: 9px;
}
.footer-contacts p {
  margin-bottom: 9px;
  font-size: 18px;
}
@media (max-width: 1439px) {
  .footer-contacts p {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .footer-contacts {
    margin-top: 30px;
  }
}
.footer-sochial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.footer-sochial a {
  color: #00A8E0;
  width: 30px;
  height: 30px;
  background-color: transparent;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.footer-sochial a + a {
  margin-left: 10px;
  margin-top: 0;
}
.footer-sochial a:hover {
  color: #B9B9B9;
  background-color: rgba(250, 188, 61, 0.5);
  border-radius: 0;
}
.footer-copyright {
  padding-top: 30px;
  padding-bottom: 30px;
  color: #B9B9B9;
  text-align: center;
  font-size: 14px;
  line-height: 24px;
  background: #252730;
}
.footer-copyright a {
  color: #B9B9B9;
}
.modal .modal-body .modal-form-head {
  margin-bottom: 60px;
  text-align: center;
}
.modal .modal-body .modal-form-head h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #2B2D37;
  font-size: 20px;
  line-height: 1.4;
  max-width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}

.modal .modal-body .modal-form-head .h3 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #2B2D37;
  font-size: 20px;
  line-height: 1.4;
  max-width: 100%;
  font-weight: 400;
  margin-bottom: 20px;
}

.modal .modal-body .modal-form-head p {
  max-width: 40ch;
  margin-left: auto;
  margin-right: auto;
}
#consultantModal .modal-body h3 {
  font-size: 24px;
  font-family: 'Bebas Neue', sans-serif;;
  max-width: 100%;
  margin-bottom: 20px;
}
#consultantModal .modal-body .h3 {
  font-size: 24px;
  font-family: 'Bebas Neue', sans-serif;;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  #consultantModal .modal-body h3 {
    font-size: 18px;
  }
    #consultantModal .modal-body .h3 {
    font-size: 18px;
  }
}
#consultantModal .form-group:last-child {
  margin-bottom: 0;
}
.modal .modal-dialog {
  position: relative;
}
.modal .modal-dialog button.close {
  position: absolute;
  top: 20px;
  right: 20px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
@media (max-width: 992px) {
  .modal .modal-dialog button.close {
    top: 0px;
    right: 10px;
  }
}
@media (max-width: 767px) {
  .modal .modal-dialog button.close {
    top: -10px;
    right: 0px;
  }
}
.modal .modal-dialog button.close span {
  display: inline-block;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  font-size: 50px;
  color: #00A8E0;
  font-weight: 400;
  text-shadow: none;
}
.formModal .modal-dialog {
  max-width: 790px;
  width: 70%;
}
@media (max-width: 767px) {
  .formModal .modal-dialog {
    width: 95%;
  }
}
.formModal .modal-content {
  padding: 80px 120px;
  border-radius: 0;
  border: 0px;
}
@media (max-width: 991px) {
  .formModal .modal-content {
    padding: 40px 25px;
  }
}
@media (max-width: 767px) {
  .formModal .modal-content {
    padding: 30px 15px;
  }
}
#politicText .modal-content {
  padding: 30px;
  padding-right: 10px;
  padding-top: 50px;
}
@media (max-width: 767px) {
  #politicText .modal-content {
    padding-left: 6px;
  }
}
#politicText .modal-content .modal-body {
  max-height: 500px;
  overflow: auto;
}
@media (max-width: 575px) {
  #politicText .modal-content .modal-body {
    max-height: 350px;
  }
}
@media (max-width: 359px) {
  #politicText .modal-content .modal-body {
    max-height: 270px;
  }
}
#politicText .modal-content .modal-body::-webkit-scrollbar {
  /* 1 - скроллбар */
  width: 6px;
  height: 6px;
  background-color: #cecece;
}
#politicText .modal-content .modal-body::-webkit-scrollbar-button {
  /* 2 - кнопка */
}
#politicText .modal-content .modal-body::-webkit-scrollbar-track {
  /* 3 - трек */
  background-color: #ebe3e3;
}
#politicText .modal-content .modal-body::-webkit-scrollbar-track-piece {
  /* 4 - видимая часть трека */
}
#politicText .modal-content .modal-body::-webkit-scrollbar-thumb {
  /* 5 - ползунок */
  border-radius: 2px;
  background-color: #00A8E0;
}
#politicText .modal-content .modal-form-title h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 25px;
}
#politicText .modal-content .modal-form-title .h3 {
  font-size: 18px;
  text-align: center;
  padding-bottom: 25px;
}
@media (max-width: 767px) {
  #politicText .modal-content .modal-form-title h3 {
    font-size: 13px;
  }
  #politicText .modal-content .modal-form-title .h3 {
    font-size: 13px;
  }
}
#politicText .modal-content button.close {
  position: absolute;
  top: 0px;
  right: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0px;
}
@media (max-width: 767px) {
  #politicText .modal-content button.close {
    top: -10px;
    right: 0px;
  }
}
.politicText-title {
  font-size: 18px;
  padding-top: 10px;
  padding-bottom: 8px;
}
#politicText ol {
  padding-top: 20px;
  padding-left: 10px;
}
#politicText ol li {
  line-height: 18px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #politicText ol li {
    font-size: 13px;
  }
}
#politicText ul li {
  line-height: 27px;
  margin-bottom: 10px;
  font-size: 14px;
}
@media (max-width: 767px) {
  #politicText ul li {
    font-size: 13px;
  }
}
#politicText ul.rules-list {
  padding-bottom: 20px;
}
#politicText ul.rules-list li {
  line-height: 22px;
}
#politicText .text-part {
  padding-bottom: 10px;
  font-size: 14px;
}
.calculator {
  padding-bottom: 130px;
}
@media (max-width: 767px) {
  .calculator .mt-20 {
    margin-top: 20px;
  }
}
.calc-form__block + .calc-form__block {
  margin-top: 20px;
}
.calc-dimension__card {
  margin-bottom: 20px;
}
@media (max-width: 767px) {
  .calc-dimension__card .img-wrapper {
    display: none;
  }
}
.calc-btn input {
  width: 100%;
  background-color: #00A8E0;
  border: 1px solid #00A8E0;
  color: #2B2D37;
  font-family: 'Bebas Neue', sans-serif;;
  font-size: 25px;
  text-transform: uppercase;
  height: 60px;
  cursor: pointer;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
@media (max-width: 1199px) {
    .sidebar-blog .content h5{
        font-size: 14px;
    }
  .calc-btn input {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .calc-btn input {
    font-size: 18px;
  }
      .sidebar-blog .content h5{
        font-size: 16px;
    }
}
@media (max-width: 767px) {
  .calc-btn input {
    height: 50px;
    line-height: 50px;
  }
}
.calc-content-text {
  margin-top: 30px;
}
.calc-content-text p {
  font-size: 18px;
  line-height: 1.56;
}
.calc-content-text p:last-of-type {
  font-weight: 700;
}
.calc-content-text p + p, .calc-content-text-after {
  margin-top: 50px;
}
.calc-content-text-after p {
    font-weight: 100 !important;
}
.calc-content-text p a {
  font-size: 20px;
  font-weight: 700;
  color: #2B2D37;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  white-space: nowrap;
  padding-left: 5px;
}
.calc-content-text p a:hover {
  opacity: .6;
}
.calc-content-text .marker-list--check .marker-item {
  max-width: 360px;
}
.calc-content-text .marker-list--check .marker-item p {
  font-weight: 300;
}
.calc-content-text .marker-list--check {
  margin-top: 30px;
}
.calc-form .title-item {
  height: 60px;
  text-transform: uppercase;
  background-color: #2B2D37;
  padding-left: 20px;
  line-height: 60px;
  color: #fff;
  font-family: 'Bebas Neue', sans-serif;;
  font-size: 25px;
}
@media (max-width: 1199px) {
  .calc-form .title-item {
    font-size: 20px;
  }
}
@media (max-width: 991px) {
  .calc-form .title-item {
    font-size: 15px;
    padding-left: 10px;
  }
  .calc-content-text p + p {
  margin-top: 30px;
}
}
@media (max-width: 767px) {
  .calc-form .title-item {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 374px) {
  .calc-form .title-item {
    padding-left: 5px;
  }
}
.form-item {
  position: relative;
  width: 100%;
  background: #FFFFFF;
}
.form-item input {
  width: 100%;
  display: block;
  position: relative;
  z-index: 2;
  padding-left: 12px;
  padding-right: 40px;
  font-size: 18px;
  border: 1px solid #B9B9B9;
  height: 60px;
}
@media (max-width: 991px) {
  .form-item input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .form-item input {
    height: 50px;
    line-height: 50px;
  }
}
@media (max-width: 579px) {
  .form-item input {
    padding-left: 6px;
  }
}
.form-item input::-webkit-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
  color: #B9B9B9;
}
.form-item input::-moz-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
  color: #B9B9B9;
}
.form-item input::-ms-input-placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
  color: #B9B9B9;
}
.form-item input::placeholder {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
  font-size: 18px;
  line-height: 1.56;
  color: #B9B9B9;
}
@media (max-width: 991px) {
  .form-item input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .form-item input::-moz-placeholder {
    font-size: 16px;
  }
  .form-item input::-ms-input-placeholder {
    font-size: 16px;
  }
  .form-item input::placeholder {
    font-size: 16px;
  }
}
.form-select__options {
  width: 100%;
  z-index: 4;
  position: absolute;
  left: 0;
  bottom: 0px;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  padding: 15px;
  background: #fff;
  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .5s;
  animation-duration: .5s;
  border: 1px solid #B9B9B9;
  border-top: 0px solid #000;
  display: none;
}
.form-select__options li {
  font-size: 18px;
  color: #2B2D37;
  cursor: pointer;
  padding-top: 6px;
  padding-bottom: 6px;
}
.form-select__options li:hover {
  color: #BFBFBF;
}
.form-select__options.fz-small li {
  font-size: 18px;
}
@media (max-width: 1199px) {
  .form-select__options.fz-small li {
    font-size: 15px;
  }
  .sidebar-search form input{
      padding-right:0;
      padding-left:10px;
  }
      .sidebar-search form input::placeholder{
        font-size: 14px;
    }
}
@media (max-width: 767px) {
  .form-select__options.fz-small li {
    font-size: 18px;
  }
}
.form-select__options.active {
  display: block;
}
.form-select__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0px;
  top: 0px;
  color: #000;
  opacity: .6;
  z-index: 3;
  font-size: 15px;
  cursor: pointer;
  width: 40px;
  height: 60px;
}
@media (max-width: 767px) {
.breadcrb a{
    font-size: 12px;
}
  .form-select__icon {
    height: 50px;
  }
}
.form-select__icon i {
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.form-select__icon:after {
  content: '';
  position: absolute;
  top: 0px;
  bottom: 0px;
  left: 0;
  width: 1px;
  background-color: #EEEEEE;
}
.form-select__icon.rotate i {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  color: #00A8E0;
}
.sidebar-search form button {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
@-webkit-keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.payload-data, .side-data {
    display: none;
}
.calculator .section-title{
    max-width: 100%;
    width:100%;
}
.calc-content{
    padding-top:0;
}
.comments{
    padding-top: 50px;
}
.page-header__content {
    width: 90%;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    max-width: 1000px;
}
@media (max-width: 991px) {
    .page-header__content {
    width: 95%;}
}
@media (max-width: 575px) {
    .page-header__content {
    width: 98%;

    }
    .page-header__content{bottom:20px;}
    .breadcrb{margin-top: 20px;}
}
@media(max-width: 374px){
    .page-title, .block-title h2 {
    font-size: 25px;}

    .page-title, .block-title .h2 {
    font-size: 25px;}
}
.clients .section-title{width: auto;}
.developer-link:hover {
    text-decoration: underline;
}
.error-404 .section-title {
    width: 100%;
    position: relative;
}
.error-404-content {
    padding: 0 0 130px 0;
    margin-top: -115px;
}
.error-404-content img {
    margin-left: 70px;
}
.error-404-content p {
    font-size: 18px;
    line-height: 1.56;
}
.error-404-content a {
    width: 278px;
    margin-top: 30px;
}
.error-404-content .button:hover {
    color: #fff !important;
}
@media(max-width: 992px){
    .error-404-content {
        margin-top: 0px;
    }
    .error-404-content img {
        margin: 0;
    }
}
/*Стили для текста из редактора*/
.service-details .space__top--30{margin-top: 0;}
.col-12.editor-text> p{margin-top: 30px;}

.editor-text a {
    color: #2B2D37;
    text-decoration: underline;
        -webkit-transition: .5s;
     -o-transition: .5s;
     transition: .5s;
}
.editor-text a:hover {
    color: #00A8E0;
    text-decoration: none;

}
.editor-text a.button{
    border-bottom: 0px;
    text-decoration: none;
}

.oneServ-details .col-12 h3{
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 30px;
    font-family: inherit;
    font-weight: 500;
}
.oneServ-details .col-12 .h3{
    margin-bottom: 30px;
    margin-top: 30px;
    font-size: 30px;
    font-family: inherit;
    font-weight: 500;
}
.oneServ-details .space__top--30 h3.space__bottom--15{margin-top: 20px;}
.service-details .col-12 p>strong{
    display: block;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 400;

}
.service-details .col-12 p +p{
    margin-top: 20px;
}
.service-details ul, .service-details ol{
    padding-left: 16px;
}
.service-details  li{
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    font-family: inherit;
}
.fotorama__thumb-border{
    border-color: #00A8E0;
}
.section-cards--small{
    display: flex;
    flex-wrap:wrap;
    margin-left: -5px;
    margin-right: -5px;
}
.section-cards--small {
    margin-top: 20px;
}

.section-cards--small .serv-card{
    width: 184px;
    height: 167px;
    min-height:167px;
    margin-left: 5px;
    margin-right: 5px;
    margin-top: 30px;
}
.section-cards--small .card-img{
    height: 97px;
    width: 100%;
    -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center;

}
.section-cards--small .card-img:after{
    width: 68px;
    height: 23px;
    z-index: 5;

}
.section-cards--small .card-img:before{
   content: '';
   background-color: #fff;
   opacity: 0;
   position: absolute;
   top: 0;
   left: 0;
   bottom: 0;
   right: 0;
    z-index: 2;
    transition:.3s;

}
.section-cards--small .serv-card:hover .card-img:before{
    opacity: .6;
}
.section-cards--small .serv-card .card-title{
    padding-left: 20px;
    height: 70px;

}
.section-cards--small .serv-card  .title-3{
    font-size: 14px;
    line-height: 20px;
}
@media(max-width: 991px){
    .section-cards--small{
        max-width: 590px;
        margin-left: auto;
        margin-right: auto;
    }
}
@media(max-width: 767px){
    .section-cards--small{
        max-width: 390px;
    }
}
@media(max-width: 424px){
    .section-cards--small{
        max-width: 184px;

    }
}
/*наши работы на странице одного сервиса*/
.our-works{
    margin-top: 50px;
}
.complit-work{
    width: 100%;
    height: 265px;
       -webkit-background-size: cover;
    background-size: cover;
    -webkit-background-position: center;
    background-position: center;

}
@media(max-width: 1199px){
   .complit-work{ height: 211px; }
}
@media(max-width: 992px){
   .complit-work{ height: 237px; }
}
@media(max-width: 767px){
    .our-works .image-popup { width: 550px; margin-left: auto; margin-right: auto;}
   .gallery-item .complit-work{
       width: 270px;
       height: 180px; }
}
@media(max-width: 579px){
   .our-works .image-popup { width: 290px; margin-left: auto; margin-right: auto;}
   .gallery-item .complit-work{ height: 194px;}
}
.grid-item { width: 24%; padding: 4px;}

@media(max-width: 991px){
       .grid-item { width: 33.3333%;}
}
@media(max-width: 767px){
       .grid-item { width: 50%;}
}
/*текст из редактора на главной*/
.editor-text p + p {
  margin-top: 8px!important;
}
.editor-text h2, .editor-text h3,.editor-text h4,.editor-text h5,.editor-text h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #2B2D37;
  font-size: 30px;
  line-height: 1.2;
}

.editor-text .h2, .editor-text .h3,.editor-text .h4,.editor-text .h5,.editor-text .h6 {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 500;
  color: #2B2D37;
  font-size: 30px;
  line-height: 1.2;
}


@media (max-width: 1439px) {
  .section-title {
    font-size: 30px;
  }
}
@media (max-width: 1199px) {
  .section-title {
    font-size: 28px;
  }
}
@media (max-width: 991px) {
  .section-title {
    font-size: 26px;
  }
}
@media (max-width: 767px) {
  .section-title {
    font-size: 24px;
  }
}
@media (max-width: 579px) {
  .section-title {
    font-size: 24px;
  }
}
@media (max-width: 579px) {
  .section-title {
    font-size: 20px;
  }
  .editor-text h2, .editor-text h3, .editor-text h4, .editor-text h5, .editor-text h6{
      font-size: 23px;
  }

  .editor-text .h2, .editor-text .h3, .editor-text .h4, .editor-text .h5, .editor-text .h6{
      font-size: 23px;
  }
}
.editor-text h2,
.editor-text h3,
.editor-text h4, .editor-text h5, .editor-text h6{
  margin-bottom: 30px!important;
  margin-top: 50px!important;
}

.editor-text .h2,
.editor-text .h3,
.editor-text .h4, .editor-text .h5, .editor-text .h6{
  margin-bottom: 30px!important;
  margin-top: 50px!important;
}

.editor-text p + h2,
.editor-text p + h3,
.editor-text p + h4, .editor-text p + h5 , .editor-text p + h6  {
  margin-top: 50px!important;
}
.editor-text h2 + ol,
.editor-text h2 + ul,
.editor-text h3 + ul,
.editor-text h3 + ol,
.editor-text h4 + ul,
.editor-text h4 + ol,
.editor-text h5 + ul,
.editor-text h5 + ol,
.editor-text h6 + ul,
.editor-text h6 + ol{
  margin-top: 30px;
}
.editor-text ol,
.editor-text ul {
  padding-left: 0;
  margin-bottom: 30px!important;
  margin-top: 30px!important;
}
.editor-text ol li,
.editor-text ul li {
  padding-left: 35px!important;
  padding-top: 0!important;
  padding-bottom: 0!important;
}
.editor-text ul li {
  position: relative;
}
.editor-text ul li:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #E0E0E0;
  position: absolute;
  left: 0;
  top: 9px;
}
.editor-text p + ol,
.editor-text p + ul {
  margin-top: 30px;
}
.editor-text ol li + li,
.editor-text ul li + li {
  margin-top: 8px!important;
}
#hide-deskription {
  background-color: #F8F8F8;
  -webkit-animation-name: showSlow;
  animation-name: showSlow;
  -webkit-animation-duration: .4s;
  animation-duration: .4s;
  display: none;
  -webkit-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  background-color: transparent;
  z-index: -1;
  opacity: 0;
}
.editor-text ol {
  list-style-type: none;
  counter-reset: num;
  margin: 0 0 0 18px;
}
.editor-text ol li {
  position: relative;
  padding: 0 0 0px 15px;
}
.editor-text ol li:before {
  content: counter(num) '.';
  counter-increment: num;
  display: inline-block;
  position: absolute;
  top: 1px;
  left: -26px;
  width: 20px;
  font-weight: 700;
  text-align: right;
}
#hide-deskription.editor-text--visible {
  display: block;
  opacity: 1;
  z-index: 3;
}
#transform-block.transform-block--hide {
  opacity: 0;
  display: none;
}
#showDesk {
    width: 215px;
}
#hideDesk {
  margin-top: 20px;
  width: 215px;
  text-align: center;
}
@keyframes showSlow {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/*=========== конец стили для редактора ==========*/
.header-menu .last {padding:0;}
.header-menu > ul > .last > a {height:20px; width:20px;background-image:url('/assets/images/sitemap-icon-144126.svg');}
.sitemappage li > ul {margin-left:20px;}

.perelinkovka{
   /* position: absolute;
    overflow: hidden;
    height: 1px;
    width: 1px;*/
    display:none;
    margin-bottom:25px;
    padding-top: 0px;
}




.header__sity {
    padding: 0;
    margin: 0;
    font-size: 16px;
    color: #ffffff;
    display: inline-block;
    font-family: 'Bebas Neue', sans-serif;;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    text-transform: uppercase;
}
.header__sity:hover {
    color: #00A8E0;
}
.header__sity-mobile {
    display: none;
}

@media (max-width: 991px) {
    .header__sity-mobile {
    margin: 0;
    padding: 0;
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0.05em;
    font-family: 'Bebas Neue', sans-serif;;
    color: #2B2D37;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    padding-top: 10px;
    padding-bottom: 10px;
}

  .header__sity {
      display: none;
  }
}


.modal__sity {
    margin-top: 30px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;

}

.modal__link {
    min-width: 30%;
    margin-bottom: 20px;
    flex: 0 0 30%;
    margin-right: 10px;

}

.modal__link  a {
      color: #2B2D37;
    font-size: 16px;
    font-weight: 300;
    line-height: 1.4;
    text-decoration: none;
    transition: all ease 0.3s;
    padding-bottom: 3px;
    padding-top: 3px;
}
.modal__link  a:hover {
    color: #00A8E0;
}

@media screen and (max-width: 623px) {
    .modal__link {
        font-size: 14px;
        min-width: 50%;
    margin-bottom: 15px;
    flex: 0 0 50%;
    margin-right: 0;
    padding-right: 10px;
    }
    .modal__link a {
        font-size: 14px;
    }
}
table.tftable{
    width: 100%;
}
table.tftable th, table.tftable td{
    border: 2px solid rgba(43, 45, 55, 1);
    padding: 6px 15px;
}
@media(max-width: 767px){
    table.tftable th, table.tftable td{ padding-left: 6px;  padding-right: 6px;}
     table.tftable th, table.tftable td{ font-size: 13px;}
     table.tftable td:last-child{white-space: nowrap;}


}
table.tftable th{
    text-align: center;
}
table.tftable td:first-child{text-align: center;}
/*CALL BUTTON*/
.mobile-call-btn{
    position: fixed;
    right: 35px;
    bottom: 35px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    background-color: rgb(243, 197, 78);
     background-color: #fff;
     border: 2px solid rgb(243, 197, 78);
	  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
    color:rgb(243, 197, 78);
    font-size: 20px;
   text-align: center;
   z-index: 10;
   box-sizing: border-box;

}
.mobile-call-btn:hover{
    color: #000;
}

.mobile-call-btn i{
    display: inline-block;
	z-index: 2;
	position: relative;
	top: 2px;
}
.mobile-call-btn svg{width: 26px; vertical-align: baseline;}
.mobile-call-btn:before,
.mobile-call-btn:after{
    content: '';
    width: 70px;
    height: 70px;
    position: absolute;
   border-radius: 50%;
   border: 1px solid rgb(243, 197, 78);
   top: 50%;
   left: 50%;
   z-index: -1;
   -webkit-transform: translate(-50%, -50%);
       -ms-transform: translate(-50%, -50%);
           transform: translate(-50%, -50%);
    -webkit-animation-name: pulse;
            animation-name: pulse;
  -webkit-animation-duration:  1.8s;
          animation-duration:  1.8s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function:  linear;
          animation-timing-function:  linear;
}
.mobile-call-btn:before{
    width: 90px;
    height: 90px;
}
@media(max-width: 1023px) {
    .mobile-call-btn{
       width: 70px;
       height: 70px;
       right: 35px;
    bottom: 35px;
    }
    .mobile-call-btn:before,
    .mobile-call-btn:after{
        width: 70px;
        height: 70px;
    }
    .mobile-call-btn:before{
        width: 90px;
        height: 90px;
    }
    .mobile-call-btn svg{
	width: 26px;

}
}
@-webkit-keyframes pulse{
  0%{
   -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
           transform: translate(-50%, -50%) scale(.5);
  }



    100%{
      -webkit-transform: translate(-50%, -50%) scale(1.1);
       -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
    }

  }

@keyframes pulse{
  0%{
   -webkit-transform: translate(-50%, -50%) scale(.5);
    -ms-transform: translate(-50%, -50%) scale(.5);
           transform: translate(-50%, -50%) scale(.5);
  }


    100%{
      -webkit-transform: translate(-50%, -50%) scale(1.1);
       -ms-transform: translate(-50%, -50%) scale(1.1);
              transform: translate(-50%, -50%) scale(1.1);
              opacity: 0;
    }

  }
.service-cost{
     margin-top: 0;
     padding-top: 130px;
 }
 .service-page .service-cost-content{
     margin-top: 0;
 }
 .one-service-top{
     position: relative;
 }
  .one-service-top:after{
     content: '';
     position: absolute;
     bottom: 0;
     left: 0;
     right: 0;
     background-color: #F7F7F7;
     height:290px;
 }
  .one-service-top .one-service-team .teammate-card{padding-bottom: 0;}
 .one-service-top .one-service-team .col-lg-4:nth-last-child(-n+4)  .teammate-card{
     margin-bottom: 0;
 }
 .col-lg-4 .service-cost-card {margin-bottom: 30px;}
   .col-lg-4:nth-last-child(-n+4) .service-cost-card {margin-bottom: 0;}

 @media(max-width: 991px){
      .col-lg-4:nth-last-child(-n+4) .service-cost-card,
    .one-service-top  .one-service-team .col-lg-4:nth-last-child(-n+4)  .teammate-card{
     margin-bottom: 30px;
     }
     .col-lg-4:nth-last-child(-n+2) .service-cost-card,
    .one-service-top   .one-service-team .col-lg-4:nth-last-child(-n+2)  .teammate-card{
     margin-bottom: 0px;
       }
 }
  @media(max-width: 767px){
      .col-lg-4:nth-last-child(-n+2) .service-cost-card,
    .one-service-top  .one-service-team .col-lg-4:nth-last-child(-n+2) .teammate-card{
     margin-bottom: 30px;
      }
    .col-lg-4:nth-last-child(1) .service-cost-card,
    .one-service-top   .one-service-team .col-lg-4:nth-last-child(1)  .teammate-card{
     margin-bottom: 0px;
       }

 }
 .service-detail .brcrumg + div, .service-detail .brcrumg + section{padding-top: 0;}
 .ourteam #success-works{margin-top: 0!important;}
/*phone-box*/
.phone-box a {
    display: block;
    color: #ffffff;
    line-height: 1.4;

}
.phone-box a:hover{
    color: rgb(243, 197, 78);;
}
.phone-box a + a{margin-top: 6px;}
/**************************************/
#social {
	left: 35px;
	bottom: 35px;
	position: fixed;
	-webkit-tap-highlight-color: transparent;
	z-index: 99;
}
#icons a {
	height: 0;
	opacity: 0;
	color: white;
	display: flex;
	align-items: center;
	margin: 0 0 10px 5px;
	pointer-events: none;
	text-decoration: none;
	transition: all 0.2s linear 0s;
}
#icons.active a {
	opacity: 1;
	height: 60px;
	pointer-events: auto;
}
#tl, #wa, #vb, #fb, #vk, #ml, #ms {
	width: 60px;
	height: 60px;
	display: flex;
	border-radius: 50%;
	align-items: center;
	justify-content: center;
}
#tl, #tl + .title {background: #44B4F4;}
#wa, #wa + .title {background: #00D1B5;}
#vb, #vb + .title {background: #AB74D4;}
#fb, #fb + .title {background: linear-gradient(203.03deg, #FC5C73 6.71%, #963AFD 53.43%, #178AFF 89.56%);}
#vk, #vk + .title {background: #2787F5;}
#ml, #ml + .title {background: #4075FF;}
#ms {
	width: 70px;
	height: 70px;
	margin-top: 20px;
	overflow: hidden;
	position: relative;
	background: #07BB07;
	align-items: flex-start;
	justify-content: flex-start;
	transition: all 0.2s linear 0s;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#ms.active {
	transform: rotate(180deg);
	background-color: #FFFFFF !important;
	box-shadow: 0px 0px 12px rgba(7, 187, 7, 0.5);
	background-image: url(../img/icons/cl.svg) !important;
}
#ms #wrap {
	left: 0;
	display: flex;
	position: absolute;
	transition: all 0.15s linear 0s;
}
#ms.active #wrap {
	opacity: 0;
}
#ms #wrap div,
#ms span {
	width: 70px;
	height: 70px;
	background-position: center !important;
	background-repeat: no-repeat !important;
}
#ms span {
	z-index: 1;
	cursor: pointer;
	position: absolute;
	border-radius: 50%;
}
#icons .title {
	width: 0;
	opacity: 0;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
	border-radius: 11px;
	font: 11px/21px Tahoma;
	transition: all 0.1s linear 0s;
}
#icons .title.active {
	opacity: 1;
	width: 85px;
	margin-left: 15px;
}
@media(max-width: 991px){
    .review-author{
        display: none;
    }
    .reviews .slider-arrow-block{
        bottom: 20px;
    }
}
@media (max-width: 767px){
    .reviews {
    padding-top: 0;
}
.reviews .title-30 {

   top: -0px;
   margin-bottom: 70px;
}
}
@media (max-width: 767px) {
  .reviews .slider-wrapper {
    padding-top: 100px;
    padding-bottom: 100px;
  }
  .direction-types {
  margin-top: 100px;
}
  .direction {
 padding-bottom: 100px;
}
#success-works.success {
    padding-top: 100px;

}
.success{
 padding-bottom: 100px;
  }
  .faq,.news,
  .interaction-scheme{
  padding-top: 100px;
}
.service-cost{
 padding-bottom: 100px;
}


}
.inner-types{
    margin-bottom: 43px;

}
.success + .inner-types{
    margin-top: 100px;
    margin-bottom: -45px;
}
@media(max-width: 1199px){
    .success + .inner-types{margin-bottom: 0;}
}
.direction--inner-page.inner-types{
    margin-bottom: 85px;
    margin-top: 150px;
}
.info-block__text ul {margin-left: 20px; list-style-type: disc;}
.footer-sochial a:hover {background:initial;opacity:0.7;}
