/* @function str-replace($string, $search, $replace: '') { $index: str-index($string, $search); @if $index { @return str-slice($string, 1, $index - 1) + $replace + str-replace(str-slice($string, $index + str-length($search)), $search, $replace); } @return $string; }*/

.dima-shape-divider { width: 100%; display: block; position: absolute; left: 0; z-index: 10;
}

.dima-shape-divider .shape__container { position: relative; overflow: hidden;
}

.dima-shape-divider .shape__container .shape { width: 100%;
}

.dima-shape-divider .shape__container .shape svg { display: block;
}

.dima-shape-divider.drop-bottom-style .shape__container .shape, .dima-shape-divider.drop-top-style .shape__container .shape { width: 100%;
}

.dima-shape-divider.drop-bottom-style .shape__container .shape .drop-left, .dima-shape-divider.drop-bottom-style .shape__container .shape .drop-right, .dima-shape-divider.drop-top-style .shape__container .shape .drop-left, .dima-shape-divider.drop-top-style .shape__container .shape .drop-right { width: 50%;
}

.dima-shape-divider.drop-bottom-style .shape__container .shape .drop-left, .dima-shape-divider.drop-top-style .shape__container .shape .drop-left { float: left;
}

.dima-shape-divider.drop-bottom-style .shape__container .shape .drop-right, .dima-shape-divider.drop-top-style .shape__container .shape .drop-right { float: right;
}

.dima-shape-divider.drop-bottom-style.small-size .shape__container .shape .drop-left, .dima-shape-divider.drop-bottom-style.small-size .shape__container .shape .drop-right, .dima-shape-divider.drop-top-style.small-size .shape__container .shape .drop-left, .dima-shape-divider.drop-top-style.small-size .shape__container .shape .drop-right { height: 35px;
}

.dima-shape-divider.drop-bottom-style.big-size .shape__container .shape .drop-left, .dima-shape-divider.drop-bottom-style.big-size .shape__container .shape .drop-right, .dima-shape-divider.drop-top-style.big-size .shape__container .shape .drop-left, .dima-shape-divider.drop-top-style.big-size .shape__container .shape .drop-right { height: 60px;
}

.dima-shape-divider.drop-bottom-style.small-size .shape__container .shape .drop-left { border-top-right-radius: 35px;
}

.dima-shape-divider.drop-bottom-style.small-size .shape__container .shape .drop-right { border-top-left-radius: 35px;
}

.dima-shape-divider.drop-bottom-style.big-size .shape__container .shape .drop-left { border-top-right-radius: 60px;
}

.dima-shape-divider.drop-bottom-style.big-size .shape__container .shape .drop-right { border-top-left-radius: 60px;
}

.dima-shape-divider.drop-top-style.small-size .shape__container .shape .drop-left { border-bottom-right-radius: 35px;
}

.dima-shape-divider.drop-top-style.small-size .shape__container .shape .drop-right { border-bottom-left-radius: 35px;
}

.dima-shape-divider.drop-top-style.big-size .shape__container .shape .drop-left { border-bottom-right-radius: 60px;
}

.dima-shape-divider.drop-top-style.big-size .shape__container .shape .drop-right { border-bottom-left-radius: 60px;
}

.dima-shape-divider--stick-top { top: 0;
}

.dima-shape-divider--stick-bottom { bottom: 0;
}

/*# sourceMappingURL=data:application/json;charset=utf8;base64,eyJ2ZXJzaW9uIjozLCJzb3VyY2VzIjpbImJhc2UvX21peGlucy5zY3NzIiwic3R5bGVzL25vb3JfbWFpbi9fc2VjdGlvbi1zaGFwZS1tYWluLnNjc3MiLCJiYXNlL19kaXJlY3Rpb24uc2NzcyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUE4T0EsMlFBQUE7O0FDOU9BLHNCQUNFLFdBQVcsRUFDWCxjQUFjLEVBQ2Qsa0JBQWtCLEVDOEhsQixPRDdIZ0IsRUFDaEIsV0FBVztBQUFBOztBQUxiLHdDQVFDLGtCQUFrQixFQUNsQixnQkFBZ0I7QUFBQTs7QUFUakIsK0NBWUcsV0FBVztBQUFBOztBQVpkLG1EQWVFLGNBQ0M7QUFBQTs7QUFoQkgsOEhBc0JDLFdBQ0M7QUFBQTs7QUF2QkYseVNBNkJDLFVBQ0M7QUFBQTs7QUE5QkYsb0pBa0NDLFdBQ0M7QUFBQTs7QUFuQ0Ysc0pBdUNDLFlBQ0M7QUFBQTs7QUF4Q0YscVZBOENDLFlBQ0M7QUFBQTs7QUEvQ0YsNlVBcURDLFlBQ0M7QUFBQTs7QUF0REYsdUZBeURDLDZCQUNDO0FBQUE7O0FBMURGLHdGQTZEQyw0QkFDQztBQUFBOztBQTlERixxRkFpRUMsNkJBQ0M7QUFBQTs7QUFsRUYsc0ZBcUVDLDRCQUNDO0FBQUE7O0FBdEVGLG9GQXlFQyxnQ0FDQztBQUFBOztBQTFFRixxRkE2RUMsK0JBQ0M7QUFBQTs7QUE5RUYsa0ZBaUZDLGdDQUNDO0FBQUE7O0FBbEZGLG1GQXFGQywrQkFDQztBQUFBOztBQUdGLGlDQUNFLE1BQU07QUFBQTs7QUFHUixvQ0FDRSxTQUNGO0FBQUEiLCJmaWxlIjoic3R5bGVzL25vb3JfbWFpbi9zZWN0aW9uLXNoYXBlLmNzcyJ9 */

/*# sourceMappingURL=section-shape.css.map */
