@import url(../../../../../css2);
* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  list-style: none;
  font-weight: 400;
  font-style: normal;
  font-family: Raleway, sans-serif !important;
  -webkit-font-feature-settings:
    "pnum" on,
    "lnum" on;
  font-feature-settings:
    "pnum" on,
    "lnum" on;
}
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
ul {
  margin: 0;
  padding: 0;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
p,
ul {
  width: 100%;
}
p {
  white-space: normal;
}
.card {
  border: none;
}
a,
button,
input {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  outline: 0;
}
a:hover,
button:hover,
input:hover {
  text-decoration: none;
}
a:hover,
button:hover {
  text-decoration: none;
}
a:focus,
button:focus {
  outline: 0 !important;
}
a:active,
button:active {
  outline: 0;
}
img {
  pointer-events: none;
}
button {
  cursor: pointer;
  border: none;
}
.mw {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto;
  position: relative;
}
.scrollup {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 50px;
  left: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-color: #0074b8;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 98;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);
}
.scrollup img {
  width: 20px;
}
.scrollup:hover {
  opacity: 0.9;
}
.scrollup .fas_icon {
  font-size: 20px;
  color: #fff;
}
.scrollup.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fancybox-slide:before {
  margin: 0 !important;
}
.modal {
  display: none;
  position: fixed;
  z-index: 99999999;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.7);
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  max-width: 400px;
  padding: 0 !important;
}
.modal::-webkit-scrollbar {
  width: 0;
}
.modal .m-content {
  width: 1000px;
  background-color: #fff;
  position: relative;
}
.modal .m-content .c {
  background-color: #fff;
  width: 100%;
  padding: 40px 30px 0;
}
.modal .m-content .c .top_cont p {
  font-size: 18px;
  padding-top: 15px;
  text-align: left;
}
.modal .m-content .c .modal_title {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  color: #222;
  max-width: 500px;
  margin-bottom: 50px;
}
.modal .m-content .c hr {
  height: 1px;
  background-color: rgba(0, 116, 184, 0.1);
  margin: 25px 0;
  border: none;
}
.modal .m-content .c .success_h3,
.modal .m-content .c .success_title {
  font-size: 40px;
  color: #84ce73;
  font-weight: 800;
  text-align: center;
  padding-bottom: 20px;
}
.modal .m-content .c p {
  text-align: center;
  font-size: 22px;
  color: #0074b8;
  font-weight: 400;
}
.modal .m-content .c h6 {
  text-align: center;
  font-size: 20px;
  color: #4d4d4d;
  font-weight: 400;
  padding-bottom: 30px;
}
.modal .m-content .c .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .m-content .c .line .left_side {
  width: 50%;
  padding-right: 40px;
}
.modal .m-content .c .line .left_side form {
  width: 100%;
}
.modal .m-content .c .line .left_side form label {
  color: #0074b8;
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.modal .m-content .c .line .left_side form input,
.modal .m-content .c .line .left_side form select,
.modal .m-content .c .line .left_side form textarea {
  width: 100%;
  border: none;
  margin-bottom: 20px;
  border-bottom: 1px solid #e6e6e6;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 15px;
  color: #222;
  font-size: 14px;
}
.modal .m-content .c .line .left_side form .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.modal .m-content .c .line .left_side form textarea {
  min-height: 100px;
  resize: none;
}
.modal .m-content .c .line .left_side form .inp_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.modal .m-content .c .line .left_side form .inp_line .inp_address {
  width: 50%;
}
.modal .m-content .c .line .left_side form .inp_line .inp_home,
.modal .m-content .c .line .left_side form .inp_line .inp_home_num {
  width: 20%;
}
.modal .m-content .c .line .left_side form .policy {
  color: #222;
  font-size: 16px;
  line-height: 20px;
  width: 100%;
  display: block;
}
.modal .m-content .c .line .left_side form .policy a {
  color: #0074b8;
}
.modal .m-content .c .line .left_side form .policy a:hover {
  color: #fff;
}
.modal .m-content .c .line .left_side form .policy input {
  margin-right: 10px;
}
.modal .m-content .c .line .left_side form .btn_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.modal .m-content .c .line .left_side form .btn_c .btn_m {
  background: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#0074b8),
    to(#0094eb)
  );
  background: -o-linear-gradient(left, #0074b8 0, #0094eb 100%);
  background: linear-gradient(90deg, #0074b8 0, #0094eb 100%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  height: 100%;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  padding: 15px;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  background-size: 150% 100%;
  cursor: pointer;
}
.modal .m-content .c .line .left_side form .btn_c .btn_m:hover {
  background-position: 100% 150%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal .m-content .c .line .right_side {
  width: 50%;
}
.modal .m-content .c .line .right_side .img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.modal .m-content .c .line .right_side .img img {
  width: 100%;
}
.modal .m-content .c .online_form .title {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #222;
  padding-bottom: 15px;
}
.modal .m-content .c .online_form .title span {
  color: #e03551;
}
.modal .m-content .c .online_form .services {
  padding-bottom: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal .m-content .c .online_form .services label {
  width: 32%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 15px;
  cursor: pointer;
}
.modal .m-content .c .online_form .services label:hover .txt {
  -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.1);
  box-shadow: 0 4px 10px rgba(77, 77, 77, 0.1);
}
.modal .m-content .c .online_form .services label input {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
}
.modal .m-content .c .online_form .services label input:checked ~ .txt {
  background-color: #84ce73;
  color: #fff;
}
.modal .m-content .c .online_form .services label .txt {
  width: 100%;
  border: 1px solid #e6e6e6;
  padding: 15px;
  height: 60px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.modal .m-content .c .online_form .services .other_service {
  width: 100%;
  margin-top: 15px;
  display: none;
}
.modal .m-content .c .online_form .services .other_service.active {
  display: block;
}
.modal .m-content .c .online_form .services .other_service input {
  width: 100%;
  padding: 15px;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.modal .m-content .c .online_form .line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.modal .m-content .c .online_form .line .l_side,
.modal .m-content .c .online_form .line .r_side {
  width: 48%;
}
.modal .m-content .c .online_form .line .l_side .inp,
.modal .m-content .c .online_form .line .r_side .inp {
  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: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 15px;
}
.modal .m-content .c .online_form .line .l_side .inp .wpcf7-form-control-wrap,
.modal .m-content .c .online_form .line .r_side .inp .wpcf7-form-control-wrap {
  display: block;
  width: 100%;
}
.modal .m-content .c .online_form .line .l_side .inp label,
.modal .m-content .c .online_form .line .r_side .inp label {
  font-size: 16px;
  color: #0074b8;
  padding-bottom: 5px;
}
.modal .m-content .c .online_form .line .l_side .inp label span,
.modal .m-content .c .online_form .line .r_side .inp label span {
  color: #e03551;
}
.modal .m-content .c .online_form .line .l_side .inp input,
.modal .m-content .c .online_form .line .l_side .inp select,
.modal .m-content .c .online_form .line .l_side .inp textarea,
.modal .m-content .c .online_form .line .r_side .inp input,
.modal .m-content .c .online_form .line .r_side .inp select,
.modal .m-content .c .online_form .line .r_side .inp textarea {
  width: 100%;
  border: 1px solid #e6e6e6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  height: 50px;
}
.modal .m-content .c .online_form .line .l_side .inp_file .btn-tertiary,
.modal .m-content .c .online_form .line .r_side .inp_file .btn-tertiary {
  color: #0074b8;
  width: 100%;
  border: 1px solid #e6e6e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 50px;
  padding: 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.modal .m-content .c .online_form .line .l_side .inp_file .btn-tertiary span,
.modal .m-content .c .online_form .line .r_side .inp_file .btn-tertiary span {
  color: #0074b8 !important;
}
.modal .m-content .c .online_form .line .l_side .inp_file .btn-tertiary:hover,
.modal .m-content .c .online_form .line .r_side .inp_file .btn-tertiary:hover {
  -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.1);
  box-shadow: 0 4px 10px rgba(77, 77, 77, 0.1);
}
.modal .m-content .c .online_form .line .l_side .inp_file .input-file,
.modal .m-content .c .online_form .line .r_side .inp_file .input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.modal
  .m-content
  .c
  .online_form
  .line
  .l_side
  .inp_file
  .input-file
  + .js-labelFile,
.modal
  .m-content
  .c
  .online_form
  .line
  .r_side
  .inp_file
  .input-file
  + .js-labelFile {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 10px;
  cursor: pointer;
}
.modal .m-content .c .online_form .line .l_side .inp_file .js-labelFile .icon,
.modal .m-content .c .online_form .line .r_side .inp_file .js-labelFile .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 24px;
  height: 24px;
  background: url(../images/upload.svg) no-repeat center center/cover;
  min-width: 24px;
  margin-right: 15px;
  position: relative;
}
.modal .m-content .c .online_form .btn_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
.modal .m-content .c .online_form .btn_c .send_btn {
  width: 170px;
  height: 50px;
  background: -o-linear-gradient(307.97deg, #f2a714 2.11%, #fe7925 97.72%);
  background: linear-gradient(142.03deg, #f2a714 2.11%, #fe7925 97.72%);
  -webkit-border-radius: 10px;
  border-radius: 10px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 33px;
  text-align: center;
  color: #fff;
  background-size: 150% 100%;
}
.modal .m-content .c .online_form .btn_c .send_btn:hover {
  background-position: 100% 150%;
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.modal .m-content .c .online_form .btn_c p {
  font-size: 18px;
  color: #84ce73;
  margin-left: 20px;
  text-align: left;
}
.modal .m-content .c .online_form .copy {
  max-width: 600px;
}
.modal .m-content .c .online_form .copy p {
  font-size: 16px;
  color: #0074b8;
  text-align: left;
}
.modal .m-content .c small {
  color: #676767;
  font-size: 10px;
  font-weight: 300;
}
.modal .m-content .c small a {
  color: #676767;
  text-decoration: underline;
}
.modal .m-content .c small a:hover {
  color: #18ba60;
}
#success .m-content {
  width: 500px;
}
.callback-bt {
  background: #0074b8;
  border: 2px solid #0074b8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 8px 10px rgba(25, 53, 155, 0.3);
  box-shadow: 0 8px 10px rgba(25, 53, 155, 0.3);
  cursor: pointer;
  height: 68px;
  text-align: center;
  width: 68px;
  position: fixed;
  z-index: 999;
  right: 50px;
  bottom: 50px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-animation: hoverWave linear 1s infinite;
  animation: hoverWave linear 1s infinite;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  display: none;
}
.callback-bt.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.callback-bt .text-call {
  height: 68px;
  width: 68px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.callback-bt .text-call span {
  text-align: center;
  color: #fff;
  opacity: 1;
  font-size: 9px;
  position: absolute;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}
.callback-bt .text-call:hover span {
  opacity: 0;
  display: none;
}
.callback-bt:hover .fas_icon {
  display: block;
}
.callback-bt:hover {
  background: #fff;
  color: transparent;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.callback-bt:hover img {
  width: 30px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.callback-bt .fas_icon {
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 66px;
  -webkit-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  display: none;
}
.callback-bt .text-call span {
  -webkit-animation: opsimple 5s ease infinite;
  animation: opsimple 5s ease infinite;
}
@-webkit-keyframes hoverWave {
  0% {
    -webkit-box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 0 rgba(25, 53, 155, 0.2),
      0 0 0 0 rgba(25, 53, 155, 0.2);
    box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 0 rgba(25, 53, 155, 0.2),
      0 0 0 0 rgba(25, 53, 155, 0.2);
  }
  40% {
    -webkit-box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 15px rgba(25, 53, 155, 0.2),
      0 0 0 0 rgba(25, 53, 155, 0.2);
    box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 15px rgba(25, 53, 155, 0.2),
      0 0 0 0 rgba(25, 53, 155, 0.2);
  }
  80% {
    -webkit-box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 30px rgba(25, 53, 155, 0),
      0 0 0 26.7px rgba(25, 53, 155, 0.067);
    box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 30px rgba(25, 53, 155, 0),
      0 0 0 26.7px rgba(25, 53, 155, 0.067);
  }
  100% {
    -webkit-box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 30px rgba(25, 53, 155, 0),
      0 0 0 40px rgba(25, 53, 155, 0);
    box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 30px rgba(25, 53, 155, 0),
      0 0 0 40px rgba(25, 53, 155, 0);
  }
}
@keyframes hoverWave {
  0% {
    -webkit-box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 0 rgba(25, 53, 155, 0.2),
      0 0 0 0 rgba(25, 53, 155, 0.2);
    box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 0 rgba(25, 53, 155, 0.2),
      0 0 0 0 rgba(25, 53, 155, 0.2);
  }
  40% {
    -webkit-box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 15px rgba(25, 53, 155, 0.2),
      0 0 0 0 rgba(25, 53, 155, 0.2);
    box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 15px rgba(25, 53, 155, 0.2),
      0 0 0 0 rgba(25, 53, 155, 0.2);
  }
  80% {
    -webkit-box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 30px rgba(25, 53, 155, 0),
      0 0 0 26.7px rgba(25, 53, 155, 0.067);
    box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 30px rgba(25, 53, 155, 0),
      0 0 0 26.7px rgba(25, 53, 155, 0.067);
  }
  100% {
    -webkit-box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 30px rgba(25, 53, 155, 0),
      0 0 0 40px rgba(25, 53, 155, 0);
    box-shadow:
      0 8px 10px rgba(25, 53, 155, 0.3),
      0 0 0 30px rgba(25, 53, 155, 0),
      0 0 0 40px rgba(25, 53, 155, 0);
  }
}
@keyframes opsimple {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes opsimple {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@media (max-width: 575px) {
  .scrollup {
    left: 10px;
    bottom: 50px;
  }
  .callback-bt {
    right: 10px;
  }
  .modal .m-content {
    width: 100%;
  }
  .modal .m-content .c {
    padding: 30px 20px;
  }
  .modal .m-content .c .top_cont p {
    font-size: 16px;
    padding-top: 10px;
  }
  .modal .m-content .c .modal_title {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 30px;
  }
  .modal .m-content .c hr {
    margin: 15px 0;
  }
  .modal .m-content .c .success_title {
    font-size: 30px;
  }
  .modal .m-content .c p {
    font-size: 18px;
  }
  .modal .m-content .c .line {
    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: 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;
  }
  .modal .m-content .c .line .left_side {
    width: 100%;
    padding-right: 0;
  }
  .modal .m-content .c .line .left_side form .btn_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .modal .m-content .c .line .right_side {
    width: 100%;
  }
  .modal .m-content .c .online_form .title {
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 10px;
  }
  .modal .m-content .c .online_form .services {
    padding-bottom: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .modal .m-content .c .online_form .services label {
    width: 100%;
    max-width: 220px;
    margin: 0 5px 10px;
  }
  .modal .m-content .c .online_form .services label .txt {
    padding: 10px;
    height: 45px;
  }
  .modal .m-content .c .online_form .services .other_service {
    margin-top: 10px;
  }
  .modal .m-content .c .online_form .line .l_side,
  .modal .m-content .c .online_form .line .r_side {
    width: 100%;
  }
  .modal .m-content .c .online_form .btn_c {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .modal .m-content .c .online_form .btn_c .send_btn {
    width: 220px;
  }
  .modal .m-content .c .online_form .btn_c p {
    font-size: 16px;
    margin-left: 0;
    padding-top: 15px;
    text-align: left;
  }
  .modal .m-content .c .online_form .copy p {
    font-size: 14px;
  }
  #success .m-content {
    width: 100%;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .scrollup {
    left: 10px;
    bottom: 50px;
  }
  .callback-bt {
    right: 10px;
  }
  .modal .m-content {
    width: 100%;
  }
  .modal .m-content .c {
    padding: 30px 20px;
  }
  .modal .m-content .c .modal_title {
    font-size: 20px;
    line-height: 26px;
  }
  .modal .m-content .c hr {
    margin: 15px 0;
  }
  .modal .m-content .c .success_title {
    font-size: 30px;
  }
  .modal .m-content .c p {
    font-size: 18px;
  }
  .modal .m-content .c .line {
    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: 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;
  }
  .modal .m-content .c .line .left_side {
    width: 100%;
    padding-right: 0;
  }
  .modal .m-content .c .line .right_side {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1000px) {
  .modal .m-content {
    max-width: 1000px;
    width: 100%;
  }
  .modal .m-content .c {
    padding: 40px 20px;
  }
  .modal .m-content .c .modal_title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
.ajax-loader,
.wpcf7-not-valid-tip {
  display: none !important;
}
.wpcf7-not-valid {
  border-color: red !important;
}
.wpcf7-not-valid::-webkit-input-placeholder {
  color: red;
}
.wpcf7-not-valid::-moz-placeholder {
  color: red;
}
.wpcf7-not-valid:-ms-input-placeholder {
  color: red;
}
.wpcf7-not-valid::-ms-input-placeholder {
  color: red;
}
.wpcf7-not-valid::placeholder {
  color: red;
}
.wpcf7-response-output {
  display: none !important;
}
iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-style: none;
}
.btn_c {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.btn_c .btn_m {
  background-color: #84ce73;
  padding: 20px;
  font-size: 18px;
  text-align: center;
  width: 100%;
  max-width: 240px;
  color: #fff;
  display: block;
  position: relative;
  z-index: 2;
  overflow: hidden;
  font-weight: 500;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.btn_c .btn_m:after {
  background: #fff;
  content: "";
  height: 155px;
  left: -75px;
  opacity: 0.2;
  position: absolute;
  top: -50px;
  -webkit-transform: rotate(35deg);
  -ms-transform: rotate(35deg);
  transform: rotate(35deg);
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  width: 50px;
  z-index: -10;
}
.btn_c .btn_m:hover {
  -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
}
.btn_c .btn_m:hover:after {
  left: 120%;
  -webkit-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
}
.btn_c .btn_measurer:before {
  content: "";
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/measuring_tape_white.svg) no-repeat center
    center/cover;
  min-width: 20px;
}
.btn_c .btn_more:before {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -ms-flex-order: 2;
  order: 2;
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  min-width: 20px;
  background: url(../images/arrow_right_long_w.svg) no-repeat center
    center/cover;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.btn_c .blink_btn {
  position: relative;
  overflow: hidden;
}
.btn_c .blink_btn:before {
  content: "";
  position: absolute;
  top: 0;
  left: -6%;
  width: 114%;
  height: 100%;
  background: -o-linear-gradient(
      right,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0)
    )
    no-repeat -2em 0;
  background: -webkit-gradient(
      linear,
      right top,
      left top,
      from(rgba(255, 255, 255, 0)),
      color-stop(rgba(255, 255, 255, 0.8)),
      to(rgba(255, 255, 255, 0))
    )
    no-repeat -2em 0;
  background: linear-gradient(
      to left,
      rgba(255, 255, 255, 0),
      rgba(255, 255, 255, 0.8),
      rgba(255, 255, 255, 0)
    )
    no-repeat -2em 0;
  background-size: 1em 100%;
  -o-background-size: 1em 100%;
  -webkit-background-size: 1em 100%;
  -khtml-background-size: 1em 100%;
  -moz-background-size: 1em 100%;
  -webkit-transform: skewX(-50deg);
  -ms-transform: skewX(-50deg);
  transform: skewX(-50deg);
  z-index: 1;
}
.btn_c .blink_on:before {
  transition: 1.5s linear;
  -webkit-transition: 1.5s linear;
  -moz-transition: 1.5s linear;
  -o-transition: 1.5s linear;
  background-position: 130% 0;
}
.page {
  overflow-x: hidden;
}
.page .header .mw {
  padding: 20px 15px;
}
.page .header .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .header .mw .cont .left_side .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .header .mw .cont .left_side .logo a img {
  width: 80px;
  margin-right: 10px;
}
.page .header .mw .cont .left_side .logo a span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #2d2d2d;
  line-height: 20px;
}
.page .header .mw .cont .right_side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .header .mw .cont .right_side .socials {
  margin-right: 40px;
}
.page .header .mw .cont .right_side .socials ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .header .mw .cont .right_side .socials ul li {
  margin-right: 15px;
}
.page .header .mw .cont .right_side .socials ul li:last-child {
  margin-right: 0;
}
.page .header .mw .cont .right_side .socials ul li a {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(0, 116, 184, 0.1);
}
.page .header .mw .cont .right_side .socials ul li a:hover {
  background: rgba(0, 116, 184, 0.2);
}
.page .header .mw .cont .right_side .socials ul li a img {
  width: 16px;
}
.page .header .mw .cont .right_side .phone_line {
  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: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.page .header .mw .cont .right_side .phone_line a {
  font-style: normal;
  font-weight: 600;
  font-size: 26px;
  line-height: 35px;
  color: #2d2d2d;
}
.page .header .mw .cont .right_side .phone_line a:hover {
  color: #0074b8;
}
.page .header .mw .cont .right_side .phone_line span {
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 19px;
}
.page .header .mw .cont .right_side .btn_measurer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0074b8;
  border: 2px solid #0074b8;
  background-color: transparent;
  padding: 15px;
  position: relative;
  margin-left: 15px;
}
.page .header .mw .cont .right_side .btn_measurer:before {
  content: "";
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/measuring_tape.svg) no-repeat center center/cover;
  min-width: 20px;
}
.page .header .mw .cont .right_side .btn_measurer:hover {
  color: #fff;
  background-color: #0074b8;
  -webkit-box-shadow: 0 2px 10px rgba(0, 116, 184, 0.4);
  box-shadow: 0 2px 10px rgba(0, 116, 184, 0.4);
}
.page .header .mw .cont .right_side .btn_measurer:hover:before {
  background: url(../images/measuring_tape_white.svg) no-repeat center
    center/cover;
}
.page .header .mw .cont .right_side .o_xs_menu {
  width: 25px;
  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: 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;
  cursor: pointer;
  display: none;
}
.page .header .mw .cont .right_side .o_xs_menu:hover img {
  opacity: 0.7;
}
.page .header .mw .cont .right_side .o_xs_menu small {
  font-style: normal;
  font-weight: 400;
  font-size: 9px;
  line-height: 11px;
  color: #0074b8;
}
.page .header .mw .cont .right_side .o_xs_menu img {
  width: 100%;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page .nav {
  top: auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  height: 60px;
  background-color: #f7f9fc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page .nav .mw {
  padding: 0 15px;
}
.page .nav .mw ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .nav .mw ul li {
  position: relative;
}
.page .nav .mw ul li.current-menu-item:after {
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.page .nav .mw ul li:after {
  content: "";
  height: 2px;
  width: 100%;
  position: absolute;
  bottom: -1px;
  background-color: #84ce73;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .nav .mw ul li:hover a:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page .nav .mw ul li.menu-item-has-children a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.page .nav .mw ul li.menu-item-has-children a:after {
  content: "";
  background: url(../images/chevron_down.svg) no-repeat center center/100% 100%;
  width: 12px;
  height: 12px;
  position: relative;
  margin-left: 10px;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page .nav .mw ul li .sub-menu.active,
.page .nav .mw ul li:focus .sub-menu,
.page .nav .mw ul li:hover .sub-menu {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 3;
}
.page .nav .mw ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 18px;
  padding: 20px;
  text-transform: uppercase;
  color: #2d2d2d;
  display: block;
  position: relative;
}
.page .nav .mw ul li a:hover {
  background: #eff4f9;
  color: #0074b8;
}
.page .nav .mw ul li .sub-menu {
  position: absolute;
  top: 59px;
  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: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  width: auto;
  background: #f7f9fc;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  visibility: hidden;
  height: auto;
  -webkit-transition: 0s;
  -o-transition: 0s;
  transition: 0s;
  left: 0;
}
.page .nav .mw ul li .sub-menu li {
  width: 100%;
}
.page .nav .mw ul li .sub-menu li:last-child a {
  border-bottom-color: #0074b8;
}
.page .nav .mw ul li .sub-menu li a {
  white-space: nowrap;
  display: block;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #000;
  width: 100%;
  text-transform: inherit;
  padding: 12px 20px;
}
.page .nav .mw ul li .sub-menu li a:hover {
  background: #eff4f9;
}
.page .nav .mw ul li .sub-menu li a:after {
  display: none;
}
.page .nav .mw ul li .sub-menu .current_page_item a {
  background: #eff4f9;
  color: #0074b8;
}
.page .sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0 2px 10px rgba(34, 34, 34, 0.4);
  box-shadow: 0 2px 10px rgba(34, 34, 34, 0.4);
  z-index: 100;
}
.page .sticky ~ .header_offset {
  padding-top: 60px;
}
.page .xs_menu {
  width: 100%;
  position: fixed;
  height: 100%;
  z-index: 9999;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
  top: -100%;
  display: none;
  overflow: scroll;
}
.page .xs_menu .xs_cont {
  width: 100%;
  position: relative;
  z-index: 999999;
  border-top: 1px solid #0074b8;
  max-width: 1300px;
  margin: 0 auto;
  height: auto;
  padding-bottom: 100px;
}
.page .xs_menu .xs_cont ul {
  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: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
}
.page .xs_menu .xs_cont ul li {
  width: 100%;
  position: relative;
}
.page .xs_menu .xs_cont ul li a {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 89.8%;
  color: #2d2d2d;
  padding: 15px;
  border-bottom: 1px solid #e6e6e6;
  display: block;
  width: 100%;
}
.page .xs_menu .xs_cont ul li a:hover {
  background: #f7f9fc;
}
.page .xs_menu .xs_cont ul .menu-item-has-children a {
  position: relative;
}
.page .xs_menu .xs_cont ul .menu-item-has-children a:after {
  content: "";
  position: absolute;
  width: 6px;
  height: 13px;
  background: url(../images/chevron_right.svg) no-repeat center center/cover;
  right: 10px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page .xs_menu .xs_cont ul .menu-item-has-children ul {
  position: relative;
  display: none;
}
.page .xs_menu .xs_cont ul .menu-item-has-children ul li a {
  padding-left: 25px;
}
.page .xs_menu .xs_cont ul .menu-item-has-children ul li a:after {
  display: none;
}
.page .xs_menu .xs_cont ul .menu-item-has-children.active a {
  background: #f7f9fc;
}
.page .xs_menu .xs_cont ul .menu-item-has-children.active a:after {
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.page .xs_menu .xs_cont .btn_line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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-top: 30px;
  margin-bottom: 20px;
}
.page .xs_menu .xs_cont .btn_line .btn_measurer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 19px;
  color: #0074b8;
  border: 2px solid #0074b8;
  background-color: transparent;
  padding: 15px;
  position: relative;
  margin-left: 15px;
}
.page .xs_menu .xs_cont .btn_line .btn_measurer:before {
  content: "";
  position: relative;
  margin-right: 10px;
  width: 20px;
  height: 20px;
  background: url(../images/measuring_tape.svg) no-repeat center center/cover;
  min-width: 20px;
}
.page .xs_menu .xs_cont .btn_line .btn_measurer:hover {
  color: #fff;
  background-color: #0074b8;
  -webkit-box-shadow: 0 2px 10px rgba(0, 116, 184, 0.4);
  box-shadow: 0 2px 10px rgba(0, 116, 184, 0.4);
}
.page .xs_menu .xs_cont .btn_line .btn_measurer:hover:before {
  background: url(../images/measuring_tape_white.svg) no-repeat center
    center/cover;
}
.page .xs_menu .xs_cont .phone {
  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: 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;
  padding-bottom: 15px;
}
.page .xs_menu .xs_cont .phone a {
  font-style: normal;
  font-weight: 600;
  font-size: 27px;
  line-height: 89.8%;
  color: #0074b8;
  text-align: center;
  padding-bottom: 15px;
  display: block;
}
.page .xs_menu .xs_cont .phone a:hover {
  color: #2d2d2d;
}
.page .xs_menu .xs_cont .phone b {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 89.8%;
  color: #2d2d2d;
}
.page .xs_menu .xs_cont small {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 89.8%;
  text-align: center;
  color: #2d2d2d;
  width: 100%;
  display: block;
}
.page .xs_menu.active {
  left: 0;
  top: 70px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page .main {
  position: relative;
}
.page .main .main_slider {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  position: relative;
}
.page .main .main_slider .main_slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}
.page .main .main_slider .main_slide:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: -o-linear-gradient(
    6.7deg,
    #fff -3.55%,
    rgba(255, 255, 255, 0.97) 31.89%,
    rgba(255, 255, 255, 0) 53.21%
  );
  background: linear-gradient(
    83.3deg,
    #fff -3.55%,
    rgba(255, 255, 255, 0.97) 31.89%,
    rgba(255, 255, 255, 0) 53.21%
  );
}
.page .main .main_slider .main_slide .mw {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 15px;
  z-index: 3;
}
.page .main .main_slider .main_slide .mw .main_cont {
  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: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 500px;
  margin-left: 70px;
  width: 100%;
}
.page .main .main_slider .main_slide .mw .main_cont .h1,
.page .main .main_slider .main_slide .mw .main_cont .h2,
.page .main .main_slider .main_slide .mw .main_cont h1,
.page .main .main_slider .main_slide .mw .main_cont h2 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  padding-bottom: 15px;
  color: #2d2d2d;
}
.page .main .main_slider .main_slide .mw .main_cont .h3,
.page .main .main_slider .main_slide .mw .main_cont h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 50px;
  line-height: 68px;
  text-transform: uppercase;
  color: #84ce73;
  padding-bottom: 30px;
}
.page .main .main_slider .main_slide .mw .main_cont .btn_more {
  width: 100%;
  max-width: 190px;
  height: 50px;
  border: 2px solid #84ce73;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-align: center;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #84ce73;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page .main .main_slider .main_slide .mw .main_cont .btn_more:after {
  content: "";
  width: 20px;
  height: 20px;
  margin-left: 10px;
  min-width: 20px;
  background: url(../images/arrow_right_long.svg) no-repeat center center/cover;
  position: relative;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.page .main .main_slider .main_slide .mw .main_cont .btn_more:hover {
  background-color: #84ce73;
  color: #fff;
}
.page .main .main_slider .main_slide .mw .main_cont .btn_more:hover:after {
  background: url(../images/arrow_right_long_w.svg) no-repeat center
    center/cover;
}
.page .main .main_slider .owl-stage-outer {
  z-index: 2;
}
.page .main .main_slider .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
}
.page .main .main_slider .owl-nav .owl-prev {
  margin-left: 3%;
}
.page .main .main_slider .owl-nav .owl-prev:after {
  background: url(../images/arrow_left.svg) no-repeat center center/cover;
}
.page .main .main_slider .owl-nav .owl-next,
.page .main .main_slider .owl-nav .owl-prev {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.page .main .main_slider .owl-nav .owl-next span,
.page .main .main_slider .owl-nav .owl-prev span {
  display: none;
}
.page .main .main_slider .owl-nav .owl-next:after,
.page .main .main_slider .owl-nav .owl-prev:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
}
.page .main .main_slider .owl-nav .owl-next:focus,
.page .main .main_slider .owl-nav .owl-next:hover,
.page .main .main_slider .owl-nav .owl-prev:focus,
.page .main .main_slider .owl-nav .owl-prev:hover {
  outline: 0 !important;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.page .main .main_slider .owl-nav .owl-next {
  margin-right: 3%;
}
.page .main .main_slider .owl-nav .owl-next:after {
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
}
.page .fast_links_section .mw {
  padding: 30px 15px;
}
.page .fast_links_section .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .fast_links_section .mw .cont .card {
  width: 24%;
  max-width: 300px;
}
.page .fast_links_section .mw .cont .card a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 100%;
  height: 100px;
  position: relative;
  padding: 5px;
}
.page .fast_links_section .mw .cont .card a:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: -o-linear-gradient(
    9.8deg,
    rgba(30, 45, 27, 0.92) 2.24%,
    rgba(132, 206, 115, 0) 74.48%
  );
  background: linear-gradient(
    80.2deg,
    rgba(30, 45, 27, 0.92) 2.24%,
    rgba(132, 206, 115, 0) 74.48%
  );
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.page .fast_links_section .mw .cont .card a:after {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  bottom: 0;
  position: absolute;
  background: -o-linear-gradient(
    5.19deg,
    #000 13.59%,
    rgba(0, 0, 0, 0) 123.06%
  );
  background: linear-gradient(84.81deg, #000 13.59%, rgba(0, 0, 0, 0) 123.06%);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
.page .fast_links_section .mw .cont .card a:hover:after {
  opacity: 1;
}
.page .fast_links_section .mw .cont .card a .img {
  width: 100%;
  height: 100%;
  position: absolute;
}
.page .fast_links_section .mw .cont .card a .img img {
  width: 100%;
}
.page .fast_links_section .mw .cont .card a .desc {
  position: relative;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.page .fast_links_section .mw .cont .card a .desc p {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 19px;
  color: #fff;
  padding: 10px;
  max-width: 160px;
}
.page .m_title {
  padding-bottom: 50px;
}
.page .m_title .h2 {
  font-size: 35px;
  font-weight: 800;
  line-height: 126.69%;
  color: #2d2d2d;
}
.page .m_title .h2 b {
  color: #84ce73;
}
.page .benefits {
  position: relative;
}
.page .benefits .mw {
  padding: 100px 15px 50px;
}
.page .benefits .mw .decor {
  position: absolute;
  width: 200px;
  right: -150px;
  top: -70px;
  z-index: -1;
}
.page .benefits .mw .decor img {
  width: 100%;
}
.page .benefits .mw .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .benefits .mw .cont ul li {
  width: 48%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px;
}
.page .benefits .mw .cont ul li .icon {
  width: 80px;
  margin-right: 30px;
  min-width: 80px;
}
.page .benefits .mw .cont ul li .icon img {
  width: 100%;
}
.page .benefits .mw .cont ul li .desc .h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 126.69%;
  color: #222;
  display: block;
  padding-bottom: 10px;
}
.page .benefits .mw .cont ul li .desc p {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 126.69%;
  color: #4d4d4d;
}
.page .about .mw {
  padding: 80px 15px 0;
}
.page .about .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .about .mw .cont .left_side {
  width: 35%;
  position: relative;
}
.page .about .mw .cont .left_side .img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  height: 550px;
  overflow: hidden;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 10px rgba(34, 34, 34, 0.3);
  box-shadow: 0 4px 10px rgba(34, 34, 34, 0.3);
}
.page .about .mw .cont .left_side .img img {
  width: 100%;
  height: auto;
}
.page .about .mw .cont .left_side .decor {
  position: absolute;
  top: -30px;
  left: -70px;
  z-index: -1;
}
.page .about .mw .cont .right_side {
  width: 60%;
}
.page .about .mw .cont .right_side .who_we {
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 124.4%;
  text-transform: uppercase;
  color: #c4c4c4;
  padding-bottom: 10px;
}
.page .about .mw .cont .right_side .h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 40px;
  line-height: 47px;
  text-transform: uppercase;
  color: #0074b8;
  padding-bottom: 30px;
}
.page .about .mw .cont .right_side .h5,
.page .about .mw .cont .right_side h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 20px;
  line-height: 124.4%;
  color: #84ce73;
  padding-bottom: 15px;
}
.page .about .mw .cont .right_side ul {
  margin-bottom: 20px;
}
.page .about .mw .cont .right_side ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 124.4%;
  color: #4d4d4d;
  padding-bottom: 10px;
}
.page .about .mw .cont .right_side ul li:last-child {
  padding-bottom: 0;
}
.page .about .mw .cont .right_side ul li:before {
  content: "";
  width: 20px;
  height: 20px;
  min-width: 20px;
  margin-right: 10px;
  background: url(../images/decor.svg) no-repeat center center/cover;
}
.page .about .mw .cont .right_side p {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 124.4%;
  color: #4d4d4d;
  padding-bottom: 15px;
}
.page .about .mw .cont .right_side .btn_c {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .order_block_section .mw {
  padding: 0 15px;
}
.page .order_block_section .mw .cont {
  background: -o-linear-gradient(1.9deg, #88ce73 -4.44%, #4b9e38 107.53%);
  background: linear-gradient(88.1deg, #88ce73 -4.44%, #4b9e38 107.53%);
  -webkit-border-radius: 30px;
  border-radius: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  height: 270px;
  padding: 0 50px;
}
.page .order_block_section .mw .cont .left_side {
  width: 65%;
  height: 100%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  padding: 30px 0;
}
.page .order_block_section .mw .cont .left_side .h3 {
  font-style: normal;
  font-weight: 800;
  font-size: 35px;
  line-height: 130%;
  color: #fff;
  padding-bottom: 25px;
}
.page .order_block_section .mw .cont .left_side p {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
}
.page .order_block_section .mw .cont .left_side p b {
  background-color: #fff;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  padding: 3px 6px;
  color: #84ce73;
}
.page .order_block_section .mw .cont .left_side .btn_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.page .order_block_section .mw .cont .left_side .btn_c .btn_m {
  background-color: #fff;
  color: #84ce73;
  position: relative;
  max-width: 300px;
}
.page .order_block_section .mw .cont .left_side .btn_c .btn_m:before {
  content: "";
  width: 25px;
  height: 25px;
  background: url(../images/measuring_tape_green.svg) no-repeat center
    center/cover;
  position: relative;
  margin-right: 10px;
  min-width: 20px;
}
.page .order_block_section .mw .cont .right_side {
  width: 30%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.page .order_block_section .mw .cont .right_side .img {
  width: 100%;
  max-width: 400px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  height: 320px;
}
.page .order_block_section .mw .cont .right_side .img img {
  height: 100%;
  width: auto;
}
.page .order_block_section .mw .decor {
  position: absolute;
  bottom: 0;
  width: 160px;
  left: -130px;
  z-index: -1;
}
.page .order_block_section .mw .decor img {
  width: 100%;
}
.page .how_we_work .mw {
  padding: 100px 15px;
}
.page .how_we_work .mw .cont {
  width: 100%;
}
.page .how_we_work .mw .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  width: 100%;
}
.page .how_we_work .mw .cont ul li {
  width: 23%;
  position: relative;
}
.page .how_we_work .mw .cont ul li .num {
  margin-bottom: 10px;
}
.page .how_we_work .mw .cont ul li .num span {
  font-size: 40px;
  color: #0074b8;
  font-weight: 800;
}
.page .how_we_work .mw .cont ul li .h5 {
  font-size: 20px;
  color: #222;
  font-weight: 600;
  padding-bottom: 10px;
}
.page .how_we_work .mw .cont ul li p {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 22px;
}
.page .how_we_work .mw .cont ul li p a,
.page .how_we_work .mw .cont ul li p span {
  color: #0074b8;
}
.page .how_we_work .mw .cont ul li p a {
  display: inline-block;
}
.page .how_we_work .mw .cont ul li p a:hover {
  color: #84ce73;
}
.page .certificates {
  background: #f7f9fc;
}
.page .certificates .mw {
  padding: 70px 15px;
}
.page .certificates .mw .certificates_slider .certificate {
  height: 300px;
}
.page .certificates .mw .certificates_slider .certificate a {
  height: 100%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page .certificates .mw .certificates_slider .certificate a:hover:after {
  -webkit-transform: scale(1) rotate(0);
  -ms-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
  opacity: 1;
}
.page .certificates .mw .certificates_slider .certificate a:hover:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
.page .certificates .mw .certificates_slider .certificate a:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 116, 184, 0.4);
  -webkit-transform: scale(0) rotate(30deg);
  -ms-transform: scale(0) rotate(30deg);
  transform: scale(0) rotate(30deg);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.page .certificates .mw .certificates_slider .certificate a:before {
  content: "";
  background: url(../images/zoom.svg) no-repeat center center/cover;
  width: 60px;
  height: 60px;
  position: absolute;
  z-index: 2;
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: 0.6s;
  -o-transition: 0.6s;
  transition: 0.6s;
}
.page .certificates .mw .certificates_slider .certificate a img {
  height: 100%;
  width: auto;
}
.page .certificates .mw .certificates_slider .owl-stage-outer {
  z-index: 2;
}
.page .certificates .mw .certificates_slider .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  top: -100px;
  right: 0;
}
.page .certificates .mw .certificates_slider .owl-nav .owl-prev:after {
  background: url(../images/arrow_left.svg) no-repeat center center/cover;
}
.page .certificates .mw .certificates_slider .owl-nav .owl-next,
.page .certificates .mw .certificates_slider .owl-nav .owl-prev {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
  box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
  z-index: 3;
}
.page .certificates .mw .certificates_slider .owl-nav .owl-next span,
.page .certificates .mw .certificates_slider .owl-nav .owl-prev span {
  display: none;
}
.page .certificates .mw .certificates_slider .owl-nav .owl-next:after,
.page .certificates .mw .certificates_slider .owl-nav .owl-prev:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
}
.page .certificates .mw .certificates_slider .owl-nav .owl-next:focus,
.page .certificates .mw .certificates_slider .owl-nav .owl-next:hover,
.page .certificates .mw .certificates_slider .owl-nav .owl-prev:focus,
.page .certificates .mw .certificates_slider .owl-nav .owl-prev:hover {
  outline: 0 !important;
  -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
}
.page .certificates .mw .certificates_slider .owl-nav .owl-next {
  margin-left: 15px;
}
.page .certificates .mw .certificates_slider .owl-nav .owl-next:after {
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
}
.page .reviews .mw {
  padding: 100px 15px;
}
.page .reviews .mw .reviews_slider {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page .reviews .mw .reviews_slider .review {
  overflow: hidden;
  margin-right: 1px;
}
.page .reviews .mw .reviews_slider .review .review_img {
  height: 250px;
  width: 100%;
}
.page .reviews .mw .reviews_slider .review .review_img img {
  height: 100%;
}
.page .reviews .mw .reviews_slider .review .review_cont {
  border: 1px solid #e6e6e6;
  border-top: 0;
  padding: 20px 15px;
  min-height: 240px;
  position: relative;
}
.page .reviews .mw .reviews_slider .review .review_cont p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
}
.page .reviews .mw .reviews_slider .review .review_cont .review_info {
  position: absolute;
  bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  left: 15px;
  right: 15px;
}
.page
  .reviews
  .mw
  .reviews_slider
  .review
  .review_cont
  .review_info
  .review_name
  .h5,
.page
  .reviews
  .mw
  .reviews_slider
  .review
  .review_cont
  .review_info
  .review_name
  h5 {
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
  font-family: ProximaNova_Bold, sans-serif !important;
}
.page
  .reviews
  .mw
  .reviews_slider
  .review
  .review_cont
  .review_info
  .review_date
  span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #797c80;
}
.page .reviews .mw .reviews_slider .owl-stage-outer {
  z-index: 3;
}
.page .reviews .mw .reviews_slider .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  right: 0;
  top: -100px;
  z-index: 2;
}
.page .reviews .mw .reviews_slider .owl-nav .owl-prev:after {
  background: url(../images/arrow_left.svg) no-repeat center center/cover;
}
.page .reviews .mw .reviews_slider .owl-nav .owl-next,
.page .reviews .mw .reviews_slider .owl-nav .owl-prev {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
  z-index: 3;
}
.page .reviews .mw .reviews_slider .owl-nav .owl-next span,
.page .reviews .mw .reviews_slider .owl-nav .owl-prev span {
  display: none;
}
.page .reviews .mw .reviews_slider .owl-nav .owl-next:after,
.page .reviews .mw .reviews_slider .owl-nav .owl-prev:after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
}
.page .reviews .mw .reviews_slider .owl-nav .owl-next:focus,
.page .reviews .mw .reviews_slider .owl-nav .owl-next:hover,
.page .reviews .mw .reviews_slider .owl-nav .owl-prev:focus,
.page .reviews .mw .reviews_slider .owl-nav .owl-prev:hover {
  outline: 0 !important;
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4);
}
.page .reviews .mw .reviews_slider .owl-nav .owl-next:hover,
.page .reviews .mw .reviews_slider .owl-nav .owl-prev:hover {
  opacity: 1;
}
.page .reviews .mw .reviews_slider .owl-nav .owl-next {
  margin-left: 15px;
}
.page .reviews .mw .reviews_slider .owl-nav .owl-next:after {
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
}
.page .any_ques {
  background: url(../images/any_ques_bg.jpg) no-repeat center center/cover;
}
.page .any_ques .mw {
  padding: 0 15px;
}
.page .any_ques .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 500px;
}
.page .any_ques .mw .cont .left_side {
  width: 60%;
  height: 100%;
  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: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page .any_ques .mw .cont .left_side .h3 {
  color: #84ce73;
  font-size: 35px;
  font-weight: 700;
  padding-bottom: 20px;
}
.page .any_ques .mw .cont .left_side p {
  font-size: 18px;
  color: #929292;
  line-height: 24px;
  max-width: 450px;
}
.page .any_ques .mw .cont .left_side form {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 500px;
}
.page .any_ques .mw .cont .left_side form input {
  padding: 15px;
  border: 1px solid #e6e6e6;
  font-size: 16px;
  width: 100%;
  max-width: 240px;
  margin-bottom: 15px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page .any_ques .mw .cont .left_side form input::-webkit-input-placeholder {
  color: #ddd;
}
.page .any_ques .mw .cont .left_side form input::-moz-placeholder {
  color: #ddd;
}
.page .any_ques .mw .cont .left_side form input:-ms-input-placeholder {
  color: #ddd;
}
.page .any_ques .mw .cont .left_side form input::-ms-input-placeholder {
  color: #ddd;
}
.page .any_ques .mw .cont .left_side form input::placeholder {
  color: #ddd;
}
.page .any_ques .mw .cont .left_side form .btn_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.page .any_ques .mw .cont .left_side form .btn_c .btn_m {
  cursor: pointer;
  border: none;
  padding: 15px;
  font-size: 18px;
}
.page .any_ques .mw .cont .right_side {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  height: 100%;
}
.page .any_ques .mw .cont .right_side .img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  height: 550px;
}
.page .any_ques .mw .cont .right_side .img img {
  width: auto;
  height: 100%;
}
.page .contacts {
  background: #f7f9fc;
}
.page .contacts .mw {
  padding: 50px 15px 30px;
}
.page .contacts .mw .top_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page .contacts .mw .top_cont .left_side {
  max-width: 255px;
}
.page .contacts .mw .top_cont .left_side .logo {
  margin-bottom: 15px;
}
.page .contacts .mw .top_cont .left_side .logo a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .contacts .mw .top_cont .left_side .logo a img {
  width: 40px;
  margin-right: 10px;
}
.page .contacts .mw .top_cont .left_side .logo a span {
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  color: #2d2d2d;
  line-height: 20px;
}
.page .contacts .mw .top_cont .left_side .desc {
  margin-bottom: 24px;
}
.page .contacts .mw .top_cont .left_side .desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
}
.page .contacts .mw .top_cont .left_side .soc_icons ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .contacts .mw .top_cont .left_side .soc_icons ul li {
  margin-right: 15px;
}
.page .contacts .mw .top_cont .left_side .soc_icons ul li a {
  width: 40px;
  height: 40px;
  background: rgba(0, 116, 184, 0.1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.page .contacts .mw .top_cont .left_side .soc_icons ul li a:hover {
  background: rgba(0, 116, 184, 0.2);
}
.page .contacts .mw .top_cont .left_side .soc_icons ul li a img {
  width: 20px;
}
.page .contacts .mw .top_cont .fast_links {
  max-width: 400px;
}
.page .contacts .mw .top_cont .fast_links .h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page .contacts .mw .top_cont .fast_links ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page .contacts .mw .top_cont .fast_links ul li {
  width: 48%;
  margin-bottom: 10px;
}
.page .contacts .mw .top_cont .fast_links ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
}
.page .contacts .mw .top_cont .fast_links ul li a:hover {
  color: #0074b8;
}
.page .contacts .mw .top_cont .fast_links ul li .sub-menu {
  display: none;
}
.page .contacts .mw .top_cont .right_side {
  max-width: 300px;
}
.page .contacts .mw .top_cont .right_side .h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 30px;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page .contacts .mw .top_cont .right_side ul li {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .contacts .mw .top_cont .right_side ul li .icon {
  width: 24px;
  min-width: 24px;
  margin-right: 10px;
}
.page .contacts .mw .top_cont .right_side ul li .icon img {
  width: 100%;
}
.page .contacts .mw .top_cont .right_side ul li a {
  font-style: normal;
  font-size: 16px;
  line-height: 24px;
  color: #222;
  font-weight: 500;
}
.page .contacts .mw .top_cont .right_side ul li a:hover {
  color: #0074b8;
}
.page .contacts .mw .top_cont .right_side ul li p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #4d4d4d;
}
.page .contacts .mw hr {
  border: none;
  width: 100%;
  height: 1px;
  background-color: rgba(77, 77, 77, 0.2);
  margin: 30px auto;
}
.page .contacts .mw .bottom_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .contacts .mw .bottom_cont .left_side p {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
}
.page .contacts .mw .bottom_cont .right_side {
  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: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: flex-end;
  -webkit-align-items: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
}
.page .contacts .mw .bottom_cont .right_side a {
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: #4d4d4d;
}
.page .contacts .mw .bottom_cont .right_side a:hover {
  color: #0074b8;
}
.page .page_nav .mw {
  padding: 30px 15px;
}
.page .page_nav .mw .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page .page_nav .mw .cont ul li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page .page_nav .mw .cont ul li:last-child:after {
  display: none;
}
.page .page_nav .mw .cont ul li:after {
  content: "/";
  position: relative;
  font-size: 16px;
  color: #0074b8;
  margin: 0 10px;
}
.page .page_nav .mw .cont ul li a {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
}
.page .page_nav .mw .cont ul li a.active {
  color: #0074b8;
}
.page_about .about .mw {
  padding-top: 0;
  padding-bottom: 100px;
}
.page_about .about .mw .cont .left_side .decor {
  top: 100px;
}
.page_about .about .mw .cont .left_side .decor2 {
  position: absolute;
  right: -200px;
  width: 500px;
  top: -100px;
  z-index: -1;
}
.page_about .about .mw .cont .left_side .decor2 img {
  width: 100%;
  height: auto;
}
.page_about .about .mw .cont2 {
  margin-top: 100px;
}
.page_about .about .mw .cont2 .left_side .img {
  height: auto;
}
.page_services .service_section .mw {
  padding: 0 15px;
}
.page_services .service_section .mw .decor {
  position: absolute;
  right: -150px;
  width: 200px;
  bottom: 0;
  z-index: -1;
}
.page_services .service_section .mw .decor img {
  width: 100%;
}
.page_services .service_section .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_services .service_section .mw .cont .left_side {
  width: 65%;
}
.page_services .service_section .mw .cont .left_side .h1 {
  font-style: normal;
  font-weight: 700;
  font-size: 35px;
  line-height: 48px;
  color: #2d2d2d;
  padding-bottom: 30px;
}
.page_services .service_section .mw .cont .left_side .desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  padding-bottom: 20px;
}
.page_services .service_section .mw .cont .left_side .desc p a {
  font-size: 16px;
  margin: 0;
  display: inline-block;
}
.page_services .service_section .mw .cont .left_side .desc .h4,
.page_services .service_section .mw .cont .left_side .desc h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page_services .service_section .mw .cont .left_side .desc .h5,
.page_services .service_section .mw .cont .left_side .desc h5 {
  font-size: 18px;
  color: #2d2d2d;
  padding-bottom: 15px;
  line-height: 24px;
  font-weight: 600;
  font-style: normal;
}
.page_services .service_section .mw .cont .left_side .desc .h5 b,
.page_services .service_section .mw .cont .left_side .desc .h5 strong,
.page_services .service_section .mw .cont .left_side .desc h5 b,
.page_services .service_section .mw .cont .left_side .desc h5 strong {
  color: #84ce73;
}
.page_services .service_section .mw .cont .left_side .desc ul {
  margin-bottom: 20px;
}
.page_services .service_section .mw .cont .left_side .desc ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.page_services .service_section .mw .cont .left_side .desc ul li:last-child {
  margin-bottom: 0;
}
.page_services .service_section .mw .cont .left_side .desc ul li:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) no-repeat center center/cover;
  margin-right: 10px;
  min-width: 20px;
}
.page_services .service_section .mw .cont .left_side .desc ul li b {
  padding-right: 5px;
}
.page_services .service_section .mw .cont .left_side .desc a {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  color: #0074b8;
  display: block;
  margin-bottom: 15px;
}
.page_services .service_section .mw .cont .left_side .desc a:hover {
  color: #84ce73;
}
.page_services .service_section .mw .cont .left_side .btn_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  position: relative;
}
.page_services .service_section .mw .cont .right_side {
  width: 30%;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}
.page_services .service_section .mw .cont .right_side .slider_cont {
  width: 100%;
}
.page_services
  .service_section
  .mw
  .cont
  .right_side
  .slider_cont
  .fotorama
  .fotorama__stage__frame {
  -webkit-border-radius: 10px;
  border-radius: 10px;
  overflow: hidden;
}
.page_services
  .service_section
  .mw
  .cont
  .right_side
  .slider_cont
  .fotorama
  .fotorama__nav-wrap {
  margin-top: 15px;
}
.page_services
  .service_section
  .mw
  .cont
  .right_side
  .slider_cont
  .fotorama
  .fotorama__thumb-border {
  border-color: #84ce73;
  -webkit-border-radius: 6px;
  border-radius: 6px;
}
.page_services
  .service_section
  .mw
  .cont
  .right_side
  .slider_cont
  .fotorama
  .fotorama__thumb {
  -webkit-border-radius: 6px;
  border-radius: 6px;
  overflow: hidden;
  padding: 10px;
}
.page_services .service_section .mw .cont .right_side .order_block {
  margin-top: 50px;
  background: url(../images/order_block_bg.jpg) no-repeat center center/cover;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 15px;
  width: 100%;
}
.page_services .service_section .mw .cont .right_side .order_block .desc {
  padding: 15px;
  border: 1px solid #e9e9e9;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 100%;
}
.page_services .service_section .mw .cont .right_side .order_block .desc .h4 {
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 27px;
  color: #84ce73;
  padding-bottom: 10px;
}
.page_services .service_section .mw .cont .right_side .order_block .desc .h5 {
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page_services .service_section .mw .cont .right_side .order_block .desc ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.page_services
  .service_section
  .mw
  .cont
  .right_side
  .order_block
  .desc
  ul
  li:last-child {
  margin-bottom: 0;
}
.page_services
  .service_section
  .mw
  .cont
  .right_side
  .order_block
  .desc
  ul
  li
  .icon {
  width: 40px;
  min-width: 40px;
  margin-right: 15px;
}
.page_services
  .service_section
  .mw
  .cont
  .right_side
  .order_block
  .desc
  ul
  li
  .icon
  img {
  width: 100%;
}
.page_services
  .service_section
  .mw
  .cont
  .right_side
  .order_block
  .desc
  ul
  li
  p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
}
.page_services .mb100 {
  margin-bottom: 100px;
}
.page_services .windows .mw {
  padding: 100px 15px;
}
.page_services .windows .mw .m_title .h2 {
  text-align: center;
}
.page_services .windows .mw .m_title p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4d4d4d;
  max-width: 600px;
  margin: 15px auto 0;
}
.page_services .windows .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page_services .windows .mw .cont .window_card {
  width: 100%;
  max-width: 330px;
  margin: 0 15px;
}
.page_services .windows .mw .cont .window_card .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2d2d2d;
  padding-bottom: 15px;
  text-align: center;
}
.page_services .windows .mw .cont .window_card .title b {
  display: block;
  font-weight: 600;
  color: #0074b8;
}
.page_services .windows .mw .cont .window_card .img {
  height: 260px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page_services .windows .mw .cont .window_card .img img {
  max-width: 100%;
  height: 100%;
  width: auto;
}
.page_services .windows .mw .cont .window_card .desc {
  width: 100%;
  max-width: 240px;
  margin: 0 auto;
}
.page_services .windows .mw .cont .window_card .desc .price {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  text-align: center;
  color: #4d4d4d;
  margin-top: 20px;
}
.page_services .windows .mw .cont .window_card .desc .price b {
  color: #0074b8;
}
.page_services .windows .mw .cont .window_card .desc .price span {
  font-size: 18px;
  display: block;
}
.page_services .windows .mw .cont .window_card .desc hr {
  margin: 20px 0;
  height: 1px;
  width: 100%;
  background-color: #e6e6e6;
  border: none;
}
.page_services .windows .mw .cont .window_card .desc .size {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page_services .windows .mw .cont .window_card .desc .size b {
  margin-right: 10px;
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px;
  color: #2d2d2d;
}
.page_services .windows .mw .cont .window_card .desc .size span {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #2d2d2d;
}
.page_services .windows .mw .cont .window_card .desc .h5 {
  text-align: center;
  margin-bottom: 15px;
  font-size: 18px;
  color: #84ce73;
  margin-top: 20px;
  font-weight: 500;
}
.page_services .windows .mw .cont_provedal .window_card .title {
  min-height: 100px;
}
.page_services .windows .mw .cont_provedal .window_card .desc .price {
  line-height: 100%;
}
.page_services .windows .mw .cont_provedal .window_card .desc .price span {
  color: #4d4d4d;
  font-size: 16px;
  line-height: 120%;
}
.page_services .windows .mw .cont_provedal .window_card .desc p {
  text-align: center;
  color: #4d4d4d;
  font-size: 16px;
  line-height: 120%;
}
.page_services .windows .mw .windows_card_zag_dom .window_card {
  max-width: 400px;
}
.page_services .windows .mw .windows_card_zag_dom .window_card .desc {
  max-width: 300px;
}
.page_services .want_order_cheaper {
  background: url(../images/want_order_cheaper_bg.jpg) no-repeat center
    center/cover;
  position: relative;
}
.page_services .want_order_cheaper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: -o-linear-gradient(
    358.27deg,
    #fff 1.65%,
    rgba(255, 255, 255, 0) 53.91%
  );
  background: linear-gradient(
    91.73deg,
    #fff 1.65%,
    rgba(255, 255, 255, 0) 53.91%
  );
}
.page_services .want_order_cheaper .mw {
  height: 500px;
  padding: 50px 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2;
}
.page_services .want_order_cheaper .mw .cont .h3 {
  font-style: normal;
  font-weight: 700;
  font-size: 30px;
  line-height: 41px;
  color: #2d2d2d;
  padding-bottom: 25px;
}
.page_services .want_order_cheaper .mw .cont p {
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 30px;
  color: #4d4d4d;
  max-width: 470px;
}
.page_services .want_order_cheaper .mw .cont .btn_c {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_services .want_order_cheaper .mw .cont .btn_c .btn_m {
  max-width: 300px;
}
.page_services .about_section {
  background: #f7f9fc;
}
.page_services .about_section .mw {
  padding: 70px 15px;
}
.page_services .about_section .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_services .about_section .mw .cont .left_side {
  width: 60%;
}
.page_services .about_section .mw .cont .left_side .desc .h4,
.page_services .about_section .mw .cont .left_side .desc h4 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page_services .about_section .mw .cont .left_side .desc .h5,
.page_services .about_section .mw .cont .left_side .desc h5 {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 26px;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page_services .about_section .mw .cont .left_side .desc ul {
  margin-bottom: 20px;
}
.page_services .about_section .mw .cont .left_side .desc ul li {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  color: #4d4d4d;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
}
.page_services .about_section .mw .cont .left_side .desc ul li:last-child {
  margin-bottom: 0;
}
.page_services .about_section .mw .cont .left_side .desc ul li:before {
  content: "";
  position: relative;
  width: 20px;
  height: 20px;
  background: url(../images/check.svg) no-repeat center center/cover;
  margin-right: 10px;
  min-width: 20px;
}
.page_services .about_section .mw .cont .left_side .desc ul li b {
  padding-right: 5px;
}
.page_services .about_section .mw .cont .left_side .desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 140%;
  color: #4d4d4d;
  position: relative;
  margin-bottom: 15px;
}
.page_services .about_section .mw .cont .left_side .desc p:last-child {
  margin-bottom: 0;
}
.page_services .about_section .mw .cont .left_side .desc p b {
  display: inline-block;
}
.page_services .about_section .mw .cont .left_side .desc .price_line {
  margin-top: 20px;
}
.page_services .about_section .mw .cont .left_side .desc .price_line .price {
  font-style: normal;
  font-size: 22px;
  line-height: 41px;
  color: #4d4d4d;
}
.page_services .about_section .mw .cont .left_side .desc .price_line .price b {
  font-size: 30px;
  color: #0074b8;
  font-weight: 700;
}
.page_services
  .about_section
  .mw
  .cont
  .left_side
  .desc
  .price_line
  .price
  span {
  font-size: 18px;
}
.page_services .about_section .mw .cont .left_side .btn_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 25px;
}
.page_services .about_section .mw .cont .right_side {
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page_services .about_section .mw .cont .right_side .img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page_services .about_section .mw .cont .right_side .img img {
  width: 100%;
}
.page_services .about_section .mw .cont .right_side .img_mwa img {
  width: auto;
  max-width: 100%;
}
.page_services .about_section .mw .cont .right_side .slider_cont {
  width: 100%;
}
.page_services .about_section .mw .cont .right_side .slider_cont .h4 {
  font-size: 26px;
  text-align: center;
  font-weight: 700;
  padding-bottom: 20px;
  color: #0074b8;
}
.page_services .about_section_bg_white {
  background: #fff;
}
.page_services .about_lamination {
  margin-top: 100px;
}
.page_services .about_section_alumark_s50 .mw .cont .right_side .img img {
  width: auto;
  max-width: 100%;
}
.page_services .our_works {
  border-bottom: 1px solid #e6e6e6;
}
.page_services .our_works .mw {
  padding: 70px 15px 100px;
}
.page_services .our_works .mw .m_title .h2 {
  text-align: center;
}
.page_services .our_works .mw .works_slider {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  position: relative;
}
.page_services .our_works .mw .works_slider .work_slide {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  height: 500px;
}
.page_services .our_works .mw .works_slider .work_slide .left_side {
  height: 100%;
  width: 70%;
}
.page_services .our_works .mw .works_slider .work_slide .left_side .img {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  overflow: hidden;
}
.page_services .our_works .mw .works_slider .work_slide .left_side .img img {
  width: auto;
  height: 100%;
}
.page_services .our_works .mw .works_slider .work_slide .right_side {
  height: 100%;
  width: 30%;
  padding: 20px 20px 60px;
  position: relative;
}
.page_services .our_works .mw .works_slider .work_slide .right_side .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 124.4%;
  color: #2d2d2d;
  padding-bottom: 20px;
}
.page_services .our_works .mw .works_slider .work_slide .right_side .desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 124.4%;
  color: #929292;
}
.page_services
  .our_works
  .mw
  .works_slider
  .work_slide
  .right_side
  .bottom_cont {
  position: absolute;
  bottom: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_services
  .our_works
  .mw
  .works_slider
  .work_slide
  .right_side
  .bottom_cont
  .ava {
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  min-width: 30px;
  margin-right: 15px;
}
.page_services
  .our_works
  .mw
  .works_slider
  .work_slide
  .right_side
  .bottom_cont
  .ava
  img {
  width: 100%;
}
.page_services
  .our_works
  .mw
  .works_slider
  .work_slide
  .right_side
  .bottom_cont
  .name {
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 124.4%;
  color: #2d2d2d;
}
.page_services .our_works .mw .works_slider .owl-stage-outer {
  z-index: 2;
}
.page_services .our_works .mw .works_slider .owl-nav {
  width: 70%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
}
.page_services .our_works .mw .works_slider .owl-nav .owl-next,
.page_services .our_works .mw .works_slider .owl-nav .owl-prev {
  z-index: 3;
  width: 40px;
  height: 40px;
}
.page_services .our_works .mw .works_slider .owl-nav .owl-next span,
.page_services .our_works .mw .works_slider .owl-nav .owl-prev span {
  display: none;
}
.page_services .our_works .mw .works_slider .owl-nav .owl-prev {
  background: url(../images/al_w.svg) no-repeat center center/cover;
}
.page_services .our_works .mw .works_slider .owl-nav .owl-next {
  background: url(../images/ar_w.svg) no-repeat center center/cover;
}
.page_services .our_works .mw .works_slider .owl-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  z-index: 3;
  width: 100%;
  max-width: 700px;
  margin: 0;
}
.page_services .our_works .mw .works_slider .owl-dots .owl-dot {
  width: 10px;
  height: 10px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.5);
  margin: 0 5px;
}
.page_services .our_works .mw .works_slider .owl-dots .owl-dot:hover {
  background: rgba(255, 255, 255, 0.7);
}
.page_services .our_works .mw .works_slider .owl-dots .owl-dot.active {
  width: 20px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #fff;
}
.page_services .our_company_provides_for_you .mw {
  padding: 100px 15px 70px;
}
.page_services .our_company_provides_for_you .mw .decor {
  position: absolute;
  left: -180px;
  width: 200px;
  bottom: 0;
}
.page_services .our_company_provides_for_you .mw .decor img {
  width: 100%;
}
.page_services .our_company_provides_for_you .mw .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_services .our_company_provides_for_you .mw .cont ul li {
  width: 32%;
  max-width: 400px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  -webkit-box-shadow: 0 3px 24px #f4f0ec;
  box-shadow: 0 3px 24px #f4f0ec;
  padding: 25px 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.page_services .our_company_provides_for_you .mw .cont ul li .icon {
  width: 70px;
  min-width: 70px;
  margin-right: 15px;
}
.page_services .our_company_provides_for_you .mw .cont ul li .icon img {
  width: 100%;
}
.page_services .our_company_provides_for_you .mw .cont ul li .h5 {
  font-size: 17px;
  font-weight: 500;
  color: #4d4d4d;
  line-height: 24px;
}
.page_services .balconies_loggias .mw {
  padding: 80px 15px;
}
.page_services .balconies_loggias .mw .m_title .h2 {
  text-align: center;
}
.page_services .balconies_loggias .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page_services .balconies_loggias .mw .cont .card {
  background: #fff;
  border: 0.5px solid #e6e6e6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  width: 24%;
  max-width: 300px;
  padding: 25px 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page_services .balconies_loggias .mw .cont .card:hover {
  -webkit-box-shadow: 0 10px 25px #f4f0ec;
  box-shadow: 0 10px 25px #f4f0ec;
}
.page_services .balconies_loggias .mw .cont .card .img {
  height: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 15px;
}
.page_services .balconies_loggias .mw .cont .card .img img {
  height: 100%;
  width: auto;
}
.page_services .balconies_loggias .mw .cont .card .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  text-align: center;
  color: #0074b8;
  margin-bottom: 20px;
}
.page_services .balconies_loggias .mw .cont .card .size {
  text-align: center;
  font-size: 18px;
  color: #1bad50;
  padding-bottom: 20px;
}
.page_services .balconies_loggias .mw .cont .card ul {
  margin-bottom: 20px;
}
.page_services .balconies_loggias .mw .cont .card ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  margin-bottom: 5px;
  border-bottom: 1px solid #e6e6e6;
}
.page_services .balconies_loggias .mw .cont .card ul li b {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  color: #2d2d2d;
}
.page_services .balconies_loggias .mw .cont .card ul li b small {
  display: block;
  font-size: 12px;
}
.page_services .balconies_loggias .mw .cont .card ul li .price {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: right;
}
.page_services .balconies_loggias .mw .cont .card ul li .price span {
  color: #0074b8;
}
.page_services .balconies_loggias .mw .cont .card .info {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #4d4d4d;
}
.page_services .balconies_loggias .mw .make_add_room {
  max-width: 630px;
  margin: 35px auto 0;
}
.page_services .balconies_loggias .mw .make_add_room .h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #2d2d2d;
  padding-bottom: 30px;
}
.page_services .balconies_loggias .mw .you_can_add_service {
  margin-top: 45px;
}
.page_services .balconies_loggias .mw .you_can_add_service .h3 {
  font-style: normal;
  font-weight: 600;
  font-size: 24px;
  line-height: 33px;
  text-align: center;
  color: #2d2d2d;
  padding-bottom: 40px;
}
.page_services .balconies_loggias .mw .you_can_add_service ul {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page_services .balconies_loggias .mw .you_can_add_service ul li {
  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: 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: 24%;
}
.page_services .balconies_loggias .mw .you_can_add_service ul li .img {
  height: 240px;
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page_services .balconies_loggias .mw .you_can_add_service ul li .img img {
  height: 100%;
  width: auto;
  -webkit-border-radius: 10px;
  border-radius: 10px;
}
.page_services .balconies_loggias .mw .you_can_add_service ul li .h5 {
  color: #0074b8;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
}
.page_services .cost_wall_ceiling_finish {
  border-top: 1px solid #e6e6e6;
}
.page_services .cost_wall_ceiling_finish .mw {
  padding: 80px 15px;
}
.page_services .cost_wall_ceiling_finish .mw .decor {
  position: absolute;
  width: 200px;
  left: -180px;
  bottom: 100px;
}
.page_services .cost_wall_ceiling_finish .mw .decor img {
  width: 100%;
}
.page_services .cost_wall_ceiling_finish .mw .decor2 {
  position: absolute;
  width: 200px;
  right: -180px;
  bottom: 100px;
}
.page_services .cost_wall_ceiling_finish .mw .decor2 img {
  width: 100%;
}
.page_services .cost_wall_ceiling_finish .mw .m_title .h5 {
  color: #4d4d4d;
  font-size: 20px;
  margin-top: 15px;
  max-width: 700px;
  line-height: 120%;
}
.page_services .cost_wall_ceiling_finish .mw .m_title .h5 b {
  color: #84ce73;
}
.page_services .cost_wall_ceiling_finish .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side {
  width: 55%;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
  -webkit-box-shadow: 0 10px 20px rgba(77, 77, 77, 0.1);
  box-shadow: 0 10px 20px rgba(77, 77, 77, 0.1);
  background-color: #fff;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  padding: 20px;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li:last-child {
  margin-bottom: 0;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li .img {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  min-width: 100px;
  margin-right: 25px;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li .img img {
  width: 100%;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li .desc .h5 {
  color: #0074b8;
  font-weight: 600;
  font-size: 18px;
  padding-bottom: 10px;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li .desc p {
  font-size: 16px;
  line-height: 120%;
  color: #4d4d4d;
  padding-bottom: 15px;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side .desc_cont {
  margin-top: 50px;
}
.page_services .cost_wall_ceiling_finish .mw .cont .left_side .desc_cont p {
  font-size: 18px;
  line-height: 140%;
  color: #4d4d4d;
  padding-bottom: 15px;
}
.page_services
  .cost_wall_ceiling_finish
  .mw
  .cont
  .left_side
  .desc_cont
  p:last-child {
  padding-bottom: 0;
}
.page_services .cost_wall_ceiling_finish .mw .cont .right_side {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_services .cost_wall_ceiling_finish .mw .cont .right_side .img {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_services .cost_wall_ceiling_finish .mw .cont .right_side .img img {
  max-width: 100%;
  height: auto;
}
.page_services .cost_block .mw .cont .right_side {
  max-width: 400px;
}
.page_services .balcony_furniture {
  border-top: 1px solid #e6e6e6;
}
.page_services .balcony_furniture .mw {
  padding: 80px 15px;
}
.page_services .balcony_furniture .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_services .balcony_furniture .mw .cont .left_side {
  width: 55%;
}
.page_services .balcony_furniture .mw .cont .left_side .desc p {
  font-size: 18px;
  line-height: 140%;
  color: #4d4d4d;
  padding-bottom: 15px;
}
.page_services .balcony_furniture .mw .cont .left_side .desc p:last-child {
  padding-bottom: 0;
}
.page_services .balcony_furniture .mw .cont .left_side .btn_c {
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_services .balcony_furniture .mw .cont .right_side {
  width: 40%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.page_services .balcony_furniture .mw .cont .right_side .img {
  width: 100%;
  max-width: 400px;
}
.page_services .balcony_furniture .mw .cont .right_side .img img {
  max-width: 100%;
  height: auto;
}
.page_services .doors .mw {
  padding: 100px 15px;
}
.page_services .doors .mw .m_title .h2 {
  text-align: center;
}
.page_services .doors .mw .m_title p {
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 25px;
  color: #4d4d4d;
  max-width: 600px;
  margin: 15px auto 0;
}
.page_services .doors .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.page_services .doors .mw .cont .door_card {
  width: 100%;
  max-width: 330px;
  margin: 0 15px;
  -webkit-box-shadow: 0 10px 20px rgba(77, 77, 77, 0.1);
  box-shadow: 0 10px 20px rgba(77, 77, 77, 0.1);
  padding: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
}
.page_services .doors .mw .cont .door_card .img {
  height: 220px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 20px;
}
.page_services .doors .mw .cont .door_card .img img {
  max-width: 100%;
  height: 100%;
  width: auto;
}
.page_services .doors .mw .cont .door_card .desc {
  width: 100%;
  margin: 0 auto;
}
.page_services .doors .mw .cont .door_card .desc .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2d2d2d;
  padding-bottom: 15px;
  text-align: center;
}
.page_services .doors .mw .cont .door_card .desc .title b {
  display: block;
  font-weight: 600;
  color: #0074b8;
}
.page_services .doors .mw .cont .door_card .desc .price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #0074b8;
  margin-top: 20px;
}
.page_services .doors .mw .cont .door_card .desc .price span {
  color: #4d4d4d;
  display: block;
  font-size: 18px;
}
.page_services .doors .mw .cont .door_card .desc p {
  text-align: center;
  font-size: 16px;
  color: #4d4d4d;
}
.page_services .windows_block .mw .cont .window_card {
  width: 100%;
  max-width: 400px;
  margin: 0 15px;
  -webkit-box-shadow: 0 10px 20px rgba(77, 77, 77, 0.1);
  box-shadow: 0 10px 20px rgba(77, 77, 77, 0.1);
  padding: 20px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  border: 1px solid #e6e6e6;
}
.page_services .windows_block .mw .cont .window_card .img {
  height: 220px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 20px;
}
.page_services .windows_block .mw .cont .window_card .img img {
  max-width: 100%;
  height: 100%;
  width: auto;
}
.page_services .windows_block .mw .cont .window_card .desc {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}
.page_services .windows_block .mw .cont .window_card .desc .title {
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 27px;
  color: #2d2d2d;
  padding-bottom: 15px;
  text-align: center;
}
.page_services .windows_block .mw .cont .window_card .desc .title b {
  display: block;
  font-weight: 600;
  color: #0074b8;
}
.page_services .windows_block .mw .cont .window_card .desc .price {
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  color: #0074b8;
  margin-top: 20px;
}
.page_services .windows_block .mw .cont .window_card .desc .price span {
  color: #222;
}
.page_services .windows_block .mw .cont .window_card .desc p {
  text-align: center;
  font-size: 16px;
  color: #4d4d4d;
}
.page_services .windows_block .mw .cont .window_card .desc .hidden_desc {
  display: none;
}
.page_services .windows_block .mw .cont .window_card .desc .hidden_desc p {
  padding-bottom: 15px;
}
.page_services
  .windows_block
  .mw
  .cont
  .window_card
  .desc
  .hidden_desc
  p:last-child {
  padding-bottom: 0;
}
.page_services .windows_block .mw .cont .window_card .desc .btn_more {
  background-color: transparent;
  color: #0074b8;
  font-size: 18px;
  display: block;
  margin: 15px auto;
  text-decoration: underline;
}
.page_services .windows_block .mw .cont .window_card .desc ul {
  margin-top: 30px;
}
.page_services .windows_block .mw .cont .window_card .desc ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #e6e6e6;
}
.page_services .windows_block .mw .cont .window_card .desc ul li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: 0;
}
.page_services .windows_block .mw .cont .window_card .desc ul li b {
  font-size: 16px;
  font-weight: 600;
  color: #2d2d2d;
}
.page_services .windows_block .mw .cont .window_card .desc ul li span {
  font-size: 16px;
  color: #4d4d4d;
  text-align: right;
}
.page_services .windows_block .mw .windows_card_slider_veka {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
}
.page_services .windows_block .mw .windows_card_slider_veka .window_card {
  margin: 20px auto;
}
.page_services .windows_block .mw .windows_card_slider_veka .owl-stage-outer {
  z-index: 2;
}
.page_services .windows_block .mw .windows_card_slider_veka .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
}
.page_services .windows_block .mw .windows_card_slider_veka .owl-nav .owl-prev {
  left: -60px;
}
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-prev:after {
  background: url(../images/arrow_left.svg) no-repeat center center/cover;
}
.page_services .windows_block .mw .windows_card_slider_veka .owl-nav .owl-next,
.page_services .windows_block .mw .windows_card_slider_veka .owl-nav .owl-prev {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
  box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
  z-index: 3;
}
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-next
  span,
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-prev
  span {
  display: none;
}
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-next:after,
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-next:focus,
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-next:hover,
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-prev:focus,
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-prev:hover {
  outline: 0 !important;
  -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
}
.page_services .windows_block .mw .windows_card_slider_veka .owl-nav .owl-next {
  right: -60px;
}
.page_services
  .windows_block
  .mw
  .windows_card_slider_veka
  .owl-nav
  .owl-next:after {
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
}
.page_services .benefits_furnitura .mw {
  padding: 80px 15px;
}
.page_services .benefits_furnitura .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_services .benefits_furnitura .mw .cont .owl-stage-outer {
  z-index: 2;
}
.page_services .benefits_furnitura .mw .cont .owl-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 0;
  right: 0;
  top: 100px;
}
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-prev:after {
  background: url(../images/arrow_left.svg) no-repeat center center/cover;
}
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-next,
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-prev {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  width: 50px;
  height: 50px;
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
  box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
  z-index: 3;
}
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-next span,
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-prev span {
  display: none;
}
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-next:after,
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-prev:after {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
}
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-next:focus,
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-next:hover,
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-prev:focus,
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-prev:hover {
  outline: 0 !important;
  -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
}
.page_services .benefits_furnitura .mw .cont .owl-nav .owl-next:after {
  background: url(../images/arrow_right.svg) no-repeat center center/cover;
}
.page_services .benefits_furnitura .mw .cont .card {
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
}
.page_services .benefits_furnitura .mw .cont .card .img {
  width: 150px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  height: 150px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
}
.page_services .benefits_furnitura .mw .cont .card .img img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
}
.page_services .benefits_furnitura .mw .cont .card .h5 {
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 10px;
}
.page_services .benefits_furnitura .mw .cont .card p {
  text-align: center;
  color: #4d4d4d;
  font-size: 16px;
  padding-bottom: 10px;
}
.page_services .benefits_furnitura .mw .cont .card p:last-child {
  padding-bottom: 0;
}
.page_services .also_can_see .mw {
  padding: 100px 15px;
}
.page_services .also_can_see .mw .m_title .h2 {
  text-align: center;
}
.page_services .also_can_see .mw .cont ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_services .also_can_see .mw .cont ul li {
  width: 100%;
  max-width: 340px;
  margin: 20px 20px 0;
}
.page_services .also_can_see .mw .cont ul li a {
  width: 100%;
  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: 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;
  background: #fff;
  border: 0.5px solid #e6e6e6;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 40px 15px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page_services .also_can_see .mw .cont ul li a:hover {
  -webkit-box-shadow: 0 10px 25px #f4f0ec;
  box-shadow: 0 10px 25px #f4f0ec;
}
.page_services .also_can_see .mw .cont ul li a:hover .btn_more:after {
  margin-left: 15px;
}
.page_services .also_can_see .mw .cont ul li a .img {
  height: 240px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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: 15px;
  width: 100%;
}
.page_services .also_can_see .mw .cont ul li a .img img {
  height: 100%;
  width: auto;
}
.page_services .also_can_see .mw .cont ul li a .h5 {
  text-align: center;
  font-size: 20px;
  font-weight: 500;
  padding-bottom: 15px;
  color: #4d4d4d;
}
.page_services .also_can_see .mw .cont ul li a .btn_more {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  text-align: center;
  color: #0074b8;
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
.page_services .also_can_see .mw .cont ul li a .btn_more:after {
  content: "";
  width: 20px;
  height: 14px;
  min-width: 20px;
  background: url(../images/arrow_right_long2.svg) no-repeat center center/cover;
  margin-left: 10px;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.page_services .also_can_see .mw .cont ul li a .btn_more:hover {
  color: #005485;
}
.page_services .also_can_see .mw .cont ul li a .btn_more:hover:after {
  margin-left: 15px;
}
.page_contacts .contacts_block .mw {
  padding: 0 15px 100px;
}
.page_contacts .contacts_block .mw .decor {
  position: absolute;
  width: 200px;
  left: -180px;
  bottom: 0;
  z-index: -1;
}
.page_contacts .contacts_block .mw .decor img {
  width: 100%;
}
.page_contacts .contacts_block .mw .cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.page_contacts .contacts_block .mw .cont .left_side {
  width: 45%;
}
.page_contacts .contacts_block .mw .cont .left_side .h5 {
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 120%;
  padding-bottom: 20px;
  max-width: 410px;
  color: #4d4d4d;
}
.page_contacts .contacts_block .mw .cont .left_side form {
  width: 100%;
  max-width: 410px;
}
.page_contacts .contacts_block .mw .cont .left_side form .inp {
  width: 100%;
  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: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}
.page_contacts .contacts_block .mw .cont .left_side form .inp label {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 10px;
}
.page_contacts .contacts_block .mw .cont .left_side form .inp span {
  display: block;
  width: 100%;
}
.page_contacts .contacts_block .mw .cont .left_side form .inp input,
.page_contacts .contacts_block .mw .cont .left_side form .inp textarea {
  padding: 15px;
  border: 1px solid #e6e6e6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 6px;
  border-radius: 6px;
  width: 100%;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 22px;
  color: #4d4d4d;
}
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  input::-webkit-input-placeholder,
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-webkit-input-placeholder {
  color: #c4c4c4;
}
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  input::-moz-placeholder,
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-moz-placeholder {
  color: #c4c4c4;
}
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  input:-ms-input-placeholder,
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  textarea:-ms-input-placeholder {
  color: #c4c4c4;
}
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  input::-ms-input-placeholder,
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::-ms-input-placeholder {
  color: #c4c4c4;
}
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  input::placeholder,
.page_contacts
  .contacts_block
  .mw
  .cont
  .left_side
  form
  .inp
  textarea::placeholder {
  color: #c4c4c4;
}
.page_contacts .contacts_block .mw .cont .left_side form .inp textarea {
  resize: none;
  min-height: 120px;
}
.page_contacts .contacts_block .mw .cont .left_side form .btn_c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
.page_contacts .contacts_block .mw .cont .left_side form .btn_c .btn_m {
  border: none;
  cursor: pointer;
}
.page_contacts .contacts_block .mw .cont .right_side {
  width: 50%;
}
.page_contacts .contacts_block .mw .cont .right_side .map {
  width: 100%;
  height: 500px;
  position: relative;
  margin-bottom: 30px;
}
.page_contacts .contacts_block .mw .cont .right_side ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page_contacts .contacts_block .mw .cont .right_side ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  max-width: 220px;
  width: 100%;
}
.page_contacts .contacts_block .mw .cont .right_side ul li .icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  min-width: 24px;
}
.page_contacts .contacts_block .mw .cont .right_side ul li .icon img {
  width: 100%;
}
.page_contacts .contacts_block .mw .cont .right_side ul li .desc {
  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: flex-start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: flex-start;
  justify-content: flex-start;
  -webkit-box-align: flex-start;
  -webkit-align-items: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
}
.page_contacts .contacts_block .mw .cont .right_side ul li .desc b {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 24px;
  color: #2d2d2d;
  padding-bottom: 6px;
}
.page_contacts .contacts_block .mw .cont .right_side ul li .desc a,
.page_contacts .contacts_block .mw .cont .right_side ul li .desc p {
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #bdbdbd;
}
.page_contacts .contacts_block .mw .cont .right_side ul li .desc a:hover {
  color: #0074b8;
}
.page_404 .content_404 .mw {
  padding: 60px 15px;
}
.page_404 .content_404 .mw .cont {
  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: 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;
}
.page_404 .content_404 .mw .cont .h2 {
  text-align: center;
  color: #0074b8;
  font-size: 40px;
  font-weight: 600;
  padding-bottom: 30px;
  text-transform: uppercase;
}
.page_404 .content_404 .mw .cont .img {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 30px;
}
.page_404 .content_404 .mw .cont .img img {
  width: 100%;
}
@media (max-width: 575px) {
  .btn_c .btn_m {
    padding: 15px;
    font-size: 16px;
  }
  .page .header {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .page .header .mw {
    padding: 15px 10px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 40px;
  }
  .page .header .mw .cont .left_side .logo a span {
    font-size: 12px;
    line-height: 16px;
  }
  .page .header .mw .cont .right_side .socials {
    display: none;
  }
  .page .header .mw .cont .right_side .phone_line {
    display: none;
  }
  .page .header .mw .cont .right_side .btn_measurer {
    display: none;
  }
  .page .header .mw .cont .right_side .o_xs_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page .nav {
    display: none;
  }
  .page .header_offset {
    padding-top: 70px;
  }
  .page .xs_menu {
    display: block;
  }
  .page .main .main_slider {
    position: relative;
  }
  .page .main .main_slider .main_slide {
    height: 350px;
  }
  .page .main .main_slider .main_slide:after {
    background: -o-linear-gradient(
      7.38deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 53.32%,
      rgba(255, 255, 255, 0) 87.49%
    );
    background: linear-gradient(
      82.62deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 53.32%,
      rgba(255, 255, 255, 0) 87.49%
    );
  }
  .page .main .main_slider .main_slide .mw {
    padding: 0 10px;
  }
  .page .main .main_slider .main_slide .mw .main_cont {
    margin-left: 0;
    padding-right: 10%;
  }
  .page .main .main_slider .main_slide .mw .main_cont .h1,
  .page .main .main_slider .main_slide .mw .main_cont .h2,
  .page .main .main_slider .main_slide .mw .main_cont h1,
  .page .main .main_slider .main_slide .mw .main_cont h2 {
    font-size: 20px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .page .main .main_slider .main_slide .mw .main_cont .h3,
  .page .main .main_slider .main_slide .mw .main_cont h3 {
    font-size: 30px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  .page .main .main_slider .owl-nav {
    display: none;
  }
  .page .main .main_slider .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .page .main .main_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(77, 77, 77, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
  }
  .page .main .main_slider .owl-dots .owl-dot.active {
    background: #0074b8;
  }
  .page .fast_links_section .mw {
    padding: 30px 10px;
  }
  .page .fast_links_section .mw .cont {
    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: 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;
  }
  .page .fast_links_section .mw .cont .card {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .page .m_title {
    padding-bottom: 40px;
  }
  .page .m_title .h2 {
    font-size: 30px;
  }
  .page .benefits .mw {
    padding: 50px 10px 30px;
  }
  .page .benefits .mw .decor {
    width: 100px;
    right: -60px;
    top: -100px;
  }
  .page .benefits .mw .cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .page .benefits .mw .cont ul li {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .page .benefits .mw .cont ul li .icon {
    width: 60px;
    margin-right: 10px;
    min-width: 60px;
  }
  .page .benefits .mw .cont ul li .desc .h5 {
    font-size: 18px;
  }
  .page .benefits .mw .cont ul li .desc p {
    font-size: 14px;
  }
  .page .about .mw {
    padding: 30px 10px 0;
  }
  .page .about .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .about .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .about .mw .cont .left_side .img {
    height: 350px;
  }
  .page .about .mw .cont .left_side .decor {
    left: -30px;
    top: -30px;
  }
  .page .about .mw .cont .right_side {
    width: 100%;
    margin-top: 40px;
  }
  .page .about .mw .cont .right_side .who_we {
    font-size: 20px;
  }
  .page .about .mw .cont .right_side .h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .page .about .mw .cont .right_side .h5,
  .page .about .mw .cont .right_side h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .page .about .mw .cont .right_side ul {
    margin-bottom: 15px;
  }
  .page .about .mw .cont .right_side ul li {
    font-size: 14px;
  }
  .page .about .mw .cont .right_side p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .page .about .mw .cont .right_side .btn_c {
    margin-top: 15px;
  }
  .page .order_block_section .mw {
    padding: 0 10px;
  }
  .page .order_block_section .mw .cont {
    -webkit-border-radius: 20px;
    border-radius: 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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    height: auto;
    padding: 0 15px;
  }
  .page .order_block_section .mw .cont .left_side {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .page .order_block_section .mw .cont .left_side .h3 {
    font-size: 26px;
    padding-bottom: 15px;
  }
  .page .order_block_section .mw .cont .left_side p {
    font-size: 16px;
    line-height: 140%;
  }
  .page .order_block_section .mw .cont .left_side p b {
    display: inline-block;
  }
  .page .order_block_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .order_block_section .mw .cont .right_side {
    width: 100%;
  }
  .page .order_block_section .mw .cont .right_side .img {
    height: auto;
  }
  .page .order_block_section .mw .cont .right_side .img img {
    height: auto;
    width: 100%;
  }
  .page .order_block_section .mw .decor {
    width: 100px;
    left: -80px;
  }
  .page .how_we_work .mw {
    padding: 50px 10px;
  }
  .page .how_we_work .mw .m_title .h2 {
    text-align: center;
  }
  .page .how_we_work .mw .cont ul {
    -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;
  }
  .page .how_we_work .mw .cont ul li {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
    max-width: 300px;
  }
  .page .how_we_work .mw .cont ul li:last-child {
    margin-bottom: 0;
  }
  .page .how_we_work .mw .cont ul li .num {
    margin-bottom: 5px;
  }
  .page .how_we_work .mw .cont ul li .h5 {
    font-size: 18px;
  }
  .page .how_we_work .mw .cont ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .page .certificates .mw {
    padding: 50px 10px;
  }
  .page .certificates .mw .m_title {
    max-width: 200px;
  }
  .page .certificates .mw .certificates_slider .certificate {
    height: 200px;
  }
  .page .certificates .mw .certificates_slider .owl-stage-outer {
    z-index: 2;
  }
  .page .certificates .mw .certificates_slider .owl-nav {
    top: -100px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next,
  .page .certificates .mw .certificates_slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next:after,
  .page .certificates .mw .certificates_slider .owl-nav .owl-prev:after {
    width: 20px;
    height: 20px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next {
    margin-left: 10px;
  }
  .page .reviews .mw {
    padding: 50px 10px;
  }
  .page .reviews .mw .reviews_slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .reviews .mw .reviews_slider .review {
    margin: 0 auto;
    max-width: 350px;
  }
  .page .reviews .mw .reviews_slider .review .review_img {
    height: 205px;
  }
  .page .reviews .mw .reviews_slider .review .review_cont {
    padding: 15px 12px;
    min-height: 200px;
  }
  .page .reviews .mw .reviews_slider .review .review_cont p {
    font-size: 14px;
  }
  .page .reviews .mw .reviews_slider .review .review_cont .review_info {
    bottom: 15px;
    left: 12px;
    right: 12px;
  }
  .page .reviews .mw .reviews_slider .owl-nav {
    top: -80px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next,
  .page .reviews .mw .reviews_slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next:after,
  .page .reviews .mw .reviews_slider .owl-nav .owl-prev:after {
    width: 20px;
    height: 20px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next {
    margin-left: 10px;
  }
  .page .any_ques .mw {
    padding: 0 10px;
  }
  .page .any_ques .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    height: auto;
  }
  .page .any_ques .mw .cont .left_side {
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }
  .page .any_ques .mw .cont .left_side .h3 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .page .any_ques .mw .cont .left_side p {
    font-size: 16px;
    margin: 0 auto;
  }
  .page .any_ques .mw .cont .left_side form {
    margin: 0 auto;
    margin-top: 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: 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;
  }
  .page .any_ques .mw .cont .left_side form input {
    padding: 12px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    font-size: 16px;
  }
  .page .any_ques .mw .cont .right_side {
    width: 100%;
    margin-top: 15px;
  }
  .page .any_ques .mw .cont .right_side .img {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .page .any_ques .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
  }
  .page .contacts .mw {
    padding: 30px 10px 20px;
  }
  .page .contacts .mw .top_cont {
    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: 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;
  }
  .page .contacts .mw .top_cont .left_side {
    max-width: 255px;
    margin: 0 auto 20px;
  }
  .page .contacts .mw .top_cont .left_side .logo {
    margin-bottom: 15px;
  }
  .page .contacts .mw .top_cont .left_side .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .contacts .mw .top_cont .left_side .logo a img {
    width: 30px;
    margin-right: 10px;
  }
  .page .contacts .mw .top_cont .left_side .logo a span {
    font-size: 12px;
    line-height: 18px;
  }
  .page .contacts .mw .top_cont .left_side .desc {
    margin-bottom: 15px;
  }
  .page .contacts .mw .top_cont .left_side .desc p {
    text-align: center;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li {
    margin: 0 5px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li a {
    width: 30px;
    height: 30px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li a img {
    width: 15px;
  }
  .page .contacts .mw .top_cont .fast_links {
    margin: 0 auto 20px;
  }
  .page .contacts .mw .top_cont .fast_links .h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    text-align: center;
  }
  .page .contacts .mw .top_cont .fast_links ul li a {
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .page .contacts .mw .top_cont .right_side {
    margin: 0 auto;
    max-width: 400px;
  }
  .page .contacts .mw .top_cont .right_side .h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    text-align: center;
  }
  .page .contacts .mw .top_cont .right_side ul li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .contacts .mw hr {
    margin: 20px auto;
  }
  .page .contacts .mw .bottom_cont {
    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: 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;
  }
  .page .contacts .mw .bottom_cont .left_side p {
    text-align: center;
  }
  .page .contacts .mw .bottom_cont .right_side {
    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: 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;
  }
  .page .contacts .mw .bottom_cont .right_side a {
    text-align: center;
  }
  .page .page_nav .mw {
    padding: 20px 10px;
  }
  .page .page_nav .mw .cont ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .page_nav .mw .cont ul li:after {
    font-size: 14px;
    margin: 0 5px;
  }
  .page .page_nav .mw .cont ul li a {
    font-size: 14px;
  }
  .page_about .about .mw {
    padding-top: 0;
    padding-bottom: 40px;
  }
  .page_about .about .mw .cont .left_side .decor {
    top: 100px;
  }
  .page_about .about .mw .cont .left_side .decor2 {
    right: -200px;
    width: 300px;
    top: -100px;
  }
  .page_about .about .mw .cont2 {
    margin-top: 50px;
  }
  .page_about .about .mw .cont2 .left_side {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .page_about .about .mw .cont2 .left_side .img {
    height: auto;
  }
  .page_services .service_section .mw {
    padding: 0 10px;
  }
  .page_services .service_section .mw .decor {
    right: -80px;
    width: 100px;
  }
  .page_services .service_section .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page_services .service_section .mw .cont .left_side {
    width: 100%;
    margin-top: 20px;
  }
  .page_services .service_section .mw .cont .left_side .h1 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .page_services .service_section .mw .cont .left_side .desc p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc .h4,
  .page_services .service_section .mw .cont .left_side .desc h4 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc .h5,
  .page_services .service_section .mw .cont .left_side .desc h5 {
    padding-bottom: 1px;
    font-size: 16px;
  }
  .page_services .service_section .mw .cont .left_side .desc ul {
    margin-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc ul li {
    font-size: 14px;
  }
  .page_services .service_section .mw .cont .left_side .btn_c {
    margin-top: 10px;
    position: relative;
  }
  .page_services .service_section .mw .cont .right_side {
    width: 100%;
    max-width: 420px;
    margin: 0 auto;
  }
  .page_services .service_section .mw .cont .right_side .order_block {
    display: none;
  }
  .page_services .mb100 {
    margin-bottom: 60px;
  }
  .page_services .windows .mw {
    padding: 60px 10px;
  }
  .page_services .windows .mw .m_title p {
    font-size: 16px;
    line-height: 24px;
  }
  .page_services .windows .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .windows .mw .cont .window_card {
    max-width: 300px;
    margin: 0 auto;
  }
  .page_services .windows .mw .cont .window_card .title {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .windows .mw .cont .window_card .img {
    height: 200px;
  }
  .page_services .windows .mw .cont .window_card .desc .price {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
  .page_services .windows .mw .cont .window_card .desc hr {
    margin: 15px 0;
  }
  .page_services .windows .mw .cont .window_card .desc .size b {
    font-size: 14px;
  }
  .page_services .windows .mw .cont .window_card .desc .size span {
    font-size: 14px;
  }
  .page_services .windows .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .windows .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .windows .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next,
  .page_services .windows .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next span,
  .page_services .windows .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:after,
  .page_services .windows .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:focus,
  .page_services .windows .mw .cont .owl-nav .owl-next:hover,
  .page_services .windows .mw .cont .owl-nav .owl-prev:focus,
  .page_services .windows .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .want_order_cheaper {
    background-position: left center;
  }
  .page_services .want_order_cheaper .mw {
    height: 400px;
    padding: 40px 10px;
  }
  .page_services .want_order_cheaper .mw .cont {
    padding-right: 10%;
  }
  .page_services .want_order_cheaper .mw .cont .h3 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .page_services .want_order_cheaper .mw .cont p {
    font-size: 18px;
    line-height: 26px;
  }
  .page_services .want_order_cheaper .mw .cont .btn_c {
    margin-top: 24px;
  }
  .page_services .about_section .mw {
    padding: 50px 10px;
  }
  .page_services .about_section .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .about_section .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .page_services .about_section .mw .cont .left_side .desc .h4,
  .page_services .about_section .mw .cont .left_side .desc h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc ul {
    margin-bottom: 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .page_services .about_section .mw .cont .left_side .desc p {
    font-size: 16px;
    line-height: 130%;
  }
  .page_services .about_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
  }
  .page_services .about_section .mw .cont .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page_services .about_section .mw .cont .right_side .img {
    max-width: 400px;
    margin: 0 auto;
  }
  .page_services .about_lamination {
    margin-top: 60px;
  }
  .page_services .our_works .mw {
    padding: 40px 10px 50px;
  }
  .page_services .our_works .mw .works_slider {
    max-width: 400px;
    margin: 0 auto;
  }
  .page_services .our_works .mw .works_slider .work_slide {
    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: 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;
    height: auto;
  }
  .page_services .our_works .mw .works_slider .work_slide .left_side {
    height: 300px;
    width: 100%;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side {
    width: 100%;
    padding: 20px;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side .title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side .desc p {
    font-size: 14px;
  }
  .page_services
    .our_works
    .mw
    .works_slider
    .work_slide
    .right_side
    .bottom_cont {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
  .page_services .our_works .mw .works_slider .owl-nav {
    width: 100%;
    top: 150px;
  }
  .page_services .our_works .mw .works_slider .owl-dots {
    bottom: auto;
    top: 280px;
  }
  .page_services .our_company_provides_for_you .mw {
    padding: 60px 10px 30px;
  }
  .page_services .our_company_provides_for_you .mw .m_title .h3 {
    text-align: center;
  }
  .page_services .our_company_provides_for_you .mw .cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li {
    width: 100%;
    padding: 20px 15px;
    margin: 0 auto 20px;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li .h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .page_services .balconies_loggias .mw {
    padding: 60px 10px;
  }
  .page_services .balconies_loggias .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .balconies_loggias .mw .cont .card {
    margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
  }
  .page_services .balconies_loggias .mw .cont .card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page_services .balconies_loggias .mw .cont .card .title {
    margin-bottom: 15px;
  }
  .page_services .balconies_loggias .mw .cont .card ul {
    margin-bottom: 15px;
  }
  .page_services .balconies_loggias .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev {
    margin-left: -10px;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next span,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:after,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:focus,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:hover,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:focus,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next {
    margin-right: -10px;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .balconies_loggias .mw .make_add_room {
    margin: 25px auto 0;
  }
  .page_services .balconies_loggias .mw .make_add_room .h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service {
    margin-top: 30px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service .h3 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul li {
    width: 100%;
    max-width: 300px;
    margin: 0 auto 25px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul li:last-child {
    margin-bottom: 0;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul li .img {
    height: 200px;
    margin-bottom: 15px;
  }
  .page_services .cost_wall_ceiling_finish .mw {
    padding: 60px 10px;
  }
  .page_services .cost_wall_ceiling_finish .mw .decor {
    width: 100px;
    left: -80px;
  }
  .page_services .cost_wall_ceiling_finish .mw .decor2 {
    width: 100px;
    right: -80px;
  }
  .page_services .cost_wall_ceiling_finish .mw .m_title .h2 {
    text-align: center;
  }
  .page_services .cost_wall_ceiling_finish .mw .m_title .h5 {
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side {
    width: 100%;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li {
    margin-bottom: 20px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    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: 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;
  }
  .page_services
    .cost_wall_ceiling_finish
    .mw
    .cont
    .left_side
    ul
    li:last-child {
    margin-bottom: 0;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li .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-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 15px;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li .desc {
    text-align: center;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side .desc_cont {
    margin-top: 40px;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side .desc_cont p {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .right_side .img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    max-width: 400px;
    margin: 0 auto;
  }
  .page_services .balcony_furniture .mw {
    padding: 60px 10px;
  }
  .page_services .balcony_furniture .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .balcony_furniture .mw .cont .left_side {
    width: 100%;
  }
  .page_services .balcony_furniture .mw .cont .left_side .desc p {
    font-size: 16px;
    line-height: 130%;
  }
  .page_services .balcony_furniture .mw .cont .left_side .btn_c {
    margin-top: 20px;
  }
  .page_services .balcony_furniture .mw .cont .right_side {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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-top: 20px;
  }
  .page_services .doors .mw {
    padding: 60px 10px;
  }
  .page_services .doors .mw .m_title p {
    font-size: 16px;
    line-height: 24px;
  }
  .page_services .doors .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .doors .mw .cont .door_card {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    margin: 0 auto;
  }
  .page_services .doors .mw .cont .door_card .img {
    height: 200px;
    margin-bottom: 15px;
  }
  .page_services .doors .mw .cont .door_card .desc .title {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .doors .mw .cont .door_card .desc .price {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
  }
  .page_services .doors .mw .cont .door_card .desc p {
    font-size: 14px;
  }
  .page_services .doors .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .doors .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .doors .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .doors .mw .cont .owl-nav .owl-next,
  .page_services .doors .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .doors .mw .cont .owl-nav .owl-next span,
  .page_services .doors .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .doors .mw .cont .owl-nav .owl-next:after,
  .page_services .doors .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .doors .mw .cont .owl-nav .owl-next:focus,
  .page_services .doors .mw .cont .owl-nav .owl-next:hover,
  .page_services .doors .mw .cont .owl-nav .owl-prev:focus,
  .page_services .doors .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .doors .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .windows_block .mw .cont {
    padding: 0 20px;
  }
  .page_services .windows_block .mw .cont .window_card {
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page_services .windows_block .mw .cont .window_card .img {
    height: 200px;
    margin-bottom: 15px;
  }
  .page_services .windows_block .mw .cont .window_card .desc .title {
    font-size: 18px;
    line-height: 26px;
  }
  .page_services .windows_block .mw .cont .window_card .desc .price {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
  }
  .page_services .windows_block .mw .cont .window_card .desc p {
    font-size: 14px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul {
    margin-top: 20px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul li b {
    font-size: 14px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul li span {
    font-size: 14px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    left: -10px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next,
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next {
    right: -10px;
  }
  .page_services .benefits_furnitura .mw {
    padding: 60px 10px;
  }
  .page_services .also_can_see .mw {
    padding: 60px 10px;
  }
  .page_services .also_can_see .mw .cont ul li {
    margin: 20px 10px 0;
  }
  .page_services .also_can_see .mw .cont ul li a {
    padding: 30px 15px;
  }
  .page_services .also_can_see .mw .cont ul li a .img {
    height: 200px;
  }
  .page_services .also_can_see .mw .cont ul li a .h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .page_contacts .contacts_block .mw {
    padding: 0 10px 60px;
  }
  .page_contacts .contacts_block .mw .decor {
    width: 100px;
    left: -80px;
  }
  .page_contacts .contacts_block .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .page_contacts .contacts_block .mw .cont .left_side {
    width: 100%;
  }
  .page_contacts .contacts_block .mw .cont .left_side .h5 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp {
    margin-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp label {
    font-size: 14px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp input,
  .page_contacts .contacts_block .mw .cont .left_side form .inp textarea {
    padding: 12px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp textarea {
    min-height: 100px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .btn_c {
    margin-top: 15px;
  }
  .page_contacts .contacts_block .mw .cont .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page_contacts .contacts_block .mw .cont .right_side .map {
    height: 300px;
    margin-bottom: 20px;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul li:last-child {
    margin-bottom: 0;
  }
  .page_404 .content_404 .mw {
    padding: 40px 10px;
  }
  .page_404 .content_404 .mw .cont .h2 {
    font-size: 30px;
    padding-bottom: 20px;
  }
  .page_404 .content_404 .mw .cont .img {
    margin: 0 auto 20px;
  }
}
@media (min-width: 576px) and (max-width: 767px) {
  .btn_c .btn_m {
    padding: 15px;
    font-size: 16px;
  }
  .page .header {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .page .header .mw {
    padding: 15px 10px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 40px;
  }
  .page .header .mw .cont .left_side .logo a span {
    font-size: 12px;
    line-height: 16px;
  }
  .page .header .mw .cont .right_side .socials {
    display: none;
  }
  .page .header .mw .cont .right_side .phone_line {
    margin-right: 15px;
  }
  .page .header .mw .cont .right_side .phone_line a {
    font-size: 20px;
  }
  .page .header .mw .cont .right_side .phone_line span {
    font-size: 12px;
  }
  .page .header .mw .cont .right_side .btn_measurer {
    display: none;
  }
  .page .header .mw .cont .right_side .o_xs_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page .nav {
    display: none;
  }
  .page .header_offset {
    padding-top: 70px;
  }
  .page .xs_menu {
    display: block;
  }
  .page .main .main_slider {
    position: relative;
  }
  .page .main .main_slider .main_slide {
    height: 350px;
  }
  .page .main .main_slider .main_slide:after {
    background: -o-linear-gradient(
      7.38deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 53.32%,
      rgba(255, 255, 255, 0) 87.49%
    );
    background: linear-gradient(
      82.62deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 53.32%,
      rgba(255, 255, 255, 0) 87.49%
    );
  }
  .page .main .main_slider .main_slide .mw {
    padding: 0 10px;
  }
  .page .main .main_slider .main_slide .mw .main_cont {
    margin-left: 0;
    padding-right: 10%;
  }
  .page .main .main_slider .main_slide .mw .main_cont .h1,
  .page .main .main_slider .main_slide .mw .main_cont .h2,
  .page .main .main_slider .main_slide .mw .main_cont h1,
  .page .main .main_slider .main_slide .mw .main_cont h2 {
    font-size: 22px;
    line-height: 24px;
    padding-bottom: 10px;
  }
  .page .main .main_slider .main_slide .mw .main_cont .h3,
  .page .main .main_slider .main_slide .mw .main_cont h3 {
    font-size: 35px;
    line-height: 45px;
    padding-bottom: 20px;
  }
  .page .main .main_slider .owl-nav {
    display: none;
  }
  .page .main .main_slider .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .page .main .main_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(77, 77, 77, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
  }
  .page .main .main_slider .owl-dots .owl-dot.active {
    background: #0074b8;
  }
  .page .fast_links_section .mw {
    padding: 30px 10px;
  }
  .page .fast_links_section .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .fast_links_section .mw .cont .card {
    width: 48%;
    max-width: 300px;
    margin: 0 auto 10px;
  }
  .page .fast_links_section .mw .cont .card .img img {
    min-height: 100px;
  }
  .page .m_title {
    padding-bottom: 40px;
  }
  .page .m_title .h2 {
    font-size: 30px;
  }
  .page .benefits .mw {
    padding: 50px 10px 30px;
  }
  .page .benefits .mw .decor {
    width: 100px;
    right: -40px;
    top: -200px;
  }
  .page .benefits .mw .cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .page .benefits .mw .cont ul li {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .page .benefits .mw .cont ul li .icon {
    width: 60px;
    margin-right: 10px;
    min-width: 60px;
  }
  .page .benefits .mw .cont ul li .desc .h5 {
    font-size: 18px;
  }
  .page .benefits .mw .cont ul li .desc p {
    font-size: 14px;
  }
  .page .about .mw {
    padding: 50px 10px 0;
  }
  .page .about .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .about .mw .cont .left_side {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .about .mw .cont .left_side .img {
    max-width: 500px;
    margin: 0 auto;
    height: 350px;
  }
  .page .about .mw .cont .left_side .decor {
    left: -30px;
    top: -30px;
  }
  .page .about .mw .cont .right_side {
    width: 100%;
    margin-top: 40px;
  }
  .page .about .mw .cont .right_side .who_we {
    font-size: 20px;
  }
  .page .about .mw .cont .right_side .h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .page .about .mw .cont .right_side .h5,
  .page .about .mw .cont .right_side h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .page .about .mw .cont .right_side ul {
    margin-bottom: 15px;
  }
  .page .about .mw .cont .right_side ul li {
    font-size: 14px;
  }
  .page .about .mw .cont .right_side p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .page .about .mw .cont .right_side .btn_c {
    margin-top: 15px;
  }
  .page .order_block_section .mw {
    padding: 0 10px;
  }
  .page .order_block_section .mw .cont {
    -webkit-border-radius: 20px;
    border-radius: 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: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    height: auto;
    padding: 0 15px;
  }
  .page .order_block_section .mw .cont .left_side {
    width: 100%;
    padding: 20px 0;
    text-align: center;
  }
  .page .order_block_section .mw .cont .left_side .h3 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .page .order_block_section .mw .cont .left_side p {
    font-size: 18px;
    line-height: 140%;
  }
  .page .order_block_section .mw .cont .left_side p b {
    display: inline-block;
  }
  .page .order_block_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .order_block_section .mw .cont .right_side {
    width: 100%;
  }
  .page .order_block_section .mw .cont .right_side .img {
    height: auto;
  }
  .page .order_block_section .mw .cont .right_side .img img {
    height: auto;
    width: 100%;
  }
  .page .order_block_section .mw .decor {
    width: 100px;
    left: -80px;
  }
  .page .how_we_work .mw {
    padding: 50px 10px;
  }
  .page .how_we_work .mw .m_title .h2 {
    text-align: center;
  }
  .page .how_we_work .mw .cont ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page .how_we_work .mw .cont ul li {
    width: 48%;
    margin-bottom: 15px;
    text-align: center;
    max-width: 300px;
  }
  .page .how_we_work .mw .cont ul li:last-child {
    margin-bottom: 0;
  }
  .page .how_we_work .mw .cont ul li .num {
    margin-bottom: 5px;
  }
  .page .how_we_work .mw .cont ul li .h5 {
    font-size: 18px;
  }
  .page .how_we_work .mw .cont ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .page .certificates .mw {
    padding: 50px 10px;
  }
  .page .certificates .mw .certificates_slider .certificate {
    height: 235px;
  }
  .page .certificates .mw .certificates_slider .owl-nav {
    top: -80px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next,
  .page .certificates .mw .certificates_slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next:after,
  .page .certificates .mw .certificates_slider .owl-nav .owl-prev:after {
    width: 20px;
    height: 20px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next {
    margin-left: 10px;
  }
  .page .reviews .mw {
    padding: 50px 10px;
  }
  .page .reviews .mw .reviews_slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .reviews .mw .reviews_slider .review {
    margin: 0 auto;
    max-width: 350px;
  }
  .page .reviews .mw .reviews_slider .review .review_img {
    height: 205px;
  }
  .page .reviews .mw .reviews_slider .review .review_cont {
    padding: 15px 12px;
    min-height: 200px;
    position: relative;
  }
  .page .reviews .mw .reviews_slider .review .review_cont p {
    font-size: 14px;
  }
  .page .reviews .mw .reviews_slider .review .review_cont .review_info {
    bottom: 15px;
    left: 12px;
    right: 12px;
  }
  .page .reviews .mw .reviews_slider .owl-nav {
    top: -80px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next,
  .page .reviews .mw .reviews_slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next:after,
  .page .reviews .mw .reviews_slider .owl-nav .owl-prev:after {
    width: 20px;
    height: 20px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next {
    margin-left: 10px;
  }
  .page .any_ques .mw {
    padding: 0 10px;
  }
  .page .any_ques .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    height: auto;
  }
  .page .any_ques .mw .cont .left_side {
    width: 100%;
    padding-top: 50px;
    text-align: center;
  }
  .page .any_ques .mw .cont .left_side .h3 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .page .any_ques .mw .cont .left_side p {
    font-size: 16px;
    margin: 0 auto;
  }
  .page .any_ques .mw .cont .left_side form {
    margin: 0 auto;
    margin-top: 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: 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;
  }
  .page .any_ques .mw .cont .left_side form input {
    padding: 12px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    font-size: 16px;
  }
  .page .any_ques .mw .cont .right_side {
    width: 100%;
    margin-top: 15px;
  }
  .page .any_ques .mw .cont .right_side .img {
    height: auto;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
  }
  .page .any_ques .mw .cont .right_side .img img {
    width: 100%;
    height: auto;
  }
  .page .contacts .mw {
    padding: 30px 10px 20px;
  }
  .page .contacts .mw .top_cont {
    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: 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;
  }
  .page .contacts .mw .top_cont .left_side {
    max-width: 255px;
    margin: 0 auto 20px;
  }
  .page .contacts .mw .top_cont .left_side .logo {
    margin-bottom: 15px;
  }
  .page .contacts .mw .top_cont .left_side .logo a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .contacts .mw .top_cont .left_side .logo a img {
    width: 30px;
    margin-right: 10px;
  }
  .page .contacts .mw .top_cont .left_side .logo a span {
    font-size: 12px;
    line-height: 18px;
  }
  .page .contacts .mw .top_cont .left_side .desc {
    margin-bottom: 15px;
  }
  .page .contacts .mw .top_cont .left_side .desc p {
    text-align: center;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li {
    margin: 0 5px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li a {
    width: 30px;
    height: 30px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li a img {
    width: 15px;
  }
  .page .contacts .mw .top_cont .fast_links {
    margin: 0 auto 20px;
  }
  .page .contacts .mw .top_cont .fast_links .h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    text-align: center;
  }
  .page .contacts .mw .top_cont .fast_links ul li a {
    font-size: 14px;
    text-align: center;
    display: block;
  }
  .page .contacts .mw .top_cont .right_side {
    margin: 0 auto;
    max-width: 400px;
  }
  .page .contacts .mw .top_cont .right_side .h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
    text-align: center;
  }
  .page .contacts .mw .top_cont .right_side ul li {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .page .contacts .mw hr {
    margin: 20px auto;
  }
  .page .contacts .mw .bottom_cont {
    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: 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;
  }
  .page .contacts .mw .bottom_cont .left_side p {
    text-align: center;
  }
  .page .contacts .mw .bottom_cont .right_side {
    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: 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;
  }
  .page .contacts .mw .bottom_cont .right_side a {
    text-align: center;
  }
  .page .page_nav .mw {
    padding: 20px 10px;
  }
  .page_about .about .mw {
    padding-top: 0;
    padding-bottom: 50px;
  }
  .page_about .about .mw .cont .left_side .decor {
    top: 100px;
  }
  .page_about .about .mw .cont .left_side .decor2 {
    right: -200px;
    width: 400px;
    top: -100px;
  }
  .page_about .about .mw .cont2 {
    margin-top: 50px;
  }
  .page_about .about .mw .cont2 .left_side {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .page_about .about .mw .cont2 .left_side .img {
    height: auto;
  }
  .page_services .service_section .mw {
    padding: 0 10px;
  }
  .page_services .service_section .mw .decor {
    right: -80px;
    width: 100px;
  }
  .page_services .service_section .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .page_services .service_section .mw .cont .left_side {
    width: 100%;
    margin-top: 20px;
  }
  .page_services .service_section .mw .cont .left_side .h1 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .page_services .service_section .mw .cont .left_side .desc p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc .h4,
  .page_services .service_section .mw .cont .left_side .desc h4 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc .h5,
  .page_services .service_section .mw .cont .left_side .desc h5 {
    padding-bottom: 10px;
  }
  .page_services .service_section .mw .cont .left_side .desc ul {
    margin-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc ul li {
    font-size: 16px;
  }
  .page_services .service_section .mw .cont .left_side .btn_c {
    margin-top: 10px;
    position: relative;
  }
  .page_services .service_section .mw .cont .right_side {
    width: 100%;
    max-width: 440px;
    margin: 0 auto;
  }
  .page_services .service_section .mw .cont .right_side .order_block {
    display: none;
  }
  .page_services .mb100 {
    margin-bottom: 60px;
  }
  .page_services .windows .mw {
    padding: 60px 10px;
  }
  .page_services .windows .mw .m_title p {
    font-size: 16px;
    line-height: 24px;
  }
  .page_services .windows .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .windows .mw .cont .window_card {
    max-width: 300px;
    margin: 0 auto;
  }
  .page_services .windows .mw .cont .window_card .title {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .windows .mw .cont .window_card .img {
    height: 200px;
  }
  .page_services .windows .mw .cont .window_card .desc .price {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
  .page_services .windows .mw .cont .window_card .desc hr {
    margin: 15px 0;
  }
  .page_services .windows .mw .cont .window_card .desc .size b {
    font-size: 14px;
  }
  .page_services .windows .mw .cont .window_card .desc .size span {
    font-size: 14px;
  }
  .page_services .windows .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .windows .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .windows .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next,
  .page_services .windows .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next span,
  .page_services .windows .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:after,
  .page_services .windows .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:focus,
  .page_services .windows .mw .cont .owl-nav .owl-next:hover,
  .page_services .windows .mw .cont .owl-nav .owl-prev:focus,
  .page_services .windows .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .want_order_cheaper .mw {
    height: 400px;
    padding: 40px 10px;
  }
  .page_services .want_order_cheaper .mw .cont {
    padding-right: 10%;
  }
  .page_services .want_order_cheaper .mw .cont .h3 {
    font-size: 28px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .page_services .want_order_cheaper .mw .cont p {
    font-size: 18px;
    line-height: 26px;
  }
  .page_services .want_order_cheaper .mw .cont .btn_c {
    margin-top: 24px;
  }
  .page_services .about_section .mw {
    padding: 50px 10px;
  }
  .page_services .about_section .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .about_section .mw .cont .left_side {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }
  .page_services .about_section .mw .cont .left_side .desc .h4,
  .page_services .about_section .mw .cont .left_side .desc h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc ul {
    margin-bottom: 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc ul li {
    font-size: 16px;
    line-height: 20px;
  }
  .page_services .about_section .mw .cont .left_side .desc p {
    font-size: 16px;
    line-height: 130%;
  }
  .page_services .about_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
  }
  .page_services .about_section .mw .cont .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page_services .about_section .mw .cont .right_side .img {
    max-width: 400px;
    margin: 0 auto;
  }
  .page_services .about_lamination {
    margin-top: 60px;
  }
  .page_services .our_works .mw {
    padding: 40px 10px 50px;
  }
  .page_services .our_works .mw .works_slider {
    max-width: 400px;
    margin: 0 auto;
  }
  .page_services .our_works .mw .works_slider .work_slide {
    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: 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;
    height: auto;
  }
  .page_services .our_works .mw .works_slider .work_slide .left_side {
    height: 300px;
    width: 100%;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side {
    width: 100%;
    padding: 20px;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side .title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side .desc p {
    font-size: 14px;
  }
  .page_services
    .our_works
    .mw
    .works_slider
    .work_slide
    .right_side
    .bottom_cont {
    position: relative;
    bottom: auto;
    margin-top: 15px;
  }
  .page_services .our_works .mw .works_slider .owl-nav {
    width: 100%;
    top: 150px;
  }
  .page_services .our_works .mw .works_slider .owl-dots {
    bottom: auto;
    top: 280px;
  }
  .page_services .our_company_provides_for_you .mw {
    padding: 60px 10px 30px;
  }
  .page_services .our_company_provides_for_you .mw .m_title .h3 {
    text-align: center;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li {
    width: 48%;
    padding: 20px 15px;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li .h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .page_services .balconies_loggias .mw {
    padding: 60px 10px;
  }
  .page_services .balconies_loggias .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .balconies_loggias .mw .cont .card {
    margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
  }
  .page_services .balconies_loggias .mw .cont .card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page_services .balconies_loggias .mw .cont .card .title {
    margin-bottom: 15px;
  }
  .page_services .balconies_loggias .mw .cont .card ul {
    margin-bottom: 15px;
  }
  .page_services .balconies_loggias .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next span,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:after,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:focus,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:hover,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:focus,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .balconies_loggias .mw .make_add_room {
    margin: 25px auto 0;
  }
  .page_services .balconies_loggias .mw .make_add_room .h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service {
    margin-top: 30px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service .h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul li {
    width: 48%;
    max-width: 300px;
    margin: 0 1% 25px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul li:last-child {
    margin-bottom: 0;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul li .img {
    height: 200px;
    margin-bottom: 15px;
  }
  .page_services .cost_wall_ceiling_finish .mw {
    padding: 60px 10px;
  }
  .page_services .cost_wall_ceiling_finish .mw .decor {
    width: 100px;
    left: -80px;
  }
  .page_services .cost_wall_ceiling_finish .mw .decor2 {
    width: 100px;
    right: -80px;
  }
  .page_services .cost_wall_ceiling_finish .mw .m_title .h2 {
    text-align: center;
  }
  .page_services .cost_wall_ceiling_finish .mw .m_title .h5 {
    font-size: 18px;
    text-align: center;
    margin: 10px auto 0;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side {
    width: 100%;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    padding: 15px;
    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: 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: 48%;
    margin: 0 1% 20px;
  }
  .page_services
    .cost_wall_ceiling_finish
    .mw
    .cont
    .left_side
    ul
    li:last-child {
    margin-bottom: 20px;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li .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-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 15px;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side ul li .desc {
    text-align: center;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side .desc_cont {
    margin-top: 40px;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side .desc_cont p {
    font-size: 16px;
    line-height: 130%;
    text-align: center;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .right_side {
    width: 100%;
    margin-top: 20px;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .right_side .img {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    max-width: 400px;
    margin: 0 auto;
  }
  .page_services .balcony_furniture .mw {
    padding: 60px 10px;
  }
  .page_services .balcony_furniture .mw .cont .left_side .desc p {
    font-size: 16px;
    line-height: 130%;
  }
  .page_services .balcony_furniture .mw .cont .left_side .btn_c {
    margin-top: 20px;
  }
  .page_services .doors .mw {
    padding: 60px 10px;
  }
  .page_services .doors .mw .m_title p {
    font-size: 16px;
    line-height: 24px;
  }
  .page_services .doors .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .doors .mw .cont .door_card {
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 15px;
    margin: 0 auto;
  }
  .page_services .doors .mw .cont .door_card .img {
    height: 200px;
    margin-bottom: 15px;
  }
  .page_services .doors .mw .cont .door_card .desc .title {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .doors .mw .cont .door_card .desc .price {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
  }
  .page_services .doors .mw .cont .door_card .desc p {
    font-size: 14px;
  }
  .page_services .doors .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .doors .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .doors .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .doors .mw .cont .owl-nav .owl-next,
  .page_services .doors .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .doors .mw .cont .owl-nav .owl-next span,
  .page_services .doors .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .doors .mw .cont .owl-nav .owl-next:after,
  .page_services .doors .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .doors .mw .cont .owl-nav .owl-next:focus,
  .page_services .doors .mw .cont .owl-nav .owl-next:hover,
  .page_services .doors .mw .cont .owl-nav .owl-prev:focus,
  .page_services .doors .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .doors .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .windows_block .mw .cont {
    padding: 0 20px;
  }
  .page_services .windows_block .mw .cont .window_card {
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page_services .windows_block .mw .cont .window_card .img {
    height: 200px;
    margin-bottom: 15px;
  }
  .page_services .windows_block .mw .cont .window_card .desc .title {
    font-size: 18px;
    line-height: 26px;
  }
  .page_services .windows_block .mw .cont .window_card .desc .price {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
  }
  .page_services .windows_block .mw .cont .window_card .desc p {
    font-size: 14px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul {
    margin-top: 20px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul li b {
    font-size: 14px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul li span {
    font-size: 14px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    left: -10px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next,
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next {
    right: -10px;
  }
  .page_services .benefits_furnitura .mw {
    padding: 60px 10px;
  }
  .page_services .also_can_see .mw {
    padding: 60px 10px;
  }
  .page_services .also_can_see .mw .cont ul li {
    margin: 20px 10px 0;
  }
  .page_services .also_can_see .mw .cont ul li a {
    padding: 30px 15px;
  }
  .page_services .also_can_see .mw .cont ul li a .img {
    height: 200px;
  }
  .page_services .also_can_see .mw .cont ul li a .h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .page_contacts .contacts_block .mw {
    padding: 0 10px 60px;
  }
  .page_contacts .contacts_block .mw .decor {
    width: 100px;
    left: -80px;
  }
  .page_contacts .contacts_block .mw .cont .left_side .h5 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp {
    margin-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp label {
    font-size: 14px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp input,
  .page_contacts .contacts_block .mw .cont .left_side form .inp textarea {
    padding: 12px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp textarea {
    min-height: 100px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .btn_c {
    margin-top: 15px;
  }
  .page_contacts .contacts_block .mw .cont .right_side .map {
    height: 300px;
    margin-bottom: 20px;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .btn_c .btn_m {
    padding: 15px;
    font-size: 16px;
  }
  .page .header {
    height: 70px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    position: fixed;
    width: 100%;
    z-index: 9999;
    background-color: #fff;
    border-bottom: 1px solid #e6e6e6;
  }
  .page .header .mw {
    padding: 15px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 40px;
  }
  .page .header .mw .cont .left_side .logo a span {
    font-size: 12px;
    line-height: 16px;
  }
  .page .header .mw .cont .right_side .socials ul li {
    margin: 0 5px;
  }
  .page .header .mw .cont .right_side .socials ul li a {
    width: 30px;
    height: 30px;
  }
  .page .header .mw .cont .right_side .socials ul li a img {
    width: 16px;
  }
  .page .header .mw .cont .right_side .phone_line {
    margin-right: 15px;
  }
  .page .header .mw .cont .right_side .phone_line a {
    font-size: 20px;
  }
  .page .header .mw .cont .right_side .phone_line span {
    font-size: 12px;
  }
  .page .header .mw .cont .right_side .btn_measurer {
    display: none;
  }
  .page .header .mw .cont .right_side .o_xs_menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .page .nav {
    display: none;
  }
  .page .header_offset {
    padding-top: 70px;
  }
  .page .xs_menu {
    display: block;
  }
  .page .main .main_slider {
    position: relative;
  }
  .page .main .main_slider .main_slide {
    height: 400px;
  }
  .page .main .main_slider .main_slide:after {
    background: -o-linear-gradient(
      7.38deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 53.32%,
      rgba(255, 255, 255, 0) 87.49%
    );
    background: linear-gradient(
      82.62deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 53.32%,
      rgba(255, 255, 255, 0) 87.49%
    );
  }
  .page .main .main_slider .main_slide .mw {
    padding: 0 15px;
  }
  .page .main .main_slider .main_slide .mw .main_cont {
    margin-left: 0;
    padding-right: 10%;
  }
  .page .main .main_slider .main_slide .mw .main_cont .h1,
  .page .main .main_slider .main_slide .mw .main_cont .h2,
  .page .main .main_slider .main_slide .mw .main_cont h1,
  .page .main .main_slider .main_slide .mw .main_cont h2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .page .main .main_slider .main_slide .mw .main_cont .h3,
  .page .main .main_slider .main_slide .mw .main_cont h3 {
    font-size: 40px;
    line-height: 45px;
    padding-bottom: 30px;
  }
  .page .main .main_slider .owl-nav {
    display: none;
  }
  .page .main .main_slider .owl-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    z-index: 2;
  }
  .page .main .main_slider .owl-dots .owl-dot {
    width: 10px;
    height: 10px;
    background: rgba(77, 77, 77, 0.1);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    margin: 0 5px;
  }
  .page .main .main_slider .owl-dots .owl-dot.active {
    background: #0074b8;
  }
  .page .fast_links_section .mw {
    padding: 30px 15px;
  }
  .page .fast_links_section .mw .cont .card .img img {
    width: auto;
    height: 100%;
  }
  .page .m_title {
    padding-bottom: 40px;
  }
  .page .m_title .h2 {
    font-size: 35px;
  }
  .page .benefits .mw {
    padding: 60px 15px 30px;
  }
  .page .benefits .mw .decor {
    width: 100px;
    right: -40px;
    top: -100px;
  }
  .page .benefits .mw .cont ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
  }
  .page .benefits .mw .cont ul li {
    width: 48%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: flex-start;
    justify-content: flex-start;
    -webkit-box-align: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .page .benefits .mw .cont ul li .icon {
    width: 60px;
    margin-right: 10px;
    min-width: 60px;
  }
  .page .benefits .mw .cont ul li .desc .h5 {
    font-size: 18px;
  }
  .page .benefits .mw .cont ul li .desc p {
    font-size: 14px;
  }
  .page .about .mw {
    padding: 60px 15px 0;
  }
  .page .about .mw .cont .left_side {
    width: 40%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .about .mw .cont .left_side .img {
    height: 500px;
  }
  .page .about .mw .cont .left_side .img img {
    height: 100%;
    width: auto;
  }
  .page .about .mw .cont .left_side .decor {
    left: -30px;
    top: -30px;
  }
  .page .about .mw .cont .right_side {
    width: 58%;
  }
  .page .about .mw .cont .right_side .who_we {
    font-size: 20px;
  }
  .page .about .mw .cont .right_side .h1 {
    font-size: 30px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .page .about .mw .cont .right_side .h5,
  .page .about .mw .cont .right_side h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .page .about .mw .cont .right_side ul {
    margin-bottom: 15px;
  }
  .page .about .mw .cont .right_side ul li {
    font-size: 14px;
  }
  .page .about .mw .cont .right_side p {
    font-size: 16px;
    padding-bottom: 10px;
  }
  .page .about .mw .cont .right_side .btn_c {
    margin-top: 15px;
  }
  .page .order_block_section .mw {
    padding: 0 15px;
  }
  .page .order_block_section .mw .cont {
    -webkit-border-radius: 20px;
    border-radius: 20px;
    height: auto;
    padding: 0 20px;
  }
  .page .order_block_section .mw .cont .left_side {
    width: 100%;
    padding: 30px 0;
  }
  .page .order_block_section .mw .cont .left_side .h3 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .page .order_block_section .mw .cont .left_side p {
    font-size: 16px;
    line-height: 140%;
  }
  .page .order_block_section .mw .cont .left_side p b {
    display: inline-block;
  }
  .page .order_block_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
  }
  .page .order_block_section .mw .cont .right_side {
    width: 100%;
  }
  .page .order_block_section .mw .cont .right_side .img {
    height: auto;
  }
  .page .order_block_section .mw .cont .right_side .img img {
    height: auto;
    width: 100%;
  }
  .page .order_block_section .mw .decor {
    width: 100px;
    left: -50px;
  }
  .page .how_we_work .mw {
    padding: 50px 15px;
  }
  .page .how_we_work .mw .m_title .h2 {
    text-align: center;
  }
  .page .how_we_work .mw .cont ul {
    -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;
  }
  .page .how_we_work .mw .cont ul li {
    width: 100%;
    margin: 0 10px;
    margin-bottom: 15px;
    text-align: center;
    max-width: 300px;
  }
  .page .how_we_work .mw .cont ul li:last-child {
    margin-bottom: 0;
  }
  .page .how_we_work .mw .cont ul li .num {
    margin-bottom: 5px;
  }
  .page .how_we_work .mw .cont ul li .h5 {
    font-size: 18px;
  }
  .page .how_we_work .mw .cont ul li p {
    font-size: 14px;
    line-height: 20px;
  }
  .page .certificates .mw {
    padding: 50px 15px;
  }
  .page .certificates .mw .certificates_slider .certificate {
    height: 235px;
  }
  .page .certificates .mw .certificates_slider .owl-nav {
    top: -80px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next,
  .page .certificates .mw .certificates_slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next:after,
  .page .certificates .mw .certificates_slider .owl-nav .owl-prev:after {
    width: 20px;
    height: 20px;
  }
  .page .certificates .mw .certificates_slider .owl-nav .owl-next {
    margin-left: 10px;
  }
  .page .reviews .mw {
    padding: 50px 15px;
  }
  .page .reviews .mw .reviews_slider {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page .reviews .mw .reviews_slider .review {
    margin: 0 auto;
    max-width: 350px;
  }
  .page .reviews .mw .reviews_slider .review .review_img {
    height: 205px;
  }
  .page .reviews .mw .reviews_slider .review .review_cont {
    padding: 15px 12px;
    min-height: 200px;
    position: relative;
  }
  .page .reviews .mw .reviews_slider .review .review_cont p {
    font-size: 14px;
  }
  .page .reviews .mw .reviews_slider .review .review_cont .review_info {
    bottom: 15px;
    left: 12px;
    right: 12px;
  }
  .page .reviews .mw .reviews_slider .owl-nav {
    top: -80px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next,
  .page .reviews .mw .reviews_slider .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next:after,
  .page .reviews .mw .reviews_slider .owl-nav .owl-prev:after {
    width: 20px;
    height: 20px;
  }
  .page .reviews .mw .reviews_slider .owl-nav .owl-next {
    margin-left: 10px;
  }
  .page .any_ques .mw {
    padding: 0 15px;
  }
  .page .any_ques .mw .cont .left_side .h3 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .page .any_ques .mw .cont .left_side p {
    font-size: 16px;
  }
  .page .any_ques .mw .cont .left_side form {
    margin-top: 20px;
  }
  .page .any_ques .mw .cont .left_side form input {
    padding: 12px;
    font-size: 14px;
    margin-bottom: 10px;
  }
  .page .any_ques .mw .cont .left_side form .btn_c .btn_m {
    font-size: 16px;
  }
  .page .any_ques .mw .cont .right_side .img {
    max-width: 500px;
  }
  .page .any_ques .mw .cont .right_side .img img {
    width: 120%;
    height: auto;
  }
  .page .contacts .mw {
    padding: 30px 15px 20px;
  }
  .page .contacts .mw .top_cont .left_side {
    max-width: 255px;
    margin-right: 30px;
  }
  .page .contacts .mw .top_cont .left_side .logo {
    margin-bottom: 15px;
  }
  .page .contacts .mw .top_cont .left_side .logo a img {
    width: 30px;
    margin-right: 10px;
  }
  .page .contacts .mw .top_cont .left_side .logo a span {
    font-size: 12px;
    line-height: 18px;
  }
  .page .contacts .mw .top_cont .left_side .desc {
    margin-bottom: 15px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li {
    margin-right: 10px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li a {
    width: 30px;
    height: 30px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li a img {
    width: 15px;
  }
  .page .contacts .mw .top_cont .fast_links .h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .page .contacts .mw .top_cont .fast_links ul li a {
    font-size: 14px;
  }
  .page .contacts .mw .top_cont .right_side .h5 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .page .contacts .mw hr {
    margin: 20px auto;
  }
  .page_about .about .mw {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .page_about .about .mw .cont2 {
    margin-top: 60px;
  }
  .page_services .service_section .mw {
    padding: 0 15px;
  }
  .page_services .service_section .mw .decor {
    right: -80px;
    width: 100px;
  }
  .page_services .service_section .mw .cont .left_side {
    width: 58%;
  }
  .page_services .service_section .mw .cont .left_side .h1 {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 20px;
  }
  .page_services .service_section .mw .cont .left_side .desc p {
    font-size: 16px;
    line-height: 20px;
    padding-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc .h4,
  .page_services .service_section .mw .cont .left_side .desc h4 {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc ul {
    margin-bottom: 15px;
  }
  .page_services .service_section .mw .cont .left_side .desc ul li {
    font-size: 16px;
  }
  .page_services .service_section .mw .cont .left_side .btn_c {
    margin-top: 10px;
    position: relative;
  }
  .page_services .service_section .mw .cont .right_side {
    width: 40%;
  }
  .page_services .service_section .mw .cont .right_side .order_block {
    margin-top: 30px;
  }
  .page_services .service_section .mw .cont .right_side .order_block .desc .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .service_section .mw .cont .right_side .order_block .desc .h5 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .page_services
    .service_section
    .mw
    .cont
    .right_side
    .order_block
    .desc
    ul
    li
    .icon {
    width: 30px;
    min-width: 30px;
    margin-right: 10px;
  }
  .page_services
    .service_section
    .mw
    .cont
    .right_side
    .order_block
    .desc
    ul
    li
    p {
    font-size: 14px;
    line-height: 20px;
  }
  .page_services .mb100 {
    margin-bottom: 60px;
  }
  .page_services .windows .mw {
    padding: 60px 15px;
  }
  .page_services .windows .mw .m_title p {
    font-size: 16px;
    line-height: 24px;
  }
  .page_services .windows .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .windows .mw .cont .window_card {
    max-width: 300px;
    margin: 0 auto;
  }
  .page_services .windows .mw .cont .window_card .title {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .windows .mw .cont .window_card .img {
    height: 200px;
  }
  .page_services .windows .mw .cont .window_card .desc .price {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
  .page_services .windows .mw .cont .window_card .desc hr {
    margin: 15px 0;
  }
  .page_services .windows .mw .cont .window_card .desc .size b {
    font-size: 14px;
  }
  .page_services .windows .mw .cont .window_card .desc .size span {
    font-size: 14px;
  }
  .page_services .windows .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .windows .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .windows .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next,
  .page_services .windows .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next span,
  .page_services .windows .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:after,
  .page_services .windows .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:focus,
  .page_services .windows .mw .cont .owl-nav .owl-next:hover,
  .page_services .windows .mw .cont .owl-nav .owl-prev:focus,
  .page_services .windows .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .about_section .mw {
    padding: 60px 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc .h4,
  .page_services .about_section .mw .cont .left_side .desc h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc ul {
    margin-bottom: 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .page_services .about_section .mw .cont .left_side .desc p {
    font-size: 16px;
    line-height: 130%;
  }
  .page_services .about_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
  }
  .page_services .about_lamination {
    margin-top: 70px;
  }
  .page_services .our_works .mw {
    padding: 40px 15px 50px;
  }
  .page_services .our_works .mw .works_slider .work_slide {
    height: 400px;
  }
  .page_services .our_works .mw .works_slider .work_slide .left_side {
    width: 60%;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side {
    width: 40%;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side .title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side .desc p {
    font-size: 14px;
  }
  .page_services .our_works .mw .works_slider .owl-nav {
    max-width: 60%;
  }
  .page_services .our_works .mw .works_slider .owl-dots {
    max-width: 60%;
  }
  .page_services .our_company_provides_for_you .mw {
    padding: 70px 15px 40px;
  }
  .page_services .our_company_provides_for_you .mw .m_title .h3 {
    text-align: center;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li {
    width: 48%;
    padding: 20px 15px;
    max-width: 100%;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li .h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .page_services .balconies_loggias .mw {
    padding: 60px 15px;
  }
  .page_services .balconies_loggias .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .balconies_loggias .mw .cont .card {
    margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
  }
  .page_services .balconies_loggias .mw .cont .card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page_services .balconies_loggias .mw .cont .card .title {
    margin-bottom: 15px;
  }
  .page_services .balconies_loggias .mw .cont .card ul {
    margin-bottom: 15px;
  }
  .page_services .balconies_loggias .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next span,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:after,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:focus,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:hover,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:focus,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .balconies_loggias .mw .make_add_room {
    margin: 25px auto 0;
  }
  .page_services .balconies_loggias .mw .make_add_room .h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 20px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service {
    margin-top: 30px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service .h3 {
    font-size: 20px;
    line-height: 26px;
    padding-bottom: 30px;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul li .img {
    height: auto;
    margin-bottom: 15px;
    width: 100%;
  }
  .page_services .balconies_loggias .mw .you_can_add_service ul li .img img {
    width: 100%;
    height: auto;
  }
  .page_services .cost_wall_ceiling_finish .mw {
    padding: 60px 15px;
  }
  .page_services .cost_wall_ceiling_finish .mw .m_title .h5 {
    font-size: 18px;
  }
  .page_services .cost_wall_ceiling_finish .mw .cont .left_side .desc_cont p {
    font-size: 16px;
  }
  .page_services .balcony_furniture .mw {
    padding: 60px 15px;
  }
  .page_services .doors .mw {
    padding: 60px 15px;
  }
  .page_services .windows_block .mw .cont {
    padding: 0 20px;
  }
  .page_services .windows_block .mw .cont .window_card {
    max-width: 400px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page_services .windows_block .mw .cont .window_card .img {
    height: 200px;
    margin-bottom: 15px;
  }
  .page_services .windows_block .mw .cont .window_card .desc .title {
    font-size: 18px;
    line-height: 26px;
  }
  .page_services .windows_block .mw .cont .window_card .desc .price {
    font-size: 22px;
    line-height: 26px;
    margin-top: 15px;
  }
  .page_services .windows_block .mw .cont .window_card .desc p {
    font-size: 14px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul {
    margin-top: 20px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul li b {
    font-size: 14px;
  }
  .page_services .windows_block .mw .cont .window_card .desc ul li span {
    font-size: 14px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    left: -10px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next,
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next {
    right: -10px;
  }
  .page_services .benefits_furnitura .mw {
    padding: 60px 15px;
  }
  .page_services .also_can_see .mw {
    padding: 60px 15px;
  }
  .page_services .also_can_see .mw .cont ul li {
    margin: 20px 10px 0;
    width: 48%;
  }
  .page_services .also_can_see .mw .cont ul li a {
    padding: 30px 15px;
  }
  .page_services .also_can_see .mw .cont ul li a .img {
    height: 200px;
  }
  .page_services .also_can_see .mw .cont ul li a .h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }
  .page_contacts .contacts_block .mw {
    padding: 0 15px 60px;
  }
  .page_contacts .contacts_block .mw .decor {
    width: 100px;
    left: -80px;
  }
  .page_contacts .contacts_block .mw .cont .left_side .h5 {
    font-size: 16px;
    padding-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp {
    margin-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp label {
    font-size: 14px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp input,
  .page_contacts .contacts_block .mw .cont .left_side form .inp textarea {
    padding: 12px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .inp textarea {
    min-height: 100px;
  }
  .page_contacts .contacts_block .mw .cont .left_side form .btn_c {
    margin-top: 15px;
  }
  .page_contacts .contacts_block .mw .cont .right_side .map {
    height: 300px;
    margin-bottom: 20px;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .page .header .mw {
    padding: 15px;
  }
  .page .header .mw .cont .left_side .logo a img {
    width: 60px;
  }
  .page .header .mw .cont .right_side .socials {
    margin-right: 30px;
  }
  .page .header .mw .cont .right_side .socials ul li {
    margin-right: 10px;
  }
  .page .header .mw .cont .right_side .socials ul li:last-child {
    margin-right: 0;
  }
  .page .header .mw .cont .right_side .socials ul li a {
    width: 30px;
    height: 30px;
  }
  .page .header .mw .cont .right_side .phone_line a {
    font-size: 24px;
    line-height: 30px;
  }
  .page .header .mw .cont .right_side .phone_line span {
    font-size: 12px;
    line-height: 18px;
  }
  .page .header .mw .cont .right_side .btn_measurer {
    padding: 10px;
  }
  .page .nav .mw ul li a {
    font-size: 14px;
    padding: 20px 10px;
  }
  .page .main .main_slider .main_slide {
    height: 450px;
  }
  .page .main .main_slider .main_slide:after {
    background: -o-linear-gradient(
      7.38deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 39.32%,
      rgba(255, 255, 255, 0) 63.03%
    );
    background: linear-gradient(
      82.62deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 39.32%,
      rgba(255, 255, 255, 0) 63.03%
    );
  }
  .page .main .main_slider .main_slide .mw .main_cont {
    margin-left: 50px;
  }
  .page .main .main_slider .main_slide .mw .main_cont .h3,
  .page .main .main_slider .main_slide .mw .main_cont h3 {
    font-size: 45px;
    line-height: 60px;
    padding-bottom: 25px;
  }
  .page .main .main_slider .owl-nav .owl-prev {
    margin-left: 0;
  }
  .page .main .main_slider .owl-nav .owl-next {
    margin-right: 0;
  }
  .page .fast_links_section .mw .cont .card a .img {
    overflow: hidden;
  }
  .page .fast_links_section .mw .cont .card a .img img {
    width: auto;
    height: 100%;
  }
  .page .benefits .mw {
    padding: 70px 15px 40px;
  }
  .page .benefits .mw .decor {
    width: 150px;
    right: -70px;
    top: -100px;
  }
  .page .benefits .mw .cont ul li {
    margin-bottom: 40px;
  }
  .page .benefits .mw .cont ul li .icon {
    width: 60px;
    margin-right: 20px;
    min-width: 60px;
  }
  .page .benefits .mw .cont ul li .desc .h5 {
    font-size: 18px;
  }
  .page .about .mw {
    padding: 70px 15px 0;
  }
  .page .about .mw .cont .left_side .img {
    height: 500px;
  }
  .page .about .mw .cont .left_side .img img {
    width: auto;
    min-width: 100%;
    height: 100%;
  }
  .page .about .mw .cont .right_side .who_we {
    font-size: 22px;
  }
  .page .about .mw .cont .right_side .h1 {
    font-size: 35px;
    padding-bottom: 20px;
  }
  .page .about .mw .cont .right_side .h5,
  .page .about .mw .cont .right_side h5 {
    font-size: 18px;
  }
  .page .about .mw .cont .right_side ul {
    margin-bottom: 15px;
  }
  .page .about .mw .cont .right_side p {
    font-size: 16px;
  }
  .page .order_block_section .mw .cont {
    height: 270px;
    padding: 0 30px;
  }
  .page .order_block_section .mw .cont .left_side {
    width: 65%;
    padding: 25px 0;
  }
  .page .order_block_section .mw .cont .left_side .h3 {
    font-size: 28px;
    padding-bottom: 15px;
  }
  .page .order_block_section .mw .cont .left_side p {
    font-size: 16px;
  }
  .page .order_block_section .mw .cont .left_side p b {
    display: inline-block;
  }
  .page .order_block_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
  }
  .page .order_block_section .mw .cont .left_side .btn_c .btn_m {
    padding: 15px;
  }
  .page .order_block_section .mw .cont .right_side {
    width: 30%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .page .order_block_section .mw .cont .right_side .img {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    height: 320px;
  }
  .page .order_block_section .mw .cont .right_side .img img {
    height: 100%;
    width: auto;
  }
  .page .order_block_section .mw .decor {
    width: 100px;
    left: -60px;
  }
  .page .how_we_work .mw {
    padding: 80px 15px;
  }
  .page .how_we_work .mw .cont ul li .h5 {
    font-size: 18px;
  }
  .page .how_we_work .mw .cont ul li p {
    font-size: 14px;
  }
  .page .certificates .mw {
    padding: 60px 15px;
  }
  .page .certificates .mw .certificates_slider .certificate {
    height: 260px;
  }
  .page .reviews .mw {
    padding: 70px 15px;
  }
  .page .any_ques .mw .cont {
    height: 400px;
  }
  .page .any_ques .mw .cont .right_side .img {
    height: 450px;
  }
  .page .contacts .mw {
    padding: 40px 15px 30px;
  }
  .page .contacts .mw .top_cont .left_side {
    max-width: 220px;
    margin-right: 30px;
  }
  .page .contacts .mw .top_cont .left_side .desc {
    margin-bottom: 15px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li {
    margin-right: 10px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li a {
    width: 30px;
    height: 30px;
  }
  .page .contacts .mw .top_cont .left_side .soc_icons ul li a img {
    width: 16px;
  }
  .page .contacts .mw .top_cont .right_side {
    max-width: 200px;
  }
  .page_about .about .mw {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .page_about .about .mw .cont2 {
    margin-top: 60px;
  }
  .page_services .service_section .mw .decor {
    right: -50px;
    width: 150px;
  }
  .page_services .service_section .mw .cont .left_side .h1 {
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 20px;
  }
  .page_services .service_section .mw .cont .left_side .btn_c {
    margin-top: 20px;
    position: relative;
  }
  .page_services .service_section .mw .cont .right_side .order_block {
    margin-top: 40px;
  }
  .page_services .service_section .mw .cont .right_side .order_block .desc .h4 {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .service_section .mw .cont .right_side .order_block .desc .h5 {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 15px;
  }
  .page_services
    .service_section
    .mw
    .cont
    .right_side
    .order_block
    .desc
    ul
    li
    .icon {
    width: 30px;
    min-width: 30px;
    margin-right: 10px;
  }
  .page_services
    .service_section
    .mw
    .cont
    .right_side
    .order_block
    .desc
    ul
    li
    p {
    font-size: 14px;
    line-height: 20px;
  }
  .page_services .mb100 {
    margin-bottom: 70px;
  }
  .page_services .windows .mw {
    padding: 70px 15px;
  }
  .page_services .windows .mw .m_title p {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .windows .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .windows .mw .cont .window_card {
    max-width: 300px;
    margin: 0 auto;
  }
  .page_services .windows .mw .cont .window_card .title {
    font-size: 18px;
    line-height: 24px;
  }
  .page_services .windows .mw .cont .window_card .img {
    height: 220px;
  }
  .page_services .windows .mw .cont .window_card .desc .price {
    font-size: 24px;
    line-height: 30px;
    margin-top: 15px;
  }
  .page_services .windows .mw .cont .window_card .desc hr {
    margin: 15px 0;
  }
  .page_services .windows .mw .cont .window_card .desc .size b {
    font-size: 14px;
  }
  .page_services .windows .mw .cont .window_card .desc .size span {
    font-size: 14px;
  }
  .page_services .windows .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .windows .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .windows .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next,
  .page_services .windows .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next span,
  .page_services .windows .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:after,
  .page_services .windows .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:focus,
  .page_services .windows .mw .cont .owl-nav .owl-next:hover,
  .page_services .windows .mw .cont .owl-nav .owl-prev:focus,
  .page_services .windows .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .windows .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .about_section .mw {
    padding: 70px 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc .h4,
  .page_services .about_section .mw .cont .left_side .desc h4 {
    font-size: 22px;
    line-height: 30px;
    padding-bottom: 15px;
  }
  .page_services .about_section .mw .cont .left_side .desc p {
    font-size: 16px;
    line-height: 130%;
  }
  .page_services .about_section .mw .cont .left_side .desc ul li {
    font-size: 16px;
  }
  .page_services .about_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
  }
  .page_services .about_lamination {
    margin-top: 70px;
  }
  .page_services .our_works .mw {
    padding: 40px 15px 50px;
  }
  .page_services .our_works .mw .works_slider .work_slide {
    height: 400px;
  }
  .page_services .our_works .mw .works_slider .work_slide .left_side {
    width: 60%;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side {
    width: 40%;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side .title {
    font-size: 20px;
    padding-bottom: 15px;
  }
  .page_services .our_works .mw .works_slider .work_slide .right_side .desc p {
    font-size: 16px;
  }
  .page_services .our_works .mw .works_slider .owl-nav {
    max-width: 60%;
  }
  .page_services .our_works .mw .works_slider .owl-dots {
    max-width: 60%;
  }
  .page_services .our_company_provides_for_you .mw {
    padding: 70px 15px 40px;
  }
  .page_services .our_company_provides_for_you .mw .m_title .h3 {
    text-align: center;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li {
    padding: 20px 15px;
    max-width: 100%;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li .icon {
    width: 50px;
    min-width: 50px;
    margin-right: 10px;
  }
  .page_services .our_company_provides_for_you .mw .cont ul li .h5 {
    font-size: 16px;
    line-height: 22px;
  }
  .page_services .balconies_loggias .mw {
    padding: 70px 15px;
  }
  .page_services .balconies_loggias .mw .cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
  }
  .page_services .balconies_loggias .mw .cont .card {
    margin: 0 auto;
    padding: 20px 10px;
    width: 100%;
  }
  .page_services .balconies_loggias .mw .cont .card:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page_services .balconies_loggias .mw .cont .owl-stage-outer {
    z-index: 2;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    left: 0;
    right: 0;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:after {
    background: url(../images/arrow_left.svg) no-repeat center center/cover;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    width: 40px;
    height: 40px;
    background: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    box-shadow: 0 4px 4px rgba(77, 77, 77, 0.1);
    z-index: 3;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next span,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev span {
    display: none;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:after,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:after {
    content: "";
    width: 20px;
    height: 20px;
    position: absolute;
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:focus,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:hover,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:focus,
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-prev:hover {
    outline: 0 !important;
    -webkit-box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
    box-shadow: 0 4px 10px rgba(77, 77, 77, 0.2);
  }
  .page_services .balconies_loggias .mw .cont .owl-nav .owl-next:after {
    background: url(../images/arrow_right.svg) no-repeat center center/cover;
  }
  .page_services .balconies_loggias .mw .make_add_room {
    margin: 30px auto 0;
  }
  .page_services .balconies_loggias .mw .make_add_room .h3 {
    font-size: 24px;
    line-height: 30px;
    padding-bottom: 20px;
  }
  .page_services .cost_wall_ceiling_finish .mw {
    padding: 70px 15px;
  }
  .page_services .balcony_furniture .mw {
    padding: 70px 15px;
  }
  .page_services .doors .mw {
    padding: 70px 15px;
  }
  .page_services .windows_block .mw .cont {
    padding: 0 20px;
  }
  .page_services .windows_block .mw .cont .window_card {
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    left: -10px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next,
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next {
    right: -10px;
  }
  .page_services .benefits_furnitura .mw {
    padding: 70px 15px;
  }
  .page_contacts .contacts_block .mw {
    padding: 0 15px 70px;
  }
  .page_contacts .contacts_block .mw .decor {
    width: 100px;
    left: -80px;
  }
  .page_contacts .contacts_block .mw .cont .right_side .map {
    height: 400px;
    margin-bottom: 20px;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul li {
    margin-bottom: 15px;
  }
  .page_contacts .contacts_block .mw .cont .right_side ul li:last-child {
    margin-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1300px) {
  .page .main .main_slider .main_slide {
    height: 450px;
  }
  .page .main .main_slider .main_slide:after {
    background: -o-linear-gradient(
      7.38deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 39.32%,
      rgba(255, 255, 255, 0) 63.03%
    );
    background: linear-gradient(
      82.62deg,
      #fff -3.5%,
      rgba(255, 255, 255, 0.97) 39.32%,
      rgba(255, 255, 255, 0) 63.03%
    );
  }
  .page .main .main_slider .main_slide .mw .main_cont {
    margin-left: 50px;
  }
  .page .main .main_slider .owl-nav .owl-prev {
    margin-left: 10px;
  }
  .page .main .main_slider .owl-nav .owl-next {
    margin-right: 10px;
  }
  .page .about .mw .cont .left_side .img {
    height: 500px;
  }
  .page .order_block_section .mw .cont {
    height: 270px;
    padding: 0 40px;
  }
  .page .order_block_section .mw .cont .left_side {
    padding: 25px 0;
  }
  .page .order_block_section .mw .cont .left_side .h3 {
    font-size: 30px;
    padding-bottom: 15px;
  }
  .page .order_block_section .mw .cont .left_side p {
    font-size: 16px;
    max-width: 600px;
  }
  .page .order_block_section .mw .cont .left_side p b {
    display: inline-block;
  }
  .page .order_block_section .mw .cont .left_side .btn_c {
    margin-top: 15px;
  }
  .page .order_block_section .mw .cont .left_side .btn_c .btn_m {
    padding: 15px;
  }
  .page .order_block_section .mw .cont .right_side {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
  }
  .page .order_block_section .mw .cont .right_side .img {
    width: 100%;
    max-width: 400px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: flex-end;
    -webkit-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    height: 320px;
  }
  .page .order_block_section .mw .cont .right_side .img img {
    height: 100%;
    width: auto;
  }
  .page .order_block_section .mw .decor {
    width: 100px;
    left: -60px;
  }
  .page_about .about .mw {
    padding-top: 0;
    padding-bottom: 60px;
  }
  .page_about .about .mw .cont2 {
    margin-top: 60px;
  }
  .page_about .about .mw .cont2 .left_side .img {
    height: auto;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    left: -10px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next,
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-prev {
    width: 40px;
    height: 40px;
  }
  .page_services
    .windows_block
    .mw
    .windows_card_slider_veka
    .owl-nav
    .owl-next {
    right: -10px;
  }
}
