/*
Theme Name: your-clean-template-3 (uncommented)
Theme URI:
Version: 3.0
Author: Alekdei Poryvkin
Author URI: https://leadeffect.ru
*/
@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,400;1,700&display=swap');

* {
  line-height: 1.6;
}

.warranty {
  background: #db111e;
  color: #373737;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.grecaptcha-badge {
  visibility: hidden;
}

.tegi .cat-item-none {
  display: none;
}

body {
  font-family: 'Roboto', sans-serif;
  font-weight: normal;
  font-style: normal;
}

body a {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  text-decoration: none;
}

body a:hover {
  text-decoration: none;
}

body img {
  max-width: 100%;
  height: auto;
}

body .btn {
  background: #db111e;
  text-align: center;
  color: #fff;
  border: 0;
  border-radius: 4px;
  font-size: 18px;
  line-height: 1.6;
  padding: 12px 24px;
  display: inline-block;
  outline: 0;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  max-width: 216px;
  width: 100%;
}

body .btn:focus {
  outline: 0;
}

body .btn svg {
  position: absolute;
  right: 19px;
  top: 13px;
  fill: #fff;
  width: 24px;
  height: 24px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

body .btn:hover {
  color: #fff;
  background: #f55052;
    outline: 0;
  -webkit-box-shadow: 0px 4px 10px rgba(0, 0, 0, .3);
  box-shadow: 0px 4px 10px rgba(0, 0, 0, .3);
  cursor: pointer;
}

body .btn:hover svg {
  fill: #fff;
}

body .btn.white-btn {
  color: #FFFFFF;
  border-color: #fff;
  margin-top: 46px;
}

body .btn.white-btn:hover {
  background: #fff;
  color: #db111e;
}

body .btn.white-btn svg {
  fill: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

body .btn.white-btn:hover svg {
  fill: #db111e;
}

#scrollUp-active {
  display: none;
}

#scrollUp {
  width: 60px;
  height: 60px;
  border-radius: 0px;
  bottom: 2%;
  right: 2%;
  background: #db111e;
  -webkit-transition: background-color 0.2s;
  -o-transition: background-color 0.2s;
  transition: background-color 0.2s;
  position: relative;
  z-index: 1041 !important;
  opacity: 0.97;
  border-radius: 50%;
}

#scrollUp::after {
  content: '';
  background: url('img/up.svg') no-repeat;
  background-size: contain;
  width: 24px;
  height: 24px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}

#scrollUp:hover {
  background: #373737;
}

.modal-header .btn-close {
  color: #fff;
  background: transparent;
  width: 24px;
  height: 24px;
  opacity: 1;
  padding: 0;
  margin: 0 0 0 auto;
  outline: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.modal-header .btn-close:hover {
  opacity: .75;
}

.btn-close svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}

.modal-content {
  border: 0;
  background: transparent;
}

.modal-header {
  background: transparent;
  border: 0;
  padding: 0 0 26px;
}

.modal-content span input,
.modal-content span textarea {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 17px 22px;
  font-size: 15px;
  line-height: 1.6;
  width: 100%;
  border: 1px solid #d2d2d2;
  outline: 0;
  color: #373737;
  margin-bottom: 10px;
}

.modal-content span input:focus,
.modal-content span textarea:focus {
  border: 1px solid #373737;
}

.modaltext .modal-dialog {
  max-width: 807px;
}

.modaltext .modal-content .modal-body {
  background: #fff;
  border-radius: 12px;
  color: #373737;
  padding: 0px 50px 0px 50px;
}

.modalzamer .modal-dialog {
  max-width: 1060px;
}

.modal-content .modal-body-zamer {
  background: #db111e;
  border-radius: 12px;
  color: #fff;
  padding: 30px 0px 0 80px;
}

.modal-content .modal-body-zamer .zamer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.modal-content .modal-body-zamer .zamer-box .zamer-text {
  width: 41%;
  max-width: 380px;
}

.modal-content .modal-body-zamer .zamer-box .zamer-text .zamer-title {
  font-weight: bold;
  font-size: 36px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 40px;
}

.modal-content .modal-body-zamer .zamer-box .checkbox {
  margin-top: 10px;
}

.modal-content .modal-body-zamer .zamer-box .zamer-img {
  width: 59%;
}

.modal-content .modal-body-zamer .zamer-box .zamer-img .zamer-snoska {
  font-size: 15px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 40px;
  max-width: 300px;
  margin-left: 105px;
}

.modal-content .modal-body-zamer .zamer-box .btn.white-btn {
  margin-top: 46px;
}

#modalstatus .modal-dialog {
  max-width: 1060px;
}

.modal-content .modal-body-status {
  background: #db111e;
  border-radius: 12px;
  color: #fff;
  padding: 40px 0px 0 80px;
}

.modal-content .modal-body-status .status-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.modal-content .modal-body-status .status-box .status-text {
  width: 62%;
}

.modal-content .modal-body-status .status-box .status-text input[type=text] {
  max-width: 360px;
  margin-bottom: 0;
}

.modal-content .modal-body-status .status-box .status-text .status-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.modal-content .modal-body-status .status-box .checkbox {
  margin-top: 10px;
}

.modal-content .modal-body-status .status-box .status-img {
  width: 38%;
}

.modal-content .modal-body-status .status-box .btn.white-btn {
  margin-top: 40px;
  display: block;
}

#modaloneklick .modal-dialog {
  max-width: 937px;
}

.modal-content .modal-body-oneklick {
  background: #db111e;
  border-radius: 12px;
  color: #fff;
  padding: 0px 0px 0px 58px;
}

.modal-content .modal-body-oneklick .oneklick-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.modal-content .modal-body-oneklick .oneklick-box .oneklick-text {
  width: 47%;
  padding-top: 78px;
  padding-right: 60px;
}

.modal-content .modal-body-oneklick .oneklick-box .oneklick-text input[type=text] {
  max-width: 360px;
  margin-bottom: 10px;
}

.modal-content .modal-body-oneklick .oneklick-box .oneklick-text .oneklick-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.modal-content .modal-body-oneklick .oneklick-box .oneklick-text p {
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.modal-content .modal-body-oneklick .oneklick-box .oneklick-img {
  width: 53%;
  text-align: right;
  border-radius: 0px 12px 12px 0px;
}

.modal-content .modal-body-oneklick .oneklick-box .oneklick-img img {
  border-radius: 0px 12px 12px 0px;
}

.modal-content .modal-body-oneklick .oneklick-box .btn.white-btn {
  margin-top: 37px;
  display: block;
}

#modalspasibo .modal-dialog,
#modalzayavkaok .modal-dialog,
#modalzayavkaok2 .modal-dialog {
  max-width: 759px;
}

.modal-content .modal-body-spasibo {
  background: #fff;
  border-radius: 12px;
  color: #373737;
  padding: 43px 52px 0px 58px;
}

.modal-content .modal-body-spasibo .spasibo-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

#modalzayavkaok .modal-content .modal-body-spasibo .spasibo-box,
#modalzayavkaok2 .modal-content .modal-body-spasibo .spasibo-box {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#modalzayavkaok .modal-content .modal-body-spasibo .spasibo-box .spasibo-text,
#modalzayavkaok2 .modal-content .modal-body-spasibo .spasibo-box .spasibo-text {
  width: 55%;
  padding-top: 0px;
}

#modalzayavkaok .modal-content .modal-body-spasibo,
#modalzayavkaok2 .modal-content .modal-body-spasibo {
  padding: 56px 58px;
}

#modalzayavkaok .modal-content .modal-body-spasibo .spasibo-box .spasibo-text p,
#modalzayavkaok2 .modal-content .modal-body-spasibo .spasibo-box .spasibo-text p {
  margin-bottom: 0;
}

.modal-content .modal-body-spasibo .spasibo-box .spasibo-text {
  width: 55%;
  padding-top: 0;
}

.modal-content .modal-body-spasibo .spasibo-box .spasibo-text .spasibo-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  color: #373737;
  margin-bottom: 30px;
}

.modal-content .modal-body-spasibo .spasibo-box .spasibo-text p {
  color: #373737;
  font-size: 15px;
  line-height: 1.6;
  margin-bottom: 30px;
}

.modal-content .modal-body-spasibo .spasibo-box .spasibo-img {
  width: 45%;
  text-align: right;
  border-radius: 0px 12px 12px 0px;
}

.modal-content .modal-body-spasibo .spasibo-box .spasibo-img img {
  border-radius: 0px 12px 12px 0px;
}

#modalcall .modal-dialog {
  max-width: 874px;
}

#modalconsul .modal-dialog {
  max-width: 874px;
}

.modal-content .modal-body-call {
  background: #E6E6E6;
  border-radius: 12px;
  color: #fff;
  padding: 32px 0px 0px 58px;
}

#modalconsul .modal-content .modal-body-call {
  background: #db111e;
  border-radius: 12px;
  color: #fff;
  padding: 32px 0px 0 58px;
}
#modalcall2 .modal-content .modal-body-call {
  padding: 32px 32px 0;
}

#modalcall .modal-content .modal-body-call .call-box .call-text {
  padding-bottom: 30px;
}

#modalconsul .modal-content .modal-body-call .call-box .call-text {
  padding-bottom: 30px;
}

#modalcall .modal-content .modal-body-call .call-box,
#modalconsul .modal-content .modal-body-call .call-box {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.modal-content .modal-body-call .call-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0;
}

.modal-content .modal-body-call .call-box .call-text {
  width: 51%;
}

#modalcall2 .modal-content .modal-body-call .call-box .call-text {
  width: 100%;
}

.modal-content .modal-body-call .call-box .call-text input[type=text],
.modal-content .modal-body-call .call-box .call-text input[type=tel] {
  max-width: 360px;
  margin-bottom: 10px;
}

#modalcall2 .modal-content .modal-body-call .call-box .call-text input[type=text],
#modalcall2 .modal-content .modal-body-call .call-box .call-text input[type=tel] {
  max-width: 100%;
}

.modal-content .modal-body-call .wpcf7-response-output {
  color: #373737;
  font-size: 13px;
}

.modal-content .modal-body-call .call-box .call-text .call-title {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.6;
  color: #373737;
  margin-bottom: 30px;
}

.modal-content .modal-body-call .call-box .checkbox {
  margin-top: 10px;
}

.modal-content .modal-body-call .call-box .call-img {
  width: 49%;
  text-align: right;
}

.modal-content .modal-body-call .call-box .btn.white-btn {
  margin-top: 37px;
  display: block;
}

.check-time__radio {
  display: none;
}

.check-time__radio-label {
  font-size: 15px;
  line-height: 1.6;
  color: #373737;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  padding-left: 40px;
}

.check-time__radio-label:hover {
  cursor: pointer;
}

.check-time__radio-label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
  display: block;
}

.check-time__radio-label::after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 50%;
}

.check-time__radio:checked+.check-time__radio-label::after {
  background: #373737;
}

.check-time__radio:checked+.check-time__radio-label::before {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.6);
}

.check-time__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.check-time__cell {
  position: relative;
  width: 194px;
  margin-top: 30px;
}

.exact-time {
  opacity: 0;
  -webkit-transition: .0s;
  -o-transition: .0s;
  transition: .0s;
  position: relative;
  width: 166px;
}

.exact-time.active {
  opacity: 1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.exact-time input {
  background: #FFFFFF;
  border-radius: 8px;
  padding: 17px 10px;
  font-size: 15px;
  line-height: 1.6;
  width: 166px;
  border: 1px solid #fff;
  outline: 0;
  color: #373737;
  margin: 0;
  margin-top: 10px;
}

.modal-content .modal-body-call .call-box .call-text .exact-time input[type=text] {
  margin: 10px 0 0 0;
}

.zapis-calendar {
  background: url(images/calendar.svg) no-repeat;
  background-position: 0 0;
  width: 24px;
  height: 24px;
  display: block;
  position: absolute;
  right: 12px;
  top: 29px;
}

@media (max-width: 1090px) {

  .modal-content .modal-body-zamer,
  .modal-content .modal-body-status {
    padding: 30px 0px 0 50px;
  }

  #modalzamer .modal-dialog,
  #modalstatus .modal-dialog {
    max-width: 870px;
  }

  .modal-content .modal-body-zamer .zamer-box .zamer-text .zamer-title {
    font-size: 32px;
  }

  .modal-content .modal-body-status .status-box .status-text .status-title {
    font-size: 24px;
    line-height: 1.6;
  }

  .modal-content .modal-body-zamer .zamer-box .btn.white-btn {
    margin-top: 26px;
  }

  .modal-content .modal-body-zamer .zamer-box .zamer-text .zamer-title {
    margin-bottom: 20px;
  }
}

@media (max-width: 899px) {
  .modal-content .modal-body-zamer {
    padding: 30px 0px 0px 30px;
  }

  .modal-content .modal-body-zamer .zamer-box .zamer-text {
    width: 48%;
    padding-bottom: 30px;
  }

  .modal-content .modal-body-zamer .zamer-box .zamer-img {
    width: 52%;
  }

  .modal-content .modal-body-zamer .zamer-box .zamer-img .zamer-snoska {
    margin-left: 63px;
    max-width: 220px;
  }

  .modal-content .modal-body-zamer .zamer-box {
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .modal-content .modal-body-zamer .zamer-box .zamer-text .zamer-title {
    font-size: 30px;
  }

  .modal-content .modal-body-status .status-box .btn.white-btn {
    margin-bottom: 30px;
  }

  .modal-content .modal-body-status .status-box {
    -ms-align-items: flex-end;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .modal-content .modal-body-call {
    padding: 30px 0px 0px 30px;
  }

  #modalconsul .modal-content .modal-body-call {
    padding: 30px 0px 0px 30px;
  }

  #modaloneklick .modal-dialog {
    max-width: 707px;
  }

  .modal-content .modal-body-oneklick .oneklick-box .oneklick-text {
    padding-top: 28px;
    padding-right: 30px;
  }

  .modal-content .modal-body-oneklick {
    padding: 0px 0px 0px 28px;
  }
}

@media (max-width: 745px) {
  .check-time__row .check-time__cell {
    width: 174px;
  }

  .modal-content .modal-body-call .call-box .call-text .call-title {
    font-size: 26px;
  }

  .modal-content .modal-body-oneklick .oneklick-box .oneklick-text p {
    margin-bottom: 20px;
  }

  .modal-content .modal-body-oneklick .oneklick-box .oneklick-text .oneklick-title {
    margin-bottom: 20px;
  }

  .modal-content .modal-body-oneklick .oneklick-box .btn.white-btn {
    margin-top: 17px;
  }
}

@media (max-width: 699px) {
  .modal-content .modal-body-zamer .zamer-box .zamer-text {
    width: 100%;
  }

  .modal-content .modal-body-zamer .zamer-box .zamer-img {
    display: none;
  }

  .modal-content .modal-body-zamer {
    padding: 30px 20px 30px 20px;
  }

  .modal-content .modal-body-zamer .zamer-box {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .modal-content .modal-body-zamer .zamer-box .zamer-text .zamer-title {
    text-align: center;
  }

  .modal-content .modal-body-zamer .zamer-box .btn.white-btn {
    margin: 30px auto 0;
    text-align: center;
    display: block;
  }

  .modal-content .modal-body-status {
    padding: 30px 20px 30px 20px;
  }

  .modal-content .modal-body-status .status-box .status-img {
    display: none;
  }

  .modal-content .modal-body-status .status-box .status-text .status-title {
    text-align: center;
  }

  .modal-content .modal-body-status .status-box .status-text span {
    display: block;
    text-align: center;
  }

  .modal-content .modal-body-status .status-box .btn.white-btn {
    margin: 30px auto 0;
    text-align: center;
    display: block;
  }

  .modal-content .modal-body-status .status-box .status-text {
    width: 100%;
  }

  .modal-content .modal-body-call .call-box .call-img {
    display: none;
  }

  .modal-content .modal-body-call .call-box .call-text {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
  }

  .modal-content .modal-body-call {
    padding: 30px 20px 30px 20px;
  }

  #modalconsul .modal-content .modal-body-call {
    padding: 30px 20px 0px 20px;
  }

  .modaltext .modal-content .modal-body {
    padding: 0px 20px;
  }

  .modal-content .modal-body-call .call-box .btn.white-btn {
    margin: 30px auto 0;
    text-align: center;
    display: block;
  }

  #modaloneklick .modal-content .modal-body-oneklick {
    padding: 30px 20px 30px 20px;
  }

  .modal-content .modal-body-oneklick .oneklick-box .oneklick-text {
    width: 100%;
    max-width: 340px;
    margin: 0 auto;
    padding: 0;
  }

  .modal-content .modal-body-oneklick .oneklick-box .oneklick-text .oneklick-title,
  .modal-content .modal-body-oneklick .oneklick-box .oneklick-text p {
    text-align: center;
  }

  .modal-content .modal-body-oneklick .oneklick-box .oneklick-img {
    display: none;
  }

  .modal-content .modal-body-oneklick .oneklick-box .btn.white-btn {
    margin: 30px auto 0;
    text-align: center;
    display: block;
  }

  .modal-content .modal-body-spasibo .spasibo-box .spasibo-text {
    width: 48%;
    padding-top: 48px;
  }
}

@media (max-width: 575px) {
  .modal-content .modal-body-zamer .zamer-box .zamer-text .zamer-title {
    font-size: 28px;
    line-height: 1.6;
  }

  .modal-content .modal-body-status .status-box .status-text .status-title {
    font-size: 18px;
    line-height: 1.6;
  }

  .modal-content .modal-body-spasibo .spasibo-box .spasibo-text,
  #modalzayavkaok .modal-content .modal-body-spasibo .spasibo-box .spasibo-text, #modalzayavkaok2 .modal-content .modal-body-spasibo .spasibo-box .spasibo-text {
    width: 100%;
    padding-top: 0;
    text-align: center;
  }

  .modal-content .modal-body-spasibo .spasibo-box .spasibo-img {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 399px) {

  /* .modal-content .modal-body-spasibo .spasibo-box .spasibo-img img {
    display: none;
  } */
  #modalzayavkaok .modal-content .modal-body-spasibo .spasibo-box .spasibo-img img, #modalzayavkaok2 .modal-content .modal-body-spasibo .spasibo-box .spasibo-img img {
    display: block;
    margin: 0 auto;
  }

  .modal-content .modal-body-spasibo,
  #modalzayavkaok .modal-content .modal-body-spasibo, #modalzayavkaok2 .modal-content .modal-body-spasibo {
    padding: 43px 25px 0px 25px;
  }

  .check-time__row .check-time__cell {
    width: 100%;
  }

  .exact-time {
    height: 0;
    width: 100%;
  }

  .exact-time.active {
    height: auto;
  }

  .exact-time input {
    width: 100%;
  }
}

h1 {
  font-weight: 500;
  font-size: 52px;
  line-height: 1.6;
  color: #373737;
  margin-bottom: 25px;
}

h2 {
  font-weight: 500;
  font-size: 44px;
  line-height: 1.6;
  color: #373737;
  margin-bottom: 25px;
}

h3 {
  font-weight: 500;
  font-size: 32px;
  line-height: 1.6;
  color: #373737;
}

h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  color: #373737;
}

h5 {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #373737;
}

p {
  font-size: 16px;
  line-height: 1.6;
  color: #373737;
}

@media (max-width:1199px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 26px;
  }
}

@media (max-width:575px) {
  h1 {
    font-size: 30px;
    line-height: 1.6;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 18px;
  }
}

.header .top-header {
  padding: 14px 0;
  background: #db121e;
}

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



.header .top-header .top-header-wrap .adress {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  font-size: 15px;
  line-height: 25px;
  min-width: 430px;
}

.header .top-header .top-header-wrap .adress .adress-city {
  margin-right: 10px;
}

.header .top-header .top-header-wrap .adress .adress-city .inline-svg-icon {
  width: 17px;
  height: 17px;
  stroke: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* .header .top-header .top-header-wrap .adress .adress-city:hover .inline-svg-icon {
  stroke: #25282B;
} */

.header .top-header .top-header-wrap .adress .adress-city>span {
  color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: default;
}

.header .top-header .top-header-wrap .adress .adress-city .inline-svg-icon.point-city-icon {
  margin-right: 7px;
}

.header .top-header .top-header-wrap .adress .adress-city .inline-svg-icon.arrow-city-icon {
  margin-left: 6px;
  margin-right: 12px;
}

.header .top-header .top-header-wrap .adress .street {
  color: #fff;
  margin-right: 10px;
}

.header .top-header .top-header-wrap .adress .city-box {
  position: absolute;
  background: #fff;
  color: #000;
  padding: 10px 12px;
  top: 100%;
  z-index: 99;
  display: none;
  width: 150px;
  -webkit-box-shadow: 0px 4px 20px rgba(18, 102, 236, 0.13);
  box-shadow: 0px 4px 20px rgba(18, 102, 236, 0.13);
}

.header .top-header .top-header-wrap .adress .adress-city:hover .city-box {
  display: block;
}

.header .top-header .top-header-wrap .adress .adress-city:hover .inline-svg-icon.arrow-city-icon {
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.header .top-header .top-header-wrap .adress .all-city a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.header .top-header .top-header-wrap .adress .all-city a:hover {
  color: #000;
  border-bottom: 1px solid #000;
}

.header .top-header .top-header-wrap .adress .city-box span {
  display: block;
  font-size: 12px;
  line-height: 26px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

/* .header .top-header .top-header-wrap .adress .city-box span:hover {
  cursor: pointer;
  color: #1266EC;
} */

.header .top-header .top-header-wrap .social-icon {
  width: 24px;
  height: 24px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header .top-header .top-header-wrap .social-icon:hover {
  opacity: 0.6;
}

.header .top-header .top-header-wrap .main-menu nav>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  list-style: none;
  padding: 0;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li {
  margin-left: 46px;
  position: relative;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li a {
  color: #fff;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li a span {
  z-index: 0;
  position: relative;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li:first-child {
  margin-left: 0;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li:hover>a {
  color: #373737;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li:hover>a span {
  z-index: 2;
  position: relative;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li ul {
  position: absolute;
  top: 99%;
  background: #fff;
  -webkit-box-shadow: 0px 4px 20px rgba(219, 18, 30, 0.13);
  box-shadow: 0px 4px 20px rgba(219, 18, 30, 0.13);
  border-radius: 5px;
  margin: 0;
  padding: 0;
  width: 180px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  display: none;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li:hover ul {
  display: block;
  z-index: 5;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li ul li {
  display: block;
  text-align: center;
  border-bottom: 1px solid #F1F6FE;
  margin: 0;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li ul li:last-child {
  border-bottom: 0;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li ul li a {
  font-size: 15px;
  line-height: 38px;
  text-align: center;
  color: #000000;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li ul li a:hover {
  color: #db121e;
}

.header .header-center {
  background: #fff;
  padding: 15px 0;
  color: #242424;
}

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

.header .header-center .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .header-center .logo img {
  max-width: 148px;
}

.header .header-center .logo .descript {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #242424;
  padding: 21px 0 21px 16px;
  border-left: 1px solid rgba(245, 80, 82, 0.4);
  margin-left: 16px;
}


.header .header-center .header-callto button {
  background: #db111e;
  border: 1px solid #db111e;
  border-radius: 4px;
  text-align: center;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.6;
  outline: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #fff;
}

.header .header-center .header-callto button:hover {
  background: #f55052;
  border-color: #f55052;
  cursor: pointer;
}

.header .top-header .social-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header .top-header .header-social a {
  margin: 0 3px;
  display: inline-block;
  vertical-align: middle;
}

.header .top-header .header-social a svg {
  width: 28px;
  height: 28px;
  fill: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header .top-header .header-social a:hover svg {
  fill: #373737;
}

.header .top-header .header-social a.telegram svg {
  stroke: #fff;
  fill: none;
}

.header .top-header .header-social a.telegram:hover svg {
  stroke: #373737;
  fill: none;
}



.header .top-header .phone {
  font-size: 18px;
  line-height: 1.6;
  margin-left: 10px;
  color: #fff;
  margin-right: 10px;
}

.header .menu-wrap {

}

.header .menu-wrap .main-menu {
  position: relative;
  width: 100%;
}

.header .menu-wrap .main-menu>ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0;
}

.header .menu-wrap .main-menu>ul>li {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 315px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header .menu-wrap .main-menu>ul>li>a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  text-align: center;
  width: 100%;
  padding: 18px 15px;
  color: #373737;
}

.header .menu-wrap .main-menu>ul>li:hover {
  color: #fff;
  background: #db121e;
}

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

.header .menu-wrap .main-menu>ul>li.menu-item-has-children ul {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  -webkit-transition: .0s;
  -o-transition: .0s;
  transition: .0s;
  background: #fff;
  border: 0;
  -webkit-box-shadow: 0px 4px 20px rgba(219, 18, 30, 0.13);
  box-shadow: 0px 4px 20px rgba(219, 18, 30, 0.13);
  border-radius: 5px;
  z-index: 10;
  display: none;
  min-width: 200px;
  padding: 20px 10px;
  border-bottom: 2px solid #db111e;
}

.header .menu-wrap .main-menu>ul>li.menu-item-has-children:hover ul {
  display: block;
}

.header .menu-wrap .main-menu>ul>li.menu-item-has-children ul li {
  margin-bottom: 15px;
  display: block;
}

.header .menu-wrap .main-menu>ul>li.menu-item-has-children ul li:last-child {
  margin-bottom: 0px;
}

.header .menu-wrap .main-menu>ul>li.menu-item-has-children ul li a {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  color: #373737;
}

.header .menu-wrap .main-menu>ul>li.menu-item-has-children ul li a:hover {
  color: #db111e;
}



@media (max-width:1499px) {}

@media (max-width:1399px) {
  .header .top-header .top-header-wrap .main-menu nav>ul>li {
  margin-left: 20px;
}

.header .top-header .top-header-wrap .adress {
  min-width: 410px;
}
.header .top-header .top-header-wrap .main-menu nav>ul>li>a::before,
 .header .top-header .top-header-wrap .main-menu nav>ul>li ul {
   width: 140px;
 }
 .header .top-header .phone {
     font-size: 16px;
   }

  .header .header-center .logo .descript {
width: 195px;
    font-size: 13px;
  }

  .header .menu-wrap .main-menu>ul>li>a {
    font-size: 16px;
  }

}

@media (max-width:1199px) {
  .header .top-header .top-header-wrap .adress,
.header .top-header .top-header-wrap .main-menu nav>ul>li a {
  font-size: 13px;
}

.header .top-header .top-header-wrap .adress {
  min-width: 375px;
}

.header .top-header .top-header-wrap .main-menu nav>ul>li {
    margin-left: 12px;
}
.header .menu-wrap .main-menu>ul>li>a {
      font-size: 14px;
          padding: 12px 10px;
}
.header .menu-wrap .main-menu>ul>li {
    height: 44px;
  }

  .header .menu-wrap .main-menu>ul>li.menu-item-has-children ul {
      min-width: 160px;
      }
      .header .top-header .header-social a {
    margin-right: 0;
  }

  .header .top-header .top-header-wrap .adress {
      min-width: auto;
  }
      .header .top-header .phone {
          font-size: 14px;
          margin-right: 5px;
      }
  .header .header-center .logo .descript {
    padding: 5px 0 5px 0px;
    border-left: 0px;
    margin-left: 0;
  }
  .header .header-center {
    padding: 5px 0;
  }
}

@media (max-width:991px) {
.header .top-header .top-header-wrap .adress .street {
  display: none;
}
.header .top-header .header-social a svg {
    width: 22px;
    height: 22px;
  }
  .header .top-header .phone {
    margin-left: 5px;
}
.header .top-header .top-header-wrap .adress .adress-city {
    margin-right: 5px;
}
.header .top-header .top-header-wrap .main-menu nav>ul>li {
    margin-left: 5px;
}
  .header .top-header .top-header-wrap .main-menu nav>ul>li>a::before {
    height: 36px;
    width: 130px;
  }

  .header .top-header .top-header-wrap .main-menu nav>ul>li ul {
    width: 130px;
    top: 30px;
  }

  .header .header-center .logo img {
      max-width: 80px;
  }
  .header .menu-wrap .main-menu>ul>li {
    height: 36px;
}
  .header .menu-wrap .main-menu>ul>li>a {
    font-size: 12px;
    padding: 8px 5px;
}
  .header .menu-wrap .main-menu {
    width: 100%;
  }

  .header .menu-wrap .main-menu>ul>li.menu-item-has-children .main-menu-child {
    width: 100%;
  }



  .header .menu-wrap .main-menu>ul>li.menu-item-has-children ul li:nth-child(3n),
  .header .menu-wrap .main-menu>ul>li.menu-item-has-children ul li:nth-child(6n),
  .header .menu-wrap .main-menu>ul>li.menu-item-has-children ul li:nth-child(12n) {
    margin-right: 0;
  }
  .header .menu-wrap .main-menu>ul>li.menu-item-has-children ul {
      min-width: 140px;
  }

  .header .menu-wrap .main-menu>ul>li.menu-item-has-children ul li a {
    font-size: 13px;
  }
}

.mobile-menu {
  display: none;
}

@media (max-width: 767px) {
  .header .header-center {
    padding: 10px 0;
  }

  .header .top-header .top-header-wrap .adress, .header .top-header .top-header-wrap .main-menu nav>ul>li a {
  font-size: 12px;
}
    .header .top-header .top-header-wrap .adress .adress-city .inline-svg-icon.arrow-city-icon,
    .header .top-header .top-header-wrap .adress .adress-city .inline-svg-icon.point-city-icon {
      top: -1px;
      position: relative;
    }

    .header .top-header {
      padding: 8px 0;
    }

  .mobile-menu {
    display: none;
    position: fixed;
    overflow-y: auto;
    top: 0;
    right: 0;
    width: 100%;
    max-width: 320px;
    height: 100%;
    color: #fff;
    padding: 15px 0px 0px;
    background: #F4F5F6;
    z-index: 991;
  }

  .mobile-menu.active {
    display: block;
  }

  .mobile-menu .mobile-main-menu ul {
    display: block;
    margin-bottom: 0px;
    padding-left: 20px;
  }

  .mobile-menu .mobile-main-menu>ul>li {
    padding: 8px 0px;
    display: block;
    position: relative;
  }

  .mobile-menu .mobile-main-menu ul li .li-img {
    display: none;
  }

  .mobile-menu .mobile-main-menu ul li a {
    color: #373737;
    font-weight: 500;
    font-size: 17px;
    line-height: 1.6;
    position: relative;
  }

  .mobile-menu .mobile-main-menu>ul>li.menu-item-has-children>a::before {
    content: url(img/down-black.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: -23px;
    top: 2px;
  }

  .mobile-menu .mobile-main-menu>ul>li.menu-item-has-children.active>a::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 4px;
  }

  .mobile-menu .mobile-main-menu>ul>li.menu-item-has-children.active .main-menu-child {
    background: #ececec;
    margin-left: -35px;
    padding-left: 35px;
  }

  .mobile-menu .mobile-main-menu>ul>li>.main-menu-child>ul {
    display: none;
    padding: 7px 0;
  }

  .mobile-menu .mobile-main-menu>ul>li.menu-item-has-children>ul>li {
    padding: 4px 0px;
    display: block;
    position: relative;
    font-weight: 400;
  }

  .mobile-menu .mobile-main-menu>ul>li.menu-item-has-children>ul>li a {
    font-weight: 400;
    font-size: 15px;
  }

  .mobile-menu .mobile-sub-menu ul {
    list-style: none;
    padding-left: 20px;
  }

  .mobile-menu .mobile-sub-menu ul li {
    position: relative;
    padding: 2px 0px;
  }

  .mobile-menu .mobile-sub-menu ul li a {
    color: #db111e;
    font-size: 15px;
    line-height: 1.6;
    position: relative;
  }

  .mobile-menu .mobile-sub-menu>nav>ul>li.menu-item-has-children>a::before {
    content: url(img/down.svg);
    width: 16px;
    height: 16px;
    position: absolute;
    right: -22px;
    top: 1px;
  }

  .mobile-menu .mobile-sub-menu>nav>ul>li.menu-item-has-children.active>a::before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    top: 5px;
  }

  .mobile-menu .mobile-sub-menu>nav>ul>li.menu-item-has-children ul {
    /* display: none; */
    padding-left: 20px;
  }

  .mobile-menu .mobile-sub-menu>nav>ul>li.menu-item-has-children ul li a {
    color: #5a5a5a;
  }

  .mobile-menu .mobile-btns {
    padding-left: 35px;
  }

  .mobile-menu .mobile-btns .header-zvonok {
    margin-top: 48px;
    position: relative;
    margin-bottom: 25px;
  }

  .mobile-menu .mobile-btns button {
    font-size: 16px;
    line-height: 1.6;
    border-radius: 20px;
    padding: 10px 20px;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    text-align: left;
    border: 0;
    margin-bottom: 20px;
    outline: 0;
    background: #db111e;
    color: #fff;
  }


  .mobile-menu .mobile-btns .header-social {
    margin-bottom: 20px;
  }

  .mobile-menu .mobile-btns .top-header-social a,
  .mobile-menu .mobile-btns .header-social a {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
  }

  .mobile-menu .mobile-btns .top-header-social a svg,
  .mobile-menu .mobile-btns .header-social a svg {
    width: 28px;
    height: 28px;
    fill: #1D1D1D;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .mobile-menu .mobile-btns .header-social a.telegram svg {
    stroke: #1D1D1D;
    fill: none;
  }

  .mobile-menu .mobile-btns .header-callto-zamer {
    padding-left: 28px;
    margin-bottom: 30px;
    position: relative;
    background: transparent;
    text-align: left;
    border: 0;
    outline: 0;
    font-weight: 600;
    font-size: 15px;
    line-height: 1.6;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    color: #db111e;
    padding-right: 0;
  }

  .mobile-menu .mobile-btns .header-callto-zamer svg {
    width: 15px;
    height: 15px;
    position: absolute;
    left: 0;
    top: 1px;
    fill: #D0D1D1;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .mobile-menu .mobile-btns .header-callto-zamer:hover svg {
    fill: #db111e;
  }

  .mobile-menu .mobile-search {
    position: relative;
  }

  .mobile-menu .mobile-search input[type="text"] {
    width: 100%;
    background: #fff;
    padding: 20px 50px 20px 20px;
    font-size: 15px;
    line-height: 1.6;
    color: #373737;
    border: 0;
    left: 0;
    position: relative;
    right: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .mobile-menu .mobile-search button {
    position: absolute;
    top: 14px;
    right: 17px;
    z-index: 2;
    width: 32px;
    height: 32px;
    outline: 0;
    padding: 4px;
    border: 0;
    background: transparent;
  }

  .mobile-menu .mobile-search button svg {
    fill: #1d1d1d;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    width: 24px;
    height: 24px;
  }

  .mobile-menu .mobile-search button:hover svg {
    fill: #373737;
  }
}

@media (max-width: 575px) {


  .header .top-header {
    padding: 10px 0;
  }

  .header .top-header .top-header-wrap {
max-width: calc(100% - 60px);
  }


  .header .header-center .logo img {
      max-width: 100%;
  }
  .header .header-center .logo {
    width: 140px;
        min-width: 103px;
        margin: 0 auto;
  }

  .header .header-center .logo .descript {
    font-size: 12.5px;
  }
}

@media (max-width: 559px) {
  .header .header-center .logo .descript {
    display: none;
  }
}

@media (max-width: 460px) {

}

@media (max-width: 340px) {

}

.main-block {
  position: relative;
      box-shadow: 0 4px 15px rgba(0, 0, 0, .1);
}

.main-block .main-block-slider .main-block-slide {
  position: relative;
}

.main-block .main-block-slider .container {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-block .main-block-slider .main-block-slide_text .main-block-title {
  font-weight: 500;
  font-size: 42px;
  line-height: 1.5;
  color: #373737;
  margin-bottom: 30px;
  max-width: 50%;
}

.main-block .main-block-slider .main-block-slide_text .main-block-text {
  font-weight: 400;
  font-size: 24px;
  line-height: 1.4;
  color: #373737;
  margin-bottom: 30px;
  max-width: 50%;
}

.main-block .main-block-slider .main-block-slide_text .btn {
  color: #db121e;
  border-color: #db121e;
}

.main-block .main-block-slider .main-block-slide_text .btn svg {
  fill: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.main-block .main-block-slider .main-block-slide_text .btn:hover {
  background: #fff;
  color: #db121e;
}

.main-block .main-block-slider .main-block-slide_text .btn:hover svg {
  fill: #db121e;
}

body .owl-carousel button.owl-dot {
  width: 50px;
  height: 5px;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: 0;
  background: transparent;
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}

body .owl-carousel button.owl-dot.active {
  border-bottom: 1px solid #db121e;
}

.main-block .main-block-slider .owl-dots {
  position: absolute;
  bottom: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}

.main-slider-arrow {
  width: 46px;
  height: 46px;
  position: absolute;
  top: calc(50% - 23px);
  z-index: 3;
  text-align: center;
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.main-slider-arrow svg {
  width: 24px;
  height: 24px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.main-slider-arrow.main-slider-arrow-left {
  background: #fff;
  left: 25px;
}

.main-slider-arrow.main-slider-arrow-left svg {
  stroke: #25282B;
}

.main-slider-arrow.main-slider-arrow-right {
  background: #fff;
  right: 25px;
}

.main-slider-arrow.main-slider-arrow-right svg {
  stroke: #25282B;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.main-slider-arrow:hover {
  background: #db111e;
  cursor: pointer;
}

@media (max-width:1499px) {}

@media (max-width:1399px) {}

@media (max-width:1199px) {
  .main-block .main-block-slider .main-block-slide_text .main-block-title {
    font-size: 32px;
    line-height: 1.6;
  }
}

@media (max-width:991px) {
  .main-block .main-block-slider .main-block-slide_text .main-block-title {
    margin-bottom: 20px;
  }

  .main-block .main-block-slider .main-block-slide_text .main-block-title, .main-block .main-block-slider .main-block-slide_text .main-block-title h1 {
    font-size: 30px;
    line-height: 1.6;
  }

  .main-block .main-block-slider .main-block-slide_text .main-block-text {
    font-size: 18px;
  }
}

@media (max-width:767px) {
  .main-block .main-block-slider .main-block-slide_text .main-block-text {
    font-size: 16px;
    max-width: 100%;
    text-align: center;
  }
  .main-block-slider.owl-carousel .owl-item img {
    opacity: 0.2;
}

  .main-block .main-block-slider .main-block-slide_text .main-block-title, .main-block .main-block-slider .main-block-slide_text .main-block-title h1 {
    font-size: 26px;
    max-width: 100%;
    text-align: center;
  }

  body .owl-carousel button.owl-dot {
    width: 36px;
  }

  .main-slider-arrow {
    width: 36px;
    height: 36px;
    padding: 4px 0;
  }

  .main-slider-arrow.main-slider-arrow-left {
    left: 15px;
  }

  .main-slider-arrow.main-slider-arrow-right {
    right: 15px;
  }

  .main-block .main-block-slider .owl-dots {
    bottom: 10px;
  }
}

@media (max-width:575px) {

  /* .main-block-slide {
  height: 225px;
}
.main-block-slide .owl-carousel .owl-item img {
  height: 225px;
  height: 100%;
  width: auto;
  max-width: none;
} */
  .main-block .main-block-slider .main-block-slide_text .main-block-text {
    display: none;
  }
}
.text-page.text-page-home {
  padding: 50px 0 0px;
  text-align: center;
}

.text-page.text-page-home + .uslugi {
  padding-bottom: 20px;
}

@media (max-width:449px) {
  h1 {
    font-size: 28px;
    line-height: 1.4;
  }



  .main-block .main-block-slider .main-block-slide_text .main-block-title, .main-block .main-block-slider .main-block-slide_text .main-block-title h1 {
    font-size: 22px;
    line-height: 1.4;
  }

  .text-page.text-page-home {
    padding: 30px 0;
  }



  .main-slider-arrow.main-slider-arrow-left,
  .main-slider-arrow.main-slider-arrow-right {
    display: none;
  }

  body .owl-carousel button.owl-dot {
    width: 20px;
  }
}

.uslugi .container-fluid {
  padding: 0;
  overflow: hidden;
}

.uslugi .uslugi-item {
  margin-bottom: 30px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
}

.uslugi .uslugi-item.uslugi-item-4 {
  max-height: 593px
}

.uslugi .uslugi-item img {
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  width: 100%;
  height: auto;
}

.uslugi .uslugi-item:hover img {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}



.uslugi .uslugi-item .uslugi-item_title {
  color: #fff;
  font-size: 28px;
  font-weight: 300;
  line-height: 1.6;
  position: absolute;
  z-index: 3;
  left: 40px;
  bottom: 30px;
  right: 40px;
}

@media (max-width:1199px) {
  .uslugi .uslugi-item {
    margin-bottom: 17px;
  }

  .uslugi .uslugi-item .uslugi-item_title {
    font-size: 20px;
    left: 20px;
    bottom: 20px;
    right: 20px;
  }
}

@media (max-width:991px) {
  .uslugi .uslugi-item {
    margin-bottom: 11px;
  }

}

@media (max-width:767px) {

}


.premius {
  padding: 70px 0 40px;
  background: #fff;
}

.premius h2 {
  text-align: center;
}

.premius .subtitle {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}

.premius .premius-item {
  text-align: center;
  margin-bottom: 30px;
}


.premius .premius-item .premius-item_title {
  font-size: 22px;
  line-height: 1.6;
  color: #282828;
  font-weight: 700;
}

.premius .premius-item .premius-item_title span {
  font-weight: 700;
  font-size: 72px;
  color: #db111e;
}

.premius .premius-item .premius-item_text {
  font-size: 16px;
  line-height: 1.6;
  color: #373737;
  max-width: 260px;
  margin: 0 auto;
}
@media (max-width:1199px) {
  .premius .premius-item .premius-item_title span {
      font-size: 60px;
    }
}


@media (max-width:575px) {
.premius {
  display: none;
}
}

@media (max-width:449px) {
  .premius {
    padding: 30px 0;
  }
}

.services {
  padding: 50px 0 30px;
  background: #f5f5f5;
}

.services + .services {
  padding: 30px 0;
}

.bg-white {
  background: #fff;
}

.services h2 {
  margin-bottom: 25px;
  text-align: center;
}

.services h3 {
  margin-bottom: 20px;
}

.services .subtitle {
  text-align: center;
  margin-bottom: 50px;
  font-size: 20px;
}



.services .services-item {
  position: relative;
  display: block;
  margin-bottom: 30px;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #fff;
  padding: 25px 25px;
  border-radius: 10px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.services .services-item:hover {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.services.catalog-page .services-item:hover {
  border: 2px solid #fff;
}

.services .services-item .services-item_img {
  position: relative;
  text-align: center;
  height: 170px;
  overflow: hidden;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}

.services .services-item .services-item_img .item {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  height: 170px;
  text-align: center;
  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;
  width: 100%;
}

.services .services-item .services-item_img .item img {
  max-height: 100%;
  width: auto;
  margin: 0 auto;
  display: block;
}

.services .services-item .services-item_img .gallery__item--first {
  opacity: 1;
}

.services .services-item .services-item_img .owl-dots {
  margin-top: 0px;
  position: absolute;
  bottom: 21px;
  left: 0%;
  width: 100%;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.services .services-item .services-item_img .owl-dots .owl-dot {
  width: 50px;
  height: 5px;
  border: 0;
  border-bottom: 1px solid #1D1D1D;
  outline: 0;
  background: transparent;
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}

.services .services-item .services-item_img .owl-dot.active,
.services .services-item .services-item_img .owl-dots .owl-dot:hover {
  border-bottom: 1px solid #db111e;
}

.services .services-item .services-item_colors {
  position: absolute;
  background: #e6e6e6;
  border-radius: 4px;
  top: 15px;
  right: 25px;
  text-align: center;
  padding: 2px 10px;
  font-size: 12px;
  line-height: 1.6;
  color: #1d1d1d;
  z-index: 3;
}

.services .services-item .services-item_title {
  margin-top: 19px;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
  color: #373737;
  margin-bottom: 20px;
  text-align: center;
}

.services .services-item .services-item_otdyshka {
  font-size: 15px;
  text-align: center;
}

.services-item_price span:first-child {
  font-size: 18px;
}

.services .services-item .services-item_char {
  margin-bottom: 15px;
}

.services .services-item .services-item_char ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #373737;
}

.services .services-item .services-item_char ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 15px;
  line-height: 1.6;
  color: #373737;
  margin: 0 0 0px;
  padding-left: 0px;
  list-style: none;
  position: relative;
}

.services .services-item .services-item_char ul li::after {
  content: none;
}

.services .services-item .services-item_char ul li+li {
  margin-top: 5px;
}

.services .services-item .services-item_char ul li img {
  width: 30px;
  height: 30px;
  margin: 0 10px 0 0px;
  border-radius: 0px;
}

.services .services-item .services-item_price {
  font-size: 22px;
  line-height: 1.6;
  color: #373737;
  text-align: center;
  margin-bottom: 15px;
}

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

.services .services-item .services-item_btn .btn-buy {
  background: #db111e;
  outline: 0;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  padding: 10px 20px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.services .services-item .services-item_btn .btn-buy svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-right: 8px;
  position: relative;
  top: -2px;
}

.services .services-item .services-item_btn .btn-buy:hover {
background: #f55052;
  color: #fff;
}

.services .services-item .services-item_btn .btn-buy:hover svg {
  fill: #fff;
}

.services .services-item .services-item_btn .btn-more {
  color: #1D1D1D;
}

.services .services-item .services-item_btn .btn-more span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  line-height: 1.6;
}

.services .services-item .services-item_btn .btn-more svg {
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: middle;
  top: -2px;
  right: 0;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.services .services-item .services-item_btn .btn-more:hover svg {
  right: -5px;
}

.woocommerce .services-item a.added_to_cart {
  position: absolute;
  bottom: 81px;
  background: #1D1D1D;
  padding: 4px 10px;
  color: #db111e;
  border-radius: 24px;
  font-size: 14px;
}

.woocommerce .services-item a.added_to_cart:hover {
  color: #fff;
}

@media (max-width:1499px) {
  /* .services .services-item .services-item_img {
    height: 289px;
  } */
}

@media (max-width:1399px) {

  .services .services-item .services-item_img,
  .services .services-item .services-item_img .item {
    height: 160px;
  }

  .services .services-item {
    padding: 40px 20px 25px;
  }

  .services .services-item .services-item_char ul li {
    font-size: 15px;
  }

  .services .services-item .services-item_btn .btn-buy {
    padding: 10px 12px;
    font-size: 15px;
  }

  .services .services-item .services-item_btn .btn-more span {
    font-size: 15px;
  }
}

@media (max-width:1199px) {
  .services .services-item .services-item_img {
    height: 207px;
  }

  .services .services-item .services-item_title {
    font-size: 16px;
  }

  .services .services-item .services-item_img .owl-dots .owl-dot {
    width: 46px;
  }

  .services .services-item .services-item_btn .btn-buy {
    padding: 10px 20px;
  }
}

@media (max-width:991px) {
  .services .services-item .services-item_title {
    font-size: 18px;
  }
}

@media (max-width:767px) {
  .services .services-item .services-item_img {
    height: 155px;
  }

  .services .services-item .services-item_img .owl-dots .owl-dot {
    width: 46px;
  }

  .services .services-item .services-item_btn {
    display: block;
    text-align: center;
  }

  .services .services-item .services-item_btn .btn-more {
    margin-top: 20px;
    display: block;
  }

  .services .services-item .services-item_price {
    text-align: center;
  }

  .services .services-item .services-item_char ul li {
    font-size: 13px;
  }
  .services h3 {
    font-size: 28px;
  }
}

@media (max-width:575px) {
  .services .subtitle {
    text-align: center;
    margin-bottom: 20px;
  }
  .services .justify-content-between {
    justify-content: center !important;
  }
  .services h3 {
    font-size: 18px;
  }

  .services {
    padding: 30px 0 0px;
  }

  .services h2,
  .services h3 {
    text-align: center;
  }

  .services .services-item {
    max-width: 300px;
    margin: 0 auto 30px;
    padding: 40px 25px 25px;
  }

  .services .services-item .services-item_title {
    font-size: 20px;
    text-align: center;
  }
}

.proizv {
  padding: 60px 0;
  background: #f5f5f5;
}

.proizv h2 {
  margin-bottom: 30px;
}

.proizv-slider-arrows {
  text-align: right;
  margin-bottom: 30px;
}

.proizv-slider-arrows .proizv-slider-arrow {
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: middle;
}

.proizv-slider-arrows .proizv-slider-arrow svg {
  width: 24px;
  height: 24px;
}

.proizv-slider-arrows .proizv-slider-arrow svg path {
  fill: #373737;
}

.proizv-slider-arrows .proizv-slider-arrow:hover {
  cursor: pointer;
}

.proizv-slider-arrows .proizv-slider-arrow.proizv-slider-arrow-right {
  margin-left: 50px;
}

.proizv-slider-arrows .proizv-slider-arrow:hover svg {
  fill: #db111e;
}

.proizv-slider-arrows .proizv-slider-arrow.proizv-slider-arrow-right svg {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.proizv .slide {
  text-align: center;
  margin: 20px 10px;
  background: #FFFFFF;
  border-radius: 12px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  padding-bottom: 15px;
}

.proizv .slide:hover {
  -webkit-box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.2);
}

.proizv .slide .slide-title {
  margin-top: 21px;
  font-size: 13px;
  line-height: 1.6;
  text-align: center;
  color: #717171;
}

.proizv .slide .slide-img {
  height: 112px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.proizv .proizv-slider.owl-carousel .owl-item img {
  width: auto;
  max-width: 90%;
  max-height: 80%;
  margin: 0 auto;
  display: block;
}

.proizv .proizv-slider .owl-dots {
  margin-top: 0px;
  width: 100%;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.proizv .proizv-slider .owl-dots .owl-dot {
  width: 40px;
  height: 5px;
  border: 0;
  border-bottom: 1px solid #373737;
  outline: 0;
  background: transparent;
  margin: 0 7px;
  display: inline-block;
  vertical-align: middle;
}

.proizv .proizv-slider .owl-dot.active,
.proizv .proizv-slider .owl-dots .owl-dot:hover {
  border-bottom: 1px solid #db111e;
}

@media (max-width:1499px) {}

@media (max-width:1399px) {}

@media (max-width:1199px) {}

@media (max-width:991px) {}

@media (max-width:767px) {}

@media (max-width:575px) {
  .proizv {
    padding: 30px 0;
  }

  .proizv-slider-arrows {
    text-align: center;
  }

  .proizv h2 {
    text-align: center;
  }

  .proizv .proizv-slider .owl-dots .owl-dot {
    width: 46px;
  }

  .proizv .slide .slide-title {
    margin-top: 15px;
    font-size: 12px;
    line-height: 1.6;
  }

  .proizv .slide .slide-img {
    height: 72px;
  }
}


.text-page {
  padding: 50px 0 70px;
}

.text-page.text-page-tabs {
  padding: 0;
}


.text-page .hide-wrapper {
  overflow: hidden;
  position: relative;
}

.text-page .hide-wrapper::after {
  content: '';
  bottom: 0;
  left: 0;
  width: 100%;
  height: 85px;
  z-index: 2;
  position: absolute;
  -webkit-transition: .8s;
  -o-transition: .8s;
  transition: .8s;
  background: rgb(0, 43, 55);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 1)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 1) 50%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#fff", endColorstr="#fff", GradientType=1);
}

.text-page .hide-wrapper.active::after {
  height: 0;
}

.text-page .hide-wrapper .read_more {
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  color: #db111e;
  background: transparent;
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding: 0;
  z-index: 3;
  outline: 0;
  border: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.text-page .hide-wrapper .read_more:hover {
  color: #373737;
}

.text-page p {
  margin-bottom: 20px;
}

.text-page p+h2,
.text-page p+h3,
.text-page p+h4,
.text-page p+h5,
.text-page ul+h2,
.text-page ul+h3,
.text-page ul+h4,
.text-page ul+h5,
.text-page ol+h2,
.text-page ol+h3,
.text-page ol+h4,
.text-page ol+h5 {
  margin-top: 55px;
}

  .text-page p a {
    text-decoration: underline;
    color: #373737;
  }

  .text-page p a:hover {
    text-decoration: none;
  color:  #a89927;
  }

.text-page .margin-20 {
  margin: 10px 0;
}

.text-page .margin-30 {
  margin: 15px 0;
}

.text-page .margin-40 {
  margin: 20px 0;
}

.text-page .margin-50 {
  margin: 25px 0;
}

.text-page .margin-60 {
  margin: 30px 0;
}

.text-page .margin-70 {
  margin: 35px 0;
}

.text-page .margin-80 {
  margin: 40px 0;
}

.text-page .margin-90 {
  margin: 45px 0;
}

.text-page .margin-100 {
  margin: 50px 0;
}

.text-page table {
  margin: 20px 0px 40px;
  border-spacing: 6px;
  border-collapse: unset;
}

.text-page table th {
  background: #1d1d1d;
  color: #fff;
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  padding: 16px 30px;
  border: 0;
}

.text-page table td {
  background: #F4F5F6;
  color: #373737;
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  padding: 16px 30px;
  border: 0;
}

.text-page table tr:nth-child(2n+1) td {
  background: #eaeaea;
}

.text-page .warning {
  background: #FFEA2F;
  position: relative;
  margin: 50px 0;
  font-weight: 500;
  font-size: 17px;
  line-height: 1.6;
  text-align: center;
  color: #373737;
  padding: 45px 130px 35px 130px;
  color: #373737;
}

.text-page .warning::before {
  content: '';
  background: url(img/warning.svg) center center no-repeat #fff;
  position: absolute;
  width: 50px;
  height: 50px;
  left: calc(50% - 25px);
  top: -25px;
  border-radius: 50%;
}

.text-page blockquote {
  background: #F4F5F6;
  padding: 37px 200px 18px 65px;
  font-style: italic;
  font-weight: normal;
  font-size: 15px;
  line-height: 1.6;
  color: #373737;
  position: relative;
  margin: 50px 0 80px;
}

.text-page blockquote::before {
  content: '';
  background: url(img/quotes.svg) no-repeat;
  background-size: contain;
  width: 104px;
  height: 97px;
  position: absolute;
  bottom: -52px;
  right: 40px;
}

.text-page img {
  border-radius: 5px;
  margin-bottom: 30px;
}

.text-page ol {
  margin: 30px 0 60px;
  counter-reset: li;
  padding: 0;
}

.text-page ol li {
  font-size: 15px;
  line-height: 1.6;
  color: #373737;
  margin: 0 0 20px;
  padding-left: 58px;
  list-style: none;
  position: relative;
}

.text-page ol li::after {
  counter-increment: li;
  content: counters(li, ".") "";
  width: 26px;
  height: 26px;
  color: #373737;
  border: 1px solid #373737;
  text-align: center;
  font-size: 16px;
  line-height: 1.6;
  position: absolute;
  border-radius: 0px;
  top: 0px;
  left: 0;
}

.text-page ul {
  margin: 20px 0 20px;
  padding: 0;
}

.text-page ul li {
  font-size: 15px;
  line-height: 1.6;
  color: #373737;
  margin: 0 0 20px;
  padding-left: 58px;
  list-style: none;
  position: relative;
}

.text-page ul li::after {
  content: '';
  width: 30px;
  height: 1px;
  background: #373737;
  position: absolute;
  left: 0;
  top: 12px;
}

.text-page h2 {
  margin-bottom: 27px;
}

.text-page h3 {
  margin-bottom: 20px;
}

.text-page h4 {
  margin-bottom: 15px;
}

.text-page h5 {
  margin-bottom: 15px;
}

.text-page p>a,
.text-page li>a,
.text-page td>a,
.posted_in a,
.woocommerce-tabs a {
  color: #db121e;
}

.text-page p>a:hover,
.text-page li>a:hover,
.text-page td>a:hover,
.posted_in a:hover,
.woocommerce-tabs a:hover {
  color: #373737;
}

@media (max-width:1499px) {}

@media (max-width:1399px) {}

@media (max-width:1199px) {}

@media (max-width:991px) {
  .text-page .warning {
    padding: 45px 60px 35px;
  }

  .text-page blockquote {
    padding: 37px 140px 18px 65px;
  }
}

@media (max-width:767px) {

  .text-page table th,
  .text-page table td {
    font-size: 15px;
    line-height: 1.6;
    padding: 12px 10px;
  }

  .text-page .table {
    overflow-x: auto;
  }

  .text-page .warning {
    padding: 45px 40px 35px;
  }

  .text-page img {
    margin: 0 auto 30px;
    display: block;
  }
}

@media (max-width:575px) {
  .text-page .warning {
    padding: 45px 20px 35px;
  }

  .text-page blockquote {
    padding: 37px 20px 48px 20px;
  }

  .text-page {
    padding: 30px 0 40px;
  }
}

.footer .footer-top {
  padding: 40px 0px;
  background: #070404;
}

.footer .footer-top .footer-top-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-top .footer-top-box .logo {
  width: 276px;
}

.footer .footer-top .footer-top-box .logo .descr {
  font-weight: 300;
  font-size: 16px;
  line-height: 1.6;
  margin-top: 13px;
  color: #DFDFDF;
}

.footer .footer-adress-box {
  font-size: 14px;
  line-height: 1.6;
  color: #DFDFDF;
}

.footer .footer-adress-box a {
  color: #DFDFDF;
}

.footer .footer-adress-box a:hover {
  color: #db111e;
}

.footer .footer-adress-box svg {
  width: 28px;
  height: 28px;
  fill: #DFDFDF;
  position: relative;
  top: 4px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.footer .footer-top .footer-top-box .footer-main-menu {
  width: 230px;
}

.footer .footer-top .footer-top-box .footer-main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.footer .footer-top .footer-top-box .footer-main-menu li {
  margin-bottom: 7px;
}

.footer .footer-top .footer-top-box .footer-main-menu a {
  color: #fff;
  font-weight: 400;
  font-size: 14px;
  line-height: 1.6;
}

.footer .footer-top .footer-top-box .footer-main-menu a:hover {
  color: #db111e;
}

.footer .footer-top .footer-top-box .footer-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 520px;
  width: 100%;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-left {
  width: 306px;
  font-size: 15px;
  line-height: 1.6;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-right .footer-contact-time .time-title {
  line-height: 1.6;
  position: relative;
  color: #fff;
  font-size: 13px;
  margin-bottom: 0px;
  margin-top: 2px;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-right .footer-contact-time .footer-time {
  line-height: 1.6;
  font-size: 13px;
  font-weight: 400;
  position: relative;
  color: #fff;
  margin-bottom: 18px;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-right {
  text-align: right;
  width: 40%;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-right .footer-contact-phone a {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 4px;
  color: #FFFFFF;
  display: inline-block;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-right .footer-contact-phone a:hover {
  color: #db111e;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-right .footer-contact-callto {
  margin-top: 9px;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-right .footer-contact-callto button {
  background: transparent;
  border: 1px solid #db111e;
  border-radius: 4px;
  text-align: center;
  padding: 10px 24px;
  font-size: 14px;
  line-height: 1.6;
  outline: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  color: #db111e;
}

.footer .footer-top .footer-top-box .footer-contact .footer-contact-right .footer-contact-callto button:hover {
  background: #db111e;
  color: #373737;
  cursor: pointer;
}

.footer .footer-top .footer-contact-social {
  margin-top: 20px;
  text-align: center;
}

.footer .footer-top .footer-contact-social a {
  display: inline-block;
  margin: 0 5px;
}

.footer .footer-top .footer-contact-social img {
  width: 30px;
  height: 30px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.footer .footer-top .footer-contact-social a:hover img {
  opacity: 0.5;
}

.footer .footer-bottom {
  padding: 20px 0;
  background: #bb1722;
color: #ffffff;
}

.footer .footer-bottom .copyright {
  font-size: 14px;
  line-height: 1.6;
  color: #ffffff;
}

.footer .footer-bottom .copyright a {
  color: #ffffff;
  text-decoration: underline;
}

.footer .footer-bottom .copyright a:hover {
  color: #db111e;
}

.footer .footer-bottom .footer-oplata {
  text-align: right;
}

.footer .footer-bottom .footer-oplata span {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 1.6;
  margin-right: 8px;
  color: #a3a3a3;
}

.footer .footer-bottom .footer-oplata img {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8px;
}

.footer .footer-bottom .footer-oplata img:last-child {
  margin-right: 0;
}

@media (max-width:1499px) {}

@media (max-width:1399px) {
  .footer .footer-top .footer-top-box .footer-contact .footer-contact-left {
    width: 226px;
  }

  .footer-menublock .footer-menu a {
    font-size: 15px;
    line-height: 1.6;
  }

  .footer .footer-top .footer-top-box .logo {
    width: 240px;
  }

  .footer .footer-top .footer-top-box .footer-main-menu {
    width: 130px;
  }

  .footer .footer-top .footer-top-box .footer-main-menu.footer-main-menu-2 {
    width: 150px;
  }

  .footer .footer-top .footer-top-box .footer-contact {
    max-width: 400px;
  }
}

@media (max-width:1199px) {
  .footer .footer-top {
    padding: 50px 0;
  }

  .footer .footer-bottom .copyright {
    font-size: 11px;
  }

  .footer .footer-top .footer-top-box .footer-contact {
    max-width: 210px;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-left {
    margin-bottom: 10px;
    width: 100%;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-right {
    text-align: left;
    width: 100%;
  }

  .footer .footer-top .footer-top-box .footer-contact-social {
    margin-top: 20px;
    width: 100%;
  }

  .footer .footer-bottom .footer-oplata img {
    margin: 0 3px;
  }

  .footer .footer-bottom .footer-oplata img:last-child {
    margin-right: 0;
  }

  .footer-menublock ul.footer-menu li {
    width: 25%;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-right {
    -ms-order: 1;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    text-align: center;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-left {
    -ms-order: 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    text-align: center;
  }
}

@media (max-width:991px) {
  .footer-menublock ul.footer-menu li {
    width: 33.333%;
  }

  .footer .footer-top .footer-top-box .footer-contact {
    max-width: 100%;
  }

  .footer .footer-top .footer-top-box .footer-contact {
    max-width: 620px;
    width: 100%;
    margin-top: 30px;
  }

  .footer .footer-top .footer-top-box .footer-contact-social {
    margin-top: 0px;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-left {
    width: 50%;
    max-width: 270px;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-right {
    width: 50%;
    max-width: 250px;
    text-align: left;
  }

  .footer .footer-bottom .footer-oplata span {
    display: block;
    margin-right: 0;
  }

  .footer .footer-bottom .footer-oplata img {
    margin: 0 6px;
  }
}

@media (max-width:767px) {
  .footer .footer-top .footer-top-box .logo {
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-right {
    text-align: right;
  }

  .footer .footer-top .footer-top-box .footer-contact-social {
    text-align: center;
  }

  .footer .footer-top .footer-top-box .adress .city-box {
    left: calc(50% - 75px);
  }

  .footer .footer-bottom .copyright,
  .footer .footer-bottom .policy {
    text-align: center;
  }

  .footer .footer-bottom .footer-oplata {
    text-align: center;
    margin: 10px 0;
  }

  .footer .footer-top .footer-top-box .footer-main-menu,
  .footer .footer-top .footer-top-box .footer-main-menu.footer-main-menu-2 {
    width: 50%;
    text-align: center;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-right {
    text-align: center;
  }
}

@media (max-width:575px) {
  .footer-menublock ul.footer-menu li {
    width: 50%;
  }

  .footer .footer-top .footer-top-box .footer-main-menu {
    width: 50%;
  }

  .footer .footer-top {
    padding: 30px 30px
  }
}

@media (max-width:499px) {

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-left,
  .footer .footer-top .footer-top-box .footer-contact .footer-contact-right {
    width: 100%;
    text-align: center;
    max-width: none;
  }

  .footer .footer-top .footer-top-box .footer-contact .footer-contact-left {
    margin-bottom: 10px;
  }

  .footer .footer-top .footer-top-box .footer-contact-social a {
    display: inline-block;
    margin-right: 5px;
    margin-left: 5px;
    margin-bottom: 10px;
  }

  .footer .footer-top .footer-top-box .footer-contact-social a:last-child {
    margin-right: 5px;
  }

  .footer .footer-top .footer-top-box .footer-main-menu li {
    text-align: center;
    display: block;
  }

  .footer .footer-top .footer-top-box .footer-main-menu {
    width: 100%;
  }

  .footer .footer-top .footer-top-box .footer-main-menu.footer-main-menu-2 {
    width: 100%;
  }
}

@media (max-width:399px) {
  .footer-menublock ul.footer-menu li {
    width: 100%;
    text-align: center;
  }
}

.breadcrumps-box {
  background: #f9f9f9;
}

.breadcrumps-box .breadcrumps {
  color: #949EA3;
  font-size: 13px;
  line-height: 1.6;
  padding: 13px 0px 13px;
}

.breadcrumps-box .breadcrumps a {
  color: #949EA3;
}

.breadcrumps-box .breadcrumps a:hover {
  color: #373737;
}

.dptoggle {
  display: none;
}

@media (max-width:767px) {
  .header .main-menu {
    display: none;
  }

  .dptoggle {
    color: #fff;
    padding: 0;
    border: 2px solid #fff;
    height: 38px;
    width: 38px;
    margin: 0;
    display: block;
    background: #db111e;
    text-transform: uppercase;
    font-size: 14px;
    line-height: 1;
    position: relative;
    position: fixed;
    z-index: 992;
    right: 25px;
    top: 59px;
  }

  .dptoggle.active {
    background: #F4F5F6;
    color: #373737;
  }

  .dptoggle:hover {
    cursor: pointer;
  }

 .dptoggle:focus, .dptoggle:hover {
    outline: 0;
    border: 0;
  }

  .dptoggle span:first-child {
    position: absolute;
    width: 20px;
    height: 2px;
    border-radius: 2px;
    display: block;
    background-color: #fff;
    top: 50%;
    left: 7px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }

  .dptoggle span:first-child::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    top: -6px;
    left: 0;
    border-radius: 2px;
  }

  .dptoggle span:first-child::after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #fff;
    display: block;
    top: 6px;
    left: 0;
    border-radius: 2px;
  }

  .dptoggle.active span:first-child {
    background-color: transparent;
  }

  .dptoggle.active span:first-child::after {
    top: 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #373737;
  }

  .dptoggle.active span:first-child::before {
    top: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    background: #373737;
  }
}

@media (max-width: 575px) {
  .dptoggle {
    top: 5px;
    right: 12px;
  }
}

@media (max-width: 559px) {
  .dptoggle {
    top: 5px;
  }
}

@media (max-width: 460px) {

}

@media (min-width: 979px) {
  ul.nav li.dropdown.show-on-hover:hover>ul.dropdown-menu {
    display: block;
  }

  .comment-list .children {
    padding: 0;
    margin-left: 74px;
    padding-bottom: 15px;
  }

  .comment-list .media {
    margin-top: 0;
  }
}

/* =WordPress Core
-------------------------------------------------------------- */
.alignnone {
  margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}

.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}

a img.alignnone {
  margin: 5px 20px 20px 0;
}

a img.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto
}

.wp-caption {
  background: #fff;
  border: 1px solid #f0f0f0;
  max-width: 96%;
  /* Image does not overflow the content area */
  padding: 5px 3px 10px;
  text-align: center;
}

.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}

.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}

.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 1.6;
  margin: 0;
  padding: 0 4px 5px;
}

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}

.screen-reader-text:focus {
  background-color: #f1f1f1;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
  clip: auto !important;
  color: #21759b;
  display: block;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  height: auto;
  left: 5px;
  line-height: normal;
  padding: 15px 23px 14px;
  text-decoration: none;
  top: 5px;
  width: auto;
  z-index: 137373700;
  /* Above WP toolbar. */
}

.contact-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-align-items: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.contact-page .cont-col {
  width: 50%;
  margin-bottom: 40px;
  padding: 0 30px;
  position: relative;
}

.contact-page .cont-col a {
  color: #212529;
}

.contact-page .cont-col a:hover {
  color: #db121e;
}

.contact-page .cont-col .cont-col-tel {
  font-size: 22px;
  position: relative;
}

.contact-page .cont-col .cont-col-tel svg {
  width: 19px;
  height: 19px;
  fill: #1D1D1D;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 8px;
  left: -29px;
}

.contact-page .cont-col .cont-col-adress svg {
  width: 28px;
  height: 28px;
  fill: #1D1D1D;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 2px;
  left: 0px;
}

.contact-page .cont-col .cont-col-email svg {
  width: 28px;
  height: 28px;
  fill: #1D1D1D;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 2px;
  left: 0px;
}

.contact-page .cont-col .cont-col-rezim svg {
  width: 19px;
  height: 19px;
  fill: #5e5e5e;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  position: absolute;
  top: 2px;
  left: 0px;
}

.cont-rightblock {
  background: #f5f5f5;
  padding: 30px 20px;
}

.cont-rightblock .cont-rekviz {
  margin: 20px 0 20px;
}

.cont-rightblock .cont-rekviz svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 15px;
}

.cont-rightblock .cont-rekviz a {
  color: #373737;
}

.cont-rightblock .cont-rekviz a:hover {
  color: #db121e;
}

.cont-rightblock .cont-mess a {
  display: inline-block;
  margin: 10px 5px;
}

.cont-rightblock .cont-qr img {
  display: block;
  margin-bottom: 10px;
  border-radius: 0;
  width: 188px;
}

.cont-rightblock .cont-qr svg {
  width: 16px;
  height: 16px;
  display: inline-block;
  vertical-align: text-top;
  margin-right: 10px;
}

.cont-rightblock .cont-qr a {
  color: #373737;
}

.cont-rightblock .cont-qr a:hover {
  color: #8b7745;
}

.cont-rightblock .cont-qr_snoska {
  font-size: 14px;
  color: #646464;
}

.cont-rightblock .cont-priem {
  font-size: 16px;
  color: #646464;
}

.cont-rightblock .cont-priem span {
  color: #373737;
}

@media (max-width:991px) {
  .cont-rightblock {
    margin-top: 30px;
  }
}

@media (max-width:767px) {
  .cont-rightblock {
    text-align: center;
  }
}

@media (max-width: 575px) {
  .contact-page .cont-col {
    width: 100%;
  }
}

.services .services.catalog-page {
  background: transparent;
  padding: 0px 0 20px;
}

.services.catalog-page {
  background: #fff;
  padding: 10px 0 70px;
}

.services.catalog-page .services-item {
  border: 2px solid #e6e6e6;
}

.sertif-block {
  text-align: center;
  padding: 70px 0;
  background: #E5E5E5;

}

.row.sertif-block {
  background: transparent;
  padding: 0;
}

.sertiv-items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.sertif-block .sertiv-items a {
  display: block;
  margin: 20px 10px 20px;
  width: 23% ;
}

@media (max-width: 1199px) {
.services .services.catalog-page .row .col-12:last-child {
  display: none;
}
}

@media (max-width: 991px) {
.services .services.catalog-page .row .col-12:nth-last-child(2) {
  display: none;
}
}

@media (max-width: 767px) {
  .sertif-block .sertiv-items a {
    width: 48% ;
  }
}
@media (max-width: 575px) {
.services .services.catalog-page .row .col-12:nth-last-child(3) {
  display: none;
}
}
.box-tegi {
  padding: 50px 0 30px;
}

@media (max-width: 575px) {
.box-tegi {
  display: none;
}
}

.tegi {
  margin: 0;
  padding: 0px 0 10px;
}

.tegi li {
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  margin-bottom: 20px;
  /* -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s; */
}

.tegi li a {
  background: #f5f5f5;
  border-radius: 20px;
  padding: 10px 20px;
  font-size: 15px;
  line-height: 25px;
  color: #373737;
  text-align: center;
  display: block;
}

.tegi li a:hover {
  cursor: pointer;
  background: #db121e;
  color: #fff;
}

.tegi li.current-cat a {
  background: #db121e;
  color: #fff;
  cursor: default;
}

.tegi .btn-tegi {
  font-weight: 600;
  font-size: 18px;
  display: inline-block;
  line-height: 24px;
  color: #db121e;
  padding: 0 20px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.tegi .btn-tegi:hover {
  color: #373737;
}

.tegi .toggle {
  display: none;
}

.tegi li.btn-tegi:hover {
  cursor: pointer;
}

@media (max-width:1199px) {
  .tegi li a {
    padding: 10px 20px;
    font-size: 14px;
    line-height: 20px;
  }

  .tegi li {
    margin-bottom: 15px;
  }
}

@media (max-width:575px) {
  .box-tegi h2 {
    text-align: center;
  }
  .tegi {
    text-align: center;
  }
}

@media (max-width:399px) {
  .tegi li {
    margin-bottom: 10px;
    margin-right: 10px;
  }

  .tegi li a {
    padding: 6px 14px;
    font-size: 12px;
    line-height: 20px;
  }
}

.block9 {
  background: #ededed;
  padding: 64px 0 96px
}

@media (min-width:768px) and (max-width:991.98px) {
  .block9 {
    padding: 64px 0 48px
  }
}

@media (min-width:992px) {
  .block9 {
    padding: 110px 0
  }
}

.block9 .content {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 16px
}

@media (min-width:992px) {
  .block9 .content {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 54%;
    flex: 0 0 54%;
    max-width: 54%;
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }
}

.block9 .icons-list li:nth-child(1), .block9 .icons-list li:nth-child(2), .block9 .icons-list li:nth-child(3), .block9 .icons-list li:nth-child(4) {
  margin-bottom: 48px
}

@media (min-width:992px) {
  .block9 .icons-list li:nth-child(3), .block9 .icons-list li:nth-child(4) {
    margin-bottom: 0
  }
}

.block9 .phone-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-ordinal-group: 1;
  -ms-flex-order: 0;
  order: 0;
  margin-bottom: 64px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative
}

@media (min-width:992px) {
  .block9 .phone-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    margin-bottom: 0;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }
}

@media (min-width:1504px) {
  .block9 .phone-block {
    margin-left: 4.33333%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%
  }
}

.block9 .phone-block video {
  margin: 0 50px
}

@media (min-width:992px) {
  .block9 .phone-block video {
    margin: 0
  }
}

.block9 .phone-block img {
  display: none
}

@media (min-width:768px) and (max-width:991.98px) {
  .block9 .phone-block img {
    display: block
  }
}

.block9 .video {
  width: 230px
}

@media (min-width:992px) {
  .block9 .video {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
    width: 283px
  }
}

.block9 .star-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 0 16px;
  margin-top: 24px
}

@media (min-width:768px) and (max-width:991.98px) {
  .block9 .star-block {
    display: none
  }
}

@media (min-width:992px) {
  .block9 .star-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 13%;
    flex: 0 0 13%;
    max-width: 13%;
    margin-top: 0
  }
}

.block9 .AppStore {
  margin-right: 16px
}

@media (min-width:992px) {
  .block9 .AppStore {
    margin-bottom: 64px;
    margin-right: 0
  }
}

.bg-gray1 {
  background: #f7f7f7;
}

.icons-list, .icons-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.icons-list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
  margin: 48px 0 0;
  padding: 0
}

@media (min-width:768px) {
  .icons-list {
    margin: 64px 0 0
  }
}

.icons-list li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px
}

.icons-list__type3 li {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  margin-bottom: 48px;
  padding: 0 16px
}

@media (min-width:768px) {
  .icons-list__type3 li {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

.icons-list__type3 .icon {
  margin-right: 24px
}

.round-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 88px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow: hidden;
  width: 88px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 88px;
  flex: 0 0 88px;
  max-width: 88px
}

.block7 {
  background: #181818 url('images/code@1x.jpg') center no-repeat;
  background-size: cover;
  padding: 110px 0;
}

.block7 h2 {
  color: #fff;
}

.block7 .text {
  max-width: 736px
}

.block7 .container {
  position: relative
}

.block7 .icons-list li {
  padding: 0 10px 0 0;
  font-size: 15px;
}

.block7 .hub-block {
  margin-top: -32px;
  margin-bottom: 64px;
  text-align: center
}

@media (min-width:1200px) {
  .block7 .hub-block {
    right: 16px;
    margin-bottom: 0;
    margin-top: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
        transform: translate(0, -50%)
  }
}

.block7 .hub-block img {
  max-width: 232px
}

@media (min-width:768px) {
  .block7 .hub-block img {
    max-width: 320px
  }
}

.icons-list__type1 .icon {
  margin-right: 16px;
}

.woocommerce div.product {
  padding: 50px 0 0;
}

.woocommerce #content div.product div.images, .woocommerce div.product div.images, .woocommerce-page #content div.product div.images, .woocommerce-page div.product div.images,
.woocommerce #content div.product div.summary, .woocommerce div.product div.summary, .woocommerce-page #content div.product div.summary, .woocommerce-page div.product div.summary {
  float: none;
  width: 100%;
}

.woocommerce div.product .product-desk {
  padding-left: 40px;
}

.woocommerce div.product .services-item_char {
  margin-bottom: 15px;
}

.woocommerce div.product .services-item_char ul {
  list-style: none;
  padding: 0;
  margin: 0;
  font-size: 16px;
  line-height: 1.6;
  color: #373737;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.woocommerce div.product .services-item_char ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}

.woocommerce div.product .services-item_char ul li img {
  width: 40px;
  height: 40px;
  margin-right: 10px;
}

.woocommerce div.product p.price, .woocommerce div.product span.price {
  font-size: 30px;
  line-height: 1.6;
  color: #373737;
  margin-bottom: 15px;
}

.woocommerce-product-details__short-description p {
  font-size: 16px;
}

.woocommerce div.product form.cart .button {
  background: #1D1D1D;
  outline: 0;
  border: 0;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.6;
  color: #FFFFFF;
  padding: 10px 24px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  font-weight: normal;
}

.woocommerce div.product form.cart .button:hover {
  background: #db111e;
  color: #1D1D1D;
}

.woocommerce div.product form.cart div.quantity {
  float: left;
  margin: 0px 15px 0 0;
}

.woocommerce .quantity .qty {
  text-align: center;
  border-radius: 5px;
  height: 45px;
}

.woocommerce-tabs {
  margin-top: 50px;
}

.specs-block .spec-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}

.specs-block .spec-item>div {
  width: 50%;
  padding: 10px 15px;
}

.specs-block .spec-item:nth-child(2n) {
  background: #E6E6E6
}

.related.products {
  background: #E6E6E6;
  padding-top: 70px;
  margin-top: 50px;
}

.related.products h2 {
  text-align: center;
}

.related.products .services.catalog-page {
  background: #E6E6E6
}

@media (max-width: 1199px) {
  .related.products .services.catalog-page .col-xl-3:last-child {
    display: none;
  }
}

@media (max-width: 991px) {
  .related.products .services.catalog-page .col-xl-3:last-child {
    display: block;
  }
}

.woocommerce div.product div.images .flex-control-thumbs li {
  width: 20%;
  max-width: 100px;
  margin-right: 6px;
}

.woocommerce div.product div.images .flex-control-thumbs li img {
  border: 1px solid #e1e1e1;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.woocommerce div.product div.images .flex-control-thumbs li img.flex-active, .woocommerce div.product div.images .flex-control-thumbs li img:hover {
  border: 1px solid #1D1D1D;
}

.woocommerce div.product div.images .flex-control-thumbs li:last-child {
  margin-right: 0px;
}

.woocommerce div.product .woocommerce-product-gallery--columns-4 .flex-control-thumbs li:nth-child(4n+1) {
  clear: none;
}

@media (max-width: 767px) {
  .woocommerce div.product .product-desk {
    padding-left: 0;
  }
}

@media (max-width:575px) {
  .woocommerce .woocommerce-result-count, .woocommerce-page .woocommerce-result-count {
    float: none;
    text-align: center;
  }

  .woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering {
    float: none;
    text-align: center;
  }

  .woocommerce div.product {
    padding: 30px 0 0;
  }
}

@media (max-width:480px) {

  .specs-block .spec-item,
  .specs-block .spec-item p {
    font-size: 13px;
  }
}

.block2 {
  padding: 96px 0 0
}

.text-page + .block2 {
  padding-top: 0;
}

@media (min-width:1200px) {
  .block2 {
    padding: 96px 0 32px
  }
}

@media (min-width:992px) {
  .block2 h2 {
    margin-bottom: 72px
  }
}

.bg-brand1 {
  background: #181818;
}

@media (min-width:768px) {
  .cases-type1 {
    margin-left: 0;
    margin-right: 0
  }

  .cases-type2 {
    margin-top: 64px
  }
}

@media (min-width:1200px) {
  .cases-type2 {
    margin-left: 0;
    margin-right: 0;
    margin-top: 0
  }
}

.case-img, .case-video {
  left: 0;
  top: 0;
  position: absolute;
  width: 100%
}

.case1 {
  background: #050c15
}

.case1:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#050c15), color-stop(65%, #070c0f), to(rgba(6, 22, 35, 0)));
  background-image: -o-linear-gradient(bottom, #050c15, #070c0f 65%, rgba(6, 22, 35, 0));
  background-image: linear-gradient(to top, #050c15, #070c0f 65%, rgba(6, 22, 35, 0))
}

.case2 {
  background: #464945
}

.case2:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#464945), color-stop(65%, #464945), to(rgba(70, 73, 69, 0)));
  background-image: -o-linear-gradient(bottom, #464945, #464945 65%, rgba(70, 73, 69, 0));
  background-image: linear-gradient(to top, #464945, #464945 65%, rgba(70, 73, 69, 0))
}

.case3 {
  background: #225760
}

.case3:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#225760), color-stop(65%, #225a60), to(rgba(34, 88, 97, 0)));
  background-image: -o-linear-gradient(bottom, #225760, #225a60 65%, rgba(34, 88, 97, 0));
  background-image: linear-gradient(to top, #225760, #225a60 65%, rgba(34, 88, 97, 0))
}

.case4 {
  background: #232429
}

.case4:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(59, 59, 64, 0)), color-stop(23%, rgba(47, 48, 53, .7)), color-stop(52%, rgba(34, 34, 40, .99)), to(#232429));
  background-image: -o-linear-gradient(top, rgba(59, 59, 64, 0), rgba(47, 48, 53, .7) 23%, rgba(34, 34, 40, .99) 52%, #232429);
  background-image: linear-gradient(to bottom, rgba(59, 59, 64, 0), rgba(47, 48, 53, .7) 23%, rgba(34, 34, 40, .99) 52%, #232429)
}

.case5 {
  background: #ededed
}

.case5:after {
  background-image: -webkit-gradient(linear, left bottom, left top, from(#ededed), color-stop(40%, #ededed), to(rgba(237, 237, 237, 0)));
  background-image: -o-linear-gradient(bottom, #ededed, #ededed 40%, rgba(237, 237, 237, 0));
  background-image: linear-gradient(to top, #ededed, #ededed 40%, rgba(237, 237, 237, 0))
}

.case4 .case-img, .case5 .case-img {
  height: 94%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center top;
  object-position: center top
}

@media (min-width:576px) {
  .case4 .case-img, .case5 .case-img {
    height: auto;
    -o-object-fit: none;
    object-fit: none
  }
}

.case6 {
  background: #dbd3bf
}

.case7 {
  background: #24150a
}

.usecase-video-block {
  display: none;
  left: 0;
  top: 0;
  position: absolute;
  padding: 20px;
  width: 100%;
  z-index: 11
}

.usecase-video-block .video {
  width: 100%
}

.usecase-video-block .video-container {
  max-width: 480px;
  margin: 0 auto
}

.usecase-video-block .video-close, .video-btn {
  cursor: pointer;
  padding: 0;
  height: 48px;
  outline: 0;
  width: 48px
}

.usecase-video-block .video-close {
  background: #181818;
  color: #fff;
  top: 0;
  right: 0;
  -webkit-transition: background .15s ease-in-out;
  -o-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
  z-index: 1;
  border: 0;
  position: absolute
}

.usecase-video-block .video-close:hover {
  background: rgba(24, 24, 24, .9)
}

.promo-card {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  position: relative;
  overflow: hidden
}

@media (min-width:1200px) {
  .promo-card {
    margin-bottom: 64px
  }
}

@media (min-width:1504px) {
  .promo-card {
    padding: 480px 48px 80px
  }
}

.block1:after, .card1:after, .promo-card.open:before {
  content: '';
  left: 0;
  position: absolute;
  width: 100%
}

.promo-card.open:before {
  background: rgba(24, 24, 24, .8);
  height: 100%;
  top: 0;
  z-index: 10
}

.promo-card .content {
  position: relative;
  z-index: 2
}

.card1, .promo-card .media-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.promo-card .media-block {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 320px;
  padding: 24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

@media (min-width:992px) {
  .promo-card .media-block {
    height: 350px
  }
}

@media (min-width:1200px) {
  .promo-card .media-block {
    height: 400px
  }
}

.promo-card .media-block img, .promo-card .media-block video {
  max-width: 100%
}

@media (min-width:576px) {
  .promo-card .media-block img, .promo-card .media-block video {
    max-width: 100%
  }
}

.promo-card h3 {
  font-weight: 400
}

.card1 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media (min-width:768px) and (max-width:1199.98px) {
  .card1 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

@media (min-width:1200px) {
  .card1 {
    padding: 400px 24px 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

@media (min-width:1504px) {
  .card1 {
    padding: 400px 48px 64px
  }
}

.card1:after {
  top: 200px;
  height: 264px;
  z-index: 1
}

@media (min-width:768px) and (max-width:1199.98px) {
  .card1:after {
    display: none
  }
}

@media (min-width:1200px) {
  .card1:after {
    top: 28%;
    height: 570px
  }
}

.card1 .preview-block {
  height: 320px;
  position: relative;
  width: 100%
}

@media (min-width:768px) {
  .card1 .preview-block {
    height: auto;
    width: auto
  }
}

@media (min-width:768px) and (max-width:1199.98px) {
  .card1 .preview-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 328px;
    flex: 0 0 328px;
    max-width: 328px
  }
}

@media (min-width:1200px) {
  .card1 .preview-block {
    height: 400px;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
  }
}
.card1.case6 .preview-block video {
  max-width: 90%;
      margin-top: 50px;
      margin-left: 5%;
}


.card1 .preview-block .case-video, .card1 .preview-block img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.card1 .content {
  padding: 48px 16px 64px
}

@media (min-width:768px) {
  .card1 .content {
    padding: 48px 24px
  }
}

@media (min-width:1200px) {
  .card1 .content {
    padding: 0
  }
}

@media (min-width:768px) {
  .card1 .text {
    min-height: 120px
  }
}

.card1 .video-btn, .card2:after {
  left: 16px;
  top: -72px;
  position: absolute
}

@media (min-width:768px) {
  .card1 .video-btn {
    left: 0
  }
}

@media (min-width:1200px) {
  .card1 .video-btn {
    left: 0
  }
}

.card2 {
  padding: 320px 0 64px
}

@media (min-width:992px) {
  .card2 {
    padding: 350px 0 64px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width:1200px) {
  .card2 {
    padding: 400px 0 64px
  }
}

.card2 .content {
  padding: 0 16px
}

@media (min-width:768px) {
  .card2 .content {
    padding: 0 24px
  }
}

@media (min-width:1504px) {
  .card2 .content {
    padding: 0 48px
  }
}

.card2:after {
  bottom: 0;
  top: auto;
  content: '';
  height: 324px;
  left: 0;
  width: 100%;
  z-index: 1
}

@media (min-width:768px) {
  .card2:after {
    top: 11%;
    height: 570px
  }
}

@media (min-width:992px) {
  .card2:after {
    height: 400px;
    top: 35%
  }
}

@media (min-width:1504px) {
  .card2:after {
    height: 570px;
    top: 28%
  }
}

.card2 .video-btn {
  left: 16px;
  top: -72px;
  position: absolute
}

@media (min-width:768px) {
  .card2 .video-btn {
    left: 24px
  }
}

@media (min-width:1200px) {
  .card2 .video-btn {
    left: 48px
  }
}

.scenario-block2 {
  position: relative;
  overflow: hidden
}

.scenario-block2 .scenarios-header {
  color: #fff;
  padding-top: 96px;
  text-align: center
}

.scenario-block2 .scenarios-header h2 {
  color: #fff;
}

.scenario-block2 .scenarios-desc {
  max-width: 992px;
  margin: 0 auto
}

@media (min-width:768px) {
  .scenario-block2 .mobile {
    display: none
  }
}

@media (max-width:767.98px) {
  .scenario-block2 .desktop {
    display: none
  }
}

.scenario-block2 .bg-video {
  display: block;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  position: absolute
}

.scenario-block2 .container {
  position: relative;
  z-index: 1
}

.scenarios-slider .slide {
  color: #fff;
  padding: 64px 0 0
}

.scenario-block2__media, .scenarios-slider .col-12 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding: 0 16px
}

.scenarios-slider .owl-stage-outer {
  padding-bottom: 128px
}

.scenarios-slider h3 {
  font-size: 24px;
  margin: 0 0 32px;
  color: #fff;
}

.scenarios-slider .text {
  margin-top: 32px
}

.scenarios-slider .owl-nav {
  position: absolute;
  z-index: 2;
  left: 0;
  padding-left: 16px;
  bottom: 64px
}

.scenarios-slider .owl-nav .owl-next, .scenarios-slider .owl-nav .owl-prev {
  background: #dbdbdb;
  color: #181818;
  -webkit-transition: background .1s ease-in-out;
  -o-transition: background .1s ease-in-out;
  transition: background .1s ease-in-out;
  cursor: pointer;
  height: 40px;
  width: 40px
}

.scenarios-slider .owl-nav .owl-next:hover, .scenarios-slider .owl-nav .owl-prev:hover {
  background: #a8a8a8
}

.scenarios-slider .owl-dots {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 40px;
  position: absolute;
  bottom: 64px;
  padding-left: 130px;
  z-index: 1
}

.scenarios-slider .owl-dots button {
  border-radius: 50%;
  height: 8px;
  width: 8px;
  background: #fff
}

.scenarios-slider.owl-carousel button.owl-dot.active {
  background: #db111e
}

.scenarios-slider .owl-dots button.focus, .scenarios-slider .owl-dots button:focus, .scenarios-slider .owl-nav .owl-next.focus, .scenarios-slider .owl-nav .owl-next:focus, .scenarios-slider .owl-nav .owl-prev.focus, .scenarios-slider .owl-nav .owl-prev:focus {
  outline: 0
}

.scenarios-slider .owl-dots button:not(:last-child) {
  margin-right: 8px
}

.scenarios-slider .owl-nav .owl-next svg, .scenarios-slider .owl-nav .owl-prev svg {
  display: inline-block;
  position: relative;
  vertical-align: middle
}

.scenarios-slider .owl-nav .owl-next {
  border-bottom-right-radius: 20px;
  border-top-right-radius: 20px
}

.scenarios-slider .owl-nav .owl-prev {
  margin-right: 2px;
  border-bottom-left-radius: 20px;
  border-top-left-radius: 20px
}

.scenarios-slider .owl-nav .owl-prev svg {
  left: -1px
}

@media (min-width:768px) {
  .scenario-block2__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.66667%;
    flex: 0 0 66.66667%;
    max-width: 66.66667%
  }
}

@media (min-width:992px) {
  .scenario-block2__media {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

.scenario-block2__list {
  font-family: 'Roboto Light';
  font-weight: 300;
  font-size: 18px;
  padding: 96px 16px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%
}

@media (min-width:768px) {
  .scenario-block2__list {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.3333%;
    flex: 0 0 33.3333%;
    max-width: 33.3333%
  }
}

@media (min-width:992px) {
  .scenario-block2__list {
    font-size: 24px;
    padding: 128px 16px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%
  }
}

@media (min-width:1200px) {
  .scenario-block2__list {
    padding: 160px 16px;
    font-size: 32px
  }
}

.scenario-block2__list ul {
  margin: 0;
  padding-left: 0;
  list-style: none
}

.scenario-block2__list li:not(:last-child) {
  margin-bottom: 24px
}

@media (min-width:992px) {
  .scenario-block2__list li:not(:last-child) {
    margin-bottom: 48px
  }
}

.scenario-block2__list a {
  color: #787878;
  display: inline-block
}

.scenario-block2__list a.active, .scenario-block2__list a.active:focus, .scenario-block2__list a.active:hover {
  color: #fff
}

.scenario-block2__list a.active .carret {
  opacity: 1
}

.scenario-block2__list .carret {
  bottom: 2px;
  height: 14px;
  position: relative;
  width: 9px;
  opacity: 0;
  -webkit-transition: opacity .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out;
  transition: opacity .2s ease-in-out
}

.scenario-block2__list .carret:before {
  content: '';
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  border-left: 6px solid #5ae4aa;
  left: 0;
  top: 50%;
  position: absolute
}

@media (min-width:992px) {
  .scenario-block2__list .carret:before {
    border-top-width: 7px;
    border-bottom-width: 7px;
    border-left-width: 9px;
    -webkit-transform: translate(0, -2px);
    -ms-transform: translate(0, -2px);
        transform: translate(0, -2px)
  }
}

.scenario-tab__panel {
  color: #fff;
  padding: 48px 0
}

@media (min-width:992px) {
  .scenario-tab__panel {
    padding: 64px 0
  }
}

@media (min-width:1200px) {
  .scenario-tab__panel {
    font-size: 18px;
    padding: 96px 0
  }
}

.scenario-tab__panel:not(.active) {
  display: none
}

.scenario-tab__panel .text {
  font-family: 'Roboto Light';
  font-weight: 300;
  max-width: 615px
}

.scenario-tab__panel .video-block {
  max-width: 608px
}

.scenario-tab__panel .scenarios-media, .video-block {
  position: relative
}

.video-block video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%
}

.replay-block {
  display: none;
  position: absolute;
  top: 0;
  right: 16px;
  z-index: 1
}

@media (min-width:1200px) {
  .replay-block {
    right: 48px
  }
}

.replay-btn, .scenario-steps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.replay-btn {
  background: 0 0;
  border-radius: 0;
  border: 0;
  color: #fff;
  height: 32px;
  font-size: 14px;
  padding: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: color .15s ease-in-out;
  -o-transition: color .15s ease-in-out;
  transition: color .15s ease-in-out
}

.replay-btn:hover {
  color: #5ae4aa
}

.replay-btn svg {
  margin-right: 8px
}

.scenario-steps {
  padding-left: 0;
  list-style: none;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 32px 0 16px
}

@media (min-width:1200px) {
  .scenario-steps {
    margin: 40px 0 24px
  }
}

.scenario-steps li {
  margin-bottom: 8px;
  position: relative
}

.scenario-steps li:not(:last-child) {
  margin-right: 24px
}

@media (min-width:1200px) {
  .scenario-steps li:not(:last-child) {
    margin-right: 32px
  }
}

.scenario-steps li:not(:last-child):after {
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  border-left: 6px solid #787878;
  content: '';
  left: 100%;
  top: 50%;
  -webkit-transform: translate(8px, -50%);
  -ms-transform: translate(8px, -50%);
      transform: translate(8px, -50%);
  position: absolute
}

.scenario-steps .scenario-steps__card {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #242424;
  border-radius: 16px;
  color: #adadad;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 14px;
  padding: 12px
}

@media (min-width:992px) {
  .scenario-steps .scenario-steps__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding: 8px 16px 8px 8px
  }
}

@media (min-width:1200px) {
  .scenario-steps .scenario-steps__card {
    padding: 8px 16px 8px 12px
  }
}

.scenario-steps .scenario-icon {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 40px;
  flex: 0 0 40px;
  max-width: 40px;
  margin-bottom: 8px
}

@media (min-width:992px) {
  .scenario-steps .scenario-icon {
    margin-bottom: 0;
    margin-right: 8px
  }
}

@media (min-width:1200px) {
  .scenario-steps .scenario-icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 56px;
    flex: 0 0 56px;
    max-width: 56px
  }
}

.woocommerce #respond input#submit.alt, .woocommerce a.button.alt, .woocommerce button.button.alt, .woocommerce input.button.alt {
  background: #db111e;
      outline: 0;
      border: 0;
      border-radius: 4px;
      font-size: 16px;
      line-height: 1.6;
      color: #FFFFFF;
      padding: 10px 20px;
      -webkit-transition: .2s;
      -o-transition: .2s;
      transition: .2s;
}

.woocommerce #respond input#submit.alt:hover, .woocommerce a.button.alt:hover, .woocommerce button.button.alt:hover, .woocommerce input.button.alt:hover {
  background: #f55052;
  color: #fff;
}

.woocommerce button.button.alt.single_add_to_cart_button {
  padding: 15px 30px;
  font-size: 20px;
}

.woocommerce .single_add_to_cart_button svg {
  width: 19px;
  height: 19px;
  fill: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  margin-right: 8px;
  position: relative;
  top: -2px;
}


.woocommerce .single_add_to_cart_button:hover svg {
  fill: #fff;
}

#add_payment_method table.cart img, .woocommerce-cart table.cart img, .woocommerce-checkout table.cart img {
  width: 100px;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin: 0;
}

.woocommerce-cart table.cart .product-thumbnail,
.woocommerce-cart table.cart .product-remove {
  background: transparent;
}

.woocommerce form .form-row input.input-text, .woocommerce form .form-row textarea {
  padding: 10px 20px;
  border-radius: 8px;
  font-size: 15px;
  line-height: 1.6;
  border: 1px solid #adadad;
}

.woocommerce nav.woocommerce-pagination ul li a, .woocommerce nav.woocommerce-pagination ul li span {
  color: #373737;
  padding: 1em;
}

.text-page ul.woocommerce-shipping-methods li::after {
  content: none;
}

.text-page .woocommerce ul#shipping_method li {
  padding-left: 0;
}

.woocommerce ul#shipping_method li input {
  margin: 3px 15px 0 0;
  vertical-align: top;
  width: 18px;
  height: 18px;
}

.sklad {
  margin-bottom: 10px;
  width: calc(100% - 72px);
}

.sklad .car_delivery {
  width: 58px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.sklad span {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
}

@media (max-width:480px) {
  .sklad span {
    font-size: 15px;
  }
}

.woocommerce div.product div.images .flex-control-thumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
    justify-content: center;
}



.woocommerce div.product form.cart .variations th {
  width: 140px;
}

.home-price-table {
  padding: 70px 0;
  background: url(images/snowy.jpg) center no-repeat;
  background-size: cover;
}

.home-price-table.home-price-table-page {
  background: none;
  padding: 70px 0 0;
}

.home-price-table h2 {
    margin-bottom: 25px;
    text-align: center;
}

.home-price-table table {
  width: 100%;
  box-shadow: 0 2px 8px rgba(0, 0 ,0, 0.15);
}

.home-price-table table th,
.home-price-table table td {
  padding: 10px;
  text-align: center;
  border: 1px solid #dcdcdc;
}

.home-price-table table th {
  background: #eee;
}

.home-price-table table td {
  background: #fff;
}

@media (max-width:767px) {
.table-scroll  {
  overflow-x: auto;
}
.home-price-table table th, .home-price-table table td {
    padding: 5px;
    font-size: 13px;
}
}

.conversion {
  margin: 100px 0 50px 0;
  position: relative;
  z-index: 5
}

.conversion__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}

.conversion__row-left, .conversion__row-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: flex-start;
  height: 330px;
  position: relative
}

.conversion__row-right .wpcf7 form .wpcf7-response-output {
  font-size: 12px;
  width: 240px;
    right: 30px;
    top: 110px;
position: absolute;
}

.conversion__row-right .wpcf7-not-valid-tip {
    font-size: 11px;
    margin-top: -10px;
  }

.conversion__row-left {
  background-color: #5a5a5a;
  width: 400px;
  padding: 0 110px 0 40px;
  z-index: 2
}

.conversion__row-left--title {
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
  font-size: 26px;
  line-height: 42px;
  margin: 0
}

.conversion__row-left .woman {
  position: absolute;
  bottom: 0;
  right: -70%
}

.conversion__row-right {
  width: calc(100% - 390px);
  background-color: #f5f5f5;
  background-position: left center;
  background-repeat: no-repeat;
  z-index: 1;
  padding: 0 0 0 300px
}

.conversion__row-right--form, .conversion__row-right--text {
  height: 235px;
  width: 50%
}

.conversion__row-right--form {
  padding: 0 50px 0 0
}

.conversion__row-right--text {
  border-left: 1px solid rgba(0, 72, 106, .1);
  margin-left: auto;
  padding: 0 20px 10px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column nowrap;
  justify-content: space-between
}

.conversion__row-right--text p {
  text-transform: uppercase;
  color: #646464;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px
}
@media screen and (max-width:1399px) {
.conversion__row-right {
    width: calc(100% - 250px);
    padding: 0 0 0 240px;
}
.conversion__row-right .wpcf7 form .wpcf7-response-output {
    font-size: 12px;
    width: 240px;
    right: 5px;
  }
}
@media screen and (max-width:1340px) {
  .conversion {
    margin: 50px 0 0 0
  }

  .conversion__row-left {
    width: 330px;
    padding: 0 80px 0 30px
  }

  .conversion__row-left--title {
    font-size: 26px;
    line-height: 38px
  }

  .conversion__row-right {
    width: calc(100% - 330px);
    padding: 0 0 0 250px
  }

  .conversion__row-right--text {
    padding-left: 30px
  }

  .conversion__row-right--form {
    padding-right: 30px
  }
}

@media screen and (max-width:1199px) {
  .conversion__row-left {
    width: 300px;
    padding: 0 65px 0 30px
  }
  .conversion__row-right .wpcf7 form .wpcf7-response-output {
    font-size: 11px;
    width: 185px;
        top: 120px;
  }

  .conversion__row-right--text .form-checkbox {
  margin-top: 80px;
}

  .conversion__row-left--title {
    font-size: 24px;
    line-height: 34px
  }

  .conversion__row-right {
    width: calc(100% - 300px);
    padding: 0 0 0 220px
  }

  .conversion__row-right--text {
    padding-left: 20px;
    padding-right: 30px
  }

  .conversion__row-right--form {
    padding-right: 20px
  }
}

@media screen and (max-width:999px) {
  .conversion__row-right .wpcf7 form .wpcf7-response-output {
    font-size: 11px;
    width: 100%;
    position: initial;
  }
  .conversion {
    margin: 30px 0 30px 0
  }

  .conversion__row {
    flex-flow: column nowrap
  }

  .conversion__row-left {
    width: 100%;
    padding: 30px 30px 30px 30px;
    text-align: center;
    height: auto;
    justify-content: center;
    position: relative;
    z-index: 2
  }

  .conversion__row-left::after {
    content: '';
    display: block;
    position: absolute;
    width: 121px;
    height: 123px;
    background: url(img2/background-conversion-woman-mobile.png) center center no-repeat;
    bottom: -50px;
    left: 50%;
    margin-left: -60px;
    z-index: 1
  }

  .conversion__row-left .woman {
    display: none
  }

  .conversion__row-left--title {
    text-align: center;
    position: relative;
    z-index: 3;
    font-size: 22px;
    line-height: 32px
  }

  .conversion__row-right {
    height: auto;
    width: 100%;
    padding: 70px 0 0 0;
    display: block;
    background-position: -250px 0;
    position: relative;
    z-index: 1
  }

  .conversion__row-right::after {
    display: none
  }

  .conversion__row-right--form {
    padding: 0 40px;
    max-width: 400px;
    height: auto;
    width: 100%;
    margin: 0 auto 30px auto
  }

  .conversion__row-right--text {
    height: auto;
    width: 100%;
    padding: 30px 40px;
    border-top: 1px solid rgba(0, 72, 106, .1);
    flex-flow: column-reverse nowrap;
    justify-content: center;
    text-align: center;
    border-left: none
  }

  .conversion__row-right--text .form-checkbox {
    margin: 0 0 40px 0
  }
}


span input,
span textarea {
  background: #FFFFFF;
  border: 1px solid #d2d2d2;
  border-radius: 8px;
  padding: 17px 22px;
  font-size: 15px;
  line-height: 25px;
  width: 100%;
  outline: 0;
  color: #373737;
  margin-bottom: 19px;
}

span input:focus {
  border: 1px solid #373737;
}

.checkbox {
  display: block;
  max-width: 300px;
  margin: 0 auto;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 20px;
}

.checkbox__text {
  position: relative;
  padding: 0 0 0 37px;
  cursor: pointer;
  font-size: 12px;
  line-height: 19px;
  color: #373737;
}

.checkbox__text-small {
  font-size: 12px;
  line-height: 19px;
  color: #373737;
}

.checkbox__text a,
.checkbox__text-small a {
  color: #373737;
  text-decoration: underline;
}

.checkbox__text span {
display: inline-block;
    vertical-align: middle;
    width: calc(100% - 38px);
    text-align: left;
}

 .checkbox .checkbox__text:before {
  content: '';
  position: absolute;
  top: -3px;
  left: 0;
  border-radius: 4px;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  background: #db101e;
  width: 24px;
  height: 24px;
}

.checkbox .checkbox__text:after {
  width: 24px;
  height: 24px;
  top: -3px;
  left: 0;
  content: '';
  position: absolute;
  border-radius: 4px;
}

.checkbox input:checked+.checkbox__text:after {
  background: url(images/chevron_done.svg) center transparent;

}

.about-area {
  padding-bottom: 60px;
}


.about-area .about-content h2 {
  font-size: 38px;
}

@media (max-width:1199px) {
 .about-area .about-content h2 {
    font-size: 26px;
  }
}

@media (max-width:575px) {
  .about-area {
    padding-top: 60px;
  }
.about-area .about-content h2 {
    font-size: 22px;
  }
}
.about-area .about-content .btn {
  margin-top: 40px;
}

@media (max-width:767px) {
  .about-area .about-content .btn {
      margin: 20px 0;
  }
}

.section-title .subtitle {
    color: #db111e;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 27px;
    letter-spacing: 1.7px;
    text-transform: uppercase;
}

.featured-wrp {
    border-radius: 2px;
    margin-left: 10px;
    background-color: #f5f5f5;
    padding: 50px 25px 50px;
}

body .featured-wrp .btn {
  max-width: 260px;
}
@media (max-width: 991px) {
.featured-wrp {
  margin: 30px 0 0;
}
.featured-wrp .featured-item {
  column-count: 2;
}
}

.trust {
  padding: 50px 0;
      background: #f5f5f5;
}

.trust .trust-pravila ul {
  margin: 30px 0;
  list-style: none;
  padding: 0;
}

.trust .trust-pravila ul li {
  padding-left: 45px;
  margin-bottom: 15px;
  position: relative;
  font-size: 20px;
}
.trust .trust-pravila ul li::before {
  content: '';
  background: url(images/like_icon.svg) center no-repeat;
  background-size: 32px;
  position: absolute;
  width: 32px;
  height: 32px;
  left: 0;
  top: -3px;
}

.trust .trust-img {
  position: relative;
}

.trust .trust-img::before {
  content: '';
  border: 10px solid #db121e;
  border-radius: 50%;
  position: absolute;
  top: -20px;
  right: -40px;
  width: 160px;
  height: 160px;
  opacity: 0.4;
  z-index: 0;
}

.trust .trust-img img {
  margin-top: 20px;
  position: relative;
  z-index: 1;
}

@media (max-width:991px) {
  .trust .trust-pravila ul li {
      font-size: 16px;
  }
}
@media (max-width: 767px) {
.trust .trust-img::before {
  right: 0;
}
}
@media (max-width:575px) {
.trust h2 {
    text-align: center;
  }
}



.raschet-pribil .calc-container {
  padding: 0;
}

.calc-container .calc-list .calc-subtotal-list .sub-list-item span {
    text-transform: none !important;
}

.raschet-img {
  position: relative;
  height: 254px;
}

.raschet-img img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: auto;
  height: 100%;
}

.raschet-img .r2 {
  opacity: 0;
}

.raschet-img .r3 {
  opacity: 0;
}

.text-page .calculator-settings.ccb-front {
    margin: 0px auto!important;
}

.form-rashet {
  max-width: 945px ;
  margin: 0 auto;
  padding: 30px 40px 40px 40px;
  background-color: #FFFFFF;
border-radius: 10px;
-webkit-box-shadow: 0px 1px 10px #e7e7e7;
-moz-box-shadow: 0px 1px 10px #E7E7E7 ;
box-shadow: 0px 1px 10px #e7e7e7;
}

.ccb-wrapper-771 .calc-container .calc-list .calc-subtotal-list .sub-list-item.total.pribil {
  font-size: 20px !important;
      color: #db121e !important;
}
.calc-container .calc-list .calc-item-title.calc-accordion h2 {
  font-weight: 400 !important;
  font-size: 18px !important;
}

.ccb-wrapper-771 .calc-list .calc-item-title h2 {
  margin-bottom: 0;
}

.ccb-wrapper-771  .calc-subtotal-list {
  margin-top: 0 !important;
}

@media (max-width:991px) {
  .raschet-img {
      height: 162px;
  }
  .ccb-wrapper-771 .calc-container .calc-list .calc-subtotal-list .sub-list-item.total.pribil {
    font-size: 18px !important;
}
}

@media (max-width:768px) {
.raschet-pribil .calc-container.vertical .calc-list,
.text-page .calc-container.vertical .calc-list {
      min-height: auto;
  }
  .raschet-img {
    height: 354px;
}
}

@media (max-width:767px) {
  .raschet-img {
    height: 277px;
}
}
@media (max-width:500px) {
  .raschet-img {
      height: 237px;
  }
}

@media (max-width:400px) {
  .raschet-img {
      height: 237px;
  }
}

@media (max-width:400px) {
  .raschet-img {
      height: 180px;
  }
}

.callto {
  position: fixed;
  border-radius: 100%;
  background: #db121e;
  width: 58px;
  height: 58px;
  padding: 13px;
  bottom: 3%;
  right: 1%;
  z-index: 20;
  text-align: center;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.callto svg {
  width: 32px;
  height: 32px;
  stroke: #fff;
}

.callto:hover {
  background: #373737;
  cursor: pointer;
}


.callto::after {
  content: "";
  -webkit-animation-name: pulseRoundUp;
  animation-name: pulseRoundUp;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  position: absolute;
  z-index: 3;
  left: -7px;
      top: -7px;
      width: 72px;
      height: 72px;
  background-color: rgba(244, 81, 30, 0.23);
  border-radius: 50%;
  opacity: 1;
  -webkit-transition: background-color 1000ms linear;
  -moz-transition: background-color 1000ms linear;
  -o-transition: background-color 1000ms linear;
  -ms-transition: background-color 1000ms linear;
  transition: background-color 1000ms linear;
}

@-webkit-keyframes pulseRoundUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@keyframes pulseRoundUp {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@media (max-width:767px) {
  .callto {
    width: 44px;
    height: 44px;
    padding: 11px;
  }

  .callto svg {
    width: 22px;
    height: 22px;
    stroke: #fff;
  }

  .callto::after {
    left: -4px;
        top: -4px;
        width: 52px;
        height: 52px;
  }
  .mob-back {
    border: 2px solid #e6e6e6;
        background: #fff;
        padding: 20px;
        margin: 0 0px 15px;
        border-radius: 10px;
            text-align: center;
  }
  .services .justify-content-between {
    justify-content: center !important;
}
}

@media (max-width: 400px) {
  .mob-back {
        padding: 20px 0;
      }
}

.raschet-pribil {
  padding: 50px 0;
  background:  #f5f5f5;
  position: relative;
}
.raschet-pribil::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(images/close-up-objects.jpg) center no-repeat;
  background-size: cover;
  opacity: .1;
  z-index: 0;
}


.raschet-pribil .calculator-settings.ccb-front {
    margin: 50px auto 10px!important;
}

.raschet-pribil h2 {
  text-align: center;
  position: relative;
  z-index: 2;
}
.raschet-pribil p {
  position: relative;
  z-index: 2;
}

.WhatsApp {
  position: fixed;
  width: 58px;
  height: 58px;
  bottom: 2%;
  left: 1%;
  z-index: 20;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.WhatsApp img {
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
}

.WhatsApp:hover img {
  -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

@media (max-width: 767px) {
.WhatsApp {
  width: 52px;
  height: 52px;
  bottom: 1%;
}
}

.cities__list {
    columns: 4;
	margin: 30px 0 20px;
}

.city__item {
	display: flex;
	margin-bottom:20px;
	-webkit-column-break-inside: avoid;
    page-break-inside: avoid;
    break-inside: avoid;
}

.city__item .alf {
	font-weight: bold;
	    color: #949EA3;
	width: 30px;
}

.city__item .cities {
	width: calc(100% - 30px);
}

@media (max-width: 767px) {
	.cities__list {
		columns: 3;
	}
}

@media (max-width: 575px) {
	.cities__list {
		columns: 2;
	}
}

@media (max-width: 450px) {
		.cities__list {
		font-size: 14px;
	}
}
