@charset "UTF-8";
/* ------ Specification ------ */
@font-face {
  font-family: "a_StamperRg&Bt";
  src: url("../fonts/AStamperRgBt.eot");
  src: url("../fonts/AStamperRgBt.eot?#iefix") format("embedded-opentype"), url("../fonts/AStamperRgBt.woff2") format("woff2"), url("../fonts/AStamperRgBt.woff") format("woff"), url("../fonts/AStamperRgBt.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
input[name="mail"],
input[name="www"],
input[name="addres"]{
display:none;
}
body {
  font-family: "Comfortaa", sans-serif;
  color: #04101B;
  font-weight: 500;
  letter-spacing: 0.02em;
  margin: 0;
  background: url(../img/cerber.png) center center no-repeat;
  background-size: 100%;
  background-attachment: fixed;
}
.swal2-title {
  font-family: "Tahoma", sans-serif;
}
.swal2-title:before, .swal2-title:after {
  display: none;
}
.container {
  max-width: 1170px;
  padding-left: 0;
  padding-right: 0;
}

div, p, form, input, a, span, button {
  box-sizing: border-box;
}

p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}

ul, li {
  display: block;
  padding: 0;
  margin: 0;
  outline: none;
}

*, * ::after, ::befor {
  box-sizing: inherit;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  padding: 0;
  margin: 0;
  text-transform: uppercase;
}

h1 {
  font-size: 50px;
  line-height: 50px;
  color: #D67C1B;
  font-family: "a_StamperRg&Bt", sans-serif;
}

.page_h1 h1{display:inline-block;
color: #04101B;}

h2,
.page_h1 h1 {
  font-size: 36px;
  line-height: 36px;
  font-family: "a_StamperRg&Bt", sans-serif;
  position: relative;
  padding: 25px;
  margin-bottom: 70px;
}
h2:before,
.page_h1 h1:before {
  content: "";
  top: 0;
  right: 0;
  position: absolute;
  border: solid #D67C1B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px 9px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
h2:after,
.page_h1 h1:after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  border: solid #D67C1B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px 9px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}

h3 {
  font-size: 22px;
  line-height: 36px;
}

h4 {
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
}

a, a:hover, a:active {
  text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
}

a, button, input {
  text-decoration: none;
  transition: all 0.3s ease;
}

img {
  max-width: 100%;
}

input, input:hover, input:focus, input:active,
button, button:hover, button:focus, button:active {
  outline: none;
}

section {
  padding: 120px 0;
}

.btn {
  font-size: 18px;
  color: #D67C1B;
  background: #271d12;
  display: block;
  max-width: 260px;
  width: 100%;
  height: 70px;
  line-height: 58px;
  text-align: center;
  position: relative;
  border-radius: 0;
}

.btn:before {
  content: "";
  top: -3px;
  right: 1px;
  position: absolute;
  border: solid #D67C1B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px 9px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.btn:after {
  content: "";
  bottom: -3px;
  left: 1px;
  position: absolute;
  border: solid #D67C1B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px 9px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.3s ease;
}

.btn:hover:before {
  transform: rotate(-90deg) translate(15px, 15px);
}

.btn:hover:after {
  transform: rotate(90deg) translate(15px, 15px);
}

.btn:hover {
  background: #04101B;
  color: #D67C1B;
}

.d-flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}

.align-items-center {
  align-items: center;
}

.justify-content-between {
  justify-content: space-between;
}

/* ------ Hero screen ------ */
.header {
  padding: 40px 0 218px;
  background: #04101B url(../img/fon.png) center center no-repeat;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.2);
}
.header__logo {
  width: 200px;
  height: 90px;
}
.header ul {
  max-width: 100%;
  width: 496px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
}
.header ul a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  color: #fff;
  position: relative;
  padding: 0 0 20px 20px;
}
.header ul a:hover {
  color: #D67C1B;
}
.header ul a:after {
  content: "";
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  border: solid #D67C1B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px 9px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.3s ease;
}
.header ul a:hover:after {
  opacity: 1;
}
.header__img {
  margin-right: 20px;
}
.header__phone {
  justify-content: flex-end;
}
.header__call {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
}
.header__call:hover {
  color: #D67C1B;
}
.header__offer {
  padding-top: 228px;
}
.header__title span {
  color: #fff;
}
.header__text {
  font-size: 22px;
  line-height: 36px;
  margin: 80px 0;
  color: #fff;
  text-align: start;
  letter-spacing: 0;
}

.header__text span br {
  display: none;
}

.services {
  background: #E5E5E5 url(../img/cerber.png) center center no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-blend-mode: multiply;
}
.services__title {
  max-width: 195px;
  margin-bottom: 30px;
}
.services__item {
  max-width: 270px;
  width: 100%;
  padding-top: 98px;
  padding-bottom: 6px;
  color: #fff;
  margin-top: 40px;
  /*background-blend-mode: soft-light;*/
  background-blend-mode: darken;
   
}
.services__item_object {
  background: #04101b80 url(../img/services/object.png) center center no-repeat;
  background-size: cover;
}
.services__item_fast {
  background: #04101b80 url(../img/services/fast.png) center center no-repeat;
  background-size: cover;
}
.services__item_activity {
  background: #04101b80 url(../img/services/activity.png) center center no-repeat;
  background-size: cover;
}
.services__item_system {
  background: #04101b80 url(../img/services/system.png) center center no-repeat;
  background-size: cover;
}
.services__item_group {
  background: #04101b80 url(../img/services/group.png) center center no-repeat;
  background-size: cover;
}
.services__item_button {
  background: #04101b80 url(../img/services/button.png) center center no-repeat;
  background-size: cover;
}
.services__item_cargo {
  background: #04101b80 url(../img/services/cargo.png) center center no-repeat;
  background-size: cover;
}
.services__item_control {
  background: #04101b80 url(../img/services/control.png) center center no-repeat;
  background-size: cover;
}
.services__item:hover {
  box-shadow: 10px 10px 10px rgba(0, 0, 0, 0.2);
}
.services__item:hover a {
  opacity: 1;
}
.services__heading {
  text-align: center;
  height: 171px;
}

.services__heading span{display:block;}

.services__btn {
  opacity: 0;
  max-width: 270px;
  width: 96%;
  background: #ffffff80;
  color: #fff;
  margin: 25px auto 0;
}









.services__btn-item {
  opacity: 1;
  max-width: 270px;
  width: 96%;
  background: #ffffff00;
  color: #ffffff;
  margin: 0 auto;
  font-weight: bold;
}
.services__btn-item:before {
  top: -4px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
  opacity: 0;
}
.services__btn-item:after {
  bottom: -4px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg);
  transition: all 0.3s ease;
  opacity: 0;
}
.services__btn-item:hover {
  background: #D67C1B;
  color: #fff;
}
.services__btn-item:hover:before {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
  opacity: 1;
}
.services__btn-item:hover:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg);
  opacity: 1;
}

.btn {
  line-height: 30px;
  
}

.fs-15 {
  font-size: 15px;
}

.lh-20 {
line-height: 20px;
}

/* Линковка */
.linkovka-item {
  max-width: 270px;
  width: 96%;
  height: 270px;
  margin-bottom: 10px;
  background: #04101b;
}

.linkovka-logo {
    display: block;
    margin: 0 auto;
    padding-top: 10px;
}

.linkovka-link {
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

.linkovka-link:hover {
    color: #fff;
}

.linkovka-text {
    padding: 0 10px;
    letter-spacing: 1;
    line-height: 1.4;
}

.linkovka-desc {
    background: #D67C1B;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 27px 11px 0 11px;
    height: 133px;
}









/* Линковка */



.services__btn:before {
  top: -4px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.services__btn:after {
  bottom: -4px;
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.services__btn:hover {
  background: #D67C1B;
  color: #fff;
}
.services__btn:hover:before {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
}
.services__btn:hover:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg);
}

.advantages__title {
  max-width: 370px;
}
.advantages__icon {
  margin: 0 auto;
  display: block;
}
.advantages__heading {
  text-align: center;
  margin: 25px 0 20px;
}
.advantages__text span {
  color: #D67C1B;
}
.advantages__logo {
  font-weight: 700;
  color: #000 !important;
}

.contacts {
  background: #04101B url(../img/cerber.png) center center no-repeat;
  background-size: 100%;
  background-attachment: fixed;
  background-blend-mode: multiply;
  color: #fff;
}
.contacts__title {
  max-width: 275px;
}
.contacts__item {
  margin-top: 25px;
  line-height: 24px;
}
.contacts__item_gps {
  margin-top: 0;
}
.contacts__item_gps:before {
  content: "";
  display: block;
  width: 34px;
  height: 25px;
  background: url(../img/contacts/gps.png) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.contacts__item_clock:before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../img/contacts/clock.png) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.contacts__item_phone:before {
  content: "";
  display: block;
  width: 13px;
  height: 26px;
  background: url(../img/contacts/phone.png) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.contacts__item_email:before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../img/contacts/email.png) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.contacts__heading_media:before {
  content: "";
  display: block;
  width: 20px;
  height: 21px;
  background: url(../img/contacts/internet.png) center center no-repeat;
  background-size: contain;
  margin-right: 20px;
}
.contacts__heading {font-size: 18px;
    line-height: 24px;
  margin-bottom: 15px;
}
.contacts__text {
  line-height: 24px;
}
.contacts__call, .contacts__email {
  display: block;
  color: #fff;
  font-size: 16px;
  line-height: 24px;
}
.contacts__call:hover, .contacts__email:hover {
  color: #D67C1B;
}
.contacts__social {
  max-width: 250px;
  *justify-content: space-between;
  margin-top: 25px;
}

.contacts__social li{margin-right:20px;}

.contacts__icon {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.contacts__icon:hover {
  fill: #D67C1B;
}
.contacts__form {
  color: #fff;
}
.contacts__name {
  margin-bottom: 20px;
  font-size: 16px;
  color: #fff;
}
.contacts__map-title {
  margin-bottom: 34px;
}

.form__input {
  max-width: 100%;
  width: 260px;
  height: 70px;
  line-height: 69px;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin-top: 15px;
  font-size: 18px;
  font-weight: 300;
}
.form__message {
  box-sizing: border-box;
  max-width: 100%;
  width: 260px;
  height: 157px;
  padding: 22px 0 0;
  text-align: center;
  background: transparent;
  border: 1px solid #fff;
  color: #fff;
  margin: 15px 0;
  font-size: 18px;
  font-weight: 300;
  resize: none;
}
.form__submit {
  border: none;
  background: #ffffff33;
  color: #fff;
}
.form__submit:before {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.form__submit:after {
  border: 2px solid #fff;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}
.form__submit:hover {
  background: #D67C1B;
  color: #000;
}
.form__submit:hover:before {
  border: 2px solid #D67C1B;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg) translate(4px, 4px);
}
.form__submit:hover:after {
  border: 2px solid #D67C1B;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg) translate(4px, 4px);
}

#map h4 {
  color: #04101B;
}

.footer {
  padding: 70px 0;
}
.footer__text {
  font-size: 12px;
  margin-top: 25px;
}
.footer__title {
  margin-bottom: 20px;
  display: block;
  font-size: 18px;
  color: #04101B;
  font-weight: 700;
}
.footer__title:hover {
  color: #D67C1B;
}
.footer__heading {
  font-weight: 700;
  margin-bottom: 20px;
}
.footer__item {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 7px 10px;
}
.footer__item li {
  line-height: 16px;
}
.footer__link {
  font-size: 14px;
  font-weight: 900;
  color: #04101B;
}

.footer__link br {
  display: none;
}
.footer__link:hover {
  color: #D67C1B;
}
.footer__object li a {
  color: #565656;
}
.footer__img {
  margin-right: 20px;
}
.footer__call {
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #04101B;
}
.footer__call:hover {
  color: #D67C1B;
}

/* ------ Services ------ */
.header__common {
  padding: 40px 0 !important;
}

.cerber-services {
  padding-top: 120px;
}
.cerber-services__title {
  max-width: 347px;
}
.cerber-services__item:not(:last-child) {
  margin-bottom: 120px;
}

.cerber-services__top {
  align-items: flex-end;
  margin-bottom: 70px;
  font-weight: 900;
}

.cerber-services__top .cerber-services__heading br {
  display: none;
}

.cerber-services__icon {
  display: block;
  margin-right: 30px;
}

.cerber-services__content img {
  margin: 45px 0;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  width: 100%;
  height: auto;
}

.cerber-services__content p {
  margin-bottom: 20px;
}
.cerber-services__content p span {
  font-weight: 900;
}
.cerber-services__content ul,
.cerber-services__content ol {
  font-size: 16px;
  line-height: 24px;
  font-weight: 900;
  margin-bottom: 40px;
  padding-left: 2rem;
}
.cerber-services__content ol li {
  display: list-item;
}
.cerber-services__content ul li {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
}
.cerber-services__content ul li:before {
	content: '-';
	display: block;
	margin-right: 10px;
}
.cerber-services__content ul li:not(:last-child),
.cerber-services__content ol li:not(:last-child) {
  margin-bottom: 20px;
}

.cerber-services__order {
  margin-top: 70px;
  max-width: 560px;
  justify-content: space-between;
}
.cerber-services__btn_price {
  background: #04101b33;
  color: #04101B;
}
.cerber-services__btn_price:before {
  border: 2px solid #04101B;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
}
.cerber-services__btn_price:after {
  border: 2px solid #04101B;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg);
}
.cerber-services__btn_price:hover {
  background: #d67c1b33;
  color: #D67C1B;
}
.cerber-services__btn_order {
  background: #d67c1b33;
  color: #D67C1B;
}
.cerber-services__btn_order:before {
  border: 2px solid #D67C1B;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
}
.cerber-services__btn_order:after {
  border: 2px solid #D67C1B;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg);
}
.cerber-services__btn_order:hover {
  background: #04101b33;
  color: #04101B;
}

/* ------ Price ------ */
.price {
  padding: 103px 0 120px;
}
.price__title {
  max-width: 416px;
}
.price__item {
  height: 70px;
  font-size: 22px;
  line-height: 22px;
  font-weight: 900;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}
.price__item br {
  display: none;
}
.price__item_post {
  max-width: 571px;
  width: 100%;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  padding: 0 10px;
}
.price__item_post-icon {
  max-width: 571px;
  width: 100%;
}
.price__item_hour {
  background: #04101B;
  color: #fff;
  max-width: 300px;
  width: 100%;
  position: relative;
}
.price__item_hour-icon {
  max-width: 300px;
  width: 100%;
  position: relative;
}

.price__item_hour-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25%;
  background: url(../img/hour.png) center center no-repeat;
  background-size: contain;
}
.price__item_numeral {
  max-width: 299px;
  width: 100%;
  background: #D67C1B;
  color: #fff;
  position: relative;
}

.price__item_numeral-icon {
  max-width: 299px;
  width: 100%;
  position: relative;
}
.price__item_numeral-icon:before {
  content: "";
  display: block;
  position: absolute;
  width: 40px;
  height: 40px;
  top: 25%;
  background: url(../img/ruble.png) center center no-repeat;
  background-size: contain;
}
.price__text {
  margin-top: 55px;
}
.price__info {
  font-size: 22px;
  line-height: 24px;
}

.icon-price {
  margin-bottom: 70px;
}

.price-wrap:not(:last-child) {
	margin-bottom: 100px;

}

/* ------ About ------ */
.about {
  padding: 120px 0 144px;
}
.about__title {
  max-width: 174px;
}
.about__text {
  margin-bottom: 20px;
}
.about__text span {
  font-weight: 900;
}
.about__text_end {
  margin-bottom: 0;
}
.about__list {
  font-weight: 900;
  margin-bottom: 20px;
}
.about__img {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.licenses__title {
  max-width: 280px;
}
.licenses__img {
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.customers {
  padding: 150px 0 28px;
}
.customers__title {
  max-width: 255px;
}
.customers__img {
  margin-bottom: 97px;
}

.reviews {
  padding: 120px 0 143px;
}
.reviews__title {
  max-width: 230px;
}

.reviews .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}

.reviews__item {
  margin-left: 10px;
  margin-right: 10px;
}

.reviews__img {
  width: 100%;
  object-fit: cover;
  box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.2);
}

.gallery {
  padding-bottom: 120px;
}
.gallery__title {
  max-width: 235px;
}
.gallery .slick-track {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  align-items: center;
}
.gallery__item {
  max-width: 310px;
  width: 100%;
  height: 310px;
  transition: 0.2s;
  margin-left: 10px;
  margin-right: 10px;
}
.gallery__item.slick-active {
  transition: 0.2s;
}
.gallery__item.slick-current img {
  filter: none;
  transform: scale(1.1);
  transition: 0.2s;
}
.gallery__img {
  filter: grayscale(100%);
  height: 285px;
  max-width: 310px;
  width: 100%;
  object-fit: cover;
}

/* ----- Слайдер ------ */
.gallery__arrow, .reviews__arrow {
  border: solid #04101B;
  border-width: 0 5px 5px 0;
  display: inline-block;
  padding: 9px;
  transition: all 0.5s ease;
}

.gallery__arrow_left, .reviews__arrow_left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.gallery__arrow_right, .reviews__arrow_right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

/* ----- Вспливающее окно------ */
.box-modal {
  position: relative;
  max-width: 920px;
  width: 100%;
  color: #000;
  font: 14px/18px Arial, "Helvetica CY", "Nimbus Sans L", sans-serif;
  border-radius: 10px;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
}

.box-modal_close {
  position: absolute;
  right: 10px;
  top: 6px;
  font-size: 11px;
  line-height: 15px;
  color: #fff;
  cursor: pointer;
}

.box-modal_close:hover {
  color: #666;
}

.form-popup {
  position: relative;
  border-radius: 10px;
  padding: 55px 110px 70px;
  background: #fff;
}

.form__title {
  color: #000;
  max-width: 377px;
  margin: 0 auto 50px;
}

.form__input_modal {
  border: 1px solid #04101B;
  max-width: 330px;
  height: 70px;
  width: 100%;
  margin-top: 25px;
  color: #000;
}

.form__modal {
  display: flex;
  justify-content: space-between;
}

.form__text {
  width: 100%;
}

.form__send {
  max-width: 330px;
  width: 100%;
  text-align: end;
}

.form__message_modal {
  border: 1px solid #04101B;
  max-width: 330px;
  height: 355px;
  width: 100%;
  margin: 25px 0 21px;
}

.form__input_modal:focus {
  border: 2px solid #D67C1B;
  color: #04101B;
}

.form__message_modal:focus {
  border: 2px solid #D67C1B !important;
  color: #04101B;
}

.form__submit_modal {
  margin-left: auto;
  max-width: 330px;
  height: 70px;
  width: 100%;
  box-shadow: 2px 2px 15px rgba(0, 0, 0, 0.2);
  border: none;
  background: #04101b4d;
  color: #04101B;
}
.form__submit_modal:before {
  border: 2px solid #04101B;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.form__submit_modal:after {
  border: 2px solid #04101B;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.form__submit_modal:hover {
  background: #D67C1B;
  color: #000;
}
.form__submit_modal:hover:before {
  border: 2px solid #D67C1B;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg) translate(4px, 4px);
}
.form__submit_modal:hover:after {
  border: 2px solid #D67C1B;
  border-width: 0 2px 2px 0;
  transform: rotate(90deg) translate(4px, 4px);
}

label.error {
  color: #f10707;
  text-align: center;
  width: 100%;
}


.page_text p{margin-bottom: 20px;}

.page_text ul{margin:15px 0;
padding-left: 30px;}

.page_text ul li{margin-bottom:5px;}

.page_text ul li:before {content: '-';
display:inline-block; 
margin-right: 10px;}

.page_text h2{padding: 0;
margin: 20px 0;
font-size: 30px;}

.page_text h2:before,
.page_text h2:after{display:none;}



/*responsive*/
/* ------ Media Queries ------ */
/* 992-1200 */
@media screen and (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  h1 {
    font-size: 42px;
  }

  h2 {
    font-size: 33px;
    max-width: 125px;
    margin: 0 auto 30px;
  }
  h2:after, h2:before {
    padding: 9px 8px;
  }

  h3 {
    font-size: 18px;
    line-height: 25px;
  }

  .header {
    padding-bottom: 150px;
  }
  .header__offer {
    padding-left: 45px;
  }
  .header__text {
    font-size: 20px;
    width: 534px;
  }

  .services__item {
    margin-top: 30px;
  }

  .advantages__title {
    max-width: 355px;
  }
  .advantages__icon {
    margin-top: 40px;
  }

  .contacts__title {
    max-width: 265px;
  }
  .contacts__map-title {
    margin-top: 20px;
    text-align: center;
  }
  .contacts__text {
    max-width: 224px;
    font-size: 15px;
  }
  .contacts__item_gps:before {
    width: 20px;
    height: 20px;
  }
  .contacts__name {
    margin-top: 20px;
  }
  .contacts__address {
    margin: 20px 0 50px;
  }

  .form__info_contacts {
    display: flex;
    flex-direction: column;
  }
  .form__input, .form__message {
    width: 290px;
  }
  .form__submit {
    max-width: 290px;
  }

  .footer__menu {
    margin-bottom: 30px;
  }
  .footer__menu {
    margin-bottom: 30px;
  }
  .footer__logo {
    margin-top: 50px;
  }

  .cerber-services {
    padding-top: 90px;
  }
  .cerber-services__title {
    max-width: 322px;
    margin: 0 0 70px;
  }
  .cerber-services__order {
    margin-top: 50px;
  }
  .cerber-services__btn:hover:before {
    transform: rotate(-90deg) translate(10px, 10px);
  }
  .cerber-services__btn:hover:after {
    transform: rotate(90deg) translate(10px, 10px);
  }

  .price {
    padding: 70px 0;
  }
  .price__title {
    max-width: 386px;
    margin: 0 0 70px;
  }
  .price__item {
    font-size: 18px;
    line-height: 20px;
  }

  .about {
    padding: 90px 0 100px;
  }
  .about__title {
    margin: 0 0 70px;
  }

  .licenses {
    padding: 0;
  }
  .licenses__title {
    max-width: 260px;
    margin: 0 0 70px;
  }

  .customers {
    padding: 100px 0 60px;
  }
  .customers__title {
    max-width: 240px;
    margin: 0 0 70px;
  }
  .customers__img {
    margin-bottom: 30px;
  }

  .reviews {
    padding: 90px 0 100px;
  }
  .reviews__title {
    margin: 0 0 70px;
    max-width: 215px;
  }

  .gallery {
    padding: 0 0 90px;
  }
  .gallery__title {
    margin: 0 0 70px;
    max-width: 215px;
  }

  .box-modal {
    max-width: 800px;
  }

  .form-popup {
    padding: 35px 90px 50px;
  }

  .form__title {
    max-width: 350px;
    margin-bottom: 35px;
  }
}
/* 768-992 */
@media screen and (max-width: 991px) {
  .container {
    width: 100%;
    padding: 0 30px;
  }

  h1 {
    font-size: 37px;
  }
  
.page_h1{text-align:center;}
.page_h1 h1 {font-size: 35px;
padding: 15px;}

  h2 {
    font-size: 28px;
    padding: 15px;
  }

  h3 {
    font-size: 16px;
  }

  section {
    padding: 50px 0;
  }

  .header ul {
    width: 670px;
    margin: 50px auto 0;
    justify-content: space-around;
  }
  .header__offer {
    padding-top: 100px;
    padding-left: 0;
  }

  .services__item {
    padding-top: 65px;
  }
  .services__title {
    max-width: 150px;
  }

  .advantages__title {
    max-width: 290px;
  }

  .contacts__title {
    max-width: 210px;
  }

  .footer {
    padding: 50px 0;
  }
  .footer__menu {
    flex-direction: column;
    margin-bottom: 0;
  }
  .footer__item {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 7px 10px;
   }  

  .cerber-services {
    padding-top: 70px 0 0 !important;
  }
  .cerber-services__title {
    max-width: 261px;
    margin-bottom: 50px;
  }
  .cerber-services__top {
    margin-bottom: 50px;
  }
  .cerber-services__item {
    margin-bottom: 70px;
  }
 
  .price__title {
    max-width: 316px;
  }
  .price__item {
    font-size: 16px;
    text-align: center;
  }
  .price__item_post,  .price__item_post-icon {
    width: 50%;
  }
  .price__item_hour, .price__item_hour-icon, .price__item_numeral, .price__item_numeral-icon {
    width: 25%;
  }
  .price__item_hour-icon:before, .price__item_numeral-icon:before {
    width: 30px;
    height: 30px;
  }
  .price__text {
    margin-top: 40px;
  }

  .icon-price {
    margin-bottom: 50px;
  }

  .about {
    padding: 70px 0;
  }
  .about__title {
    max-width: 130px;
    margin-bottom: 50px;
  }

  .licenses__title {
    max-width: 210px;
    margin-bottom: 50px;
  }

  .customers {
    padding: 70px 0 40px;
  }
  .customers__title {
    max-width: 195px;
    margin-bottom: 50px;
  }

  .reviews {
    padding: 0 0 70px;
  }
  .reviews__title {
    max-width: 175px;
    margin-bottom: 50px;
  }

  .gallery {
    padding: 0 0 70px;
  }
  .gallery__title {
    max-width: 175px;
    margin-bottom: 50px;
  }
  .gallery__item {
    height: 180px;
  }
  .gallery__item.slick-current {
    transition: 0.2s;
  }
  .gallery__item.slick-current img {
    height: 180px;
  }
  .gallery__img {
    height: 165px;
  }

  .box-modal {
    max-width: 700px;
  }

  .form-popup {
    padding: 35px 50px 50px;
  }

  .form__title {
    max-width: 286px;
  }

  .footer__link {
    font-size: 16px;
    font-weight: 900;
    color: #04101B;
    line-height: 25px;
  }

  .footer__object li a {
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

  h1 {
    font-size: 30px;
    line-height: 36px;
  }

  h2 {
    margin-bottom: 25px;
  }

  h4 {
    font-size: 14px;
  }

  .header {
    text-align: center;
    padding: 40px 0 50px;
  }
  .header__offer {
    padding: 45px 0 0;
  }
  .header__text {
    font-size: 14px;
    line-height: 20px;
    margin: 50px 0;
    text-align: center;
    width: 100%;
  }

  .header__btn {
    margin: 0 auto;
    height: 60px;
    line-height: 45px;
    max-width: 240px;
  }
  .header ul {
    width: 100%;
  }

  .header ul a:before, .header ul a:after {
    display: none;
  }

  .header__phone {
    margin: 25px auto 0;
  }

  .services__info {
    justify-content: center;
    margin-top: 40px;
  }
  .services__title {
    max-width: 155px;
  }
  .services__item {
    margin: 25px auto 0;
  }

  .advantages__icon {
    margin-top: 25px;
  }
  .advantages__text {
    text-align: center;
    font-size: 14px;
  }

  .contacts__menu {
    margin-top: 50px;
  }
  .contacts__address {
    margin: 25px auto 0;
  }
  .contacts__communication {
    margin: 25px auto;
  }
  .contacts__name {
    margin-top: 25px;
    text-align: center;
  }
  .contacts__text {
    max-width: 100%;
  }
  .contacts__form {
    width: 270px;
    margin: 0 auto;
  }

  .footer {
    text-align: center;
  }
  .footer__phone {
    justify-content: center;
  }

  .footer__title {
    margin-top: 50px;
  }

  .footer__title_services {
    margin-top: 0;
  }

  .footer__heading {
    font-size: 18px;
  }

  .cerber-services {
    padding: 50px 0 0 !important;
  }
  .cerber-services__item {
    margin-bottom: 50px;
  }

  .cerber-services__order {
    margin-top: 30px;
  }

  .price {
    padding: 50px 0;
  }
  .price__item {
    font-size: 14px;
  }
  .price__item br {
    display: block;
  }
  .price__text {
    font-size: 14px;
    line-height: 20px;
  }

  .price__info {
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 20px;
  }

  .price-wrap {
    padding-bottom: 70px;
  }

  .about {
    padding: 50px 0;
  }

  .about__text, .about__list {
    font-size: 14px;
    line-height: 22px;
  }

  .customers {
    padding: 50px 0 20px;
  }

  .gallery {
    padding-bottom: 50px;
  }

  .gallery__arrow, .reviews__arrow {
    border-width: 0 3px 3px 0;
    padding: 7px;
  }

  .box-modal {
    max-width: 450px;
  }

  .form {
    padding: 35px 0;
  }
  .form__title {
    max-width: 286px;
  }
  .form__modal {
    flex-direction: column;
    text-align: center;
  }
  .form__send {
    max-width: 370px;
  }
  .form__input_modal {
    margin-top: 15px;
    font-size: 16px;
  }
  .form__message_modal {
    margin: 15px 0 9px;
    height: 225px;
    font-size: 16px;
  }
}
@media screen and (max-width: 575px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }

 .header ul a {
    line-height: 25px;
    display: block;
  }
  
  .header ul {
    margin: 50px auto 0;
    flex-direction:column;
  }

  .header__text span br {
    display: block;
  }
  .contacts__form {
    width: 270px;
    margin: 0 auto;
  }
  .contacts__text {
    width: 224px;
  }

  .footer__logo {
    margin-top: 30px;
  }

  .cerber-services__title {
    margin: 0 auto 50px;
  }
  .cerber-services__heading {
    text-align: center;
  }

  .cerber-services__name {
    text-align: center;
    margin-bottom: 20px;
  }
  .cerber-services__name_specificity {
    margin-top: 35px;
  }
  .cerber-services__text {
    margin-top: 15px;
    font-size: 14px;
    line-height: 24px;
  }

  .cerber-services__top {
    flex-direction:column;
    align-items:center;
  }
   .cerber-services__icon {
    margin: 0 auto 30px;
   }

  .cerber-services__link {
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 24px;
  }
  .cerber-services__link li {
    margin-top: 15px;
    font-weight: 700;
  }
  .cerber-services__img {
    margin: 25px 0;
  }
  .cerber-services__img_office, .cerber-services__img_security, .cerber-services__img_button {
    margin: 25px 0 10px;
  }
  .cerber-services__order {
    flex-direction: column;
    align-items: center;
  }
  .cerber-services__btn_price {
    margin-bottom: 25px;
  }

  .cerber-services__btn_order {
    margin: 0 auto;
  }

  .price__title {
    font-size: 25px;
    max-width: 290px;
    margin: 0 auto 50px;
  }
  .price__item {
    font-size: 11px;
    line-height: 16px;
    margin-bottom: 10px;
  }

  .price__info {
     text-align: center;
  }

  .icon-price {
    margin-bottom: 30px;
  }


  .licenses__img {
    display: block;
    margin: 0 auto 30px;
  }

  .about__title, .licenses__title, .reviews__title {
    margin: 0 auto 50px;
  }

  .customers {
    padding: 50px 0;
  }

  .customers__title {
    margin: 0 auto 50px;
  }

  .customers__img {
    display: block;
    margin: 30px auto 0;
  }

  .gallery__title {
    margin: 0 auto 50px;
  }
  .gallery__item {
    height: 220px;
    max-width: 100%;
    margin: 0;
  }
  .gallery__item.slick-current {
    transition: 0.2s;
  }
  .gallery__item.slick-current img {
    height: 220px;
    transform: none;
    max-width: 100%;
    width: 100%;
  }
  .gallery__img {
    height: 220px;
  }

  .reviews__item {
    margin: 0;
  }

  .box-modal {
    max-width: 290px;
  }

  .form {
    font-size: 14px;
    padding: 15px 10px;
    margin: 0 auto;
  }
  .form__title {
    max-width: 241px;
    font-size: 23px;
    margin-bottom: 15px;
  }
  .form__send {
    text-align: center;
  }
  .form__input_modal {
    max-width: 260px;
    height: 60px;
    line-height: 50px;
    font-size: 14px;
  }
  .form__message_modal {
    max-width: 260px;
    height: 150px;
    font-size: 14px;
  }
  .form__submit_modal {
    max-width: 260px;
    height: 60px;
    margin: 0 auto;
    line-height: 50px;
  }
}

.footer__heading{
  font-size: 18px;
  line-height: 24px;
  text-transform: none;
  display: block;
}


.wrap-form input:focus {
  border: 2px solid #D67C1B;
  color: #04101B;
}
.wrap-form input,
.wrap-form select{
border: 1px solid #04101B;
height: 36px;
width: 100%;
*margin-top: 25px;
color: #000;
padding-left: 10px;
}
.wrap-form .wpcf7-radio input{
  border: 1px solid #04101B;
  height: auto;
  width: auto;
  margin-top: 25px;
  color: #000;
  padding-left: 10px;
}

.wrap-form h2::before{

    content: "";
    top: 0;
    right: 0;
    position: absolute;
    border: solid #D67C1B;
        border-top-width: medium;
        border-right-width: medium;
        border-bottom-width: medium;
        border-left-width: medium;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 12px 9px;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);

}

.wrap-form h2::after{
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  border: solid #D67C1B;
    border-top-width: medium;
    border-right-width: medium;
    border-bottom-width: medium;
    border-left-width: medium;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px 9px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.wrap-form input[type="submit"]{
  margin-left: auto;
  max-width: 330px;
  height: 70px;
  width: 100%;
  box-shadow: 2px 2px 15px #0003;
  border: none;
  background: #04101b4d;
  color: #04101B;
  background: #ffb900;
color: #04101B;
margin: 0 auto;
display: inherit;
}
.wrap-form input[type="submit"]:hover {
  background: #D67C1B;
  color: #000;
}

.wrap-form input[type="submit"]::after {
  content: "";
  bottom: -3px;
  left: 1px;
  position: absolute;
  border: solid #D67C1B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px 9px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transition: all 0.3s ease;
}
.wrap-form input[type="submit"]::before {
  content: "";
  top: -3px;
  right: 1px;
  position: absolute;
  border: solid #D67C1B;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 12px 9px;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transition: all 0.3s ease;
}
.wrap-form input[type="submit"]::before {
  border: 2px solid #04101B;
    border-top-width: 2px;
    border-right-width: 2px;
    border-bottom-width: 2px;
    border-left-width: 2px;
  border-width: 0 2px 2px 0;
  transform: rotate(-90deg);
  transition: all 0.3s ease;
}

.wrap-form input[type="submit"]::after {

    border: 2px solid #04101B;
        border-top-width: 2px;
        border-right-width: 2px;
        border-bottom-width: 2px;
        border-left-width: 2px;
    border-width: 0 2px 2px 0;
    transform: rotate(90deg);
    transition: all 0.3s ease;

}
.wrap-form .form__title{
padding: 9px;
width: auto;
display: inline-block;
max-width: 100%;
}


.imgser{
max-width: 200px;
height: auto;
display: block;
margin: 0 auto;
}
.tablser a{
display: block;
max-width: 255px;
margin: 0 auto;
  margin-top: 0px;
text-align: center;
margin-top: 5px;
}
.tablser{
width: 100%;
}
.wrap-form label{
margin-right: 5px;
}