@font-face {
  font-family: Montserrat;
  src: url('../fonts/Montserrat-Regular.ttf');
}
@font-face {
  font-family: MontserratB;
  src: url('../fonts/Montserrat-Bold.ttf');
}
@font-face {
  font-family: MontserratT;
  src: url('../fonts/Montserrat-Thin.ttf');
}
@font-face {
  font-family: PlayfairDisplay;
  src: url('../fonts/PlayfairDisplay-Regular.ttf');
}
@font-face {
  font-family: PlayfairDisplayB;
  src: url('../fonts/PlayfairDisplay-Bold.ttf');
}
@font-face {
  font-family: Roboto;
  src: url('../fonts/Roboto-Regular.ttf');
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  outline: none;
  text-decoration: none;
}
* {
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}
html,
body {
  margin: 0;
  padding: 0;
  line-height: 1;
  background: #FaFaFa;
  overflow-x: hidden;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a.btn,
a.btnB,
a.btnT,
input[type=submit] {
  cursor: pointer!important;
  -webkit-user-select: none!important;
     -moz-user-select: none!important;
      -ms-user-select: none!important;
          user-select: none!important;
}
.modal-callback {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-callback.active {
  opacity: 1;
  visibility: visible;
}
.modal-callback.active .modal-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modal-callback .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 31, 31, 0.45);
  z-index: 0;
}
.modal-callback .modal-box {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  padding: 30px 15px;
  background: #F2F2F2;
  position: relative;
}
.modal-callback .modal-box .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-callback .modal-box .form {
  width: 100%;
  max-width: 526px;
  margin: 0 auto;
}
.modal-callback .modal-box .form > span {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  color: #7A0923;
  margin-bottom: 37px;
}
.modal-callback .modal-box .form form {
  width: 100%;
  max-width: 344px;
  margin: 0 auto;
}
.modal-callback .modal-box .form form input[type=text],
.modal-callback .modal-box .form form input[type=tel] {
  width: 100%;
  height: 52px;
  border: none;
  background: #FEFEFE;
  padding: 15px 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
.modal-callback .modal-box .form form input[type=text]::-webkit-input-placeholder,
.modal-callback .modal-box .form form input[type=tel]::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-callback .modal-box .form form input[type=text]::-moz-placeholder,
.modal-callback .modal-box .form form input[type=tel]::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-callback .modal-box .form form input[type=text]:-ms-input-placeholder,
.modal-callback .modal-box .form form input[type=tel]:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-callback .modal-box .form form input[type=text]::-ms-input-placeholder,
.modal-callback .modal-box .form form input[type=tel]::-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-callback .modal-box .form form input[type=text]::placeholder,
.modal-callback .modal-box .form form input[type=tel]::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-callback .modal-box .form form .radio {
  margin-top: 2px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-callback .modal-box .form form .radio label {
  white-space: nowrap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #121212;
  cursor: pointer;
}
.modal-callback .modal-box .form form .radio .box {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
}
.modal-callback .modal-box .form form .radio .box input[type=checkbox] {
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}
.modal-callback .modal-box .form form .radio .box input[type=checkbox]:checked + img {
  opacity: 1;
  visibility: visible;
}
.modal-callback .modal-box .form form .radio .box img {
  z-index: 5;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-callback .modal-box .form form input[type=submit] {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 260px;
  height: 50px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-callback .modal-box .form form input[type=submit]:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
.modal-images {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-images.active {
  opacity: 1;
  visibility: visible;
}
.modal-images.active .modal-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modal-images .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 31, 31, 0.45);
  z-index: 0;
}
.modal-images .modal-box {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  max-height: 600px;
  padding: 30px;
  padding-top: 50px;
  background: #F2F2F2;
  overflow-y: scroll;
  position: relative;
}
.modal-images .modal-box .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-images .modal-box img {
  display: block;
  margin: 0 auto;
  width: 100%;
  max-width: 500px;
}
.modal-order {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-order.active {
  opacity: 1;
  visibility: visible;
}
.modal-order.active .modal-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modal-order .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 31, 31, 0.45);
  z-index: 0;
}
.modal-order .modal-box {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  width: 100%;
  max-width: 892px;
  padding: 30px 15px;
  background: #F2F2F2;
  position: relative;
}
.modal-order .modal-box .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-order .modal-box .form {
  width: 100%;
  max-width: 732px;
  margin: 0 auto;
}
.modal-order .modal-box .form > span {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  color: #7A0923;
  margin-bottom: 20px;
}
.modal-order .modal-box .form > p {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: left;
  color: #000000;
  margin-bottom: 16px;
}
.modal-order .modal-box .form form {
  width: 100%;
  margin: 0 auto;
}
.modal-order .modal-box .form form .form-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-order .modal-box .form form .form-row .inputs {
  max-width: 344px;
}
.modal-order .modal-box .form form .form-row .select-box {
  -webkit-appearance: none;
  width: 100%;
  max-width: 378px;
  height: 114px;
  background: #FEFEFE;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 12px 40px 15px 20px;
  overflow-Y: scroll;
  /* Track */
  /* Handle */
}
.modal-order .modal-box .form form .form-row .select-box::-webkit-scrollbar {
  width: 10px;
  -webkit-appearance: none;
  padding: 7px;
}
.modal-order .modal-box .form form .form-row .select-box::-webkit-scrollbar-track {
  border-left: 1px solid #E0E0E0;
}
.modal-order .modal-box .form form .form-row .select-box::-webkit-scrollbar-thumb {
  background: #E0E0E0;
  border-radius: 3px;
}
.modal-order .modal-box .form form .form-row .select-box .opt {
  cursor: pointer;
  margin-bottom: 20px;
}
.modal-order .modal-box .form form .form-row .select-box .opt input {
  display: none;
}
.modal-order .modal-box .form form .form-row .select-box .opt input:checked + label {
  background: #7a0923;
  color: #fefefe;
}
.modal-order .modal-box .form form .form-row .select-box .opt label {
  cursor: pointer;
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #040404;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-order .modal-box .form form .form-row .select-box .opt label:hover {
  background: rgba(122, 9, 35, 0.5);
}
.modal-order .modal-box .form form .sub-box {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.modal-order .modal-box .form form input[type=text],
.modal-order .modal-box .form form input[type=tel] {
  width: 100%;
  height: 52px;
  border: none;
  background: #FEFEFE;
  padding: 15px 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
.modal-order .modal-box .form form input[type=text]::-webkit-input-placeholder,
.modal-order .modal-box .form form input[type=tel]::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-order .modal-box .form form input[type=text]::-moz-placeholder,
.modal-order .modal-box .form form input[type=tel]::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-order .modal-box .form form input[type=text]:-ms-input-placeholder,
.modal-order .modal-box .form form input[type=tel]:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-order .modal-box .form form input[type=text]::-ms-input-placeholder,
.modal-order .modal-box .form form input[type=tel]::-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-order .modal-box .form form input[type=text]::placeholder,
.modal-order .modal-box .form form input[type=tel]::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-order .modal-box .form form .radio {
  margin-top: 2px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-order .modal-box .form form .radio label {
  white-space: nowrap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #121212;
  cursor: pointer;
}
.modal-order .modal-box .form form .radio .box {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
}
.modal-order .modal-box .form form .radio .box input[type=checkbox] {
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}
.modal-order .modal-box .form form .radio .box input[type=checkbox]:checked + img {
  opacity: 1;
  visibility: visible;
}
.modal-order .modal-box .form form .radio .box img {
  z-index: 5;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-order .modal-box .form form input[type=submit] {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  margin-top: 20px;
  width: 260px;
  height: 50px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-order .modal-box .form form input[type=submit]:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
.modal-consultation {
  padding: 15px;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-consultation.active {
  opacity: 1;
  visibility: visible;
}
.modal-consultation.active .modal-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modal-consultation .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 31, 31, 0.45);
  z-index: 0;
}
.modal-consultation .modal-box {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  width: 100%;
  max-width: 600px;
  padding: 30px 15px;
  background: #F2F2F2;
  position: relative;
}
.modal-consultation .modal-box .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-consultation .modal-box .form {
  width: 100%;
  max-width: 526px;
  margin: 0 auto;
}
.modal-consultation .modal-box .form > span {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  color: #7A0923;
  margin-bottom: 20px;
}
.modal-consultation .modal-box .form > p {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}
.modal-consultation .modal-box .form form {
  width: 100%;
  max-width: 344px;
  margin: 0 auto;
}
.modal-consultation .modal-box .form form input[type=text],
.modal-consultation .modal-box .form form input[type=tel] {
  width: 100%;
  height: 52px;
  border: none;
  background: #FEFEFE;
  padding: 15px 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
.modal-consultation .modal-box .form form input[type=text]::-webkit-input-placeholder,
.modal-consultation .modal-box .form form input[type=tel]::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-consultation .modal-box .form form input[type=text]::-moz-placeholder,
.modal-consultation .modal-box .form form input[type=tel]::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-consultation .modal-box .form form input[type=text]:-ms-input-placeholder,
.modal-consultation .modal-box .form form input[type=tel]:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-consultation .modal-box .form form input[type=text]::-ms-input-placeholder,
.modal-consultation .modal-box .form form input[type=tel]::-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-consultation .modal-box .form form input[type=text]::placeholder,
.modal-consultation .modal-box .form form input[type=tel]::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
.modal-consultation .modal-box .form form .radio {
  margin-top: 2px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-consultation .modal-box .form form .radio label {
  white-space: nowrap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #121212;
  cursor: pointer;
}
.modal-consultation .modal-box .form form .radio .box {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
}
.modal-consultation .modal-box .form form .radio .box input[type=checkbox] {
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}
.modal-consultation .modal-box .form form .radio .box input[type=checkbox]:checked + img {
  opacity: 1;
  visibility: visible;
}
.modal-consultation .modal-box .form form .radio .box img {
  z-index: 5;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.modal-consultation .modal-box .form form input[type=submit] {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 260px;
  height: 50px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-consultation .modal-box .form form input[type=submit]:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
.modal-thanks {
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.modal-thanks.active {
  opacity: 1;
  visibility: visible;
}
.modal-thanks.active .modal-box {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.modal-thanks .bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(66, 31, 31, 0.45);
  z-index: 0;
}
.modal-thanks .modal-box {
  -webkit-transform: translateY(-100px);
      -ms-transform: translateY(-100px);
          transform: translateY(-100px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: 1;
  width: 100%;
  max-width: 526px;
  padding: 30px 15px;
  padding-bottom: 110px;
  background: #F2F2F2;
  position: relative;
}
.modal-thanks .modal-box .closer {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.modal-thanks .modal-box img {
  display: block;
  width: 100%;
  max-width: 286px;
  margin: 0 auto;
  margin-bottom: 46px;
}
.modal-thanks .modal-box > span {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  color: #7A0923;
  margin-bottom: 20px;
}
.modal-thanks .modal-box > p {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}
.block-title h4 {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  /* identical to box height */
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.block-title .line {
  width: 70px;
  height: 2px;
}
header {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(254, 254, 254, 0.9);
  -webkit-box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
          box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
  padding: 0 15px;
  z-index: 998;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header.fixed {
  position: fixed;
  background: #FEFEFE;
  height: 74px;
  -webkit-box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
          box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
}
header.fixed .holder .top {
  border: none;
}
header.fixed .holder .top > .nav-box {
  display: block;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
header.fixed .holder .top .adresses {
  display: none;
}
header.fixed .holder > .nav-box {
  display: none;
}
header .holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 10px;
}
header .holder .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 15px;
  padding-bottom: 10px;
  border-bottom: 1px solid #BDBDBD;
}
header .holder .top > .nav-box {
  width: 100%;
  max-width: 540px;
  margin: 0 10px;
  display: none;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: translateY(-70px);
      -ms-transform: translateY(-70px);
          transform: translateY(-70px);
}
header .holder .top > .nav-box nav .dropdown .dropdown-menu {
  bottom: -107px;
}
header .holder .top > .nav-box.active {
  display: block;
}
header .holder .top .adresses {
  width: 100%;
  max-width: 483px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
header .holder .top .adresses .ad a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #040404;
}
header .holder .top .adresses .tels a {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 12px;
  line-height: 20px;
  color: #040404;
}
header .holder .top .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
header .holder .top .box .burger {
  margin-left: 20px;
  display: none;
  width: 30px;
  height: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
header .holder .top .box .burger.active span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateY(12px);
      -ms-transform: rotate(45deg) translateY(12px);
          transform: rotate(45deg) translateY(12px);
}
header .holder .top .box .burger.active span:nth-child(2) {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
header .holder .top .box .burger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg) translateY(-12px);
      -ms-transform: rotate(-45deg) translateY(-12px);
          transform: rotate(-45deg) translateY(-12px);
}
header .holder .top .box .burger span {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 100%;
  height: 3px;
  background: #000;
}
header .holder .top .box a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
header .holder .top .box a.btn:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
header .holder .top .box .langs {
  margin-left: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .holder .top .box .langs a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  color: #676767;
}
header .holder .top .box .langs a:first-child {
  margin-right: 8px;
}
header .holder .top .box .langs a.active {
  color: #040404;
}
header .holder .nav-box {
  padding: 10px 0;
  padding-top: 0;
}
header .holder .nav-box nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  max-width: 538px;
  margin: 0 auto;
}
header .holder .nav-box nav > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: -1px;
  min-width: 70px;
}
header .holder .nav-box nav > div > a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #040404;
  position: relative;
}
header .holder .nav-box nav > div > a:before {
  content: '';
  position: absolute;
}
header .holder .nav-box nav > div > a svg {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 10px;
}
header .holder .nav-box nav > div.dropdown {
  z-index: 1;
  position: relative;
}
header .holder .nav-box nav > div.dropdown .dropdown-menu {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  bottom: -95px;
  left: -30px;
  padding: 10px 16px;
  background: #FAFAFA;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
header .holder .nav-box nav > div.dropdown .dropdown-menu a {
  white-space: nowrap;
  height: 65px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 202px;
  padding-right: 10px;
  margin-right: 10px;
  border-right: 2px solid #676767;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #040404;
}
header .holder .nav-box nav > div.dropdown .dropdown-menu a:hover {
  color: #7A0923;
}
header .holder .nav-box nav > div.dropdown .dropdown-menu a:last-child {
  border: none;
  padding-right: 0;
  margin-right: 0;
}
header .holder .nav-box nav > div:hover.dropdown .dropdown-menu {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
header .holder .nav-box nav > div:hover .line {
  width: 70px;
}
header .holder .nav-box nav > div:hover > a {
  color: #7A0923;
}
header .holder .nav-box nav > div:hover > a svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
header .holder .nav-box nav > div:hover > a svg path {
  stroke: #7A0923;
}
header .holder .nav-box nav > div .line {
  width: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  height: 2px;
  background: #7A0923;
  left: 5%;
  top: -11px;
  margin-bottom: 10px;
}
main.mainpagebanner {
  width: 100%;
  padding: 0 15px;
  padding-top: 204px;
  padding-bottom: 172px;
  background-image: url(../images/main-slide.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
main.mainpagebanner .holder {
  width: 100%;
  max-width: 770px;
  margin: 0 auto;
}
main.mainpagebanner .holder .text .block-title {
  margin-bottom: 20px;
}
main.mainpagebanner .holder .text .block-title h4 {
  color: #FEFEFE;
}
main.mainpagebanner .holder .text .block-title .line {
  background: #FEFEFE;
}
main.mainpagebanner .holder .text > h1 {
  display: block;
  max-width: 452px;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  color: #FEFEFE;
  margin-bottom: 23px;
}
main.mainpagebanner .holder .text p {
  display: block;
  max-width: 570px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #FEFEFE;
  margin-bottom: 40px;
}
main.mainpagebanner .holder .text a.btnB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 50px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
main.mainpagebanner .holder .text a.btnB:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.main_links {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 80px;
  margin-top: -83px;
}
section.main_links .holder {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.main_links .holder > a {
  display: block;
  width: 290px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
}
section.main_links .holder > a .box {
  width: 100%;
  padding: 20px 10px;
  padding-bottom: 24px;
  background: #7A0923;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.main_links .holder > a .box:hover {
  background: rgba(122, 9, 35, 0.6);
}
section.main_links .holder > a .box .img {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.main_links .holder > a .box .img svg {
  margin-bottom: 13px;
}
section.main_links .holder > a .box .img .line {
  width: 70px;
  height: 2px;
  background: #FEFEFE;
}
section.main_links .holder > a .box .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
}
section.main_links .holder > a .box .text h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  /* #FEFEFE */
  color: #FEFEFE;
}
section.main_about {
  width: 100%;
  padding: 0 15px;
}
section.main_about .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.main_about .holder .left {
  width: 100%;
  max-width: 470px;
  margin-right: 30px;
}
section.main_about .holder .left .block-title {
  margin-bottom: 30px;
}
section.main_about .holder .left .block-title h4 {
  color: #7A0923;
}
section.main_about .holder .left .block-title .line {
  background: #7A0923;
}
section.main_about .holder .left > h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  color: #040404;
}
section.main_about .holder .left .text {
  text-align: right;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.main_about .holder .left .text p {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  color: #040404;
  max-width: 379px;
}
section.main_about .holder .right {
  width: 100%;
  max-width: 670px;
}
section.main_about .holder .right p {
  display: block;
  margin-bottom: 25px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #040404;
}
section.main_about .holder .right p:last-child {
  margin-bottom: 0;
}
section.main_about a.btnT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  margin-top: 40px;
  background: none;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #7A0923;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.main_about a.btnT:hover {
  background: #7A0923;
  color: #FEFEFE;
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.warranties {
  margin-top: 100px;
  width: 100%;
  padding: 0 15px;
  padding-top: 40px;
  padding-bottom: 60px;
  background-attachment: fixed;
  background-image: url(../images/documents.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.warranties h4 {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  letter-spacing: 0.2em;
  color: #FEFEFE;
  text-align: center;
  margin-bottom: 40px;
}
section.warranties .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.warranties .holder .card {
  width: 370px;
}
section.warranties .holder .card .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
section.warranties .holder .card .title .text {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
section.warranties .holder .card .title .text h1 {
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #FEFEFE;
}
section.warranties .holder .card .title .line {
  width: 70px;
  height: 2px;
  background: #FEFEFE;
}
section.warranties .holder .card > .text p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #FEFEFE;
}
section.howto {
  width: 100%;
  padding: 0 15px;
  margin-top: 60px;
}
section.howto .holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 60px;
  border-bottom: 1px solid #BDBDBD;
}
section.howto .holder span {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #7A0923;
  margin-bottom: 40px;
}
section.howto .holder a.btnB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 300px;
  height: 54px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.howto .holder a.btnB:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.whywe {
  margin-top: 60px;
  width: 100%;
  padding: 0 15px;
}
section.whywe .block-title {
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
}
section.whywe .block-title h4 {
  color: #7A0923;
}
section.whywe .block-title .line {
  background: #7A0923;
}
section.whywe h1 {
  display: block;
  font-family: Playfair Display;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #040404;
  margin-bottom: 60px;
}
section.whywe .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.whywe .holder .item {
  width: 100%;
  max-width: 400px;
  padding: 0 25px;
  padding-top: 15px;
  border-right: 1px solid #BDBDBD;
}
section.whywe .holder .item:last-child {
  border: none;
}
section.whywe .holder .item .img {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.whywe .holder .item .img svg {
  margin-bottom: 30px;
}
section.whywe .holder .item .img .line {
  width: 70px;
  height: 2px;
  background: #7A0923;
}
section.whywe .holder .item span {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #040404;
  margin-bottom: 20px;
}
section.whywe .holder .item p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #040404;
}
section.mainform {
  width: 100%;
  margin-top: 80px;
}
section.mainform .holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.mainform .holder .img {
  width: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 536px;
}
section.mainform .holder .form {
  width: 100%;
  max-width: 526px;
  background: #F2F2F2;
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 50px;
}
section.mainform .holder .form > span {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  color: #7A0923;
  margin-bottom: 20px;
}
section.mainform .holder .form > p {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}
section.mainform .holder .form form {
  width: 100%;
  max-width: 344px;
  margin: 0 auto;
}
section.mainform .holder .form form input[type=text],
section.mainform .holder .form form input[type=tel] {
  width: 100%;
  height: 52px;
  border: none;
  background: #FEFEFE;
  padding: 15px 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
section.mainform .holder .form form input[type=text]::-webkit-input-placeholder,
section.mainform .holder .form form input[type=tel]::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform .holder .form form input[type=text]::-moz-placeholder,
section.mainform .holder .form form input[type=tel]::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform .holder .form form input[type=text]:-ms-input-placeholder,
section.mainform .holder .form form input[type=tel]:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform .holder .form form input[type=text]::-ms-input-placeholder,
section.mainform .holder .form form input[type=tel]::-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform .holder .form form input[type=text]::placeholder,
section.mainform .holder .form form input[type=tel]::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform .holder .form form .radio {
  margin-top: 2px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.mainform .holder .form form .radio label {
  white-space: nowrap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #121212;
  cursor: pointer;
}
section.mainform .holder .form form .radio .box {
  cursor: pointer;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
}
section.mainform .holder .form form .radio .box input[type=checkbox] {
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}
section.mainform .holder .form form .radio .box input[type=checkbox]:checked + img {
  opacity: 1;
  visibility: visible;
}
section.mainform .holder .form form .radio .box img {
  z-index: 5;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.mainform .holder .form form input[type=submit] {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 260px;
  height: 50px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.mainform .holder .form form input[type=submit]:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.basic_services {
  width: 100%;
  margin-top: 80px;
}
section.basic_services .block-title {
  margin-bottom: 30px;
  padding: 0 15px;
}
section.basic_services .block-title h4 {
  color: #7A0923;
  text-align: center;
}
section.basic_services .block-title .line {
  margin: 0 auto;
  background: #7A0923;
}
section.basic_services h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #040404;
  margin-bottom: 60px;
  padding: 0 15px;
}
section.basic_services .holder {
  width: 100%;
  padding: 0 15px;
  padding-bottom: 40px;
  background-image: url(../images/main-services-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
section.basic_services .holder .box {
  width: 100%;
  max-width: 1176px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.basic_services .holder .box .item {
  width: 100%;
  max-width: 270px;
  height: 240px;
  padding: 0 6px;
  padding-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  background: #FEFEFE;
  opacity: 0.95;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
  border-radius: 0px;
  margin-bottom: 30px;
}
section.basic_services .holder .box .item:hover {
  background: #7A0923;
  opacity: 0.85;
}
section.basic_services .holder .box .item:hover svg g path {
  fill: #FEFEFE;
}
section.basic_services .holder .box .item:hover a.name h3 {
  color: #FEFEFE;
}
section.basic_services .holder .box .item:hover a.more {
  color: #FEFEFE;
}
section.basic_services .holder .box .item svg {
  display: block;
  opacity: 1!important;
  margin-top: -11px;
}
section.basic_services .holder .box .item svg g path {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.basic_services .holder .box .item a.name {
  display: block;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.basic_services .holder .box .item a.name h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #040404;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.basic_services .holder .box .item a.more {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #7A0923;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.basic_services .holder .box .item a.more .line {
  width: 70px;
  height: 2px;
  background: #676767;
  margin: 0 auto;
  margin-bottom: 10px;
}
section.basic_services .holder a.btnT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  margin-top: 20px;
  background: none;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #7A0923;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.basic_services .holder a.btnT:hover {
  background: #7A0923;
  color: #FEFEFE;
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.important {
  width: 100%;
  margin-top: 80px;
  padding: 0 15px;
}
section.important .holder {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.important .holder .left {
  width: 100%;
  max-width: 600px;
  position: relative;
  margin-top: 80px;
  padding-top: 30px;
  padding-left: 30px;
  margin-right: 20px;
  z-index: 0;
}
section.important .holder .left .sq {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 282px;
  height: 251px;
  background: #7A0923;
  z-index: -1;
}
section.important .holder .left .img {
  z-index: 10;
  width: 100%;
  max-width: 570px;
  height: 420px;
  -webkit-box-shadow: 0px 9px 17px rgba(78, 78, 78, 0.1);
          box-shadow: 0px 9px 17px rgba(78, 78, 78, 0.1);
  background-image: url(../images/import-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.important .holder .left img {
  margin-left: 53%;
  margin-top: -126px;
  -webkit-box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
          box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
}
section.important .holder .right {
  width: 100%;
  max-width: 570px;
}
section.important .holder .right .block-title {
  margin-bottom: 30px;
}
section.important .holder .right .block-title h4 {
  color: #7A0923;
}
section.important .holder .right .block-title .line {
  background: #7A0923;
}
section.important .holder .right h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  color: #040404;
  margin-bottom: 40px;
}
section.important .holder .right p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #040404;
}
section.when {
  width: 100%;
  margin-top: 100px;
  padding: 60px 15px;
  background: -o-linear-gradient(270.98deg, rgba(20, 0, 0, 0.4) 2.8%, rgba(4, 4, 4, 0) 200.38%), url(../images/LAW-GAVEL-PREMIUM-GETTY-IMAGE.jpg);
  background: linear-gradient(179.02deg, rgba(20, 0, 0, 0.4) 2.8%, rgba(4, 4, 4, 0) 200.38%), url(../images/LAW-GAVEL-PREMIUM-GETTY-IMAGE.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section.when .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
section.when .holder h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #FEFEFE;
  margin-bottom: 30px;
}
section.when .holder p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #FEFEFE;
  margin-bottom: 40px;
}
section.when .holder a.btnB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 50px;
  margin: 0 auto;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.when .holder a.btnB:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.certificates {
  width: 100%;
  padding: 0 15px;
  margin-top: 80px;
}
section.certificates .block-title {
  margin-bottom: 30px;
}
section.certificates .block-title h4 {
  text-align: center;
  color: #7A0923;
}
section.certificates .block-title .line {
  margin: 0 auto;
  background: #7A0923;
}
section.certificates h1 {
  display: block;
  text-align: center;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  color: #040404;
  margin-bottom: 60px;
}
section.certificates .holder {
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.certificates .holder > a svg path {
  fill: #BDBDBD;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.certificates .holder > a:hover svg path {
  fill: #676767;
}
section.certificates .holder .certificates_slider {
  width: 100%;
  max-width: 770px;
  overflow-x: hidden;
}
section.certificates .holder .certificates_slider .swiper-wrapper .swiper-slide {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.certificates .holder .certificates_slider .swiper-wrapper .swiper-slide img {
  margin: 0 auto;
  width: 60%;
}
hr {
  width: 100%;
  margin: 60px auto;
  max-width: 1230px;
  padding: 0 15px;
  background: #BDBDBD;
  height: 1px;
}
section.main_reviews {
  padding: 0 15px;
}
section.main_reviews .block-title {
  margin-bottom: 30px;
}
section.main_reviews .block-title h4 {
  color: #7A0923;
  text-align: center;
}
section.main_reviews .block-title .line {
  background: #7A0923;
  margin: 0 auto;
}
section.main_reviews h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #040404;
  margin-bottom: 60px;
}
section.main_reviews .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
section.main_reviews .holder .main_reviews_slider {
  width: 100%;
  overflow-x: hidden;
  margin-bottom: 50px;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper {
  padding-top: 55px;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  margin-top: -50px;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide.swiper-slide-active .left {
  width: 100%;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide.swiper-slide-active .left img {
  width: 100%;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide.swiper-slide-active .right {
  background: #ffffff;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide.swiper-slide-active .right a.show {
  color: #7A0923;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide .left {
  max-width: 180px;
  width: 0;
  padding: 10px 20px;
  padding-bottom: 30px;
  min-width: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #7A0923;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide .left svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 10px;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide .left img {
  width: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide .right {
  background: #F2F2F2;
  padding: 20px;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide .right a.name {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #7A0923;
  margin-bottom: 14px;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide .right p {
  display: block;
  max-width: 350px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #000000;
  margin-bottom: 7px;
}
section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide .right a.show {
  display: block;
  text-align: right;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  color: #BDBDBD;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.main_reviews .holder .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 50px;
}
section.main_reviews .holder .box .arrows {
  width: 170px;
  margin-left: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.main_reviews .holder .box .arrows > a svg path {
  fill: #BDBDBD;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.main_reviews .holder .box .arrows > a:hover svg path {
  fill: #676767;
}
section.main_reviews .holder .box a.btnT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  background: none;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #7A0923;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.main_reviews .holder .box a.btnT:hover {
  background: #7A0923;
  color: #FEFEFE;
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.callphone {
  padding: 60px 15px;
  width: 100%;
  margin-top: 107px;
  background-image: url(../images/footer.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
}
section.callphone .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
section.callphone .holder h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #FEFEFE;
}
section.callphone .holder a {
  display: block;
  font-family: MontserratB;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #FEFEFE;
}
section.callphone .holder p {
  margin-top: 30px;
  margin-bottom: 40px;
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FEFEFE;
}
section.callphone .holder a.btnB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 50px;
  margin: 0 auto;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.callphone .holder a.btnB:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.questions {
  width: 100%;
  padding: 0 15px;
  margin-top: 80px;
}
section.questions .block-title {
  margin-bottom: 30px;
}
section.questions .block-title h4 {
  color: #7A0923;
  text-align: center;
}
section.questions .block-title .line {
  background: #7A0923;
  margin: 0 auto;
}
section.questions h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: normal;
  font-size: 48px;
  line-height: 55px;
  color: #000000;
  text-align: center;
}
section.questions .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
section.questions .holder .questions {
  margin-top: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.questions .holder .questions .question {
  cursor: pointer;
  width: 100%;
  max-width: 570px;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  padding: 18px 20px;
  padding-bottom: 0;
  margin-bottom: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: #ffffff;
}
section.questions .holder .questions .question:hover .question_title svg path {
  fill: #676767;
}
section.questions .holder .questions .question .question_title {
  width: 100%;
  padding-left: 20px;
  padding-bottom: 19px;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.questions .holder .questions .question .question_title span {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #000000;
  max-width: 460px;
  margin-right: 10px;
}
section.questions .holder .questions .question .question_title.active {
  border-color: #BDBDBD;
}
section.questions .holder .questions .question .question_title.active svg {
  -webkit-transform: rotate(225deg);
      -ms-transform: rotate(225deg);
          transform: rotate(225deg);
}
section.questions .holder .questions .question .question_title.active svg path {
  fill: #676767;
}
section.questions .holder .questions .question .question_title svg {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
section.questions .holder .questions .question p {
  max-width: 460px;
  margin-top: 18px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  padding-left: 20px;
  color: #000000;
  display: none;
  padding-bottom: 30px;
}
section.questions .holder .questions .left {
  width: 100%;
  max-width: 570px;
  min-width: 300px;
  margin-right: 20px;
}
section.questions .holder .questions .right {
  width: 100%;
  max-width: 570px;
  min-width: 300px;
}
section.lastnews {
  width: 100%;
  padding: 0 15px;
}
section.lastnews .block-title {
  margin-bottom: 30px;
}
section.lastnews .block-title h4 {
  color: #7A0923;
  text-align: center;
}
section.lastnews .block-title .line {
  background: #7A0923;
  margin: 0 auto;
}
section.lastnews h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 55px;
  color: #000000;
  text-align: center;
  margin-bottom: 60px;
}
section.lastnews .holder {
  width: 100%;
  max-width: 1175px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.lastnews .holder .item {
  width: 100%;
  max-width: 370px;
}
section.lastnews .holder .item .img {
  display: block;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 280px;
  margin-bottom: 10px;
}
section.lastnews .holder .item span.date {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #676767;
  margin-bottom: 10px;
}
section.lastnews .holder .item a.name {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #040404;
  margin-bottom: 16px;
}
section.lastnews .holder .item a.more {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #676767;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.lastnews .holder .item a.more:hover {
  color: #7A0923;
}
.page-title {
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 430px;
  padding: 0 15px;
  padding-top: 184px;
  background: #ccc;
}
.page-title .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
.page-title .holder .block-title h4 {
  color: #7A0923;
}
.page-title .holder .block-title .line {
  background: #7A0923;
}
section.services_links {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 80px;
  margin-top: -155px;
}
section.services_links .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
section.services_links .holder > img {
  position: absolute;
  bottom: -65px;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
section.services_links .holder .card {
  z-index: 1;
  display: block;
  width: 370px;
}
section.services_links .holder .card a.card-title {
  display: block;
  width: 370px;
  height: 300px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
}
section.services_links .holder .card a.card-title:hover .box {
  background: rgba(122, 9, 35, 0.6);
}
section.services_links .holder .card a.card-title .box {
  width: 100%;
  height: 100%;
  background: #7A0923;
  padding: 30px 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.services_links .holder .card a.card-title .box .img {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.services_links .holder .card a.card-title .box .img svg {
  margin-bottom: 13px;
}
section.services_links .holder .card a.card-title .box .img .line {
  width: 70px;
  height: 2px;
  background: #FEFEFE;
}
section.services_links .holder .card a.card-title .box .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
}
section.services_links .holder .card a.card-title .box .text h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  /* #FEFEFE */
  color: #FEFEFE;
}
section.services_links .holder .card a.card-title .box:hover .more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
section.services_links .holder .card a.card-title .box > .more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
section.services_links .holder .card a.card-title .box > .more .line {
  width: 70px;
  height: 2px;
  background: #676767;
  margin-bottom: 10px;
}
section.services_links .holder .card .card-links {
  margin-top: 20px;
  width: 100%;
  background: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  padding: 0 15px;
  padding-bottom: 40px;
}
section.services_links .holder .card .card-links:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.services_links .holder .card .card-links .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 30px;
}
section.services_links .holder .card .card-links .img svg {
  margin-top: -11px;
}
section.services_links .holder .card .card-links .links a {
  display: block;
  padding-bottom: 20px;
  border-bottom: 1px solid #BDBDBD;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #040404;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-bottom: 20px;
}
section.services_links .holder .card .card-links .links a:hover {
  color: #7A0923;
}
section.services_links .holder .card .card-links .links a:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
section.cooperation_plan {
  width: 100%;
  padding: 0 15px;
  padding-top: 60px;
  padding-bottom: 80px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
section.cooperation_plan h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #FEFEFE;
  margin-bottom: 60px;
}
section.cooperation_plan .holder {
  width: 100%;
  max-width: 962px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.cooperation_plan .holder .card {
  width: 170px;
  height: 336px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  padding: 0 12px;
  padding-top: 150px;
}
section.cooperation_plan .holder .card:nth-child(even) {
  margin-top: 30px;
}
section.cooperation_plan .holder .card p {
  width: 134px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  text-align: center;
  color: #040404;
}
section.text-desc {
  width: 100%;
  padding: 60px 15px;
}
section.text-desc .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
section.text-desc .holder h1 {
  display: block;
  margin-bottom: 40px;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #7A0923;
}
section.text-desc .holder .text p {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
section.solves {
  width: 100%;
  padding: 0 15px;
}
section.solves .block-title {
  margin-bottom: 30px;
}
section.solves .block-title h4 {
  color: #7A0923;
  text-align: center;
}
section.solves .block-title .line {
  background: #7A0923;
  margin: 0 auto;
}
section.solves h1 {
  display: block;
  margin-bottom: 60px;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #040404;
}
section.solves .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.solves .holder .card {
  width: 100%;
  max-width: 570px;
  min-height: 165px;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-right: 16px;
  margin-bottom: 30px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
          box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
}
section.solves .holder .card .text {
  max-width: 270px;
}
section.solves .holder .card .text h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #040404;
}
section.solves .holder .card .img {
  margin-right: 22px;
}
section.solves .holder .card .line {
  width: 2px;
  height: 70px;
  background: #676767;
  margin-right: 28px;
}
section.solves .holder .card .btns a.btnT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 154px;
  height: 40px;
  background: none;
  border: 1px solid #676767;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #676767;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 14px;
}
section.solves .holder .card .btns a.btnT:hover {
  background: #676767;
  color: #FEFEFE;
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.solves .holder .card .btns a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 154px;
  height: 40px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.solves .holder .card .btns a.btn:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.solves .holder .call-card {
  width: 100%;
  max-width: 570px;
  min-height: 165px;
  height: 165px;
  padding: 25px 31px;
  -webkit-box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
          box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
  background-image: url(../images/call-bg.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.solves .holder .call-card span {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 17px;
  text-align: center;
  color: #FEFEFE;
}
section.solves .holder .call-card a {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 140%;
  text-align: center;
  color: #FEFEFE;
}
section.more_services {
  width: 100%;
  padding: 0 15px;
  padding-bottom: 100px;
}
section.more_services h1 {
  display: block;
  margin-bottom: 60px;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #040404;
}
section.more_services .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
section.more_services .holder .card {
  margin-right: 30px;
  width: 370px;
}
section.more_services .holder .card:last-child {
  margin-right: 0;
}
section.more_services .holder .card .card-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 370px;
  height: 300px;
  background: #7A0923;
  padding: 30px 10px;
  -webkit-box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 22px 50px rgba(0, 0, 0, 0.14), 0px 9px 17px rgba(0, 0, 0, 0.09);
}
section.more_services .holder .card .card-title .img {
  margin-bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.more_services .holder .card .card-title .img svg {
  margin-bottom: 13px;
}
section.more_services .holder .card .card-title .img .line {
  width: 70px;
  height: 2px;
  background: #FEFEFE;
}
section.more_services .holder .card .card-title .text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 115px;
}
section.more_services .holder .card .card-title .text h2 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  /* #FEFEFE */
  color: #FEFEFE;
}
section.more_services .holder .card .card-title:hover a.more {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
section.more_services .holder .card .card-title > a.more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
section.more_services .holder .card .card-title > a.more .line {
  width: 70px;
  height: 2px;
  background: #676767;
  margin-bottom: 10px;
}
section.about-info {
  width: 100%;
  padding: 0 15px;
  margin-top: -177px;
}
section.about-info .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.about-info .holder .img {
  width: 100%;
  max-width: 540px;
  position: relative;
  z-index: 0;
  margin-top: 30px;
  margin-right: 20px;
}
section.about-info .holder .img:before {
  content: '';
  position: absolute;
  z-index: -1;
  display: block;
  top: -30px;
  left: -30px;
  width: 282px;
  height: 251px;
  background: #676767;
}
section.about-info .holder .img img {
  z-index: 2;
  width: 100%;
  margin-bottom: 30px;
}
section.about-info .holder .img .text {
  width: 100%;
  text-align: right;
}
section.about-info .holder .img .text p {
  max-width: 379px;
  margin: 0 auto;
  margin-right: 0;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 24px;
  text-align: right;
  /* #040404 */
  color: #040404;
}
section.about-info .holder .info {
  width: 100%;
  max-width: 570px;
}
section.about-info .holder .info h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 48px;
  line-height: 64px;
  margin-bottom: 120px;
  color: #FEFEFE;
}
section.about-info .holder .info .box {
  margin-bottom: 50px;
}
section.about-info .holder .info .box p {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #040404;
  margin-bottom: 20px;
}
section.about-info .holder .info .box p:last-child {
  margin-bottom: 0;
}
section.about-info .holder .info a.btnB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 50px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.about-info .holder .info a.btnB:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.servicesview {
  width: 100%;
  padding: 0 15px;
  margin-top: 80px;
}
section.servicesview .block-title {
  margin-bottom: 30px;
}
section.servicesview .block-title h4 {
  color: #7A0923;
  text-align: center;
}
section.servicesview .block-title .line {
  margin: 0 auto;
  background: #7A0923;
}
section.servicesview h1 {
  display: block;
  margin-bottom: 60px;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #040404;
}
section.servicesview .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.servicesview .holder .card {
  width: 370px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.servicesview .holder .card:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.servicesview .holder .card:hover .title .box {
  background: rgba(122, 9, 35, 0.75);
}
section.servicesview .holder .card .title {
  width: 100%;
  height: 230px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.servicesview .holder .card .title .box {
  width: 100%;
  height: 100%;
  background: #7A0923;
  padding: 19px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.servicesview .holder .card .title .box .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 24px;
}
section.servicesview .holder .card .title .box .img svg {
  margin-bottom: 13px;
}
section.servicesview .holder .card .title .box .img .line {
  width: 70px;
  height: 2px;
  background: #FEFEFE;
}
section.servicesview .holder .card .title .box .text {
  width: 100%;
  height: 91px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
section.servicesview .holder .card .title .box .text a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #FEFEFE;
}
section.servicesview .holder .card .body {
  padding: 20px 0 ;
  width: 100%;
  background: #FEFEFE;
  height: 276px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.servicesview .holder .card .body .links svg {
  display: block;
  margin: 0 auto;
}
section.servicesview .holder .card .body .links span {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  text-align: center;
  color: #000000;
}
section.servicesview .holder .card .body .links span:last-child {
  margin-bottom: 0;
}
section.servicesview .holder .card .body a.btnT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  min-height: 40px;
  margin: 0 auto;
  background: none;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #7A0923;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.servicesview .holder .card .body a.btnT:hover {
  background: #7A0923;
  color: #FEFEFE;
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.order-call {
  width: 100%;
  padding: 80px 15px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.order-call .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}
section.order-call .holder h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #FEFEFE;
}
section.order-call .holder > a {
  display: block;
  font-family: MontserratB;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #FEFEFE;
  margin-bottom: 30px;
}
section.order-call .holder span {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #FEFEFE;
  text-align: center;
}
section.order-call .holder a.btnB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 54px;
  background: #7A0923;
  margin: 0 auto;
  margin-top: 40px;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.order-call .holder a.btnB:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.wegiveyou {
  margin-top: 100px;
  width: 100%;
  padding: 0 15px;
}
section.wegiveyou .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
section.wegiveyou .holder .left {
  width: 100%;
  max-width: 370px;
  margin-right: 130px;
}
section.wegiveyou .holder .left .block-title {
  margin-bottom: 30px;
}
section.wegiveyou .holder .left .block-title h4 {
  -webkit-columns: #7A0923;
     -moz-columns: #7A0923;
          columns: #7A0923;
}
section.wegiveyou .holder .left .block-title .line {
  background: #7A0923;
}
section.wegiveyou .holder .left h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  color: #040404;
  margin-bottom: 27px;
}
section.wegiveyou .holder .left p {
  display: block;
  margin-bottom: 40px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
section.wegiveyou .holder .left a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 50px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.wegiveyou .holder .left a.btn:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.wegiveyou .holder .right {
  width: 100%;
  max-width: 640px;
}
section.wegiveyou .holder .right .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 62px;
}
section.wegiveyou .holder .right .item:last-child {
  margin-bottom: 0;
}
section.wegiveyou .holder .right .item svg {
  display: block;
  min-width: 70px;
  min-height: 70px;
  margin-right: 30px;
}
section.wegiveyou .holder .right .item .line {
  width: 2px;
  min-width: 2px;
  height: 70px;
  background: #676767;
  margin-right: 30px;
}
section.wegiveyou .holder .right .item .text span {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #040404;
}
section.wegiveyou .holder .right .item .text p {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  /* #040404 */
  color: #040404;
}
section.reviews-page {
  width: 100%;
  padding: 0 15px;
  margin-top: -155px;
  margin-bottom: 100px;
}
section.reviews-page .holder {
  margin: 0 auto;
  padding-top: 60px;
  width: 100%;
  max-width: 1170px;
  background: #FAFAFA;
}
section.reviews-page .holder > p {
  display: block;
  margin: 0 auto;
  margin-bottom: 60px;
  max-width: 970px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #333333;
}
section.reviews-page .holder .card {
  width: 100%;
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid #BDBDBD;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.reviews-page .holder .card:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border: none;
}
section.reviews-page .holder .card .img {
  z-index: 2;
  width: 270px;
  min-width: 270px;
  height: 340px;
  background: #7A0923;
  padding: 0 45px;
  padding-top: 10px;
  padding-bottom: 30px;
  position: relative;
  cursor: pointer;
}
section.reviews-page .holder .card .img:hover a.lg {
  opacity: 1;
  visibility: visible;
}
section.reviews-page .holder .card .img a.lg {
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(4, 4, 4, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.reviews-page .holder .card .img svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 11px;
}
section.reviews-page .holder .card .img img {
  width: 100%;
}
section.reviews-page .holder .card .info {
  z-index: 1;
  margin-left: -30px;
  width: 100%;
  max-width: 970px;
  background: #FEFEFE;
  padding: 40px 0;
  padding-left: 60px;
  padding-right: 70px;
}
section.reviews-page .holder .card .info .text {
  margin-bottom: 20px;
}
section.reviews-page .holder .card .info .text p {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  /* or 22px */
  color: #000000;
}
section.reviews-page .holder .card .info .text p:last-child {
  margin-bottom: 0;
}
section.reviews-page .holder .card .info .pers p {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  /* or 25px */
  /* #040404 */
  color: #040404;
}
section.reviews-page .holder .card .info .pers p.n {
  font-weight: bold;
}
section.articles {
  width: 100%;
  padding: 0 15px;
  margin-top: -155px;
  margin-bottom: 100px;
}
section.articles .pagination {
  width: 107px;
  margin: 0 auto;
  margin-top: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.articles .pagination a {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 140%;
  color: #BDBDBD;
}
section.articles .pagination a:hover {
  color: #7A0923;
}
section.articles .pagination a:hover svg path {
  fill: #7A0923;
}
section.articles .pagination a.active {
  color: #7A0923;
}
section.articles .holder {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
}
section.articles .holder .article-card {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 340px;
}
section.articles .holder .article-card:hover a.img {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.articles .holder .article-card:hover .text {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.articles .holder .article-card a.img {
  z-index: 1;
  display: block;
  width: 100%;
  height: inherit;
  max-width: 470px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.articles .holder .article-card .text {
  z-index: 2;
  width: 100%;
  max-width: 700px;
  height: 340px;
  background: #FEFEFE;
  padding: 30px;
  padding-top: 40px;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.articles .holder .article-card .text span.date {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #676767;
}
section.articles .holder .article-card .text a.name {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #040404;
  margin-bottom: 24px;
}
section.articles .holder .article-card .text p {
  max-width: 600px;
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #040404;
  margin-bottom: 9px;
}
section.articles .holder .article-card .text a.more {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #676767;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.articles .holder .article-card .text a.more:hover {
  color: #7A0923;
}
section.article-page {
  width: 100%;
  padding: 0 15px;
  margin-top: -155px;
  margin-bottom: 100px;
}
section.article-page .holder {
  margin: 0 auto;
  width: 100%;
  max-width: 1170px;
  background: #FEFEFE;
  padding-bottom: 80px;
}
section.article-page .holder .img {
  width: 100%;
  height: 340px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
section.article-page .holder .text {
  padding-top: 40px;
  width: 100%;
  margin-bottom: 60px;
}
section.article-page .holder .text .box {
  margin: 0 auto;
  width: 100%;
  max-width: 970px;
}
section.article-page .holder .text .box span.date {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #676767;
}
section.article-page .holder .text .box h1 {
  display: block;
  margin-bottom: 40px;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  color: #040404;
}
section.article-page .holder .text .box .write p {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #040404;
}
section.article-page .holder .text .box .write p:last-child {
  margin-bottom: 0;
}
section.article-page .holder .arrows {
  width: 170px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.article-page .holder .arrows a {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.article-page .holder .arrows a:hover {
  opacity: 1;
}
section.actual-articles {
  width: 100%;
  padding: 0 15px;
}
section.actual-articles h1 {
  display: block;
  margin-bottom: 60px;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #040404;
}
section.actual-articles .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.actual-articles .holder .card {
  width: 100%;
  max-width: 370px;
}
section.actual-articles .holder .card a.img {
  display: block;
  width: 100%;
  height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
}
section.actual-articles .holder .card span.date {
  display: block;
  margin-bottom: 10px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  color: #676767;
}
section.actual-articles .holder .card a.name {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  margin-bottom: 16px;
  color: #040404;
}
section.actual-articles .holder .card a.more {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  color: #676767;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.actual-articles .holder .card a.more:hover {
  color: #7A0923;
}
section.mainform-contacts {
  width: 100%;
  margin-top: -155px;
}
section.mainform-contacts .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.mainform-contacts .holder .info {
  width: 100%;
  background: #FEFEFE;
  padding-top: 30px;
  padding-right: 5px;
}
section.mainform-contacts .holder .info h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  color: #000000;
  text-align: center;
  margin-bottom: 30px;
}
section.mainform-contacts .holder .info .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
  padding-left: 100px;
}
section.mainform-contacts .holder .info .item .img {
  width: 34px;
  margin-right: 35px;
}
section.mainform-contacts .holder .info .item .text span {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  margin-bottom: 16px;
  color: #000000;
}
section.mainform-contacts .holder .info .item .text a {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  color: #000000;
}
section.mainform-contacts .holder .form {
  width: 100%;
  max-width: 526px;
  background: #F2F2F2;
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 50px;
}
section.mainform-contacts .holder .form > span {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 120%;
  text-align: center;
  color: #7A0923;
  margin-bottom: 20px;
}
section.mainform-contacts .holder .form > p {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 140%;
  text-align: center;
  color: #000000;
  margin-bottom: 16px;
}
section.mainform-contacts .holder .form form {
  width: 100%;
  max-width: 344px;
  margin: 0 auto;
}
section.mainform-contacts .holder .form form input[type=text],
section.mainform-contacts .holder .form form input[type=tel] {
  width: 100%;
  height: 52px;
  border: none;
  background: #FEFEFE;
  padding: 15px 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #000000;
  margin-bottom: 10px;
}
section.mainform-contacts .holder .form form input[type=text]::-webkit-input-placeholder,
section.mainform-contacts .holder .form form input[type=tel]::-webkit-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform-contacts .holder .form form input[type=text]::-moz-placeholder,
section.mainform-contacts .holder .form form input[type=tel]::-moz-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform-contacts .holder .form form input[type=text]:-ms-input-placeholder,
section.mainform-contacts .holder .form form input[type=tel]:-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform-contacts .holder .form form input[type=text]::-ms-input-placeholder,
section.mainform-contacts .holder .form form input[type=tel]::-ms-input-placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform-contacts .holder .form form input[type=text]::placeholder,
section.mainform-contacts .holder .form form input[type=tel]::placeholder {
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  color: #676767;
}
section.mainform-contacts .holder .form form .radio {
  margin-top: 2px;
  margin-bottom: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
section.mainform-contacts .holder .form form .radio label {
  white-space: nowrap;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 140%;
  color: #121212;
  cursor: pointer;
}
section.mainform-contacts .holder .form form .radio .box {
  width: 18px;
  height: 18px;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
}
section.mainform-contacts .holder .form form .radio .box input[type=checkbox] {
  cursor: pointer;
  margin: 0;
  -webkit-appearance: none;
  display: block;
  width: 18px;
  height: 18px;
  border: 1px solid #7A0923;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
}
section.mainform-contacts .holder .form form .radio .box input[type=checkbox]:checked + img {
  opacity: 1;
  visibility: visible;
}
section.mainform-contacts .holder .form form .radio .box img {
  z-index: 5;
  pointer-events: none;
  visibility: hidden;
  position: absolute;
  top: 4px;
  left: 4px;
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
section.mainform-contacts .holder .form form input[type=submit] {
  -webkit-appearance: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  width: 260px;
  height: 50px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  border: none;
  cursor: pointer;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.mainform-contacts .holder .form form input[type=submit]:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
.contacts-socials {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 15px;
}
.contacts-socials .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.contacts-socials .box span {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  margin-right: 40px;
  color: #333333;
}
.contacts-socials .box a {
  margin-right: 40px;
}
.contacts-socials .box a:last-child {
  margin-right: 0;
}
.contacts-map {
  width: 100%;
  height: 369px;
  margin-top: 80px;
}
.contacts-map iframe {
  width: 100%;
  height: inherit;
}
section.otvod {
  width: 100%;
  padding: 0 15px;
  margin-top: -280px;
}
section.otvod svg {
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
section.otvod h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  margin-bottom: 40px;
  color: #000000;
}
section.otvod .btns {
  width: 100%;
  max-width: 550px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.otvod .btns a.btnB {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
  height: 50px;
  background: #7A0923;
  margin: 0 auto;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.otvod .btns a.btnB:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.otvod .holder {
  width: 100%;
  max-width: 970px;
  margin: 0 auto;
  margin-top: 60px;
}
section.otvod .holder .text {
  margin-bottom: 100px;
}
section.otvod .holder .text h2 {
  display: block;
  margin-bottom: 16px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 29px;
  color: #000000;
}
section.otvod .holder .text p {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 130%;
  /* or 23px */
  color: #000000;
}
section.popular-services {
  width: 100%;
  padding: 0 15px;
}
section.popular-services h1 {
  display: block;
  font-family: PlayfairDisplay;
  font-style: normal;
  font-weight: bold;
  font-size: 38px;
  line-height: 51px;
  text-align: center;
  color: #040404;
  margin-bottom: 60px;
}
section.popular-services .holder .pop_services_slider {
  width: 100%;
  max-width: 570px;
  margin: 0 auto;
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card {
  width: 100%;
  max-width: 570px;
  min-height: 165px;
  height: 165px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  padding-right: 16px;
  background: #FEFEFE;
  -webkit-box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
          box-shadow: 0px 22px 40px rgba(0, 0, 0, 0.04), 0px 9px 17px rgba(78, 78, 78, 0.1);
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .text {
  max-width: 270px;
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .text h3 {
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 140%;
  color: #040404;
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .img {
  margin-right: 22px;
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .line {
  width: 2px;
  height: 70px;
  background: #676767;
  margin-right: 28px;
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .btns a.btnT {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 154px;
  height: 40px;
  background: none;
  border: 1px solid #676767;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #676767;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-bottom: 14px;
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .btns a.btnT:hover {
  background: #676767;
  color: #FEFEFE;
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .btns a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 154px;
  height: 40px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .btns a.btn:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
section.popular-services .holder .pop_services_arrows {
  width: 170px;
  margin: 0 auto;
  margin-top: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.popular-services .holder .pop_services_arrows a {
  opacity: 0.4;
  -webkit-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
section.popular-services .holder .pop_services_arrows a:hover {
  opacity: 1;
}
footer {
  background: #ffffff;
  width: 100%;
  padding: 30px 15px;
}
footer .holder {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .holder .logo-box {
  width: 170px;
  padding-top: 43px;
}
footer .holder .logo-box a.logo {
  display: block;
  width: 150px;
  margin: 0 auto;
}
footer .holder .logo-box a.logo img {
  width: 100%;
}
footer .holder .logo-box .line {
  width: 100%;
  height: 1px;
  background: #BDBDBD;
  margin-top: 28px;
  margin-bottom: 20px;
}
footer .holder .logo-box .socialsq {
  margin: 0 auto;
  width: 132px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .holder .menu {
  padding-top: 80px;
  width: 100px;
}
footer .holder .menu a {
  display: block;
  margin-bottom: 20px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  white-space: nowrap;
  color: #040404;
}
footer .holder .menu a.goup{
  margin-bottom: 35px;
  display: none;
}
footer .holder .menu a:hover {
  font-weight: 600;
}
footer .holder .menu a.active {
  font-weight: 600;
}
footer .holder .menu a:last-child {
  margin-bottom: 0;
}
footer .holder .contacts {
  padding-top: 80px;
  width: 100%;
  max-width: 538px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .holder .contacts .box {
  width: 234px;
}
footer .holder .contacts .box .item {
  margin-bottom: 45px;
}
footer .holder .contacts .box .item:last-child {
  margin-bottom: 0;
}
footer .holder .contacts .box .item span.title {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 20px;
  color: #040404;
  margin-bottom: 20px;
}
footer .holder .contacts .box .item a {
  display: block;
  font-family: Montserrat;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 140%;
  color: #040404;
}
footer .holder .contacts .box .item a.tel {
  font-weight: 600;
}
footer .holder .upsoc {
  width: 170px;
}
footer .holder .upsoc .socialsq {
  margin: 0 auto;
  width: 132px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .holder .upsoc a.goup {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 58px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 12px;
  line-height: 14px;
  color: #676767;
  margin-right: 0;
  margin-left: auto;
  margin-bottom: 40px;
}
footer .holder .upsoc a.btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 40px;
  background: #7A0923;
  border-radius: 60px;
  font-family: Montserrat;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  text-align: center;
  color: #FEFEFE;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
footer .holder .upsoc a.btn:hover {
  -webkit-box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 15px 57px rgba(0, 0, 0, 0.15), 0px 9px 31px rgba(0, 0, 0, 0.15);
}
footer .holder .upsoc .line {
  width: 100%;
  height: 1px;
  background: #BDBDBD;
  margin-top: 30px;
  margin-bottom: 20px;
}
footer hr {
  margin-bottom: 26px;
}
footer .btm {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
footer .btm a {
  font-family: Roboto;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 140%;
  color: #676767;
}
@-webkit-keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
@keyframes zoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }
  50% {
    opacity: 1;
  }
}
.zoomIn {
  -webkit-animation-name: zoomIn;
  animation-name: zoomIn;
}
@-webkit-keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
@keyframes slideInDown {
  from {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: visible;
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}
.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}
@media screen and (max-width: 1145px) {
  section.services_links .holder .card {
    width: 100%;
    max-width: 290px;
  }
  section.services_links .holder .card a.card-title {
    width: 100%;
  }
  section.servicesview h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.servicesview .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.servicesview .holder .card {
    width: 290px;
    margin: 0 5px;
    margin-bottom: 30px;
  }
  section.servicesview .holder .card .body {
    height: auto;
  }
  section.servicesview .holder .card .body .links {
    margin-bottom: 20px;
  }
  section.solves .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 1024px) {
  header {
    background: #ffffff;
  }
   footer .holder .menu a.goup{
   	dispay: block!important;
   }
   
   footer .holder .upsoc a.goup{
   display: none;
   }
  header.fixed .holder .top > .nav-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
            transform: translateX(-105%);
  }
  header .holder > .nav-box {
    display: none;
  }
  header .holder .top > .nav-box {
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: fixed;
    top: 73px;
    left: 0;
    bottom: 0;
    width: 250px;
    background: #FEFEFE;
    margin: 0;
    display: -webkit-box!important;
    display: -webkit-flex!important;
    display: -ms-flexbox!important;
    display: flex!important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform: translateX(-105%);
        -ms-transform: translateX(-105%);
            transform: translateX(-105%);
    -webkit-box-shadow: 10px 6px 14px -10px rgba(0, 0, 0, 0.75);
    box-shadow: 10px 6px 14px -10px rgba(0, 0, 0, 0.75);
  }
  header .holder .top > .nav-box.active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  header .holder .top > .nav-box nav {
    width: 100%;
    padding: 0 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  header .holder .top > .nav-box nav > div a {
    margin-bottom: 25px;
  }
  header .holder .top > .nav-box nav > div.dropdown:nth-child(2) > a {
    display: none;
  }
  header .holder .top > .nav-box nav > div.dropdown a {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  header .holder .top > .nav-box nav > div.dropdown a svg {
    display: none;
  }
  header .holder .top > .nav-box nav > div .line {
    display: none;
  }
  header .holder .top > .nav-box nav > div .dropdown-menu {
    position: static;
    margin-top: 0;
    opacity: 1;
    padding: 0;
    visibility: visible;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    background: none;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  header .holder .top > .nav-box nav > div .dropdown-menu a {
    margin: 0;
    padding: 0;
    margin-bottom: 25px;
    border: none;
    height: auto;
  }
  /*header .holder .top .adresses {
    display: none;
  }*/
	
	header .holder .top .ad {
		display: none;
	}
	
	header .holder .top .tels {
		padding-left:25px;
	}
	
  header .holder .top .box .burger {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  section.whywe h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.whywe .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.whywe .holder .item {
    border: none;
    margin-bottom: 50px;
  }
  section.lastnews {
    padding: 0 15px;
  }
  section.lastnews .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.lastnews .holder .item {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 50px;
  }
  footer .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .holder .logo-box {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .holder .menu {
    padding-top: 0;
  }
  footer .holder .contacts {
    padding-top: 50px;
  }
  footer .holder .upsoc {
    margin-top: 50px;
  }
  footer .holder .upsoc a.goup {
    margin-right: auto;
  }
  section.services_links {
    margin-top: 0;
  }
  section.services_links .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.services_links .holder img {
    display: none;
  }
  section.services_links .holder .card {
    margin: 5px;
    margin-bottom: 30px;
    width: 100%;
    max-width: 290px;
  }
  section.services_links .holder .card a.card-title {
    width: 100%;
  }
  section.cooperation_plan h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.cooperation_plan .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.cooperation_plan .holder .card {
    margin: 5px;
    margin-bottom: 30px;
  }
  section.cooperation_plan .holder .card:nth-child(even) {
    margin-top: 0;
  }
  section.about-info .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.about-info .holder .info {
    margin-top: 50px;
  }
  section.about-info .holder .info h1 {
    font-size: 32px;
    line-height: 40px;
    color: #7A0923;
    margin-bottom: 50px;
  }
  section.wegiveyou .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.wegiveyou .holder .left {
    margin-right: 50px;
  }
  section.actual-articles {
    padding: 0 15px;
  }
  section.actual-articles .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.actual-articles .holder .card {
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 50px;
  }
  section.mainform-contacts .holder .info .item {
    padding-left: 20px;
  }
  .contacts-socials {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-socials .box {
    margin: 0 5px;
    margin-bottom: 20px;
  }
  section.articles .holder .article-card {
    height: auto!important;
  }
  section.articles .holder .article-card .text {
    height: auto!important;
  }
}
@media screen and (max-width: 768px) {
  section.articles {
    margin-top: -50px;
  }
  section.articles .holder .article-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto!important;
  }
  section.articles .holder .article-card a.img {
    width: 100%;
    max-width: none;
    height: 250px;
  }
  section.articles .holder .article-card .text {
    height: auto!important;
  }
  header.fixed {
    height: auto;
  }
  header .holder {
    padding-top: 0;
  }
  header .holder .top {
    padding: 0;
  }
  header .holder .top .nav-box {
    top: 60px;
  }
  header .holder .top .box a.btn {
    display: none;
  }
  header .holder .top a.logo {
    width: 190px;
  }
  header .holder .top a.logo svg {
    width: 100%;
  }
  section.main_links .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.main_links .holder > a {
    margin: 5px;
  }
  section.main_about .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.main_about .holder .left {
    margin-bottom: 50px;
    margin-right: 0;
  }
  section.main_about .holder .left h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.warranties .holder {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.warranties .holder .card {
    margin-bottom: 50px;
  }
  section.warranties .holder .card .title .text {
    height: auto;
    margin-bottom: 20px;
  }
  section.mainform .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.mainform .holder .img {
    display: none;
  }
  section.basic_services h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.basic_services .holder .box {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.basic_services .holder .box .item {
    margin-left: 5px;
    margin-right: 5px;
  }
  section.questions h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.questions .holder .questions {
    margin-top: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.questions .holder .questions .left {
    margin-right: 0;
  }
  section.lastnews h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.important .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  section.important .holder .left {
    padding: 0;
    margin-top: 50px;
  }
  section.important .holder .right h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.when .holder h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.when .holder p {
    font-size: 18px;
  }
  section.certificates h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.callphone .holder h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  section.callphone .holder a {
    font-size: 28px;
    line-height: 40px;
  }
  section.callphone .holder a.btnB {
    width: 290px;
  }
  section.order-call .holder h1 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 20px;
  }
  section.order-call .holder a {
    font-size: 28px;
    line-height: 40px;
  }
  section.order-call .holder a.btnB {
    width: 290px;
  }
  section.servicesview h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.servicesview .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  section.servicesview .holder .card {
    width: 290px;
    margin: 0 5px;
    margin-bottom: 30px;
  }
  section.servicesview .holder .card .body {
    height: auto;
  }
  section.servicesview .holder .card .body .links {
    margin-bottom: 20px;
  }
  section.wegiveyou .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.wegiveyou .holder .left {
    margin-right: 0;
    margin-bottom: 50px;
    max-width: 500px;
  }
  section.wegiveyou .holder .left h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.solves h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.solves .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.solves .holder .card {
    height: auto;
  }
  section.more_services {
    padding: 0 15px;
  }
  section.more_services .holder .card {
    width: 100%;
    max-width: 500px;
    margin-bottom: 30px;
    margin-right: 0;
  }
  section.more_services .holder .card .card-title {
    width: 100%;
  }
  .page-title {
    padding-top: 130px;
    height: 250px;
    background-position: center;
  }
  section.reviews-page {
    margin-top: 0;
  }
  section.reviews-page .holder .card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.reviews-page .holder .card .img {
    width: 100%;
    max-width: 400px;
    height: auto;
  }
  section.reviews-page .holder .card .info {
    margin-left: 0;
    padding: 15px;
  }
  section.article-page {
    margin-top: 0;
  }
  section.article-page .holder .text {
    padding: 15px;
  }
  section.article-page .holder .text .box h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.actual-articles h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.otvod {
    margin-top: 0;
  }
  section.otvod h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.mainform-contacts {
    margin-top: 0;
  }
  section.mainform-contacts .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.mainform-contacts .holder .info h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.mainform-contacts .holder .info .item {
    padding-left: 20px;
  }
  section.mainform-contacts .holder .form {
    margin: 0 auto;
  }
  .modal-consultation .modal-box .form > span {
    font-size: 32px;
    line-height: 40px;
  }
  .modal-consultation .modal-box .form form .radio label {
    white-space: normal;
  }
  .modal-callback {
    padding: 15px;
  }
  .modal-callback .modal-box .form > span {
    font-size: 32px;
    line-height: 40px;
  }
  .modal-callback .modal-box .form form .radio label {
    white-space: normal;
  }
  .modal-order {
    padding: 15px;
  }
  .modal-order .modal-box .form > span {
    font-size: 32px;
    line-height: 40px;
  }
  .modal-order .modal-box .form p {
    text-align: center;
  }
  .modal-order .modal-box .form form > input {
    display: block;
    margin: 0 auto;
    max-width: 344px;
    width: 100%;
  }
  .modal-order .modal-box .form form .form-row {
    margin: 0 auto;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    max-width: 344px;
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-order .modal-box .form form .form-row .select-box {
    margin-bottom: 10px;
  }
  .modal-order .modal-box .form form .sub-box {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .modal-order .modal-box .form form .sub-box > input {
    margin-top: 0;
  }
  .modal-order .modal-box .form form .sub-box .radio label {
    white-space: normal;
  }
  section.more_services .holder .card .card-title a.more {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
  section.about-info {
    margin-top: -30px;
  }
}
@media screen and (max-width: 500px) {
  footer .holder .menu a.goup{
    display: flex;
  }
  main.mainpagebanner {
    padding-top: 100px;
  }
  main.mainpagebanner .holder .text h1 {
    font-size: 32px;
    line-height: 40px;
  }
  main.mainpagebanner .holder .text a.btnB {
    margin: 0 auto;
  }
  section.certificates .holder .certificates_slider .swiper-wrapper .swiper-slide img {
    max-height: 303px;
  }
  .contacts-socials {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .contacts-socials .box {
    margin: 0 5px;
    margin-bottom: 20px;
    display: block;
    text-align: center;
  }
  .contacts-socials .box span {
    display: block;
    margin-bottom: 20px;
    margin-right: 0;
  }
  .contacts-socials .box a {
    margin: 0 10px;
  }
  section.otvod {
    margin-top: 0;
  }
  section.otvod h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.otvod .btns {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.otvod .btns > a.btnB {
    margin-bottom: 20px;
  }
  section.popular-services h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .text {
    margin-bottom: 20px;
  }
  section.popular-services .holder .pop_services_slider .swiper-wrapper .swiper-slide .card .line {
    display: none;
  }
  section.text-desc .holder h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.howto .holder span {
    font-size: 32px;
    line-height: 40px;
  }
  section.howto .holder a {
    width: 290px!important;
  }
  section.mainform .holder .form form .radio label {
    white-space: normal;
  }
  section.main_reviews h1 {
    font-size: 32px;
    line-height: 40px;
  }
  section.main_reviews .holder .box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.main_reviews .holder .box .arrows {
    margin-left: 0;
    margin-bottom: 30px;
  }
  section.main_reviews .holder .main_reviews_slider .swiper-wrapper .swiper-slide {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  section.about-info .holder .info a.btnB {
    margin: 0 auto;
  }
  footer .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
  }
  footer .holder .logo-box {
    -webkit-box-ordinal-group: 5;
    -webkit-order: 4;
        -ms-flex-order: 4;
            order: 4;
  }
  footer .holder .menu {
    padding-top: 0;
    text-align: center;
  }
  footer .holder .menu a {
    margin-bottom: 15px;
  }
  footer .holder .contacts {
    padding-top: 50px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  footer .holder .contacts .box {
    text-align: center;
    margin-bottom: 35px;
  }
  footer .holder .contacts .box .item {
    margin-bottom: 35px;
  }
  footer .holder .upsoc {
    margin-top: 50px;
  }
  footer .holder .upsoc a.goup {
    margin-right: auto;
  }
  section.wegiveyou .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  section.wegiveyou .holder .left a.btn {
    margin: 0 auto;
  }
  section.wegiveyou .holder .right .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    text-align: center;
  }
  section.wegiveyou .holder .right .item svg {
    margin-bottom: 20px;
    margin-right: 0;
  }
  section.wegiveyou .holder .right .item .line {
    display: none;
  }
  section.solves .holder {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  section.solves .holder .card {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  section.solves .holder .card .text {
    margin-bottom: 20px;
  }
  section.solves .holder .card .line {
    display: none;
  }
  section.solves .holder .call-card {
    height: auto;
  }
}
header .holder .top .adresses .tels {
display: flex;
    flex-direction: column;
    justify-content: center;
}
.modal-order .modal-box .form form .form-row .select-box {
    padding: 0;
}
.modal-order .modal-box .form form .form-row .select-box .opt label {
padding: 10px 15px;
}
.modal-order .modal-box .form form .form-row .select-box .opt label:hover {
    background: rgb(122, 9, 35);
    color: #fff;
}

input[type="text"]:focus, input[type="tel"]:focus{
   border: 1px solid #7A0923!important;
}

header .holder .top .box .langs {display:none}

section.otvod .holder .text ol,
section.otvod .holder .text ul {
  padding-left: 20px;
}