/*fonts*/
@font-face {
  font-family: 'OpenSans';
  src: url("../fonts/OpenSans-Regular.eot");
  src: url("../fonts/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-Regular.woff") format("woff"), url("../fonts/OpenSans-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'OpenSans-ExtraBold';
  src: url("../fonts/OpenSans-ExtraBold.eot");
  src: url("../fonts/OpenSans-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans-ExtraBold.woff") format("woff"), url("../fonts/OpenSans-ExtraBold.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

/*options*/
body {
  margin: 0;
  line-height: normal;
  font-family: 'OpenSans';
  background-image: url(../img/bgr-body.jpg);
  overflow-x: hidden; }

img {
  max-width: 100%; }

a {
  outline: none;
  text-decoration: none; }

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

textarea {
  resize: none;
  outline: none; }
  textarea:hover, textarea:focus {
    outline: none;
    text-decoration: none; }

select {
  outline: none;
  text-decoration: none; }
  select:hover, select:focus {
    outline: none;
    text-decoration: none; }

input:hover, input:focus {
  outline: none;
  text-decoration: none; }

button:hover, button:focus {
  outline: none;
  text-decoration: none; }

html,
body {
  height: 100%; }

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%; }

.content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.footer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }

.header {
  background-color: #292828;
  padding: 20px 0px;
  margin-bottom: 70px; }

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

.header-logo img {
  margin-right: 16px; }

.header-img {
  position: relative;
  z-index: 20; }

.header-img:after {
  content: '';
  background-image: url(../img/hd-img.png);
  display: block;
  width: 327px;
  height: 274px;
  position: absolute;
  background-size: contain;
  background-repeat: no-repeat;
  top: -70%;
  left: -80%; }

.header-logo p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0; }

.header-tel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .header-tel a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }
    .header-tel a:hover {
      color: #fd7e2f; }

.header-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }

.header-btn a {
  border: 2px solid #fd7e2f;
  text-align: center;
  display: inline-block;
  padding: 7px 0px;
  font-weight: 400;
  border-radius: 30px;
  color: #ffffff;
  font-size: 16px;
  letter-spacing: .15rem;
  -webkit-transition: all .3s;
  transition: all .3s;
  position: relative;
  overflow: hidden;
  z-index: 1;
  width: 100%; }
  .header-btn a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-radius: 10rem;
    z-index: -2; }
  .header-btn a:before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0%;
    height: 100%;
    background-color: #fd7e2f;
    -webkit-transition: all .3s;
    transition: all .3s;
    border-radius: 10rem;
    z-index: -1; }
  .header-btn a:hover {
    color: #fff;
    border: 2px solid transparent; }
    .header-btn a:hover:before {
      width: 100%; }

.modal {
  display: none; }

.modal-wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.modal-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  padding: 70px 0px;
  background-color: #fff;
  width: 320px;
  border: 2px solid #fd7e2f;
  border-radius: 30px; }

.modal-box_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 15px; }

.modal-box_tel a {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-transform: uppercase;
  margin-bottom: 5px; }

.modal-box_tel a:hover {
  color: #fd7e2f; }

.modal-box_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.modal-box_icon a {
  margin: 0 7px; }

.modal-box_icon a:nth-child(1) {
  display: block;
  background-image: url(../img/viber.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px; }

.modal-box_icon a:nth-child(2) {
  display: block;
  background-image: url(../img/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px; }

.modal-box_icon a:nth-child(3) {
  display: block;
  background-image: url(../img/facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px; }

.modal-box_icon a:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }

.modal-box_close {
  position: absolute;
  top: 12px;
  right: 12px;
  font-family: 'OpenSans-ExtraBold';
  font-size: 20px;
  padding: 1px 7px;
  color: #fd7e2f;
  border: 2px solid #fd7e2f;
  border-radius: 50%; }

.modal-box_close:hover {
  color: #fd7e2f;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }

/*main*/
.main {
  margin-bottom: 60px; }

.main-left {
  position: relative;
  height: 550px; }

.main-left span {
  position: absolute;
  bottom: 0;
  display: block;
  width: 600px;
  height: 312px;
  background-color: #FE7E37;
  border-radius: 50%;
  left: -45%; }

.main-left_img1 {
  position: absolute;
  display: block;
  background-image: url(../img/mn-washer.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 413px;
  height: 541px;
  z-index: 10;
  top: -8%;
  right: -5%; }

.main-left_img2 {
  position: absolute;
  display: block;
  background-image: url(../img/mn-microwave.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 297px;
  height: 173px;
  z-index: 20;
  bottom: 9%;
  right: -22%; }

.main-left_img3 {
  position: absolute;
  display: block;
  background-image: url(../img/mn-plate.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 301px;
  height: 379px;
  z-index: 20;
  bottom: 10%;
  left: -25%; }

.main-right h1 {
  position: relative;
  color: #292828;
  font-family: 'OpenSans-ExtraBold';
  font-size: 48px;
  font-weight: 400;
  line-height: 65px;
  text-transform: uppercase; }

.main-right span {
  color: #fd7e2f; }

.main-right h1:after {
  content: '';
  position: absolute;
  background-image: url(../img/mn-map.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  right: 27%;
  bottom: 0;
  display: block; }

.main-right p {
  color: #6c6c6c;
  font-size: 22px;
  font-weight: 400;
  text-transform: uppercase; }

.main-right_descr {
  color: #6c6c6c;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }

.main-right_descr:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fd7e2f;
  display: block;
  margin-right: 10px;
  margin-left: 10px; }

.main-right_box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.main-right_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 5px; }

.main-right_icon a {
  margin-right: 12px; }

.main-right_icon a:nth-child(1) {
  display: block;
  background-image: url(../img/viber.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px; }

.main-right_icon a:nth-child(2) {
  display: block;
  background-image: url(../img/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px; }

.main-right_icon a:nth-child(3) {
  display: block;
  background-image: url(../img/facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 28px;
  height: 28px; }

.main-right_icon a:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }

.main-right_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-left: 5px; }

.main-right_tel a {
  color: #292828;
  font-size: 22px;
  font-weight: 700;
  font-family: 'OpenSans-ExtraBold'; }

.main-right_tel a:hover {
  color: #fd7e2f; }

.main-left_icon1 {
  position: absolute;
  left: -36%;
  background-image: url(../img/mn-icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 43px;
  display: block;
  z-index: 10;
  bottom: 25%; }

.main-left_icon1 {
  -webkit-animation: rotation 3s infinite linear; }

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.main-left_icon2 {
  position: absolute;
  background-image: url(../img/mn-icon2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 42px;
  height: 43px;
  display: block;
  z-index: 10;
  top: -10%;
  right: 0; }

.main-left_icon2 {
  -webkit-animation: rotation2 3s infinite linear; }

@-webkit-keyframes rotation2 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.main-right_icon1 {
  position: absolute;
  background-image: url(../img/mn-icon3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  display: block;
  z-index: 10;
  bottom: 30%;
  right: 10%; }

.main-right_icon1 {
  -webkit-animation: rotation3 2s infinite linear; }

@-webkit-keyframes rotation3 {
  from {
    -webkit-transform: rotate(359deg); }
  to {
    -webkit-transform: rotate(0deg); } }

.main-right_icon2 {
  position: absolute;
  background-image: url(../img/mn-icon3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 10;
  bottom: 25%;
  right: 8%; }

.main-right_icon2 {
  -webkit-animation: rotation4 2s infinite linear; }

@-webkit-keyframes rotation4 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

/*end main*/
/*recomend*/
.recomend {
  margin-bottom: 60px; }

.recomend-box {
  background-color: #ffffff;
  padding: 50px 30px;
  -webkit-box-shadow: 17px -3px 42px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 17px -3px 42px 4px rgba(0, 0, 0, 0.13);
  margin: auto; }

.recomend-box h2 {
  color: #292828;
  font-size: 36px;
  line-height: 28px;
  text-transform: uppercase;
  font-weight: 900;
  font-family: 'OpenSans-ExtraBold'; }

.recomend-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }

.recomend-title_box {
  position: relative;
  width: 100px; }

.recomend-title_box span:nth-child(1) {
  display: block;
  position: absolute;
  width: 112px;
  height: 3px;
  background-color: #292828;
  left: -28%;
  top: 9%; }

.recomend-title_box span:nth-child(2) {
  display: block;
  position: absolute;
  width: 112px;
  height: 3px;
  background-color: #6c6c6c;
  left: -35%;
  top: 37%; }

.recomend-title_box span:nth-child(3) {
  display: block;
  position: absolute;
  width: 112px;
  height: 3px;
  background-color: #FE7E37;
  left: -45%;
  top: 59%; }

.recomend-title_box span:nth-child(4) {
  display: block;
  position: absolute;
  width: 112px;
  height: 3px;
  background-color: #FE7E37;
  left: -55%;
  top: 83%; }

.slide-img1 {
  width: 70px;
  height: 70px;
  margin: auto; }

.slide-img2 {
  width: 70px;
  height: 70px;
  margin: auto; }

.slide-img3 {
  width: 70px;
  height: 70px;
  margin: auto; }

.slide-img4 {
  width: 70px;
  height: 70px;
  margin: auto; }

.slide-img5 {
  width: 70px;
  height: 70px;
  margin: auto; }

.recomend-slide {
  outline: none;
  height: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border: 2px solid transparent;
  cursor: pointer;
  text-align: center;
  margin-bottom: 10px;
  margin-top: 20px; }

.recomend-slide p {
  text-align: center;
  margin-top: 16px;
  margin-bottom: 0;
  height: 50px;
  color: #292828;
  font-size: 16px;
  font-weight: 400;
  line-height: 22px; }

.recomend-slide_btn {
  color: #292828;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.recomend-slide_btn:after {
  content: '';
  display: block;
  background-image: url(../img/rm-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 10px;
  height: 10px;
  margin-left: 5px; }

.recomend-slide:hover {
  border: 2px solid #FE7E37; }

.recomend-slide:hover .recomend-slide_btn {
  color: #FE7E37; }

.recomend-slide:hover .recomend-slide_btn:after {
  background-image: url(../img/rm-arrow2.svg); }

.modal-price_box {
  display: block;
  position: absolute;
  background-color: #FE7E37;
  border-radius: 10px;
  z-index: 100;
  padding: 10px;
  width: 600px; }

.modal-price_box ul {
  margin: 0;
  padding: 0;
  height: 300px;
  overflow-x: hidden;
  overflow-y: scroll; }

.modal-price_box li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  list-style-type: none;
  color: #fff;
  border-bottom: 1px dotted #fff;
  margin-bottom: 8px; }

.modal-price_box span {
  margin-left: 10px;
  width: 20%;
  text-align: end; }

.modal-price_box li:last-child {
  margin-bottom: 0; }

.modal-price {
  display: none; }

.modal-price_wrap {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 45;
  background: rgba(0, 0, 0, 0.4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.modal-price_close {
  position: absolute;
  top: -40px;
  right: 12px;
  font-family: 'OpenSans-ExtraBold';
  font-size: 20px;
  padding: 1px 7px;
  color: #fff;
  border: 2px solid #fff;
  border-radius: 50%; }

.modal-price_close:hover {
  color: #fff;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }

.modal-price_box p {
  color: #000;
  text-align: center; }

.modal-price_box h2 {
  text-align: center; }

.modal-price_box ul::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #F5F5F5; }

.modal-price_box ul::-webkit-scrollbar {
  width: 6px;
  background-color: #F5F5F5; }

.modal-price_box ul::-webkit-scrollbar-thumb {
  background-color: #000000; }

.recomend-box_icon1 {
  position: absolute;
  display: block;
  background-image: url(../img/sd-icon1.svg);
  background-repeat: no-repeat;
  background-size: contain;
  width: 43px;
  height: 43px;
  right: -2%;
  top: -3%; }

.recomend-box_icon1 {
  -webkit-animation: rotation7 4s infinite linear; }

@-webkit-keyframes rotation7 {
  from {
    -webkit-transform: rotateY(359deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.recomend-box_icon2 {
  position: absolute;
  background-image: url(../img/mn-icon3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  display: block;
  z-index: 10;
  bottom: 1%;
  left: 1%; }

.recomend-box_icon2 {
  -webkit-animation: rotation5 2s infinite linear; }

@-webkit-keyframes rotation5 {
  from {
    -webkit-transform: rotate(359deg); }
  to {
    -webkit-transform: rotate(0deg); } }

.recomend-box_icon3 {
  position: absolute;
  background-image: url(../img/mn-icon3.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  display: block;
  z-index: 10;
  bottom: -2%;
  left: -15px; }

.recomend-box_icon3 {
  -webkit-animation: rotation6 2s infinite linear; }

@-webkit-keyframes rotation6 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

/*end recomend*/
/*plus*/
.plus {
  position: relative;
  padding-top: 120px;
  padding-bottom: 120px;
  background-color: #FE7E37;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%); }

.plus h2 {
  margin-bottom: 60px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  font-family: 'OpenSans-ExtraBold'; }

.plus-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.plus-box p {
  text-align: center;
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  margin-top: 15px;
  height: 100px; }

.plus-box img {
  width: 50px;
  height: 50px;
  margin: auto; }

.plus-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative; }

.plus-img1 {
  position: absolute;
  top: 17%;
  right: 5%;
  width: 330px;
  height: 200px;
  z-index: -1; }

.plus-img2 {
  position: absolute;
  left: 15%;
  bottom: 20%;
  z-index: -1;
  width: 180px;
  height: 131px; }

.plus-img3 {
  position: absolute;
  background-image: url(../img/pl-tools.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 37px;
  height: 37px;
  top: -50%;
  left: 0; }

.plus-img3 {
  -webkit-animation: rotation11 4s infinite linear; }

@-webkit-keyframes rotation11 {
  from {
    -webkit-transform: rotateY(359deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

/*end plus*/
/*info*/
.info {
  margin-bottom: 80px;
  position: relative; }

.info h2 {
  margin-bottom: 25px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 72px;
  text-align: center;
  font-family: 'OpenSans-ExtraBold'; }

.info p {
  color: #292828;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px; }

.info-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto; }

.info-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.info-box img {
  width: 80px;
  height: 80px; }

.info-box p {
  color: #292828;
  font-size: 22px;
  font-weight: 400;
  margin-top: 15px; }

.info-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.info-left img {
  width: 84px;
  height: 84px; }

.info-left p {
  color: #292828;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0; }

.info-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.info-right img {
  width: 84px;
  height: 84px; }

.info-right p {
  color: #FE7E37;
  font-size: 22px;
  font-weight: 400;
  line-height: 28px;
  text-align: left;
  margin-left: 10px;
  margin-bottom: 0; }

.info-img {
  position: absolute;
  left: 0;
  height: 400px; }

.info-boxs {
  -ms-flex-pack: distribute;
  justify-content: space-around; }

.info-icon1 {
  position: absolute;
  background-image: url(../img/sd-icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 10%;
  left: 25%;
  z-index: -1; }

.info-icon1 {
  -webkit-animation: rotation18 4s infinite linear; }

@-webkit-keyframes rotation18 {
  from {
    -webkit-transform: rotateY(359deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.info-icon2 {
  position: absolute;
  background-image: url(../img/mn-icon2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  top: 10%;
  right: 25%;
  z-index: -1; }

.info-icon2 {
  -webkit-animation: rotation14 3s infinite linear; }

@-webkit-keyframes rotation14 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

/*end info*/
/*brend*/
.brend {
  margin-bottom: 56px;
  position: relative; }

.brend-img {
  position: absolute;
  right: 0;
  height: 400px; }

.brend h2 {
  font-family: 'OpenSans-ExtraBold';
  margin-bottom: 25px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 72px;
  text-align: center; }

.brend p {
  color: #292828;
  font-size: 22px;
  font-weight: 400;
  text-align: center;
  margin-bottom: 40px; }

.brend-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.brend-slider {
  padding: 40px 70px;
  background-color: #fff;
  -webkit-box-shadow: 17px -3px 42px 4px rgba(0, 0, 0, 0.13);
  box-shadow: 17px -3px 42px 4px rgba(0, 0, 0, 0.13); }

.brend-slide {
  outline: none;
  cursor: pointer; }

.brend-slide img {
  margin: auto; }

.brend-slide_img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 60px; }

/*end brend*/
/*bond*/
.bond {
  position: relative;
  padding-top: 170px;
  padding-bottom: 170px;
  background-color: #FE7E37;
  -webkit-clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%);
  clip-path: polygon(0 0, 100% 20%, 100% 100%, 0 80%); }

.bond-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: auto;
  position: relative; }

.bond-box {
  width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 0px;
  background-color: #fff;
  border-radius: 90px;
  position: relative; }

.bond-box:before {
  content: '';
  background-image: url(../img/bn-left.png);
  background-size: contain;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  display: block;
  position: absolute;
  left: -47px;
  bottom: 25%;
  z-index: -1; }

.bond-box_tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10px; }

.bond-box_tel a {
  color: #292828;
  font-size: 22px;
  font-weight: 700;
  font-family: 'OpenSans-ExtraBold'; }

.bond-box_tel a:hover {
  color: #fd7e2f; }

.bond-box p {
  color: #292828;
  font-size: 22px;
  font-weight: 400;
  line-height: 33.86px; }

.bond-box_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.bond-box_icon a {
  margin: 0 7px; }

.bond-box_icon a:nth-child(1) {
  display: block;
  background-image: url(../img/viber.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px; }

.bond-box_icon a:nth-child(2) {
  display: block;
  background-image: url(../img/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px; }

.bond-box_icon a:nth-child(3) {
  display: block;
  background-image: url(../img/facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px; }

.bond-box_icon a:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }

.bond-img1 {
  position: absolute;
  left: -53%;
  bottom: -10%;
  z-index: -2;
  height: 350px; }

.bond-img2 {
  position: absolute;
  right: -60%;
  top: 40%;
  z-index: -2;
  height: 200px; }

.bond-icon1 {
  position: absolute;
  background-image: url(../img/mn-icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: -30%;
  right: 10%; }

.bond-icon1 {
  -webkit-animation: rotation19 3s infinite linear; }

@-webkit-keyframes rotation19 {
  from {
    -webkit-transform: rotate(359deg); }
  to {
    -webkit-transform: rotate(0deg); } }

.bond-icon2 {
  position: absolute;
  background-image: url(../img/pl-tools.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: 0;
  right: -20%; }

.bond-icon2 {
  -webkit-animation: rotation14 3s infinite linear; }

@-webkit-keyframes rotation14 {
  from {
    -webkit-transform: rotateY(359deg); }
  to {
    -webkit-transform: rotateY(0deg); } }

.bond-icon3 {
  position: absolute;
  background-image: url(../img/mn-icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  top: -19%;
  left: 15%; }

.bond-icon3 {
  -webkit-animation: rotation5 2s infinite linear; }

@-webkit-keyframes rotation5 {
  from {
    -webkit-transform: rotate(359deg); }
  to {
    -webkit-transform: rotate(0deg); } }

.bond-icon4 {
  position: absolute;
  background-image: url(../img/mn-icon1.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px;
  top: -35%;
  left: 10%; }

.bond-icon4 {
  -webkit-animation: rotation20 2s infinite linear; }

@-webkit-keyframes rotation20 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.bond-icon5 {
  position: absolute;
  background-image: url(../img/gear.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 30px;
  height: 30px;
  bottom: -35%;
  left: 2%; }

.bond-icon5 {
  -webkit-animation: rotation21 3s infinite linear; }

@-webkit-keyframes rotation21 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.bond-icon6 {
  position: absolute;
  background-image: url(../img/gear2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 80px;
  height: 80px;
  bottom: -70%;
  left: 60%; }

.bond-icon6 {
  -webkit-animation: rotation21 3s infinite linear; }

@-webkit-keyframes rotation21 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

/*end bond*/
/*why*/
.why {
  margin-bottom: 60px; }

.why h2 {
  font-family: 'OpenSans-ExtraBold';
  margin-bottom: 60px;
  color: #000;
  font-size: 36px;
  font-weight: 700;
  line-height: 72px;
  text-align: center; }

.why-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px; }

.why-box img {
  width: 51px;
  height: 51px; }

.why-box p {
  color: #292828;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  margin-left: 10px; }

.why-wrap {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.form {
  background-color: #FE7E37;
  padding: 40px 90px;
  position: relative; }

.form-img1 {
  position: absolute;
  right: -12%;
  top: -10%;
  height: 190px; }

.form-img2 {
  position: absolute;
  left: -10%;
  top: -10%;
  height: 200px; }

.form h3 {
  color: #ffffff;
  font-family: 'OpenSans-ExtraBold';
  font-size: 30px;
  font-weight: 700;
  line-height: 22px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px; }

.form p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  width: 90%;
  margin: auto; }

.input-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px; }

.input-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

form input {
  border: none;
  padding: 15px;
  width: 49%;
  margin-bottom: 10px;
  border: 1px solid #000; }

form textarea {
  width: 100%;
  height: 160px;
  padding: 15px;
  border: 1px solid #000; }

form select {
  width: 49%;
  padding: 15px;
  margin-bottom: 10px;
  border: 1px solid transparent; }

.form-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.form-btn button {
  padding: 17px 120px;
  background-color: #fff;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-align: center;
  color: #000;
  font-family: 'OpenSans-ExtraBold';
  border-radius: 27px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  border: none;
  margin-top: 20px; }

.form-btn button:hover {
  -webkit-transform: translateY(-10px) scale(1.1);
  transform: translateY(-10px) scale(1.1);
  -webkit-box-shadow: 0px 25px 15px -10px black;
  box-shadow: 0px 25px 15px -10px black; }

.form-btn button:active {
  -webkit-transform: translateY(-5px) scale(1);
  transform: translateY(-5px) scale(1);
  -webkit-box-shadow: 0px 17px 15px -10px black;
  box-shadow: 0px 17px 15px -10px black; }

.form-icon1 {
  position: absolute;
  background-image: url(../img/gear2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 60px;
  height: 60px;
  bottom: 1%;
  right: 1%; }

.form-icon1 {
  -webkit-animation: rotation22 3s infinite linear; }

@-webkit-keyframes rotation22 {
  from {
    -webkit-transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg); } }

.modal-box p {
  text-align: center;
  font-size: 17px; }

/*end why*/
.footer {
  background-color: #292828;
  padding-top: 47px;
  padding-bottom: 100px; }

.footer-logo {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.footer-logo img {
  margin-right: 16px; }

.footer-logo p {
  color: #ffffff;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-transform: uppercase;
  margin: 0; }

.footer-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.footer-btn a {
  padding: 17px 0px;
  width: 100%;
  background-color: #fd7e2f;
  -webkit-transition: all 150ms ease;
  transition: all 150ms ease;
  text-align: center;
  color: #fff;
  border-radius: 27px;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: 'OpenSans-ExtraBold'; }

.footer-btn a:hover {
  -webkit-transform: translateY(-10px) scale(1.1);
  transform: translateY(-10px) scale(1.1);
  -webkit-box-shadow: 0px 25px 15px -10px black;
  box-shadow: 0px 25px 15px -10px black; }

.footer-btn a:active {
  -webkit-transform: translateY(-5px) scale(1);
  transform: translateY(-5px) scale(1);
  -webkit-box-shadow: 0px 17px 15px -10px black;
  box-shadow: 0px 17px 15px -10px black; }

.footer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.footer-box_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.footer-box_icon a {
  margin: 0 7px; }

.footer-box_icon a:nth-child(1) {
  display: block;
  background-image: url(../img/viber.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 40px;
  height: 40px; }

.footer-box_icon a:nth-child(2) {
  display: block;
  background-image: url(../img/whatsapp.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px; }

.footer-box_icon a:nth-child(3) {
  display: block;
  background-image: url(../img/facebook.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 38px;
  height: 38px; }

.footer-box_icon a:hover {
  -webkit-transform: rotateY(360deg);
  transform: rotateY(360deg);
  -webkit-transition: -webkit-transform 2s;
  transition: -webkit-transform 2s;
  transition: transform 2s;
  transition: transform 2s, -webkit-transform 2s; }

.footer-box_tel {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-left: 9px; }
  .footer-box_tel a {
    color: #ffffff;
    font-size: 18px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase; }
    .footer-box_tel a:hover {
      color: #fd7e2f; }

@media (max-width: 1600px) {
  .plus-img1 {
    position: absolute;
    top: 23%;
    right: 0;
    width: 220px;
    height: 130px;
    z-index: -1; }
  .plus-img2 {
    position: absolute;
    left: 8%;
    bottom: 20%;
    z-index: -1;
    width: 160px;
    height: 110px; }
  .brend-img {
    height: 230px; }
  .info-img {
    height: 230px; }
  .footer-box_tel a {
    font-size: 14px; }
  .footer-box_icon a:nth-child(1) {
    width: 30px;
    height: 30px; }
  .footer-box_icon a:nth-child(2) {
    width: 29px;
    height: 29px; }
  .footer-box_icon a:nth-child(3) {
    width: 29px;
    height: 29px; } }

@media (max-width: 1200px) {
  .main-right h1:after {
    right: 12%; } }

@media (max-width: 992px) {
  .header-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 10px; }
  .header-tel {
    margin-bottom: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .header-btn a {
    width: 260px; }
  .header-btn {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .main-right_icon2 {
    display: none; }
  .main-right_icon1 {
    display: none; }
  .info-img {
    display: none; }
  .plus-img1 {
    display: none; }
  .plus-img2 {
    display: none; }
  .recomend-box_icon1 {
    display: none; }
  .recomend-box_icon2 {
    display: none; }
  .recomend-box_icon3 {
    display: none; }
  .brend-img {
    display: none; }
  .main-left {
    display: none; }
  .form-img2 {
    display: none; }
  .form-img1 {
    display: none; }
  .form-icon1 {
    display: none; }
  .main-right h1 {
    font-size: 27px;
    line-height: 40.7px; }
  .header-img {
    display: none; }
  .header-tel a {
    font-size: 11px; }
  .header-logo p {
    font-size: 11px;
    line-height: 13.37px; }
  .header {
    margin-bottom: 28px; }
  .main-right p {
    font-size: 12px;
    text-align: center;
    margin-bottom: 0; }
  .main-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main-right h1:after {
    right: 4%;
    bottom: -10px; }
  .main-right_descr {
    font-size: 12px;
    margin-bottom: 5px; }
  .main-right_descr:before {
    display: none; }
  .main-right_box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .main-right_icon {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .main {
    margin-bottom: 67px; }
  .main-right_tel a {
    font-size: 17px; }
  .main-right_icon a {
    margin: 7px; }
  .plus {
    padding-top: 80px;
    padding-bottom: 80px;
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%); }
  .plus h2 {
    font-size: 24px;
    line-height: 36.42px;
    margin-bottom: 40px; }
  .info-icon2 {
    display: none; }
  .info-icon1 {
    display: none; }
  .plus-box p {
    font-size: 12px;
    line-height: 14.67px;
    height: 60px; }
  .info-wrap {
    display: none; }
  .info p {
    display: none; }
  .info-left p {
    display: block; }
  .info-right p {
    display: block; }
  .info h2 {
    font-size: 24px;
    line-height: 36.42px;
    margin-bottom: 40px; }
  .info {
    margin-top: 30px; }
  .info-left {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
  .info-left img {
    width: 52px;
    height: 52px;
    margin-bottom: 15px; }
  .info-left p {
    font-size: 14px;
    line-height: 17.26px;
    text-align: center; }
  .info-right {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .info-right img {
    width: 52px;
    height: 52px;
    margin-bottom: 15px; }
  .info-right p {
    font-size: 14px;
    line-height: 17.26px;
    text-align: center; }
  .brend {
    display: none; }
  .bond-icon1 {
    display: none; }
  .bond-icon6 {
    display: none; }
  .bond-icon5 {
    display: none; }
  .bond-icon4 {
    display: none; }
  .bond-icon3 {
    display: none; }
  .bond {
    -webkit-clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
    clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
    padding-top: 120px;
    padding-bottom: 60px; }
  .bond-box {
    border-radius: 40px;
    width: 300px; }
  .bond-img1 {
    left: 10%;
    top: -50%;
    height: 150px; }
  .bond-box:before {
    display: none; }
  .bond-img2 {
    right: -3%;
    height: 90px;
    top: -20%; }
  .bond-box p {
    font-size: 15px;
    line-height: 18.65px; }
  .bond-box_tel a {
    font-size: 19px; }
  .bond-box_icon a:nth-child(1) {
    height: 27px;
    width: 27px; }
  .bond-box_icon a:nth-child(2) {
    height: 26px;
    width: 26px; }
  .bond-box_icon a:nth-child(3) {
    height: 26px;
    width: 26px; }
  .why h2 {
    font-size: 24px;
    line-height: 36.42px;
    margin-bottom: 40px;
    margin-top: 30px; }
  .why-box p {
    font-size: 15px;
    line-height: 17px;
    margin-bottom: 0; }
  .why-box {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
  .form h3 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px; }
  .form {
    padding: 40px 20px; }
  .form p {
    width: 100%;
    font-size: 14px;
    line-height: 16px; }
  .input-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  form input {
    width: 100%; }
  .input-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  form select {
    width: 100%; }
  .form-btn button {
    padding: 13px 80px; }
  .why {
    margin-bottom: 0; }
  .bond-icon2 {
    display: none; }
  .footer-logo p {
    font-size: 12px;
    line-height: 14px; }
  .footer-logo {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
  .footer-btn a {
    display: none; }
  .footer {
    padding-top: 30px;
    padding-bottom: 30px; }
  .footer-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .footer-box_icon {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }
  .footer-box_tel {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .footer-box_icon {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .footer-box_icon a:nth-child(1) {
    height: 30px;
    width: 30px; }
  .footer-box_icon a:nth-child(2) {
    height: 29px;
    width: 29px; }
  .footer-box_icon a:nth-child(3) {
    height: 29px;
    width: 29px; }
  .recomend-title_box {
    display: none; }
  .recomend-box h2 {
    font-size: 24px;
    line-height: 36.42px;
    margin-bottom: 0;
    position: absolute;
    top: -14%; }
  .recomend-title {
    margin-bottom: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .recomend-slide {
    border: 1px solid #FE7E37;
    margin-right: 3px;
    margin-left: 3px;
    width: 150px;
    overflow: hidden; }
  .recomend-slide_btn {
    color: #FE7E37; }
  .recomend-box {
    padding: 30px 0px; }
  .modal-price_box {
    width: auto; }
  .modal-price_box ul {
    height: 200px; }
  .modal-price_box p {
    font-size: 13px; }
  .modal-price_box li {
    font-size: 14px; }
  .modal-price_box span {
    width: 30%; }
  .modal-price h2 {
    position: static;
    font-size: 20px; }
  .slick-dots li button:before {
    font-size: 36px;
    color: #FE7E37; }
  .slick-dots li.slick-active button:before {
    color: #FE7E37; }
  .recomend-slide_btn:after {
    background-image: url(../img/rm-arrow2.svg); } }
