@import url(https://fonts.googleapis.com/css?family=Open+Sans:300,400,700,600&subset=latin,cyrillic,cyrillic-ext);
* {
  box-sizing: border-box; }

html {
  height: 100%; }

body {
  position: relative;
  min-height: 100%;
  background: #f3f3f3;
  
  font-family: 'Open Sans'; }

.clearfix {
  overflow: auto;
  zoom: 1; }

header {
  position: relative;
  width: 100%;
  height: 160px;
  z-index: 600;
  overflow: none !important;
  background: #010101 url(../img/header-bg.jpg) no-repeat center -23px; }
  header .header-partner-link {
    display: block;
    position: absolute;
    width: 81px;
    height: 8px;
    background: url(../img/ceramic-pro.png) no-repeat center center;
    background-size: cover;
    left: 50%;
    bottom: 15px;
    margin-left: -41px; }
  header .header-social-block {
    display: block;
    position: absolute;
    height: 24px;
    font-size: 0;
    bottom: 6px;
    left: 10px; }
    header .header-social-block .header-social-block-item {
          display: inline-block;
    vertical-align: top;
    width: 31px;
    height: 28px;
    margin-right: 0px;
    transform: scale(1.4);
    position: relative;
    bottom: 6px;
    left: 5px;

    }
      header .header-social-block .header-social-block-item.vk {
        background: url(../img/social-icons.png) no-repeat 0 0; }
      header .header-social-block .header-social-block-item.fb {
        background: url(../img/social-icons.png) no-repeat -28px 0; }
      header .header-social-block .header-social-block-item.ig {
        background: url(../img/social-icons.png) no-repeat -56px 0; }
  header .get-callback-btn {
    display: block;
    position: absolute;
    width: 100px;
    height: 24px;
    border-radius: 5px;
    outline: none;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    font-family: 'Open Sans';
    font-size: 9px;
    font-weight: 600;
    color: #ed41c7;
    bottom: 8px;
    right: 10px;
    border: 1px solid #ed41c7;
    padding-top: 5px; }
  header .phones-btn {
    display: block;
    position: absolute;
    height: 30px;
    width: 30px;
    top: 7px;
    right: 10px;
    background: url(../img/Phone-50.png) no-repeat center center;
    -webkit-background-size: cover;
    background-size: cover;
    cursor: pointer;
  }
  header .header-phones-block {
    display: none;
    position: absolute;
    width: 100%;
    top: 160px;
    padding: 10px;
    background: #000;
    z-index: 700;
    left: 0; }
  header .header-phones-block a {
    color: #fff; }
    header .header-phones-block p {
      font-family: 'Open Sans';
      font-size: 14px;
      line-height: 14px;
      color: #fff;
      font-weight: 600;
      text-align: center;
      margin: 10px 0; }
      header .header-phones-block p span {
        font-size: 16px; }
  header .toggle-btn {
    position: absolute;
    display: block;
    top: 12px;
    left: 10px;
    width: 30px;
    height: 32px;
    cursor: pointer;
    z-index: 1110; }
    header .toggle-btn.active .toggle-line:nth-of-type(1) {
      transform: translateY(11px) rotate(45deg); }
    header .toggle-btn.active .toggle-line:nth-of-type(2) {
      opacity: 0; }
    header .toggle-btn.active .toggle-line:nth-of-type(3) {
      transform: translateY(-7px) rotate(-45deg); }
    header .toggle-btn .toggle-line {
      display: block;
      width: 30px;
      height: 2px;
      background: #fff;
      margin-bottom: 7px;
      transition: all .3s ease; }
.fixed-top {
  position: fixed;
  top: 0;
}

.menu-overlay {
  display: none;
  position: fixed;
  background-attachment: fixed;
  width: 100%;
  top: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000; }
  .menu-overlay .overlay-toggle-btn {
    position: absolute;
    display: block;
    top: 12px;
    left: 10px;
    width: 30px;
    height: 32px;
    cursor: pointer;
    z-index: 1110; }
    .menu-overlay .overlay-toggle-btn .overlay-toggle-line:nth-of-type(1) {
      transform: translateY(11px) rotate(45deg); }
    .menu-overlay .overlay-toggle-btn .overlay-toggle-line:nth-of-type(2) {
      opacity: 0; }
    .menu-overlay .overlay-toggle-btn .overlay-toggle-line:nth-of-type(3) {
      transform: translateY(-7px) rotate(-45deg); }
    .menu-overlay .overlay-toggle-btn .overlay-toggle-line {
      display: block;
      width: 30px;
      height: 2px;
      background: #fff;
      margin-bottom: 7px;
      transition: all .3s ease; }
  .menu-overlay ul {
    display: block;
    width: 100%;
    position: absolute;
    padding: 0;
    list-style-type: none;
    top: 125px; }
    .menu-overlay ul li {
      display: block;
      margin-bottom: 20px; }
      .menu-overlay ul li.active a, .menu-overlay ul li:hover a {
        color: #ff33a8; }
      .menu-overlay ul li a {
        display: block;
        text-decoration: none;
        text-align: center;
        font-size: 16px;
        line-height: 16px;
        font-weight: 700;
        color: #fff;
        text-transform: uppercase; }
  .menu-overlay .menu-overlay-social {
    display: block;
    position: absolute;
    width: 145px;
    height: 58px;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 0; }
    .menu-overlay .menu-overlay-social:before {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      top: 21px;
      left: -37px;
      background: #ff33a8; }
    .menu-overlay .menu-overlay-social:after {
      content: '';
      display: block;
      position: absolute;
      width: 30px;
      height: 2px;
      top: 21px;
      right: -37px;
      background: #ff33a8; }
    .menu-overlay .menu-overlay-social .menu-overlay-social-item {
      display: inline-block;
      vertical-align: top;
      width: 32px;
      height: 38px;
      margin: 0 8px; }
      .menu-overlay .menu-overlay-social .menu-overlay-social-item.vk {
        background: url(../img/overlay-icons.png) no-repeat 0 0; }
      .menu-overlay .menu-overlay-social .menu-overlay-social-item.fb {
        background: url(../img/overlay-icons.png) no-repeat -55px 0; }
      .menu-overlay .menu-overlay-social .menu-overlay-social-item.ig {
        background: url(../img/overlay-icons.png) no-repeat -107px 0; }

.slider-box {
  position: relative;
  min-height: 106px;
  margin-top: 160px;
  padding-top: 16px; }
  .slider-box .arrow-left {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    left: 10px;
    transform: translateY(-50%);
    background: rgba(227, 227, 227, 0.5) url(../img/arrow-left.png) no-repeat center center;
    cursor: pointer;
    z-index: 500;
    border-radius: 50%; }
    .slider-box .arrow-left:hover {
      background: rgba(224, 56, 150, 0.5) url(../img/arrow-left.png) no-repeat center center; }
  .slider-box .arrow-right {
    display: block;
    position: absolute;
    width: 32px;
    height: 32px;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    background: rgba(227, 227, 227, 0.5) url(../img/arrow-right.png) no-repeat center center;
    cursor: pointer;
    z-index: 500;
    border-radius: 50%; }
    .slider-box .arrow-right:hover {
      background: rgba(224, 56, 150, 0.5) url(../img/arrow-right.png) no-repeat center center; }
  .slider-box .slide {
    display: block;
    width: 154px;
    height: auto;
    margin: 0 4px; }
    .slider-box .slide img {
      display: block;
      width: 100%;
      height: auto; }

.our-services {
  width: 100%;
  background: #fff;
  margin-top: 160px;
  font-size: 0; }
  .our-services .our-services-header-box {
    height: 83px;
    position: relative;
    text-align: center; }
  .our-services .our-services-header {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: auto;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 32px;
    padding-top: 26px; }
    .our-services .our-services-header:before {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 3px;
      top: 41px;
      left: -32px;
      background: #f6c22b; }
    .our-services .our-services-header:after {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 3px;
      top: 41px;
      right: -32px;
      background: #f6c22b; }
  .our-services .our-services-left-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-right: 3%;
    height: auto;
    margin-bottom: 15px; }
    .our-services .our-services-left-item img {
      display: block;
      width: 100%;
      height: auto; }
  .our-services .our-services-right-item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 47%;
    margin-left: 3%;
    height: auto;
    margin-bottom: 15px; }
    .our-services .our-services-right-item img {
      display: block;
      width: 100%;
      height: auto; }
  .our-services .our-services-item {
    position: relative;
    width: 100%;
    margin-bottom: 15px; }
    .our-services .our-services-item img {
      display: block;
      width: 100%;
      height: auto; }
  .our-services .our-services-item-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    color: #fff; }
    .our-services .our-services-item-title span {
      text-transform: none; }
    .our-services .our-services-item-title p {
      margin: 0; }

.go-to-services {
  display: block;
  height: 56px;
  background: #f3f3f3 url(../img/back-arrow.png) no-repeat 35px center;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #323232;
  margin-top: 160px;
  padding-top: 18px; }

.go-back {
  display: block;
  position: fixed;
  top: 160px;
  width: 100%;
  height: 56px;
  background: #f3f3f3;
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #323232;
  z-index: 200;
  padding-top: 18px; }

.contacts {
  background: #fff; }
  .contacts .contacts-header-box {
    height: 83px;
    text-align: center; }
  .contacts .contacts-header {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 83px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    font-size: 32px;
    line-height: 32px;
    padding-top: 26px; }
    .contacts .contacts-header:before {
      content: '';
      display: block;
      position: absolute;
      width: 50px;
      height: 3px;
      top: 41px;
      left: -60px;
      background: #f6c22b; }
    .contacts .contacts-header:after {
      content: '';
      display: block;
      position: absolute;
      width: 50px;
      height: 3px;
      top: 41px;
      right: -60px;
      background: #f6c22b; }
  .contacts .contacts-city-change-box {
    display: none;
    font-size: 0; }
    .contacts .contacts-city-change-box .city-item {
      display: inline-block;
      vertical-align: top;
      width: 50%;
      height: 68px;
      font-size: 22px;
      color: #fff;
      font-weight: 600;
      text-transform: uppercase;
      text-decoration: none;
      text-align: center;
      background: #f6c22b;
      padding-top: 18px; }
      .contacts .contacts-city-change-box .city-item.active {
        background: #272727; }
  .contacts .contacts-content {
    padding: 10px 40px 20px 40px; }
    .contacts .contacts-content p {
      font-size: 20;
      font-weight: 300;
      color: #323232;
      margin: 0; }
    .contacts .contacts-content a {
      color: #000 !important;
    }
      .contacts .contacts-content p a {
        text-decoration: none;
        font-weight: 600;
        font-size: 20px;
        color: #ff33a8; }
    }

.akcii {
  background: #fff; }
  .akcii .akcii-header-box {
    height: 83px;
    text-align: center; }
  .akcii .akcii-header {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 83px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 20px;
    padding-top: 26px; }
  .akcii .akcii-content {
    padding: 0 10px; }
  .akcii .akcii-item {
    font-size: 0;
    padding-bottom: 25px;
    border-bottom: 1px solid #dfdfdf;
    margin-bottom: 30px; }
    .akcii .akcii-item:last-of-type {
      border-bottom: none;
      margin-bottom: 0; }
    .akcii .akcii-item .separator {
      width: 100%;
      height: 1px;
      background: #dfdfdf; }
    .akcii .akcii-item .akcii-thumb {
      display: inline-block;
      vertical-align: top;
      width: 25%; }
      .akcii .akcii-item .akcii-thumb img {
        display: block;
        width: 60px;
        height: auto; }
    .akcii .akcii-item .akcii-introduction {
      display: inline-block;
      vertical-align: top;
      width: 75%; }
      .akcii .akcii-item .akcii-introduction .akcii-date {
        font-size: 16px;
        line-height: 16px;
        color: #ff33a8; }
      .akcii .akcii-item .akcii-introduction .akcii-introduction-content {
        font-size: 14px;
        line-height: 22px;
        color: #323232;
        margin-top: 10px; }
  .akcii .akcii-load-more-box {
    display: block;
    width: 150px;
    margin: 30px auto 0;
    padding-bottom: 25px;
    text-decoration: none;
    text-align: center; }
    .akcii .akcii-load-more-box .load-circle {
      display: block;
      width: 71px;
      height: 71px;
      border-radius: 50%;
      background: #ffd456 url(../img/plus.png) no-repeat center center;
      margin-bottom: 15px;
      margin-left: 40px; }
    .akcii .akcii-load-more-box span {
      font-size: 16px;
      line-height: 16px;
      color: #323232;
      text-transform: uppercase; }
.service-main {
/*  margin-top: 0;*/
  position: relative;
}

.service {
  background: #fff;
  margin-top: 216px;
  padding-bottom: 20px; }
  .service .service-header-box {
    height: auto;
    margin-bottom: 20px;
    text-align: center; }
  .service .service-header {
    position: relative;
    display: inline-block;
    vertical-align: top;
    min-height: 50px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 22px;
    padding-top: 15px; }
    .service .service-header span {
      text-transform: none; }
  .service .service-content {
    padding: 0 10px; }
    .service .service-content p {
      font-size: 14px;
      line-height: 22px;
      color: #323232;
      font-weight: 300;
      margin: 0 0 5px; }
      .service .service-content p span {
        font-weight: 600; }
      .service .service-content p a {
        font-weight: 600;
        text-decoration: none;
        color: #ffd456; }
    .service .service-content h3 {
      margin: 0 0 5px;
      font-size: 20px;
      font-weight: 600;
      color: #ffd456;
      text-transform: uppercase; }
      .service .service-content h3 span {
        text-transform: none; }
    .service .service-content img {
      display: block;
      width: 100%;
      height: auto;
      margin-bottom: 5px; }
    .service .service-content .service-images-block {
      font-size: 0;
      margin-bottom: 10px; }
      .service .service-content .service-images-block .service-image-item {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        height: auto; }
        .service .service-content .service-images-block .service-image-item img {
          display: block;
          width: 100%;
          height: auto; }
        .service .service-content .service-images-block .service-image-item:nth-of-type(2n) {
          margin-left: 2%; }
    .service .service-content .video-block {
      width: 100%;
      height: auto;
      border: 3px solid #ffd456;
      margin-bottom: 10px; }

.gallery {
  background: #fff;
  padding-bottom: 20px; }
  .gallery .gallery-header-box {
    height: 83px;
    text-align: center; }
  .gallery .gallery-header {
    position: relative;
    display: inline-block;
    vertical-align: top;
    height: 83px;
    font-family: 'Open Sans';
    font-weight: 700;
    color: #323232;
    text-transform: uppercase;
    font-size: 20px;
    line-height: 32px;
    padding-top: 26px; }
    .gallery .gallery-header:before {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 3px;
      top: 41px;
      left: -50px;
      background: #f6c22b; }
    .gallery .gallery-header:after {
      content: '';
      display: block;
      position: absolute;
      width: 20px;
      height: 3px;
      top: 41px;
      right: -50px;
      background: #f6c22b; }

.dropdown-list {
  list-style-type: none;
  padding: 0;
  width: 100%; }
  .dropdown-list li {
    display: block;
    margin-bottom: 7px; }
    .dropdown-list li .dropdown-link {
      position: relative;
      display: block;
      text-align: left;
      height: 68px;
      background: #6F6F6F;
      color: #fff;
      font-size: 14px;
      font-weight: 600;
      padding: 18px 75px 0 11px;
      text-transform: uppercase;
      text-decoration: none;
      cursor: pointer; }
      .dropdown-list li .dropdown-link:after {
        content: '';
        display: block;
        position: absolute;
        width: 26px;
        height: 14px;
        background: url(../img/arrow-down.png) no-repeat center center;
        background-size: cover;
        top: 27px;
        right: 40px; }
      .dropdown-list li .dropdown-link.active {
        background: #f6c22b; }
        .dropdown-list li .dropdown-link.active:after {
          background: url(../img/arrow-top.png) no-repeat center center; }
    .dropdown-list li .dropdown-content {
      display: none;
      font-size: 0;
      padding: 20px 40px;
      max-height: px;
      overflow-y: auto !important; }
      .dropdown-list li .dropdown-content .gallery-item {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        height: auto;
        margin-bottom: 13px; }
        .dropdown-list li .dropdown-content .gallery-item:nth-of-type(2n) {
          margin-left: 2%; }
        .dropdown-list li .dropdown-content .gallery-item img {
          display: block;
          width: 100%;
          height: auto; }
      .dropdown-list li .dropdown-content .video-item {
        border-bottom: 1px solid #dfdfdf;
        margin-bottom: 15px; }
        .dropdown-list li .dropdown-content .video-item .video-block {
          width: 100%;
          height: auto;
          border: 3px solid #f6c22b; }
        .dropdown-list li .dropdown-content .video-item .video-description {
          font-size: 20px;
          font-weight: 600;
          color: #323232;
          padding: 10px 0; }

footer {
  height: 91px; }
  footer .payment-variants-block {
    min-height: 70px;
    text-align: center;
    padding-top: 11px;
    background: #f3f3f3;
    font-size: 7px;
    line-height: 16px;
    color: #323232;
    text-transform: uppercase; }
  footer .payment-variants-block .visa {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
    margin: 10px 5px;
    background: url(../img/visa.png);
  }
  footer .payment-variants-block .visa-electron {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
    margin: 10px 5px;
    background: url(../img/visa-electron.png);
  }
  footer .payment-variants-block .master-card {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
    margin: 10px 5px;
    background: url(../img/master_card.png);
  }
  footer .payment-variants-block .mastercard2 {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
    margin: 10px 5px;
    background: url(../img/master-card2.png);
  }
  footer .payment-variants-block .american-express {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
    margin: 10px 5px;
    background: url(../img/american-express.png);
  }
  footer .payment-variants-block .diners-club {
    display: inline-block;
    vertical-align: top;
    width: 30px;
    height: 20px;
    margin: 10px 5px;
    background: url(../img/diners-club.png);
  }
  footer .footer-bottom {
    position: relative;
    height: 53px;
    background: #131313; }
    footer .footer-bottom .full-version-link {
      display: inline-block;
      vertical-align: top;
      text-decoration: none;
      margin-left: 10px;
      font-size: 9px;
      line-height: 20px;
      font-weight: 600;
      color: #ff33a8;
      text-transform: uppercase;
      margin-top: 10px; }
    footer .footer-bottom .footer-social-block {
      position: absolute;
      display: block;
      top: 15px;
      right: 0; }
      footer .footer-bottom .footer-social-block .footer-social-item {
        display: inline-block;
        vertical-align: top;
        width: 20px;
        height: 23px;
        margin-right: 9px; }
        footer .footer-bottom .footer-social-block .footer-social-item.vk {
          background: url(../img/social-icons-bottom.png) no-repeat 0 0; }
        footer .footer-bottom .footer-social-block .footer-social-item.fb {
          background: url(../img/social-icons-bottom.png) no-repeat -28px 0; }
        footer .footer-bottom .footer-social-block .footer-social-item.ig {
          background: url(../img/social-icons-bottom.png) no-repeat -56px 0; }

/*# sourceMappingURL=style.css.map */

#page-text {
  width: 100%;
  color: #000 !important;
  padding: 0 20px;
}

#page-text h3 strong span {
  color: #000 !important;
}

#page-text p span {
  color: #000 !important;
}

.page-header {
  text-align: center;
  font-weight: 700;
  margin-top: 20px;
}

.overlay {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	background: rgba(0,0,0,.9);
	z-index: 1000;
}

.callback-form {
	display: none;
	position: absolute;
	width: 280px;
	background: #fff;
	top: -100px;
	left: 50%;
	transform: translateX(-50%);
	z-index: 1100;
	padding: 30px 25px;
	text-align: center;
}

.callback-form .callback-form-header {
	font-size: 20px;
	color: #000;
	font-weight: 600;
	text-transform: uppercase;
	margin-bottom: 15px;
}

.callback-form .callback-form-description {
	font-size: 14px;
	line-height: 20px;
	color: #000;
	margin-bottom: 25px;
}

.callback-form .callback-form-input {
	display: block;
	width: 100%;
	height: 50px;
	background: #fff;
	border: 2px solid #d7d7d7;
	color: #000;
	font-size: 14px;
	padding: 0 10px;
	outline: none;
	margin-bottom: 13px;
}

.callback-form .callback-form-submit {
	display: block;
	width: 100%;
	height: 50px;
	border: none;
	outline: none;
	background: #f6c22b;
	color: #fff;
	text-transform: uppercase;
	font-size: 14px;
}

.callback-form .callback-form-close {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	background: url(../img/form-close.png) no-repeat center center;
	background-size: cover;
	top: -15px;
	right: -15px;
	cursor: pointer;
}

.photo-popup {
  display: none;
  position: absolute;
  width: 90%;
  background: #fff;
  top: -100px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1100;
  padding: 5px;
  text-align: center;
}

.photo-popup img {
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}

.photo-popup .photo-popup-close {
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/form-close.png) no-repeat center center;
  background-size: cover;
  top: -15px;
  right: -15px;
  cursor: pointer;
}

.photo-info-block {
  font-size: 0;
  text-align: left;
}

.photo-comments {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  background: url(../img/comments-icon.png) no-repeat left center;
  padding-left: 45px;
  font-size: 18px;
  color: #ffd456;
  margin-right: 43px;
}

.photo-likes {
  display: inline-block;
  vertical-align: top;
  height: 28px;
  background: url(../img/likes-icon.png) no-repeat left center;
  padding-left: 45px;
  font-size: 18px;
  color: #ffd456;
}

.photo-description {
  font-size: 16px;
  line-height: 19px;
  color: #393839;
  margin: 10px 0;
}

.to-main-link {
  display: block;
  position: absolute;
  width: 140px;
  height: 70px;
  top: 40px;
  left: 50%;
  margin-left: -70px;
}

.page-header-box {
  margin-top: 160px;
}
#fancybox-wrap{
  left: 50%!important;
  transform: translateX(-50%)!important;
}
.ser_phones{
    display: block;
    text-align: center;
    color: black;
    font-size: 18px;
    margin-top: 20px;
    margin-bottom: -15px;
}
.ser_phones a{
  display: block;
  text-decoration: none;
  color: #f6c22b;
}