/* Базовые элементы */

html {
  height: 100%;
  min-height: 100%;
  font-size: 18px;
  font-weight: 300;
}

body {
  margin: 0;
  padding: 0;
  height: 100%;
  min-height: 100%;
  text-align: center;
  font-family: "Cera Pro", "Roboto", "Sans Serif";
  color: #000;
  -webkit-text-size-adjust: 100%;
}
form {
  padding: 0;
  margin: 0;
}
p {
  margin: 0;
  padding: 0 0 10px;
}
a {
  text-decoration: none;
  color: #e54016;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
a:hover {
  color: #bc2c07;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
img,
a img {
  border: 0px;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  padding: 0;
  margin: 0;
  font-weight: normal;
}

input[type="text"],
textarea {
  padding: 1rem;
  border: 0px;
  border-radius: 0.2rem;
}
input[type="text"]::placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="text"]::-moz-placeholder,
textarea::-webkit-input-placeholder,
textarea::-moz-placeholder {
  color: #999;
}

input[type="text"].errorinput,
textarea.errorinput {
  border: solid 1px red !important;
}
input[type="text"].errorinput::placeholder {
  font-weight: 300 !important;
  font-size: 12px !important;
  color: red !important;
}
input[type="text"].errorinput::-webkit-input-placeholder {
  font-weight: 300 !important;
  font-size: 12px !important;
  color: red !important;
}
input[type="text"].errorinput::-moz-placeholder {
  font-weight: 300 !important;
  font-size: 12px !important;
  color: red !important;
}

textarea.errorinput::placeholder {
  font-weight: 300 !important;
  font-size: 12px !important;
  color: red !important;
}
textarea.errorinput::-webkit-input-placeholder {
  font-weight: 300 !important;
  font-size: 12px !important;
  color: red !important;
}
textarea.errorinput::-moz-placeholder {
  font-weight: 300 !important;
  font-size: 12px !important;
  color: red !important;
}

/* Сетка */
.flex-container {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}
.flex-container-top {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: stretch;
}
.flex-container-end {
  position: relative;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: flex-end;
}
.flex-1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.flex-1x2 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}
.flex-1x3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33333%;
  flex: 0 0 33.3%;
  max-width: 33.3%;
}
.flex-2x3 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 66.66666%;
  flex: 0 0 66.6%;
  max-width: 66.6%;
}
.flex-1x4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}
.flex-3x4 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}
.flex-1x5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 20%;
  flex: 0 0 20%;
  max-width: 20%;
}
.flex-2x5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  max-width: 40%;
}
.flex-3x5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 60%;
  flex: 0 0 60%;
  max-width: 60%;
}
.flex-4x5 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 80%;
  flex: 0 0 80%;
  max-width: 80%;
}
.flex-1x6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16.66666%;
  flex: 0 0 16.6%;
  max-width: 16.6%;
}
.flex-5x6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 83.33333%;
  flex: 0 0 83.3%;
  max-width: 83.3%;
}
.flex-1x8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 12.5%;
  flex: 0 0 12.5%;
  max-width: 12.5%;
}
.flex-3x8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 37.5%;
  flex: 0 0 37.5%;
  max-width: 37.5%;
}
.flex-5x8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.flex-7x8 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 62.5%;
  flex: 0 0 62.5%;
  max-width: 62.5%;
}
.flex-1x12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 8.33333%;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.flex-5x12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.66666%;
  flex: 0 0 41.66666%;
  max-width: 41.66666%;
}
.flex-7x12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.33333%;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.flex-11x12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 91.666666%;
  flex: 0 0 91.666666%;
  max-width: 91.666666%;
}

.flex-1x10 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10%;
  flex: 0 0 10%;
  max-width: 10%;
}

/*  Секции  */

.wrapper {
  position: relative;
  width: 100%;
  clear: both;
  padding: 0;
  margin: 0;
  text-align: center;
}
.wrap {
  position: relative;
  display: block;
  max-width: 1200px;
  padding: 0px 30px;
  margin: auto;
  transition: 0.5s all cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Шапка */
.wrtop {
  position: relative;
  background-color: #f5f7f8;
}
.wrtop .wrap {
  height: 10rem;
  /* background-color: #f0f0f0;  */
}

.logo {
  position: absolute;
  display: inline-block;
  width: 28%;
  top: 1.25rem;
  left: 1rem;
}

.logo a {
  display: block;
  width: 100%;
  padding-bottom: 8%;
  background: url(../graph/bioservice.png) left top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -999px;
}

.top-order {
  position: absolute;
  right: 1rem;
  bottom: 1.5rem;
}

.top-order a.phone-link {
  display: none;
}

.top-contacts {
  position: absolute;
  top: 1.25rem;
  right: 1rem;
  text-align: right;
}

.top-contacts span {
  position: relative;
  display: block;
  font-size: 0.84rem;
  color: rgba(0, 0, 0, 0.6);
}

.top-contacts a {
  position: relative;
  display: inline-block;
  padding-right: 4rem;
  font-size: 1.5rem;
  font-weight: 500;
  color: #000;
}

.top-contacts a:before {
  content: "";
  position: absolute;
  top: calc(50% - 0.45rem);
  left: -1.3rem;
  width: 1em;
  height: 1rem;
  background: url(../graph/phone-icon.png) left center no-repeat;
  background-size: auto 100%;
}

.top-contacts a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 3.5rem;
  height: 2rem;
  background: url(../graph/mess-icon.png) left center no-repeat;
  background-size: 100% auto;
}

.main-menu {
  position: absolute;
  display: inline-block;
  top: 2.7rem;
  right: 30%;
  text-align: right;
}

.main-menu ul {
  position: relative;
  padding: 0;
  margin: 0;
}

.main-menu ul li {
  position: relative;
  padding: 0;
  margin: 0;
  list-style: none;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: text-top;
  zoom: 1;
  *display: inline;
}

.main-menu ul li a {
  position: relative;
  display: inline-block;
  padding: 0 0.75rem;
  line-height: 1rem;
  font-size: 0.91rem;
  color: #000;
}

.main-menu ul li a:hover {
  color: #bc2c07;
}

.main-menu ul li a:after {
  content: "";
  position: absolute;
  display: inline-block;
  top: 0.1rem;
  right: 0;
  width: 1px;
  height: 1rem;
  background-color: rgba(0, 0, 0, 0.3);
}

.main-menu ul li:last-child a:after {
  display: none;
}

.service-menu {
  position: absolute;
  left: 1rem;
  bottom: 1.5rem;
  background-color: #fff;
  border-radius: 0.4rem;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.05);
}

.service-menu ul {
  position: relative;
  padding: 0;
  margin: 0 1rem;
}
.service-menu ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
}

.service-menu ul li a {
  display: inline-block;
  cursor: pointer;
  padding: 1rem 1.9rem;
  padding-right: 2.5rem;
  font-size: 1rem;
  font-weight: 500;
  color: #000;
}

.service-menu ul li a:hover {
  color: #bc2c07;
}

.service-menu ul li a.is-parent:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #000 transparent transparent transparent;
  right: 1.25rem;
  top: 50%;
  transform: translateY(-50%);
}

.service-menu ul li a.is-parent:hover:after {
  border-color: #bc2c07 transparent transparent transparent;
}

.service-menu ul li ul {
  display: none;
  position: absolute;
  left: 0.5rem;
  top: 100%;
  width: 92%;
  padding: 0.75rem 0;
  margin: 0 1rem;
  background-color: #fff;
  box-shadow: 0 3px 5px 2px rgba(0, 0, 0, 0.05);
  text-align: left;
  z-index: 200;
}

.service-menu ul li:hover ul {
  display: inline-block;
}

.service-menu ul li ul li {
  padding: 0 2rem;
}

.service-menu ul li ul li a {
  position: relative;
  display: block;
  padding: 0.5rem 0;
  padding-left: 0.81rem;
  font-size: 0.91rem;
}

.service-menu ul li ul li a:before {
  content: "\f054";
  position: absolute;
  left: 0;
  top: 0.85rem;
  font-family: "FontAwesome";
  font-size: 0.5rem;
  color: #666;
}

.service-menu ul li ul li a:hover:before {
  color: #bc2c07;
}

/* Слайдер на главной */
.slider-feedback {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  justify-content: center;
  align-items: center;
}

.slider-feedback .slider-feedback-form {
  position: relative;
  padding: 3rem 2rem;
  width: 37rem;
  margin-right: 20%;
  text-align: left;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 0.5rem;
  z-index: 50;
}

.slider-feedback .slider-feedback-form h1 {
  padding-bottom: 2rem;
  font-size: 3.8rem;
  font-weight: 500;
  line-height: 1;
}
.slider-feedback .slider-feedback-form h1 span {
  display: block;
}

.slider-feedback-form input[type="text"] {
  width: calc(90% - 2rem);
  margin-bottom: 0.7rem;
}

.slider-feedback-form a.order-button {
  width: calc(90% - 4.6rem);
}


.slider-feedback-form a.order-button.mob-link {
  display:none;
}


.slider-feedback-form .feedback-info {
  padding: 0 0.5rem;
  font-size: 0.8rem;
  font-weight: 300;
}

.slider-feedback-form .feedback-info span {
  display: block;
  font-size: 1.1rem;
  font-weight: 400;
}

/*
.slider-feedback-form a.order-button span:last-child,
.feedback-line-form a.order-button span:last-child {
  display: none;
}
*/

/* Преимущества */

.wr-advantages {
  padding: 1.5rem 0;
}

.advantages-list {
  position: relative;
  padding: 0 1rem;
}

.advantages-list ul {
  position: relative;
  padding: 0;
  margin: 0 1rem;
}
.advantages-list ul li {
  position: relative;
  display: inline-block;
  padding: 0;
  margin: 0;
  list-style: none;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.1;
}

.advantages-list ul li h4 {
  font-size: 2.5rem;
  font-weight: 600;
  line-height: 1.5;
  /* color: rgba(255, 32, 0, 0.6); */
  color: rgba(117, 196, 66, 1);
}

.advantages-list ul li:hover h4 {
  color: rgba(117, 196, 66, 1);
}

.advantages-list ul li h4 sup {
  font-size: 1.2rem;
}

.advantages-list ul li p {
  padding: 0 10%;
}

/* Список автомобилей */

.wr-cars {
  padding: 2.5rem 0;
  background-color: #f0f2f3;
}

.wr-cars h1,
.wr-cars h2 {
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 500;
  text-align: left;
}

.car-item {
  position: relative;
  padding: 0 2.5%;
}

.car-item-data {
  position: relative;
  padding-bottom: 1.5rem;
  text-align: left;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}

.car-item-data .car-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 75%;
  overflow: hidden;
}

.car-item-data .car-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.car-item-data .car-data {
  padding: 0 8%;
}

.car-item-data .car-data h5 {
  padding: 0.8rem 0;
  font-size: 1.5rem;
  font-weight: 600;
}

.car-item-data .car-data div {
  padding: 0.1rem 0;
  font-size: 0.91rem;
  font-weight: 400;
}

.car-item-data .car-order {
  margin-top: 1rem;
  padding: 0 8%;
}

.car-item-data .car-order .order-button {
  padding: 0.7rem 1.5rem;
  font-size: 1rem;
}

.car-item-data .car-order .order-button.mob-link {  display:none;
}

.wr-cars .owl-nav {
  position: absolute;
  top: -3.8rem;
  right: 0;
  width: 30%;
  text-align: right;
}

.wr-cars .owl-nav div {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.75rem;
  text-align: center;
  background-color: #fff;
  border-radius: 0.1rem;
  box-shadow: 0 1px 5px 2px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.wr-cars .owl-nav div.owl-prev:after {
  content: "\f0d9";
  position: absolute;
  top: 20%;
  left: 37%;
  font-family: "FontAwesome";
  font-size: 1.3rem;
  color: #999;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.wr-cars .owl-nav div.owl-next:after {
  content: "\f0da";
  position: absolute;
  top: 20%;
  right: 37%;
  font-family: "FontAwesome";
  font-size: 1.3rem;
  color: #999;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

.wr-cars .owl-nav div.owl-prev:hover:after,
.wr-cars .owl-nav div.owl-next:hover:after {
  color: #000;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}

/* Обрятная связь */
.wr-feedback {
  height: 130px;
  padding: 3rem 0;
  overflow: hidden;
}

.wr-feedback .wr-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../graph/feedback.jpg) top left no-repeat;
  background-size: cover;
}

.wr-feedback .wrap {
  color: #fff;
}

.wr-feedback .wr-bg:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.75);
}

.feedback-text {
  margin-left: 1rem;
  text-align: left;
}

.feedback-text h6 {
  padding-bottom: 1rem;
  font-size: 2.2rem;
  font-weight: 500;
}

.feedback-text p {
  padding-right: 18%;
  font-weight: 300;
}

.feedback-line-form .feedback-cell {
  padding: 0.5rem 0;
}

.feedback-line-form a.order-button {
  font-size: 0.9rem;
}


.feedback-line-form a.order-button.mob-link {	display:none;
}

.feedback-line-form input {
  width: calc(93% - 2rem);
}

.feedback-line-form .feedback-info {
  padding: 0 4%;
  font-size: 0.65rem;
  text-align: left;
}

.feedback-line-form .feedback-info span {
  display: block;
  font-size: 1rem;
}

/* Услуги на главной  */

.wr-services {
  position: relative;
  background-color: #f5f7f8;
  padding: 2rem 0;
}

.wr-services h2 {
  position: relative;
  padding-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 500;
  text-align: left;
}

.service-list {
  position: relative;
}

.service-item {
  position: relative;
  margin: 0.75rem 2.5%;
  padding-bottom: 1.5rem;
  text-align: left;
  background-color: #fff;
  border-radius: 0.5rem;
  overflow: hidden;
}

.service-item .service-img {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 55%;
  overflow: hidden;
}

.service-item .service-img img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.service-item .service-data {
  padding: 0 1rem;
  margin-top: 0.5rem;
  font-size: 0.9rem;
  font-weight: 400;
}

.service-item .service-data h3 {
  padding: 0.5rem 0;
  font-size: 1.2rem;
  font-weight: 500;
}

/* Внутренние страницы */
.wrpagetitle {
  padding: 1rem 0;
  text-align: left;
  background-color: #ddd;
}

.wrpagetitle h1 {
  position: relative;
  display: inline-block;
  width: 75%;
  line-height: 1;
  font-size: 2.5rem;
  font-weight: 500;
}

.wrpagetitle .krohi {
  position: absolute;
  right: 1.5rem;
  bottom: 0.2rem;
  font-size: 0.7rem;
  color: #666;
  z-index: 5;
}

.wrpagetitle .krohi a {
  color: #666;
}

.wrpagedata {
  padding: 1.5rem 0;
  text-align: left;
  background-color: #fff;
}

.wrpagedata h2,
.wrpagedata h3 {
  padding: 0.8rem 0;
  line-height: 1.1;
}

/* Галерея страницы */
.page-gallery {
  position: relative;
}

.page-gallery .gallery-item {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.page-gallery .gallery-item img {
  width: 100%;
}

/* Подвал */
.wr-end {
  position: relative;
  height: 480px;
}

.wr-end .map {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.end-contacts {
  position: absolute;
  top: 0;
  left: 2rem;
  height: 480px;
  width: 30rem;
  background-color: rgba(255, 255, 255, 0.9);
}

.end-contacts .end-contacts-data {
  position: relative;
  margin: 2rem 15%;
  margin-top: 3rem;
  text-align: left;
}

.end-logo {
  position: relative;
  display: inline-block;
  width: 100%;
  /* margin-bottom: 1.2rem; */
}

.end-logo a {
  display: block;
  width: 100%;
  padding-bottom: 15%;
  background: url(../graph/bioservice.png) left top no-repeat;
  background-size: 100% auto;
  overflow: hidden;
  text-indent: -999px;
}

.end-info {
  margin-bottom: 1.2rem;
  font-size: 0.8rem;
  text-align: justify;
}

.end-address-photes {
  font-weight: 400;
}

.end-address-photes div {
  padding-bottom: 1rem;
}

.end-address-photes div span {
  display: block;
  color: #259943;
}

.end-address-photes div a {
  position: relative;
  display: block;
  padding-left: 1.1rem;
  font-size: 1.25rem;
  color: #000;
}

.end-address-photes div a:before {
  content: "";
  position: absolute;
  top: 0.5rem;
  left: 0;
  width: 0.8rem;
  height: 0.8rem;
  background: url(../graph/phone-icon.png) left center no-repeat;
  background-size: auto 100%;
}

.end-cpr {
  font-size: 0.65rem;
  font-weight: 300;
}

.end-cpr a {
  display: block;
  color: #666;
}

.social {
  position: absolute;
  bottom: 0;
  right: 0;
  text-align: right;
}

.social a {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  margin-left: 0.5rem;
}

.social a.vk-icon {
  background: url(../graph/vk-icon.png) center center no-repeat;
  background-size: contain;
}

.social a.fb-icon {
  background: url(../graph/fb-icon.png) center center no-repeat;
  background-size: contain;
}

.social a.yt-icon {
  background: url(../graph/yt-icon.png) center center no-repeat;
  background-size: contain;
}

.social a.ig-icon {
  background: url(../graph/ig-icon.png) center center no-repeat;
  background-size: contain;
}

/* Кнопки */
a.order-button {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 0.9rem 2.3rem;
  font-size: 1.12rem;
  font-weight: 400;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #e54016;
  border-radius: 0.2rem;
}

a.order-button:hover {
  background-color: #ee0000;
}

/* Окна mafnific */
.white-popup-block {
  padding: 35px 30px;
  max-width: 300px;
  margin: 30px auto;
  border-radius: 0.3rem;
}
.white-popup-block h6 {
  padding: 0px;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 22px;
}
.white-popup-block .orderformtext {
  padding-bottom: 15px;
  font-size: 12px;
  color: #666;
  text-align: center;
}
.white-popup-block .popup-formdata {
  position: relative;
}
.white-popup-block .popup-formdata p {
  width: 100%;
  margin-bottom: 10px;
  padding-bottom: 0px;
}
.white-popup-block .popup-formdata p.center {
  text-align: center;
}
.white-popup-block .popup-formdata p span {
  display: block;
  padding-bottom: 2px;
  font-size: 16px;
  font-weight: 300;
  color: #666;
}
.white-popup-block .popup-formdata p input[type="text"] {
  display: block;
  width: 90%;
  padding: 10px 5%;
  font-weight: 300;
  font-size: 18px;
  border-radius: 0.2rem;
  border: solid 1px #ddd;
}
.white-popup-block .popup-formdata p label {
  display: block;
  padding: 0.25rem 0;
  font-family: "Roboto";
  font-size: 0.52rem;
  font-weight: 400;
  color: #666;
  text-align: center;
}

/*
.white-popup-block .popup-formdata p a {
  display: inline-block;
  cursor: pointer;
  margin-top: 10px;
  padding: 17px 34px;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  background-color: #ff7d00;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -o-border-radius: 15px;
  border-radius: 15px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.white-popup-block .popup-formdata p a:hover {
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
*/

.white-popup-block .order-button {
  width: calc(100% - 4.6rem);
  font-size: 1rem;
}

.popup-result {
  margin: auto;
  padding: 15px 0px;
  font-size: 14px;
  text-align: center;
}
.popup-result h2 {
  margin-bottom: 20px;
  color: #e54016;
  font-size: 25px;
  font-weight: 500;
}
.orderform .popup-result {
  color: #fff;
}
.callback .popup-result {
  padding-left: 5%;
  padding-right: 5%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 0.2rem;
}

/* Виджет мессенджеров */
.messagers {
  position: fixed;
  bottom: 2%;
  right: 2%;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 9px;
  box-shadow: 0px 5px 25px rgb(0 0 0 / 15%);
  z-index: 1000;
}

.messagers span {
  display: inline-block;
  padding: 10px 15px;
  margin: 0px;
}

.messagers span a {
  display: block;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin: 7px 0;
  border-radius: 50%;
  overflow: hidden;
}

.messagers span a:hover {
  background-color: #ddd !important;
}

.messagers span a.w-phone {
  background: url(../graph/w-phone.svg) center center no-repeat;
  background-size: 75% auto;
}

.messagers span a.w-viber {
  background: url(../graph/w-viber.svg) center center no-repeat;
  background-size: 75% auto;
}

.messagers span a.w-whatsapp {
  background: url(../graph/w-whatsapp.svg) center center no-repeat;
  background-size: 75% auto;
}

.messagers span a.w-telegram {
  background: url(../graph/w-telegram.svg) center center no-repeat;
  background-size: 75% auto;
}




/* Прозрачные элементы */
.bl-op-65 {
  background: rgba(0, 0, 0, 0.65);
}
.yl-op-80 {
  background: rgba(255, 207, 18, 0.8);
}

/* Прочее */
.clear-line {
  clear: both;
}
.hidden,
.zeropixel {
  display: none !important;
}
.fixed {
  position: fixed !important;
}
