.multy_blocks {
  background-color: #f8f8f8;
  padding: 40px 0 20px; }

@media screen and (max-width: 700px) {
  .multy_blocks {
    padding: 40px 0 10px; } }

.multy_blocks.inverse {
  background-color: #212121;
  }

.multy_blocks.inverse .multy_blocks_wrapper .title {
  color: #fff; }

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item {
  background: #323232;
  border: 1px solid rgba(255, 255, 255, 0.1); }

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img:hover {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6); }

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
  color: #fff; }

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc {
  color: #fff; }

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
  color: #fff; }

.multy_blocks.inverse .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
  color: #aeaeae; }

.multy_blocks p {
  margin: 0;
  padding: 0; }

.multy_blocks .multy_blocks_wrapper {
  max-width: 1138px;
  margin: 0 auto; }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper {
    max-width: 940px;
    padding: 0 15px; } }

.multy_blocks .multy_blocks_wrapper .title {
  text-align: center; }

@media screen and (max-width: 980px) {
  .multy_blocks .multy_blocks_wrapper .title {
    font-size: 24px; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .title {
    font-size: 32px; } }

@media screen and (max-width: 450px) {
  .multy_blocks .multy_blocks_wrapper .title {
    font-size: 24px; } }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center; } }

@media screen and (max-width: 969px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-justify-content: flex-start;
    justify-content: flex-start; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner {
    display: block; } }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
  box-sizing: border-box;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  border: 1px solid rgba(0, 0, 0, 0);
  transition: box-shadow 0.4s;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 267px;
  -moz-box-flex: 0;
  -moz-flex: 0 1 267px;
  -ms-flex: 0 1 267px;
  flex: 0 1 267px;
  margin-right: 18px;
  margin-bottom: 20px;
  background: #fff; }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(4n) {
  margin-right: 0; }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:hover {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
    -webkit-box-flex: none;
    -webkit-flex: none;
    -moz-box-flex: none;
    -moz-flex: none;
    -ms-flex: none;
    flex: none;
    max-width: 220px; } }

@media screen and (max-width: 969px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
    max-width: 32%;
    margin-right: 2%;
    margin-bottom: 15px; }

  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(4n) {
    margin-right: 2%; }

  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(3n) {
    margin-right: 0; } }

@media screen and (max-width: 680px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
    max-width: 49%;
    margin-right: 2%;
    margin-bottom: 15px; }

  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(4n) {
    margin-right: 0; }

  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(3n) {
    margin-right: 2%; }

  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(even) {
    margin-right: 0; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }

  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item:nth-child(3n) {
    margin-right: 0; } }

@media screen and (max-width: 450px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item {
    margin-bottom: 10px; } }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img {
  width: 269px;
  height: 269px;
  font-size: 0;
  -webkit-transition: box-shadow 0.4s;
  -moz-transition: box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  -ms-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s; }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img:hover {
  -moz-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2); }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img {
    width: 100%;
    height: auto; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img {
    text-align: center; } }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img a {
  display: block;
  text-decoration: none; }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-img img {
  width: 100%;
  height: auto; }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block {
  padding: 20px; }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block {
    padding: 12px; } }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .block-height {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -moz-box-direction: normal;
  -moz-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column; }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
    font-size: 16px; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
    font-size: 26px; } }

@media screen and (max-width: 450px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-title {
    font-size: 22px; } }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc {
  margin-bottom: 0;
  padding-bottom: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto; }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc {
    padding-bottom: 10px; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-desc {
    font-size: 18px; } }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price {
  display: -moz-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: reverse;
  -webkit-box-orient: horizontal;
  -moz-box-direction: reverse;
  -moz-box-orient: horizontal;
  -webkit-flex-direction: row-reverse;
  -moz-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  padding-bottom: 10px;
  margin-bottom: 0; }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
    font-size: 20px; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
    font-size: 30px; } }

@media screen and (max-width: 450px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-new {
    font-size: 24px; } }

.multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -moz-box-flex: 1;
  -moz-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  display: inline-block;
  color: #aeaeae;
  padding-bottom: 10px;
  text-decoration: line-through;
  margin-bottom: 0; }

@media screen and (max-width: 1200px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
    font-size: 20px; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
    font-size: 30px; } }

@media screen and (max-width: 450px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .service-price .price-old {
    font-size: 24px; } }

@media screen and (max-width: 500px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .buy-button {
    display: block;
    text-align: center;
    font-size: 26px;
    padding: 15px 20px; } }

@media screen and (max-width: 450px) {
  .multy_blocks .multy_blocks_wrapper .multy_blocks_inner .service-item .service-desc-block .buy-button {
    font-size: 22px;
    padding: 7px 20px; } }

.multy_blocks .slider-bottom {
  padding: 70px 0 85px; }

.multy_blocks .slider-bottom.inverse {
  background: #323232; }

.multy_blocks .slider-bottom.inverse .slider-bottom__title, .multy_blocks .slider-bottom.inverse .owl-item a .title {
  color: #fff; }

.multy_blocks .slider-bottom.inverse .owl-item a .image .body {
  background: rgba(50, 50, 50, 0.8); }

.multy_blocks .slider-bottom.inverse .owl-item a .text {
  color: #3ed1c1; }

.multy_blocks .slider-bottom .owl-height {
  -webkit-transition: height 500ms ease-in-out;
  -moz-transition: height 500ms ease-in-out;
  -o-transition: height 500ms ease-in-out;
  -ms-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

.multy_blocks .service-title {
  margin-bottom: 0;
  font-size: 19px; }
